Viewing 15 posts - 1 through 15 (of 17 total)
Did you get this error when adding an AD group or an AD User? I get this error when attempting to add a group. Users will add.
September 28, 2016 at 9:47 am
I noticed you are receiving the same error I am reciving on two of my SSRS 2012 servers. Have you found a resolution?
library!ReportServer_0-81!db8!09/27/2016-09:45:38:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.UnknownUserNameException: , Microsoft.ReportingServices.Diagnostics.Utilities.UnknownUserNameException:...
September 27, 2016 at 7:57 am
You guys might want to have a look at these:
http://paulouyang.blogspot.com/2015/05/data-collection-mdw-errors-after.html
https://support.microsoft.com/en-us/kb/2793580
Running the following query should give you SSIS errors.
use msdb
select * from dbo.syscollector_execution_log_internal
where start_time >=...
November 19, 2015 at 7:38 am
Also found this:
Posted by ChrisAllenNC on 6/15/2015 at 12:11 PM
We've been able to resolve the issue by taking the SSIS packages off of an instance that wasn't updated yet and...
November 18, 2015 at 9:50 am
Also, if you manually stop the MDW collection jobs, those DCEXEC processes should also close themselves.
November 18, 2015 at 9:10 am
Good luck. I have a call into Microsoft on this issue this very moment. Please familiarize yourself with SQL 2012 SP2 CU7. There is supposed to be...
November 18, 2015 at 9:04 am
This looks old, but I had a similar situation. This is how I fixed it.
--Step 1: Check SQL Agent Job Ownership
--For SQL 2008-2012
...
November 6, 2015 at 1:52 pm
All collections are running without errors. I do not have any clustering. I don't get it. Currently, every instance is showing up in UCP and I can...
October 27, 2014 at 8:20 am
Thanks. I did read that section and again, that applies to "Licensing Individual VMs with Hyper-threading"....not to licensing a full server blade's processor cores for maximum virtualization. That...
February 24, 2014 at 7:02 am
I'm not sure I agree with that SSCrazy. Hyperthreading is only supposed to apply in standalone virtual licensing....not physically licensed cores. Do you have a resource where I...
February 24, 2014 at 6:34 am
Maybe someone can clarify one part of the documentation that I'm currently having an issue understanding fully. On page 12 of the SQL Server 2012 Licensing Reference Guide (
February 20, 2014 at 9:47 am
Mine's very similar, only using SSMS. Was editing a long running query in SSMS when it crashed:
Faulting application name: Ssms.exe, version: 2007.100.1600.22, time stamp: 0x48753da6
Faulting module name: MSVCR80.dll, version:...
July 18, 2013 at 2:23 pm
I'm not sure I can help with your situation or not, but I recently had upload problems myself. They appeared out of the blue. I reviewed the following...
May 1, 2013 at 9:26 am
Have you tried connecting using named pipes?
\\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query
March 1, 2011 at 9:47 am
This particular server is on build 9.00.5000.00 SP4. It is SQL Server 2005 Embedded Edition (Windows Internal Database). Thanks!
February 15, 2011 at 6:45 am
Viewing 15 posts - 1 through 15 (of 17 total)