Hi, everyone
I'm trying to make import script using SOAP API for sugarcrm 6.2.0 beta4 (build 6.2.7.2) CI
I've faced the following error
First i create Contact and EmailAddress Beans
then i call "set_relationship" with params (from SOAP)
the result is "invalid XML" on client side both with errorCode:Array ( [module1] => Contacts, [module1_id] => 6b4bfe81-da3b-d6f9-dd1a-4dcc167327dc, [module2] => EmailAddresses, [module2_id] => 2472a493-cbec-947d-560b-4dcc16011572 )
on the sugarcrm side.[1792][1][FATAL] Error fetching relationship from cache leads_contacts
I've put backtrace into place where error is triggered, the result of backtrace is in attached file.
Can't understand what i'm doing wrong?
P.S. set_relationship call differs from one in manual, because i get an error "Module not found when calling function"
set_relationship(session_id, 'Contacts', '..id..', 'EmailAddresses', '...id...');


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks