Search found 66 matches

by bhaskarjha
Thu Sep 14, 2006 6:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: few doubts
Replies: 2
Views: 1507

Hi, One way to search data in Hash file is to open the Hash file in designer & click on <Find> (As u have DS on Windows). For second one if the source have different length then there may be chances of data truncation. So you can take data from the two sources (one with length 40 & other wit...
by bhaskarjha
Thu Sep 14, 2006 1:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert Timestamp ("YYYY:MM:DD HH:MM:SS") in hashta
Replies: 12
Views: 5660

Hi,
Try using this
VALUES ( 9999 , 9009 , "2006-08-21 14:30:00.000000").
by bhaskarjha
Wed Sep 13, 2006 11:38 pm
Forum: Site/Forum
Topic: Ray on 14000!
Replies: 13
Views: 8408

Congratulation

Hi,
Ray Congratulation. You are really helpfull. Keep posting & helping us. :)
Thanks,
Bhaskar
by bhaskarjha
Thu Aug 31, 2006 12:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error retrieving system catalog information for table
Replies: 3
Views: 1033

Thanks to all of you. I have resolved the problem. Actually view name was very big, thats why this error came. So I just reduce the no of characters from the view name & now its running fine.

Thanks,
Bhaskar
by bhaskarjha
Wed Aug 30, 2006 11:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error retrieving system catalog information for table
Replies: 3
Views: 1033

My other jobs, based on similar logic are running fine.
by bhaskarjha
Wed Aug 30, 2006 10:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error retrieving system catalog information for table
Replies: 3
Views: 1033

Error retrieving system catalog information for table

Hi, My job design is as follows, View (source)(DB2) --------> Transformer ----------> Target table (DB2) - Lookup view (DB2) --------------- While running the job I m getting error as "Error retrieving system catalog information for requested tables" "Invalid string or buffer length. ...
by bhaskarjha
Wed Aug 23, 2006 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error retrieving results from server
Replies: 8
Views: 4579

This warning ( The syntax of the string representation of a datetime value is incorrect. ) is coming for all the records, though I have checked the data which got inserted in the target table & they are ok. But I think some tuning should be done for view as it tooks very much time to run the que...
by bhaskarjha
Tue Aug 22, 2006 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error retrieving results from server
Replies: 8
Views: 4579

Hello Chulett,
Design of job is

Source View---> Transformer ---> Target table

I am using DB2 as target database. I am getting one more warning "The syntax of the string representation of a datetime value is incorrect. SQLSTATE=22007" but I am able to view all the data from view.
by bhaskarjha
Tue Aug 22, 2006 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error retrieving results from server
Replies: 8
Views: 4579

Error retrieving results from server

Hi,
I am trying to load a table from a view, the view contains 16 lacs record. It runs fine till 13 lacs record but after that I am getting error "Error retrieving results from server." Is this because of number of records? Please help me in resolving this problem.
Thanks,
Bhaskar
by bhaskarjha
Fri Aug 11, 2006 5:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage AGGREGATOR
Replies: 2
Views: 1083

Abnormal termination of stage AGGREGATOR

Hi

while i m try to aggregate 923000 rows of data , after 910000 rows its gives the warning as "Abnormal termination of stage AGGREGATOR" and job gets the aborted.
by bhaskarjha
Mon Jul 24, 2006 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help req for setting proper ENV variable
Replies: 9
Views: 2742

Hi chulett,
The OS is AIX. I am not using 'cron' or 'at'. I am just scheduling my job from director for evryday (ex:- to run by 7 am in the morning).
by bhaskarjha
Mon Jul 24, 2006 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help req for setting proper ENV variable
Replies: 9
Views: 2742

Hi Arnd,
My job runs fine when I run it with dsjob command.
by bhaskarjha
Mon Jul 24, 2006 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help req for setting proper ENV variable
Replies: 9
Views: 2742

Hi,
Operating System is UNIX, I am scheduling my job (for daily run of job) from director.
by bhaskarjha
Mon Jul 24, 2006 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help req for setting proper ENV variable
Replies: 9
Views: 2742

Help req for setting proper ENV variable

Hi,
My Server job runs fine when I run it from director. But once I schedule the job to run in future. It got aborted with message "Failed to allocate environment handle 'ENV'". Can anyone please suggest solution.
Thanks,
by bhaskarjha
Fri Jul 21, 2006 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: db2 timestamp to date conversion
Replies: 7
Views: 3150

ya , job is server job