Author |
Message |
Topic: CICS request Node Error in Message broker 8 |
kishoreraju
Replies: 18 Views: 23442
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 12, 2012 6:07 am Subject: CICS request Node Error in Message broker 8 |
Data conversion issue with CICS Request Node is resolved by setting the CCSID and Encoding in the request that is being send to CICS.
SET OutputRoot.Properties.CodedCharSetId=500;
SET OutputRoot.P ... |
Topic: .msgmap conversion in MB.8.0 |
kishoreraju
Replies: 2 Views: 3830
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 11, 2012 7:47 am Subject: .msgmap conversion in MB.8.0 |
When tried coverting an .msgmap to .map in message broker 8.0 i found the below issues.
All the custom ESQL function calls from the maps showing errors after the map conversion (We need to manuall ... |
Topic: CICS request Node Error in Message broker 8 |
kishoreraju
Replies: 18 Views: 23442
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 10, 2012 9:07 am Subject: CICS request Node Error in Message broker 8 |
After setting up the clientApplid,clientQualifier i am able to connect to CICS using CICS request from my broker flow which is running on Windows7.But now i am having data encoding isssues with the re ... |
Topic: CICS request Node Error in Message broker 8 |
kishoreraju
Replies: 18 Views: 23442
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 08, 2012 7:27 am Subject: CICS request Node Error in Message broker 8 |
do you think its good candidate for PMR with IBM |
Topic: CICS request Node Error in Message broker 8 |
kishoreraju
Replies: 18 Views: 23442
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 08, 2012 6:23 am Subject: CICS request Node Error in Message broker 8 |
CICS is not receiving any user id so it is trying to run with deault user id .because of that it failing in CICS |
Topic: CICS request Node Error in Message broker 8 |
kishoreraju
Replies: 18 Views: 23442
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 05, 2012 10:12 am Subject: CICS request Node Error in Message broker 8 |
Here are the properties i have configured in the CICS Node:
CICS Server:tcp://myserver5:3301
ProgramName:* please do not use *
Datastructure:Commarea
Lenght :10222
SecurityIdentity:CICSSECID
Timeo ... |
Topic: CICS request Node Error in Message broker 8 |
kishoreraju
Replies: 18 Views: 23442
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 05, 2012 9:47 am Subject: CICS request Node Error in Message broker 8 |
I have created the security Identity and configured CICS request node with same but still getting the same error. |
Topic: CICS request Node Error in Message broker 8 |
kishoreraju
Replies: 18 Views: 23442
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 05, 2012 7:58 am Subject: CICS request Node Error in Message broker 8 |
When i am trying to call a CICS program using a CICS Node getting the below Error
CTG9631E Error occurred during interaction with CICS: ECI_ERR_SECURITY_ERROR, error code: -27
Please help to re ... |
Topic: Java ComputeNode JDBC Connection Error |
kishoreraju
Replies: 3 Views: 3857
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 30, 2010 10:42 am Subject: Java ComputeNode JDBC Connection Error |
Thanks for your quick reply.
My Broker level is 6.1.0.5.
The only error information that i am getting in the exceptionList is one that i added in my previous post |
Topic: Java ComputeNode JDBC Connection Error |
kishoreraju
Replies: 3 Views: 3857
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 30, 2010 10:20 am Subject: Java ComputeNode JDBC Connection Error |
Hi All,
I have developed a message message to connect to ORACLE using Java compute node.
Configurations:
Created the Configuration info by using below command
mqsicreateconfigurableservi ... |
Topic: Connecting to Oracle database from broker on mainframes |
kishoreraju
Replies: 6 Views: 10961
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 09, 2010 10:45 am Subject: Connecting to Oracle database from broker on mainframes |
Hi All,
I never worked on Message broker running on mainframes.
Presenlty i have to work on an interface which need to retrieve some data from oracle database tables.
is it possible to con ... |
Topic: Converting Date to Milliseconds |
kishoreraju
Replies: 7 Views: 6074
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 15, 2010 8:45 am Subject: Converting Date to Milliseconds |
Thanks for quick response.
I tried with TIMESTAMP, and DATE as well but no luck. |
Topic: Converting Date to Milliseconds |
kishoreraju
Replies: 7 Views: 6074
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 15, 2010 8:13 am Subject: Converting Date to Milliseconds |
Hi All,
I have created a function to convert to Date into milliseconds and it is woking fine till 14 March. From 15 onwards it is giving incorrect values
The below is the function i have create ... |
Topic: SOAP Input and HTTP Reply Node combination |
kishoreraju
Replies: 3 Views: 6799
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 07, 2010 10:17 am Subject: SOAP Input and HTTP Reply Node combination |
Thanks for your quick response.
I am adding some httpReply Headers to the response message.
With SOAP Reply Node I am not getting the Http Reply Headers in the response.
To get these Reply He ... |
Topic: SOAP Input and HTTP Reply Node combination |
kishoreraju
Replies: 3 Views: 6799
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 07, 2010 8:19 am Subject: SOAP Input and HTTP Reply Node combination |
Hi All,
I have created a message flow Which receives the Requests using SOAP Input node and Sends response using a HTTP Reply Node.
The flow running successfully without any errors but caller i ... |