Copy link to clipboard
Copied
Error configuring Adobe Sign Integration with salesforce.
I am trying to install the Adobe Sign from salesforce app exchange amd configure it for a demo. Installation of the app in Salesforce was successful. I am getting an error when Configuring it using the steps mentioned in the Adobe installation steps. It would be great if someone can help me resolve this error. Following are the steps I followed.
Before proceeding, please ensure that both the "Lock sessions to the IP address from which they originated" and the "Lock sessions to the domain in which they were first used" settings under the Setup > Security Controls > Session Settings are unchecked or toggle the "Timeout Value" between the default (2 hours) to another value of your choice. Error is: settings/Security.settings (Line: 619: Column:22) : Property 'lockerServiceFrozenRealm' not valid in version 33.0
Copy link to clipboard
Copied
It seems like Salesforce breaks the backward compatibility in their metadata api calls.
The workaround for this issue is to add the following ip ranges in your org:(setup->security->network access)
<ipRanges>
<start>166.78.79.112</start><end>166.78.79.127</end>
<start>52.71.63.224</start><end>52.71.63.255</end>
<start>52.35.253.64</start><end>52.35.253.95</end>
<start>52.48.127.160</start><end>52.48.127.191</end>
<start>52.58.63.192</start><end>52.58.63.223</end>
<start>207.97.227.112</start><end>207.97.227.127</end>
<start>52.196.191.224</start><end>52.196.191.254</end>
<start>52.65.255.192</start><end>52.65.255.223</end>
<start>13.126.23.0</start><end>13.126.23.31</end>
</ipRanges>
Copy link to clipboard
Copied
Hello,
We have opened a case with Salesforce for this problem which is caused by the backward compatibility issue in Salesforce release. They have provided a fix which will effective on Thursday(March 9, 2020).
With the fix from Salesforce in your org, you don't need to mannually add the trusted ip ranges above.
Thanks.
Copy link to clipboard
Copied
This is still an issue today as of 3/11/20.