Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 181285

Re: Migrated SQL Database; Error Recreating Some Jobs

$
0
0

I recreated your issue in my environment and this is the solution that worked for me. The VPX_JOB_LOG table on my VCDB database is dbo.VPX_JOB_LOG. So I changed the sql for job_dbm_performance_data_mssql.sql from :

 

IF (SELECTCOUNT(*)FROMVPX_JOB_LOG WHERE ....

 


to this:

 

IF (SELECTCOUNT(*)FROM VCDB.dbo.VPX_JOB_LOG WHERE ...

 

 

and it worked just fine.


Viewing all articles
Browse latest Browse all 181285

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>