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 » ROW strange error

Post new topic  Reply to topic
 ROW strange error « View previous topic :: View next topic » 
Author Message
francoisvdm
PostPosted: Tue Jul 19, 2011 1:44 am    Post subject: ROW strange error Reply with quote

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
View user's profile Send private message Send e-mail
mgk
PostPosted: Tue Jul 19, 2011 2:11 am    Post subject: Reply with quote

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
View user's profile Send private message
francoisvdm
PostPosted: Tue Jul 19, 2011 2:24 am    Post subject: Reply with quote

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

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » ROW strange error
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.