Team Member PWA No Access with IE

G

gaba53

I am experiencing very strange behavior from PWA this morning from one
of my Team Members. He can access his PWA Home page, but when he
attempts to go to the 'View my tasks' page the screen appears and
immediatley takes him back to the Home page. The same happens if he
attempts to go to Project Center. I was able to get him to log onto a
different machine and every thing worked perfectly. We are using IE6.

Does anyone know what is causing this? We have tried restarting, all
account settings appear to be correct. I know this is probably not a
Project specific issue, but all of his other web applications seem to
be functioning, and no body else is experiencing any problems. I am
really at a loss here, this is very bizarre.
 
R

Rod Gill

I had that problem once with a client that only had an old version of MDAC.
In the Visual Basic Editor select Tools, References and scroll down to look
at the version of Microsoft ActiveX Data Objects reference. It should be at
least 2.7 or 2.8

You could try re-installing MDAC in case another program has messed with the
registry or....

--

Rod Gill
Project MVP

NEW!! Project VBA Book, for details visit: http://www.projectvbabook.com
 
R

Robert

Simply try clearing cache and also delete the old active x control and
let it reinstall. It's located in \SystemRoot\Downloaded Program
Files . Delete PJ*.* files.
 
G

gaba53

Thanks for all the advice. I have removed and reinstalled all Active
X, MDAC is 2.8 and the problem still persists. I am trying to think if
there is anything I left out. Since my post I have logged into his
machine as a project administrator and I experience the same behavior.
Though it does not redirect me to the Home page when going to the
Admin tab or Resource Center. In resource center none of my resources
are displayed instead I get the following error, "An error occured
while trying to access the resources stored on the database. Either
there are too many resources (33), or the Project Server may not have
the correct DSN configuration. Contact the server administrator."

I actually found a similar post that was a couple of weeks old. That
mentioned a tool that I seem to be missing. I will look into the DSN a
bit further. If anyone can think of anything else please say so. If
not I know I can fix it with a hammer.

Thanks,
Gabe
 
M

Mvisscher

Hello Gabe,

I saw this message from you on Technet. I have the same problem for one of
my users. Did you find a solution?
If the users logs in on a different machine, no problems occur. Also I can’t
find the needed active components in
C:\windows\downloaded programs. I tried to install them manually, using the
following steps, but that didn’t help.
+++++++
The ActiveX controls reside in two .cab files that are located on your
Microsoft Project Server site in the following folder:
Microsoft Project Server\IIS Virtual Root\Objects
The two .cab files are:
• Pjclient.cab
• Pjcintl.cab (in the 1033 subfolder or other language folders)
These two cab files contain the following files:
• Pjcintl.cab:
• Pj11enuc.dll
• LangCabENU11.inf (This file is not required for the manual installation of
controls.)

• Pjclient.cab:
• Pjclient11.inf (This file is not required for the manual installation of
controls.)
• Pjres11c.dll
• Pjpront11.dll
• Pjquery11.ocx
• Pjtextconv11.dll
• Pjcalendar11.ocx
• Pjgrid11.ocx
• Pjoffline11.ocx
• Pjoutlook11.ocx
• Pjsecurity11.ocx
• Pjupdate11.ocx

1. Log on to your computer as Administrator.
2. Connect to Project Server, and then copy the Pjclient.cab file and the
Pjcintl.cab file from the Microsoft Project Server\IIS Virtual Root\Objects
folder. Paste the files in a folder on your computer.
3. Double-click the Pjcintl.cab file to open it, and then click the
Pj11enuc.dll file.
4. On the File menu, click Extract.
5. Expand My Computer, expand Local Disk (C:), expand Windows, and then
click Downloaded Program Files.
6. Click Extract.
7. Close the Pjcintl.cab file.
8. Double-click Pjclient.cab to open it, and then click Select all on the
Edit menu.
9. On the File menu, click Extract.
10. Expand My Computer, expand Local Disk (C:), expand Windows, and then
click Downloaded Program Files.
11. Click Extract.
12. Close the Pjclient.cab file.
13. Click Start, click Run, type CMD, and then click OK.
14. Type CD %windir%\Downloaded Program Files, and then press ENTER.
15. Type regsvr32 pj11enuc.dll , and then press ENTER.
16. Type regsvr32 pjres11c.dll, and then press ENTER.
17. Type for %i in (pj*.dll) do regsvr32 %i, and then press ENTER.
18. Confirm that registration was successful in each of the windows that
open. Click OK to close each regsvr32 window.
19. Type for %i in (pj*.ocx) do regsvr32 %i, and then press ENTER.
20. Confirm that registration was successful in each of the windows that
open. Click OK to close each regsvr32 window.
+++++
greetings,
Marcel Visscher
Consultant
DBS Project BV
 

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