DDieterich / DTGen

DTGEN Code Generation Tool for Relational Designers (See Wiki Branch)
http://dtgen.org
3 stars 0 forks source link

GUI File Assembly Replaces Files in Other Applications #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

 1. Assemble Files in one application using the GUI
 2. Assemble Files in another application using the GUI
 3. Return to the previous application and find no Assembled Files

What is the expected output? What do you see instead?

 -) Assembled Files in previous application should still exist.

Please use labels and text to provide additional information.

 -) All Assembled files have the same name in APEX File Table?
 -) Assemble is taking a very long time to run.

Original issue reported on code.google.com by Duane.Di...@gmail.com on 5 Oct 2012 at 12:07

GoogleCodeExporter commented 9 years ago
 -) Changed the name of the Assembled Files to include Flow ID, Application Abbreviation, and Script Name.

 -) Added get_aar_prefix and get_aar_name functions to dtgen_util to consistently generate the names of Assembled Files

 -) Updated F900 to use dtgen_util functions for Assembled Files queries

 -) The length of time for Assemble is due to disk swapping of temporary LOB space, mostly for the GUI generation.  Issue 94 has been created.

Original comment by Duane.Di...@gmail.com on 8 Oct 2012 at 7:07