|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
urgent:string concatenation error in esql of WMQI v5.0 |
« View previous topic :: View next topic » |
Author |
Message
|
AgentSmith |
Posted: Thu Feb 12, 2004 6:05 am Post subject: urgent:string concatenation error in esql of WMQI v5.0 |
|
|
 Novice
Joined: 19 Nov 2003 Posts: 19
|
in esql :
DECLARE Path AS CHARACTER;
DECLARE tempStr AS CHARACTER;
SET Path = 'InputExceptionList.*[1]';
SET tempStr = Path || CAST(ctr AS CHARACTER);
getting syntax error at line : SET tempStr = Path || CAST(ctr AS CHARACTER);
any ideas? pls reply asap ur suggestions,
svani1@chn.cognizant.com |
|
Back to top |
|
 |
mgk |
Posted: Thu Feb 12, 2004 6:10 am Post subject: |
|
|
 Padawan
Joined: 31 Jul 2003 Posts: 1642
|
I'm sorry to disapoint you, but I am not psychic.
What EXACTLY is the syntax error you see?
Where do you see the error (tooling, vs eventlog)?
And what is the type of ctr in your esql, and what value do you expect it to contain.
And if you really are on 5.0 I suggest you upgrade to CSD2, as there have been quite a lot of ESQL fixes in CSD1&2.
Cheers, _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
mverh |
Posted: Thu Feb 12, 2004 7:38 am Post subject: |
|
|
Voyager
Joined: 06 Mar 2002 Posts: 97
|
Path is now a reserved keyword in V5...change all occurences of Path to something else like szPath... _________________ Marc Verhiel
IBM Canada Ltd. |
|
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
|
|
|
|