Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Error when running DS 0CRM_SALES_ACT_1 in RSA3

Former Member
0 Kudos

When running 0CRM_SALES_ACT_1 in RSA3 for more than thousand records, I get the following error, "You are not a participant in the private activity" with message no. CRM_ORDER027. I have not seen this error before. Is this is a security issue or config change?

3 REPLIES 3

Former Member
0 Kudos

Hello akkinair,

I have a very similar error when I try to reinitialize delta for this datasource - the process stops after a few hours with this error message. have you found any solution to this?

Best regards,

Alek

york_wang
Explorer
0 Kudos

Please apply note 701575 if it does not exist in your system.

Extraction should not be stopped by termination caused by partner or address error.

Best Regards,

York

Former Member
0 Kudos

Actually, we have solved the issue another way. We managed to debug the data extraction and pinpoint an activity that actually had a "private" marker set in CRM. This means that the function modules for this extractor cannot extract that activity as it would require aleremote (or whichever rfc user you're using) to be the participant of that particular activity.

Our solution was to remove that marker - it had to be done by the creator of that activity - in CRM, and then the extraxction went smoothly.

If you cannot do it (remove the "private" marker), you could enhance the extractor and exclude in it those acitivites that have the private setting - it should also work.