Search found 131 matches

by vij
Mon Jun 04, 2007 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Renaming the job or routine
Replies: 1
Views: 709

Renaming the job or routine

Hi all,

is it possible to rename the job or a routine from Adminstrator using a SQL command? If not possible, other than a right click on job/routine, is there any way i can rename the job or routine?
This process is actually taking more than 10 min sometimes.
by vij
Thu Mar 15, 2007 11:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal error with Reason codes
Replies: 1
Views: 731

Fatal error with Reason codes

Hi all,

I have a job which loads the MQ and when I ran the job, I got a fatal error with reason codes 2035 and 2058 sometimes.

Now I want to know where can I find the elaborative description for these reason codes.

Thanks in advance!!!
by vij
Wed Mar 14, 2007 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal error when reading the input file
Replies: 4
Views: 1754

Thanks for the reply, Kumar.
The datatype is Varchar. should I change the datatype?
length is 258Kb.
by vij
Tue Mar 13, 2007 10:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal error when reading the input file
Replies: 4
Views: 1754

Fatal error when reading the input file

Hi all, I get this fatal error when I run my job: SQ_IN_01,0: Consumed more than 100000 bytes looking for record delimiter; aborting As specified in th error, in this input file, I have some records and each record occupies about 256KB of data and then comes the record delimiter, UNIX newline. Is th...
by vij
Mon Mar 12, 2007 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File pattern
Replies: 3
Views: 1013

File pattern

Hi, I have some xml messages in a folder on UNIX server and I want these files to be read by DataStage. 1.Can I use "File Pattern to read these files? Is there any limitation in the number of files read using the File Pattern Technique? 2.If File pattern can be used, suggest me some other idea ...
by vij
Mon Mar 12, 2007 1:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pass value from UNIX script to DataStage Job
Replies: 2
Views: 1332

pass value from UNIX script to DataStage Job

Hi all,

I would want to know how to pass a value from a UNIX script to DataStage job. Actually the UNIX script triggers this DS job and we have to have a value to be passed from the script to the job.

can anyone explain me how to do this.

Thanks in advance!!!
by vij
Tue Feb 27, 2007 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Limit the entry in the log file
Replies: 8
Views: 2206

Limit the entry in the log file

Hi all, I am loading millions of records into a SQL SERVER table. For each of the rejected record, I get an entry in the log and the log gets filled and creates problems, so I wanted to restrict the number of entries written to the log. Can you please tell me how to restrict this? Also, I am using a...
by vij
Mon Feb 26, 2007 12:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting the file Logically
Replies: 3
Views: 922

Splitting the file Logically

Hi all, I have a requirement which goes like this - A .txt file should be splitted (logically) based on the memory / size of the data and a hard coded value should be appended for each and every split and written into a output file. To explain it more clearly- The input file which is more than 256KB...
by vij
Tue Feb 20, 2007 11:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: fatal error when using a BCP load stage
Replies: 4
Views: 1455

Now I have a new question in my mind, Is this BCP stage can b used on my UNIX based DataStage? :?:
by vij
Tue Feb 20, 2007 11:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: fatal error when using a BCP load stage
Replies: 4
Views: 1455

Thanks Ray! I have no idea, but when I click the "property help" option seen on the stage-> properties of BCP Load Stage, It says, when Loading into sybase,you have the choice of using either the sybase DBLIB client library or the CTLIB client library depending on what you have installed. ...
by vij
Tue Feb 20, 2007 10:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: fatal error when using a BCP load stage
Replies: 4
Views: 1455

fatal error when using a BCP load stage

From this forum, i came to know that I can use a BCP Load Stage to do a Bulk Load on MS SQL SERVER DB. So, I created a server job to do a bulk load and I got this error - "nameof the job..name of the stage: Could not load dssybctl.so" In the client library column, I have used the default v...
by vij
Fri Feb 16, 2007 12:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting input data into files
Replies: 2
Views: 685

Splitting input data into files

Hi all, I got a new requirement which says : The input txt file from Unix box should be read by datastage and should be splitted in to multiple XML files based on the size of the data, for an eg., 256Kbytes. Is it possible to achieve this from datastge? If so, please let me know. Thanks in advance!!
by vij
Thu Feb 08, 2007 11:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Doubt in the execution of jobs in sequencer
Replies: 5
Views: 1656

Thanks for all your reply, I am telling a something which had happend when I ran the sequencer. The sequencer got aborted, because the Job2, which I have already specified had encountered a fatal error, due to space issue. My doubt was - As Job 2 failed, it should not trigger Job6 , but as other job...
by vij
Thu Feb 08, 2007 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Doubt in the execution of jobs in sequencer
Replies: 5
Views: 1656

Doubt in the execution of jobs in sequencer

Hi all, I have a doubt in the execution of jobs in the sequencer - I created one sequencer which has the following structure: Job1 ---> Job5 Job2 ---> Job6 Job3 ---> Job7 Job4 ---> Job8 Here Jobs 1 to 4 will run in parallel, independent to each other and Job 5 till 8 is based on the result of the pr...
by vij
Thu Feb 08, 2007 4:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Doubt in - Sequence of records processed by DataStage
Replies: 10
Views: 5043

Hi all, Let me explain the query again: It is related to loading data into a SQL SERVER DB table from the sequential file, not retriving the data from the table. Actually I use a Sequential file to load the table and this sequential file was inturn an ouput from a job, which runs in parallel and her...