Author |
Message
|
mqmaniac |
Posted: Wed May 31, 2006 12:45 pm Post subject: Migrating FDl to Diff Environments!!!!!!!! |
|
|
 Master
Joined: 27 Dec 2005 Posts: 201
|
Hello Guru's,
I am new to Workflow and have a quick Question.
I have an FDl developed by IBM WBI Workbench.
The FDl generated by the Workbench has SYSTEM GROUP and SYSTEM names .
I am planning to Migrate The FDL to another Environment.What is the Process of doing this.
1.Should I "Explicitely " change the SYSTEM GROUP and SYSTEM Names in the FDL FILE??
2.Should I Change the Values of SYSTEM GROUP and SYSTEM inside the IBM WBI Workbench???
What is the Correct way to do this??
Pls Help |
|
Back to top |
|
 |
jmac |
Posted: Wed May 31, 2006 3:29 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Just my opinion
The EASY way to do this is to simply change the FDL file to contain the proper values for System and SystemGroup. BE CAREFUL they are used in several places.
The CORRECT way to do this would be to make the modification in Modeler. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
mqmaniac |
Posted: Wed May 31, 2006 3:33 pm Post subject: |
|
|
 Master
Joined: 27 Dec 2005 Posts: 201
|
Thanks for your Reply.
I am looking for more Standard Answer as I did not think ,This would only be the Options and May be a Wierd Way of Designing Things.IBM really need to Take care of this.
What If, I want to migrate the code(FDL) to Production and making Manual Changes ould only Question the Accuracy of someone doing it.
Did not feel Appropriate!!
Pls Suggest |
|
Back to top |
|
 |
jmac |
Posted: Wed May 31, 2006 3:42 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I am not sure I understand exactly what you are saying.
The only ways I am aware of that you can accomplish the change of the System and SystemGroup are those you mentioned.
The SAFE way is to make the updates in the Modeler product.
If you choose to do the edits by hand, I think the big danger is having the FDL be in an inconsistent state, which would render it not importable. I.E. there would be errors at import time that would cause the import to fail. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
sarasu |
Posted: Wed May 31, 2006 7:21 pm Post subject: |
|
|
Master
Joined: 02 Feb 2006 Posts: 229
|
You can change it in the Workbench itself. You know how to do that right? WHen you export the Fdl from Org file, it will takecare of all the SYS and GRPs.
Do it inside the Workbench only. |
|
Back to top |
|
 |
mqmaniac |
Posted: Wed May 31, 2006 7:51 pm Post subject: |
|
|
 Master
Joined: 27 Dec 2005 Posts: 201
|
Hello sarasu,
Thanks for the Reply,
Can you Tell me the properties where to find the System Names and Sytem Groups in the Workbench.
I just used it to export and do not know where to find the System Names and Groups.. |
|
Back to top |
|
 |
tsrisudh |
Posted: Thu Jun 01, 2006 1:08 am Post subject: |
|
|
 Centurion
Joined: 11 Aug 2005 Posts: 113
|
Open your org file, go to the integration mode (Alt + F3) the Select Repository -> Organization Data. Here you can change the system, group and other values _________________ Srisudhir Tadepalli |
|
Back to top |
|
 |
sarasu |
Posted: Thu Jun 01, 2006 6:01 am Post subject: |
|
|
Master
Joined: 02 Feb 2006 Posts: 229
|
Exactly as srisudhir said. Go to the Repository--> Organozationdata-->Systems-->Servers. There you can create your required Upes configs. After that export the Fdl. |
|
Back to top |
|
 |
mqmaniac |
Posted: Thu Jun 01, 2006 11:13 am Post subject: |
|
|
 Master
Joined: 27 Dec 2005 Posts: 201
|
Thanks a Lot For the Replies.
I did change the System Names and System Groups and Still See
same "QUEUE MANAGER" in the
-->>SERVER 'VNSVCRES'
RELATED_GROUP 'MQWO3T02' <---changed in Workbench
RELATED_SYSTEM 'NTH5MQW1' <---chnaged in Woirkbench
TYPE USER_DEFINED_PROGRAM_EXECUTION_SERVER
MQSYSTEM MQSERIES
PHYSICAL_QUEUE_NAME "CMM.WF.VEN.RES.AQ"
QUEUE_MANAGER_NAME "NTH1", <---Did not Change@
Can you Pls tell me where to Look for the "UPES"..I have Workflow running on Mainframe..
Pls help..Thnaks in Advance |
|
Back to top |
|
 |
jmac |
Posted: Thu Jun 01, 2006 2:29 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Why would you expect the QueueManager name to change if you change the System and Group attributes?
If you want the QueueManager name to change you have to change it in the QueueManager object, Access the QueueManager object from Modeler by:
Repository -> Organization Data -> Queue _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
mqmaniac |
Posted: Thu Jun 01, 2006 7:14 pm Post subject: |
|
|
 Master
Joined: 27 Dec 2005 Posts: 201
|
Thanks jmac,
I have changed the Queue Manger Name.
Our Workflow Servers are on Different QueManagers in Corresponding Environments...and Thats the Reason I have to create a New FDL while Migrating... |
|
Back to top |
|
 |
|