Search found 44 matches

by pkomalla
Wed Jun 14, 2006 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Query in ODBC stage
Replies: 4
Views: 1429

Query in ODBC stage

Hi all, I am using ODBC stage to extract data from oracle for lookup. Here In user-generated query, I wrote a query ... Select column a. column b, new coulmn where (coulmn c=?) union all Select column a. column b, new coulmn where (coulmn d=?); Iam getting an error : [datastage][SQLClient][ODBC][Dat...
by pkomalla
Mon Jun 12, 2006 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error writing a hash file
Replies: 4
Views: 1487

Link: link_name, 0 rows, last error=2006-06-12 08:50:36\job_name..hashfile_name.link_name: WriteHash() - Write failed for record id 'XXXXX'

This is the error format for each record.
by pkomalla
Mon Jun 12, 2006 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error writing a hash file
Replies: 4
Views: 1487

error writing a hash file

While running a job which creates a hash file of data in a oracle table, listener was down.When I restarted the job after solving the problem, I got warning saying write error for each record.

But the job was running fine earlier.

Can anyone help me

thanks
by pkomalla
Wed May 31, 2006 12:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: call routine from unix
Replies: 3
Views: 1120

call routine from unix

Hi all,

Anyone can tell me, how to run a datastage routine from unix shell script

Thanks
by pkomalla
Thu May 04, 2006 1:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: write data to universe
Replies: 2
Views: 1093

write data to universe

Can anyone tell me of how to write data to a file in universe database using a hash file

Thanks
by pkomalla
Thu May 04, 2006 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: performance improving while fetching data from oracle stage
Replies: 4
Views: 1649

You can also use a hash file.

Load required columns from the oracle table into hash file.Enable preload memory option in hash file which helps in performance.

As the number of rows is 130,000 using hash file is not a big problem.
by pkomalla
Thu May 04, 2006 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Attempt to convert String value
Replies: 8
Views: 3650

You can use the following derviation in the transformer

TIMESTAMP(Iconv(date column,"D DMY[,A3,2]"))

It works....

TIMESTAMP is in DS Transforms/built-in/date
by pkomalla
Thu Apr 27, 2006 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join 2 tables on a key without using lookup
Replies: 12
Views: 2957

You can use the database stage as reference link with where clause in select statement. Or if you want to do aggregations in the reference stage u need to use groupby and having clauses.
by pkomalla
Thu Apr 27, 2006 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row by row processing in datastage
Replies: 14
Views: 8769

I think u need to use loop condition while running those jobs using a shell script. In that, run the first job and then for each row of the output file run run the second job.

kumar
by pkomalla
Wed Apr 26, 2006 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error reading data from universe
Replies: 1
Views: 646

error reading data from universe

Hi All, Iam running a job which extracts data using a hash file from universe database(data is in different partitions) to load into a sequential file. In hash file after giving details of the partition, columns, When I entered key column value in Selection tab for extracting a specified single row,...
by pkomalla
Wed Apr 26, 2006 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error reading data from universe
Replies: 3
Views: 962

error reading data from universe

Hi All, Iam running a job which extracts data using a hash file from universe database(data is in different partitions) to load into a sequential file. In hash file after giving details of the partition, columns, When I entered key column value in Selection tab for extracting a specified single row,...
by pkomalla
Tue Apr 25, 2006 12:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to open a hash file
Replies: 7
Views: 1618

Same error is shown while trying to view data....

And one more, Job is running even after I stopped it from director.

I tried using compile option in designer ..

In director their is an option called clean up resources which helps to kill a job. But I couldn't understand the procedure of it.
by pkomalla
Tue Apr 25, 2006 12:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to open a hash file
Replies: 7
Views: 1618

creating in the same job

I am creating the file in the same job.........

It worked fine last day before i reset the job........

But The job is reset. it shows the error

DSD.UVOpen Unable to open file

I even tried by deleting the files which are created and started from first ..But no use....
by pkomalla
Tue Apr 25, 2006 12:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to open a hash file
Replies: 7
Views: 1618

unable to open a hash file

I am running a job which loads 5 hash files from a single oracle table. Job is aborted. Reason I found in director is 'it couldn't open hash file'. The path I gave is correct. The same thing is happening in another job where iam loading a hash file from a sequential file. Here it is unable to open s...