Posts

timeout facts in Microsoft CRM

Image
Hello, Today I am going to talk about possible timeouts configurtion in Dynamics CRM onpremise which rarely be pain for us. First of all, facing timeout related issues are not common, Most of the time, They are result of other unsupported/wrong coding,design,customization,configuration so always consider root cause of the problem. Anyway, somehow you might be under press and does not want to be stuck to timeout errors at that moment :) Here are the points of the Dynamics CRM for timeout : OLEDBTimeout DWORD (32-bit value) at Registry Editor ( regedit -> Computer\HKEY_LOCAL_MACHINE\Software\Microsoft\MSCRM ) Default Value : 30 in second. You need to add registery subkey to change the value ExtendedTimeout DWORD (32-bit value) at Registry Editor ( regedit -> Computer\HKEY_LOCAL_MACHINE\Software\Microsoft\MSCRM ) Default Value : 300  in second. You can change the value from web.config executionTimeout at httpRuntime in web.config (C:\Program Files\Dynamics 365\CRMWeb

How to use Azure Active Directory for Dynamics 365 on-premise -> tight relations among Azure Active Directory <-> Local Windows Server 2016 (not Azure Virtual Machine) <-> Dynamics 365 CRM On-premise

Hello, Do you want to use local windows servers and your Dynamics CRM on-premise with Azure Active Directory? - No need to have local Active Directory- if yes, just follow the pdf document of mine. I describe all steps literally by providing screenshots in order to make it easy. The study covers: Installation and configuration of Azure Active Directory Domain Services  Installation and configuration of Azure virtual network gateway  Certificate generation for Point-to-site  Point-to-site Configuration  VPN preparation for Client (local Windows Server 2016)   Subscribing Windows Server to the Azure Active Directory Tenant Installation and Configuration of Dynamics CRM 365 Version 9 on-premise Azure Active Directory - Windows Server 2016 - Dynamics CRM 365 on-premise.pdf https://drive.google.com/open?id=1LstOB0vD7BAey4ODAtXUKfpduG30Cmwv hopes, it is useful at least one person in the world ! :) enjoy ! Note: I am going to generate couple articles in html

3 lovely days with all versions of Microsoft CRM

I had a vertical solution on MSCRM 1.2 and wanted to update it to the latest version of Dynamics CRM so I started an unforgettable journey which makes me emotional :) 1st - Install CRM 1.2 to a Virtual Machine and deliver customizations to the CRM 1.2 . What a great version and UI - a color beam from yellow to blue. Ribbon was bottom of the page. Following question deserves to be final one at "who wants to be a millioner"; in Which version of MSCRM can be used with other language rather than English ? A- MSCRM 1.2 B- MSCRM 4.0 C- MSCRM 2011 D - Dynamics CRM 2016 Answer: MSCRM 1.2  (It is a big mystery :)) 2nd - Upgrade it to the CRM version 3.0 manually that means repeated all customizations one by one. Blue was dominant with gray touch for UI. Navigation was moved to left of the screen just bottom of treeview. 3rd - transform the vertical solution to the Version 4.0. UI is similiar with 3.0, Just cosmetic touches but blue was a lot with yellow and whit

an utility app helping me a lot to track contracts/job applications of mine - https://github.com/TheMaty/MyJobApplications

Image
Hello, Source Code can be reached from https://github.com/TheMaty/MyJobApplications.  * Your contribution will be much appreciated * MyJobApplicationExe is free tool who wants to track Job Applications and Contracts in order to find a position or opportunity immediately by organizing; Clients – Agents – Head-hunters – Job-Opportunity Advertisement – Activities It is a Windows Form application top of .NET Framework 4.8. Application does not use any databases but only windows file structure repository. Application deliveries Main form which defines all functionalities and capabilities, monitoring that displays Follow-ups as a reminder. You can create Job Application and related activities to track position/opportunity quickly through couple shortcuts and tips. Application Overview You can create 4 types of entities to meet finding a contract/position: ·          Application: Job advertisement. ·          Activity: contact with advertiser. ·

local repository creation and publishing to the github.com

Hello, Below works me; git init git add . git commit -m 'Initialize' git remote add origin https://github.com/TheMaty/<name of remote repository> git remote -v git pull origin master git rebase origin/master git push origin master good luck.

Import configuration to the Internet Information Server

Hello, You can use following commands for configuration import, just open command prompt and type; %windir%\system32\inetsrv\appcmd add apppool /in C:\apppools.xml in order to import all Application pools under apppools.xml. %windir%\system32\inetsrv\appcmd add app site /in > c:\sites.xml in order to import all application  web sites under sites.xml. good luck,

Assembly Microsoft.Dynamics.Service.Plugins.dll can not be loaded. Dynamics CRM 365 Engine version 9 - CRM User creation error

Image
Hello, If You face an error while adding new user to the Dynamics CRM 365 onpremise for Version 9.0 stating that " Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: Assembly Microsoft.Dynamics.Service.Plugins.dll can not be loaded. .... .... ....    <d2p1:value xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string">Microsoft.Crm.CrmException: Assembly Microsoft.Dynamics.Service.Plugins.dll can not be loaded. ---&gt; Microsoft.Crm.CrmException: Assembly Microsoft.Dynamics.Service.Plugins.dll can not be loaded. ---&gt; System.IO.FileLoadException: Could not load file or assembly 'file:///C:\Program Files\Microsoft Dynamics CRM\server\bin\assembly\Microsoft.Dynamics.Service.Plugins.dll' or one of its dependencies. Access is denied. .... .... .... " It is about missing perm