Search found 45 matches

by rajendharreddy
Tue Feb 03, 2009 1:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is it possible to connect to UNIX box from windows Datastage
Replies: 7
Views: 1931

Hi, I will make it clear. We need to load data through Datastage(Installed on Windows) to DB2 DB (Installed on LINUX server). We know that we cann't connect directly to LINUX server from Datastage server installed on windows. Is it possible to to connect LINUX server through Datastage? Is there a wo...
by rajendharreddy
Mon Feb 02, 2009 10:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is it possible to connect to UNIX box from windows Datastage
Replies: 7
Views: 1931

Is it possible to connect to UNIX box from windows Datastage

Hi,

We are working on Datastage windows server. We have an requirement that we need to connect to UNIX server from Datastage sever installed on windows .

We need a work around to connect UNIX server from Datastage windows server?

Please let us know.

Thanks..
by rajendharreddy
Thu Jan 22, 2009 3:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ds_loadlibrary: Win32 error in LoadLibrary of oraoci9.dll
Replies: 2
Views: 4127

ds_loadlibrary: Win32 error in LoadLibrary of oraoci9.dll

Hi,

When I am trying to load the data I am getting "ds_loadlibrary: Win32 error in LoadLibrary of oraoci9.dll - The specified module could not be found." error.

Can anybody let me know what could be the issue?

Thanks..
by rajendharreddy
Tue Jan 20, 2009 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Bulk Load Performance
Replies: 2
Views: 871

DB2 Bulk Load Performance

Hi,

We are loading data from windows to LINUX server. Currently it is going 9000 rows/sec. To load all data(230 M) it is taking ~8hrs. Is there a way to improve performance by tweaking the parameters in DB2 bulk load.

Note that target database is partitioned.

Can anybody help me on this?

Thanks..
by rajendharreddy
Tue Jan 20, 2009 12:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Bulk Load Error
Replies: 1
Views: 1170

DB2 Bulk Load Error

Hi, We are loading data from windows to LINUX server. Data Stage resides on windows server and DB2 database resides on LINUX server. DB2 is also cataloged in windows server. SeqFile to DB2 (bulk load) I have selected following option in DB2 bulk loader to load to client server. Load from client : YE...
by rajendharreddy
Tue Dec 30, 2008 1:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to assign next value to the current record
Replies: 2
Views: 1680

how to assign next value to the current record

Hi, I need help on the following requirement. I have input in the following format. Input ----- A|B a|5 b|8 c|17 d|35 I need the output in the following format. I need to load B column data into new column (i.e. C) and push one row above. Output ------- A|B|C a|5|8 b|8|17 c|17|35 d|35| I know we can...
by rajendharreddy
Wed Oct 08, 2008 2:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call excel macro
Replies: 4
Views: 1582

Thanks for the suggession. I can read data from excel, but how to execute macro which is being called in excel.

Can anybody help me on this?

Thanks
by rajendharreddy
Tue Oct 07, 2008 10:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call excel macro
Replies: 4
Views: 1582

How to call excel macro

Hi, I have data in excel. I can convert the data into CSV format and read the data from DS Job. A macro is being called in the excel. When DS job runs, excel macro should execute along with the job on the data and write the data to output (text) file. Can anybody let me know how to call an excel mac...
by rajendharreddy
Tue Jul 15, 2008 12:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while running a schedule job
Replies: 2
Views: 1317

Error while running a schedule job

Hi,

I have scheduled a job. When I run the job alone it is running without any errors.

But, when I schedule the same job and while running it is throwing following error.

"DSD.SEQOpen Failed to open DirPath\Filename.txt"

Could any one help me on this?

Thanks.
by rajendharreddy
Wed Jul 09, 2008 12:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Load to XML output
Replies: 4
Views: 1589

Data Load to XML output

Hi,

We are reading data from an text file and load data to an XML output using XML output stage. The job is running successfully but, data is not getting generated to output file.

Source file --> Transformer --> XML output

Could anybody suggest the solution?

Thanks.
by rajendharreddy
Mon Jul 07, 2008 6:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compare of 2 values
Replies: 5
Views: 2205

Simple could be, in constraint check for Right(column_name,4)=0000, then reject the rows.
by rajendharreddy
Mon Jul 07, 2008 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Appending the spaces with Zero
Replies: 6
Views: 2326

Create a routine with the following code. Call the routine in wherever required. if Len(In.InputColumnName) = 2 Then Ans = In.InputColumnName:'000' else if Len(In.InputColumnName) = 3 Then Ans = In.InputColumnName:'00' else if Len(In.InputColumnName) = 4 Then Ans = In.InputColumnName:'0': else Ans =...
by rajendharreddy
Thu Feb 28, 2008 3:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Update DSParams value
Replies: 1
Views: 983

How to Update DSParams value

Hi,

I have defined set of environment variables in DS Adiministrator. For one of the variable I want to update the value. I am aware how to update manually for all the variables. But how to update automatically?

Is there a UV command to update a variable?

Can any body help me on this?

Thanks.
by rajendharreddy
Tue Feb 05, 2008 9:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: help on REINDEX
Replies: 2
Views: 1062

help on REINDEX

Hi,

I would like to know more information about REINDEX like

1. how frequently we can REINDEX on the whole project.
2. can we REINDEX if a hash file is corrupted.

I did a search on the forum but didn't much information.

Can anyone help me on this?

Thanks.
by rajendharreddy
Tue Jan 22, 2008 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to run SELECT from command line
Replies: 8
Views: 3452

Output is as follows

Job name.............

product_seq
time_seq


Job name............


geography_seq
personicx_seq


Job name...........