Search found 53125 matches

by ray.wurlod
Sun Jun 17, 2012 4:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: converting hash files from DS 7.5.2 to DS 8.5 (server)
Replies: 8
Views: 2968

It's certainly possible to move hashed files (note it's hashed file, not hash file) but, if they have VOC entries on the old system, you will need to create those on the new system. Also, if you try to move a hashed file while it is in use, you are pretty much guaranteed to end up with a corrupted h...
by ray.wurlod
Sun Jun 17, 2012 4:28 pm
Forum: General
Topic: unix commands in sequential file
Replies: 5
Views: 1747

... and when you specify a Filter Command, the stage reads that stdout file unit rather than whatever is mentioned in the File property.
by ray.wurlod
Sat Jun 16, 2012 10:52 pm
Forum: General
Topic: corrected the job
Replies: 16
Views: 6211

Your approach leaves may orphan records in DS_JOBOBJECTS (note, too, that it's a letter "O", not a zero, in the name). You are missing deleting every stage, every link and every annotation. What you really need is DELETE FROM DS_JOBOBJECTS WHERE OBJIDNO = (SELECT JOBNO FROM DS_JOBS WHERE N...
by ray.wurlod
Fri Jun 15, 2012 5:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Access SAP R/3 using Datastage
Replies: 7
Views: 3292

For small volumes such as you propose a server job may well be faster than the equivalent parallel job.

Server jobs have far less startup overhead.
by ray.wurlod
Fri Jun 15, 2012 5:51 pm
Forum: General
Topic: Information server 8.5 Installation issue
Replies: 3
Views: 1461

Click Next ?
by ray.wurlod
Fri Jun 15, 2012 5:51 pm
Forum: General
Topic: Can DataStage search for a Pattern of Files in Sub-Direcotor
Replies: 10
Views: 4304

There's no single command, but you can write a shell script or DataStage sequence to loop through the file a line at a time reading the line and effecting the mv command.
by ray.wurlod
Fri Jun 15, 2012 5:45 pm
Forum: General
Topic: LISTAGG Function in ORACLE 11g R2
Replies: 5
Views: 3670

Meh. PXPivot stage can do that.
by ray.wurlod
Fri Jun 15, 2012 5:44 pm
Forum: General
Topic: C++ compilers
Replies: 3
Views: 1908

Don't forget the Platform SDK.
by ray.wurlod
Fri Jun 15, 2012 6:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LinkRowCount is coming as '0' in dataset stage
Replies: 2
Views: 1379

Welcome aboard.

I'm sure I've answered exactly this question quite recently. Perhaps it was posted by one of your colleagues.

Why not get in the habit of a Search of DSXchange to see if you can find your answer immediately?
by ray.wurlod
Fri Jun 15, 2012 5:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File issue
Replies: 1
Views: 1381

There is no generic "magic wand". The only available solution is to complete the deletion of the hashed files that were partially deleted. And you need to prevent future "accidental" deletions (probably by educating somebody). If they have a VOC entry, use DELETE.FILE DICT hashed...
by ray.wurlod
Fri Jun 15, 2012 5:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oconv Datastage 8.7
Replies: 1
Views: 2155

Do you have your NLS TIME locale set exactly the same way in both environments?
by ray.wurlod
Fri Jun 15, 2012 5:51 am
Forum: General
Topic: Need to run a Seq withinn another
Replies: 9
Views: 3303

vamsi.4a6 wrote:I do not have access to Metadatarepositary tables like DS_JObs etc from command line and Administrator
Yes you do.
by ray.wurlod
Thu Jun 14, 2012 11:33 pm
Forum: General
Topic: Reporting on Common Metadata Assets
Replies: 3
Views: 1884

Is this an undocumented option? E:\IBM\InformationServer\Clients\istools\cli>istool -help istool Command [ Command_Options ] [ Options ] Possible values for: Command glossary export : Export business glossary content glossary import : Import business glossary content glossary bi2bg : Building a glos...
by ray.wurlod
Thu Jun 14, 2012 5:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: concatenation of four column into a single column
Replies: 7
Views: 2121

Sandeepch19 wrote:Only case where it can be null is when all the four fields are null.
by ray.wurlod
Thu Jun 14, 2012 5:46 pm
Forum: General
Topic: Can DataStage search for a Pattern of Files in Sub-Direcotor
Replies: 10
Views: 4304

Do you want to read the files' content or names?

Do you have any preferred mechanism for identifying these "dynamic" directory names?