This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Remove ADSAccount outstanding objects

Hi

 

When we try to delete the outstanding mark from Manager, Manager got frozen while we click on ADSAccount table as we have lots of outstanding objects.

 

Is there any way by script or sql to delete ADSAccount outstanding objects without using Manager?

 

Regards

 

Leticia

Parents
  • Hi,

    we ended up creating a maintenance process with a CallMethod component that calls DeleteOutstanding() on the table in question (ADSAccount), with a given WhereClause.

    Although the Manager did not hang up, the WhereClause aspect was crucial to us and missing from the Synchronization interface.

    Also I'm not sure if the Method does the correct thing. It seems that the account deletion was being provisioned (ADS_ADSAccount_Delete got triggered) in our case. Maybe adding connection variable "FULLSYNC" is better.

Reply
  • Hi,

    we ended up creating a maintenance process with a CallMethod component that calls DeleteOutstanding() on the table in question (ADSAccount), with a given WhereClause.

    Although the Manager did not hang up, the WhereClause aspect was crucial to us and missing from the Synchronization interface.

    Also I'm not sure if the Method does the correct thing. It seems that the account deletion was being provisioned (ADS_ADSAccount_Delete got triggered) in our case. Maybe adding connection variable "FULLSYNC" is better.

Children
No Data