Hi Prem,
Standard when you install a service with the TDP or dsmcutil, that service is installed with user 'Local System'.
Hence the schedule is running as Lokal System and that user has no SQL SysAdmin role.
Changing the login user in the service (Cad, schedule and agent) to your user xabcd will do the job.
Tip: When user xabcd must change his password every period, create another user, give it Sysadmin role in SQL and never change his password.
Regards,
Frank
In Reply to Prem Singh:
Hello Team,
I have setup SQL DB full backup, diff, as well log backup separately when I am going into log it is showing error 1900 in the event log and on client system it is throwing below error.
ACO5426E The SQL log on does not have the Sysadmin role: CSqlApi::LogonServer:7119:1904 Server:IsSysadmin:false
I know this is a permission issue, just to update when I am running backup from TDP GUI backup is happening, from script it is working, in the foreground it is working it just that when that runs in the background it is failing with error code 1900 and on sql server with above log , my user name is xabcd that has a system admin role on sql, schedule service i have installed from this user only.
Please advise what can be check further.
Thanks
Prem