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 » CSD 03 Problems??

Post new topic  Reply to topic
 CSD 03 Problems?? « View previous topic :: View next topic » 
Author Message
Coz
PostPosted: Fri Sep 06, 2002 4:12 am    Post subject: CSD 03 Problems?? Reply with quote

Apprentice

Joined: 20 Feb 2002
Posts: 44
Location: Basel CH

Have installed CSD 03 on my NT dev platform. It fixes a rather obscure error which can occur if you do backouts and use Aliases which is nice however I seem to have two problems.
1. When modifying message flows I am unable to copy and paste nodes. (WIthin the same flow and this used to work).
2. BITSTREAM far from being improved, doesnt work at all.

Either it isn't working or my code is wrong:

DECLARE C INTEGER;
SET C = CARDINALITY(InputRoot.*[]);
DECLARE I INTEGER;
SET I = 1;
WHILE I < C DO
SET OutputRoot.*[I] = InputRoot.*[I];
SET I=I+1;
END WHILE;
-- Enter SQL below this line. SQL above this line might be regenerated, causing any modifications to be lost.
SET Environment.Variables.Message = InputBody;
DECLARE widget BLOB;
SET widget=BITSTREAM(InputRoot.XML);
SET OutputRoot.BLOB.BLOB=BITSTREAM(InputBody);


Nice to see they have improved the performance of the header copy.
Yes there Environment.Variables.Message field is being populated but both widget and BLOB.BLOB are simply being assigned X' '.

Help
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 » CSD 03 Problems??
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.