Search found 42189 matches

by chulett
Mon Jan 03, 2005 9:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error on executing Shell script in After job subroutine
Replies: 6
Views: 1635

Consider your nit picked. :lol:
by chulett
Mon Jan 03, 2005 9:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: update statement
Replies: 1
Views: 768

The colon-number goodies are parameter markers. The number is the column number defined in the stage. So... :2 gets substituted with the value of the second column when the update runs.
by chulett
Mon Jan 03, 2005 8:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI has fetched truncated data
Replies: 3
Views: 1153

Search this forum for your entire message and you'll turn up several discussions on the topic. As Ken mentions, you've specified at least one of your fields as being 'too small' in the OCI stage metadata, and OCI had to 'truncate' it to bring it back. Now, this can be a field declared as a NUMBER in...
by chulett
Mon Jan 03, 2005 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduling of jobs every 2 minutes
Replies: 5
Views: 1299

Exactly! Write your own job control and have it do whatever you want. Another possibility: launch the job control job once and then, in a loop, run your polling job. Sleep for two minutes at the bottom of the loop. Lather, rinse, repeat.

Oh, and build some way out of the loop. :wink: Food for thought.
by chulett
Mon Jan 03, 2005 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error on executing Shell script in After job subroutine
Replies: 6
Views: 1635

Obviously the error is in the shell script. Possibly, but not necessarily. If you are running on HP/UX, then simply using the Korn shell in DataStage can cause a core dump on some versions. I've seen this in the past where they ran fine in Dev or Test but started core dumping on the Production serv...
by chulett
Sun Jan 02, 2005 10:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Filtering folder content according to file size,date....etc?
Replies: 10
Views: 2914

I got the the follwoin g similar results AccessTime : 32730 AccessDate : 13517 ModDate : 13517 ...etc Now, looking at above values , it does not make any sense! I do not know how to read , calculate and compare values!!! If you read the documentation on the STATUS command (which is in the Basic.pdf...
by chulett
Sun Jan 02, 2005 12:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UNIX sort on multiple keys
Replies: 8
Views: 2384

Kinda what I figured... but was hoping I was overlooking something to make the syntax a little easier to handle. Oh well. :cry:
by chulett
Fri Dec 31, 2004 8:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: is there any certification in AscentialDataStage
Replies: 3
Views: 785

There is a post on this topic in the FAQ Forum, which I'm sure a search would have turned up. :wink:
by chulett
Fri Dec 31, 2004 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Use Exception Handler in Job Sequences
Replies: 2
Views: 743

Plus it depends on which 7.x version you have. It's been around for awhile working a certain way but its functionality was 'enhanced' in the 7.5 release.

As Ray notes, it's all documented. Check it out, play with it in a job and then come back with more questions. :wink:
by chulett
Thu Dec 30, 2004 1:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling ENTER values from source data
Replies: 5
Views: 1687

Either way should work. If you are generating the flat file data yourself, then you have the option of removing the offending characters on the way down - then it's not an issue for the job reading the resulting file. If you're stuck with sequential file data with line terminators in data fields, th...
by chulett
Thu Dec 30, 2004 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Call Stored procedure in Oracle 8 OCI stage
Replies: 5
Views: 1972

No, you don't need to build an anonymous block to call the procedure, a simple 'call' statement is supposed to work. I don't make use of them but others have reported success here several times using that syntax. From what I recall, do it from the Custom SQL area, not the Before or After SQL tabs. T...
by chulett
Thu Dec 30, 2004 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: backup of DataStage project
Replies: 8
Views: 3589

ADN is the Ascential Developer Network and is here. It is Ascential's official version of a site like this one and registering gives you access to their File Library.

You'll find the file in question is called DataStageBackup.zip in the Product Application category.
by chulett
Wed Dec 29, 2004 9:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: backup of DataStage project
Replies: 8
Views: 3589

FWIW, I use it with a registered version of WinZip, which gives you access to WinZip's Command Line Interface. I hooked this into the backup script with the (off the top of my head) 'move' option in WinZip and so now instead of ending up with 15 exported projects taking up almost a Gig of disk space...
by chulett
Wed Dec 29, 2004 11:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing Job log
Replies: 12
Views: 4370

You quoted their requirements:

Sridhar G wrote:Can anybody give an idea on how to get the log for only the last run and not for the entire day.

Searching the forum will turn up lots of advice on this, including this post. :wink:
by chulett
Wed Dec 29, 2004 8:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer detected
Replies: 2
Views: 753

Usually, errors are 'detected' in your Transformers as they are the primary active stages in jobs. You'll need to post the actual error message before anyone can help you, however. You can also try resetting (not recompiling) the job after it fails and see if it puts anything in the log labelled as ...