COULD YOU PLS HELP ME IN CREATING A USER. i AM USING SQL SERVER AND NAVISION 4.0
I HAVE CREATED USER THROUGH TOOLS- SECURITY- DATABASE LOGIN-
I HAVE CREATED USER AND ROLES. BUT I COULDNT FIND ANY OPTION TO SETUP THE PASSWORD.
I WOULD APPRECIATE IF ANYONE COULD HELP ME OUT IN THIS.
THANKS IN ANTICIPATION
KASH
0
Comments
If you are using SQL Option for navision. Setting up of database login user is in the SQL security.
and also created a user in Navision using Tools-Security option.
But i am not able to login to Navision? Can anybody help?
(I am using Database authenticatin)
Thanks
Prakash
When you are creating a new user in SQL, you must choose an SQL Server Authentication and insert password.
For example I have created a user through SQL Server enterprise edition
Goto your server > Security > Logins > New login
Here specify the database of navision and create user then set the password
now u must create user in navision sql server option with the same name
as it is in sql server. You dont need to set password here in navision
thats it ..................
Anand Kumar
Navision Technical Consultant
To grant permission in SQL Server,
1) In the Enterprise Manager, expend your server and the expand the Security Folder. Click on Logins under the Security folder.
2) Right Click on the user that you want to grant access and then select Properties.
3) Select the Data Acccss tab.
4) In the Permit Column, put a check mark on your Navision database.
5) In the Permit in Database Role, place a check mark on public.
6) Click on the OK button to accept the setting.
To syncronize the security with navision,
1) Open Navision with a user who has admin right.
2) Go to Tools --> Security --> Syncronize All Logins to syncronize the security. This will syncronize all security setting in Navision to sql server. You can also choose to syncronize user by user instead syncronize all users at one go.
After syncronization, you should be able to login to your Navision.
How do i setup user roles. I tried to setup the roles/permissions. But it seems you should know the tables/link tables etc. Is there any way we can find linking and required objects. For. e,.g i want to give access rights to a user who will make GL journal entry, GL Ledger setup.
Thanks in anticaption
Kash
You can try setting it up yourself but, as someone that has been through it, I would advise you talk to someone that has done it before as it will make the process less painful.
If your an end user site have a chat with your reseller. If your at a reseller have a chat with a more experienced consultant that knows the Roles area.
Regards
Ian
Ian
actually assigning a user role is a lot of work for us..but I made some steps to less it..
1. go to file->Database->Information->Tables
hit ctrl-A to copy all then paste it in notepad then Save it as beforepost.txt
2. then make the all scenario that your user do in Nav..create,posting,etc.
example: the Purchaser
create Blanket order,quotes,P.O,etc.
-after you do all the scenario then
go to file->Database->Information->Tables
hit ctrl-A to copy all then paste it in notepad then Save it as
afterposting.txt
3. open your UltraEdit then compare the Beforeposting.txt and afterposting.txt
all changes in afterposting.txt vs Beforeposting.txt means the table that you will add to the permission in your purchaser Role. ofcourse we have to look what form,report,codeunit etc that call or use that table... #-o
be smart before being a clever.
go to Tools-> Debugger-> Code Coverage ->start.. then do the scenario of the role You want to assign(create,post etc.) afterward back to code coverage. now you will see all the object affected...
be smart before being a clever.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!