• HaJo Kolter 4
  • NEWBIE
  • 25 Points
  • Member since 2016
  • Senior Professional
  • CSC

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 3
    Replies
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>
Even the fields look defined well, I can not get rid of the error message within the trailhead exercise:
"Setting Up Your Org"
Looking for a helping hand. Many thanks!
User-added image
 
Hello,
User-added image
The "Activate" Buttom is not feasible.
I spent so much time on this issue.
Any idea?
Thanks,
HaJo
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>
Even the fields look defined well, I can not get rid of the error message within the trailhead exercise:
"Setting Up Your Org"
Looking for a helping hand. Many thanks!
User-added image
 
Hello,
User-added image
The "Activate" Buttom is not feasible.
I spent so much time on this issue.
Any idea?
Thanks,
HaJo