Search found 51 matches

by sri1dhar
Wed Sep 13, 2006 10:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing record delimiter "\n", saw EOF instead
Replies: 22
Views: 45109

I encounter the similar problem, i don't remeber exactly, but it is related to the final delimiter only, try using different type of final delimiter, probably setting the final delimiter value to 'none' wolve the problem My job was actually working fine until a few days back. Then when I was testin...
by sri1dhar
Wed Sep 13, 2006 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing record delimiter "\n", saw EOF instead
Replies: 22
Views: 45109

Hi, Both exactly the same job, one in SIT and another in Development project. Reading the same file. SIT gives the problem and Development wont. Will the rerun of the SIT job work. :roll: Regards kumar Kumar - Can you please let me know if you fond what was the issue. I have the same problem now.
by sri1dhar
Thu Aug 24, 2006 6:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage server Maintainence
Replies: 24
Views: 12970

kris007 wrote:[Well I can delete using UNIX rm command but if the file happens to be a dataset then I would only be deleting teh configuration file and that leaves the real data file hanging somewhere using up the space.
The real data files are created in your resource directory.
by sri1dhar
Thu Aug 24, 2006 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trapping Oracle error message
Replies: 8
Views: 2542

Re: Trapping Oracle error message

sanjay wrote:
I want Trap oracle error message in file . I am using oracle enterprise Stage . I am getting sqlcode in reject link but i also want actual oracle error message
Did you use generated SQL or user-defined SQL.
by sri1dhar
Thu Aug 24, 2006 10:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle enterprise Insert only
Replies: 6
Views: 2439

ray.wurlod wrote:Do you have a rejects-handling output link from the Oracle Enterprise stage?
Yes, to a peek stage
by sri1dhar
Wed Aug 23, 2006 10:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle enterprise Insert only
Replies: 6
Views: 2439

That's right. You set it up for a generated upsert and that gives you a generate insert and update statement. You copy your insert statement into the clipboard. You switch it to user-defined update and then paste the insert statement into the entry screen and modify it to suit. This works if there ...
by sri1dhar
Wed Aug 02, 2006 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborting when running with large data sets
Replies: 7
Views: 3188

There is no problem with the diskspace, both scratch and resource. TransUpsert is a Transformer stage.

When I replace Sybase OC stages with copy stage or dataset it works fine.
by sri1dhar
Tue Aug 01, 2006 10:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborting when running with large data sets
Replies: 7
Views: 3188

Job aborting when running with large data sets

The job reads from a DataSet and based on a constaint writes to one of the 9 Sybase Tables. I am using Sybase OC stage. Job runs fine when the source data set has about 100,000 rows. But aborts with the below errors when ran using a dataset with 470,000 rows. TransUpsert,1: Unable to wait for job to...
by sri1dhar
Fri Jul 14, 2006 1:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: handle exceptions and continue
Replies: 3
Views: 874

I don't think its possible with the global exception handler. You will have to explicitly handle the errors and continue to the next job. i.e. on the job activity trigger expression type = Unconditional, you will need to handle the exception using a routine or execute command activity and then conti...
by sri1dhar
Thu Jul 13, 2006 2:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequence question
Replies: 12
Views: 4876

Don't forget to check the "Automatically hanle activities that fail" option in the General job properties when using a Exception handler.
by sri1dhar
Thu Jul 13, 2006 2:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameter to Job Activity in a Job Sequence
Replies: 5
Views: 2856

I don't think you can parameterize the job name in job activity. The other approach is to develop a routine to call the job. Routine takes the job name and job parameters as parameters. Call the routine in the sequence using routine activity with job name as parameter.
by sri1dhar
Wed Jul 12, 2006 7:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: any strategy whether to go for parallel job or server job
Replies: 4
Views: 1529

My personal experience is Parallel jobs may perform better but they take longer to develop. There are several bugs & the issues just keep coming. Server Edition is much stable. Still we decided to stick with Parallel jobs.
by sri1dhar
Wed Jul 12, 2006 10:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sybase OC stage - Reject capturing
Replies: 6
Views: 1853

But it should still 'work' as in capture rejected rows. How are you defining the 'reject' link - check the option, via a constraint, both, what? And when you use those 'combo' update actions, never expect the first action to generate any rejects, that failure is what drives the firing of the second...
by sri1dhar
Tue Jul 11, 2006 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can I redirect records that result in an "import error&
Replies: 4
Views: 1676

Which stage are you using for sourcing data. If its a sequential file stage then in the properties tab ->Options -> you can set Reject Mode = Output and rediret these records through a reject link, and perhpas write to a sequential file. You can only get the orginal row data but not the error message.
by sri1dhar
Tue Jul 11, 2006 12:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase OC stage - Reject capturing with BASIC transformer
Replies: 2
Views: 1321

DSguru2B wrote:What link are you providing in the linkname.REJECTED. That linkname should be the one going into the database.
Yes, I am using the linkname that is going to the Sybase OC stage.