Then we'll wait for a new patch release.   
 
Thanks for the quick support.
Regards
Peter
			 
 Thanks for the quick support.
Regards
Peter
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu 
 Regards
Peter
Quote from: Egert143 on February 23, 2022, 01:52:05 PMQuote from: Victor Kirhenshtein on February 22, 2022, 10:34:17 PMQuote from: Watchman on February 22, 2022, 05:15:21 PM
Hi!
I'm facing some problems with package deployment.
For example: msi-Package "A" is successfully deployed to most nodes but for some the message "file transfer failed" appears.
msi-Package "B,C,D" are successfully deployed to nodes where Package "A" fails.
Another case: Message "timeout" appears - in fact package has been successfully deployed (not really a problem)
Best regards.
Hi,
could you provide logs from problematic agents (preferably on high debug level, 5 or 6)?
Best regards,
Victor
Possibly related: https://www.netxms.org/forum/general-support/agent-upgrade-via-package-manager-fails/
transport = $node->createSNMPTransport();
if (transport != null)
{
  testStr = transport->getValue(".1.3.6.1.4.1.4196.1.1.5.2.100.2.1.4.0");
  if (testStr == "") println "huh ?";
}




 
  
 Quote from: Victor Kirhenshtein on March 30, 2016, 06:43:10 PM
...
- Management console:
...
- Fixed object selection issues in network maps
...

Quote from: Victor Kirhenshtein on October 19, 2015, 11:23:25 AM
..
GetDCIValueByDescription reads last value from cache. It can happen that it was called faster then cache for queried DCI was populated (either by poll or from database). I'll think what I can do with that.
..
