while trying to add smb volume to the snapshot set in windows server 2012 R2 - hyper-v

In windows server 2012 R2, While trying to add the smb volume to the snapshot set, i get an error 0x8004230f after calling the AddToSnapshotSet() function. I have searched the error and found some resolutions on http://kb.backupassist.com/articles.php?aid=2971 but it was not helpful for me. Does anyone has a solution for it?

Related

SQL Server 2014 services are not visible

I've installed the SQL Server MgmtStudio 64BIT\SQLManagementStudio_x64_ENU.exe . I tried to login in the SSMS but it throws an error specifying "Network Path Not Found.". After googling I found to start the services.
But, in my services I couldn't even find the list of SQL services as show in the below image.
I even checked the sql server configuration and everything is enabled.
This is my first time installation in Windows 10 64 bit.
Please provide if this might be a duplicate.
I think you installed only the management studio client. Please install the Server version of SQL Server
https://www.microsoft.com/en-us/download/details.aspx?id=42299

Deploy SQL Database to MS Azure Storage - Error: 40804 [duplicate]

I'm trying to move my databases to a newer Azure subscription. I used to simply click "Deploy to Azure" on a local database from SSMS and have it deployed to a specified Azure server. Importing/Exporting a BACPAC file also works. However, I can't seem to do any of this on the new server. I keep getting the error:
"The service objective 'Web' specified is invalid."
Googling around, I found this thread explaining the need to update the CREATE DATABASE template to accommodate Azure Databases (Azure upgrade, I'm guessing). However, the hotfix provided is specifically for SQL Server 2014 and I'm using SQL Server 2012. I checked other cumulative updates for 2012 here but found no fix for the issue.
Is there any other way I can fix this without having to upgrade to 2014?
Just to summarize my software versions:
SQL Server 2012
SQL Management Studio 11.0.2100.60
Local database: SQL Server 10.50.16000
Old Azure server: SQL Server 11.0.9230
New Azure server: SQL Server 13.0.15
You are getting this error because the latest V12 servers are not supporting the Web and Business Editions anymore. If you don't want to upgrade to SSMS 2014, you can create a V11 server and import your DB on this server. However this is only a temporary solution as Web and Business edition databases will be retired in September. At this point you will have to work with the latest tools to avoid this problem.
There is a Hotfix for it you can download and install on your machine. Please navigate to:
https://support.microsoft.com/en-gb/kb/2936603
You need to enter your email then download link will be sent to your email address. Then install it on your machine and you can see the following options:
Install the database as a Data Project into Visual Studio,
Set the target framework in the properties window to SQL Azure,
Build the project and resolve any unsupported issues.
Publish to your azure site.
I have tried the above and did not work for me - this solution worked!

SQL Server 2012 Database restore error

I am trying to restore a database backup from SQL Server 2008 R2 to SQL Server 2012 Standard. It keeps failing with the error seen here: http://screencast.com/t/UWC58GrVnWI
The web server is: Windows Server 2012
I tried renaming the file.
I tried to restore on another server
on SQL 2012 and it worked fine
I tried to restore on another
server on SQL 2008 R2 and it worked fine.
Considering above symptoms, I strongly feel the database .bak file is good. It only fails on this web server. What might be the reason?
If you read the error message you will find out that it is clear - the location is invalid. Now, if you check the path of folders and know the basics of how windows file systems work.... guess what, you find out that this is exactly true.
Fix the location. Done.

Issue regarding SSAS features while trying to process a cube in BIDS

I recently adventured into BI and am currently trying to process a cube onto the ssas (by using a BIDS SASS project). I originally had the SQL 20008 R2 Standard version and therefore got the following error:
"Errors related to feature availability and configuration: The 'Perspectives' feature is not included in the '64 Bit Standard' edition of Analysis Services"
So...i downloaded the Enterprise version of SQL 2008 R2, upgraded my whole instance, restarted and proceeded to try again. STILL i got the same issue over again...
What could i do to fix this?
Thanks in advance!
The issues with Enterprise version.Use the Standard version.
Keep one thing in your mind give sysadmin permissions to NT AUTHORITY\NETWORK SERVICE
Thanks
Try restarting the SQL SERVER ,SQL SERVER ANALYSIS SERVICES from Services.msc . I got it resolved the same issue by doing this.

SAP DCOM Connector on Windows Server 2008

Does anybody know, if it is possible to use the "old" SAP DCOM Connector on a Windows Server 2008 ?
I want to migrate a old ASP Web Solution with DCOM Connection to SAP from Windows 2000 Server to Windows 2008 Server.
When I try to install the DCOM Connector I get the Error Message:
"Setup could not find ActivX(R) Data Objects verion 2.5 or higher on your computer...."
That is strange, because ado is there under C:\Program Files\Common Files\System\ado !
Thanks in advance for your help !
I wasn't able to make it work even on windows 2003 server. I don't remember how hard I tried. But its certainly not supported event for windows 2003. And actually this component is out of support since 2005 or something like this.