Loading...
Corporate Training
IBM
IBM WebSphere Transfer
IBM WTX
Maps
Message Flow
Multiple Instances
Online Training
VirtualNuggets
http://ibmwtxonlinetraining.blogspot.com/2016/05/message-broker-and-wtx-integration.html
Running multiple instances of maps :
There are some restrictions we should note when we use a pre-compiled map concurrently in more than one broker message flow, or when you use a map in a broker message flow with multiple threads of execution. we allocate multiple threads by setting the message flow's Additional Instances property in the broker archive editor in the WebSphere Message Broker Toolkit.
- If you have used Map Settings to switch map audit on, and are using an AuditLocation of "File," then you must set the audit FileName to "Unique." Failure to do so causes the map to fail with error code 53, and to throw an exception.
- If you have used Map Settings to specify a WorkSpace of "File," which is the default, then you must set the WorkFilePrefix to "Unique." Failure to do so causes the map to fail with error code 36, and to throw an exception.
- If you have used Map Settings to switch map trace on, then only the first message flow thread that runs traces to the designated file. Other message flows and other threads fail to trace. Note that the map does not fail, and it does not throw an exception. It is not possible for you to specify "Unique" for the trace FileName.
- If you have used Edit Input Card or Edit Output Card to switch backup on for a card, then you must set the backup FileName to "Unique." Note that the map does not fail, and it does not throw an exception.
There are additional restrictions you should note when you use a map in a broker message flow with multiple threads of execution.
- Enable map caching by selecting the Map cache property in the Basic tab under Properties for the WTX Map node in the WebSphere Message Broker Toolkit. Failure to do so might cause the map to fail.
Corporate Training,
IBM,
IBM WebSphere Transfer,
IBM WTX,
Maps,
Message Flow,
Multiple Instances,
Online Training,
VirtualNuggets
VirtualNuggets
3212038537893691075
Post a Comment
Home
item
Blog Archive
Popular Posts
-
What is syntax? The syntax of data refers to its format including tags, delimiters, terminators, and other characters that separate or i...
-
What is release Character? A release character is a one-byte character in the data that indicates that the character(s) following it sho...
-
Padding Differences: "Consider the structure is having the fixed length of 10 with padded 0." If type tree is used in inpu...
-
IBM WTX Map Nodes The WTX Map node is on of the components of WebSphere Transformation Extender (WTX) for Message Broker, this is pack...
-
Running multiple instances of maps : There are some restrictions we should note when we use a pre-compiled map concurrently in more th...
-
In this blog post we will get to know how to export a type tree to a document file containing a script of commands in XML format. We can e...
-
To run a map on another platform, you must build the map for that platform, using the Build for Specific Platform command. To run a map on...
-
Already we discuss overview on IBM WTX in our previous posts don't worry I little brief summary on IBM WTX below or you check the over...
-
Overview of IBM WebSphere Transformation Extender The IBM WebSphere Transformation Extender (WTX) is a powerful produ...
-
Importing and building type trees Importing a type tree Use the Importer Wizard to convert existing metadata into a type tree. ...