Search found 42189 matches

by chulett
Tue Jul 10, 2007 10:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing bind variable to the SQL file in BEFORE SQL
Replies: 3
Views: 1383

You can't execute 'a file' in Before/After SQL... only sql.
by chulett
Tue Jul 10, 2007 10:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer
Replies: 26
Views: 5298

Come on... I didn't say for you to slavish do exactly what he said but to follow his advice. Beside, that was before you showed that your file was not in the same directory being deleted, which was the assumption under which the previous advice was given. Use some common sense. Some questions: Is #D...
by chulett
Tue Jul 10, 2007 9:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer
Replies: 26
Views: 5298

Harken back to the advice given to you by Narasimha. Use two parameters. Seeing as your file is apparently *not* in the directory to be deleted, one will hold the directory and one for the file itself.

Easy Peasy.
by chulett
Tue Jul 10, 2007 9:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer
Replies: 26
Views: 5298

The test failed, so no further steps were run. Is this really the full path to your status file?

/home/edw/deletestatus/home/edw/delstatus.txt

I don't think so.
by chulett
Tue Jul 10, 2007 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning:"Dropping component"
Replies: 4
Views: 2431

Mark this thread as Resolved and start a new thread, please.
by chulett
Tue Jul 10, 2007 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle - Upsert (Update then Insert)
Replies: 6
Views: 2176

Define 'performance problem'. How many records are in the target table? How long does it take to process your 47 records? And I assume you are using the Oracle Enterprise stage, yes?
by chulett
Tue Jul 10, 2007 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple file mutiple tables
Replies: 7
Views: 1630

[cheech] U's not here man... [/chong] No, I simply answered the original quoted question. Are you doing something wrong? No. Ten jobs to process ten different files is perfectly fine. Just how 'different' are these different file layouts? If the differences are fairly minor, then perhaps you can cut...
by chulett
Tue Jul 10, 2007 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple file mutiple tables
Replies: 7
Views: 1630

dsdeveloper123 wrote:I am new to data stage so was wondering if what I am doing is right or wrong...

It's perfectly fine... aka 'right'.
by chulett
Tue Jul 10, 2007 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning:"Dropping component"
Replies: 4
Views: 2431

Search the site for "because of a prior component with the same name".
by chulett
Tue Jul 10, 2007 6:58 am
Forum: General
Topic: How to send SMS about the status of sequence job?
Replies: 6
Views: 2505

So, just send a short email to their cell phone 'email address'. For example, I send messages to my Sprint phone using '##########@messaging.sprintpcs.com' as the 'send to' address where the #s are the 10 digit phone number. No template tweaking or change of any kind needed. All carriers seem to hav...
by chulett
Tue Jul 10, 2007 6:54 am
Forum: General
Topic: regarding subroutine in parallel jobs
Replies: 7
Views: 2429

You really should have seen that one coming, Arnd. :wink:
by chulett
Tue Jul 10, 2007 6:53 am
Forum: General
Topic: DSN in UNIX for using in ODBC Stage
Replies: 6
Views: 2492

Nothing will appear in any dropdown until you actually import something and the value is in the repository. To start things off, you should just be able to type the value in rather than pick it from a list. From what I recall.
by chulett
Tue Jul 10, 2007 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sysbase Metadata import Error
Replies: 5
Views: 1289

I sincerely doubt you need 'a fresh install or an upgrade' to solve this problem, you just need to configure things properly. Being a UNIX Guy I don't know how it all works on Windows... have you verified that any environment variables needed are defined on the server? SYBASE and SYBASE_OCS from wha...
by chulett
Tue Jul 10, 2007 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Account is Locked
Replies: 6
Views: 3054

:? I personally don't see how any 'problem with DS' can generate an erroneous Oracle 'account is locked' message, but whatever...

Curious if that restart 'fixes' your problem.
by chulett
Tue Jul 10, 2007 6:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: In Oracle Stage i coded as update or insert but its not inse
Replies: 8
Views: 2035

Like Arnd said... um, what? Have you verified that you do indeed have a problem? That inserts should have in fact have been performed on your data? Do you understand how these 'dual action' actions work? I personally despise them. To me they are a crutch supporting bad job designs and should never b...