Search found 55 matches

by garthmac
Tue Jul 26, 2005 3:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Director log clear
Replies: 9
Views: 2273

You can also clear the log from Director without viewing the log itself - select the job and then in the job menu, select clear log. I just had to do that for 400,000 entries
by garthmac
Wed Jul 20, 2005 6:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Week Number in Year
Replies: 8
Views: 1958

Thanks everyone, I hadn't used WEEK.TAG before :)
by garthmac
Tue Jul 19, 2005 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Week Number in Year
Replies: 8
Views: 1958

Thanks Arnd
by garthmac
Tue Jul 19, 2005 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Week Number in Year
Replies: 8
Views: 1958

Week Number in Year

Hi, is there an easy way to obtain the week number in year using Oconv (1 to 52)? (I know that I can use Oconv(Arg1, "DW") to get the day of the week as a number). I could probably work this out using stage variables and sequence numbers, but I was just wondering if this was possible. Thanks
by garthmac
Thu Jun 30, 2005 4:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error extracting data from a AS/400 system
Replies: 5
Views: 2016

I always clear the derivation column info in the DB2 stage when connecting to DB2 on AS400 (not sure about the ODBC stage). If you did this to your ODBC stage, you SQL would be as follows: SELECT IDEPT,ISDEPT,ICLAS,ISCLAS,DPTNAM,DPTSHT FROM DEV2LIB.INVDPT I work currently in an AS400 environment, an...
by garthmac
Tue Jun 28, 2005 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Client-side backups using " dscmdexport"
Replies: 15
Views: 3792

Thanks Arnd and Craig, amazingly quick replies! :)
by garthmac
Tue Jun 28, 2005 6:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Client-side backups using " dscmdexport"
Replies: 15
Views: 3792

Arnd, I'm in the process of setting up a .bat file to automatically create backup files of my projects, but I'm not sure of the syntax for putting a date/time as part of the filename. I would like to have "projectname YYYYMMDD .dsx" How did you do this? Surely this is straight forward, but...
by garthmac
Mon Jun 27, 2005 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage and DB2 in AS400
Replies: 3
Views: 13431

Hi,

From my experience, you must keep your AS400 library list as small as possible, and then be patient. Importing metadata can be very slow from DB2 on AS400. File are seen as tables on AS400, and there are typically 1000's of the damn things! Good luck.
by garthmac
Thu Mar 24, 2005 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: two streams into one??
Replies: 12
Views: 4188

Craig, I have noticed that many people have experienced problems with the link collector stage, when enabling inter process row buffering (ds_ipcopen() - Error in open). Have you experienced issues with this method? My workaround was to not use any row buffering, instead I write data to multiple seq...
by garthmac
Thu Mar 24, 2005 5:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row number limitation
Replies: 2
Views: 1211

Hi Luk, try @OUTROWNUM <=5 in the constraints area of your transformer
by garthmac
Thu Mar 24, 2005 4:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: two streams into one??
Replies: 12
Views: 4188

It is actually possible to merge two streams without using files as buffers. I always use files to source and collect my data, but a quick read of the documentation tells me you can use inter process row buffering. You can find this option in the performance tab of the properties page to enable acti...
by garthmac
Thu Mar 24, 2005 4:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: two streams into one??
Replies: 12
Views: 4188

Hi Luk, It's possible to aggregate data in the derivation part of the output of the link collector.
by garthmac
Thu Mar 24, 2005 3:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: two streams into one??
Replies: 12
Views: 4188

Hi Luk, you can use the link collector stage. This allows up to 64 inputs, and then outputs as one single stream of data.
by garthmac
Fri Mar 18, 2005 9:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cutting Sequential Files
Replies: 11
Views: 2255

Glad to hear it. I think it was the easiest solution to get to grips with!
by garthmac
Fri Mar 18, 2005 4:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: invalid identifier
Replies: 12
Views: 7999

Do a search on the internet for the oracle error "ORA-00904". This should give you some clues as to the error you are getting.