Package Build

SasiKumar

Member
Hi
Once the package build is over how you ensure that is
completed sucesfull without erros. even the pdf report
shows "build completed with sucessfully " in \\package\package_name\work directory some of log files
shows some error. Let me know what are log files we have to check for ensure the package build is sucessfull .

One more thing is what is the "Server build " and for what purpose we want to build this.

Thanks
Sasi
 
Hello.
You need check builderror.txt file in your package root directory and you need check that all dlls compiled and linked without errors (file in work directory).
If you need check status of server package then you need verify serverbuild.log file in package\Your_package\ directory on enterprise server. And you need find and check all *.err files in log directory for your package on enterprise server.
 
The server build is used for making your changes accessible when running jobs in batch as well as running BSFNs on your enterprise server. It's a good idea to keep the clients and the server in sync.

If you haven't been doing "Server Builds" I would recommend that you build a new Full package and include the server portion. That will get you back in sync.
 
Back
Top