Hello,
Can some one share your experience on the application configuration? We have a lot of configuration for our system. Such as the FTP setting to get and put files, the package name need to do archive for each server, the system log archvie setting for each server, etc. And now, we a using a map step or a database table for these settings. But these two way are not the perfect way, map step will be diffcult to maintain, we need to login the server with the Developer to do this each time; And using the database will low the performance, and it will also bring the extra loading for our DB server. So can any one share your experience on the configuration? Thanks in advance.