Page 1 of 1

localuv db not able to fetch data

Posted: Thu Aug 29, 2013 7:34 pm
by vinsashi
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

Posted: Thu Aug 29, 2013 7:56 pm
by ray.wurlod
What's different?

Note: "nothing" is not the correct answer.

What error message(s) do you get in the second project?

Help us to help you.

Posted: Thu Aug 29, 2013 8:10 pm
by vinsashi
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(dsn-localuv)--transformer-seqfile

This job excuted in proj1.i am getting data.

but in the proj2 same job imported and excuted there is no data.

Please help on this

Posted: Thu Aug 29, 2013 8:26 pm
by ray.wurlod
Is there an entry for localuv in the uvodbc.config file in each project?

Can you import the table definition for UniVerse table EXAMPLE1 in each project?

Posted: Fri Aug 30, 2013 12:37 am
by vinsashi
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!!

Posted: Fri Aug 30, 2013 2:44 am
by ray.wurlod
Where exactly is the problem?
Can you View Data using the UniVerse stage?
Are there any errors or warnings in the job log?

Posted: Fri Aug 30, 2013 4:54 am
by vinsashi
At universe stage if i view it showing empty source.if i run job running successfully but no rows

Thanks

Posted: Fri Aug 30, 2013 3:05 pm
by ray.wurlod
Then maybe the query genuinely returns 0 rows. Try executing the query using the Administrator client Command window.