Author |
Message |
Topic: Current Depth = 1 with no Msg availavle |
huebi
Replies: 5 Views: 5443
|
Forum: General IBM MQ Support Posted: Tue Oct 22, 2002 4:58 am Subject: Current Depth = 1 with no Msg availavle |
Sometimes i get a current depth = 1, input count = 1 and output count = 1. Msg Browse gives 2033 = no Message available and there is definitely no Application with open input/open output.
How can i ... |
Topic: CURDEPTH=1,but no messages are available |
huebi
Replies: 11 Views: 14715
|
Forum: General IBM MQ Support Posted: Wed Jul 17, 2002 3:43 am Subject: CURDEPTH=1,but no messages are available |
Do you mean a "stop qmgr mode(restart)"?
cu
huebi |
Topic: CURDEPTH=1,but no messages are available |
huebi
Replies: 11 Views: 14715
|
Forum: General IBM MQ Support Posted: Wed Jul 17, 2002 2:51 am Subject: CURDEPTH=1,but no messages are available |
Hi,
runmqsc with dis ql(qname) shows me a curdepth(1), but when i try to read it or browse it, i always get a no more maessages available. Of course, i did not specify a msgid od corrid to get it.
... |
Topic: BIP1503E - Dont know how to handle that.... |
huebi
Replies: 0 Views: 3084
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 06, 2001 5:08 am Subject: BIP1503E - Dont know how to handle that.... |
I'm getting this error Message when deploying :
=========================================
BIP1503E: Unable to find required message set document in the configuration repository.
When deployi ... |
Topic: Convert a String to a blob |
huebi
Replies: 6 Views: 17838
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 31, 2001 12:19 am Subject: Convert a String to a blob |
SET OutputRoot.TREEASIS.data1 = 'This is a string';
SET OutputRoot.TREEASIS.data2 = 0x'123456';
When put to the queue, you will have a message that contains
"This is a string "
Thats ... |
Topic: Basic Question on PIC 9(04) |
huebi
Replies: 4 Views: 11626
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 29, 2001 1:18 am Subject: Basic Question on PIC 9(04) |
Cant you change it to X(4)? And then test in MRM the values of that field? PIC 9 is a string represantation, too, only the compiler adds some testing routines when doing a compute with such a field. |
Topic: Repeating records in MRM |
huebi
Replies: 6 Views: 15633
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 28, 2001 11:23 pm Subject: Repeating records in MRM |
Hi,
there was a discussion in the thread "MRM length" about that.
I had a similar problem. i got a message like 1234aabbcc with a header (1234) and records aa bb cc, unkown amount, but evry recor ... |
Topic: What new plugins would you like to see in MQSI? |
huebi
Replies: 47 Views: 55684
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 23, 2001 9:03 pm Subject: What new plugins would you like to see in MQSI? |
Your input for future plugins is very welcomed.
Neil
I would greatly appreciate when an SAP-IDOC Parser would be availbale, not only as Support Pac but officially inside MQSI and of course, ... |
Topic: BIP1801S |
huebi
Replies: 4 Views: 5213
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 23, 2001 9:00 pm Subject: BIP1801S |
After upgrading MQSI from 2.0.1. to 2.0.2 i dont have access to any Message Set. Evry time (regardless what operation) i ge an BIP1801S internal error. Does anybody knows how to fix that? Perhaps i ca ... |
Topic: Convert a String to a blob |
huebi
Replies: 6 Views: 17838
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 22, 2001 10:27 pm Subject: Convert a String to a blob |
On 2001-08-21 06:35, kolban wrote:
You may wish to look at the TREEASIS parser. The question I am most interested in is why do you wish to convert a string to a blob?
I have to write some Dat ... |
Topic: ESQL: declare an array |
huebi
Replies: 2 Views: 16719
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 21, 2001 12:11 pm Subject: ESQL: declare an array |
I think that first of all I should use an Array to contain InputRoot.IDOC.DD
cause esql is derived from sql and sql is a 4th generation language there is not such a thing like arrays.
|
Topic: Convert a String to a blob |
huebi
Replies: 6 Views: 17838
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 20, 2001 4:17 am Subject: Convert a String to a blob |
Hi,
is there really no built-in converting from characters to BLOBs?
DECLARE x CHARACTER;
SET x = 'XYZ';
CAST(x AS BLOB) does not a converting.
Of course i can write a little bit of cod ... |
Topic: MQSI MRM lngth Problem |
huebi
Replies: 17 Views: 38261
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 16, 2001 12:01 am Subject: MQSI MRM lngth Problem |
Hi,
would be nice to an example. Can you export a sample message flow to XML and put it somehwere to download it? |
Topic: MQSI MRM lngth Problem |
huebi
Replies: 17 Views: 38261
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 14, 2001 3:42 am Subject: MQSI MRM lngth Problem |
Or you could read the whole message in as a single BLOB of data, substring the first 100 bytes and then pass this through a reset content descriptor to map to an MRM template of the first 100. The r ... |
Topic: MQSI MRM lngth Problem |
huebi
Replies: 17 Views: 38261
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 13, 2001 11:46 pm Subject: MQSI MRM lngth Problem |
On 2001-08-08 01:55, pmbsa wrote:
Cheers, I will give the 2nd option a try, we are using Neon but we are trying to restrict its use were we can, We thought about using it for this but it seemed lik ... |