Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Micros NetVuPoint 1

Status
Not open for further replies.

yelman

IS-IT--Management
Jan 11, 2016
66
US
Hi Guys,

I just installed the 9700 system and netvuponit,but i cannot access the netvupoint system i get the username or password is incorrect please advise.
 
i can't extract the zip file it's corrupted can you upload it again,thank you
 
Hi again,

i tried all steps but always the same issue :(,do i have to réinstall the HMS ??
 
Run these two queries.

Code:
Select *
From COREDB.dbo.CORE_ORGANIZATION

Select *
From LOCATION_ACTIVITY_DB.dbo.ORG_LOCATION_HIERARCHY

You are looking for an Organization of 200. What do you get?
Also, did you run the queries in the doc on a single user?

If you did run it on a single user, run this query. See what organizationID's you get back. Also, have you tried another user that is listed?
Code:
Select *
From COREDB.dbo.core_user
Where organizationID > 1
 
please find below what im getting for each query:

Select *
From COREDB.dbo.CORE_ORGANIZATION
nvp2_soctga.png

Select *
From LOCATION_ACTIVITY_DB.dbo_ORG_LOCATION_HIERARCHY
nvp1_hz21mo.png

Select *
From COREDB.dbo.core_user
Where organizationID > 1
nvp3_bvsw6d.png
 
Save the output of the last query you ran (core_user). Then run this query. It will update all users.

Code:
update COREDB.dbo.CORE_USER
set organizationid = 1

After you run the query above, you should see all the users are set to organizationID of 1. Then go to Step 5 on page 11 of the doc i created. Run through that process again for that user.

Also, what is that user's level in EMC Employee maintenance? Is it a 0, 1, 2... etc?
 
Hi; i have done all steps that you said above but always the same issue,user's level is 0
 
Have you created a Brand New Employee with a Username. Logged into EMC and back out, then restart the NTS service and tried again?

If you have done the above, then I am not sure off hand what to check for unless I look. It might be just to wipe the server and start fresh.
 
Yes i have done that,so i have to reinstall the server ?
 
I would try that, it is a lab correct?
Don't just uninstall, I would do a full install, Server OS to Application.
 
yeah it's a lab.
can you give the best practices(steps) to install a micros 9700 server ?
 
Install the OS, do any updates for the OS First. Then install any 9700 prerequisites. If it is a VM, snapshot the VM before installing Micros 9700; This way if you get any errors or need to start again, you can just start from the installation point. Make note of any and all usernames/passwords. It pretty simple. I've had simple errors when installing one moment then starting over and no errors.

Once you get this one up and running and you are able to function properly, take a backup of the server. That way if you mess up or have issues you can start over again without having to install all over again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top