Search found 42189 matches

by chulett
Wed Sep 17, 2008 9:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI Date Conversion failed
Replies: 4
Views: 4870

DATE fields in Oracle are timestamps. I use them with a datatype of Timestamp without issue and actually prefer to always include the time portion of the DATE field even when it "doesn't have one".

Did you actually try it? What issues did you have?
by chulett
Wed Sep 17, 2008 9:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to open DB2 Bulk load stage in DS Designer
Replies: 8
Views: 2085

Who knows? Does this just happen to you or everyone? If just you then try uninstalling and then reinstalling the client software on your pc.
by chulett
Wed Sep 17, 2008 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSAttachJob
Replies: 2
Views: 2723

Of course you can attach to an aborted job, and the code you posted does just that and nothing more. You'd need to take an extra step to reset an aborted job before attempting to run it and it sounds like you're not doing that. As noted in other replies to you, you can use the DSPrepareJob function ...
by chulett
Wed Sep 17, 2008 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage
Replies: 6
Views: 3196

:idea: This is going nowhere. Start over. State the problem you are trying to solve. Include an example of your input data and what you think your output needs to be.
by chulett
Wed Sep 17, 2008 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle stage
Replies: 3
Views: 1294

The job must abort for any rollback to happen. You need to make sure this happens by setting a very low warning threshold, a reject link set to abort after 1 record, using the 'treat warning as fatal' option in the OCI stage, etc etc.
by chulett
Wed Sep 17, 2008 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobcontrol Reset Failure
Replies: 4
Views: 1616

:!: If your problem is solved, then please mark the post as Resolved using the big button at the top of the screen.
by chulett
Wed Sep 17, 2008 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File creation taking long time
Replies: 1
Views: 854

This can turn into a large conversation, but you need to precreate the hashed file with an appropriate size for the volume by setting the Minimum Modulos to something other than the default of 1.
by chulett
Wed Sep 17, 2008 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mail Notification
Replies: 4
Views: 968

No, the routine would replace the use of the Notification Activity stage.
by chulett
Wed Sep 17, 2008 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Coommon Job Issue
Replies: 1
Views: 692

JobA would need to be a multiple instance job or yes - an attempt to run it while it is currently running will fail.
by chulett
Wed Sep 17, 2008 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: AIX 7.5.3 File System Backup strategy..
Replies: 2
Views: 1059

Don't wait "15 minutes", wait for the ports that are in use to clear. You can use 'netstat -a' and grep for 'dsrpc'. Once that returns zero results then DataStage can be restarted.
by chulett
Wed Sep 17, 2008 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: copy hashed file
Replies: 8
Views: 1976

Time to mark the topic as Resolved then, using the green button at the top of the screen.
by chulett
Wed Sep 17, 2008 7:08 am
Forum: General
Topic: How to Attach a Log File in Email-Notification activity
Replies: 12
Views: 10207

Re: How to Attach a Log File in Email-Notification activity

kishorebhulokam wrote:I am using Datastage 7.0, I want to send a log file when the job gets fail.how to Attach a Log File in Email-Notification activity.is there any property to set this ..

No, not until you upgrade to at least the 7.5 version. Stick with your routine for now.
by chulett
Wed Sep 17, 2008 6:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: getRealTable error in Oracle
Replies: 3
Views: 1222

From the linked thread:

wengkin76 wrote:Got it working by applying fixpak1a.

That's all the details you'd need, at least for right now. Request the DataStage 'fixpak' from your official support provider, see if that solves your problem.
by chulett
Wed Sep 17, 2008 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Taking Datastage TRUE COPY
Replies: 10
Views: 2920

sorry i don't how to start dsrpcd debug mode can you help me Search the forums. With nothing but Exact Match really working you'll need to search for something like "RPC Daemon is not running" to find the various conversations on how to start it in debug mode to determine exactly what's happening. ...
by chulett
Wed Sep 17, 2008 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Taking Datastage TRUE COPY
Replies: 10
Views: 2920

Scope wrote:I have found dsrpc is not in /etc/services.

this is a problem?

No, it lives in $DSHOME/bin.

Edited to add: D'oh, that's what I get for answering just after waking up. Yes, it needs to be listed there.