Search found 56 matches

by nirdesh2
Wed Apr 29, 2009 3:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup warning
Replies: 7
Views: 4644

Clear the partitioning on the links that are coming to Lookup stage.
by nirdesh2
Wed Apr 29, 2009 3:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is the purpose of TMPDIR in Administrator.
Replies: 3
Views: 1860

What is the purpose of TMPDIR in Administrator.

What is the purpose of TMPDIR in Administrator.This is avialable in Environment valiable under general category.
by nirdesh2
Tue Apr 28, 2009 4:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading the file names in a directory
Replies: 6
Views: 3496

Re: Reading the file names in a directory

You can use file pattern to read all the files in a partcular directory. Using file pattern this can be done.
by nirdesh2
Fri Apr 24, 2009 6:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD stage
Replies: 10
Views: 5410

I am using NextSurrogateKey() in expression nothing else.
by nirdesh2
Fri Apr 24, 2009 3:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting of Values into 2 or more lines
Replies: 9
Views: 7114

Re: Splitting of Values into 2 or more lines

In Transformer, use 2 output links and write first 8 chacacter is first link and rest character in second link and then use funnel stage to combine both the output.
by nirdesh2
Fri Apr 24, 2009 3:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pivot stage
Replies: 3
Views: 1152

Re: pivot stage

The input link Columns page contains three input columns with sales data: JAN_Sales, FEB_Sales, and MARCH_Sales. The columns are as follows: The data for the source rows for the input columns looks like this: Input Source Rows CUSTID LNAME JAN_Sales FEB_Sales MARCH_Sales 100 Smith $1,234.00 $1,456.0...
by nirdesh2
Fri Apr 24, 2009 1:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Loader and Null indicator
Replies: 4
Views: 4586

Re: DB2 Loader and Null indicator

Before loading the data into DB, use SetNull() function to set the null values if date/timestamp is null or if it is not valid date.
by nirdesh2
Fri Apr 24, 2009 12:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while loading data into oracle table
Replies: 3
Views: 935

This problem is not occuring for single job but also occuring for all the jobs where we are loading the data in Load append mode while working fine when we change the mode to Upsert.Actually we have 2 schema on same database and tables are also same in both schema. In one schema we have public synon...
by nirdesh2
Thu Apr 23, 2009 12:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while loading data into oracle table
Replies: 3
Views: 935

Error while loading data into oracle table

We are getting the following error while loading data into Oracle table using Load and Appened method "Error when checking composite operator: Caught parsing exception during wrapDescribeOperator(): Could not find type: oratype:0". When we use upsert method, table is loaded without error. ...
by nirdesh2
Sun Apr 19, 2009 11:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to receive email notifications
Replies: 3
Views: 1168

Use local parameter in sequence and then assign these variables to Parameter set's variable.
by nirdesh2
Sun Apr 19, 2009 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle 10g
Replies: 8
Views: 2223

You have to set Oracle Database path in Environment variable and also have to set ORACLE_SID,LIBPATH and ORACLE_HOME in user defined variable to work with Database on windows. All these information are available in document under Oracle Enterprise Stage.
by nirdesh2
Sun Apr 19, 2009 1:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD stage
Replies: 10
Views: 5410

I am working on 8.0 version and used SCD stage. Its is working fine for me and generating 2 records for type2, one with old SK for update and one with new SK for insert.
by nirdesh2
Wed Apr 15, 2009 10:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: connection issue
Replies: 14
Views: 5078

It means you DataStage server is not working properly. If the service is getting stoped after restarting again and again, It means you cant login. I also faced the same problem so many times but still i dont know the solution. Everytime we reinstalled the DataStage server again and it works fine then.
by nirdesh2
Mon Apr 13, 2009 11:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: packed decimal
Replies: 10
Views: 11268

We have also faced the same problem. First you should use Complex flat file to read the data. If your data consist packed decimal values then read the data file through Complex flat file stage and Charcter Set should be EBCDIC and Data Format should be Binary.
by nirdesh2
Mon Apr 13, 2009 11:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Error when loading data in Oracle Database in Upsert
Replies: 5
Views: 1379

Today I run the loading job in Sequential mode in stead of parellel mode and data was loaded sucessfully without any error. Is there any problem with parellel mode when using upsert mode?