I've to design new maps to integrate almost 4 applications. I/p will be XML or CSV files or key-value pair text files.
Am going through the tutorial, but if I wanna go through each n every chapter then it'll take time.
I learned though how to create types, tree types and maps now. But would really like to have some important pointers to speed up my learning. Mostly from performance point of view.
I've to use Mercator in sync with MQSeries with optimized performance.
So If you can point me to the areas I should concentrate, will help me a lot.
Like as of now, I'm starting with Mercator --> Integration flow designer.
Sorry, but since I'm really new to this product n even concept ( Integrating apps), I might be asking very silly qs, pls pardon me for that... atleast for next couple of days... as I'll go thorugh more complicated examples, I'm sure, I'll come up with some brain burning qs.
There's a bug in the tutorial I think. Check the input data and look at the trace file (.mtr) for the invalid data.
Version 6.5 is ancient. You'll find lots of bugs in it. You should be using at least 6.5.2 but best to move to 8.0.
Sounds like an extra <cr><lf> at the end of the data. 6.5.2 might soon be too old to use. If your company has a maint. contract w/IBM, you can download 8.0 and use the debugger and profiler to performance, then apply the info to an older versions. Performance tuning of the mercator.ini file is also important.
BocaBurger
<===========================||////////////////|0
The pen is mightier than the sword, but the sword hurts more!
In Map Designer, right click on the map name, select Settings, select Map TRace, select Content, select Switch and change to ON.
OK that and recompile your map. When you run it it will produce a file called mapname.mtr in the map folder. This contains a trace of the input and output data.
If you go to the end of the file it should say what the unknown data is.
If I remember rightly, the tutorial says to add a terminator to something that it shouldn't such as file.
If you're going to use mainly XML you need to go to vn 8 as the type trees for xml schema are much simpler in this version. 6.5 was a pain for xml, especially tracing errors.
You need to understand the trace file though as you will be using complex data structures.
To import xml schema into 6.5 type tree, I believe you need to get patchs mib651_spatch_12530_win.exe and spatch_xmlschema6511_nonintl.exe. I believe these are included in the 6.5.2 service pack.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.