Search found 42189 matches

by chulett
Thu May 21, 2009 5:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-08177: can't serialize access for this transaction
Replies: 1
Views: 1691

Set the Transaction Isolation option back to something other than 'Serialize'.
by chulett
Thu May 21, 2009 5:28 am
Forum: General
Topic: [OT] Help with "vim" on Linux
Replies: 12
Views: 3472

I have UltraEdit, wasn't aware of the remote access stuff. I'll have to check that out.
by chulett
Wed May 20, 2009 10:34 pm
Forum: General
Topic: KERBEROS error in FTP script
Replies: 6
Views: 3207

For me, this *was* "regular ftp" the script was running, but it apparently had KERBEROS compiled in as an option. There was nothing for me to switch back to as far as I know... unless it is another of those things that unalias would fix! :wink:
by chulett
Wed May 20, 2009 10:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValueConcurrent generating duplicates
Replies: 6
Views: 2003

It's a better solution for single-threaded, non-concurrent loads: get the starting value once, increment it over the course of the job and put the new starting value back at the end. Less I/O and you don't have to "lose" values in an abort/restart situation.
by chulett
Wed May 20, 2009 10:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timed out while waiting for an event
Replies: 5
Views: 3301

Did you try the search that was mentioned?
by chulett
Wed May 20, 2009 10:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Locks held by DB2 stage
Replies: 2
Views: 935

That's a DB2 question, not a DataStage one as the stage doesn't hold any locks. I don't know the answer but I'll wager your DBA does.
by chulett
Wed May 20, 2009 10:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Export job with or without design ??
Replies: 5
Views: 1378

Reset yes, recompile no. And as noted, lack of design time information can make diagnostic efforts when there's an issue much more difficult.
by chulett
Wed May 20, 2009 10:14 pm
Forum: General
Topic: Recovery on a release 8 system
Replies: 6
Views: 1454

Ray just talked about DS.CHECKER recently, I'll see if i can find the link.

1) Just the "Universe" repository.
2) From what I recall, it removes orphaned bits.
3) Can't help on that one.

Link added: viewtopic.php?t=127198
by chulett
Wed May 20, 2009 10:10 pm
Forum: General
Topic: [OT] Help with "vim" on Linux
Replies: 12
Views: 3472

If it is Redhat Linux, and you are getting vim when you type vi you can just "unalias vi" to get the original vi command. I'm colorblind, so vim drove me nuts. I just put the unalias vi command in my .bash_profile so it is turned off for me when I login. Yes, it is RH w/ bash and it's not...
by chulett
Wed May 20, 2009 8:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Memory size issue
Replies: 4
Views: 5530

It would be helpful if you posted the patch number that resolved this for you.
by chulett
Wed May 20, 2009 5:48 pm
Forum: General
Topic: [OT] Help with "vim" on Linux
Replies: 12
Views: 3472

Thanks Scott, I'll check out those links. For the record, i don't actually have a .vimrc file in my home but there may be a global one out there. I do, however, have my very own .viminfo file! Neeto. :wink:
by chulett
Wed May 20, 2009 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: populating given date to next day date
Replies: 1
Views: 951

What kind of problem are you having? In a transformer you can use the DateFromDaysSince() function as one way to do this.
by chulett
Wed May 20, 2009 1:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage C Stage Plugin function "Get" required
Replies: 7
Views: 3414

In a Server job. I've only seen that error with the OCI8 stage and the 'solution' was to use the OCI9 (aka 'OCI') stage instead. What exact 7.x version are you running? Something older? :?
by chulett
Wed May 20, 2009 1:50 pm
Forum: General
Topic: [OT] Help with "vim" on Linux
Replies: 12
Views: 3472

It apparently uses both a ".vimrc" and a ".viminfo", the former is similar and the latter seems to keep all of the history.
by chulett
Wed May 20, 2009 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Non-pipe (or non-virtual data set)
Replies: 1
Views: 1059

Welcome aboard. First suggestion is always to search here for an appropriate portion of the error message as (more than likely) you're not the first to post about it. For example, an exact search for "Non-pipe (or non-virtual data set) with .v in its name" find 24 other posts on the topic.