Author |
Message |
Topic: ESQL with Database : IN possible ? |
Galichet
Replies: 4 Views: 5691
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 12, 2006 1:31 am Subject: ESQL with Database : IN possible ? |
It's curious, all is ok in the toolkit, the problem occurs only when deploying... |
Topic: ESQL with Database : IN possible ? |
Galichet
Replies: 4 Views: 5691
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 12, 2006 12:43 am Subject: ESQL with Database : IN possible ? |
Hi,
The error is :
BIP2401E: (.REGUL_MappingPhase1.Main, 40.47) : Erreur de syntaxe : marque attendue = ')' ; marque détectée = 'V'. |
Topic: ESQL with Database : IN possible ? |
Galichet
Replies: 4 Views: 5691
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 11, 2006 8:49 am Subject: ESQL with Database : IN possible ? |
Hi all,
I'm trying to retrieve a list of value from 2 tables with the following esql :
SET OutputRoot.XML.Flow.Content.LIST_Contrat[] = (SELECT T.CONTRAT FROM Database.CF_REGUL_DECOMPTE AS T WHE ... |
Topic: ESQL Problem using namespace |
Galichet
Replies: 6 Views: 8240
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 04, 2006 5:04 am Subject: ESQL Problem using namespace |
Ok, I've seen where was my problem. Now it's working well.
The code looks like this now :
DECLARE soapenv NAMESPACE 'http://schemas.xmlsoap.org/soap/envelope/';
DECLARE xsd NAMESPACE 'http://www. ... |
Topic: ESQL Problem using namespace |
Galichet
Replies: 6 Views: 8240
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 04, 2006 4:38 am Subject: ESQL Problem using namespace |
In fact, my problem is with the esql code ...
I've coded this :
DECLARE soapenv NAMESPACE 'http://schemas.xmlsoap.org/soap/envelope/';
DECLARE xsd NAMESPACE 'http://www.w3.org/2001/XMLSchema';
... |
Topic: ESQL Problem using namespace |
Galichet
Replies: 6 Views: 8240
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 04, 2006 2:44 am Subject: ESQL Problem using namespace |
Hi all,
I'm using WBI V5 and I've a problem trying to generate the following message :
<Parametre>
...<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/&qu ... |
Topic: mirrorq and java application |
Galichet
Replies: 4 Views: 7034
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Sep 08, 2006 2:59 am Subject: mirrorq and java application |
Yes, I've the most recent version of the source (downloaded in the ibm web site)
http://www-304.ibm.com/jct09002c/isv/tech/sample_code/mq/mirrorq_aix.tar.Z |
Topic: mirrorq and java application |
Galichet
Replies: 4 Views: 7034
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Sep 07, 2006 11:53 pm Subject: mirrorq and java application |
Hi all,
I'm using the mirrorq exit on AIX
I've set up a mirroring on my Queue TEST (the mirror queue is TEST.MIRROR).
When I test it, all works fine when the message is put with the amqsput p ... |
Topic: Z/OS + IMS + Triggering |
Galichet
Replies: 1 Views: 3020
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jul 17, 2006 6:06 am Subject: Z/OS + IMS + Triggering |
Hi all,
We have written an IMS transaction that read a message from a Queue and write a response to another Queue. All works fine.
Now, I would like to setup a trigger on the message arrival. Th ... |
Topic: Problem with an insert out of UOW |
Galichet
Replies: 7 Views: 5970
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 12, 2006 1:00 am Subject: Problem with an insert out of UOW |
ok, Thanks for the answers. It's exactly what I supposed. |
Topic: Problem with an insert out of UOW |
Galichet
Replies: 7 Views: 5970
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 06, 2006 6:16 am Subject: Problem with an insert out of UOW |
Hi all,
My configuration is WBI V5 CSD4 with DB2 V7.2 service pack 13 all running on Unix AIX.
I have a flow with one compute node performing an insert into a table in the Database EAI.
The da ... |
Topic: WBI Migration - problem deploying |
Galichet
Replies: 5 Views: 7409
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 29, 2006 1:17 am Subject: WBI Migration - problem deploying |
Indeed, I had the following comment in my esql :
-- Verify this: Document.Famille = ‘AA’
Replacing this comment with this one :
-- Verify this: Document.Famille = 'AA' (not the same quote cha ... |
Topic: WBI Migration - problem deploying |
Galichet
Replies: 5 Views: 7409
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 28, 2006 2:31 am Subject: WBI Migration - problem deploying |
Hi,
I've just had exactly the same problem with a flow (but not migrating it). It was developed from scratch and the deploy makes the configuration manager to crash.
I'm going to verify the comme ... |
Topic: ESQL problem with xml flows |
Galichet
Replies: 1 Views: 3193
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 15, 2005 1:28 am Subject: ESQL problem with xml flows |
Hi all
I'm looking for a way to copy a sub-bloc in an xml flow into my output xml message knowing that this sub-bloc name can be different for each message but it is always after the tag <Key ... |
Topic: about mirrorq exit management |
Galichet
Replies: 2 Views: 3223
|
Forum: IBM MQ API Support Posted: Thu Aug 18, 2005 10:20 pm Subject: about mirrorq exit management |
Thanks for this precision Charlie
In my test, The MCA was indeed connected to the queue all the time. I'm going to check that.
Thanks again
Eric |