K
kuehwi
Fresh installation of Project Server 2003 with SP2a
OS: Windows Small Business Server 2003
Line 44 of LocalizedStrings.asp:
So i tried to track down the problem:
Line 32 of LocalizedStrings.asp:
resMgr is created through global.asa:
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
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