ACC TIP | Export connection strings

ACC Tips & Tricks, Adobe Campaign, Marketing Automation
less than a minute read#configuration #xml

Whether you change your laptop or want to save actual configuration for your colleagues. You can easily achieve that by taking all connection strings as XML.

Open connection string XML
<connections xtkschema="xtk:connections">
  <folder label="Connections">
    <cnx id="1" ims="false" label="Label" url="http://localhost">
      <comment>comment</comment>
    </cnx>
  </folder>
</connections

ims – connection over adobe id SSO

Also similar approach is to directly change the connection string file nlclient_cnx.xml that is located under your local AppData folder. To quickly navigate there just type in your file explorer %appdata%