RTC on different Domains

nyranyra Member Posts: 12
edited 2009-07-23 in NAV Three Tier
Hi,
can RTC run on different domains without any domain trust.

thanks

Comments

  • freddy.dkfreddy.dk Member, Microsoft Employee Posts: 360
    Without trust you would have to use runas in order to run the client in a different domain.

    runas /netonly /user:<domain\user> <roletailored client>

    the user specified in /user must be from the domain of the service tier and you will have to enter a password every time I think.
    Freddy Kristiansen
    Group Program Manager, Client
    Microsoft Dynamics NAV
    http://blogs.msdn.com/freddyk

    The information in this post is provided "AS IS" with no warranties, and confers no rights. This post does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion.
  • nyranyra Member Posts: 12
    Thanks for the reply, but runas does not accept password in the command line. It shows
    Enter password for <Domain\User>:
    but we are not able to insert password in command line.
  • freddy.dkfreddy.dk Member, Microsoft Employee Posts: 360
    Correct - probably based on the fact that it would be a huge security risk to have passwords in clear text in .bat files or shortcuts.

    Maybe you can use /savecred on runas?

    BTW there is a discussion on the topic on this blog:

    http://blogs.msdn.com/oldnewthing/archive/2004/11/29/271551.aspx

    All of these things has of course really nothing to do with NAV - we just need a user, which can be authenticated on the service tier (and impersonated on the database tier)
    Freddy Kristiansen
    Group Program Manager, Client
    Microsoft Dynamics NAV
    http://blogs.msdn.com/freddyk

    The information in this post is provided "AS IS" with no warranties, and confers no rights. This post does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion.
  • nyranyra Member Posts: 12
    Is that mean on ideal condition we can't run RTC on different doamins?

    nyra
Sign In or Register to comment.