function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
HaJo Kolter 4HaJo Kolter 4 

Trailhead API Basics Use SOAP API: insufficient access rights on cross-reference id

Hello,
after several tries SoapUI returns "insufficient access rights".
Any idea, is there something wrong regarding the setup of my admin id within the developer instance?
Looking forward for a hint.
Thanks,
HaJo

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:enterprise.soap.sforce.com">
   <soapenv:Header>
   </soapenv:Header>
   <soapenv:Body>
      <urn:login>
         <urn:username>akolter@csc.com</urn:username>
         <urn:password>#########ZGW7hN0XfbQcgivmVVZQUjjE</urn:password>
      </urn:login>
   </soapenv:Body>
</soapenv:Envelope>

Result:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sf="urn:fault.enterprise.soap.sforce.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <soapenv:Body>
      <soapenv:Fault>
         <faultcode>sf:INSUFFICIENT_ACCESS</faultcode>
         <faultstring>INSUFFICIENT_ACCESS: insufficient access rights on cross-reference id</faultstring>
         <detail>
            <sf:UnexpectedErrorFault xsi:type="sf:UnexpectedErrorFault">
               <sf:exceptionCode>INSUFFICIENT_ACCESS</sf:exceptionCode>
               <sf:exceptionMessage>insufficient access rights on cross-reference id</sf:exceptionMessage>
            </sf:UnexpectedErrorFault>
         </detail>
      </soapenv:Fault>
   </soapenv:Body>
</soapenv:Envelope>
JyothsnaJyothsna (Salesforce Developers) 
Hi,

Please remove the package version number from the end of the URI.

Regards,
Jyothsna

 
HaJo Kolter 4HaJo Kolter 4
Hi,
the remove of the package version number was no help and much more important,
everytime, when I execute the url and code shown above, my account is blocked for unknown reasons:
"Access Blocked
The operation you requested isn't allowed due to a security policy in your organization. Contact your administrator for more information about security policies.
"
This is very strange and stops me to go on with trailhead exercises.

Any hint in which way I can unblock my account instead waiting one week?
Thanks,
HaJo