Term: Windows Server Management
2 found
Few days back I was asked to look at a MS CRM 2011 system where Out of Box reports were working fine however custom reports were giving error (rsProcessingAborted). If MS CRM 2011 is installed on a separate server and
SQL is on a different server and you are getting the same error then this post can be helpful for you.
You need to follow the steps below/
1) SSRS connector is missing or not installed. The SSRS Connector needs to be installed on the SQL Server system. The installer for SSRS Connector can be found under MS CRM installation media. Installing the SSRS connector requires MSSQL service to restart. This should solve 90% of the problems as this is one of the most common step that may be missed out in a CRM installation. To see if SSRS connector is already installed or not please go to c:\program files\SSRS Connector if this folder is already present then SSRS connector is already installed. I will advice you to repair it even if it is installed.
2) ...
If your RDP session ends just after connecting and the event viewer is showing following problem then keep on reading the blog
Faulting application name: svchost.exe_TermService, version: 6.1.7600.16385, time stamp: 0x4a5bc3c1
Faulting module name: rdpcorekmts.dll, version: 6.1.7600.16952, time stamp: 0x4f1f9e66
Exception code: 0xc0000005
Fault offset: 0x000000000000a793
Faulting process id: 0x2a8
Faulting application start time: 0x01cdd394d7347c3b
Faulting application path: C:\Windows\System32\svchost.exe
Faulting module path: C:\Windows\system32\rdpcorekmts.dll
Report Id: 0302db55-3f8a-11e2-a415-00155d945208
There is a windows update (number kb2667402) which needs to be un-installed and then reinstalled. For doing so please follow the steps below
1. Go to start
2. Type services.msc
3. Hit enter
4. Find "Remote desktop service"
5. Right click and select stop
6. This will prompt that other relates services will also ...