Search found 136 matches

by aartlett
Tue Dec 14, 2004 9:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cleaning out Director log entries
Replies: 16
Views: 7016

:cry: Ok, I've obviously not communicated properly. The job LOGS are cleared out fine after 5 days. The job entries in director are building up and up. those over 5 days ago are empty. The base job (xxx) shows 5 days of log. The logs xxx.111, xxx.112 etc for 5 days show data. More than 5 days ago th...
by aartlett
Tue Dec 14, 2004 7:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cleaning out Director log entries
Replies: 16
Views: 7016

Cleaning out Director log entries

We are running our jobs with job instance that is an increasing number (EG: loadhash.1234, loadhash.1235 etc). The properties of the project is set to clear the log after 5 days, but the director has entries in it going back to day dot. Apart from deleting via director, is there anyway to empty thes...
by aartlett
Thu Dec 09, 2004 6:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration problem version 7.5
Replies: 4
Views: 2209

Just a little off topic, but related: Can I use a 7.5 client against a 7.0.1 server/PX? Client is WIn$, servers are Solaris.

We are going to upgrade, but I want to load the client to my machine to play with for a while.

Will it impact the direcor/manager/administrator as I am also dsadm.

Andrew
by aartlett
Thu Dec 09, 2004 6:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Teradata load timings...
Replies: 5
Views: 3584

Just got onto this thread, hope I'm not too late :). We are using teradata backend (NCR unix) from a solaris box. We mix multiload (mload) and direct data/stage writes depending on volume. Multiload has a 20 second startup time, if the time to load the number of records is < 20 secionds on direct lo...
by aartlett
Thu Oct 28, 2004 8:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bugs for Version 7.x
Replies: 7
Views: 3949

"Whoosh" is the sound Willi E makes when falling off a cliff. Bugs has always had more personality the Daffy so there :). Managers would have to be the martian (the one erroneously referred to as Marvin) who would blow up a planet because it blocks his view of Venus and throws 10's of '000...
by aartlett
Wed Oct 20, 2004 12:32 am
Forum: Site/Forum
Topic: Documentation Techniques and Processes
Replies: 4
Views: 5695

BMP-> JPEG used Easy Image Converter from http://www.homeplansoftware.com. I've got the Unix/win32 suite of programs so I could: ls *.bmp > a | sed s/.bmp// > a then gawk -f a.awk a > aa.bat where a.awk is: { print "\"C:\\Program Files\\Home Plan Software\\Easy Image Convertor\\imgconv.exe...
by aartlett
Sun Oct 17, 2004 7:09 pm
Forum: Site/Forum
Topic: Documentation Techniques and Processes
Replies: 4
Views: 5695

Re: Documentation Techniques and Processes

We recently down loaded the Duke's doco suite. Now we can view our jobs without loading data stage. I had to do a few tweaks to the bat files and html as the BMP's are too "steenkin'" big. Ran them through a batch BMP > JPEG, sed'd all the html s/bmp/jpg/ and now what was 700MB doco is 200...
by aartlett
Thu Aug 05, 2004 4:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting Director entries (lof) automatically
Replies: 8
Views: 2603

Thanx for that Vincent. I've been poking about a bit for routines to dump logs to files.

I'll see what happens after the compile.
by aartlett
Thu Aug 05, 2004 5:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting Director entries (lof) automatically
Replies: 8
Views: 2603

Well I've got a full system compile coming up Friday because of a shared container that is used by all jobs (error handler) but normally no. Also I would like to keep the 5 days of jobs that do have log entries availble. Oh well. Looks like I'll have to dump the log to a text file and run a compile ...
by aartlett
Wed Aug 04, 2004 11:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting Director entries (lof) automatically
Replies: 8
Views: 2603

Deleting Director entries (lof) automatically

G'day all, When our jobs run, they are running with an invocation ID of a sequential numbered JOBID. This means that Director is getting a little crowded. We have the log deletion set to 5 days, but the jobs are not removed from Director. I tried a clean up from Admin, but that didn't rid me of the ...
by aartlett
Thu Apr 29, 2004 4:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing a C shared Library function in a server routine
Replies: 14
Views: 4781

Ray, Thanx for all your help. One of our enterprising developers wrots a DS Basic routine using the October/March mandate for Victoria. We'll see how the PTB's accept this. If this fails, we'll go to the C program that we have cobbled together. We are on a Solaris box, so the Australia/Victoria is t...
by aartlett
Wed Apr 28, 2004 4:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing a C shared Library function in a server routine
Replies: 14
Views: 4781

It's a single Server handling multiple timezones to multiple timezones and GMT and some data with or without daylight savings even if that TZ should have DST ... real fun. I don't have the C code on me, but it is calling the C cdae function and overriding the TZ as required to get a seconds since ep...
by aartlett
Tue Apr 27, 2004 2:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing a C shared Library function in a server routine
Replies: 14
Views: 4781

Hey I'm not proud, if someone can show how to BASIC the TZ and day light savings problem, remembering in Australia the start and end times differ from year toyear and state to state, I'll use it. If three po0ple post it I won't even have to plgerise, that makes it research ;-)
by aartlett
Tue Apr 27, 2004 6:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing a C shared Library function in a server routine
Replies: 14
Views: 4781

The problem with writing it in it in basic is that it has to deal with three times: Australia/Victoria - including DST - > GMT, GMT+10 -> GMT and GMT+10 -> Australia/Victoria. We have since hacked the SO version apart, created a C program and doing final testing. It is a trivial program. We'll call ...
by aartlett
Mon Apr 26, 2004 2:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing a C shared Library function in a server routine
Replies: 14
Views: 4781

Thanx Ray. I;m going to get the C shared library function wrutten as a standalone C program and call it from inside of a routine via a Unix call.,