Search found 151 matches

by saraswati
Fri Feb 03, 2012 4:30 pm
Forum: General
Topic: Blueprint Director unable to locate DataStage client
Replies: 7
Views: 5633

I am using DS 8.5 and facing the same issue - Datastage Client doesnot exist on the system..

In the above post, people resolved this issue by upgrading it to fix pack 1.

What shall be done without upgrading it to fix the problem. ?
by saraswati
Tue Jan 31, 2012 1:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle huge number of logs?
Replies: 8
Views: 5176

Like warning starting with "TRNF_FULL_LOAD,3: Invalid character(s) ([xFFFD]) found converting Unicode string (code point(s)" should be bypass.

It was just an example.
by saraswati
Tue Jan 31, 2012 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle huge number of logs?
Replies: 8
Views: 5176

I had tried everything with the DBA.

I just want to bypass the warning.

The challenge is that every warning is different.But the starting few words of the warning are the same.

Can anyone please suggest....how to handle it?

Can we use some logic like wildcard logic to bypass these warnings?
by saraswati
Fri Jan 27, 2012 9:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle huge number of logs?
Replies: 8
Views: 5176

How do you think it can be handled through message handler as each warning is different based on the data?
by saraswati
Thu Jan 26, 2012 11:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle huge number of logs?
Replies: 8
Views: 5176

Let me give you some examples of the warning which will help you to understand the problem properly: TRNF_FULL_LOAD,3: Invalid character(s) ([xFFFD]) found converting Unicode string (code point(s): CALLE JORGE JUAN, 19 - - PISO 6[xFFFD] IZDA) to codepage ISO-8859-1, substituting. TRNF_FULL_LOAD,3: I...
by saraswati
Thu Jan 26, 2012 11:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle huge number of logs?
Replies: 8
Views: 5176

How to handle huge number of logs?

Hi, There is a job which loads almost 80 million records. This job takes long time to finish because it faces a lot of warning for the data. Almost 20 million records must be getting warning. But the challenge is that warning for each record is a different based on the data. If there is any feature ...
by saraswati
Mon Dec 19, 2011 7:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading SAS dataset(sas7bdat format)using SAS Parallel DS
Replies: 6
Views: 5305

Reading SAS dataset(sas7bdat format)using SAS Parallel DS

I have a SAS dataset in sas7bdat format. I want to read this SAS dataset using SAS Parallel Dataset stage. When I am trying to view the data then I am getting the following error: Error executing View Data command:##E IIS-DSEE-TOSE-00035 20:14:49(006) <APT_SasImport> Error when checking composite op...
by saraswati
Mon Dec 12, 2011 1:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while creating SAS dataset.
Replies: 1
Views: 1718

Error while creating SAS dataset.

There is a job which reads from a sequential file and writing into a SAS dataset. The job is failing due to an error: main_program: Syntax error: Error in "copy" operator: Error in output redirection: Expected output name, got: "]", line 95; text: 0>] Please someone help me to ge...
by saraswati
Wed Oct 26, 2011 10:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion from type "timestamp" to type "dat
Replies: 21
Views: 9674

Getting this error after following the above advice:

APT_CombinedOperatorController,0: Data string '25/10/2011' does not match format '%yyyy-%mm-%dd': the value for tag %yyyy has fewer characters than expected.
by saraswati
Tue Oct 25, 2011 9:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion from type "timestamp" to type "dat
Replies: 21
Views: 9674

The sample date format is 10/25/2011. As mentioned earlier,the data type of target table in job 1 is DATE.In the Job 2,the source oracle stage in which table which got populated from job 1 is the source also has the column datatype as DATE. I want to use ORACLE stage. I am just using SELECT .... FRO...
by saraswati
Tue Oct 25, 2011 7:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange datastage date conversion error.
Replies: 1
Views: 1353

Strange datastage date conversion error.

In Job1, I am getting a column CREATED_DT in an oracle table populated with current date using datastage date function CurrentDate().This column is having DATE datatype. In Job2, this column CREATED_DT from the table which got loaded in Job1 is mapped to another column CREATED_DT in a different tabl...
by saraswati
Tue Oct 25, 2011 4:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion from type "timestamp" to type "dat
Replies: 21
Views: 9674

Did anyone ever faced this issue before?
by saraswati
Tue Oct 25, 2011 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion from type "timestamp" to type "dat
Replies: 21
Views: 9674

Conversion from type "timestamp" to type "dat

I am getting this error even after using StringToDate function: This below error is from the oracle stage: Oracle_Enterprise_0: Error when checking operator: When binding output interface field "DW_CREATE_DT" to field "DW_CREATE_DT": No default type conversion from type "str...
by saraswati
Mon Oct 24, 2011 9:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion from type "timestamp" to type "dat
Replies: 21
Views: 9674

I am getting this error after using the above advice: >##E IIS-DSEE-TFIP-00011 23:07:44(000) <Oracle_Enterprise_0> Error when checking operator: When binding output interface field "DW_CREATE_DT" to field "DW_CREATE_DT": No default type conversion from type "string[max=75]&q...