J
James Fraser
I am running into an error when using the PDS projectcreate calls. Often, it
is returning:
<Reply>
<HRESULT>0</HRESULT>
<STATUS>1000</STATUS>
<UserName>James Fraser</UserName>
</Reply>
This status translates to: "rsProjectNotFound" (Well, of course not. That's
why I want to create it.)
The project is not created when I get this error.
The situation is even stranger because this call was failing on my
development server today for several hours, and then began working fine. I
can not figure out anything I changed between when it wasn't working and when
it was. I have copied my call to a text file to run identical calls on my dev
machine and on my production machine where it fails. All other commands that
I have tried through PDS (all data retrieval) have worked as expected on all
machines.
I'm currently getting the same error on a production server, and am at a
loss. I get the error even with the simplest Project Create call I can use:
<Request>
<ProjectCreate>
<AutoPublish>1</AutoPublish>
<Project>
<ProjectName>UniqueName1.Published</ProjectName>
<StartDate>20060428</StartDate>
</Project>
</ProjectCreate>
</Request>
Any hints or ideas? I'll try almost anything at this point.
TIA...
James Fraser
is returning:
<Reply>
<HRESULT>0</HRESULT>
<STATUS>1000</STATUS>
<UserName>James Fraser</UserName>
</Reply>
This status translates to: "rsProjectNotFound" (Well, of course not. That's
why I want to create it.)
The project is not created when I get this error.
The situation is even stranger because this call was failing on my
development server today for several hours, and then began working fine. I
can not figure out anything I changed between when it wasn't working and when
it was. I have copied my call to a text file to run identical calls on my dev
machine and on my production machine where it fails. All other commands that
I have tried through PDS (all data retrieval) have worked as expected on all
machines.
I'm currently getting the same error on a production server, and am at a
loss. I get the error even with the simplest Project Create call I can use:
<Request>
<ProjectCreate>
<AutoPublish>1</AutoPublish>
<Project>
<ProjectName>UniqueName1.Published</ProjectName>
<StartDate>20060428</StartDate>
</Project>
</ProjectCreate>
</Request>
Any hints or ideas? I'll try almost anything at this point.
TIA...
James Fraser