Search found 430 matches

by Kirtikumar
Mon Oct 27, 2008 12:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running ls command from Routine - fails
Replies: 1
Views: 1012

Running ls command from Routine - fails

We have a polling process that reads the files from a dir /project/inputfeeds. The filename would be like Src_Dst_1000_200808.csv (1000 is a increamental no. and ca go up to 1250). We have used a routine in polling process that fires a ls command with pattern Src_Dst_*_*.csv and gives back the filen...
by Kirtikumar
Thu May 15, 2008 1:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to wite the log to a file
Replies: 4
Views: 2891

In basic help PDF 'basic.pdf', there lot of functions for this. You would have to use set of these to get the log in file.

Complexity depends on the format and details to which you need the logs. Search for some of these functions and you might get some of the code which can be reused.
by Kirtikumar
Thu May 15, 2008 1:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Joiner condition
Replies: 3
Views: 1636

If you search on 'range lookup' you will get many posts and options available to implement this.
by Kirtikumar
Thu May 15, 2008 12:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Saving XML Table definition
Replies: 1
Views: 1110

Search for "Error calling subroutine" and am sure you will get many posts on this.

As per my understanding this is problem with DS project indexes, which gets fixed when you do reindexing.

But search first.
by Kirtikumar
Thu May 15, 2008 12:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing sql as parameter
Replies: 4
Views: 1460

Rather than going for IN clause and a parameterized approach there might be a simple approach to deal with this.

Is you table going to be constant in the SELECT stmt? If yes, you can go for something else in this case.
by Kirtikumar
Wed Mar 19, 2008 11:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot stage - Parallel mode
Replies: 2
Views: 1783

Pivot stage - Parallel mode

Hi, I ready many thread on the pivot stage in parallel and the performance issue. I created one temp job and tested it in parallel mode and seq mode. As expected the PX performance was better. In PX mode, I kept the partitioning to auto. Many of the threads mentioned that the pivot stage needs hash ...
by Kirtikumar
Thu Dec 27, 2007 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job aborted because of heap size
Replies: 8
Views: 4361

Arnd, just wondering - can DS have any problem due to the 32 bit limits when we do this change?

Our DS Admins say that to go beyond 2 GB might have problem with other settings due to 32 bit probs. could there be any such problem?
by Kirtikumar
Fri Dec 21, 2007 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap Allocation failed
Replies: 4
Views: 1866

We checked the limit for the $USER and it is unlmited for all. Still ulimit when run from DS jobs, is returning a limit of data segment?

Is there any DSENV parameter that needs to be changed so this limit changes?

Any thoughts?
by Kirtikumar
Fri Dec 21, 2007 5:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap Allocation failed
Replies: 4
Views: 1866

After doing one more scan of the posts under this category, I saw one more post from Ray which said check the limits for $USER env variable. In prod I do not have rights to log on as another user. But then I added command "whoami; ulimit -a" and it returned following: *** Output from comma...
by Kirtikumar
Wed Dec 19, 2007 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap Allocation failed
Replies: 4
Views: 1866

I also checked memory on Unix box. The real memory is completely used for the whole day, but virtual usage is just 10% for all the time.

Memory on windows box where SQL server is installed - real memory utilised avgly 95%, virtual is usage is 30%.
by Kirtikumar
Wed Dec 19, 2007 5:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap Allocation failed
Replies: 4
Views: 1866

Heap Allocation failed

Hi, One the jobs in production is failing with error : APT_CombinedOperatorController,1: Fatal Error: Throwing exception: APT_BadAlloc: Heap allocation failed. The job is simple: DataSet to ODBC without any stage in between. There is no repartioning done by us. It is set to Auto. I searched on DSX a...
by Kirtikumar
Fri Nov 30, 2007 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To spilt the year to Months
Replies: 4
Views: 1780

If I understand correctly what you want to do is - generate the missing months in the coming data with the no. that was assoicate with prev month in the input data. I am not sure if u can do it in a job as there is no utility to generate rows in DS. But yes, you can do it in basic routines and write...
by Kirtikumar
Mon Oct 29, 2007 5:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC - Delete failed with SET option error
Replies: 3
Views: 2854

Actually first I tried deleting all the data without the where clause and it was failing.
So I added where clause. Though the value looks numeric, in table the column datatype is VC.
by Kirtikumar
Mon Oct 29, 2007 5:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Error - Array size change results in supression of it
Replies: 13
Views: 3997

Guys thanks for all the help. DSX is like a breath for people like me.
by Kirtikumar
Fri Oct 26, 2007 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC - Delete failed with SET option error
Replies: 3
Views: 2854

ODBC - Delete failed with SET option error

Hi I am trying to delete the data from a SQL server 2005 table. I am using DS server job with ODBC driver for it. For all the tables the DELETE stataments are working fine except for one table and its throwing following error. djsClearRFCore..tblRFCore.lnkClearRFCore: DSD.BCIOpenW call to SQLPrepare...