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 - crusader

#1
General Support / Re: Install report server
April 07, 2015, 11:53:46 AM
The lib an the jar file are seeming to be a module which is capable of being run by java.
That how far I got with the humble knowledge I have at the moment.
Starting the server with java -jar netxms-....jar seems to work.
The only problem is how to change configurations for example if you don't use postgresql and use mssql instead.
#2
I've tried for several hours now and didn't got the reporting functionality working.
Is there someone who can help me to get it working in a windows environment with Jaspersoft Studio and a MSSQL backend?

Thank you in advance.
#3
Thank you both.
It is working now.
I guess the typo was preventing the initialisation.
Sometimes solutions to a problem can be so simple ;-)
Thank you once again.
#4
This is the latest configured netxmsd.conf.
Thank you for checking it up.

Quote

#
# NetXMS Server configuration file
# Created by NetXMS Server configuration wizard at Sun Oct 12 23:02:38 2014
#

#LogFile = {syslog}
LogFile = C:\netXMS\log\netxmsd.log
DebugLevel = 6
DBDriver = mssql.ddr
DBServer = 4c-monitor
DBName = netxms
DBLogin = sa
DBPasswort = XxxxxxxxxD
#DBLogin = 4cgroup\4cs
#DBPasswort = 4xxxxxxxx6
LogFailedSQLQueries = yes
#JavaPath=C:\NetXMS\bin\jre
#JavaLibraryDirectory=C:\NetXMS\lib
#JDBCDriver=C:\NetXMS\sqlite-jdbc-3.8.7.jar
#JDBCUrl=jdbc:sqlite:C:/netxms/database/netxms_db
#5
I'm using mssql.ddr as driver.
And I configured the "sa" user with a working password, at least it's working with the MS SQL Studio, within the netxmsd.conf.
If I try to start netxmsd -D6 or try to initialise the db with nxdbmgr init <pathtoscript>\dbinit_mssql.sql I get the following error:

QuoteNetXMS Database Manager Version 2.0-M2 Build 8009

Unable to connect to database netxms@4c-monitor as sa: [Microsoft][SQL Server Na
tive Client 10.0][SQL Server]Fehler bei der Anmeldung f³r den Benutzer 'sa'.

Can someone help me to find a solution to this problem?
#6
Hi There,

is there someone who can share a senseble Windows Server/Client template with me/us?
I tried to start to configure all from bottom up but it is very hard and time consumeing if you have no standard values to start from.
Any help would be great.
Thank you in advance.
#7
General Support / Re: Network discovery does not work
October 19, 2014, 04:06:37 PM
Is there some way how I can find out why the network discovery does not work?
I've set the
DicoveryPollingInterval = 100
ActiveDiscoveryInteval = 7200
ActiveNetworkDiscovery = 1

Do I have to set anything else. Did I miss to activate a service?
#8
General Support / Network discovery does not work
October 17, 2014, 09:20:37 PM
I had a problem with the initialization of my SQLite DB during the time the SQLite didn't work 100% my network discovery did work and I had a lot of IPs and systems listed. I've deleted the old database and reinitalized it and after that reactivated the network discovery. But since then a whole day has went by and nothing happend.
How do I trigger or enable the network discovery or find out why it does not work as expected.

Thank you in advance.