Author |
Message |
Topic: Help please - Error-No:1505 |
jayffic
Replies: 7 Views: 3354
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Jun 17, 2003 4:05 pm Subject: Help please - Error-No:1505 |
Sure, rub it in ... Anyway...
Turns out the channel table had two queue manager entries in it for the same port. It was still trying to use the old queue manager.
Probably from me trying di ... |
Topic: Help please - Error-No:1505 |
jayffic
Replies: 7 Views: 3354
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Jun 17, 2003 12:10 pm Subject: Help please - Error-No:1505 |
Thanks for the reply.
I connected to the machine via telnet using the port 5010.
The netstat says TCP 0.0.0.0:5010 0.0.0.0:0000 LISTENING.
Can I assume the server is running since the port co ... |
Topic: Help please - Error-No:1505 |
jayffic
Replies: 7 Views: 3354
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Jun 17, 2003 11:14 am Subject: Help please - Error-No:1505 |
Thanks for the quick reply.
The OS is NT.
It was actually working for one moment (a couple of Client connections) and then started receiving this error.
So everything is compatible, and it's ... |
Topic: Help please - Error-No:1505 |
jayffic
Replies: 7 Views: 3354
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Jun 17, 2003 8:38 am Subject: Help please - Error-No:1505 |
We are using v3.2 and everything appears to be installed correctly (MQ, DB, Work flow). However, when I try to log on to the client, I receive a message box with this error:
FMC_API_ERROR_COMMUNIC ... |
Topic: Representing batch processes |
jayffic
Replies: 11 Views: 6602
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Apr 11, 2003 8:45 am Subject: Representing batch processes |
Here's a dumb question: why not model each output as 1/50 of a second. That way the total output will be one minute even if they are individual outputs. It may not be quite accurate, but may get you ... |
Topic: String to Message help...please |
jayffic
Replies: 1 Views: 1581
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 14, 2003 7:07 pm Subject: String to Message help...please |
I have a string that represents a message that I want to output.
I output the string in a compute node to an MRM with the identifier and message id. Like this:
SET OutputRoot.MRM
= "InputBody" ... |
Topic: How can I move 1 byte, variable field to a fixed length one? |
jayffic
Replies: 2 Views: 1600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 14, 2003 6:51 pm Subject: How can I move 1 byte, variable field to a fixed length one? |
OK, got past that one. Sorry no one had a response to this.
It looks like the COBOL import is to blame AGAIN! It appears it put an integer field under the occurs depending on field which made it ... |
Topic: How can I move 1 byte, variable field to a fixed length one? |
jayffic
Replies: 2 Views: 1600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 13, 2003 6:04 pm Subject: How can I move 1 byte, variable field to a fixed length one? |
I have a message definition of:
byte-field PIC X(1) occurs 29995 depending on length-field
I am trying to move this entire field to a new message; however, the only way I can seem to access it i ... |
Topic: COBOL integer conversion help...please |
jayffic
Replies: 5 Views: 2875
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 13, 2003 5:05 pm Subject: COBOL integer conversion help...please |
Actually, I did import the copybook and WMQI did set the property for me...to integer. Could this be a CSD thing? Mine is 2.
I'll try the import again when I have time but am glad it's working no ... |
Topic: COBOL integer conversion help...please |
jayffic
Replies: 5 Views: 2875
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 13, 2003 11:43 am Subject: COBOL integer conversion help...please |
OK, that was weird.
I took your advice and changed the definition to Extended Decimal and it works! Yeah! Thanks!
However, I still do not understand why WMQI did not set it itself. It made th ... |
Topic: COBOL integer conversion help...please |
jayffic
Replies: 5 Views: 2875
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 13, 2003 9:10 am Subject: COBOL integer conversion help...please |
Thanks for the quick reply.
Everything is currently on NT. It will eventually all be on S390. Which makes me think we will face these problems again (but that's later).
My input data is ASCII, ... |
Topic: COBOL integer conversion help...please |
jayffic
Replies: 5 Views: 2875
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 12, 2003 10:22 pm Subject: COBOL integer conversion help...please |
I'm new to WMQI.
I have a COBOL copylib with a PIC 9(4) in it.
The message defines it as a four byte integer.
This message comes in from NT (codeset 437) as a BLOB.
I reset the descriptor to the m ... |