We encountered a similar issue pushing data into CTM:People via Escalation. For us, the arerror.log gave the error "As the General Access of this ticket, you do not have permission to submit or modify the People profile Status from "" to "Enabled". (ARERR 1071032)". Basically, we had to modify workflow to allow AR_ESCALATOR the rights to change the Status field value. We decided to do this by modifying "CTM:PPL:GetStatusRuleSet_030". We changed the RunIf to be
( 'Profile Status' != 'DB.Profile Status') AND (( 'z1D Integer01' = 1) OR ( 'z1D Integer02' = 1) OR ( 'z1D Integer03' = 1) OR ($USER$ = "AR_ESCALATOR" )) Once that issue was resolved, we also ran into issues related to the required Business Phone field (not all of the records we were importing had phone #s). Hope this helps. _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org

