Author |
Message |
Topic: Transforming XML to MRM with optional elements |
adkessell
Replies: 15 Views: 14946
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 07, 2003 3:32 am Subject: Transforming XML to MRM with optional elements |
Yes I have thought of that, but one thing I forgot to mention is that the XML and MRM message are a lot more complex. There is actually 12 elements that can be optional in a random way.
So there i ... |
Topic: Transforming XML to MRM with optional elements |
adkessell
Replies: 15 Views: 14946
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 06, 2003 4:55 pm Subject: Transforming XML to MRM with optional elements |
I have a XML message that has elements that are optional, and I want to transform the XML to a MRM structure.
Is there a simple way to make elements optional in MRM using the CWF? So that the opti ... |
Topic: Using PASSTHRU with cniSqlCreateStatement |
adkessell
Replies: 0 Views: 2807
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 08, 2002 3:30 pm Subject: Using PASSTHRU with cniSqlCreateStatement |
Has anyone tried using the PASSTHRU ESQL statement with the cniSqlCreateStatement() in a plugin node? |
Topic: Clustered Brokers |
adkessell
Replies: 2 Views: 4068
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 27, 2001 11:06 am Subject: Clustered Brokers |
I had this problem with the MSCS where it was taking forever > 15min. There was a fix from IBM on this for the supportpac, so make sure you have downloaded the latest supportpac. You may want to conta ... |
Topic: Warning: neonreg.dat file and CSD1 |
adkessell
Replies: 1 Views: 4313
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 01, 2001 1:28 pm Subject: Warning: neonreg.dat file and CSD1 |
Once I have created the NEONREG.DAT out of that directory up to the neonsoft. In this way it doesn't get destroyed by updates. |
Topic: MQSI v2.01 erratic behaviour |
adkessell
Replies: 3 Views: 5957
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 22, 2001 2:21 pm Subject: MQSI v2.01 erratic behaviour |
I have experienced it on both V2.0.1 and V2.0.2. What I have found is that it is usually something wrong with my Message Flow which doesn't get picked up by the deployment or syntax checker in the nod ... |
Topic: ESQL access to mainframe DB2 from MQSIv2.0.1 |
adkessell
Replies: 19 Views: 26789
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 22, 2001 2:18 pm Subject: ESQL access to mainframe DB2 from MQSIv2.0.1 |
Apparently to resolve this issue, you need to contact IBM as there is a fix patch that resolve the problem. A colleage of mine was trying to access DB2 on OS390 from a AIX box using MQSI V2.0.2 and it ... |
Topic: MQRFH2 within Visual Basic |
adkessell
Replies: 0 Views: 10539
|
Forum: General IBM MQ Support Posted: Wed Sep 19, 2001 6:18 am Subject: MQRFH2 within Visual Basic |
Has anybody got some sample code for creating a MQRFH2 within Visual Basic? |
Topic: DTD as an Input Message |
adkessell
Replies: 0 Views: 7790
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 30, 2001 10:07 am Subject: DTD as an Input Message |
Does anybody know if a DTD can be put through MQSI as an Input Message and then parts of it parsed out to create a different output message such as standard XML, or a MRM message?
I know you can cr ... |
Topic: ESQL access to mainframe DB2 from MQSIv2.0.1 |
adkessell
Replies: 19 Views: 26789
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 30, 2001 9:41 am Subject: ESQL access to mainframe DB2 from MQSIv2.0.1 |
The other option is to find out what the Schema Name is of the Database and Table you are trying to access from MQSI. Then put this in you select statement as follows:
SELECT ..... FROM Database.Sc ... |