Search found 116 matches

by ppalka
Tue Jul 19, 2005 5:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi-value fields and strange output file format
Replies: 9
Views: 3508

ray.wurlod wrote:

Code: Select all

Convert("#", @VM, InLink.TheColumn)
I have done it before.
If I can find the time I'll get back to it. But I am very busy at the moment.
Thanks a lot. I'm not expecting you to solve whole problem, I would be glad to see some useful advises.

Regards,
Piotrek
by ppalka
Tue Jul 19, 2005 4:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Job & dll library
Replies: 10
Views: 2414

It is part of the dsjob dlls that comes as online manuals pdf. I found only infrmation about using DS API. But it is not what i'm looking for. I have an external program implemented as dll library and I need to execute it. Just like a command stage works, but not for exe or shell command. Regards, ...
by ppalka
Tue Jul 19, 2005 4:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi-value fields and strange output file format
Replies: 9
Views: 3508

There are multivalued-handling equivalents of most Where can I find some information about that functions dedicated to multivalued fields? I cannot find it in DS help. For example I have such source records : First record: MG0125600003 ANNUITY 20010913 PLN#PLN#PLN#PLN#PLN#PLN#PLN#PLN#PLN#PLN#PLN#PL...
by ppalka
Tue Jul 19, 2005 3:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Job & dll library
Replies: 10
Views: 2414

You mean chapter: "Importing External ActiveX (OLE) Functions" or something else?

Regards,
Piotrek
by ppalka
Tue Jul 19, 2005 2:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Job & dll library
Replies: 10
Views: 2414

DS Job & dll library

Hi,

Can we execute in DS Job any program from dynamic library (dll)?

Regards,
Piotrek
by ppalka
Mon Jul 18, 2005 5:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi-value fields and strange output file format
Replies: 9
Views: 3508

It is difficult to say about all transformations. But generally, I think, there will be no complex derivations. I select one input record from some table and make a join condition with some other tables. And I have to put that data in such output format as I wrote before. But some fields are multiva...
by ppalka
Mon Jul 18, 2005 3:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi-value fields and strange output file format
Replies: 9
Views: 3508

Multi-value fields and strange output file format

Hello, I have some source data ( records delimited by new line and fields by 'tab' ). In this data some fields are multi-valued ( sub-fields delimited by '#' ). The number of that subfields is unknown. How to easily extract all subfields and make some transformations on them? The second case is the ...
by ppalka
Fri May 20, 2005 3:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSEE and SunOS
Replies: 1
Views: 1080

DSEE and SunOS

Is any version of DSEE supported for Solaris x86 installation? And the second question: will the future releases of DSEE support any of Solaris OS ( on Sun machines ) ? I am asking that, because in the newest DS whitepaper there is no entry about supporting Solaris. But in previous whitepaper there ...
by ppalka
Mon May 16, 2005 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Solaris 5.10
Replies: 10
Views: 4888

Hi,
Is any version of DSEE supported on x86 architecture installation of Solaris? I want to install it on the Solaris 9, which is installed on intel platform.
Regards,
Piotrek
by ppalka
Tue Apr 12, 2005 2:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cluster Usage configuration problem
Replies: 3
Views: 1780

but I want to configure it on Windows 2000. I am using MKS Toolkit with DS EE. When I execute:
rsh localhost ls
everything is fine, but when I use my computer name
rsh testowy ls
I get message: permission denied.
Does anybody know how to solve this problem?
by ppalka
Wed Apr 06, 2005 4:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cluster Usage configuration problem
Replies: 3
Views: 1780

Cluster Usage configuration problem

I am trying to configure a Cluster Usage system. I do as it is write in documentation and I have problem with RSH configuration. When I run a command:
rsh maly-ascen ls
I get an error:
RSHD: ppalka: could not retrieve password: Please login and run rsetup.
What the problem is?