Search found 22 matches

by srilaxmi
Fri Nov 29, 2013 5:24 am
Forum: General
Topic: istool export question
Replies: 2
Views: 1463

istool export question

Hi, i have exported a job using istool command line and while importing to datastage via Datastage Designer -> Import, im getting below error. File << file path >> does not apprear to be a valid Datastage export file or is from an incompatible release. A valid Datastage export file is expected to be...
by srilaxmi
Wed Dec 07, 2011 10:31 pm
Forum: General
Topic: Design question on handling exceptions
Replies: 6
Views: 2299

If I remove Abort flow(Email notification), exceptional handler is triggering when JA3 aborts.

But my requirement is to execute both Email notification and routine in exceptional handler if JA3 aborts.

Please suggest. Thanks.
by srilaxmi
Wed Dec 07, 2011 10:29 pm
Forum: General
Topic: Design question on handling exceptions
Replies: 6
Views: 2299

If I remove Abort flow(Email notification), exceptional handler is triggering when JA3 aborts.

But my requirement is to execute both Email notification and routine in exceptional handler if JA3 aborts.

Please suggest. Thanks.
by srilaxmi
Tue Dec 06, 2011 3:48 am
Forum: General
Topic: Saving table definitions
Replies: 3
Views: 3149

i used below command and getting error, please suggest. ./istool export -domain Poject_test -u user -p pwd -ar test.dsx -pre -ds '-base="server/Poject_test" jobs/*/*.tbd' ERROR: unable to connect to ISF server: Poject_test Reason: Domain Poject_test:9080 cannot be reached. This project doe...
by srilaxmi
Tue Dec 06, 2011 2:44 am
Forum: General
Topic: Design question on handling exceptions
Replies: 6
Views: 2299

Design question on handling exceptions

Hi, I have design requirement to code a sequncer where in I need to execute a Routine if any Job in that sequencer aborts. below is the job design I have build: JA1 -> JA2 -> JA3(if abort) -> EmailNotification Exceptional Handler -> RoutineActivity -> TerminatorStage My intension is to run the Routi...
by srilaxmi
Fri Dec 02, 2011 12:24 am
Forum: General
Topic: Saving table definitions
Replies: 3
Views: 3149

Saving table definitions

Hi, As part of version controlling we need to save table definitions of all our existing jobs. In our project there are around 500+ jobs, involving Oracle/ODBC stages as input/output stages. Need to save all these table definitions in metadata/Table Definition folder. Please let us know if there is ...
by srilaxmi
Tue Jun 08, 2010 10:12 pm
Forum: General
Topic: Date columns in parallel job behaving peculiarly
Replies: 8
Views: 3951

Any one of the date column(complete column for all records) is being populated as NULL, for each run in production.

I have executed the same job in Develpement with the same source table and all the date columns populated properly.
by srilaxmi
Tue Jun 08, 2010 3:35 am
Forum: General
Topic: Date columns in parallel job behaving peculiarly
Replies: 8
Views: 3951

Date columns in parallel job behaving peculiarly

Hi, I have a parallel job that is reading data from SQL server table and loading into a oracle table. There are 7 to 8 date columns in both source and target tables. Transformer is just a plain one to one mapping. The problem is whenever I run this job in production environment, one or the other dat...
by srilaxmi
Thu Apr 15, 2010 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid character conversion warning
Replies: 11
Views: 5651

I checked in Director log the value is

Code: Select all

NLS_LANG=american_america.WE8ISO8859P1

Thanks
by srilaxmi
Tue Apr 13, 2010 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid character conversion warning
Replies: 11
Views: 5651

The NLS setting in SQL server stage and Oracle stage is same - Project default(ISO-8859-1) And i dont see any NLS option "ibm-1051" in any of the stages. If both the NLS settings are same why I am getting this warning? Any possible solution to avoid these warnings? (Sorry for the late post...
by srilaxmi
Tue Mar 30, 2010 10:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid character conversion warning
Replies: 11
Views: 5651

Hi All,

Is there is any way not to get this warning? I mean can we do some conversion on the columns having special characters? if yes, how can we do that?


Thanks
Sri
by srilaxmi
Tue Mar 30, 2010 1:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid character conversion warning
Replies: 11
Views: 5651

Hi ArndW,

How can we overcome this issue?
Removing the non-mappable characters of IBM-1051 character set from the source data, is the only solution? or can we deal this in datastage job?

Thanks,
Sri
by srilaxmi
Tue Mar 30, 2010 1:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid character conversion warning
Replies: 11
Views: 5651

Hi Gssr,

I Set $APT_DISABLE_COMBINATION to 'True' and re-run the job but still getting the same error :(


sri
by srilaxmi
Tue Mar 30, 2010 12:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid character conversion warning
Replies: 11
Views: 5651

Invalid character conversion warning

Hi, We are getting below warning in the datastage parallel job Job is having one ODBC stage(gets data from SQL server) and a tranformer(does stringtodate of a job parameter) and a Oracle enterprise stage to truncate and load records into a oracle table. APT_CombinedOperatorController,0: Invalid char...
by srilaxmi
Wed Dec 30, 2009 2:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete when there are unmatched rows
Replies: 1
Views: 1162

Delete when there are unmatched rows

Hi, I have a datastage job(job has one source UDB stage and one target UDB stage)which is used to delete records from a table when a condtion matches.(delete from table1 where <condition>) When i run the job, i am getting FATAL error for the records in target table which doesnot match the delete con...