Search found 193 matches

by Aquilis
Sat Mar 26, 2011 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Leading & trailing zero's in column export stage
Replies: 5
Views: 4416

My Job is RCP Enabled. I don't have a defined metadata before Column export stage. !!!
by Aquilis
Sat Mar 26, 2011 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Leading & trailing zero's in column export stage
Replies: 5
Views: 4416

Leading & trailing zero's in column export stage

Hi I am capturing database rejections by adding reject link to oracle connector stage. At the other end am restructuring the same rejects as tab separated values through Column Export stage and writing them into a single column. My Job is RCP enabled. Since few columns have Decimal datatype in the O...
by Aquilis
Mon Mar 14, 2011 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject link on Oracle enterprise stage
Replies: 1
Views: 1696

This functionality is working fine in Oracle connector stage but I don't know what's wrong with oracle enterprise stage.
by Aquilis
Mon Mar 14, 2011 1:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ustring in Schema File
Replies: 0
Views: 1779

Ustring in Schema File

Hi, I am trying to Restructure data from a File through Column Import Stage.In Column Import Stage, have assinged Schema File with RCP enabled. Since I am expecting Special characters in the File, so I set 'Ustring' in Schema file. Say, when I mentioned ustring max[5] in schema file and if get data ...
by Aquilis
Mon Mar 14, 2011 1:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject link on Oracle enterprise stage
Replies: 1
Views: 1696

Reject link on Oracle enterprise stage

IHi all, I am trying to capture rejects from oracle enterprise stage while failure in inserting or updating the data into database table. Have tried with example data where actual data length exceeds the data length mentined in Database table. My job is getting aborted with the following error. But ...
by Aquilis
Wed Mar 09, 2011 2:27 pm
Forum: General
Topic: Job Control to execute a DS job
Replies: 12
Views: 8630

Got it fixed. One of my friends figured it out. Am using 8.1 & am directly reading Parameterset value files and assinging parameters respectively to the job. Never came to mind about assigning parameterset with parameter value. So when we assigned parameterset name to the value, it worked out. Y...
by Aquilis
Tue Mar 08, 2011 11:22 am
Forum: General
Topic: Job Control to execute a DS job
Replies: 12
Views: 8630

Value file format is: Value1=/local/abc Value2=/local/apps/Datastage/projects/ParameterSets/ps_abc Value3=/local/apps/Datastage/projects/reusable Value4=1.schema Value5=INSERT INTO TB_OBJECTS (DEVIATION_ID, SAMPLE_ID, TEST_ID, TEST_VERSION, TEST_VARIANT, TEST_INSTANCE, IMPLICATION_DATE, DEIMPLICATIO...
by Aquilis
Tue Mar 08, 2011 9:29 am
Forum: General
Topic: Job Control to execute a DS job
Replies: 12
Views: 8630

No, Have checked everything. File is not empty & Yes I have multiple '=' for 1 parameter but atleast excluding that it should return values for other parameters.

when get DSLogInfo for the File, it showing perfect list of parameters. Don't no something going funny.
by Aquilis
Tue Mar 08, 2011 6:00 am
Forum: General
Topic: Job Control to execute a DS job
Replies: 12
Views: 8630

No, have checked this. It's not taking from previous run DSAttach(). DSSetParam() always assigning Null values. Some link is missing somewhere. I am not able to figure this. ************************************************ PathName = ValueFileDir:'/':ValueFile Cmd2="cat ":PathName Call DSE...
by Aquilis
Tue Mar 08, 2011 4:26 am
Forum: General
Topic: Job Control to execute a DS job
Replies: 12
Views: 8630

Job Control to execute a DS job

Am trying to execute the job through Job Control. Job is getting executed but with parameters as Null values. when I assign parameters it's assigning Null values to the job. Can anybody figure where am going wrong. PathName = ValueFileDir:'/':ValueFile Cmd2="cat ":PathName Call DSExecute(&...
by Aquilis
Fri Feb 11, 2011 1:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema File Processing only 100 Records
Replies: 4
Views: 2541

My Bad, How could I missed this? tracing mode was enabled. !!!
by Aquilis
Thu Feb 10, 2011 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema File Processing only 100 Records
Replies: 4
Views: 2541

CSV files are Tab delimited. we are using Sequential file stage to read the records which is reading all the Records but column Import stage where schema file is assinged is propogating only 100 records out of it. record {final_delim=end, delim='\t', null_field='', quote=none, padchar=' ',print_fiel...
by Aquilis
Wed Feb 09, 2011 9:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema File Processing only 100 Records
Replies: 4
Views: 2541

Schema File Processing only 100 Records

Hello , We are implementing Schema file approach for processing nearly 50 CSV Files with using 50 different schema files. If data volume in a CSV file is 1 million records, but schema file is propogating only 100 Records. we tried with multiple scenarions where If: 1. More than 100 records in CSV fi...
by Aquilis
Fri Jan 14, 2011 12:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field defaults Quotes In Sequential File stage
Replies: 6
Views: 3543

No,am talking about Text qualifier. So used the property "quote".

Code: Select all

Format tab ---->Field Defaults------->Quote
by Aquilis
Thu Dec 23, 2010 1:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field defaults Quotes In Sequential File stage
Replies: 6
Views: 3543

After long time,I gave an another try on this. Found some new behavior which might be new to me but not for others. Well that is: Quotes can be of 2 characters (say: "$~") but Datastage is treats "$" as opening character & simultameously "~" as closing character. Pl...