Gouravmoy / QueryGenerator

Generic Query Generator For ETL Projects
1 stars 0 forks source link

Tool supports .ser files created from Application placed in different systems? #21

Open Gouravmoy opened 8 years ago

Gouravmoy commented 8 years ago

We need to confirm that the Application supports and works with .ser files created in the Applications placed in different systems.

Gouravmoy commented 8 years ago

No, Application Does not support this because we save the DB Connection Name because of which in system which has generated the ser file, the name of the DB Connection will not be ame in the other syste.

The possible solution may be to store the whole of the DBDetail object in the .ser poject instead of just the DB File Name

Changing this from question to bug

Gouravmoy commented 8 years ago

We need to export the Query as well as details for creating the dependent sub module like the databse when we are exporting the .ser file