Problems with Installation Project Server 2003

K

kuehwi

Fresh installation of Project Server 2003 with SP2a
OS: Windows Small Business Server 2003

http:// said:
Laufzeitfehler in Microsoft JScript Fehler "800a138f'
'this.oResMgr' ist Null oder kein Objekt
/ProjectServer/Library/LocalizedStrings.asp, line 44

Line 44 of LocalizedStrings.asp:
this.sLCID = this.oResMgr.BrowserLCID( sAcceptLang, sAppPath );

So i tried to track down the problem:

Line 32 of LocalizedStrings.asp:
this.oResMgr = Application('resMgr');

resMgr is created through global.asa:
set application("resMgr")=Server.CreateObject("ProjResMgr.ProjResMgr.1")

ProjResMgr.ProjResMgr.1 is registered in HKEY_CLASSES_ROOT and is
pointing to file
C:/Program Files/Microsoft Office Project Server 2003/BIN/PJRESM.DLL
where class definition exists.

Somehow it must be a problem with insufficient permissions but I think
I tried everything.
I also followed instructions from
http://support.microsoft.com/kb/925037/en-us
but without success.

Any help would be appreciated,
Robert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top