Search found 150 matches

by vinsashi
Fri Aug 30, 2013 4:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: localuv db not able to fetch data
Replies: 7
Views: 4057

At universe stage if i view it showing empty source.if i run job running successfully but no rows

Thanks
by vinsashi
Fri Aug 30, 2013 12:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: localuv db not able to fetch data
Replies: 7
Views: 4057

in both projects having same entry in uvodbc.config file.
and imported table definition example1 from each project but still not able to fetch data from proj2.

Thanks!!
by vinsashi
Thu Aug 29, 2013 8:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: localuv db not able to fetch data
Replies: 7
Views: 4057

have created two projects proj1 and proj2 on same server.imported prod dsx to both projects both projects sychronized. i have created new job to get list of jobs in project.So created new job in proj1. source query: SELECT DS_JOBS.CATEGORY,DS_JOBS.NAME AS JOB_NAME FROM DS_JOBS universaldatabasestage...
by vinsashi
Thu Aug 29, 2013 7:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: localuv db not able to fetch data
Replies: 7
Views: 4057

localuv db not able to fetch data

Hi,
have created two projects on same server.in one project in job can able to fetch data from univese database (localuv) from ds_jobs&ds_jobobjects.but in another project i couldnt able to fetch data please help on this.

Thanks
by vinsashi
Thu Aug 22, 2013 3:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: server job running slow
Replies: 1
Views: 1608

server job running slow

Hi, my production database having fn_hash function. PROMPT FUNCTION fn_hash CREATE OR REPLACE FUNCTION fn_hash(in_str clob) RETURN VARCHAR2 IS BEGIN return DBMS_CRYPTO.HASH (in_str, DBMS_CRYPTO.HASH_SH1); END; / My ETL job calling this function to find delta records. oracleocistage-->lookupwith hash...
by vinsashi
Tue Jun 04, 2013 3:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge stage in server jobs
Replies: 1
Views: 1622

Merge stage in server jobs

Hi, merging two files ,should i need to specify all columns of files in merge stage.if not specify its showing error after running. example file1: c1|c2|c3|c4|c5|c6 file2: d1|d2|d3|d4 outputfile: c1|c2|c3|c4|d1|d2|d3|d4 at merge stage level for first file i didnt specified c5 and c6 at column defini...
by vinsashi
Wed Dec 14, 2011 8:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: odbc setup for mysql database in linux
Replies: 1
Views: 1468

odbc setup for mysql database in linux

Hi,
Please let me how to setup odbc setup for mysql database.which driver i should mention in the odbc.ini file under the dsengine folder.

Thanks
SS..
by vinsashi
Thu Oct 20, 2011 1:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: previous date
Replies: 6
Views: 4020

in my source file i am getting date columns and for target i should pass previous date for those columns.

ex:
frezdate
10/01/2010
01/03/2010

output:
09/01/2010
27/02/2010

like this i want output just previous date i should load for each record.
by vinsashi
Thu Oct 20, 2011 12:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: previous date
Replies: 6
Views: 4020

previous date

i want to extract previous timestamp from current timestamp filed in datastage PX.


Thanks
v......
by vinsashi
Tue Oct 18, 2011 1:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join two keys with lookup stage
Replies: 7
Views: 3081

will it possible.if itpossible how to do what are the options i should mention
by vinsashi
Mon Oct 17, 2011 10:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join two keys with lookup stage
Replies: 7
Views: 3081

join two keys with lookup stage

Hi, i have two fileds in source f1,f2 and in reerence data i have r1,r2 column. first i should lookup f1 and r1 then for matchinf records i should pass r2 .for unmatching records i should lookup f2 with r1 then i should pass r2 for those records.is this one how can i do with singale lookup stage. .....
by vinsashi
Thu Sep 29, 2011 7:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Open command at oracle stage
Replies: 2
Views: 1795

Thanks a lot its working with CALL statement.
by vinsashi
Thu Sep 29, 2011 4:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Open command at oracle stage
Replies: 2
Views: 1795

Open command at oracle stage

Hi, I created stored procedure in oracle database. create or replace procedure sp_TruncateLandingTable ( itable_name varchar2 ) as l_table varchar2(255); begin l_table := 'truncate table ' || itable_name; dbms_utility.exec_ddl_statement(l_table); end sp_TruncateLandingTable; and in oracle stage open...
by vinsashi
Mon Aug 01, 2011 11:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FIle Patten issue
Replies: 5
Views: 1771

FIle Patten issue

Hi, In source folder i have filenames like this FM PRINTVALUE REPORT 022211.txt FM PRINTVALUE REPORT 022311.txt FM PRINTVALUE REPORT 022411.txt in seq file i mentioned with FM*.txt and read method changed to FILEPATTERN. and extracting filename with 'FILE NAME OPTION' in seqfile.but in view data it ...
by vinsashi
Mon Jun 27, 2011 2:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: time to integer issue
Replies: 4
Views: 2541

unable convert time to int32 error getting....