Activity overview
Latest activity by nagac
We can go with any one of these two methods. We are using SQLBackupC.exe as it is easy to use and we can directly execute it through cmd prompt.
We have got temporary solution from Support for this solution but there is no solution for automation
runas /netonly /user:domainuser cmd
Backup works when I do this before I execute the actual Backup process. But this needs to be configured in system without using the above steps. / comments
We can go with any one of these two methods. We are using SQLBackupC.exe as it is easy to use and we can directly execute it through cmd prompt.
We have got temporary solution from Support for this...
But we are not supposed to execute the script as administrator in our organisation. As we have separate domain accounts which should be used to execute any batch processes or Agent jobs.which is why we are trying to solve this access related issues.
thanks / comments
But we are not supposed to execute the script as administrator in our organisation. As we have separate domain accounts which should be used to execute any batch processes or Agent jobs.which is wh...
It will create database backup file without any exceptions. / comments
It will create database backup file without any exceptions.
Hi Petey,
You are absolutely right.
Thanks
Naga / comments
Hi Petey,
You are absolutely right.
Thanks
Naga
Our Windows System Administrators has confirmed that the User id is having access.
I just found something weird here, I had scheduled the script through windows task scheduler and it worked fine without any errors. however it doesn't work only when I run it manually. I used same user in both these cases.
Thanks / comments
Our Windows System Administrators has confirmed that the User id is having access.
I just found something weird here, I had scheduled the script through windows task scheduler and it worked fine wi...
The User is under Administrators group, So it has rights on "Create Global Objects" / comments
The User is under Administrators group, So it has rights on "Create Global Objects"
I did it, and I could see the same userid which I used to run the commands.
I googled the error and it says user id should have rights on Create Global Objects. Is that the one I need to look now? / comments
I did it, and I could see the same userid which I used to run the commands.
I googled the error and it says user id should have rights on Create Global Objects. Is that the one I need to look now?
osql -E -Q "SELECT IS_SRVROLEMEMBER('sysadmin')" 1
/ comments
osql -E -Q "SELECT IS_SRVROLEMEMBER('sysadmin')"1
Hi Petey,
I have checked the roles the user id i am using while connecting to command prompt has sysadmin role. Sql backup Agent is running by using the same user. / comments
Hi Petey,
I have checked the roles the user id i am using while connecting to command prompt has sysadmin role. Sql backup Agent is running by using the same user.