Search found 376 matches

by jerome_rajan
Wed Oct 14, 2015 10:35 am
Forum: General
Topic: Tableau Data Extracts from DataStage
Replies: 1
Views: 1715

Tableau Data Extracts from DataStage

Is there a way to generate Tableau Data Extracts directly from DataStage. Informatica seems to have that capability
http://www.tableau.com/about/blog/2014/ ... tion-32815

Wondering if DataStage does. If not, what are our options?
by jerome_rajan
Wed Jul 29, 2015 11:16 pm
Forum: General
Topic: After Job Sub Routine Behaviour
Replies: 3
Views: 1880

Yep. My doubt stemmed from the behavior of the "after-sql" in the connectors which execute irrespective of whether or not the actual SQL has failed or succeeded and we have no choice there. :)
by jerome_rajan
Wed Jul 29, 2015 12:00 am
Forum: General
Topic: After Job Sub Routine Behaviour
Replies: 3
Views: 1880

Never mind. Found the solution right beneath the drop-down :D

Image
by jerome_rajan
Tue Jul 28, 2015 11:50 pm
Forum: General
Topic: After Job Sub Routine Behaviour
Replies: 3
Views: 1880

After Job Sub Routine Behaviour

Hi,
Does the After Job Sub-Routine execute irrespective of the status of the job? i.e. does it execute even if the job has aborted?
by jerome_rajan
Fri May 15, 2015 5:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Stage Dynamics
Replies: 6
Views: 3163

Thanks Mike! Exactly what I was looking for :D
by jerome_rajan
Wed May 13, 2015 12:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Stage Dynamics
Replies: 6
Views: 3163

We're working with parallel jobs. I'm sorry I didn't mention it before. My bad. The issue with sparse lookup is that the DB is hit for each row from the stream - meaning 60000 times for 60000 rows in the stream link. Though the volume on the reference link is definitely 100 times more, I think it ma...
by jerome_rajan
Tue May 12, 2015 1:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Stage Dynamics
Replies: 6
Views: 3163

Join Stage Dynamics

Hi, Scenario - The left link(stream) has 100 records with just 5 keys and the right link(reference) has around 10000 records with 50 keys. I'm looking to do an Inner Join. The data is key partitioned and sorted. Question 1 - Will DataStage bring in all 10000 records into the server? Or will it stop ...
by jerome_rajan
Thu Apr 23, 2015 10:18 pm
Forum: General
Topic: Extracting Email Attachments
Replies: 3
Views: 2830

Extracting Email Attachments

Is there a way by which we can have DataStage extract Excel attachments from email messages? This process is being done manually today. The Excel files are then read using the Unstructured Data stage.

Thank you
by jerome_rajan
Thu Mar 26, 2015 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel job reports failure (code 139)
Replies: 8
Views: 6236

Hi Ray, Not being impatient. Waited for a day and found that the post was getting lost in the archives. My apologies if I came across 'pushy'. :) I started breaking the job in parts to determine which stage is causing the issue. Problem is that the the error is so erratic, it occurs once in 3-4 days...
by jerome_rajan
Tue Mar 24, 2015 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel job reports failure (code 139)
Replies: 8
Views: 6236

parallel job reports failure (code 139)

Hi, I've searched extensively but none of the discussions seem to match my case. I keep getting "parallel job reports failure (code 139)" erratically. When I view the performance stats within the designer, the job shows all green though it actually aborted with the error. Here's a snapshot...
by jerome_rajan
Thu Jan 29, 2015 12:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update only job fails if no rows found to update
Replies: 3
Views: 4232

Surprised that you get this in DS9. Remember bumping into a similar issue with either the SP stage or the Oracle connector a year back on DS8. A fix pack solved the problem
by jerome_rajan
Thu Jan 29, 2015 12:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Some questions and clarifications
Replies: 9
Views: 4721

(1) Depends what is meant by "something". --I meant, is there a stage? I know that there is an aggregator but I have never heard of a sort aggregator. *Sort Aggregator probably refers to the aggregator method. On similar lines, there could be a hash aggregator (2) Yes. There is a differen...
by jerome_rajan
Fri Jan 23, 2015 6:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL statement ORA lookup
Replies: 2
Views: 3148

Try replacing ':1' with the ORCHESTRATE.firstcolname reference.
by jerome_rajan
Thu Jan 15, 2015 5:25 am
Forum: General
Topic: Change default port
Replies: 2
Views: 1384

Change default port

Hi,

Is there a way to change the default port from 31538 to 31539? If yes, how?
Thank you