Table of Contents

Search

  1. Preface
  2. Command Line Programs and Utilities
  3. Installing and Configuring Command Line Utilities
  4. Using the Command Line Programs
  5. Environment Variables for Command Line Programs
  6. Using infacmd
  7. infacmd as Command Reference
  8. infacmd aud Command Reference
  9. infacmd autotune Command Reference
  10. Infacmd bg Command Reference
  11. infacmd ccps Command Reference
  12. infacmd cluster Command Reference
  13. infacmd cms Command Reference
  14. infacmd dis Command Reference
  15. infacmd dp Command Reference
  16. infacmd idp Command Reference
  17. infacmd edp Command Reference
  18. Infacmd es Command Reference
  19. infacmd ihs Command Reference
  20. infacmd ipc Command Reference
  21. infacmd isp Command Reference
  22. infacmd ldm Command Reference
  23. infacmd mas Command Reference
  24. infacmd mi Command Reference
  25. infacmd mrs Command Reference
  26. infacmd ms Command Reference
  27. infacmd oie Command Reference
  28. infacmd ps Command Reference
  29. infacmd pwx Command Reference
  30. infacmd roh Command Reference
  31. infacmd rms Command Reference
  32. infacmd rtm Command Reference
  33. infacmd sch Command Reference
  34. infacmd search Command Reference
  35. infacmd sql Command Reference
  36. infacmd tdm Command Reference
  37. infacmd tools Command Reference
  38. infacmd wfs Command Reference
  39. infacmd ws Command Reference
  40. infacmd xrf Command Reference
  41. infacmd Control Files
  42. infasetup Command Reference
  43. pmcmd Command Reference
  44. pmrep Command Reference
  45. Working with pmrep Files

Command Reference

Command Reference

Salesforce Marketing Cloud Connection Options

Salesforce Marketing Cloud Connection Options

Use connection options to define a Salesforce Marketing Cloud connection.
Enter connection options in the following format:
... -o option_name=value option_name=value ...
To enter multiple options, separate them with a space. To enter a value that contains a space or other non-alphanumeric character, enclose the value in quotation marks.
Example for infacmd createConnection command:
./infacmd.sh createConnection -dn DomainName -un Domain_UserName -pd Domain_Pwd -cn Connection_Name -cid Connection_ID -ct SFMC -o salesforce_marketing_cloud_url=https://webservice.s7.exacttarget.com/etframework.wsdl userName=SFMCUserName password=SFMCpwd clientid=SFMCclientid clientsecret=SFMCclientsecret enable_logging=true UTC_Offset=UTC+05:30 Batch_Size=1
Example for infacmd updateConnection command:
./infacmd.sh updateConnection -dn DomainName -un Domain_UserName -pd Domain_Pwd -cn Connection_Name -o salesforce_marketing_cloud_url=https://mc6tbszr9y72l86wknwg5w3c3k7q.soap.marketingcloudapis.com/etframework.wsdl userName=SFMCUserName password=SFMCpwd clientid=SFMCclientid clientsecret=SFMCclientsecret enable_logging=true UTC_Offset=UTC+05:30 Batch_Size=1
Example for infacmd removeConnection command:
./infacmd.sh removeConnection -dn DomainName -un Domain_UserName -pd Domain_Pwd -cn Connection_Name
The following table describes Salesforce Marketing Cloud connection options for infacmd.sh createConnection, updateConnection, and remove commands:
Connection property
Description
Domain Name
Informatica domain where you want to create the connection.
Domain User Name
User name of the domain.
Domain Password
Password for the domain.
Connection Name
Name of the Salesforce Marketing Cloud connection.
Connection ID
The Data Integration Service uses the ID to identify the connection.
Salesforce Marketing Cloud Url
The URL that the Data Integration Service uses to connect to the Salesforce Marketing Cloud WSDL.
The following URL is an example for OAuth 1.0 URL:
https://webservice.s7.exacttarget.com/etframework.wsdl
The following URL is an example for OAuth 2.0 URL:
https://<SUBDOMAIN>.soap.marketingcloudapis.com/etframework.wsdl
Informatica recommends that you upgrade to OAuth 2.0 before Salesforce Marketing Cloud drops support for OAuth 1.0.
Username
User name of the Salesforce Marketing Cloud account.
Password
Password for the Salesforce Marketing Cloud account.
ClientId
The client ID of Salesforce Marketing Cloud required to generate a valid access token.
ClientSecret
The client secret of Salesforce Marketing Cloud required to generate a valid access token.
Enable Logging
When you enable logging you can see the session log for the tasks.
UTC Offset
The Secure Agent uses the UTC offset connection property to read data from and write data to Salesforce Marketing Cloud in UTC offset time zone.
Batch Size
Number of rows that the Secure Agent writes in a batch to the target.
When you insert or update data and specify the contact key, the data associated with the specified contact ID is inserted or updated in a batch to Salesforce Marketing Cloud. When you upsert data to Salesforce Marketing Cloud, do not specify the contact key.

0 COMMENTS

We’d like to hear from you!