Page 1 of 1

Mismatches in job executables

Posted: Thu Apr 28, 2011 12:09 am
by Madhumitha_Raghunathan
Hi,

we are trying to syncronize code between 2 environments.
Since we have only executables on one environment we are currently comparing the executables
minus binaries of both the environments.

Most of the jobs have a source DB, a transformer (direct mapping) and a target DB.

We have been consistently getting the following difference in many executables for which we are not able to find the exact cause:

ENV1:

## General options
[ident('Transformer_3'); jobmon_ident('Transformer_3')]
## Inputs
0< 'SRC_stge1:DSLink2.v'
## Outputs
0> [] 'Transformer_3:insert.v'
;


ENV2:

## General options
[ident('Transformer_3'); jobmon_ident('Transformer_3')]
## Inputs
0< [] 'SRC_stge1:DSLink2.v'
## Outputs
0> [] 'Transformer_3:insert.v'
;

This is the only difference we are getting in those jobs and we are not able to decide if this difference will have any impact on the data or functionality. Can someone help.

Re: Mismatches in job executables

Posted: Thu Apr 28, 2011 1:14 am
by Sampath
check the environments setting between to servers.

Posted: Thu Apr 28, 2011 1:38 am
by ray.wurlod
These jobs are functionally identical.

Curiously enough, I can't bring to mind what the [] in the link (data set) definition means, but I can recall that, if it's empty, there's no additional operation there.

Posted: Tue Jan 24, 2012 11:01 am
by Madhumitha_Raghunathan
Thank you so much. We compared the data generated by both sets of codes and there were no discrepancies.