Search found 17 matches

by vjonnala1516
Tue Apr 24, 2012 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Attempt to setIsNull() on the accessor interfacing to non-nu
Replies: 2
Views: 3070

Thanks Ray!! we are going with required changes in 8.x
by vjonnala1516
Tue Apr 24, 2012 12:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Attempt to setIsNull() on the accessor interfacing to non-nu
Replies: 2
Views: 3070

Attempt to setIsNull() on the accessor interfacing to non-nu

Hi, Recently we have migrated to 8.x version from 7.5 and one Parallel job got aborted with the following error message while extracting Data From DB2- Connector Stage and surprisingly it didnt thrown any error while Viewing the data from the stage itself. Fatal Error: Attempt to setIsNull() on the ...
by vjonnala1516
Tue Nov 24, 2009 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage SAP ABAP stage
Replies: 2
Views: 4207

Hi,

the posted info insufficient for the analysis, can u place some more info on abort message or logs.

thanks
by vjonnala1516
Sat Nov 14, 2009 7:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ETL job filter data base on date supply by database
Replies: 6
Views: 3427

just keep the filter/constraint in the base query itself.
by vjonnala1516
Sat Nov 14, 2009 7:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Stage load problem
Replies: 10
Views: 5023

hi, look like table got locked..please verify that..
by vjonnala1516
Sat Nov 14, 2009 7:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace SUB character in sequential file
Replies: 6
Views: 9418

hi ,

please use tr -d command in the sequential file stage..that could resolve the problem.. for the verification check the same command in unix using the following command.

tr -d '\r' <oldfile> newfile.

thanks..
by vjonnala1516
Wed Nov 11, 2009 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Return file from BAPI stage
Replies: 5
Views: 3828

Hi, while reading the return file use "tr -d" command on sequential file stage, for the confirmation just try the same on unix... you will get it done..
by vjonnala1516
Fri Jun 26, 2009 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SAP BAPI Posting
Replies: 1
Views: 1909

SAP BAPI Posting

Hi, We need to extract data from SAP through BAPI based on multiple import parameter values, how to pass these multiple parameter values in BAPI stage? we have tried out by passing the parameters through a file, but its not fetching any results, is there any specfic way to pass the parameter values....
by vjonnala1516
Fri Mar 20, 2009 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read excel file in csv format using sequential file?
Replies: 2
Views: 1573

Saving the file in CSV format--open the XLS file and Goto FILE tab and then select Save As and then change the SAVE AS TYPE from XLS to CSV.

Reading the CSV file: Just mention the delimeter as ","
by vjonnala1516
Fri Mar 20, 2009 5:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to login to Datastage
Replies: 6
Views: 2387

Sainath.Srinivasan,

I didnt have 7.X and I'm working on 8.0
by vjonnala1516
Fri Mar 20, 2009 4:47 am
Forum: General
Topic: activestage and passive stage
Replies: 2
Views: 1806

Stages which involves Trasformations then called Active stages which are not called passive stage.

Ex: Active-- Transformer, Filter, Sort
Passive-- Load and Extract stages
by vjonnala1516
Fri Mar 20, 2009 3:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to login to Datastage
Replies: 6
Views: 2387

Earlier I have used only name, but just now i cheched out with both name and IP, both were working.
by vjonnala1516
Tue Feb 17, 2009 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Standardization Stage
Replies: 1
Views: 1455

Standardization Stage

Why do we need to mention Literal in Standardization stage, eventhough that we are working against specific rulesets?
by vjonnala1516
Fri Feb 13, 2009 11:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hashing Issue
Replies: 6
Views: 2168

Join: Sort and hashed the data on the join keys, if you are using the same key for the next level of joining then use SAME else clear the partion and resort the data on new join keys
by vjonnala1516
Thu Feb 12, 2009 3:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MAx of two negative decimal
Replies: 6
Views: 2432

It has to work, check the data just before the comparision.