AS/400 Adapter 6.0.1 | webMethods AS/400 Adapter Documentation | webMethods AS/400 Adapter Installation and User’s Documentation | Externalizing Adapter Connection Assets | Externalizing Adapter Connection Assets
 
Externalizing Adapter Connection Assets
The Microservices Runtime container allows to supply the runtime connection configurations for webMethods Non-ART based adapters while running the Docker image.
These adapter configurations are considered as the assets that are available in the application properties. Integration Server uses the adapter configurations as dynamic variables for initializing the connections. Microservices Runtime is correspondent with webMethods Integration Server.
The format of the configuration is:
PackageName.Connection.Configurations = value
For Example:
AS400Connections.CENTRAL.connectionFactoryType=CENTRAL
AS400Connections.CENTRAL.currentLibrary=IS712
AS400Connections.CENTRAL.initProgram=
AS400Connections.CENTRAL.password={AES}EE0RXy2uQZqAhuiclFokag\=\=
AS400Connections.CENTRAL.userId=sagcc
AS400Connections.COMMAND.connectionFactoryType=COMMAND
AS400Connections.COMMAND.currentLibrary=IS712
AS400Connections.COMMAND.initProgram=
AS400Connections.COMMAND.password={AES}EE0RXy2uQZqAhuiclFokag\=\=
AS400Connections.COMMAND.userId=sagcc
AS400Connections.Command1.connectionFactoryType=COMMAND
AS400Connections.Command1.currentLibrary=
AS400Connections.Command1.initProgram=
AS400Connections.Command1.password={AES}Ju79a+ad+0nP2a4NDi2Wzw\=\=
AS400Connections.Command1.userId=adapters
AS400Connections.DATABASE.connectionFactoryType=DATABASE
AS400Connections.DATABASE.currentLibrary=IS7123
AS400Connections.DATABASE.initProgram=
AS400Connections.DATABASE.password={AES}EE0RXy2uQZqAhuiclFokag\=\=
AS400Connections.DATABASE.userId=sagcc
You can modify the parameters in the template based on the respective adapter connection.