Hi Experts,
i have installed navision and sql and create a fresh database and then restore the backup to the database and create instance for the database everything happens sucessfully and as
i add user to the navision and close the RTC and after that i again open the the RTC i got the message 'You don't have access Microsoft dynamic Nav. verify you setup as a valid user '
even i upload the license. please help :roll:
Thanks in advance.
0
Comments
Witch is version of navision?
Have you create a user en SQL Server?
Have you create a user in Navision?
navision 2013 R2
adding user in navision
http://blogs.msdn.com/b/nav/archive/2012/10/03/manually-restoring-the-nav-2013-demo-database.aspx
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
-Active session
-User
-User default style sheet
-User metadata
-User personalization
-User property
Then you can access to navision and create your users.
IMPORTANT: When you create user in navision, you have setting permisions in the user card.
Try this in your NAV db
delete [dob].user
Thanks
I think you are created invalid use in RTC and then enable that user so you have to
DELETE your user from "USER TABLE" using sql server managment studio.
Try this
First find all user using
SELECT * From [YourdbName].[dbo].[User]
And then delete them using
DELETE FROM [YourdbName].[dbo].[User]
― Albert Einstein
Read it here..
http://saurav-nav.blogspot.in/2012/12/you-are-not-authorized-to-sign-in.html
Thanks & Regards,
Saurav Dhyani
Do you Know this About NAV?
Connect - Twitter | Facebook | Google + | YouTube
Follow - Blog | Facebook Page | Google + Page
by execute this query user is removed form the Navision and again I add the user into RTC its shows the error
" you don't have the following permission page user subform -execute .Page New -user card must close." what is it.
Thanks for the reply.
I Think you are adding another user first.
When you get access to database after running the command, first thing that you need to do is add the user that you used to Login in RTC (Your Windows Login) as super Role to the database.
Once your user is added you can add other users.
Thanks & Regards,
Saurav Dhyani
Do you Know this About NAV?
Connect - Twitter | Facebook | Google + | YouTube
Follow - Blog | Facebook Page | Google + Page
Please mark the issues as resolved.
Thanks & Regards,
Saurav Dhyani
Do you Know this About NAV?
Connect - Twitter | Facebook | Google + | YouTube
Follow - Blog | Facebook Page | Google + Page