Abnormal Termination Of Stage Transformer Detected In Datastage

Posted on -
Abnormal termination of stage transformer detected in datastage training

DataStage executed job return value 4 Apr Example of how to run a job from “Job Control” in DataStage and set a status (or return value) from an executed job. Processing capabilities and running on UNIX platform. Datastage used Orchestrate with Datastage XE (Beta version of 6.0) to incorporate the parallel processing capabilities. Now Datastage has purchased Orchestrate and integrated it with Datastage XE and released a new version Datastage 6.0 i.e Parallel Extender.


Problem(Abstract)

Information Server DataStage job aborts with error 'Abnormal termination of stage detected'

Cause

The DataStage environment has both the environment variables ODBCINST and ODBCINI set to a different directory path

Diagnosing the problem

In DataStage Director open the log for the failed job. Double click the log entry that states 'Environment variable settings' to view the complete list of variables used by the job and search for the variable ODBCINST. Verify that the variable ODBCINST is defined and that its value is set to a path that is different from the path of the variable ODBCINI

Abnormal Termination Of Stage Transformer Detected In Datastage 1

Resolving the problem

ODBCINST is an environment variable that defines the directory where the odbc.ini file exists when unixODBC drivers are installed.

Nfs Mar 11, 2017  Most Wanted Top 10 The Most Wanted Top 10 are the elite street racing champions of Fairhaven. To gain prestige and access to their supercars. A compilation of the best car mods for NFS Most Wanted 2005, download link in description;) A compilation of the best car mods for NFS Most Wanted 2005, download link in description;). Jan 28, 2018  best car till blacklist 4 (JV) is lamborghini gallardo. Which can get from beating blacklist 6 (MING). But after beating blacklist 4, best car to complete the whole game is DODGE VIPER (blacklist 4 ‘s car ) DODGE VIPER is better than lamborghini gallardo in acceleration and both has same level of top speed and handling.

Information Server DataStage uses the DataDirect ODBC drivers shipped with DataStage and uses the ODBCINI environment variable to define the path of the .odbc.ini file which contains the ODBC data source name (DSN) definitions. The environment variable ODBCINI is set in the dsenv file automatically as part of the Information Server installation and defaults to the .odbc.ini file under the $DSHOME directory.
If the DataStage engine server has additional ODBC drivers such as unixODBC drivers installed, then the variable ODBCINST could be defined and set to a different path such as /usr/local/etc. When both the ODBCINST and ODBCINI environment variables are defined it creates conflict during job execution so you need to unset the variable ODBCINST.