Author |
Message |
Topic: insert date into ORACLE DATABASE[URGENT] |
nicojvr
Replies: 0 Views: 1585
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 24, 2003 2:42 am Subject: insert date into ORACLE DATABASE[URGENT] |
Hi guys, i am having alot of trouble performing an insert into the database :
passthru('insert into mds_mq_audits
columns (AUDIT_CODE,
MQSSER_SOURCE_SERVICE_CODE,
MQBSUM_BILLING ... |
Topic: Java Plugin Node |
nicojvr
Replies: 1 Views: 2009
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 15, 2003 2:39 am Subject: Java Plugin Node |
Hi, I need a guide on how to create a Java Plugin node..
I have all the standard examples, but how do i get a java.lang.string into
the MQ MbMessage format so that I can propagate it?
Also o ... |
Topic: Message set error |
nicojvr
Replies: 6 Views: 3049
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 07, 2003 6:02 am Subject: Message set error |
my message set is basically a TDS implementing self defined elements
i.e. my data separator is a ' therefore i could have as many instances of
data'data'data'data'data'data'data'data'data'
as i ... |
Topic: Message set error |
nicojvr
Replies: 6 Views: 3049
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 07, 2003 4:27 am Subject: Message set error |
thanks jeff, but i don't think this is the problem, i get the message to go through, but only if i halve it's size ?
Even though the queue size is at max..
cheers
Nico |
Topic: Message set error |
nicojvr
Replies: 6 Views: 3049
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 06, 2003 5:30 am Subject: Message set error |
Hi, guys, I am getting an error when i try to pass a message into MQSI
:
( BRYANSTONBROKER.EDI ) MRM parsing error. Message bit stream larger than expected.
The bit stream of the message be ... |
Topic: Application Identity Data |
nicojvr
Replies: 1 Views: 1698
|
Forum: IBM MQ API Support Posted: Fri Sep 12, 2003 4:35 am Subject: Application Identity Data |
Hi I am trying to pass Application Identity Data to MQSI using the set_identity_context option in java. My flow doesn't pick up the message of the queue ? Is this because when using the set_identity_c ... |
Topic: Oracle MQ interface Installation [urgent] |
nicojvr
Replies: 7 Views: 4324
|
Forum: IBM MQ API Support Posted: Tue Sep 02, 2003 5:27 am Subject: Oracle MQ interface Installation [urgent] |
Thanks anyway,
I am using the API downloaded from IBM. Does anyone know of an API supplied by Oracle ?
cheers
N |
Topic: Oracle MQ interface Installation [urgent] |
nicojvr
Replies: 7 Views: 4324
|
Forum: IBM MQ API Support Posted: Sun Aug 24, 2003 10:42 pm Subject: Oracle MQ interface Installation [urgent] |
This is the standard installation downloaded from www.ibm.com.
using MQSeries Installation. CSD 4
Is there perhaps a newer version of cmqc.h ?
Cheers
Nico |
Topic: Oracle MQ interface Installation [urgent] |
nicojvr
Replies: 7 Views: 4324
|
Forum: IBM MQ API Support Posted: Fri Aug 22, 2003 2:37 am Subject: Oracle MQ interface Installation [urgent] |
hi,
Here is the situation , I am trying to install the MQSeries Oracle support onto our unix environment. All the libraries the installation needs are there, but the compiler gives me errors. I h ... |
Topic: C Libraries for link in example program |
nicojvr
Replies: 2 Views: 2431
|
Forum: IBM MQ API Support Posted: Thu Aug 07, 2003 5:34 am Subject: C Libraries for link in example program |
i am trying to compile the c example program amqput0.c. It compiles fine, but when i try to link it with the library mqic32.lib the linker just hangs. it slows down my machine something terrible. How ... |
Topic: Control Charachters in XML |
nicojvr
Replies: 2 Views: 2217
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 10, 2003 1:21 am Subject: Control Charachters in XML |
Hi,
I have a java client that receives XML from a a 3rd party which contains control characters ie (<LF> <CR>) this doesn't map properly to the message set i have constructed and cause ... |
Topic: mrm to xml |
nicojvr
Replies: 8 Views: 4032
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 03, 2003 9:12 am Subject: mrm to xml |
can i mail you some screenshots ? |
Topic: mrm to xml |
nicojvr
Replies: 8 Views: 4032
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 03, 2003 9:00 am Subject: mrm to xml |
I know what the parser constructs. it constructs a fully qualified and valid xml.. i can see it in the debugger field!, but after the breakpoint just before my output queue i get this Exception!
... |
Topic: mrm to xml |
nicojvr
Replies: 8 Views: 4032
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 03, 2003 2:27 am Subject: mrm to xml |
thanks all,
I've changed the node to only put one root now i get
Message contains no data
??
thanks
Nico |
Topic: mrm to xml |
nicojvr
Replies: 8 Views: 4032
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 02, 2003 4:14 am Subject: mrm to xml |
my mrm is basically just a construct for all my selfdefining elements within the Tagged/Delimited physical format.
I insert into a database and i don't assign null to any xml message :
DECLARE c I ... |