ODBC System Data Source Settings

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to preconfigure my image with ODBC System Data Sources. At the
moment I am configuring them after FBA has run, but I would like to have
these configured in my build so that once FBA has run, these ODBC System Data
Sources will already be configured. Any ideas?

Thanks
 
My suggestion is to write a batch file or script that performs your
configuration and add it to a custom component. In CD, add a Generic FBA
command "Resource" and specify your script. Hint: if you write a script,
put "%11%\wscript/cscript" as the "Path" and the name of your script as the
"Argument". Specify a phase >8500 to guarantee that FBA does your
configuration after all files are in place.

Regards,
Dean
 
Back
Top