Page 1 of 1

Cannot find executable job file RT_CONFIGxxxx

Posted: Tue Nov 06, 2012 11:18 am
by mdbatra
Hi All,

I was refreshing one category in Sys project from Prod but importing it throws an error "Cannot find executable job file RT_CONFIGxxxx". Tried deleting all jobs from this category before import still same error. Even tried compiling the affected the jobs but its ends up with error message "A call to on OLE server has failed, or a run time error occurred within the OLE server itself. Compilation failed - no other information provided. "

how to tackle this ?

Posted: Wed Nov 07, 2012 12:55 pm
by mdbatra
Hi All

this is getting bit critical from project perspective. could somebody suggest a workaround/solution for this , would appreciate any direction here.

Posted: Wed Nov 07, 2012 1:15 pm
by mdbatra
Got a trivial workaround, but doable only if no. of jobs is not large, still worth sharing i guess.

Make a copy of job, rename older one to <actual_old(whatever)> , rename copy to <actual> and compile. it worked successfully -thank heavens no. of jobs in this particular category was just 9 8)

but would like to see a better technical answer if possible.

Posted: Wed Nov 07, 2012 1:16 pm
by priyadarshikunal
did you check if the server is not getting out of disk space?

Did you try re-indexing?

Posted: Wed Nov 07, 2012 1:24 pm
by mdbatra
Hi Priyadarshikunal

The server has good amount of free space.
as already posted, got a workaround for now. would you mind elaborating a bit on re-indexing ?

Posted: Wed Nov 07, 2012 2:19 pm
by priyadarshikunal
These kind of problems are often related to the corrupt indices in UV or a part of information getting missed due to lack of space in installation directory. If it relates to the corrupt indices, you need to rebuild them.
As the Reindex name suggests, it will rebuild the indices in UV for that project. To reindex you need to make sure no one is connected to the server and then in administrator select the project the command and then run DS.REINDEX ALL click next or respond if you see prompts, then close at last.

Posted: Wed Nov 07, 2012 3:39 pm
by mdbatra
Many thanks...will try and get back.