B
Bill E.
We have a stored procedure that refreshes a selection list for an
enterprise custom field. Basically, this procedure deletes records in
msp_Attribute_Strings for a give proj_id (the ent. global tempate) and
as_id and then reinserts them, pulling the values from another
corporate database. After this, we set the proj_ext_edited flag for
the global enterprise template and the attrib_ext_edited flag in
MSP_FIELD_ATTRIBUTES for the given attrib_field_id and as_id that was
changed.
Everything seems to work fine when opening projects in Project
Professional. However, when we try to edit a project using PWA
(Projects, click on project, Edit) we get the following error:
Request Status: 9121
Looking in the Event Viewer, we see the following error
Component: PDS
Line: 0
Error Number: 0x23a1
Description:
<Description><![CDATA[CDataAccess.ReadUserNamedEnterpriseColumns; 5 :
Invalid procedure call or argument]]></Description>
If we go to Project Professional, open the Global Enterprise Template
and save it, the problem in PWA goes away and we can now edit the
projects. However, I notice that doing this effectively creates a
brand new Global Enterprise Template (a new project in the database).
Is there something that I'm missing in my updates that could be
confusing PWA? Also, as a potential workaround, is there a way that I
can effectively save my Global Enterprise Template but without opening
MS Project Professional?
Bill E.
enterprise custom field. Basically, this procedure deletes records in
msp_Attribute_Strings for a give proj_id (the ent. global tempate) and
as_id and then reinserts them, pulling the values from another
corporate database. After this, we set the proj_ext_edited flag for
the global enterprise template and the attrib_ext_edited flag in
MSP_FIELD_ATTRIBUTES for the given attrib_field_id and as_id that was
changed.
Everything seems to work fine when opening projects in Project
Professional. However, when we try to edit a project using PWA
(Projects, click on project, Edit) we get the following error:
Request Status: 9121
Looking in the Event Viewer, we see the following error
Component: PDS
Line: 0
Error Number: 0x23a1
Description:
<Description><![CDATA[CDataAccess.ReadUserNamedEnterpriseColumns; 5 :
Invalid procedure call or argument]]></Description>
If we go to Project Professional, open the Global Enterprise Template
and save it, the problem in PWA goes away and we can now edit the
projects. However, I notice that doing this effectively creates a
brand new Global Enterprise Template (a new project in the database).
Is there something that I'm missing in my updates that could be
confusing PWA? Also, as a potential workaround, is there a way that I
can effectively save my Global Enterprise Template but without opening
MS Project Professional?
Bill E.