hardei
19th September 2007, 14:53
Hi All,

While installing BaaN LN on Windows 2003 getting error 501.having Sql Server 2000
Please find attached document

It a SQL error or BaaN Error?

Waiting for your reply Guys

Thanks in Advance

kaukul
19th September 2007, 15:14
510: Database not on.

Your DB is not running....start DB.

dilipk.pandey
19th September 2007, 15:37
yes Kaustubh is right, the DB may not be on, you have to do it manualy, also check your listener...or this error may come in some more cases like sometimes if there is low disk space then also this error occur...as solution to this you can increase the buffer size or internal memory size...try to have a look on log files...

regards,
Dilip.

hardei
19th September 2007, 15:43
Hi,
Thanks for your quick reply.But can you please tell me how to check database is on in SQL SERVER.Beacuase MS SQL showing me that it running.

Regards,
Hardei

kaukul
19th September 2007, 16:18
But can you please tell me how to check database is on in SQL SERVER.

Are you able to connect through sqlplus to DB?

If yes, then check the tabledef entries...
If no, then DB is not on...

sukesh75
19th September 2007, 19:03
Kaustubh,
While installing BaaN LN on Windows 2003 getting error 501.having Sql Server 2000...
Isnt it a bit premature(too early) to check the tabledef file as the user is trying to install Ln and is stuck on the database creation process? Please correct me if i am wrong...

Hardei,
Did you check the user rights. The username thats logged on to the server for installing Ln could have some limitation in his rights. Did you check the Policy on this server whether the username thats logged on to the server has rights to log on locally? Or/and has Administrative rights?? If its not rights, you could(as Kaustubh put it) check if you are able to connect to SQL(if the SQL service is running) using Query Analyzer or Enterprise Manager. Once in there, check if you could create databases and tables..
sk

vinceco252
19th September 2007, 23:21
Also, if you are running the install from Windows Remote Desktop, you need to start remote desktop with the "/console" option in the shortcut.

Vince

kaukul
20th September 2007, 08:28
Isnt it a bit premature(too early) to check the tabledef file as the user is trying to install Ln and is stuck on the database creation process? Please correct me if i am wrong...

Hi Sukesh,

Ya may be, but I think at the time of installation, the user may have given BaaN DB/Server name other than the DB that he wants to use.

e.g. baan db is created, but in the installation dialog box, user enters baanln

Thanks for notifying..