Author |
Message |
Topic: XML Domain with Broker and WBI Adapter |
AndyT
Replies: 4 Views: 4006
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 17, 2007 4:23 pm Subject: XML Domain with Broker and WBI Adapter |
This is more of an observation than specific question...but is related to the XML namespace discussion in http://www.mqseries.net/phpBB2/viewtopic.php?t=34373
We use the WBI mySAP.com (v6) adapter ... |
Topic: Anonymous Reference, creating PCF message & debug mode |
AndyT
Replies: 1 Views: 2298
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 07, 2007 10:56 am Subject: Anonymous Reference, creating PCF message & debug mode |
Using the technique published in an earlier thread
DECLARE refRequest REFERENCE TO OutputRoot.MQPCF;
...
SET refRequest.Parameter[1] = MQCA_Q_NAME;
SET refRequest.Parameter[1].* = ... |
Topic: Invalid Parser Seq Error from PCF Command |
AndyT
Replies: 70 Views: 82689
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 07, 2007 8:38 am Subject: Invalid Parser Seq Error from PCF Command |
I am working with PCF messages and have everything working fine. But I do not understand how the ESQL that is setting the 3 parameters is working.
Can anybody enlighten me or direct me to the docum ... |
Topic: Large XML Message handling technique(URGENT!!!!!!!!!!!!) |
AndyT
Replies: 11 Views: 8518
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 15, 2007 6:42 pm Subject: Large XML Message handling technique(URGENT!!!!!!!!!!!!) |
I think that using the file extender to break the XML data into smaller chunks will cause additional problems. I admit that I have not used the option of splitting based on custom end of record charac ... |
Topic: Invalid MQMD from procedure using REFERENCE |
AndyT
Replies: 2 Views: 3379
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 30, 2006 2:21 pm Subject: Invalid MQMD from procedure using REFERENCE |
Here is some additional information. When I have the ESQL inside the module the process of creating the MQMD works OK.
CREATE PROCEDURE CreateBaseMQMD()
BEGIN
SET OutputRoot.Properti ... |
Topic: Invalid MQMD from procedure using REFERENCE |
AndyT
Replies: 2 Views: 3379
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 30, 2006 12:31 pm Subject: Invalid MQMD from procedure using REFERENCE |
I am receiving BIP2618 Invalid MQMD errors when I try to create a basic MQMD with a common procedure.
I am not sure why the MQMD is invalid.
Here is the relevant code (hopefully)
/********* ... |
Topic: Wanting to capture the generated MQMD.MsgId |
AndyT
Replies: 10 Views: 6469
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 14, 2006 10:14 am Subject: Re: Wanting to capture the generated MQMD.MsgId |
Thank you all for the replies.
It is working OK and as specified in the Help for MQOutput node!
I had read the help (honest!) but for whatever reason this did not register. I think my presumptio ... |
Topic: Wanting to capture the generated MQMD.MsgId |
AndyT
Replies: 10 Views: 6469
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 13, 2006 7:44 pm Subject: Wanting to capture the generated MQMD.MsgId |
My flow is creating a new message and writing it to an MQOutput node. The 'New Message ID' option is checked and the id is created.
Am I able to capture the MsgId generated within the same flow? I ... |
Topic: IA0X SupportPac on AIX |
AndyT
Replies: 1 Views: 2154
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 01, 2006 1:17 pm Subject: IA0X SupportPac on AIX |
Has anybody successfully used this SupportPac on AIX? The "Document information" section of the download site indicates AIX is a supported o/s but the documentation that comes with it says it has only ... |
Topic: Editing data content |
AndyT
Replies: 7 Views: 14824
|
Forum: Archives - All Posted: Mon Jan 17, 2005 10:03 am Subject: Editing data content issue persists |
I have finally found time to return to my problem.
I created a new queue specifically to edit the message. No other applications are processing the queue.
1. Open queue
2. Highlight message
3. ... |
Topic: Editing data content |
AndyT
Replies: 7 Views: 14824
|
Forum: Archives - All Posted: Wed Nov 24, 2004 3:09 pm Subject: Editing data content |
Something different is happening now:
1. Edit the message
2. Select 'Save to Queue'
3. Message is highlighted
4. Select 'Refresh' & message disappears.
5. Refresh a few seconds later and th ... |
Topic: Editing data content |
AndyT
Replies: 7 Views: 14824
|
Forum: Archives - All Posted: Wed Nov 24, 2004 2:58 pm Subject: Editing data content |
I uninstalled 1.2.2 and installed 1.2.2C but the problem still seems to be the same.
JVM = 1.4.2_02
Running MQVE on Windows 2000 Professional.
Queue manager is remote on AIX (5200-02). |
Topic: Editing data content |
AndyT
Replies: 7 Views: 14824
|
Forum: Archives - All Posted: Mon Nov 22, 2004 4:20 pm Subject: Editing data content |
I am trying to edit the data content in a message.
Steps I am taking are:
1. Open the queue
2. Highlight the message
3. Select Edit --> Edit message
4. In the Raw Data tab change the field v ... |
Topic: Deleting Environment & LocalEnvironment fields |
AndyT
Replies: 1 Views: 2081
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Nov 20, 2004 9:50 pm Subject: Deleting Environment & LocalEnvironment fields |
Is it necessary, in order to release memory, to explicitly delete fields created in the Environment and LocalEnvironment?
I have been given one opinion that it is not necessary as the broker (5.0)r ... |
Topic: Duplicate variable declaration deploy error in WBI MB |
AndyT
Replies: 2 Views: 3722
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 10, 2004 9:22 pm Subject: Duplicate variable declaration deploy error in WBI MB |
I am replying to my own post in case anybody else has the same problem I reported.
I verified that no other projects contained the same declaration but the problem persisted. In the error message d ... |