Author |
Message
|
kishoreMuthyala |
Posted: Fri Apr 02, 2004 8:52 am Post subject: handling large XML files |
|
|
Apprentice
Joined: 24 Mar 2004 Posts: 35 Location: singapore
|
hi,
Iam getting Large CwXML files into the Message Broker from SAP.Now i need to put the data which is coming from SAP into DB2 using Comput Node.
How to handle this situation.Can any one post a sample code to handle huge file with more fields.
regards
Kishore Muthyala |
|
Back to top |
|
 |
waugh |
Posted: Fri Apr 02, 2004 11:19 am Post subject: |
|
|
 Master
Joined: 19 Feb 2004 Posts: 225
|
Kishore,
how you are doing an insert? what kind of error are you getting? is it complaining abt size? |
|
Back to top |
|
 |
Missam |
Posted: Fri Apr 02, 2004 12:04 pm Post subject: |
|
|
Chevalier
Joined: 16 Oct 2003 Posts: 424
|
Better you(or ask your DB Admin to do it for you) tune the database also. |
|
Back to top |
|
 |
kishoreMuthyala |
Posted: Fri Apr 02, 2004 4:07 pm Post subject: help needed urgentlyWBIMBv5.o for conversion of CwXMl to XML |
|
|
Apprentice
Joined: 24 Mar 2004 Posts: 35 Location: singapore
|
Hi ,
Probaly i did not ask the question properly the last time
Iam using WBIMBv5.0
SAP adapter
Iam retrieving the data from SAP into the Q using WBIMB.But now i have to divert that dat which i got from SAP into DB2.I have to insert it into DB2.The data which is coming from SAP is in CwXML.I have to handle this data(convert) into xml data and insert it into DB2.So How can i convert my CwXML format to XML befor Inserting it into DB2.
regards
Kishore Muthyala |
|
Back to top |
|
 |
kirani |
Posted: Sat Apr 03, 2004 11:02 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Can you post an example of your CwXML data?
This is what I know about CWXML.
Quote: |
CWXML is an high-performance, open-source C-language library for parsing and generating XML and BXML (binary XML) formats with a straightforward API.
|
_________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
|