Author |
Message
|
kiddo |
Posted: Tue May 17, 2005 7:34 am Post subject: Delete data structures from runtime |
|
|
Newbie
Joined: 16 Feb 2005 Posts: 2
|
how do i delete data structures from runtime ? |
|
Back to top |
|
 |
kotha |
Posted: Tue May 17, 2005 8:07 am Post subject: |
|
|
Partisan
Joined: 12 Mar 2005 Posts: 333
|
You have to mark the data structure to delete status in buildtime and export it to one location then import that FDL to runtime. |
|
Back to top |
|
 |
jmac |
Posted: Tue May 17, 2005 11:21 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Be aware, that a data structure can not be deleted if any object in the database refers to it. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
Rishi |
Posted: Mon May 23, 2005 7:01 am Post subject: |
|
|
Newbie
Joined: 10 Nov 2003 Posts: 8 Location: United States
|
May I know how to do this using Modeler please.
Thanks |
|
Back to top |
|
 |
kotha |
Posted: Mon May 23, 2005 7:13 am Post subject: |
|
|
Partisan
Joined: 12 Mar 2005 Posts: 333
|
I am not familier with modeler but i suggest you to get the FDL from the modeler for the process/data structures. then in the FDL modifiy the related fields to DELETE. Import the modified FDL into runtime.
Hope this gives you some idea. |
|
Back to top |
|
 |
jmac |
Posted: Mon May 23, 2005 7:17 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Rishi wrote: |
May I know how to do this using Modeler please.
Thanks |
It is my opinion that Modeler does not support delete of objects
The absolutely safest thing for you to do, would be the following (in my opinion):
1. Create yourself an empty buildtime database using the config utility (choose MS Access as opposed to DB2 for database type, since it is much quicker).
2. Export all of your runtime FDL.
3. Import it into your new Buildtime database.
4. Use the mark for Delete option of buildtime to remove any objects you need to take out of your RTDB.
5. Export the objects that are marked for delete from Buildtime.
6. Import the deleted object fdl into Runtime. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
Rishi |
Posted: Mon May 23, 2005 7:38 am Post subject: |
|
|
Newbie
Joined: 10 Nov 2003 Posts: 8 Location: United States
|
Thanks Jmac,
I was expecting some hack in Modeler through which this can be accomplished.
Rishi |
|
Back to top |
|
 |
|