Search found 150 matches

by vinsashi
Tue Nov 24, 2015 7:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: bulk load date issue
Replies: 5
Views: 7169

Hi Chulet,
please find below error.

Exception thrown from CC_OraLoad::prepareDirectPathLoad, file CC_OraLoad.cpp, line 1264: The OCI function OCIDirPathPrepare returned status -1. Error code: 1,821, Error message: ORA-01821: date format not recognized.


Thanks
by vinsashi
Tue Nov 24, 2015 12:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: bulk load date issue
Replies: 5
Views: 7169

Sorry small correction in my question. if my oracle target table date field datatype DATE then job getting failed if i choose bulk load and if i set to default option create table then for date fields datatype creating timestamp(9).in this case job not failed.is it necessary to change datatype date ...
by vinsashi
Mon Nov 23, 2015 8:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: bulk load date issue
Replies: 5
Views: 7169

bulk load date issue

Hi, i am using bulk load @oracle_connector stage and job loading data from seq file to oracle table.my input sample date field data is like this 2015-03-31 00:00:00 .After load data date field is showing like 31.03.15 00:00:00.000. Please help on this how to get same input format after load if i use...
by vinsashi
Mon Jul 06, 2015 11:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file lookup
Replies: 4
Views: 6315

Hi, below is my sample query. where column2 have null data in both tables. if execute in db no records. SELECT * FROM table1 a,table2 b WHERE a.column1=b.columns1 and a.column2=b.column2 same scenario in datastage job its passing records to output. by using seq file and hashed file. its ignoring col...
by vinsashi
Mon Jul 06, 2015 8:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file lookup
Replies: 4
Views: 6315

hash file lookup

hi, data loaded to from oracle db to seq file and hahsfiles and key columns are column1 and column2. but column2have null data.in the next job joined based on key columns both seq file and hash file but condition not failed even though null values in column2.could you please clarify seq file and has...
by vinsashi
Mon Jan 12, 2015 2:59 am
Forum: General
Topic: dsx import error
Replies: 3
Views: 3466

Hi,
tried to delete job but unable to delete.while deleting job below error showing.
error:
Cannot get exclusive access to log for job


Thanks a lot..


regards
.....
by vinsashi
Mon Jan 12, 2015 1:41 am
Forum: General
Topic: dsx import error
Replies: 3
Views: 3466

dsx import error

Hi, when overwriting job in data stage job with updated dsx below error occured.please help on this. error: Runtime item ignored as corresponding design item was not imported. import doing with DSXImportService.sh. below command using for import : /opt/IBM/InformationServer/ASBNode/bin/DSXImportServ...
by vinsashi
Thu Apr 10, 2014 9:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: localuv
Replies: 5
Views: 5082

Hi, example: project A &B contains these 4 jobs and in first 3 jobs using product table in source queries. jobnames : 1.extprd01 2.xfmprd02 3.lodprd03 4.extcust01 my new job(String_search_job) created with localuv(universestage) to find job lists in both projects. When I ran String_search_job in...
by vinsashi
Thu Apr 10, 2014 8:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: localuv
Replies: 5
Views: 5082

Hi, in the job at uniVerse stage using below query.while running job giving parameter value to search string. for example in project A i am searching list of jobs which contains PRODUCT table. similar to in in project B. My job working and giving correct output in PROJECT A but not getting correct o...
by vinsashi
Thu Apr 10, 2014 8:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: localuv
Replies: 5
Views: 5082

localuv

Hi, in one server created two datastage projects and in both designed job with localuv(universe stage) to know job lists.but this job working in one project and another project it not working properly. i cross checked uvodbc.config in both project directories. it same only.please help on this why it...
by vinsashi
Sun Oct 20, 2013 8:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: stored procedure stage showing error
Replies: 7
Views: 5431

Hi, Please find the below my job problem description. created new server job in project1 and ran successfully.same job exported with executables and imported in project2 and it showed status as compiled. if i run that job failing with below error. info:job1..Delete: %s fatal:job1..Delete: |0| after ...
by vinsashi
Thu Oct 10, 2013 6:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: stored procedure stage showing error
Replies: 7
Views: 5431

Hi, please find the jobdetails below. 1. serverA&serverB datastage8.5 serverjobs installed. 2.in server A designed one job. job description: Storedprocedurestage-->seqfile in stored procedurestage specified procedure type as 'transform' and at procedure call syntax placed below sample query BEGI...
by vinsashi
Thu Oct 10, 2013 2:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: stored procedure stage showing error
Replies: 7
Views: 5431

In dev and prod servers DS8.5 installed server edition. designed one job and developed and tested in dev server with stored procedure stage and migrated to production server. When its triggered in production server failed with error Error: info:CCVGsmContBase2..DELETE: %s fatal:CCVGsmContBase2..DELE...
by vinsashi
Thu Oct 10, 2013 1:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: stored procedure stage showing error
Replies: 7
Views: 5431

stored procedure stage showing error

Hi, my job is like this. stored procedure stage--> transform--> seqential file i called below statement in stored procedure stage begin delete from sap_sales_base where type=2 ; commit; end; in dev my server job executed successfully. i migrated to prod and ran but showing error. Error: info:CCVGsmC...
by vinsashi
Wed Sep 18, 2013 3:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: months between two dates
Replies: 2
Views: 2838

months between two dates

Hi,
In server jobs i need to caculate number of months between two dates.i couldnt see any function for that in server jobs.please help on this.

Thanks