Hello Everyone,
I am facing an issue while doing server migration from an existing server to a new server.
All my jobs are running fine except for one.
This job is is trying to run a SSIS package, which is having a script task in it.
That script task is referencing an external dll (Already installed in GAC)
I am getting following error message, when trying to run that package from job:
Installation of the certificate failed. Message:Access is denied. Source:System StackTrace: at System.Security.Cryptography.X509Certificates.X509Store.Add(X509Certificate2 certificate) at Foss.Mosaic.Foundation.Infrastructure.Certificates.CertificateManager.InstallCertificate(X509Store store, X509Certificate2 certificate)
Anyhow, The job runs fine when an admin credential is provided, that too for next next one hour.
Then I need to again login to the RDP with admin credentials.
This was not the case in old server, the job was running fine there.
Can anyone please help, I tried many options but still no luck :(
Sorry, If I am not clear & please let me know for any question.