Search found 55 matches

by garthmac
Tue Sep 23, 2008 4:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fetch derivation rules from a lookup table
Replies: 2
Views: 1901

Thanks for your quick reply Ray. I'll investigate what you suggest in that thread.

Garth
by garthmac
Tue Sep 23, 2008 2:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fetch derivation rules from a lookup table
Replies: 2
Views: 1901

Fetch derivation rules from a lookup table

We have a job that runs for multiple countries, each having different transformation rules depending on the country that is being processed. Some derivations are becoming overly complex and difficult to maintain (if then else statements etc). We have tried creating a lookup table that contains these...
by garthmac
Fri Feb 02, 2007 9:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem while using Fmt function
Replies: 5
Views: 2396

Add in an extra little part (Iconv(DSLink3.Field001,"MCN"):

Ans = If DSLink3.Field001[1,1]="-" Then "-":Fmt(Iconv(DSLink3.Field001,"MCN"),'18"0"R5') Else Fmt(DSLink3.Field001,'18"0"R5')
by garthmac
Mon Sep 04, 2006 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: updating DS_ROUTINES custom routine to 'NRO'
Replies: 6
Views: 3023

I definatley exported it, and I included read only objects :)

Thanks Arnd for the DSRID addition. I've now updated the routine to 'NRO'.
by garthmac
Mon Sep 04, 2006 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: updating DS_ROUTINES custom routine to 'NRO'
Replies: 6
Views: 3023

Hi Ken

The error I get on importing the routine is "No objects found for import!"

The custom routine is read-only, but I should still be able to import, which will overwrite, just like I can with jobs.
by garthmac
Mon Sep 04, 2006 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: updating DS_ROUTINES custom routine to 'NRO'
Replies: 6
Views: 3023

updating DS_ROUTINES custom routine to 'NRO'

Hi I'm trying to update a specific custom routine in DS_ROUTINES but I'm not sure of the exact statement. To update all I would use: UPDATE DS_ROUTINES SET READONLY = 'RO' WHERE READONLY = 'NRO'; My project is not protected, and I can't import a custome routine over an existing one. I hear that ther...
by garthmac
Fri Jul 14, 2006 3:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Backwards job compatibility
Replies: 5
Views: 3145

Thanks for the advice Ken. I didn't know about the co-install on the same server.
by garthmac
Thu Jul 13, 2006 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Backwards job compatibility
Replies: 5
Views: 3145

Thanks Klaus, The problem I have is that the 7.1 production server cannot be upgraded until 2 weeks time, meanwhile our 7.1 dev server is being decomissioned and all code copied to the new 7.5.1a server. Crazy, I know, so if I have to make any emergency job fixes, these have to be created as 7.5.1a ...
by garthmac
Thu Jul 13, 2006 5:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Backwards job compatibility
Replies: 5
Views: 3145

Backwards job compatibility

I find myself in an awkward situation that I've never been in, but can't get out of for the next 2 weeks: We are in the process of upgrading to DS 7.5.1a from 7.1. Can I export a job from 7.5.1a and import to 7.1? This is something I would never normally try, but my complex test job ran without any ...
by garthmac
Tue May 23, 2006 5:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: concatenating string
Replies: 4
Views: 2555

I use the transform srNVL on each input column to set NULLS to empty strings before concatinating.
by garthmac
Thu May 18, 2006 3:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: change list of servers to use when starting Designer/Directo
Replies: 8
Views: 3226

I know this is an old post, but I came across it after having the same minor problem as Peter. I found I could simply highlight the entry in the host system drop down list, then delete it. It is then permanently removed from the list. Deleting entries from the registry did not work for me.
by garthmac
Mon May 15, 2006 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fatal Error When insering in to a DB2 table
Replies: 5
Views: 2314

Hi, I've seen this error message before, ask your DBA to rebind the database. It's been a while since I saw that error, but let me know if it works.
by garthmac
Tue Jan 17, 2006 9:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: [solved] DB2 SQL0443N problem on SYSIBM.SQLTABLES
Replies: 1
Views: 3354

Thanks Ogmios

Your advice on this topic was very helpful. We had the same problem today, and thanks to DSXchange, this is no longer a problem.
by garthmac
Thu Nov 17, 2005 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 UDB API Connection
Replies: 7
Views: 3421

Sorry, I don't think I'll be of much help with your setup because our DataStage installation is on Unix. Have you done a search on the internet to help diagnosing your Win32 error?
by garthmac
Thu Nov 17, 2005 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 UDB API Connection
Replies: 7
Views: 3421

Yes! I use the DB2 plugin to access DB2 on Unix and AS400.