Search found 53125 matches

by ray.wurlod
Wed Jun 18, 2008 1:13 am
Forum: General
Topic: How to get the job type from command prompt?
Replies: 4
Views: 1017

Yes, you get a qualifier in DS_JOBS. Two, in fact.
JOBTYPEIND is a "raw" identifier, empty for server jobs.
JOBTYPE is a virtual field that replaces "" with 0.
Try, for example,

Code: Select all

SELECT JOBTYPEIND,COUNT(*) FROM DS_JOBS GROUP BY JOBTYPEIND;
by ray.wurlod
Wed Jun 18, 2008 12:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob command not working
Replies: 13
Views: 4568

Surely that would generate at least some error message!
by ray.wurlod
Wed Jun 18, 2008 12:42 am
Forum: IBM QualityStage
Topic: Reusable componets and Reprocessing Logic in DataStage
Replies: 1
Views: 3329

Why are you posting a DataStage question in a QualityStage forum? The two products do not merge until version 8, but you have marked your version as 7.x. Also, posting the same question in multiple fora causes resentment and slowed response from other posters here. One post could be regarded as a "r...
by ray.wurlod
Wed Jun 18, 2008 12:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot start the control daemon
Replies: 3
Views: 2213

What's changed between then and now? Dare I suggest that the best person to ask would be your Teradata DBA?
by ray.wurlod
Wed Jun 18, 2008 12:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reusable components and REprocessing Logic used in data stag
Replies: 3
Views: 1165

U has not logged in for some time.

Why do you specifically want U to respond?

(The second personal personal pronoun in English is spelled "you".)
by ray.wurlod
Wed Jun 18, 2008 12:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we use User-defined server routines in parallel jobs
Replies: 9
Views: 2632

Perhaps you could mark this thread as Resolved.
by ray.wurlod
Wed Jun 18, 2008 12:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to read multiple files with same pattern
Replies: 3
Views: 1507

... or use a Sequential File stage with a Filter command of copy abcd?
by ray.wurlod
Wed Jun 18, 2008 12:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob command not working
Replies: 13
Views: 4568

Try:

Code: Select all

apux19::/appl/asudtstg/Ascential/DataStage/DSEngine> . ./dsenv 
apux19:ASUPMDEV:/appl/asudtstg/Ascential/DataStage/DSEngine> bin/dsjob -server apux19 -lprojects
by ray.wurlod
Wed Jun 18, 2008 12:30 am
Forum: General
Topic: Capture DsDirector log in 7.5.1A
Replies: 3
Views: 1265

Go to the Director client. Under the Project menu choose Print. In the Print dialog choose Print to File. Email the file to whomever needs it.
by ray.wurlod
Tue Jun 17, 2008 11:22 pm
Forum: IBM QualityStage
Topic: Default WAVES DB Location
Replies: 2
Views: 1433

In your Repository you should be able to see a folder for WAVES in the Standardization Rules folder.
by ray.wurlod
Tue Jun 17, 2008 11:19 pm
Forum: IBM QualityStage
Topic: DataStage QualityStage
Replies: 8
Views: 3343

That can only mean that it was not successfully installed. But try re-starting Windows first, before investigating other possibilities. DLLs are strange beasts.
by ray.wurlod
Tue Jun 17, 2008 8:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding EnvVariable
Replies: 5
Views: 1801

What precisely do you mean by "it is not working"? Without that information I am loath potentially to waste my time answering the wrong question.
by ray.wurlod
Tue Jun 17, 2008 8:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we use User-defined server routines in parallel jobs
Replies: 9
Views: 2632

Check also that you have indeed selected a BASIC Transformer stage rather than a parallel Transformer stage.
by ray.wurlod
Tue Jun 17, 2008 8:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation
Replies: 1
Views: 758

Check permissions in project directory, in particular to RT_CONFIG2 and RT_CONFIG2/DATA.30
by ray.wurlod
Tue Jun 17, 2008 8:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Treat same files
Replies: 8
Views: 3008

Re: Treat same files

Hi, i would like to treat all ".bad" files located in a repository. all my files have the terminaison ".bad" and i wish to treat all of them one by one using the same job. like *.bad files ---> transformer ---> append in file. which stage can i use in a server job? (My company has not the job seque...