Author |
Message |
Topic: Connect Direct (from IIB) to Mainframe |
fschofer
Replies: 14 Views: 15992
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 04, 2018 8:18 am Subject: Connect Direct (from IIB) to Mainframe |
Hi,
regarding option 1 you could try to run your CD scripts from a java compute node using the IBM Sterling Connect:Direct Application Interface for Java
http://www-01.ibm.com/support/docview.wss? ... |
Topic: Deleting a file using Message Broker |
fschofer
Replies: 4 Views: 5433
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 02, 2018 1:51 am Subject: Deleting a file using Message Broker |
You can call a Java procedure from ESQL and delete the files using the Java Files.delete(path). |
Topic: File transfer from Mainframe to a MQ Queue |
fschofer
Replies: 9 Views: 12991
|
Forum: IBM MQ File Transfer Edition Posted: Tue Dec 27, 2011 6:32 am Subject: File transfer from Mainframe to a MQ Queue |
Hi,
look here for a similar discussion
http://www.mqseries.net/phpBB2/viewtopic.php?t=55489
Regards
Frank |
Topic: error while starting the broker |
fschofer
Replies: 3 Views: 3083
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 26, 2011 5:15 am Subject: error while starting the broker |
The queue manager name is the only configuration parameter needed as the broker is using a binding connection to its queue manager.
Is this a new broker setup?
If yes what steps have you executed ... |
Topic: error while starting the broker |
fschofer
Replies: 3 Views: 3083
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 26, 2011 3:51 am Subject: error while starting the broker |
Hi,
whats the status of the queue manager when you run the command dspmq ?
Regards
Frank |
Topic: using message broker for HA delivery of messages in-sequence |
fschofer
Replies: 2 Views: 2636
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 25, 2011 12:27 am Subject: using message broker for HA delivery of messages in-sequence |
Hi,
i have used the queue CLWLPRTY to get messages routed to only one target queue manager in the cluster.
For Details on the cluster workload management algorithm look here
http://publib.bould ... |
Topic: Validating SWIFT formatted messages in Message Broker |
fschofer
Replies: 1 Views: 3329
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 24, 2011 3:03 am Subject: Validating SWIFT formatted messages in Message Broker |
Hi,
take a look at this services offering:
IA0T: WebSphere Message Broker - SWIFT FIN Solution
http://www-01.ibm.com/support/docview.wss?uid=swg24006889
Regards
Frank |
Topic: Storing Flow Name to the XML |
fschofer
Replies: 3 Views: 3244
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 23, 2011 3:23 am Subject: Storing Flow Name to the XML |
Hi,
you can directly determine the name of the message flow from the Broker property MessageFlowLabel.
http://publib.boulder.ibm.com/infocenter/wmbhelp/v7r0m0/topic/com.ibm.etools.mft.doc/ak048 ... |
Topic: What causes /var/mqm/log to fill up? |
fschofer
Replies: 19 Views: 26295
|
Forum: General IBM MQ Support Posted: Mon May 23, 2011 2:46 am Subject: What causes /var/mqm/log to fill up? |
Hi,
first thing you need to know is if your queue manager are using circular or linear logging. Take a look the qm.ini files of your queue managers.
If they are using circular logging then your ... |
Topic: require help in developing a coding logic |
fschofer
Replies: 5 Views: 4287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 16, 2011 11:32 pm Subject: require help in developing a coding logic |
Hi,
have you tried running the code with message flow trace enabled on debug level.
This will show whats really happpening inside your functions.
Regards
Frank |
Topic: How to know the flow that is listening to a queue |
fschofer
Replies: 6 Views: 7343
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 12, 2011 7:19 am Subject: How to know the flow that is listening to a queue |
Hi,
change to queue to get disabled an check which message flow starts complaining.
Regards
Frank |
Topic: ORA-12162 TNS:net service error |
fschofer
Replies: 4 Views: 5947
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 10, 2011 4:37 am Subject: ORA-12162 TNS:net service error |
Hi,
are your execution groups 32 or 64 bit, maybe the odbc64.ini needs to be modified too.
Regards
Frank |
Topic: DB Lock in ESQL WMB |
fschofer
Replies: 15 Views: 23685
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 06, 2011 6:50 am Subject: DB Lock in ESQL WMB |
If you are using DB2 look here for explanation how locking works there and
when row-level locking or table-level locking is used.
http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm. ... |
Topic: Link for r3- SMQ 4171 error |
fschofer
Replies: 1 Views: 3416
|
Forum: General IBM MQ Support Posted: Wed Apr 27, 2011 4:02 am Subject: Link for r3- SMQ 4171 error |
Hi,
the User’s Guide says
SMQ4171 Failed to get SAP transaction ID. Check Client, User Id, Password and Language.
Explanation: The request for a transaction Id from SAP failed. This may be b ... |
Topic: Get "parent" module name from inside a subflow |
fschofer
Replies: 6 Views: 12340
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Thu Nov 25, 2010 6:46 am Subject: Get "parent" module name from inside a subflow |
Hi Emil,
so far i know to get this from inside a mediation subflow
name of mediation primitive
this.getMediationServices().getMediationDisplayName()
name of transformation
this.getSCAServi ... |