Author |
Message |
Topic: Data Modelling and Data Dictionary |
DaveyD
Replies: 0 Views: 1808
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 22, 2002 9:28 pm Subject: Data Modelling and Data Dictionary |
Can anyone explain simply what these are ?? |
Topic: Changing the data in an RFH field |
DaveyD
Replies: 3 Views: 4029
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 19, 2001 8:06 am Subject: Changing the data in an RFH field |
Cheers.
I got this to work by deletin the field first.
ie.
SET OutputRoot.MQRFH2.usr.field = NULL
Then I did
Set OutputRoot.MQRFH2.usr.(XML.tag)Field.(XML.attr)dt = 'String';
Set OutputRoo ... |
Topic: Coversion :- UNIX to MVS |
DaveyD
Replies: 2 Views: 3453
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 19, 2001 7:20 am Subject: Coversion :- UNIX to MVS |
I am receiving a message on UNIX with an RFH2 header on and want to strip the haeder off and send it to an application running on MVS.
The code I am using is:
SET OutputRoot.MQRFH2 = NULL
SET Outpu ... |
Topic: Adding a DTD reference - a problem ?? |
DaveyD
Replies: 2 Views: 4215
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 18, 2001 8:52 am Subject: Adding a DTD reference - a problem ?? |
That works - cheers ! |
Topic: Changing the data in an RFH field |
DaveyD
Replies: 3 Views: 4029
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 17, 2001 8:35 am Subject: Changing the data in an RFH field |
Hi,
Iam trying to change the data in a field in a MQRFH2 header.
I am using the following code
SET OutputRoot.MQRFH2 = InputRoot.MQRFH2
SET OutputRoot.MQRHF2.Field = 'Hello'
However, in t ... |
Topic: Help regarding XML declaration |
DaveyD
Replies: 3 Views: 4292
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 17, 2001 6:48 am Subject: Help regarding XML declaration |
Before the 'SET OutputRoot.XML.Embed = InputRoot.*[LAST];' statement, have you tried :
SET OutputRoot.XML.(XML.XmlDecl).(XML.Version) = '1.0';
SET OutputRoot.XML.(XML.XmlDecl).(XML.attr)standalone ... |
Topic: BIP2300E |
DaveyD
Replies: 1 Views: 3255
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 17, 2001 6:42 am Subject: BIP2300E |
This seems to be a common problem with Oracle on AIX - I think IBM are looking into this.
It doesn't seem to affect the way MQSI runs, except for putting that annoying message in the syslog all the t ... |
Topic: Adding a DTD reference - a problem ?? |
DaveyD
Replies: 2 Views: 4215
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 17, 2001 6:40 am Subject: Adding a DTD reference - a problem ?? |
Hi,
I am trying to add a DTD reference to a message.
The code seems easy enough :
SET OutputRoot.XML.(XML.DocTypeDecl).(XML.SystemId) = '001_TEST.dtd';
This does indeed add a DTD reference, b ... |
Topic: ResetContent Descriptor |
DaveyD
Replies: 3 Views: 3198
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 12, 2001 9:47 am Subject: ResetContent Descriptor |
Are you using MQSIv2.01 with CSD3 applied - if so we have had the same problems using the ResetContentNode.
If you can live without CSD3 then get it backed out and you should be OK. |
Topic: Cardinality fun and games |
DaveyD
Replies: 4 Views: 4731
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 12, 2001 9:41 am Subject: Cardinality fun and games |
Try this instead :
SET I = CARDINALITY (InputRoot.XML.CONTAINER.data[]); |