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

#1
General Support / Re: don't start WebUI
August 07, 2013, 09:55:17 PM
Thank you very much, it helped.

Pavel
#2
General Support / don't start WebUI
August 01, 2013, 04:27:11 PM
I'm install (upgrade) WebUI 1.2.8 on windows and i can't start service NetXMS WebUI now.

In the log is:
The NetXMS WebUI service terminated with service-specific error 0 (0x0)

Thanks Pavel
#3
General Support / Re: Migration database
August 01, 2013, 04:19:16 PM
It is helpfull,
thank you very much.

Pavel
#4
General Support / Re: Migration database
July 31, 2013, 06:42:23 PM
Thanks.
I can't create backup database

C:\NetXMS\bin>nxdbmgr.exe export backup_db
NetXMS Database Manager Version 1.2.8

ERROR: Schema version mismatch between dbschema_sqlite.sql and your database. Pl
ease check that NetXMS server installed correctly.
Database export failed.

C:\NetXMS\bin>
#5
General Support / Migration database
July 31, 2013, 04:04:05 PM
Hello,
is it possible migration database from SQLite to PostgresSQL?
I have about 700 nods and I can not configure the database again.

Thanks for the answer
Pavel
#6
General Support / Re: 1.2.8 error during upgrade
July 31, 2013, 03:49:37 PM
Thank you very much, it helped.

Are there any risks if they missed a database upgrade from 279 to 280

Pavel


C:\NetXMS\bin>nxdbmgr.exe upgrade
NetXMS Database Manager Version 1.2.8

Upgrading database...
Upgrading from version 279 to 280
SQL query failed (near "DROP": syntax error):
ALTER TABLE dc_tables DROP COLUMN instance_column
Rolling back last stage due to upgrade errors...
Database upgrade failed

C:\NetXMS\bin>nxdbmgr.exe -X upgrade
NetXMS Database Manager Version 1.2.8

Upgrading database...
Upgrading from version 279 to 280
SQL query failed (near "DROP": syntax error):
ALTER TABLE dc_tables DROP COLUMN instance_column
Upgrading from version 280 to 281
Upgrading from version 281 to 282
Upgrading from version 282 to 283
Upgrading from version 283 to 284
Upgrading from version 284 to 285
Database upgrade succeeded

C:\NetXMS\bin>nxdbmgr.exe check
NetXMS Database Manager Version 1.2.8

Checking database (excluding collected data):
* Checking zone objects...                                            [PASSED]
* Checking node objects...                                            [PASSED]
* Checking interface objects...                                       [PASSED]
* Checking network service objects...                             [PASSED]
* Checking cluster objects...                                         [PASSED]
* Checking template to node mapping...                         [PASSED]
* Checking object properties...                                      [PASSED]
* Checking event processing policy...                             [PASSED]
Database doesn't contain any errors
Database check completed

C:\NetXMS\bin>
#7
General Support / 1.2.8 error during upgrade
July 25, 2013, 02:35:47 PM
Hi, a have problem after upgrade from 1.2.7 to 1.2.8 (Win x86 Server)

C:\Program Files\NetXMS\bin>nxdbmgr.exe check
NetXMS Database Manager Version 1.2.7

Checking database (excluding collected data):
* Checking zone objects...                                            [PASSED]
* Checking node objects...                                            [PASSED]
* Checking interface objects...                                       [PASSED]
* Checking network service objects...                                 [PASSED]
* Checking cluster objects...                                         [PASSED]
* Checking template to node mapping...                                [PASSED]
* Checking object properties...                                       [PASSED]
* Checking event processing policy...                                 [PASSED]
Database doesn't contain any errors
Database check completed

C:\Program Files\NetXMS\bin>nxdbmgr.exe upgrade
NetXMS Database Manager Version 1.2.8

Upgrading database...
Upgrading from version 279 to 280
SQL query failed (near "DROP": syntax error):
ALTER TABLE dc_tables DROP COLUMN instance_column
Rolling back last stage due to upgrade errors...
Database upgrade failed

C:\Program Files\NetXMS\bin>