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 » BIP2523E

Post new topic  Reply to topic
 BIP2523E « View previous topic :: View next topic » 
Author Message
madi
PostPosted: Wed Mar 29, 2006 12:24 pm    Post subject: BIP2523E Reply with quote

Chevalier

Joined: 17 Jan 2006
Posts: 475

I am getting this msg when Im deploying the bar file.

It deploys fine to another broker but gives error when I try to deploy it in the local machine. (I just created a broker and am trying to deploy to it)

Code:
BIP2523E: (.DatabaseExtract_RA.Main, 43.5) : Cannot assign to a symbolic constant or input message.

Values cannot be assigned to symbolic constants or input message fields.

Correct the syntax of the expression and redeploy the message flow.


Let me know if i have to put in thte eSQL
--madi
Back to top
View user's profile Send private message
JT
PostPosted: Wed Mar 29, 2006 12:29 pm    Post subject: Reply with quote

Padawan

Joined: 27 Mar 2003
Posts: 1564
Location: Hartford, CT.

Post the ESQL code for DatabaseExtract_RA.Main
Back to top
View user's profile Send private message
madi
PostPosted: Wed Mar 29, 2006 12:41 pm    Post subject: Reply with quote

Chevalier

Joined: 17 Jan 2006
Posts: 475

Local fix
Problem summary
****************************************************************
* USERS AFFECTED: All users of WBIMB 5.0 *
****************************************************************
* PROBLEM DESCRIPTION: BIP2523E occurs when deploying a flow *
* having a compute node in which a FOR *
* statement uses a reference as the *
* correlation name. *
****************************************************************
****************************************************************
A BIP2523E occurs when deploying a flow having a compute node
in which a FOR statement uses a reference as the correlation
name.
This is because the FOR statement correlation name validation
disallows references because they may resolve to correlation
names that are not modifyable.
Problem conclusion
The FOR statement correlation name validation has been changed
to allow or disallow correlation names based on their effective
modifyability.
This means that references can be used if they are known to
resolve to a modifyable correlation name.
It is possible to use a valid reference that changes to an
invalid one at runtime, and in that case a runtime error will
result.


Last edited by madi on Wed Mar 29, 2006 1:44 pm; edited 1 time in total
Back to top
View user's profile Send private message
JT
PostPosted: Wed Mar 29, 2006 12:54 pm    Post subject: Reply with quote

Padawan

Joined: 27 Mar 2003
Posts: 1564
Location: Hartford, CT.

Quote:
BIP2523E: (.DatabaseExtract_RA.Main, 43.5) : Cannot assign to a symbolic constant or input message.

The hilighted text pinpoints the line and column of the offending reference in your ESQL code.
Back to top
View user's profile Send private message
JT
PostPosted: Wed Mar 29, 2006 12:56 pm    Post subject: Reply with quote

Padawan

Joined: 27 Mar 2003
Posts: 1564
Location: Hartford, CT.

I don't see the declaration for 'batchCount'
Back to top
View user's profile Send private message
madi
PostPosted: Wed Mar 29, 2006 1:03 pm    Post subject: Reply with quote

Chevalier

Joined: 17 Jan 2006
Posts: 475

that would be in

Code:
FOR cursor AS Environment.Variables.TempOrderIds.Id[]  DO
         
         SET Environment.Variables.TempOrderIds.Id[i].SeqNum[] = (SELECT T.AIPCNB AS TSeq FROM Database.RTCQACDTA.RTINPD AS T WHERE T.AIIGNB = FIELDVALUE(cursor.OrderID));
         
         FOR cursor1 AS Environment.Variables.TempOrderIds.Id[i].SeqNum[] DO
            
            SET cursor1.Seq.No = FIELDVALUE(cursor1.TSeq);
            SET cursor1.Seq.PODet[] = (SELECT   T.AIBECD AS ProductID,
            T.AIPCQJ AS Quantity,
            T.AICXDT AS ExpectedReceiptDate
            FROM Database.RTCQACDTA.RTINPD AS T
            WHERE T.AIPCNB = FIELDVALUE(cursor1.TSeq) AND T.AIIGNB = FIELDVALUE(cursor.OrderID));
            DELETE FIELD cursor1.TSeq;
         END FOR;
         
         SET i = i + 1;
         
      END FOR;

I cant find what it is!!
but how can it work without error in another broker??
Back to top
View user's profile Send private message
madi
PostPosted: Wed Mar 29, 2006 1:14 pm    Post subject: Reply with quote

Chevalier

Joined: 17 Jan 2006
Posts: 475

i did a search on this on ibms site. looks like its a bug and they fixed it the fix packs. i will install the fixpacks and i should be fine i think

thanks for the help
Back to top
View user's profile Send private message
JT
PostPosted: Wed Mar 29, 2006 1:22 pm    Post subject: Reply with quote

Padawan

Joined: 27 Mar 2003
Posts: 1564
Location: Hartford, CT.

For posterity, what was the bug fixed ?
Back to top
View user's profile Send private message
madi
PostPosted: Wed Mar 29, 2006 1:32 pm    Post subject: Reply with quote

Chevalier

Joined: 17 Jan 2006
Posts: 475

Quote:
Local fix
Problem summary
****************************************************************
* USERS AFFECTED: All users of WBIMB 5.0 *
****************************************************************
* PROBLEM DESCRIPTION: BIP2523E occurs when deploying a flow *
* having a compute node in which a FOR *
* statement uses a reference as the *
* correlation name. *
****************************************************************
****************************************************************
A BIP2523E occurs when deploying a flow having a compute node
in which a FOR statement uses a reference as the correlation
name.
This is because the FOR statement correlation name validation
disallows references because they may resolve to correlation
names that are not modifyable.
Problem conclusion
The FOR statement correlation name validation has been changed
to allow or disallow correlation names based on their effective
modifyability.
This means that references can be used if they are known to
resolve to a modifyable correlation name.
It is possible to use a valid reference that changes to an
invalid one at runtime, and in that case a runtime error will
result.


--madi
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 » BIP2523E
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.