Page 1 of 1

Job executables

Posted: Mon Apr 25, 2011 10:17 pm
by anitha_casturi
hi,

We have only executables in Production. We need to check if the design time information in Development is in sync with Production.

Will comparing the dsx of executables in Prod and development help?

Would it be a good idea to compare executables in different environments to check if they match?


Regards,
Anitha

Re: Job executables

Posted: Mon Apr 25, 2011 10:31 pm
by samyamkrishna
Comparing the .dsx files will work fine.
use the diff command

Re: Job executables

Posted: Mon Apr 25, 2011 11:19 pm
by anitha_casturi
samyamkrishna wrote:Comparing the .dsx files will work fine.
use the diff command
Thank you for the response.

Will comparing dsx of executables really help. I understand we can compare dsx of design information but i am really keen on comparison of dsx executables

Re: Job executables

Posted: Mon Apr 25, 2011 11:41 pm
by zulfi123786
anitha_casturi wrote:I understand we can compare dsx of design information but i am really keen on comparison of dsx executables
True. If your machine changes then the executable is likely to change.
If you people promote the jobs to prod using the export of executable from dev then there should be no problem with the comparision.