Search found 42189 matches
- 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
- Mon Jan 03, 2005 9:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: update statement
- Replies: 1
- Views: 768
- 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...
- 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
- 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...
- 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...
- 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
- 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. 
- 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
- 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...
- 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...
- 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.
You'll find the file in question is called DataStageBackup.zip in the Product Application category.
- 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...
- 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:
Searching the forum will turn up lots of advice on this, including this post.
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.
- 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 ...