|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
ESQL syntax error appears with the toolkit V7 fixpack2 |
« View previous topic :: View next topic » |
Author |
Message
|
[EG]Slayer |
Posted: Thu Apr 07, 2011 5:47 am Post subject: ESQL syntax error appears with the toolkit V7 fixpack2 |
|
|
Novice
Joined: 01 Aug 2008 Posts: 16
|
Hi,
With Message Broker 7.0.0, the following lines don't have error.
INSERT INTO Database.SUIVI VALUES (
'A',
InputLocalEnvironment.Variables.VERSION,
InputLocalEnvironment.Vars.Var1 || '_V' || InputLocalEnvironment.Vars.Var2,
'B');
After the toolkit V7 fixpack2 installation, there's a syntax error ('_V' is not accepted)
Do you have an idea why??
update : And if I write this, it's accepted :
INSERT INTO Database.SUIVI VALUES (
'A',
InputLocalEnvironment.Variables.VERSION,
InputLocalEnvironment.Vars.Var1 || InputLocalEnvironment.Vars.Var2 || '_V' ,
'B');
Thanks for your help  |
|
Back to top |
|
 |
[EG]Slayer |
Posted: Thu Apr 14, 2011 12:00 am Post subject: |
|
|
Novice
Joined: 01 Aug 2008 Posts: 16
|
Hi,
I've just updated the toolkit with the lastest available version and there is no more problem... |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|