Hi,
I have server that had 2008 Standard edition on it. There were some jobs on the instance with owner being set as domain service account. We installed 2014 Enterprise edition on same box and transfer jobs to the new instance. The jobs start failing with below error message.
The job failed. Unable to determine if the owner (myDomain\SQLServiceAccount) of job "XXXXXXX" has server access (reason: Could not obtain information about Windows NT group/user 'myDomain\SQLServiceAccount', error code 0x6e. [SQLSTATE 42000] (Error 15404)).
If I am changing the job owner to SA it is working fine, but does not like the idea of using SA as job owner.
Any help will be appreciated.