ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » ESQL syntax error appears with the toolkit V7 fixpack2

Post new topic  Reply to topic
 ESQL syntax error appears with the toolkit V7 fixpack2 « View previous topic :: View next topic » 
Author Message
[EG]Slayer
PostPosted: Thu Apr 07, 2011 5:47 am    Post subject: ESQL syntax error appears with the toolkit V7 fixpack2 Reply with quote

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
View user's profile Send private message
[EG]Slayer
PostPosted: Thu Apr 14, 2011 12:00 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » ESQL syntax error appears with the toolkit V7 fixpack2
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.