Hello,
I think that problem is that you use an account with Windows authentication. Now you have two ways - create an account with SQL authentication (it's an easier way), or configure NetXMS for Windows authentication.
If you decide way 1:
1. Create new standard SQL account, let's say netxms_user, set it's authentication mode to SQL authentication, and set it's password (for example, NetXMSPass).
2. Modify your netxmsd.conf accordingly:
DBLogin = netxms_user
DBPassword = NetXMSPass
3. Run nxdbmgr init again, and ensure that tables was created (you should have ~50 tables).
NetXMS server should start.
If you decide way 2:
1. Change netxmsd.conf:
DBLogin = *
2. Change settings for "NetXMS Core" service - by default, it is running as "Local System" account, you should change it to your domain account which have access to SQL database (in service properties on "Log On" tab).
3. Run nxdbmgr init again, and ensure that tables was created (you should have ~50 tables). Please note that because of Windows authentication, account you will be logged in at the time you will run nxdbmgr should also have access to SQL database.
Hope this helps!
Best regards,
Victor
I think that problem is that you use an account with Windows authentication. Now you have two ways - create an account with SQL authentication (it's an easier way), or configure NetXMS for Windows authentication.
If you decide way 1:
1. Create new standard SQL account, let's say netxms_user, set it's authentication mode to SQL authentication, and set it's password (for example, NetXMSPass).
2. Modify your netxmsd.conf accordingly:
DBLogin = netxms_user
DBPassword = NetXMSPass
3. Run nxdbmgr init again, and ensure that tables was created (you should have ~50 tables).
NetXMS server should start.
If you decide way 2:
1. Change netxmsd.conf:
DBLogin = *
2. Change settings for "NetXMS Core" service - by default, it is running as "Local System" account, you should change it to your domain account which have access to SQL database (in service properties on "Log On" tab).
3. Run nxdbmgr init again, and ensure that tables was created (you should have ~50 tables). Please note that because of Windows authentication, account you will be logged in at the time you will run nxdbmgr should also have access to SQL database.
Hope this helps!
Best regards,
Victor