The Solution Architect

How to Implement CAPTCHA or Recaptcha on MS Power Pages

How to Implement CAPTCHA or Recaptcha on MS Power Pages I have been looking everywhere to be able to implement a CAPTCHA capability within MS Power Pages and I could not find an approach that worked well. As you were aware, Power Pages was very client-side heavy, and almost impossible to perform server-side interaction. Without […]

Continue Reading

MSCRMMonitoringRuntime and MSCRMKeyGenerator Issue

INTRODUCTION A CRM 2013 application has been running for more than a year and out of nowhere user can’t get into CRM from the browser. Then upon checking the Event Viewer, they’re getting the following every 1-5 minutes: == The current active key (KeyType : CrmWRPCTokenKey) is expired.  This may indicate that a key is […]

Continue Reading

Report render failure. Error: An error has occurred during report processing. (rsProcessingAborted)

INTRODUCTION Seems that the rsProcessingAborted CRM SQL report (SRS) is one of the most common errors we are getting with the MS CRM system. There are few things that cause the error and I hope that through this article it helps you resolving it. In a nutshell, the error means nothing else than “there is […]

Continue Reading

How to Configure High Availability SQL Reporting Service Scale-Out Deployment Clustering

INTRODUCTION You probably have read my post on configuring SQL Clustering for SharePoint. Now I need to also configure SQL Reporting Service to be highly available (HA). In Reporting Service term this is called Scale-Out Deployment. For this exercise I have 2 SQL Servers cluster namely SQL01 and SQL02. The cluster node is called SQLCL. […]

Continue Reading

How to Install Microsoft Dynamics CRM Reporting Extension SSRS in SQL Report Cluster Scale-Out Deployment

INTRODUCTION I have just configured SQL Server Reporting “cluster” or in SQL Server term: “Scale Out Deployment”. What this allows me to do is to achieve High Availability (HA) for the reports ie. when one report server is down, the other node can serve the reports. I then install MS CRM to use this clustered […]

Continue Reading