Subject | Re: [firebird-support] Checking if scripts ran correctly |
---|---|
Author | Jesus Garcia |
Post date | 2011-12-06T19:46:59Z |
>I use one script component developed by me that uses IBX. What i do is
> Just found a remote database that did not have a field in a table which
> had been added some 4 or so scripts ago. That makes me suspect of all
> script updates.
>
> What is the fastest and most reliable way to check all my deployed
> databases (say 200 of them) to see if all the scripts have run correctly
> and applied the changes, or created triggers and procedures, contained in
> previously run scripts?
>
> Do I need a commercial product that can help? Or do I just have to "visit"
> each location and check the database structures manually?
>
save a log file with the exceptions raised when runing the script. After
running the scripts, i see that log files. It is not complicated to send
the scripts by email, for example, after running the scripts.
I think is not necessary a commercial component, just logging the
exceptions when running the scripts and analyze them.
Jesus
[Non-text portions of this message have been removed]