Configuring the DNCAccountConfig.xml File
The DNCAccountConfig.xml file is used to configure the SFTP account information obtained from PossibleNOW. This information is later used to integrate Talisma with PossibleNOW after the DNC option is enabled in Main database. To edit the DNCAccountConfig.xml file to configure the SFTP account information, perform the following steps:
1. Open the DNCAccountConfig.xml file in an editor.
2. Add the Account ID, SFTP User name and Password information and save the file.
Sample content of the DNCAccountConfig.xml file is as follows:
<?xml version="1.0" encoding="utf-16"?>
<DNCCONFIG type="1.0">
<ACCOUNTCONFIG>
<ACCOUNTID>12345</ACCOUNTID>
<SFTPUSER>UserName</SFTPUSER>
<SFTPPASSWORD>Password</SFTPPASSWORD>
<PORT>22</PORT>
</ACCOUNTCONFIG>
</DNCCONFIG>
The following table illustrates the values that must be specified for each XML element:
XML Element | Description |
---|---|
<ACCOUNTID> </ACCOUNTID>
|
Specify the Account ID provided by PossibleNOW. For example, if the Account ID provided by PossibleNOW is 12345, the value for this XML element will be <ACCOUNTID>12345</ACCOUNTID> |
<SFTPUSER> </SFTPUSER> |
Specify the SFTP User name provided by PossibleNOW. For example, if the SFTP User name provided by PossibleNOW is Username, the value for this XML element will be <SFTPUSER>Username</SFTPUSER> |
<SFTPPASSWORD> </SFTPPASSWORD> |
Specify the password of the SFTP User provided by PossibleNOW. For example, if the password for the SFTP User provided by PossibleNOW is Password, the value for this XML element will be <SFTPPASSWORD>Password</SFTPPASSWORD> |
<PORT> </PORT> |
Specify the port that will be used in the SFTP environment. For example, if the default port is 22, the value for this XML element will be <PORT>22</PORT>. If you are not aware of the port number, ensure that this tag is removed. |