Hi,
can any1 help me with this issue: we have installed BA at customer's. I was able to create a database running configurator from NAV. Now I cannot run configurator from the installation directory (which is required everytime I create a new database), it ends with an error message: "[Microsoft][ODBC SQL Server Driver][SQL Server]Windows NT user or group 'ACCOUNTING\BA Administrators' not found. Check the name again." What shall I set up to get it up and running? THANKS! :-s
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
A) server running SQL2000 with NAV database,
another server running SQL2000 with BA installed.
I run a Navision client on a server B and open the NAV database on server A. I am not able to create a BA database because when I run the configurator (in NAV clientl on the server I get the following error:
"Error during initialization.
Cannot open database requested in login '<database name>'. Login fails"
Can BA database and NAV database be running on different SQL servers? Or is it a user rights issue?
Thank you very much in advance.
In table 700 there is this code:
Everything what you needs is to change it to take the "Navision Server Name" in all cases. After that you can save the SQL name into this field and it will be used in configurator.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I replace the following code
IF NOT GetFieldRefByName(FieldRef,RecRef,'Host Name') THEN
ERROR(Text004,RecRef.CAPTION);
Params := Params + ' -s"' + FORMAT(FieldRef.VALUE) + '"';
with
Params := Params + ' -s"' + FORMAT(MyServerName) + '"';
Thanks Kine.
Regards,
Ravi
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Many thanks, Kine! =D>
thanks a lot for pointing out the source of this error.
I've been banging my head against the wall for quite some time just trying to get Bus. Analytics to run, now at last it seems to work.
Alastair
Please help me how to modify the code in the table, i am getting only new / design / Run option for the table.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I just wants to know as previously commented " BA is not able to run on DC. This is known issue."
Is is possible to solve this issue by modifying the code in the Table 700 ISSUE "[Microsoft][ODBC SQL Server Driver] Windows NT user or group "ERPSERVER\BA Administrators" Not found
This error i am getting when running configurator and selecting path for the license.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
We are having an Win2000 server (with domain) on which BA is installed previously and working fine on the server and also on the workstations.
Now our server OS has crashed and we have reinstalled all the applications as pe below...
Windows 2000 Server
SQL 2000 Server (name SQLSERVER)
Navision 4.0 (Navision backup has been restored on the SQL server and is working fine)
Domain Controller (myserver.com)
BA is also installed sucessfully and the BA database is generated from Navision interface by giving configurator path.
Now BA is coming in DEMO mode, so by running BA advanced configurator
after giving a path for the Navision client license error comes as
"[Microsoft][ODBC SQL Server Driver][SQL Server]Windows NT user or group 'SQLSERVER\BA Administrators' not found
I am able to see in mydomain.com in active directory where in users section global group "BA Administrators" is available.
Pleaes help me in this regard, if you need any other details please let me know.....
Also my query is that if it is working also before with domain controller
It should also work now.... Thanks in advance.....
What do you mean change it to take the "Navision Server Name" in all cases?
thanks..
But! BA is supposed to run on same PC where you are running the client, else there can be other problems.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.