Search found 6797 matches

by DSguru2B
Thu Dec 28, 2006 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of DataStage
Replies: 7
Views: 1673

Officially, server jobs do not support BLOB data type. You may have been lucky up to now in that your BLOBs have been small enough, and now you've encountered one that's too large. Try explaining that to your 'Boss'. That was just a suggestion as it fixed the problem. But guess Ray hit the bull's e...
by DSguru2B
Thu Dec 28, 2006 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The specified field does not exist in the view adapted schem
Replies: 7
Views: 5538

Need more info on the job design and as Ray requested the entire error message, with surrounding warning messages too, for any of us to provide help.
by DSguru2B
Thu Dec 28, 2006 8:19 am
Forum: General
Topic: How to pass value to job status
Replies: 1
Views: 1062

Read that value and store it somewhere, maybe in a user status. Parameterize your job and pass the userstatus from the previous job to your current job. I hope thats what your asking, if not, then please be a little bit more clear on your requirement.
by DSguru2B
Thu Dec 28, 2006 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RunDate & Time as "Target Table Name"
Replies: 4
Views: 1208

You need one job that builds a text file, say 'queryDate.txt' that contains the very first date. Say the very first record is dated 1997-01-01. This date will be present in the 'queryDate.txt'. The second job will be your main job that does the select from the oracle table and does as you developed ...
by DSguru2B
Wed Dec 27, 2006 10:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding subroutine DSSENDMAIL
Replies: 8
Views: 1709

Did you try not giving anything. Its the same server as your outlook server. Get more details from your system admin.
Well both the approaches will achieve what you require. You have more flexibility in a sequence job by using notification activity. You can attach the job report etc.
by DSguru2B
Wed Dec 27, 2006 9:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Comparing columns
Replies: 5
Views: 1636

I edited my previous post and wrote a routine. See if that works. Was just getting bored so sat down to write it out.
by DSguru2B
Wed Dec 27, 2006 9:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of DataStage
Replies: 7
Views: 1673

In one of the results roy got the same error. All he did was re-compile the job and that took care of it. Try that.
by DSguru2B
Wed Dec 27, 2006 9:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Simulating restartability
Replies: 13
Views: 3167

You can choose ExecSH in the after job subroutine and pass nothing. Set the warning limit to 1. This way the job will create a warning and the job will abort. When your done testing clear the after job subroutine.
by DSguru2B
Wed Dec 27, 2006 9:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Comparing columns
Replies: 5
Views: 1636

You can probably write a basic routine. Do a character by character comparison. If they match store it in one variable and if it does not, store it in another. Get the size of both these variables and mainpulate the percentage to get the percentage of match and return the appropriate value. FUNCTION...
by DSguru2B
Wed Dec 27, 2006 5:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding DSRUNJOB JOBCONTROL SUBROUTINE
Replies: 22
Views: 6430

Well thats good but at times, you just cross the bridge when you come to it. DSRunJob() is a function and used in jobcontrol when you have to control the complete process. UtilityRunJob() is a utility provided by DataStage which runs the job and can be invoked inside the transformer. But it will be ...
by DSguru2B
Wed Dec 27, 2006 5:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding aggregator stage
Replies: 10
Views: 2337

Yea, even i didnt quite get the question.
by DSguru2B
Wed Dec 27, 2006 4:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of DataStage
Replies: 7
Views: 1673

Search is your friend. Do an exact search on "Layer type is BASIC run machine"
by DSguru2B
Wed Dec 27, 2006 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can DataStage call Oracle APIs?
Replies: 7
Views: 2463

Using Stored procedure Stage.
by DSguru2B
Wed Dec 27, 2006 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dos to unix on Linux environment
Replies: 18
Views: 5914

chulett wrote:And who would you be?

This is funny. DSXchange seems haunted now. One person asks a question and some one else replies in confirmation.
by DSguru2B
Wed Dec 27, 2006 2:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding DSRUNJOB JOBCONTROL SUBROUTINE
Replies: 22
Views: 6430

You got it wrong again. Take a deep breath, close your eyes for 10 seconds and then read the following. - It is not possible to add job control code of the same job that you are working on in its job properties. When you go to Job properties, to the Job Control tab. You will see a drop down option. ...