Menu

Show posts

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

Messages - ravi2904

#1
General Support / Re: COnfiguring for only discovery
November 22, 2019, 03:22:13 PM
Thank you victor. I will check it.

Best regards,

Ravi
#2
General Support / COnfiguring for only discovery
November 21, 2019, 03:58:59 PM
Hi,

Is it possible to configure the service only for device discovery ?
This service is currently creating idata tables for each device, and huge records are getting stored in these tables. Is possible to disable the creation of these tables and use the service only for device discovery, software inventory and WMI ?

Thanks,

Ravi
#3
General Support / Re: WMI query returns codes
November 12, 2019, 02:46:20 PM
Thank you so much for all the info. I look forward for the 3.1 version.

Thanks and best regards,

Ravi.
#4
General Support / Re: WMI query returns codes
November 05, 2019, 11:38:42 AM
Thank you so much Filipp  and Victor. I added the script in the transformation and it is working fine. Great.

Another query I had, some of the WMI queries return a list, for example, WMI.Query(root\CIMV2, select * from Win32_LogicalDisk, caption), will return the list containing all the drives i.e. C:, D:, E: etc. How can I address this ? Also, , is it possible anyway, to a different row in raw_dci_values for each of these,  like - Caption: C:, Free Space: 87982829 bytes.

Secondly, in the Object details screen, we get the capabilities list, which displays what kind of device it is, e.g. Printer, Bridge, Router etc. I think this comes from the nodes table from the column capabilities. If it is so, how does the "capabilities" column represent the description, since it contains a long integer. Can you explain this to me ? I needed this info to display in a different screen.

Thanks a lot.

Best regards,

Ravi
#5
General Support / WMI query returns codes
November 04, 2019, 03:15:56 PM
Hi Victor,

Some WMI queries return code numbers. For example, WMI.Query(root\CIMV2, Win32_Processor, Architecture) returns 0 for x86, 9 for x64. How to write a script which can transform the result ? Some example will be really helpful, as there are lot of queries which return code numbers. I am configuring the queries in DCI configuration.

Thanks in advance,

Ravi
#6
Hi Filipp,

Great !! The problem is solved. I created a user in Postgres with ownership to the required schema. I configured this user in system DNS as well as in server configuration of netXMS while installing. It created all the tables in the specified schema instead of public schema. The problem is solved.

Thanks you so much.

Best regards,
Ravi
#7
Hi Victor,

How can set the configuration to use different schema in the database. Currently, all the tables are created in the public schema. Since it creates lot of tables with idata and tdata, the public schema gets cluttered. I am using Postgres.

Please let me know how can I achieve this ?

Thanks and best regards,

ravi
#8
Hi Victor,

I found out the problem. I was giving a wrong name for the datasource. The name of the datasource in the system DSN was "system" and I was typing "localhost" in the server configuration. This problem is now sorted out and I am able to connect NetXMS to Postgres through ODBC driver. However, I think the log or the error which pops out should be more specific.

I am anyway giving below the output of dependency walker. I used it for the first time, and need to understand it. But, anyway, here it is:

The log shows following errors:

Error: At least one required implicit or forwarded dependency was not found.
Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
Error: Modules with different CPU types were found.
Error: A circular dependency was detected.
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.

And, a long list of .DLLs shows: "Error opening file. The system cannot find the file specified(2)":

I don't know what it means, but the server application is working fine.

Thanks for your support Victor and god bless you.

Best regards,

Ravi
#9
Hi Victor,

I am using netxms-3.0.2305-x64.exe setup.
The libpq.dll is in c:\netxms\bin folder. The log shows LIB directory set to c:\netxms\lib folder. This folder contains jar files. I tried copying the libpq.dll as well as the pgsql.ddr in the c:\netxms\lib folder, but, get the same error. I have also included the c:\netxms\bin folder in the PATH. But the same error continues.

I checked with Dependency Walker, the libpq.dll shows as x64 file. But, it also gives error about dependency dlls missing and they are many.

Thanks and best regards,

Ravi
#10
After installing the server on windows, while configuring the server, if I select PostgreSQL as database server, I select pgsql.ddr as driver. I am getting following error:

C:\NetXMS\bin>netxmsd -D 9
Using configuration file "C:\NetXMS\etc\netxmsd.conf"
2019.10.15 19:09:35.669 *D* [                   ] LIB directory set to C:\NetXMS\lib
2019.10.15 19:09:35.676 *D* [dload              ] DLOpen: file="pgsql.ddr", module=0000000000000000
2019.10.15 19:09:35.676 *E* [db.driver          ] Unable to load database driver module "pgsql.ddr": %1 is not a valid Win32 application.
NetXMS Core initialization failed

Please let me know how can I get through this ?

Thanks and bets regards,

Ravi
#11
Thank you so much Victor.
How can get the patch when it is released ?

Thanks and best regards,

Ravi
#12
Thank you so much. Done.
#13
General Support / Developer source link is not working
October 04, 2019, 08:44:36 AM
Hi,

The developer source code link on netxms.org is not working, says, Webpage cannot be found:

https://www.netxms.org/download/netxms-snapshot-develop.tar.gz

Is there any other link ?

Thanks and regards,

Ravi
#14
Hi Victor,

The server version is 3.0.2305 and the web console is 3.0.2284. I am using the web console. I deployed the war file on apache tomcat 7.0.78.
#15
General Support / Hardware inventory view gives error
October 03, 2019, 04:31:43 PM
Hi,

I have installed the NetXMS windows version, and, is running fine. I have also installed agent and configured some WMI queries. The data is being saved in MySQL. But when I click on Hardware Inventory view for any object, I get following error:

Error opening hardware inventory view: View does not allow multiple instances: org.netxms.ui.eclipse.objectview.views.HardwareInventoryView

Can you please let me know, if any configuration needs to be done.

Thanks in advance.

Ravi