Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Adobe Campaign Integration with Microsoft Dynamics CRM

Avatar

Level 2

Hey Guys,

I am working on the integration of adobe campaign( On-premise v7) with the Microsoft Dynamics CRM (Web API ), where I am facing the attached error.

1443471_pastedImage_1.png

Could you guys please help me on this and let me know in case of any information required to help on this.

Also I have one doubt that we are facing this error for the reason that one of solution is on-premise( adobe campaign) and another is on cloud ( Microsoft Dynamics)?

Regards

Raman

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi Raman,

Your outgoing URL is not whitelisted.

The default list of URLs that can be called by JavaScript codes (workflows, etc.) is limited. To allow a new URL, the administrator needs to reference a new urlPermission in the serverConf.xml file.

For more information on how to configure it, refer to the Server configuration section of the Security configuration checklist document.Security configuration checklist

From AC build 8853 (and AC v7 as well), the URL must be declared in the serverConf.xml file to be allowed from workflow Javascript activity and in AC external accounts.

(https://docs.campaign.adobe.com/doc/AC/en/RN.html).

And of course, also in your firewall rules if you are On-Premise hosting...

If you have AC build older than 8853, you can call the URL directly with https call inside Javascript activities boxes.

 

If you need to use an external URL inside a workflow, then define an AC external account (Administration/Platform/External Accounts, create a new one, choose http to type an then type your https web service URL  and select SSL security and if needed the credentials and port if not 443).

Regards,

Amit

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Hi Raman,

Your outgoing URL is not whitelisted.

The default list of URLs that can be called by JavaScript codes (workflows, etc.) is limited. To allow a new URL, the administrator needs to reference a new urlPermission in the serverConf.xml file.

For more information on how to configure it, refer to the Server configuration section of the Security configuration checklist document.Security configuration checklist

From AC build 8853 (and AC v7 as well), the URL must be declared in the serverConf.xml file to be allowed from workflow Javascript activity and in AC external accounts.

(https://docs.campaign.adobe.com/doc/AC/en/RN.html).

And of course, also in your firewall rules if you are On-Premise hosting...

If you have AC build older than 8853, you can call the URL directly with https call inside Javascript activities boxes.

 

If you need to use an external URL inside a workflow, then define an AC external account (Administration/Platform/External Accounts, create a new one, choose http to type an then type your https web service URL  and select SSL security and if needed the credentials and port if not 443).

Regards,

Amit

Avatar

Employee

HI Raman,

As stated in the error message, It seems you have to get it added this url to serverconf file.

You can refer below link for more details.

https://docs.campaign.adobe.com/doc/AC/en/INS_Additional_configurations_Server_side_configurations.h...