Search found 68 matches

by cfuller
Tue Oct 11, 2005 8:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating secondary index on hash file from a routine
Replies: 3
Views: 1632

Creating secondary index on hash file from a routine

Hi all I have a hash file being access using UV stage by partial key, for a multi-row lookup, that was performing very badly. I created an index on the lookup column, from the UV command line, reran the job and the performance was closer to what I expected. Now I want to create and build the index i...
by cfuller
Tue Sep 13, 2005 8:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenating zero's for columns.
Replies: 7
Views: 2255

Then just add a Trim...

Code: Select all

Fmt(Trim(SourceData.Col,".", "T"),"4'0'R")
:wink: (The 'T' will remove trailling '.')
by cfuller
Tue Sep 13, 2005 7:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenating zero's for columns.
Replies: 7
Views: 2255

Why not just use a format function in your transformer.
Something like -

Code: Select all

Fmt(SourceData.Column,"4'0'R")
should give you the result you need. :D
by cfuller
Thu Sep 01, 2005 11:10 pm
Forum: Site/Forum
Topic: RSS Feed now available
Replies: 5
Views: 31496

Is this still available :?:

I tried accessing it from a RSS reader and was told it couldn't find the site.
:?
by cfuller
Thu Nov 07, 2002 5:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Debugging Client has Disconnected
Replies: 14
Views: 5804

Hi Ray After some e-mails and a phone call from an engineer in the US have found the solution to the problem. When starting DataStage client, I was using the "Omit" checkbox when loggon on to my project. The engineer advised that this process is using LANMAN rather than a native TCPIP conn...
by cfuller
Thu Oct 31, 2002 5:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Debugging Client has Disconnected
Replies: 14
Views: 5804

Hi Ray Checked the server, and this directory is not anywhere to be found. Any other ideas as to where this file may be ? BTW, I have also opened an issue with Ascential, and will advise if I get any result there. Thanks Chris Fuller Non-Life IT Applications Munich Reinsurance Co of Australasia Ltd ...
by cfuller
Wed Oct 30, 2002 11:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Debugging Client has Disconnected
Replies: 14
Views: 5804

Hi Ray In answer to your questions - This only happens with the debugger, ie the job runs fine when initiated from the director. The client-side time-out is set to 86400 seconds (24 hours) which is definately longer than the 60+ seconds the update runs for. I searched the server and was unable to lo...
by cfuller
Wed Oct 30, 2002 10:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Debugging Client has Disconnected
Replies: 14
Views: 5804

Debugging Client has Disconnected

Hi all first time user of the forum, so please be patient with me. environment - Windows 2K client running ver 6.0.0.17 of Datastage connecting to Windows 2K server running ver 6.0 Problem - The job scenario is hash file is primary driver, does lookup to another has file, write records to on Oracle ...