Intermittent problem publishing (PDS)

R

Rob

I'm doing the following through PDS:
1)checkout project
2)add a resource (not enterprise) with ProjectResourcesCreate
3)checkin project

My project will be published (I'm guessing autopublish is acutally working)
as I see the xml file populate the VIEWDROP folder and disappear after
processing.

However, after adding a few resources, it will stop working, and I'll get
the error included below. I found an explanation for the error at
http://support.microsoft.com/default.aspx?scid=kb;en-us;888639

Nevertheless, I'd like to know why it publishes sometimes, and other times I
receive an error. I need it to publish reliably every time. Any help
appreciated.



File: C:\Office\dev\project\WebClient\source\utility\pjadorsutil2.cpp
Line: 1691
Error Number: 0x80004005
Description: <Description><![CDATA[Assert Detected. The error code was also
included.]]></Description>
___________________________________

Description: <Description><![CDATA[Cannot open project '<PC11DSN>\DI100 -
Install - rob.Published']]></Description>
 
J

JackD

I would, but I'm woefully ignorant about PDS.
Sorry.

--
-Jack ... For project information and macro examples visit
http://masamiki.com/project

..
Rob said:
Anyone want to take a stab at this?

Rob said:
I'm doing the following through PDS:
1)checkout project
2)add a resource (not enterprise) with ProjectResourcesCreate
3)checkin project

My project will be published (I'm guessing autopublish is acutally working)
as I see the xml file populate the VIEWDROP folder and disappear after
processing.

However, after adding a few resources, it will stop working, and I'll get
the error included below. I found an explanation for the error at
http://support.microsoft.com/default.aspx?scid=kb;en-us;888639

Nevertheless, I'd like to know why it publishes sometimes, and other times I
receive an error. I need it to publish reliably every time. Any help
appreciated.



File: C:\Office\dev\project\WebClient\source\utility\pjadorsutil2.cpp
Line: 1691
Error Number: 0x80004005
Description: <Description><![CDATA[Assert Detected. The error code was also
included.]]></Description>
___________________________________

Description: <Description><![CDATA[Cannot open project
' said:
Install - rob.Published']]></Description>
 
E

Ed Morrison

I don't think the error has to do with OLAP as the link suggests. This is a
common error number.

If you are using local resource in an enterprise environment, you must set
the resource's workgroup to 'none'. Otherwise, you will get a spooler
error. Let me know if this solves your problem.
 
R

Rob

Not sure how I would do this. PDS extender method ProjectResourcesCreate
does not take Workgroup as an argument, and the ResourcesAdd method which
does take Workgroup, as far as I can tell is for Enterprise resources (you
cannot specify a project id).

Is there another way to do this? Please advice. Thanks

Ed Morrison said:
I don't think the error has to do with OLAP as the link suggests. This is a
common error number.

If you are using local resource in an enterprise environment, you must set
the resource's workgroup to 'none'. Otherwise, you will get a spooler
error. Let me know if this solves your problem.

--
Ed Morrison
msProjectExperts
"We wrote the books on Project Server"
http://www.msprojectexperts.com



Rob said:
I'm doing the following through PDS:
1)checkout project
2)add a resource (not enterprise) with ProjectResourcesCreate
3)checkin project

My project will be published (I'm guessing autopublish is acutally working)
as I see the xml file populate the VIEWDROP folder and disappear after
processing.

However, after adding a few resources, it will stop working, and I'll get
the error included below. I found an explanation for the error at
http://support.microsoft.com/default.aspx?scid=kb;en-us;888639

Nevertheless, I'd like to know why it publishes sometimes, and other times I
receive an error. I need it to publish reliably every time. Any help
appreciated.



File: C:\Office\dev\project\WebClient\source\utility\pjadorsutil2.cpp
Line: 1691
Error Number: 0x80004005
Description: <Description><![CDATA[Assert Detected. The error code was also
included.]]></Description>
___________________________________

Description: <Description><![CDATA[Cannot open project '<PC11DSN>\DI100 -
Install - rob.Published']]></Description>
 
R

Rob

Thanks everybody for all the pointers. I may have figured out this issue. I
have a custom extender method that that puts an entry into the project RTf
Notes. When I open up project pro, it would sometimes complain, and
sometimes not. I suppose the publishing process had the same issue. Seems
that I needed to end my rtf marked up text entry with a NUL char that I'm
updating to the db table.

Gary L. Chefetz (MVP) said:
Rob:

The problem you're experiencing actually relates to your use of '-' dashes
in the project name. Remove these and the 4005 error should go away.

--

Gary L. Chefetz, MVP
"We wrote the books on Project Server"
http://www.msprojectexperts.com

For Project Server FAQs visit
http://www.projectserverexperts.com

For Project FAQs visit
http://www.mvps.org/project

-
Rob said:
I'm doing the following through PDS:
1)checkout project
2)add a resource (not enterprise) with ProjectResourcesCreate
3)checkin project

My project will be published (I'm guessing autopublish is acutally working)
as I see the xml file populate the VIEWDROP folder and disappear after
processing.

However, after adding a few resources, it will stop working, and I'll get
the error included below. I found an explanation for the error at
http://support.microsoft.com/default.aspx?scid=kb;en-us;888639

Nevertheless, I'd like to know why it publishes sometimes, and other times I
receive an error. I need it to publish reliably every time. Any help
appreciated.



File: C:\Office\dev\project\WebClient\source\utility\pjadorsutil2.cpp
Line: 1691
Error Number: 0x80004005
Description: <Description><![CDATA[Assert Detected. The error code was also
included.]]></Description>
___________________________________

Description: <Description><![CDATA[Cannot open project '<PC11DSN>\DI100 -
Install - rob.Published']]></Description>
 

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