Search found 42189 matches

by chulett
Tue Feb 11, 2014 4:50 pm
Forum: General
Topic: Datastage Client 8.7 running very slow
Replies: 15
Views: 4229

Memory as in RAM... not hard drive storage.
by chulett
Tue Feb 11, 2014 1:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Truncate Issue
Replies: 11
Views: 5021

Let's get some specifics before we play anymore guessing games. Show us the definitions of your target fields: name, data type, precision. Saying they are 'quite large' doesn't exactly narrow it down. :wink:

I'd also be curious what their definitions are in the job itself.
by chulett
Tue Feb 11, 2014 12:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Truncate Issue
Replies: 11
Views: 5021

Have you tried trimming the values before sending them to the target?
by chulett
Tue Feb 11, 2014 9:38 am
Forum: General
Topic: Datastage Client 8.7 running very slow
Replies: 15
Views: 4229

Could be a memory leak... that kind of thing can cause a slowdown that only a reboot / restart would clear up. I'd check with your official support provider (or check what is it called, Fix Central?) to see if there are any client-side patches for the issue. As a guess.
by chulett
Tue Feb 11, 2014 9:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Truncate Issue
Replies: 11
Views: 5021

NLS issue? Meaning, are you dealing with a multibyte character set?
by chulett
Tue Feb 11, 2014 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CONNECT BY PRIOR equivalent in Netezza
Replies: 4
Views: 5107

Search is your friend, if not here then out in the wild. One example here and there were plenty of others. Always better than simply repeating your question.
by chulett
Mon Feb 10, 2014 2:32 pm
Forum: General
Topic: orchadmin dump issue
Replies: 21
Views: 6693

Not sure how much more help anyone here can give - everything reasonable has been tried and it doesn't seem to make any difference. At this point it seems you need "boots on the ground"... i.e. someone there who can see what you are doing and apply direct pressure to the wound. Failing tha...
by chulett
Mon Feb 10, 2014 10:36 am
Forum: General
Topic: orchadmin dump issue
Replies: 21
Views: 6693

Just that you were executing the correct one and not some rogue copy someone had planted elsewhere. :wink:

You're fine.
by chulett
Mon Feb 10, 2014 10:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migration to 9.1 and CRC32 function
Replies: 9
Views: 3823

Good catch! :D And in case anyone was wondering why the two examples of spaces in a string look the same, that's because the forum software automagically removes any 'extra' spaces, so the quotes with four spaces between them end up looking the same as the quotes with one space between them. Code ta...
by chulett
Mon Feb 10, 2014 8:29 am
Forum: General
Topic: Using ODBC connection via DS Basic
Replies: 6
Views: 1387

So have you found it elsewhere?
by chulett
Mon Feb 10, 2014 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML output stage: Problem joining nodes and defining xpath
Replies: 14
Views: 4796

Yay for Server jobs! Reports of their death have been greatly exaggerated. :D
by chulett
Mon Feb 10, 2014 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migration to 9.1 and CRC32 function
Replies: 9
Views: 3823

... and that is a completely different discussion. :wink:
by chulett
Mon Feb 10, 2014 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: wierd Iconv expresion
Replies: 1
Views: 1281

It's not a syntax I've seen in the wild, only posted here by Ray. :wink: The Value Mark allows you to do multiple transformations without in-lining the function call repeatedly. So it is equivalent to: IConv(IConv(myDate,"DYMD"),"MCN") However, it makes no sense to me as "MC...