Common SSL Certificate errors while migrating from one server to another

So here are the important points for configuration of SSL certificate if we are changing the servers and location. 1. The SSL certificate should be removed from the source server. 2. Remove the SSL from Microsoft Management Console (mmc) it will reside in the personal folder. Shut down the server. 3. Create new Certificate Service […]

How to install SSL certificate on the Windows Server.

Login to your server with the Username and Password. Press Win + R key type inetmgr –> Enter Select the Server name in the left window pane. Double click on Server Certificates in the right window pane. Click on Certificate Service Request. Fill the details in the request certificate. Click on Next Select the bit length 2048 […]

How to resolve “Device eth0 does not seem to be present,delaying initialization” error on Linux

Right click on the desktop —> Open in new terminal Type this command —> ifconfig Sample Output: lo Link encap: Local Loopback inet addr: 127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU: 65536 Metric:1 RX packets: 0 errors:0 dropped: 0 overruns:0 frame:0 TX packets: 0 errors: 0 dropped: 0 overruns: 0 carrier:0 Collisions: […]

How to Enable Audit settings to get notification from ADCN with GPO manager and microsoft tool!

With GPO Manager 1. To get Audit Notifications we have to create a GPO with some settings as below 2. Go to GPO Manager and Login into GPO Manager with Admin User credentials as 3. After Login into GPO Manager Click on Create –>Create GPO Option and Enter GPO name and Click on Create button […]

The specified module ‘active directory’ was not loaded because no valid module file was found!

Term not recognized as the name of a cmdlet, function, script file, or operable program. In Power Shell, modules are collections of cmdlets that extend Power Shell’s functionality.In most cases, the cmdlets contained within a module are related to a specific product or to a specific Windows role or feature. Type this command Get-Module on power-shell […]

The Microsoft.ACE.OLEDB.12.0 provider is not registered on the local machine in Cionsystems Applications!

To resolve the error “The Microsoft.ACE.OLEDB.12.0 provider is not registered on the local machine” in Cionsystems  products or any .net web applications. You will get this error while uploading the csv file during bulk creation.  It is because of non-existence of “Microsoft Access Database Engine 2013 (32 bit) on the server. Resolution: On the Server […]