Search found 42189 matches

by chulett
Wed Apr 26, 2017 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Add a single value into all rows of a job
Replies: 3
Views: 1153

Why yes, yes it does. 8)

You could "insert this constant" as you noted or I believe (it's been awhile now) you could simply hardcode the key value inside the lookup.
by chulett
Wed Apr 26, 2017 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Add a single value into all rows of a job
Replies: 3
Views: 1153

Lookup comes to mind.

And welcome. :wink:
by chulett
Tue Apr 25, 2017 9:50 pm
Forum: General
Topic: Datastage to informatica Migration
Replies: 8
Views: 2995

I've never really understood the desire to completely change horses in the middle of the stream. It hardly ever works with gaming companies and the engine they use and I've seen warehouse projects go down in flames for it. And as Mike noted you'll probably just end up back where you started (in a co...
by chulett
Tue Apr 25, 2017 3:55 pm
Forum: General
Topic: Datastage to informatica Migration
Replies: 8
Views: 2995

I don't really think there is anything you can save from your DataStage world that can be directly leveraged in Informatica. For the metadata you'll want to import that using Informatica from the actual sources rather than a dump of the DDL, for example. About the only thing I can suggest is make su...
by chulett
Tue Apr 25, 2017 11:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need suggestion to exctract data from HTML string
Replies: 6
Views: 2272

Of course, and you have a couple now.

How much does it matter that it isn't really XML but rather HTML? I was wondering if you could parse it as XML but you would need to make it "well formed" before hand I would think.
by chulett
Tue Apr 25, 2017 9:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need suggestion to exctract data from HTML string
Replies: 6
Views: 2272

The first technical term that comes to mind is... yuck. :? I don't see a good way to "manually" do this but perhaps others may have some suggestions. I would imagine you may need to leverage one of the many "HTML Parsers" out there or perhaps write something in C++ or Java. [shrug]
by chulett
Tue Apr 25, 2017 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connector Migration Tool
Replies: 4
Views: 3635

Sorry, I'm not your question target audience but am willing to make a guess. I'm assuming you could do it either way, depending on your starting version. If you actually have all of the connectors in your older project, you could run the tool before. Failing that where you are moving to a version wh...
by chulett
Mon Apr 24, 2017 6:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need suggestion to exctract data from HTML string
Replies: 6
Views: 2272

Seems to me the first answer is "depends". Can you post an example of the HTML and what data you are trying to extract from it, please?
by chulett
Mon Apr 24, 2017 6:54 pm
Forum: General
Topic: Datastage8.5 client in Windows 10
Replies: 2
Views: 2801

Well... the obvious answer would be to install in on a supported operating system. Failing that, perhaps contact support and see if there are any 'compatibility' type settings that might let you override that restriction.
by chulett
Sun Apr 23, 2017 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File Connector stage :-Java related errors
Replies: 3
Views: 2754

A search online for "java.net.SocketTimeoutException" overwhelmingly suggests you increase the timeout value. Where do you do that? I have no idea but I would imagine someone here does.
by chulett
Sat Apr 22, 2017 3:46 pm
Forum: General
Topic: Remove log entries
Replies: 2
Views: 1755

Re: remove log

Also, please advise if i can run CLEAR.FILE for whole project? As in all at once? No, not that I've ever seen. It is strictly one by one. For your "unnecessary" ones I suppose you could write a script to check the directory age and then run CLEAR.FILE on the ones that meet your criteria. ...
by chulett
Fri Apr 21, 2017 6:40 pm
Forum: General
Topic: Modify the length of a field in all jobs in a project
Replies: 4
Views: 2088

Yeah, even after all these years I didn't think there was another approach for a massive update like this so put that out there...
by chulett
Fri Apr 21, 2017 9:12 am
Forum: General
Topic: Modify the length of a field in all jobs in a project
Replies: 4
Views: 2088

Re: MODIFY LENGTH OF A FIELD IN ALL JOB OF A PROJECT (5000 J

We can't modify every job. I assume you meant manually or one by one. Obviously you'll need to modify every job. There will be effort and risk so I would make sure you have good backups before proceeding with any effort of this nature. First thing that pops into my head is a dsx export of the entir...
by chulett
Wed Apr 19, 2017 3:41 pm
Forum: General
Topic: How to pass multiple files through looping activity
Replies: 2
Views: 1344

To kill the first two birds with one stone, doing a "ls -m" should get you your list of files directly in a comma delimited list.
by chulett
Wed Apr 19, 2017 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in converting String To TIME with micro seconds
Replies: 3
Views: 1913

Since you didn't mention it, what about the extended properties - was that something you were able to set?

Also note that, once that is set, your conversion should be StringToTime(InputCol,"%hh:%nn:%ss.6")