Search found 15603 matches

by ArndW
Wed Feb 14, 2007 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UTF-8 conversion in datastage
Replies: 2
Views: 2746

Ambuj743 - that sounded like a statement, not a question. Also, you should define "special" characters.
by ArndW
Wed Feb 14, 2007 4:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete file thru FTP
Replies: 8
Views: 1300

I'm sorry if I don't quite understand. Your DataStage server is Windows and your remote system is UNIX. Your remote TELNET port should be the default of 23 on UNIX.

Is this right?
by ArndW
Wed Feb 14, 2007 4:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controller problem: Unhandled failure (2)encountered calling
Replies: 3
Views: 2648

It looks like you have declared and called "countcheck" as a before/after subroutine. According to the docs, any non-zero return value is construed as a failed call and triggers an error. You will need to call this as a normal routine in order to work as you've designed the process flow.
by ArndW
Wed Feb 14, 2007 4:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSFunction to encrypt a value
Replies: 13
Views: 3708

Parvati - no, I can't do that, because there is no built-in routine name and no means of calling it in just one line, unless your UNIX has "crypt" and "decrypt" executables from the command line. You haven't mentioned how secure this needs to be. A very simple BASIC routine using a the builtin rando...
by ArndW
Wed Feb 14, 2007 3:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to connect to host:Project: UV (Internal Error(39202)
Replies: 6
Views: 5147

Hello Yogesh, and welcome to DSXchange! If you use the search facility, you will find many results for "39202", one or more of which might help you further. Did DS work before this error? What happened between the time it worked and the time it didn't? Do you get any errors when stopping and startin...
by ArndW
Wed Feb 14, 2007 3:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete file thru FTP
Replies: 8
Views: 1300

What OS does the remote system have - the one you are attempting to delete the file from? If unix, the command to execute would be "rm".
by ArndW
Wed Feb 14, 2007 2:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem reading the file
Replies: 11
Views: 2192

The issue is that the DSGetLinkInfo() call won't work from a PX transform, hence the BASIC transform stage. But since you are mapping this value to a column for each row, it is much faster and better to use @OUTROWNUM as Ray has suggested.
by ArndW
Wed Feb 14, 2007 2:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replace comma with next line character at even position
Replies: 11
Views: 2264

Kumar - I am staying out of this one. The poster has gotten several viable options presented to him/her so far.
by ArndW
Wed Feb 14, 2007 2:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete file thru FTP
Replies: 8
Views: 1300

Turn on tracing in FTP and see what the error message is from your after-ftp-command.
by ArndW
Wed Feb 14, 2007 2:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The jobs are not called from the batch
Replies: 8
Views: 2495

The DSDetach() call should solve the problem, it is just more efficient to not have to re-open a job handle. But I didn't suggest the route Ray did because I assumed it would be too complex in this case.
by ArndW
Wed Feb 14, 2007 2:10 am
Forum: General
Topic: I am not able to install Datastage EE 7.5 version software,
Replies: 5
Views: 1786

Are you installing the NLS version, and if so, which codesets? What is a "software dump" to install? I haven't heard that term before.
by ArndW
Tue Feb 13, 2007 1:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The jobs are not called from the batch
Replies: 8
Views: 2495

You should add DSDetachJob(JobHandle) to the end of both your internal subroutines to ensure clean closure.

In your example, how do you know that job J2 wasn't called?
by ArndW
Tue Feb 13, 2007 1:33 pm
Forum: General
Topic: What the meaning of "BALCKHOLE" in datastage
Replies: 14
Views: 5261

John, I now understand the EventHorizon() routine a bit better. If I call it with the parameter DSJ.CloseToHorizon I get very slow performance due to the dilatory effect of time; when I use DSJ.AlmostAtHorizon I get sporadic errors due to decomposition of bits and bytes into bitlets and bytlets. And...
by ArndW
Tue Feb 13, 2007 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem reading the file
Replies: 11
Views: 2192

Can you post your call to DSGetLinkInfo() in your BASIC transform stage?
by ArndW
Tue Feb 13, 2007 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tuning Fact Table Process
Replies: 14
Views: 5261

Byron - take away the trailing ";" semicolon.