K
Kimball Johnson
I have implemented a call to update a project using the following sequence:
1. Project.QueueCheckOutProject
2. Project.QueueUpdateProject
3. Project.QueueCheckInProject
I am submitting a Delta dataset.
the surrounding code is an implementation of the ERP Connector tool.
This code manages both the project/task create and update but it also
manages the creation of Custom Fields and Custom Lookup Tables.
I am working with both a development and a production machine.
the code completes properly for a create project and update project on the
development machine, but it fails on the update on the production machine.
The ULS logs on the production machine produce five identical errors that
are GeneralWorkInvalid standard project server wev services errors. I wrap
the web service errors in PSError and get the additional info: Uset Attribute
List: column.
Can anyone confirm that this is about the Project Server expecting to
receive specific data in the Delta Dataset referring to the Custom fields and
Custom Lookup Tables?
The files submitted have no additional data for the custom field/lookups.
However, the fact that they run correctly in development but fail in
production indicates that some possible configuration differences are at work.
If anyone knows anything about this 'Unset Attribute List' information
element, I would appreciate your commenting on this.
Thanks,
Kimball Johnson
1. Project.QueueCheckOutProject
2. Project.QueueUpdateProject
3. Project.QueueCheckInProject
I am submitting a Delta dataset.
the surrounding code is an implementation of the ERP Connector tool.
This code manages both the project/task create and update but it also
manages the creation of Custom Fields and Custom Lookup Tables.
I am working with both a development and a production machine.
the code completes properly for a create project and update project on the
development machine, but it fails on the update on the production machine.
The ULS logs on the production machine produce five identical errors that
are GeneralWorkInvalid standard project server wev services errors. I wrap
the web service errors in PSError and get the additional info: Uset Attribute
List: column.
Can anyone confirm that this is about the Project Server expecting to
receive specific data in the Delta Dataset referring to the Custom fields and
Custom Lookup Tables?
The files submitted have no additional data for the custom field/lookups.
However, the fact that they run correctly in development but fail in
production indicates that some possible configuration differences are at work.
If anyone knows anything about this 'Unset Attribute List' information
element, I would appreciate your commenting on this.
Thanks,
Kimball Johnson