Author |
Message |
Topic: SSL Socket error, although all the certs are on the keystore |
srailkar
Replies: 1 Views: 2690
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 02, 2010 1:30 pm Subject: SSL Socket error, although all the certs are on the keystore |
We are getting SSL socket error on 2048 bit cert.
Catalog = BIPv600
Severity = 3
Number = 3152
Text = A Web Service request has detected a SOCKET error whilst invoking a web service lo ... |
Topic: Broker Service Account Getting LOCKED |
srailkar
Replies: 2 Views: 4774
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Nov 20, 2010 7:36 am Subject: Broker Service Account Getting LOCKED |
We are getting our service account locked - where and how do we identify where the issue is. We have Error handling which gives the SYSTEM error code - 1909. Which is an indication that the service ... |
Topic: MsgFlow Strange Behavior |
srailkar
Replies: 0 Views: 18176
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 14, 2008 7:48 pm Subject: MsgFlow Strange Behavior |
I have a messageflow which is behaving very strangly. When same message is passed thru in debug mode it works perfectly. Without Debug it has a problem processing the following command, complaing th ... |
Topic: MA01 - Using Q command to post msg using specified correlID |
srailkar
Replies: 1 Views: 3615
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 02, 2007 7:23 am Subject: MA01 - Using Q command to post msg using specified correlID |
I am trying to post a message on queue with a specific Correlation ID using the "Q" command.
The command executes, but the message does not have the specifiec correlationID.
Version 6.0. ... |
Topic: Ascii to signed decimal (ebcdic) |
srailkar
Replies: 0 Views: 2255
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 25, 2006 4:45 am Subject: Ascii to signed decimal (ebcdic) |
Can anyone tell me how to convert ascii value '-1274.47' to signed implied decimal ebcdic '2744M'?
My message flow is on Windows platform.
In the cobol copybook the field is :
PREMIUM ... |
Topic: Maintain binary value on message |
srailkar
Replies: 1 Views: 2527
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 19, 2006 6:33 am Subject: Maintain binary value on message |
I have a situation where I need to use Broker ability to map data which is sent to Mainframe system as flat file. The few fields in this file needs to maintain binary attributes that is set in messag ... |
Topic: Map Node: Single XML row input to Multiple Target Recs |
srailkar
Replies: 1 Views: 2395
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 22, 2006 3:27 am Subject: Map Node: Single XML row input to Multiple Target Recs |
Hello,
I have an XML message (row) that I need to map to output message which has 3 different records (Target maps 3) and all 3 records need to be generated. And the third record may happened seve ... |
Topic: Database Exception Error |
srailkar
Replies: 20 Views: 21790
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 15, 2006 5:04 am Subject: Database Exception Error |
I have a similiar problem:
The messageflow is able to connect to local SQL Server Database and do insert, however when it is trying to do lookup into a REMOTE SQLServer Database it give error:
2006- ... |
Topic: BAR file creation Problem: WBIMB Toolkit & BRK 6.0.0.2 |
srailkar
Replies: 16 Views: 15289
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 07, 2006 11:59 am Subject: BAR file creation Problem: WBIMB Toolkit & BRK 6.0.0.2 |
Bill,
Let me know your email and I can sent you the zip package.
SR |
Topic: BAR file creation Problem: WBIMB Toolkit & BRK 6.0.0.2 |
srailkar
Replies: 16 Views: 15289
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 07, 2006 11:41 am Subject: BAR file creation Problem: WBIMB Toolkit & BRK 6.0.0.2 |
Thanks.
Appreciate your help.
My email is:
shobha.railkar@tokiom.com |
Topic: BAR file creation Problem: WBIMB Toolkit & BRK 6.0.0.2 |
srailkar
Replies: 16 Views: 15289
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 07, 2006 10:23 am Subject: BAR file creation Problem: WBIMB Toolkit & BRK 6.0.0.2 |
After doing what you suggested I am still getting the same errors.
Does anyone know how to ESQL module to the correct schema?
Processing file ISI2PMSFlow.msgflow
Failed to add file ISI2PMSFlo ... |
Topic: BAR file creation Problem: WBIMB Toolkit & BRK 6.0.0.2 |
srailkar
Replies: 16 Views: 15289
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 06, 2006 5:13 am Subject: BAR file creation Problem: WBIMB Toolkit & BRK 6.0.0.2 |
The actual error message at createbar is:
Processing file ISI2PMSFlow.msgflow
Failed to add file ISI2PMSFlow.msgflow to archive file
The reference to ESQL module 'esql://routine/#GetPolicy.Main' ... |
Topic: BAR file creation Problem: WBIMB Toolkit & BRK 6.0.0.2 |
srailkar
Replies: 16 Views: 15289
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 06, 2006 4:54 am Subject: BAR file creation Problem: WBIMB Toolkit & BRK 6.0.0.2 |
I started with new message flow and tried to create a bar file for the same.
The flow has input node -> compute node which has esql and select on Database -Datasource-> filternode and several o ... |
Topic: BAR file creation Problem: WBIMB Toolkit & BRK 6.0.0.2 |
srailkar
Replies: 16 Views: 15289
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Aug 05, 2006 8:36 am Subject: BAR file creation Problem: WBIMB Toolkit & BRK 6.0.0.2 |
I just applied FP2 to my environment and am having the following problem:
Message flow has ESQL file.
However when I go to create the BAR for it, I get error :
Unable to find function "Main" in m ... |
Topic: User defined Plug-in Node to execute C# executable |
srailkar
Replies: 6 Views: 4349
|
Forum: General Discussion Posted: Tue Jun 20, 2006 6:54 am Subject: User defined Plug-in Node to execute C# executable |
Thanks much.
I will approach this differently. I think you are right, about the complexity and it also make sense to set the single program as a webservice known only to this process.
Thanks ag ... |