Originally posted by: jvanboga
You really need to look at your environments and determined the best way to work your deployments.
You can use batch scripts if recompiles aren't necessary. You can also use IFD. In our environment we use both.
Essentially we have DEV, SUP, QA, UA and Prod. The development team has access to Dev and SUP. It stages code for the other environs.
When Launcher is managing the events everything is always staged with IFD. If we are using our other scheduling tools the developer can stage however they wish. The nice thing about IFD is that it provides you with an opportunity to override card and map settings on deployment (those that aren't overridden by other maps and command server scripts.) It also warns you if there are obvious issues with deployment paths and you document the systems as you go.
The down side to IFD is that you still need to manually deploy batch files, sqlldr scripts, parms, DBID files and such. Some of these files are not updated as frequently and others can be updated to avoid code changes and still others can be created dynamically so it won't matter.
#IBM-Websphere-Transformation-Extender#DataExchange#IBMSterlingTransformationExtender