TIBCO ActiveMatrix BusinessWorks Plug-in for Database
-
Not Applicable
-
Description
Resolution: Steps :
1. Configure an adapter instance.
2. In the inbound connection tab, key in the username as %%user%%, and the password as %%mypassword%%.
3. Configure the entire adapter; Save the adapter config.
4. Create a tra file mypropfile with clientVar.user=# and clientVar.mypassword=#.
5. Run the obfuscation binary tool (in the SDK bin directory) against the property file and enter a value for MYPASSWORD when prompted. This will produce a property file with the obfuscated password in it.
6. Run the adapter instance against the property file (with the commandline argument "-system:propFile mypropfile").
7. Don't forget to keep the profile secure (ie. setting the right file access attribute to prevent it from being read, copied, or accessed by an unauthorized person or unauthorized applications).