Search found 52 matches

by thanush9sep
Wed Apr 28, 2010 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AS400 data issue
Replies: 1
Views: 925

AS400 data issue

A table in AS400 has a column named CREATED with datatype Date and it is NOT NULLABLE. I am using the DbVisualizer to view the records. In that most of the records in the CREATED column shows as (null). But I don't understand why, since the CREATED column is NOT NULLABLE. I am using the DRS stage to...
by thanush9sep
Tue Feb 02, 2010 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: U_TRUNCATED_CHAR_FOUND encountered
Replies: 9
Views: 6768

hi i think it is russian language(cyrillic) i also tried changing nls charset in job properties to russian according to this link below, but its not working. http://www.w3.org/International/O-charset-lang.html now im sure it is russian lang, in my oracle NLS_CHARACTERSET is AL32UTF8 if i try UTF8 ch...
by thanush9sep
Mon Feb 01, 2010 10:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: U_TRUNCATED_CHAR_FOUND encountered
Replies: 9
Views: 6768

Hi ArndW & chulett yes there are around 120 columns in the oracle load i have narrowed down to 6 columns which cause this error those columns are varchar2(50) only example : LAST_NAME (Column name) (varchar2(50)) : " Объяснение проведенных работ проведенных работa_2 " Length : 49 While...
by thanush9sep
Sun Jan 31, 2010 10:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: U_TRUNCATED_CHAR_FOUND encountered
Replies: 9
Views: 6768

thanks for ur reply craig,

i set the APT_DISABLE_COMBINATIONAL parameter to True , it shows that the error is in ORACLE stage only while loading ,same error occurs

<b>U_TRUNCATED_CHAR_FOUND encountered </b>

thanks in advance,
by thanush9sep
Fri Jan 29, 2010 12:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: U_TRUNCATED_CHAR_FOUND encountered
Replies: 9
Views: 6768

thanks for ur reply craig, i hav searched and tried with the previous posts they told to set false to APT_disable_combinational_operator parameter and run the job and then rebuild the indexes present in the target table, still the same above error persists i have done many searches on this error ,bu...
by thanush9sep
Fri Jan 29, 2010 4:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: U_TRUNCATED_CHAR_FOUND encountered
Replies: 9
Views: 6768

U_TRUNCATED_CHAR_FOUND encountered

hi while loading a table ( DS->CPY->ORA) i encounter this fatal error i had set Default Map set for Stages as UTF-8 in NLS tab present in Job properties APT_CombinedOperatorController,0: U_TRUNCATED_CHAR_FOUND encountered. U_TRUNCATED_CHAR_FOUND encountered Please help me on this .. Thanks in advance
by thanush9sep
Thu Dec 10, 2009 3:47 am
Forum: General
Topic: Oracle Error
Replies: 13
Views: 5396

Check whether you have handled null.

If your source column is NOT NULL and the Target table is NULL then you might face this type of error.
by thanush9sep
Wed Dec 09, 2009 5:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: abort the job if look up is success
Replies: 7
Views: 2311

You will need need 3 jobs 1. Job1 which has lookup stage and captures the rejected data in Dataset1 and matched records in Dataset2 2. Job2 3. Job3 , In this job take Dataset2 and connected with a Basic_transformer and use this(If @INROWNUM >0 Then UtilityAbortToLog('aborted') Else 1) in the stageVa...
by thanush9sep
Mon Nov 23, 2009 4:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting user defined Environment Variable to $ENV
Replies: 5
Views: 1806

Thanks Ray This is what I did to get the value of ORA_PWD from the Environment I assigned a value for variable called PWD=aaa and then used the below command in the .profile PWD=aaa; export $PWD (dont know whether this is necessary or not) dsadmin -envset ORA_PWD -value $PWD ProjectName in the Admin...
by thanush9sep
Mon Nov 23, 2009 12:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting user defined Environment Variable to $ENV
Replies: 5
Views: 1806

Setting user defined Environment Variable to $ENV

Hi All I have created a user defined Environment Variable called ORA_PWD and set the default value as $ENV In the .profile I gave ORA_PWD=aaa; export ORA_PWD if I put echo $ORA_PWD, I am able to see the value for ORA_PWD as 'aaa' I used ORA_PWD = $ENV as job parameter in my job which contains ORACLE...
by thanush9sep
Wed Nov 11, 2009 9:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing dsx using command line
Replies: 3
Views: 4692

Thanks Craig I will put this topic as Resolved and explain the situation I have faced 1. I took a export of the project from Datastage Manager 2. Saved the .dsx in the DataStage home directory and imported the dsx from the command line 3. I found that there were no job design available in the Design...
by thanush9sep
Wed Nov 11, 2009 3:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing dsx using command line
Replies: 3
Views: 4692

Well, as time passes
I think the import command imports only the job executable not the job design.
I wonder a Datastage projects without a job design would be useful or not.

Please correct me If any
by thanush9sep
Tue Nov 10, 2009 11:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing dsx using command line
Replies: 3
Views: 4692

Importing dsx using command line

Hi all, I took a export of the project from the DataStage Manager choosing the options a) Job Design b)Executables including program sources 1. While I tried to import the dsx with the DataStage Manager, all the jobs were imported successfully and all Job design were available and I was able to run ...
by thanush9sep
Mon May 04, 2009 3:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input dataset does not have input field
Replies: 13
Views: 12283

I haven't been able to get a solution for this. However I changed the name of column for the source similar to that of columns from reference. That is Dataset1:(Acts as source) ---------- record ( RECORD_CODE: string[max=2]; CODE_SEGMENT: string[max=1]; LIB_SEGMENT: nullable string[max=30]; CODE_SUR...