Search found 8 matches

by novice_pgr
Thu Jul 04, 2013 1:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Metadata cannot be set to Null
Replies: 0
Views: 1214

Column Metadata cannot be set to Null

Hi When reading from CFF stage , i had set the Nullable Option as "yes" at the column level for Decimal data types. And the CFF stage was able to read the data. But today when i tried to repeat the same setting of Nullable to "yes" for the rest of the columns , it throws the warn...
by novice_pgr
Mon May 29, 2006 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UNIX sort
Replies: 13
Views: 5474

Re: UNIX sort

unix sort is by default character wise . to sort it on numeric value ..it has to be sort -n hi, While using the sort stage i have to come to know that the unix sort option always sorts Character wise. That is between 10 and 7 10 comes before 7 in ascending order. Please tell me if this patch has bee...
by novice_pgr
Mon May 29, 2006 4:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: where is the PATH variable value will be set in DataStage
Replies: 10
Views: 5789

dwblore: Salil : I dont have the administrator rights for this system. But when i view the environment settings for our project , it is given as PATH /IBMdb2/home/db2rtcl/sqllib/bin:/IBMdb2/home/db2rtcl/sqllib/adm DSGuru2B: This is happenning only when we run via the script. I login through a user c...
by novice_pgr
Thu Apr 27, 2006 11:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: identify temp files created by DS
Replies: 7
Views: 4123

identify temp files created by DS

Our AIX is running out of space , but very recently we added 1GB for this /dstage/dsadm folder. When we increased the space , DataStage was running quite faster. How do i identify the temporary files which i can delete in DataStage to clear off some space. I have already cleared of some unnecessary ...
by novice_pgr
Mon Feb 27, 2006 9:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Error
Replies: 9
Views: 4590

i want to kill the process which are currently run by one user and start running them fresh. if i do ps-ef | grep <user> i get a process like that which i dont have permission to kill it. Can u tell me wht this process is doin ? /u01/appl/DataStage/DataStage/PXEngine/bin/osh -APT_PMsectionLeaderFlag...
by novice_pgr
Mon Feb 27, 2006 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Error
Replies: 9
Views: 4590

statistics info

Craig System = SunOS Node = ssi2 Release = 5.8 KernelID = Generic_108528-18 Machine = sun4u NumCPU = 2 Job design is to do an insert/update for the target table. But the sequence has 18 jobs within it to be invoked. So 18 jobs will be started parallely . So, any fixes for this ? Some where in some c...
by novice_pgr
Mon Feb 27, 2006 12:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Error
Replies: 9
Views: 4590

Sequence Error

Hi All

<Seq_Name>.JobControl
(@JAC_SEPCS_MDSNG_NAMPLT);controller problem; Error calling
DSRunJob(<jobname>,code=-14
(Timed out while waiting for an event)


Anyone faced this before ?
suggestion to resolve this ?
by novice_pgr
Tue Jan 24, 2006 9:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperatorController,0: Failure during execution o
Replies: 1
Views: 5082

APT_CombinedOperatorController,0: Failure during execution o

Hello We have lookup for the same table and if it is not found then we do an insert in the same table ; and if entry found in the lookup we do an update in the same table as that of lookup table. We have used DB2 API stage . And we get this error . "APT_CombinedOperatorController,0: Failure dur...