Search found 38 matches

by mdtauseefhussain
Thu Apr 09, 2009 12:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with reading csv file
Replies: 2
Views: 1521

Issue with reading csv file

HI All I have csv file containing the data like this Electrical Equipment,ElecEquip "Engineering, Machinery & Equipment",Engineerin Entertainment & Broadcasting,Entertain The first and third record are fine,The issue with secod records as it has comma enclosed with in inverted comm...
by mdtauseefhussain
Wed Nov 19, 2008 5:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sever Job: Not able to read (') in data
Replies: 10
Views: 4720

Just try changing NLS in the file to none
by mdtauseefhussain
Wed Oct 29, 2008 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error with Enviornment variables
Replies: 1
Views: 1293

Error with Enviornment variables

HI All We are using 7.5 version of Datastage Server Edition. In datastage Administrator we set the Enviornment variables as Name Type Prompt Value SAP_DATABASE_PAR String SAP Database AAA SAP_USERNAME_PAR String SAP Username BBB SAP_PASSWORD_PAR Encrypted SAP Password **** and we used these variable...
by mdtauseefhussain
Wed Oct 29, 2008 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with Enviornment variables
Replies: 3
Views: 1596

If you see the Director log

SAP_Database_Par=
SAP_Password_Par=LL:@1;V@N93L0O4I<;JM3KIFB<>MM0
SAP_Username_Par=

You cans see the balnk instead of default vaues
The Error " User Id is a required stage property".
by mdtauseefhussain
Wed Oct 29, 2008 5:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with Enviornment variables
Replies: 3
Views: 1596

I changed the values in Datastage Administrator
by mdtauseefhussain
Wed Oct 29, 2008 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with Enviornment variables
Replies: 3
Views: 1596

Error with Enviornment variables

HI All We are using 7.5 version of Datastage Server Edition. In datastage Administrator we set the Enviornment variables as Name Type Prompt Value SAP_DATABASE_PAR String SAP Database AAA SAP_USERNAME_PAR String SAP Username BBB SAP_PASSWORD_PAR Encrypted SAP Password **** and we used these variable...
by mdtauseefhussain
Tue Jun 17, 2008 4:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI Direct lookup
Replies: 1
Views: 1079

OCI Direct lookup

HI All Iam trying to improve the performance if existing ,In the job there are few direct OCI lookups like this . SELECT PLT_FROM, PLT_TO, PLC_ID, PLC_DESC FROM STA_PROD_HIER_3 WHERE PLT_FROM<=:1 AND PLT_TO>=:2 If i remove and do Hash file lookup iam not getting the results as desired. Could anyone ...
by mdtauseefhussain
Thu Oct 11, 2007 1:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Updating a end date timestamp
Replies: 2
Views: 1469

Updating a end date timestamp

Hi All, I have sequence of jobs which takes current date as ap parameted to run. and once those sequence of jobs complete i need to updated the end datetimestamp ,i tried using a shaned container which will pass sysdate and time from dual and updated the table ,but when the job completes i can see t...
by mdtauseefhussain
Thu May 17, 2007 11:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with Splitting of file
Replies: 6
Views: 2750

The file which is causing the issue contains 700000 records..
by mdtauseefhussain
Thu May 17, 2007 5:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with Splitting of file
Replies: 6
Views: 2750

But what is the issue with the existing script ,it work fine when the file is is smaall,its is throwing this issue only whenthe file is big..
by mdtauseefhussain
Thu May 17, 2007 4:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with Splitting of file
Replies: 6
Views: 2750

Issue with Splitting of file

HI! All Iam running this script for splitting the file in command stage ,attacth a timesatmp to it and then conver it to .tmp extension cd /home/staff/thussain Prefix=Z_PRICE_NEW_`date "+%Y%m%d%H%M%S"` split -3000 -a 5 /home/staff/thussain/Z_PRICE_NEW.txt $Prefix find . -name "$Prefix...
by mdtauseefhussain
Wed Jan 24, 2007 4:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error writing in to hash file
Replies: 2
Views: 1388

Error writing in to hash file

HI! All My Source is Oracle table ,iam writing in to Hash file the source data ,when i run this job individually its working fine. when iam triying to run parallely with other jobs the job is throwing this warning "EdwLongLangDescriptionsJob..HF_GPWDescriptions.IDENT1: ORA-01410: invalid ROWID&...
by mdtauseefhussain
Tue Jan 09, 2007 1:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with aggregator Stage
Replies: 3
Views: 1893

Selecting the maximum records and group by on two key fields are types of aggregation we are doing .
by mdtauseefhussain
Tue Jan 09, 2007 12:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with aggregator Stage
Replies: 3
Views: 1893

Problem with aggregator Stage

HI! All Iam facing a problem with aggregator stage in my job,Ian selecting a records from source and doing a group by with two key fileds and aggrergatting with max() function with the rest of the fields. The JOb is working fine when the record count is below 8 lakhs ,if the records count is more th...
by mdtauseefhussain
Sat Oct 07, 2006 3:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ecxecuting Shell Script in Datastage Jop properties
Replies: 8
Views: 4746

Ecxecuting Shell Script in Datastage Jop properties

HI! All I have a shell script Sample.sh,when i try to put this script in Exec Sh option in Job properties iam getting an error "cannot find Sample.sh the script is working fine when i run from the particuar folder where the script resid i tried to execute the script this way home/staff/thussain...