Search found 16 matches

by h4harry1
Sat Sep 28, 2013 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Job "ABORTED" because of Deadlock issue
Replies: 2
Views: 1683

Thanks for replying back.

Stage type :- Oracle Enterprise
Stage Settings :-
--------------------
Lookup Type-- Normal
Read method -- Table
Table-- "Table Name"

dboption Mode-- Auto Generated

Thanks
by h4harry1
Fri Sep 27, 2013 8:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Job "ABORTED" because of Deadlock issue
Replies: 2
Views: 1683

DataStage Job "ABORTED" because of Deadlock issue

DataStage -- 8.1 Database -- Oracle 10g OS -- Unix I have a DataStage job (FCT) which is doing a lookup based on two keys columns to the DIM table. This job ABORTED with the following error message. ------------------------------ "main_program: (aptoci.C:483). Message: ORA-04020: deadlock detec...
by h4harry1
Tue Mar 20, 2012 7:11 pm
Forum: General
Topic: using dsjob command with credential file
Replies: 6
Views: 3983

Hi, Thanks for all the replies...

I solved this as follow:

credentials file contents :-

mac100:9080,MAC100,dsuser,dspwd

i.e, domain,server,user,password

and used the following command

dsjob -file credentials.txt mac100:9080 MAC100 -ljobs MY_PROJECT

Thanks again for your help
by h4harry1
Tue Mar 20, 2012 3:40 pm
Forum: General
Topic: using dsjob command with credential file
Replies: 6
Views: 3983

Thanks for your reply. I tried file but it's still the same issue . I even used ; to terminate every line in credential file. Please advice .
by h4harry1
Tue Mar 20, 2012 12:13 am
Forum: General
Topic: using dsjob command with credential file
Replies: 6
Views: 3983

using dsjob command with credential file

Hi All, Environment -- Windows Server, Datastage 8.01 I am trying to use dsjob command using text file which contains the username, password and server details. But its not working and produces the error "invalid/unknown primary command switch" , with status code = -9999 DSJE_DSJOB_ERROR. ...
by h4harry1
Tue Jun 21, 2011 8:46 pm
Forum: General
Topic: Reading file names
Replies: 4
Views: 1932

Datastage

Thanks for your reply. Let me clear my problem again. Have some files like 01012011abc.txt, 02012011abc.txt, 03012011abc.txt, 04012011abc.txt and these files keep on increasing on daily bases. I Have a job which extracts the data from these files and put in a table. Let say my first file have 5 reco...
by h4harry1
Tue Jun 21, 2011 5:26 am
Forum: General
Topic: Reading file names
Replies: 4
Views: 1932

Reading file names

Hi All, I have a list of files in unix. All the file names are in the format "somedate+abc.txt". eg 12062011abc.txt, 13062011abc.txt, 14062011abc.txt and so on. I want to design a datastage job which will read these file NAMES and put the names (NOT CONTENTS) in a oracle table OR a comma s...
by h4harry1
Wed Apr 20, 2011 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR Reading source csv file
Replies: 3
Views: 3455

My source file is very huge contains nearly 50000 records with around 100 Columns. If i give only 500 records in the source file then the job runs fine. So something causing problem when i use complete file.

Any help ?
by h4harry1
Wed Apr 20, 2011 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR Reading source csv file
Replies: 3
Views: 3455

ERROR Reading source csv file

I m trying to read a huge CSV file. Got following error. Any help how to fix this. Please suggest what settings i need to change. ##E IIS-DSEE-TOIX-00158 23:00:10(000) <Sequential_File_Read,0> Error reading on import. >##E IIS-DSEE-TFRS-00061 23:00:10(001) <Sequential_File_Read,0> Consumed more than...
by h4harry1
Wed Apr 20, 2011 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Flat file (CSV)
Replies: 13
Views: 8608

blewip wrote:This has to be fixed in the input file.

Possibly use a different delimiter.

DataStage cannot guess which is the delemiter and which is data.
Any other suggestion plz. I m not allowed to change source file at all.
Thanks
by h4harry1
Wed Apr 20, 2011 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Flat file (CSV)
Replies: 13
Views: 8608

Is the <non-delimiter> comma always present in the column, or just sometimes? If always present, one workaround is to just adjust the schema to import that column as two columns and then concatenate them later in a transformer. If no always present, read the entire record as a single column (sugges...
by h4harry1
Wed Apr 20, 2011 4:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Flat file (CSV)
Replies: 13
Views: 8608

ray.wurlod wrote:Are the character strings quoted? ...
Thanks for reply...

NO .... Not Quoted...
by h4harry1
Tue Apr 19, 2011 6:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Flat file (CSV)
Replies: 13
Views: 8608

Reading Flat file (CSV)

Hi All,
I have a Flat file with comma as delimiter in the columns. I am reading data from this file using sequential file stage (Delimiter Comma). But the only problem is one of the column value includes comma in it. Don't know how to handle this. Any Help.
Thanks in advance.
by h4harry1
Wed Mar 23, 2011 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can't read all records of .csv file
Replies: 4
Views: 10915

Thanks for the reply...... It is excel sheet, data is entered in cells, some of the cell values are empty...but can't see any issue with the delimiters. Moreover it reads first fifteen records perfectly and ignore rest of the data with warning. The excel file format looks same from the first record ...
by h4harry1
Tue Mar 22, 2011 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can't read date column from excel sheet
Replies: 5
Views: 2474

can't read date column from excel sheet

Hi All, I have an excel sheet, in this sheet i have a date column, i am trying to fetch the data from this sheet and storing this is db2 database. I have a problem in this , some of the dates in excel sheet are:- 1. written as 0 2. written in the format as mm/dd/yyyy. 3. written in the format m/dd/y...