Author |
Message
|
Ratan |
Posted: Wed Jan 08, 2003 10:52 am Post subject: [Solved]Fmcibie Export command Strings |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Is there any way to export all the processes belonging to a particular Category from the runtime.
I can specify 'fmcibie -e out.fdl -c "EXPORT PROCESS * DEEP" ' to get all the processes.
I can specifiy 'fmcibie -e out.fdl -c "EXPORT PROCESS_CATEGORY XYZ" to get a particular category.
Can I in any way combine these to export all the Processes belonging to Process_Category XYZ from runtime DB.
-Thnx Laze |
|
Back to top |
|
 |
jmac |
Posted: Wed Jan 08, 2003 12:48 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Laze:
This can not be done with MQWF to my knowledge.
BUMMER  _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
Ratan |
Posted: Wed Jan 08, 2003 2:21 pm Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Thought it was not possible. Just trying to see if any one ever needed anything like this.
-Laze |
|
Back to top |
|
 |
jmac |
Posted: Wed Jan 08, 2003 2:32 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Laze:
Obviously its a good thing. Unfortunately, there are a number of things missing from FDL, like Generic Deletes, etc... Some of these we have addressed with our UserAdminFacility, but we have never done anything along the lines of what you are looking at.
If I needed this ability, I would probably do an Export of all the processes, than parse out those that were for the category I was interested in. Probably not worth the effort though.
GOOD LUCK _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
Ratan |
Posted: Wed Jan 08, 2003 3:02 pm Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Yeah not worth the effort . especially for me because I also want datastrutures and Programs exported depending on the process they belong to, but you dont have any relation in the FDL to parse to that.
I would like export options so that I can export all the Processes, all the d/s and programs used by those processes for a given category/process.
why do I need it - When I have different envirments for test and Prod, I would like the FDL for my prod to come out of Test runtimeDB. Test environment can have all lot of categories/processes/./.. but I am interested in only the one I want to load in production.
Reality- It is just not possible. Do it the hard way.
-Laze |
|
Back to top |
|
 |
jmac |
Posted: Wed Jan 08, 2003 3:11 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
lazeknight wrote: |
I would like export options so that I can export all the Processes, all the d/s and programs used by those processes for a given category/process.  |
Laze:
You would need to drive this from the Process FDL, not the Program or DS FDL. It would be relatively simple to parse out a list of all DS and Programs used by any process.
Of course IF you do this, Please send me the code  _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
Ratan |
Posted: Wed Jan 08, 2003 3:16 pm Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Thanks john, I was not thinking about getting them from the Process FDL. Too Dumb.
If I am ever successful, I will sure share the code.
-Thnx Laze |
|
Back to top |
|
 |
|