[This KA was unapproved and obsolete when migrated.] How can I add custom properties foran adapter instancevia "Edit Adapter XML" inDesigner 5.0.1?
book
Article ID: KB0085649
calendar_today
Updated On:
Products
Versions
TIBCO Adapter SDK
-
Not Applicable
-
Description
Resolution: Steps to add the custom properties for an adapter instance using Edit Adpater XML in Designer 5.0.1:
For example, If you want to add <zapconnection>...</zapconnection> properties into your SDK Adapter configuration You need to do the following:
1. Select the adapter Instance and click Edit Adapter XML. 2. Scroll all the way down and locate element "</AESDK:adapter>" and then add your custom properties just before this tag. (Note:If the adpater instance already has some custom properties then you would need to add the custom properties just before the tag </generic:adapter>.)
<AESDK:adapter> OR <generic:adapter> ....... ....... <zapconnection> <hostname>rio</hostname> <port>9900</port> <instance>UIJ23</instance> </zapconnection> <!--Any other custom properties goes here with appropriate begin and close tags--> </AESDK:adapter> OR </generic:adapter>
3.Click OK and Save.
Note: Please follow the above steps instead of steps described in Chapter 11 of Adapter SDK Programmer's Guide release 5.0.1. Document will be corrected in future releases.
Issue/Introduction
[This KA was unapproved and obsolete when migrated.]
How can I add custom properties foran adapter instancevia "Edit Adapter XML" inDesigner 5.0.1?