As a user, you can use Anaplan V2 Connector after the organization administrator ensures that users have access to the Secure Agent directory that contains the success and error files. This directory path must be the same on each Secure Agent machine in the runtime environment. The organization administrator must also perform the following tasks:
•Create an Anaplan user account with access to the model and workspace.
•Configure the following Anaplan actions: import, export, delete, and process.
Each model must have a corresponding action. For example, an import action must be configured to import data into a model.
•Manage certificate-based authentication with certificates issued by Anaplan or a certificate authority.
If the certificate is issued by Anaplan, the administrator must install the certificate on the machine that hosts the Secure Agent. If the certificate is issued by a certificate authority, the administrator must perform the following tasks:
1Get the certificate from a certificate authority.
- Extract the private key and public certificate.
2Create a Java KeyStore using the private key and public certificate.
As a user, you can also perform the following tasks:
1Verify your Informatica Connection properties, such as the Runtime Environment and the absolute path to a directory, which you can use as your output directory for Export.
2To use non-English characters, set the following environment variable: JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
3Create a directory or file for the Anaplan actions.
The following table describes the directory or file for the Anaplan actions:
Anaplan Action
Description
Import
A directory to hold the files you import
Export
A directory to hold the files you export
Delete
A csv file with at least one row and one column of data
Process
A csv file with at least one row and one column of data
Get the Certificate from a Certificate Authority
You can submit a certificate request to obtain the certificate from a certificate authority. The certificate authority issues the public certificate and the private key as a single file or as two separate files. If you obtain the public certificate and private key in a single file, you must extract and save both files separately.
Once you obtain the certificate, it is under your control and Anaplan Inc. is not responsible for keeping it secure. You should not share your private key with anyone under any circumstances.
Extract Private key and Public Certificate
If you obtain the public certificate and private key in a single file, use the openssl command to extract and save both files separately in PEM format.
Ensure that the public certificate file begins with “-----BEGIN CERTIFICATE-----” and ends with “-----END CERTIFICATE-----”. Delete any text present before“-----BEGIN CERTIFICATE-----” and after “-----END CERTIFICATE-----”.
Run the following commands to extract the public certificate and private key:
Storing sensitive information like the private key in the file system can be insecure. Use a Java KeyStore to protect the private key and certificate with a KeyStore password.
Perform the following steps to create a Java KeyStore:
1Run the following command to create a pkcs12 bundle called keystore_bundle.p12 using the private key and public certificate: