Login problem (O4W)
At 27 JUL 2011 05:40:36AM Stefano Cavaglieri wrote:
I'm seriously considering O4W for some new developments, so I started doing some tests. In my development environment (i.e. a laptop with all stuff installed) everything works as expected, in our production environment (i.e. a web server and a couple of db servers) it does not, or only partially.
Let me get to the point: I have 3 applications configured (EXP, ICH, and MEM); these apps exist within OpenInsight; the config files on the web servers are identical; the registry entries on the web servers are identical (besides ServerURL and ServerPort)
From my laptop I can log into my 3 apps using the same O4W credentials with no problems; from the production site I can only log into 1 app (i.e. ICH), while for the others I get an error message saying "Invalid entry - please enter user name and password".
laptop runs: OI v.9.2.1, Apache v.2.2.19, Win 7 Pro 64bit
servers run: OI v.9.2.1, UDH v4.6, Apache v.2.2.19, Win Server 2008 32bit
I feel like I tried everything, with no luck - can you help me?
Regards,
Stefano
At 27 JUL 2011 08:45AM jared bratu wrote:
What are the URL's for each of the applications on the production server? I'm assuming you have URL's like www.yourhost.com/exp/start.htm, www.yourhost.com/ich/start.htm and www.yourhost.com/mem/start.htm
Remember that the /exp, /ich, and /mem url branch corresponds to the registry:
HKLM\SOFTWARE\Wow6432Node\RevSoft\OECGI3\<urlbranch>
Note the Wow6432Node branch only applies to 64bit servers, 32bit servers do not need this branch.
If the url branch doesn't match the registry or isn't found it will default to the login information stored in OECGI3 instead of OECGI3\<urlbranch>. Each branch stores the information for OECGI3 to contact the appropriate engine server.