Search found 41 matches

by SachinCho
Thu Jul 19, 2012 10:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_ORACLE_PRESERVE_BLANKS
Replies: 12
Views: 6989

Pretty sure that database has datatype as varchar2(20) and also while reading from seq file I am reading as varchar. Only thing is not specified any length while reading from file
by SachinCho
Thu Jul 19, 2012 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_ORACLE_PRESERVE_BLANKS
Replies: 12
Views: 6989

small correction

it is adding extra spaces in loaded string. If my column has length as varchar(20) then loaded string would be "sachin " + 13 spaces

In earlier post this was not reflecting properly hence confusion
by SachinCho
Thu Jul 19, 2012 2:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_ORACLE_PRESERVE_BLANKS
Replies: 12
Views: 6989

Hi Ray,
but it shud preserve only existing spaces right. And should not pad string with additional spaces based on length of the string.
by SachinCho
Thu Jul 19, 2012 12:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_ORACLE_PRESERVE_BLANKS
Replies: 12
Views: 6989

APT_ORACLE_PRESERVE_BLANKS

Hi, We are trying to load flat file on unix server to oracle table through oracle enterprise stage. I have a input column customer_name which contains some trailing spaces which we need to preserve while loading. e.g "sachin " should be loaded as it is and not as "sachin". For th...
by SachinCho
Wed Nov 03, 2010 3:23 am
Forum: General
Topic: Delete/Remove multiple instances of jobs
Replies: 10
Views: 5836

Delete/Remove multiple instances of jobs

Hi, in our project we have lot of resuable multiple instances job. This creates hundreds on instances in single day. We want to clean these instances on weekly basis through an automated process. There should not be any manual intervention. Any pointers e.g we have a batch id generation job which ru...
by SachinCho
Thu Jul 01, 2010 2:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stop the sequence at specific time
Replies: 7
Views: 2844

Stop the sequence at specific time

I have a datastage sequence which runs for 24 hours. I want stop this job on friday night and restart again on monday morning. Restarting can be done manually. Any pointers how to stop at specific time? This should be graceful exit and job should be in stopped/restartable state and not in aborted.
by SachinCho
Tue Jun 29, 2010 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routines to run 24/5
Replies: 2
Views: 1201

Routines to run 24/5

Hi, We have few polling routines in our project which continuously polls particular table at an interval of 60 sec for some entry. Once entry is available it runs the specific job. This routines are placed in individual sequencer and it runs 24/7 once triggered from autosys. We want to run it only f...
by SachinCho
Fri Mar 19, 2010 2:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple job compile issue
Replies: 2
Views: 1637

Multiple job compile issue

We are using 7.5.1 PX. We migrated our datastage code to QA by importing it from DEV. When we are using multiple job compile utility to compile all the jobs couple of datastage sequences show compilation error. e.g S051GPSVendorFeedRequest - Failed << Activity NCA_EmptyChk: Trigger Expression Lnk_To...
by SachinCho
Tue Mar 16, 2010 10:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job running infinitely
Replies: 3
Views: 2053

We have email mechanism which send emails on completion or failure. We are not getting any such emails.
Plus this job is running since more than 24 hours now.
by SachinCho
Tue Mar 16, 2010 10:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job running infinitely
Replies: 3
Views: 2053

Datastage job running infinitely

Hi, We have one datastage job which is running fine in one environment. When we migrated the same job to QA environment it is running endlessly. What could be various reasons for such behaviour. Job design involves a copy stage from which no records are flowing in subsequent stages. Also there is a ...
by SachinCho
Tue Feb 23, 2010 4:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoiding 0 byte Sequential File creation
Replies: 4
Views: 2157

Avoiding 0 byte Sequential File creation

Hi, I have one parallel job in which is common for two processes. Depending upon process name there are two flows inside it say A and B. Now if process name is A it generates XML file and if process name is B then it generates seq file. Requirement is if job runs for process A then only XML file sho...