Search found 53125 matches

by ray.wurlod
Mon Jul 12, 2010 4:00 pm
Forum: General
Topic: Status code = -9999 DSJE_DSJOB_ERROR
Replies: 10
Views: 8636

Try specifying options -domain -user -password and -server
by ray.wurlod
Mon Jul 12, 2010 3:57 pm
Forum: General
Topic: SAP Error
Replies: 9
Views: 3104

I suspect it's this one:
drwxrwxrwx 2 dsadm dstage 256 Nov 23 2009 *DataStage*DSA
and that your ls command has truncated the file names (or you have).
by ray.wurlod
Mon Jul 12, 2010 3:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File
Replies: 20
Views: 4321

Are there any Char data types in the job design?
by ray.wurlod
Mon Jul 12, 2010 3:53 pm
Forum: General
Topic: Excel 2005 file to SQL server 2005
Replies: 1
Views: 861

I don't believe you can make this change at the Excel side. But you *could* make the output of the Transformer Varchar(255) to get the metadata to match.
by ray.wurlod
Mon Jul 12, 2010 3:51 pm
Forum: General
Topic: User activity log for Audit purpose
Replies: 1
Views: 946

Re: User activity log for Audit purpose

vishalsongra wrote:what level of audit logging exists for activities performed with the dsadm account in data stage.
None, out of the box. You can always implement some - a "wrapper" of some kind.
by ray.wurlod
Mon Jul 12, 2010 3:46 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: deploy a service
Replies: 6
Views: 3678

Any of the usual mechanisms, such as DataStage export/import or Information Server Manager.
by ray.wurlod
Mon Jul 12, 2010 5:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset occupying a lot more space compared to a text file.
Replies: 11
Views: 6508

I have nothing to add to what I have already said.
by ray.wurlod
Mon Jul 12, 2010 5:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with DSJobinfo
Replies: 7
Views: 3017

You have a routine activity calling one of your routines DSJobInfo. Whenever a routine returns other than 0 this is regarded - by the "automatically handle" mechanism - as a failure. Either change the routine to return 0 or include an explicit Failure trigger - which takes precedence over ...
by ray.wurlod
Mon Jul 12, 2010 1:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reject link in join stage
Replies: 5
Views: 5532

Yes, but a Join stage is not the correct stage type. Either a Lookup stage or a Merge stage is needed to get a reject link. That's the point I'm making.
by ray.wurlod
Mon Jul 12, 2010 1:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01850: hour must be between 0 and 23
Replies: 4
Views: 4598

Code: Select all

Oconv(Iconv(InLink.MyDate, "DDMY"), "D-YMD[4,2,2]") : " 00:00:00"
by ray.wurlod
Mon Jul 12, 2010 1:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling Data in Sequentail file
Replies: 3
Views: 1712

Scroll right in the Columns grid and you will find a property called something like "field contains terminators". Set this to true and your problem will vanish, provided that string fields are all correctly quoted.
by ray.wurlod
Mon Jul 12, 2010 12:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reject link in join stage
Replies: 5
Views: 5532

Because join's don't have rejects, the Join stage does not support a reject link.
by ray.wurlod
Mon Jul 12, 2010 12:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate DS jobs autmatically ?
Replies: 9
Views: 3034

Intelligent Assistants sit in the same location as templates. Sorry I can't remember exact details - I haven't had version 7 for a while.
by ray.wurlod
Sun Jul 11, 2010 10:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reject link in join stage
Replies: 5
Views: 5532

There is no such thing as a reject from a join - just like in SQL you get the result of the join. Nothing more, nothing less.
by ray.wurlod
Sun Jul 11, 2010 6:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate DS jobs autmatically ?
Replies: 9
Views: 3034

Welcome aboard.

It's not worth doing. It already exists. You can use the "Intelligent Assistants" in the product to do this. Once you get to version 8.1.2 you can use FastTrack tool to write jobs to match mapping specifications in a spreadsheet-style environment.