RTC Addind Database Rather Than Cronus Default

guptavarunmcaguptavarunmca Member Posts: 95
edited 2009-03-23 in NAV Three Tier
How should i add my new database on RTC .
By Default it takes Cronus..
If i want to show my new client database how it possible..
Please help me..
With Best Regards:
VARUN K. GUPTA

Comments

  • mohana_cse06mohana_cse06 Member Posts: 5,503
    How should i add my new database on RTC .
    By Default it takes Cronus..
    If i want to show my new client database how it possible..
    Please help me..
    y shd add ur database in SQL Server
  • kinekine Member Posts: 12,562
    1) The DB must be on SQL
    2) You need to reconfigure service tier to take the database (or you can use my NAV 2009 admin tool)
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • havhav Member Posts: 299
    kine wrote:
    2) 2) You need to reconfigure service tier to take the database (or you can use my NAV 2009 admin tool)

    --> Open 'CustomSettings.config' file in notepad from \Program Files\Microsoft Dynamics NAV\60\Service" folder.
    --> Locate the DatabaseServer and DatabaseName keys in this file.
    --> Change value of DatabaseServer to your machine name
    --> Change value of DatabaseName to your database name
    Eg:-
    <add key="DatabaseServer" value="IM2"></add>
    <add key="DatabaseName" value="Demo Database NAV (6-0)"></add>
    -->Save and close the file
    --> Restart Microsoft.Dynamics.NAV.Server.exe service
    --> Start RTC

    Hope the above helps you to run your database in RTC.

    Regards,
    Hemant
    Regards,
    Hemant
    MCTS (MB7-841 : NAV 2009 C/SIDE Solution Development)
  • guptavarunmcaguptavarunmca Member Posts: 95
    I have change the database in service.configure but after start RTC it give error
    userid and password not correct..
    Help me out. ](*,)
    With Best Regards:
    VARUN K. GUPTA
  • kinekine Member Posts: 12,562
    Than you do not have correctly set all what you need. Go through the documentation...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • navuser1navuser1 Member Posts: 1,329
    I have change the database in service.configure but after start RTC it give error
    userid and password not correct..
    Help me out. ](*,)

    Create a Windows Logins user into the required Db. And then try...
    Now or Never
  • guptavarunmcaguptavarunmca Member Posts: 95
    Thanks to all i had done it..... \:D/
    With Best Regards:
    VARUN K. GUPTA
  • navuser1navuser1 Member Posts: 1,329
    Thanks to all i had done it..... \:D/

    Plz mark the topic "SOLVED"
    Now or Never
Sign In or Register to comment.