BCA0042

Hello

I am using bo 6.5 sp3.
Database - oracle

When I try to log into scheduler, I get the error message " bca0041 Cannot refresh the data of the security domain
status : CS
Message: bad value for field: UINt 64 "
Attached is the error.

I see that I need to do the below step ( update your repository tables to replace values of 2147483648 with 2106368 in the DS_pending_Jobs table; i.e., update DS_PENDING_JOB set

day_timing = 2106368 where day_timing = 2147483648
) to resolve it given in other posts.

My question is how do i exactly perform this update of repository table? Is it done in the supervisor or designer ? OR is this done by the dba?

Please give me step by step method to do this, Thanks.

Frank


frank_tyson (BOB member since 2007-05-31)

I’ve never seen that problem or the solution, so I can’t offer any opinion on whether it works (any update the repository is risky if you don’t know exactly what it does). But, an update to ds_pending_job would have to be run on the repository database itself. If you don’t have access or permission to log on to the database, then your DBA will need to do it.

Joe


joepeters :us: (BOB member since 2002-08-29)