Search found 60 matches

by legendkiller
Fri Dec 07, 2007 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No disk resources found in "sort" pool or default
Replies: 6
Views: 5596

Check the permission on given directory outside the datasatge
by legendkiller
Fri Dec 07, 2007 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing SQL Error code/message in transformer reject
Replies: 1
Views: 1673

Capturing SQL Error code/message in transformer reject

Hi, I have job which loads data into db2 table via db2 stage. While loading some of the reords are getting rejected becuase pr primary key constriant. I am able to capture these records in transformer link ( reject link) can any body tell me how to capture SQL error code thrown by db2 in Transfermer...
by legendkiller
Wed Jul 25, 2007 2:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS PX questions
Replies: 1
Views: 1825

DS PX questions

hii, I am much new to DS - PX and going through documentation. Following are my questions while going through it. What is USS systems? What is NLS?(National Language support) What are SMP,MPP,Cluster system? What is XML? What is number of CPU licensed in context of installation? What is user limit i...
by legendkiller
Thu Jun 14, 2007 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sql from file in DB2/UDB API
Replies: 10
Views: 6628

Anybody having any update on that
by legendkiller
Thu Jun 07, 2007 3:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sql from file in DB2/UDB API
Replies: 10
Views: 6628

I am getting following error.... test_Sql_from_file..DB2_Read_Source_Row_Count: [IBM][CLI Driver][DB2/NT] SQL0007N The character "\" following "E:" is not valid. SQLSTATE=42601 SQLExecDirect: Error executing statement 'E:\Dump\Sandeep\Query.txt '. See following DB2 message for de...
by legendkiller
Wed Jun 06, 2007 5:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sql from file in DB2/UDB API
Replies: 10
Views: 6628

sql from file in DB2/UDB API

hi All I am new to server environment. I am using DB2/UDB API and trying to see data of table by sql query present in file. For that I have did following things 1) Set Outputpage - General tab to Load SQL from file at run time 2) Set Outputpage - SQL query to Load SQL from file at run time 3) given ...
by legendkiller
Fri Mar 23, 2007 4:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage EE with windows
Replies: 20
Views: 10841

Datastage EE with windows

Hi,

Is there is any Datastage versopn of parallel extender/Enterprise edition which works on windows.
by legendkiller
Wed Jan 03, 2007 11:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input beffer overrun
Replies: 2
Views: 3073

Input beffer overrun

hii,

can somebody tell general cause behind error "input buffer overrun".

i have field containing packed decimal..and i am trying to read it as

decimal[9,3] {packed};
and I am getting error "input buffer overrun"

the field having packed decimal is PIC S9(6)V999 COMP-3.
by legendkiller
Thu Dec 07, 2006 3:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Stage Error
Replies: 3
Views: 3363

What I want to do is: Read whole sql output as one column and then at column import stage based on schema file provided convert it to columns. This I have to use since we cannot provide schema file in Oracle Enterprise Stage. I hope above text will help you in understanding the problem exactly. Than...
by legendkiller
Thu Dec 07, 2006 1:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Stage Error
Replies: 3
Views: 3363

Oracle Stage Error

I am using Column Import Stage after Oracle stage getting following error. I have provided Ora_Sql_Data as an input column to Column Import Stage:

##E TOIX 000000 13:46:02(003) <Column_Import_80> Import field "Ora_Sql_Data" was not found in the input data set schema.

Thanks,
Ashish
by legendkiller
Tue Oct 17, 2006 9:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Consecutive Generic stages problem...
Replies: 6
Views: 3312

No. There is a stage type called Generic. RTFM? ... ya but i am calling transform operator...from generic stage..... in a job if i put only one generic stage then it;s works fine.....problem is with secong genric stage.....it seems that job is just ignoring second generic stage....even preint_messa...
by legendkiller
Mon Oct 16, 2006 6:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Consecutive Generic stages problem...
Replies: 6
Views: 3312

Consecutive Generic stages problem...

Hi All, I have job which has a sequential stage followed by two generic staage and a final sequential file stage. In first generic stage I am copying input to output...say... out.inputcolumn=in.inputcolumn and in second generic stage i am doing in.inputcolumn=substring(in.inputcolumn, 0,1) my proble...
by legendkiller
Tue Sep 12, 2006 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: partial schema
Replies: 4
Views: 3370

ray.wurlod wrote:No. RCP handles missing metadata, not missing data. You need to specify a default value in the column metadata to handle the situation you described. ...
Thanks ray,

I also want to know whether it is possible to decribe partial schema and read the file with above case.

Thanks and regards
LK
by legendkiller
Mon Sep 11, 2006 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: partial schema
Replies: 4
Views: 3370

partial schema

hi...

i am reading a file using schema file....if I have schema file having columns say A,B,C and acutal data in file contain only two columns.....then is it possible to read that data file.....

IS RCP or partial schema property is useful for above step

thanks in advance
LK
by legendkiller
Wed Aug 09, 2006 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: looping among stages
Replies: 2
Views: 2102

looping among stages

Hi,

I need one information. Can we do looping among some stages of the job. For example say I have 7 stages then can I loop between stages 3,4,5 till certain condition in stage 3 satisfied.

Thanks,