Search found 42189 matches

by chulett
Thu Apr 05, 2007 7:13 am
Forum: General
Topic: Adding enviornmental Variable
Replies: 18
Views: 5692

sjordery wrote:You can take the option (d) (something else)from ray's given options.. Actually I want to assign values to the ENV from a job.

Umm... that's (c).

As noted, pass this value via a flat file or User Status.
by chulett
Thu Apr 05, 2007 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of schema files
Replies: 2
Views: 986

Beat me to it. :wink:
by chulett
Thu Apr 05, 2007 6:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting value from an input
Replies: 5
Views: 1527

It worked because everything is a string under the covers in Server. :wink:
by chulett
Thu Apr 05, 2007 6:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored procedure using SQL Server
Replies: 2
Views: 1033

What is the stored procedure doing? Something that's not possible in a DataStage job? Consider ditching the SP and rebuilding the logic into a job.

Otherwise, you'll need to script a solution as far as I know. Spool your output to a flat file, use that as your 'result set'.
by chulett
Thu Apr 05, 2007 6:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is It possible to set the e-mail notification to two user
Replies: 3
Views: 1276

Sure. You just need to find the separator you need for your email system. Probably a space but it could be a comma or something else entirely. Experiment. We are talking about the Notification Activity stage in a Sequence job, yes? Consider using a 'group' contact. That way one address can be used t...
by chulett
Thu Apr 05, 2007 6:16 am
Forum: General
Topic: Adding enviornmental Variable
Replies: 18
Views: 5692

Forget about my 'path' statement. You need to resolve the confusion about what exactly it is you are trying to accomplish. Ray posted a list of four possible meanings - which one is correct? Any? None? To me, it sounds like (c) which is the third item in his list and as mentioned, it is unsupported....
by chulett
Thu Apr 05, 2007 6:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of scheama files
Replies: 2
Views: 1014

I know this might sound a little crazy, but - have you read the Parallel Job Developer's Guide pdf manual? Search it for 'schema file' and their use will be explained.
by chulett
Thu Apr 05, 2007 6:01 am
Forum: General
Topic: Adding enviornmental Variable
Replies: 18
Views: 5692

:? Isn't that (c) in Ray's list? If so, you're going to need to take another path.
by chulett
Thu Apr 05, 2007 12:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execution order
Replies: 3
Views: 1215

There's a Full Wurlod here on the subject that a search may turn up. Otherwise, I'm going to go with - lookups, stage variables, constraints then derivations.

Do I pass? :wink:
by chulett
Wed Apr 04, 2007 10:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: transaction grouping
Replies: 12
Views: 3725

Not sure what's going on. Check razor, project chulett, there is a single job in the Test category. Nothing except a transformer, two links and an OCI stage but it shows the Transaction Grouping information if you check the Transaction tab.
by chulett
Wed Apr 04, 2007 7:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp
Replies: 14
Views: 3828

You use the 'T' for MS-SQL? I've only seen it for XML timestamps. :?

We can sit here and guess all day. I prefer to wait for the Shilpa to come back and clarify what exactly is needed. And what the target is.
by chulett
Wed Apr 04, 2007 7:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write and Read the same hash file in same job?
Replies: 6
Views: 1868

Re: Write and Read the same hash file in same job?

------- ------- ------- ----------- ORAOCI ---> TXFR ----> TXFR ----> Seqfile ------- ------- ------- ----------- | /\ V | ----------- ----------- Hash file Hash file ----------- ----------- Ok, there's my hack of your ascii art. Depending on what you mean by 'work' the answer is either yes or no. ...
by chulett
Wed Apr 04, 2007 7:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: transaction grouping
Replies: 12
Views: 3725

Huh - if you have multiple links from one transformer to one OCI stage, then the Enable transaction grouping option will appear. When you actually enable / check it, the 'big grey area' will fill with the Input Link Names with the On Skip and On Fail settings per link. Is that not working for you?
by chulett
Wed Apr 04, 2007 7:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File Pattern for Sequential File Stage
Replies: 7
Views: 2978

I know that issue has been discussed before, don't recall the resolution. Search the forums for 'file name column' and see what turns up.
by chulett
Wed Apr 04, 2007 7:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Server Backup
Replies: 1
Views: 803

Define 'back up the DS Server'. Filesystem level backups are possible using 'normal' backup software. There are client side batch scripts available that will automatically export all projects on a server which you can run as a scheduled job. If you are looking for the latter, download the backup scr...