|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
ROW strange error |
« View previous topic :: View next topic » |
Author |
Message
|
francoisvdm |
Posted: Tue Jul 19, 2011 1:44 am Post subject: ROW strange error |
|
|
Partisan
Joined: 09 Aug 2001 Posts: 332
|
This code is not working:
Code: |
SET ICU.ICUData[2] = ROW(InputRoot.XMLNSC.Data.BrokerName AS A, 'b' AS B);
|
The error is:
Data source value on node 'InterpretICU' is empty, but is referenced in corresponding ESQL module. Please provide the data source for the node.
This code IS working:
Code: |
DECLARE D CHAR InputRoot.XMLNSC.Data.BrokerName;
SET ICU.ICUData[2] = ROW(D AS A, 'b' AS B);
|
Any ideas. This is with fixpack 3 on Broker 7. _________________ If you do not know the answer or you get the urge to answer with "RTFM" or "Search better in this forum", please refrain from doing so, just move on to the next question. Much appreciated.
Francois van der Merwe |
|
Back to top |
|
 |
mgk |
Posted: Tue Jul 19, 2011 2:11 am Post subject: |
|
|
 Padawan
Joined: 31 Jul 2003 Posts: 1642
|
This error normally means that you call a function from within the node that accesses a database. Does any of the other code in the Module or any referenced schema access a DB?
Kind regards, _________________ 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 |
|
 |
francoisvdm |
Posted: Tue Jul 19, 2011 2:24 am Post subject: |
|
|
Partisan
Joined: 09 Aug 2001 Posts: 332
|
Nope, tested that, that is the line. I think it was working with fixpack 1, so not sure if it was fixpack 3 that broke it. _________________ If you do not know the answer or you get the urge to answer with "RTFM" or "Search better in this forum", please refrain from doing so, just move on to the next question. Much appreciated.
Francois van der Merwe |
|
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
|
|
|
|