Search found 6 matches

by afortmann
Mon Dec 08, 2003 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strange Warning with DataStage 5.2.2 on SUN Solaris
Replies: 5
Views: 2270

Re: Bulletproofing Routines

Ray, many thanks for the help! Problem is solved. BTW: Added the Unassigned(Arg1) - Check to the routine, Job still produced the same warning. Had a closer look to the Calling Statement in the Job itself and found an unresolved link to a parameter from the input-link (well hidden in a crc32(...) sta...
by afortmann
Fri Dec 05, 2003 4:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strange Warning with DataStage 5.2.2 on SUN Solaris
Replies: 5
Views: 2270

Re: Variable not assigned in Routine.

Ray, thanks for the answer. The routine itself is quite simple - here's the source: FUNCTION nmz(Arg1)\(D)\(A)if isnull(Arg1) or (Arg1='') then Ans='-0|' else Ans =Arg1 : '|'\(D)\(A)RETURN(Ans) Can be tested, returns expected values (i.e. -0| for NULL or empty Arg1). The job that uses this routine (...
by afortmann
Thu Dec 04, 2003 3:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strange Warning with DataStage 5.2.2 on SUN Solaris
Replies: 5
Views: 2270

Strange Warning with DataStage 5.2.2 on SUN Solaris

Anyone seen this one or a similar one? Program "DSU.nmz": Line 2, Variable previously undefined. Zero length string used. It's strange because when I copy the jobdesign, compile the copy and debug the copy, I don't get the warning (same dataset used for the job as for the copy). Any help f...
by afortmann
Tue Apr 29, 2003 3:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AxcelPack with DS 5.2 on Sun Solaris
Replies: 5
Views: 5076

Running an update on our DS-installation (ie licensing AxcelPack) solved the problem. Still wondering why it didn't show up after initial installation, but a bit more relaxed than before :-)

Thanks for the help!

Cheers,
Arno
by afortmann
Mon Apr 28, 2003 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AxcelPack with DS 5.2 on Sun Solaris
Replies: 5
Views: 5076

AxcelPack

Hi again, ray.wurlod, you're absolutely right with your assumption, it was short lived and the version of DS 5.2 is indeed that early that Ascential still calls it "5.1.0" ;-) Sorry about that ! But still - I'd be very interested in any hints (other than reinstallation) about how to deal w...
by afortmann
Fri Apr 25, 2003 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AxcelPack with DS 5.2 on Sun Solaris
Replies: 5
Views: 5076

AxcelPack with DS 5.2 on Sun Solaris

Hi!
Wonder if anybody (other than me) faced the problem that "Allow Multiple instances" - option remains disabled despite activation of AxcelPack during installation of DataStage ...

Cheers,
Arno