ProjectServer and Sharepoint

  • Thread starter Nico Oosthuysen
  • Start date
N

Nico Oosthuysen

Hi there :)

I am having some issues with one of my deployments.

The issue is w.r.t. uploading documents into the Sharepoint site for
the projects. When I try to upload a document, as soon as i have
clicked the "Save and Close" button, the page seems to bomb out with
the "Error on Page" icon in the bottom left hand corner.

When this error is double-clicked, the following detail is displayed:

"Line: 581
Char: 3
Error: 'oRetValTaskArgs.ID.lenght' is null or not an object
Code: 0"

This error only happens when trying to upload a document, and only to
this specific library (it was a new library that was created on the
site). When trying to create a new document there is no error
displayed, neither when one tries to create Issues or Risks.

The document still seems to be saved into the library - thus I am led
to believe that there is something going haywire with the linking
between Project Server and WSS but do not really know how to proceed.

Do you guys perhaps have any ideas for me in this regard?

Thanks
 
G

Gaurav Wason

Try adding the site to trusted site and see if that resolves the issue.

--
Gaurav Wason
(e-mail address removed)
MCP - Project Server
Project Made Easy
Project Archive Tool
Project Owner Tool
http://projectmadeeasy.com
 
J

JMAOffice

Hi,

Working on the same site as Nico.

For the benefit of the community, the issue can be traced down to
change on the EPM WSS template - the customer removed the Owner colum
on the Sharepoint list.

When the upload page loads, it renders but then continues to loa
some scripts thru an IFRAME. This renders the "Linked Tasks...
section on the page. At this particular customer, the script had
"silent" error (due to the missing OWNER field) and the control stoppe
loading. On save, it tries to reload data from the IFRAME, which i
then empty, throwing the "oRetValxxx is null or not an object".

Solution is to re-introduce the OWNER field, or to change th
PWADOC.JS script where it calls the SetOwner function.

Regards,
James Avenan
 
J

James Avenant

Hi,

Working on the same site as Nico.

For the benefit of the community, the issue can be traced down to a change
on the EPM WSS template - the customer removed the Owner column on the
Sharepoint list.

When the upload page loads, it renders but then continues to load some
scripts thru an IFRAME. This renders the "Linked Tasks..." section on the
page. At this particular customer, the script had a "silent" error (due to
the missing OWNER field) and the control stopped loading. On save, it tries
to reload data from the IFRAME, which is then empty, throwing the
"oRetValxxx is null or not an object".

Solution is to re-introduce the OWNER field, or to change the PWADOC.JS
script where it calls the SetOwner function.

Regards,
James Avenant
 
N

Nico Oosthuysen

Hi James,

This is actually fantastic stuff - although i obviously need to
apologize for the late reply to this topic! ;-)

Thanks for your help on this one...
Nico
 

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