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 » message flow design question

Post new topic  Reply to topic
 message flow design question « View previous topic :: View next topic » 
Author Message
k.srinivas
PostPosted: Thu Apr 29, 2004 7:42 am    Post subject: message flow design question Reply with quote

Apprentice

Joined: 16 May 2002
Posts: 29
Location: chennai

hi guys
plz advice me
i have an incomming xml message.i need to store the entire xml message is a column of a table.iam using oracle 9.oracle 9i supports xml datatype
i need to store the entire xml in a single column
plz advice me what is the node i have to use
thanks srinivas
Back to top
View user's profile Send private message Send e-mail
jefflowrey
PostPosted: Thu Apr 29, 2004 7:53 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Well, you could use any of the following nodes.
  • Database
  • DataInsert
  • Warehouse
  • Compute
  • Custom


Please read the manuals.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
klabran
PostPosted: Thu Apr 29, 2004 7:55 am    Post subject: Reply with quote

Master

Joined: 19 Feb 2004
Posts: 259
Location: Flagstaff AZ

Is your input node parser defined as MRM or XML?

If it XML then you will have to use a compute node.
Here's a sample of what I did...

SET OutputRoot = InputRoot;
-- Enter SQL below this line. SQL above this line might be regenerated, causing any modifications to be lost.
DECLARE INMSG CHAR;
DECLARE HBLOB BLOB;

SET INMSG = cast(asbitstream(OutputRoot.XML,,437) as CHAR CCSID 437);
SET HBLOB = cast(asbitstream(OutputRoot.MQMD) as BLOB);
PASSTHRU('insert into tblBookingsInAudit (sMsgHeader,sdata) values(?,?)',HBLOB,INMSG);


If it is MRM then you could use the Database or warehouse nodes....

I am using SQL Server so the insert syntax may be slightly different.

Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » message flow design question
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.