Search found 42189 matches

by chulett
Thu Aug 02, 2007 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP XML File to
Replies: 4
Views: 1872

Ray said 'FTP' not 'the FTP Stage'. You'll find the stage problematic for things like XML files as the stage is metadata driven and will want to transfer the files one 'record' at a time. While you may be able to get it to work if you haven't formatted the XML output, you're better off learning and ...
by chulett
Thu Aug 02, 2007 6:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: accessing zip files
Replies: 15
Views: 3767

Doh! Could have sworn I rolled back and checked the OS on the first post, obviously not. Perhaps it was your 'ls -rt1' and the mention of the remote UNIX server that threw me... Still, that's still all there is to it - other than the need to invoke ftp with the -i option to turn off 'Interactive' mo...
by chulett
Thu Aug 02, 2007 6:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP XML File to
Replies: 4
Views: 1872

Short but correct, regardless. You'll need to 'script' the ftp of the two files to your remote server. If you don't know anything about ftp, is there someone there where you work who does and would be willing to write the required batch file for you? Or try to Google up some examples. Manual FTP is ...
by chulett
Thu Aug 02, 2007 5:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to open the properties of any stages in a sequence
Replies: 4
Views: 1269

:? Vinod, I guess you missed the part where they stated "It is working after the installation of the patch".
by chulett
Thu Aug 02, 2007 5:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: accessing zip files
Replies: 15
Views: 3767

It's the same as 'get' just with an 'm' on the front and a wildcard in the filename. That's it. Try 'man ftp' for more information.
by chulett
Thu Aug 02, 2007 5:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error while creating job
Replies: 12
Views: 4816

True... just be aware that all of your version numbers will restart back at ^1.
by chulett
Thu Aug 02, 2007 5:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Function return value through routine
Replies: 1
Views: 676

To get an idea, pop open the ones that ship with the product. A double-click will reveal all, including their source code. You'll need to write a routine to return this mysterious value and pass it back out as its Ans(wer). Call the routine in a Sequence job and any downstream Job Activity stage can...
by chulett
Thu Aug 02, 2007 5:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding out how many actually updated using Informix CLI
Replies: 1
Views: 585

Welcome! Back in the old days when I worked with Informix, I recall it having the same behaviour as the Oracle databases I support now - it is perfectly happy to update or delete a nonexistent record. We'd need to investigate the sqlca area where 'the number of records effected' by the current sql w...
by chulett
Wed Aug 01, 2007 11:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Looking for some advice on Preload file to memory
Replies: 24
Views: 7071

I calculated the file size by adding data.30 file and over.30 file. All the hashed files in this job are static pathed hashed files. These two statments are mutually exclusive. Static hashed files don't have ".30" files that live in a directory - those are dynamic pathed hashed files. And you'd nee...
by chulett
Wed Aug 01, 2007 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid assignment of quote character on sequential file
Replies: 9
Views: 3757

What is the actual data type of the last column? I know you keep saying they are 'integer' but it doesn't matter what the actual values are, just the data type declared in the stage. It must be some kind of string for it to be quoting it... either that or you've uncovered a very odd bug.
by chulett
Wed Aug 01, 2007 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Invocation Id
Replies: 6
Views: 6470

Which is what Arnd posted yesterday.
by chulett
Wed Aug 01, 2007 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: specifying multiple repeatation elements in XML INPUT stage
Replies: 6
Views: 5809

Welcome. First thing to note - two completely separate questions belong in two posts, not combined into one. Having said that... 1a. No. 1b. Not that I am aware of. 1c. No clue, not convinced it's a 'problem' yet. Examples are always good. It would help if you posted the relevant information from th...
by chulett
Wed Aug 01, 2007 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Internal Communications error
Replies: 7
Views: 2988

Welcome! First thing you should always do is Search the forums for your error message, odds are you are not the first to encounter it.

An Exact Match search on "Error setting up internal communications" returned several hits for me, please see if any of them help.
by chulett
Wed Aug 01, 2007 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key
Replies: 6
Views: 2270

Surrogate Key stage.
by chulett
Wed Aug 01, 2007 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deleting a hashed file from data dictionary using DS Admin
Replies: 2
Views: 959

Welcome. First off, I'm not really sure how to 'help urgently' but I am typing as fast as I can. Understand that this is an all volunteer site so there really isn't anything as urgent, you get whatever you get whenever you get it. If you've got a truly urgent problem, contact your official Support p...