pravinnalkande - Thursday, May 3, 2012 10:03 AM:
Dear All,
Following error is coming while saving the item by IOM.
<SOAP-ENV:Envelope xmlns:SOAP-ENV="schemas.xmlsoap.org/.../"><SOAP-ENV:Body><SOAP-ENV:Fault xmlns:af="www.aras.com/.../faultcode><faultstring>Failed to get the sg_activityTask ItemType.</faultstring><detail><af:legacy_detail>Failed to get the sg_activityTask ItemType.</af:legacy_detail><af:exception message="Failed to get the sg_activityTask ItemType." type="Aras.Server.Core.ItemTypeNotFoundException" /><af:item type="sg_activityTask" xpath="Item" /></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
Need help on this please.
Cheers,
Pravin
Brian - Monday, May 7, 2012 5:25 PM:
Hi Pravin,
This error is saying the the Item type name sg_activityTask can't be found.
Check the spelling and capitalization of the Item type name. sg_ActivityTask is not the same as sg_activityTask for example.
Cheers,
Brian.
pravinnalkande - Tuesday, May 8, 2012 12:56 AM:
Hi Brian,
Thanks for the quick reply.
Yes you are right the item type sg_activityTask was missing in Item Types as I have searched in my database.
Thanks for clarification.