Search found 103 matches

by arun_im4u
Wed Dec 14, 2005 1:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rejecting all rows which cannot be loaded in ORACLE
Replies: 21
Views: 10114

U can capture the reject rows without warning by writing the rejected row through an interprocess stage into a sequential file. When u specify reject row and try to capture the rejected rows into a seq file then it generates a warning. Capture the rejected rows into a IP stage and then into a seq fi...
by arun_im4u
Wed Dec 14, 2005 1:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: conversion to timestamp
Replies: 4
Views: 1462

Thanks for the suggestions.
by arun_im4u
Wed Dec 14, 2005 9:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File missing
Replies: 2
Views: 734

File missing

Hi, I have a job which extracts data from a oracle database using odbc stage and splits data into 7 files based on the @OUTROWNUM. The files are split as 40 million, 40 million, 30 million, 20 million, 20 million, 20 million and so on.... I checked it after it ran and the third file is empty. I chec...
by arun_im4u
Tue Dec 13, 2005 9:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: conversion to timestamp
Replies: 4
Views: 1462

conversion to timestamp

hi, I have a job which extracts data from one table to another table in Oracle database. There are 3 columns in the table which has a number in milliseconds. The number represents number of milliseconds from jan1 1970. So if a record was created on jan1 1970 at 12:00 am then the value in those colum...
by arun_im4u
Mon Nov 14, 2005 5:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 bulk loader - Named pipe error
Replies: 0
Views: 1038

DB2 bulk loader - Named pipe error

Hi all, I am using the DB2 bulk loader stage to load data into DB2. It works fine with the sequential file load method, but fails with the NamedPipe load method. Error message: [quote]STANDARDIZED_DB2_LOAD..DB2_UDB_Load_27: Invalid pointer to stage user data mkfifo error creating named pipe[/quote] ...
by arun_im4u
Mon Nov 07, 2005 12:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in transformer stage
Replies: 2
Views: 998

The problem is solved. My user-defined sql query and my table definitions were not in sync. I changed that and its working fine now.

Thanks.
by arun_im4u
Mon Nov 07, 2005 11:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in transformer stage
Replies: 2
Views: 998

Error in transformer stage

Hi, I am getting this error in one of my jobs, that was working fine till now. It doesnt give me too much info. Error message: Warning: XXX..Transformer_62: %s Fatal: XXX..Transformer_62: |-100| Any help would be great, I tried copying the job, renaming the stages and replacing the stages with new o...
by arun_im4u
Tue Aug 30, 2005 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: deleting rows from table using odbc
Replies: 2
Views: 1115

Thanks Ray. It worked fine.
by arun_im4u
Mon Aug 29, 2005 2:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: deleting rows from table using odbc
Replies: 2
Views: 1115

deleting rows from table using odbc

Hi, I have a job which retrieves data from a Oracle database and writes into a flat file. Then I have to ftp that file and go back to the database and delete the rows which have been extracted. I have to delete the rows from the table by selecting the maximum time stamp from the flat file and delete...
by arun_im4u
Tue Jul 19, 2005 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fastexport from muliple tables
Replies: 1
Views: 740

Fastexport from muliple tables

Hi all, I am trying to do a fast export from Teradata using Datastage. I was able to do a fastexport from a single table, but when I tried to do a fast export from two tables using a user-defined sql join query it bombed. I was wondering if we can do a fast export from multiple tables using a single...
by arun_im4u
Wed Jun 29, 2005 6:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to compile or open job.
Replies: 5
Views: 1814

Hi sainath, I am actually trying to delete that job, bcos i have a copy of it. The job does not exist in the director. But when i click on the category(datastage director) under which this job was there it throws me a message saying configuration file missing for that jobname. In the datastage desig...
by arun_im4u
Wed Jun 29, 2005 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to compile or open job.
Replies: 5
Views: 1814

Unable to compile or open job.

hi, I had a problem opening one of my jobs in datastage. I cleared the status file, cleaned up resources and also killed the process in unix. But didnt work. Then i went ahead and deleted the rt_config, rt_status, rt_bp and rt_log files, but didnt work. Now my admin said he can restart the server an...
by arun_im4u
Thu May 26, 2005 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to start multiload process
Replies: 0
Views: 1818

Unable to start multiload process

Hello all, I am getting this error when I try to use the Teradata mload stage. Its been working fine till now and no changes have been made to the job. Teradata_Multiload_2: Unable to start MultiLoad process : MultiLoad failed: Check MultiLoad report /tmp/**** This is wat the report says: **** 08:24...
by arun_im4u
Tue May 24, 2005 3:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stop the sequence on 0 rows
Replies: 3
Views: 923

Stop the sequence on 0 rows

Hi all, I have a master sequence job which calls many sequences within it. Each one of the sequence job updates 4 tables in the database. My problem is how to stop my sequence if i get 0 rows and trigger the next sequence. If i get 0 rows then it should not update any tables and go to the next seque...
by arun_im4u
Tue May 03, 2005 3:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML input stage: Phantom error
Replies: 1
Views: 620

XML input stage: Phantom error

Hi, I am getting this error when I use the XML input stage. My test data has only 3 rows. "DataStage Job 539 Phantom 2531 Program "DSD.StageRun": Line 301, Square root of a negative number. DataStage Phantom Finished" What is this phantom and where would the logs be?? Any suggest...