Search found 92 matches

by harshada
Wed Feb 01, 2012 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nullable Key Column
Replies: 3
Views: 2461

Thanks. I expected the same. But now the job is aborting with error Using "null" conversion with non-nullable input APT_CombinedOperatorController(0),0: Null handling function called on a not nullable field. for the only column which is key and nullable is Yes and not for the rest of the k...
by harshada
Wed Feb 01, 2012 3:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nullable Key Column
Replies: 3
Views: 2461

Nullable Key Column

Can a key column be nullable (nullable =yes). In one of the jobs I can see this. More than one columns are key columns and out of those all are nullable =No, except one column, still the job is running fine. Want to understand how this is working. Also, can we apply a if 'isnull' function on the key...
by harshada
Tue Nov 29, 2011 4:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BCP In using Datastage
Replies: 1
Views: 1387

One way can be to write a script and call it in a job, is there any other way of doing this.
by harshada
Tue Nov 29, 2011 4:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BCP In using Datastage
Replies: 1
Views: 1387

BCP In using Datastage

Is it possible to do 'bcp out' which is similar to select *... from a sybase table to get its extract into a sequential file using any of the stages.

There is a BCP load stage for 'bcp in'.. but could not find anything similar for 'bcp in'.
by harshada
Tue Nov 15, 2011 12:40 am
Forum: General
Topic: Search inside a Stage
Replies: 3
Views: 1929

Ray,

So if this stored proc is not mentioned in description is there no other way to find the jobs using this stored proc?

Is there anything available as 'grep' in unix which is powerful enough to search for any string inside the jobs? What does DataStage offer if we need to do this kind of a search
by harshada
Mon Nov 14, 2011 6:48 am
Forum: General
Topic: Search inside a Stage
Replies: 3
Views: 1929

Search inside a Stage

I have ODBC stages (both server and parallel jobs) and there are stored procedures being called in them. I want to use the search facility to find for a stored procedure used in these ODBC stages. The quick find or advanced search (if all types are selected) does not search and give the job/stage if...
by harshada
Tue Nov 01, 2011 3:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot view Parallel Routine Code
Replies: 1
Views: 1304

Cannot view Parallel Routine Code

There is a parallel routine (external function) which is a external C routine being called in a parallel transformer. I want to view its code. When I try to go to that routine and check the code behind it, I can see only 3 tabs- General, Creator and Arguments. Where can I see the code for this exter...
by harshada
Thu Sep 22, 2011 4:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After Job Subroutine executing before the job completes
Replies: 3
Views: 2167

Yes Ray, no one is viewing the file. We are also planning to introduce a sleep and try out. This issue is facing only in prod and not able to replicate in any other environment. Another thing observed that this job has inter process buffering enabled as it uses a link collector stage and its a requi...
by harshada
Wed Sep 21, 2011 4:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After Job Subroutine executing before the job completes
Replies: 3
Views: 2167

After Job Subroutine executing before the job completes

Hello, We are facing an issue where in after job subroutine script is getting executed before job completion. The job creates a header, detail and trailer and there is a DOS script called in after job subroutine to concat all three. There has been 2-3 instances when the file only contained Header an...
by harshada
Thu Sep 15, 2011 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Stage behaviour
Replies: 4
Views: 2275

Its a Server job
by harshada
Thu Sep 15, 2011 2:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Stage behaviour
Replies: 4
Views: 2275

ODBC Stage behaviour

This is not a query but wanted to share something which I was unaware of. One of my jobs use ODBC stage to connect to Sybase db. Here the table definition has been imported from prod environment database. But the Datasource name, user pwd which are required to be mentioned in the 'Stage' tab of ODBC...
by harshada
Tue Sep 06, 2011 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Process meta data not available in database
Replies: 1
Views: 2480

Process meta data not available in database

Hi, My job has a ODBC stage which calls a Sybase stored procedure. The output from this stage is 0 records and it gives the message ' Process meta data not available in database'. When the same procedure is executed in the database, it does return some number of rows. I saw a post related to this: h...
by harshada
Wed Aug 17, 2011 1:46 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Cross Domain Discrepency Report
Replies: 2
Views: 2264

Raised a PMR with IBM.. will update when I get some news.
by harshada
Tue Aug 09, 2011 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter Set - Values not getting refreshed after modifying
Replies: 2
Views: 2376

Would that be a 'solution'?

Anyways will try it.
by harshada
Tue Aug 09, 2011 1:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter Set - Values not getting refreshed after modifying
Replies: 2
Views: 2376

Parameter Set - Values not getting refreshed after modifying

I have created a parameter set and added it to some of my jobs. Now I updated that parameter set with some default values. My query is; will the same be reflected in the jobs where this parameter set is already used without compiling the job again? As I have not modified any parameters, but only add...