Author |
Message
|
venugp |
Posted: Tue Sep 24, 2002 3:46 am Post subject: How to move the msg flows to QA box (change management) |
|
|
Apprentice
Joined: 03 Sep 2002 Posts: 31
|
Hi,
I have to move the msg flows to the QA box but i am not sure how it works. I know i can freeze the msgflow and put in some folder but am looking for waht are all the other things i have to give it QA people bcos they also don't know about MQSI stuff.
Cany any body help me with good ideas.
Thanks,
venu. |
|
Back to top |
|
 |
kirani |
Posted: Tue Sep 24, 2002 6:48 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Venu,
You could either export a message flow using control center or use SupportPac IC01. You can download the supportpac from http://www-3.ibm.com/software/ts/mqseries/txppacs/ic01.html url. _________________ 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 |
|
 |
venugp |
Posted: Tue Sep 24, 2002 7:32 am Post subject: |
|
|
Apprentice
Joined: 03 Sep 2002 Posts: 31
|
Kiran,
I know we can export the message flow but how we can control the versions between testing and dev boxes. If i do the export the export file where exactly that file will get stored and how testing guys can import it.
If i check out some message flow in dev box and if i export the workspace does checked out message will get exported or not.
Please explain to me in detail how i can control the versions and also explain to me how i can handle errors with you experience, you must have done lot work in this area try to help me out with error handling too.
Thanks,
venu. |
|
Back to top |
|
 |
kirani |
Posted: Tue Sep 24, 2002 7:59 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
venu,
If you goto File->Preferences dialog box and then click on Control Center->Inport and Export, You will see a field by name Default Directory. This is where your exported Message Flows will be stored.
Once you export the message flow, just copy the exported xml file on QA box. Now select File->Import to Workspace in Control Center, select the Message flow you want to import and select ok. This will import the message flow into QA config mgr, don't forget to check-in your message flow after importing it.
venugp wrote: |
If i check out some message flow in dev box and if i export the workspace does checked out message will get exported or not.
|
Yes, checked-out message flow will be exported. But the exported copy will not be from your local workspace, it will be exported from the Configuration manager. This copy will not have any changes that you might have done to your message flow after last check-out.
Pl refer to following thread on how to maintain different versions of the message flow.
http://www.mqseries.net/phpBB2/viewtopic.php?t=5225&highlight=clearcase
Supportpac IC04 - MQSeries Integrator V2 - Change Management and naming standards examples will be of great help to you.
Most of these topics (Error handling and versioning) were discussed in this forum, pl do a seach in this forum to find appropriate threads. _________________ 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 |
|
 |
venugp |
Posted: Tue Sep 24, 2002 10:46 am Post subject: |
|
|
Apprentice
Joined: 03 Sep 2002 Posts: 31
|
Kiran,
My message flow is not making any difference with respect to reset content descriptor node, means if i remove the RCD and run the flow i am seeing the same format in rfhutil.exe, if i include RCD i am seeing the same foramt in rfhutil.exe. How i can send the text message to the mqseries queue with RCD bcos my application guys saying they are getting the byte message when they try to access using their listner which is written with JMS and java. This is all i can do to send a test a message to the queue or is there some thing i am missing to send a message.
What could be message format in queue if i use RCD in flow and if i don't use it.
Throw me some light on this issue.
Thanks,
venu. |
|
Back to top |
|
 |
kirani |
Posted: Tue Sep 24, 2002 12:22 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Venu,
Since you are sending Message to JMS application, your output message should have MQRFH2 header in it. This header carries JMS-Specific information.
If you do a search on MQRFH2 in this forum you will find some sample ESQL code to output MQRFH2 header in output message. _________________ 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 |
|
 |
venugp |
Posted: Tue Sep 24, 2002 1:54 pm Post subject: |
|
|
Apprentice
Joined: 03 Sep 2002 Posts: 31
|
Thanks Kiran, I will try to find out in the forum but if you get a chance please send it to me bcos i am running short of time to do this.
Thanks a lot for your help.
venu. |
|
Back to top |
|
 |
|