Connect with us

WINDOWS

What are the free Antivirus for Windows Server 2003/2008/2012/2012R2?

Published

on

free server antivirus

Most of the free antivirus that are offered for desktop versions are either not compatible or not free for server versions. For example, Microsoft Security Essentials which is available for Windows desktop OS (Windows 7, Windows Vista) is not compatible with servers and if you wish to use, enterprise security products from Microsoft, you can have endpoint protection that will also come with System Center Configuration Manager.

More about Endpoint Protection in System Center Configuration Manager

http://technet.microsoft.com/en-us/library/hh508781.aspx

http://www.microsoft.com/en-us/server-cloud/products/system-center-2012-r2-configuration-manager/

So Do I have to pay and purchase antivirus for server 2008 R2 /2008/ 2012?

Yet there are free but powerful antivirus such as Clam AV which provides real-time protection and this solution would be ideal if you do have one or two servers that need to be protected with an antivirus solution.

http://www.clamwin.com/content/view/18/46/

And you can use malwarebyte free edition  https://www.malwarebytes.org/mwb-download/

Malwarebyte free edition is a on demand scanner,  which means free version of malwarebyte does not offer realtime protection. yet powerful free server antivirus.

So what should I do ? Should I stay with Malwarebyte free version or should I install Clam AV? 

Since malwarebytes free version does not offer real time protection, you can use both in a single server. They will not conflict. Having both will give you the following,
Have realtime protection, with claim
When needed you can use malwarebyte to have a scan .

Isn’t that great?

Make sure you have turned on Windows firewall along with Malwrebyte, and claim .

So that is  your simple protection for your Windows Server 2003 or 2008 or 2008 R2 or even 2012.

Continue Reading
Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

WINDOWS

(Solved)-An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message:Could not load type

Published

on

By

parser error

Recently I migrated vb.net application from Windows Server 2003 to 2008 R2. Some urls were not working .. Just displayed the following error.

######## ######### ####### ########## ######## ######## ######## ########## ###

Server Error in ‘/AssessmentsV2’ Application.

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load type ‘CBI.login2’.

Source Error:

Line 1:  <%@ Page Language=”vb” AutoEventWireup=”false” Codebehind=”login.aspx.vb” Inherits=”CBI.login2″ %>
Line 2:  <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”>
Line 3:  <HTML>

Source File: /assessmentsv2/xxx/login.aspx    Line: 1

Version Information: Microsoft .NET Framework Version:2.0.50727.5477; ASP.NET Version:2.0.50727.5483

######## ######### ####### ########## ######## ######## ######## ########## ###

I DID lot more researches, when i see this error An error occurred during the parsing of a resource required to service this request.” None of them are working for my scenario except one.. Solution worked for me was just convert the web folder to an Application in IIS.

[wp_ad_camp_2]

Open IIS and select the website and the appropriate folder that needs to be converted. Right click and select convert to Application.

Say good bye to “An error occurred during the parsing of a resource required to service this request. “

[wp_ad_camp_3]

Continue Reading

WINDOWS

(Solved)-Event ID:1005 -Word 2010 crashes when starting! Application Error Windows cannot access the file MSGR3EN.DLL

Published

on

By

Event ID:1005 -Word 2010 crashes when starting! Application Error Windows cannot access the file MSGR3EN.DLL

When I open Microsoft Word 2010, after few seconds,  it crashes with no messages , without any additional details. I tried Start Microsoft Word in Safe Mode, assuming a newly installed plugin may causing the problem. (in word safemode (winword /safe), Plugins are not loaded.)  Proving that I was wrong it crashed again and again even safe mode. repaired and Reinstalled office 2010 (Uninstalled completely and reinstalled  ) . yet no use. 🙁

Thus, I had to check Evenviewer and located few errors related to word crash and they are Event ID:  1005 and Event ID: 1000.

But he important error was found under Event ID:  1005.

Log Name: Application
Source: Application Error
Date: 06/07/2016 08:19:57
Event ID: 1005
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer:
Description:
Windows cannot access the file C:\Program Files (x86)\Microsoft Office\Office14\PROOF\1033\MSGR3EN.DLL for one of the following reasons: there is a problem with the network connection, the disk that the file is stored on, or the storage drivers installed on this computer; or the disk is missing. Windows closed the program Microsoft Word because of this error.

Program: Microsoft Word
File: C:\Program Files (x86)\Microsoft Office\Office14\PROOF\1033\MSGR3EN.DLL

The error value is listed in the Additional Data section.
User Action
1. Open the file again. This situation might be a temporary problem that corrects itself when the program runs again.
2. If the file still cannot be accessed and
- It is on the network, your network administrator should verify that there is not a problem with the network and that the server can be contacted.
- It is on a removable disk, for example, a floppy disk or CD-ROM, verify that the disk is fully inserted into the computer.
3. Check and repair the file system by running CHKDSK. To run CHKDSK, click Start, click Run, type CMD, and then click OK. At the command prompt, type CHKDSK /F, and then press ENTER.
4. If the problem persists, restore the file from a backup copy.
5. Determine whether other files on the same disk can be opened. If not, the disk might be damaged. If it is a hard disk, contact your administrator or computer hardware vendor for further assistance.

Additional Data
Error value: C000009C
Disk type: 3
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="49152">1005</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2016-07-06T06:19:57.000000000Z" />
<EventRecordID>42984</EventRecordID>
<Channel>Application</Channel>
<Computer>SN1400491L.snba.be</Computer>
<Security />
</System>
<EventData>
<Data>C:\Program Files (x86)\Microsoft Office\Office14\PROOF\1033\MSGR3EN.DLL</Data>
<Data>Microsoft Word</Data>
<Data>C000009C</Data>
<Data>3</Data>
</EventData>
</Event>

 

So this was the reason for word 2010 crash “Windows cannot access the file C:\Program Files (x86)\Microsoft Office\Office14\PROOF\1033\MSGR3EN.DLL”

MSGR3EN.DLL was there when I check it under C:\Program Files (x86)\Microsoft Office\Office14\PROOF\1033\ it was there. For some reason word can’t access it and that is the reason for this crash ..

Now what ?

Solution for Event ID:  1005 “Windows cannot access the file C:\Program Files (x86)\Microsoft Office\Office14\PROOF\1033\MSGR3EN.DLL”.. 

The Event ID:  1005 itself has few suggestion.  what worked for me was chkdsk.

How to fix disk issues with check disk?

(1) Method 1 

Open command prompt with run as admin. (You must run command prompt as admin to access chkdsk utility Else you will see  “Access Denied as you do not have sufficient privileges.You have to invoke this utility running in elevated mode.”

then run

chkdsk /R /F C:

“/R”    switch  locates bad sectors and recovers readable information while  “/F” switch will fixes errors on the disk.

Then you will get a message saying

"Cannot lock current drive.

Chkdsk cannot run because the volume is in use by another
process. Would you like to schedule this volume to be
checked the next time the system restarts? (Y/N)" 

event id 1005

This is normal , and its is because windows operating system and other programs that are running are holding the drive which prevents it from locking,.  Press Y and let it run when you restart your pc. Check disk is scanning and fixing issues at start up when you press Y and hit enter .

or

(2) Method 2 (Alternative method , dont run both!!)

Go to C drive properties

Go to C drive properties

and go to tools —> Error Checking— > check now and tick both “Automatically fix file system Errors” and “Scan for and attempt recover of bad sectors” and click Start. Then you will get a message “Windows can’t check the disk while it’s in use” , Just click on Schedule disk check and let it run when you restart your pc.

Disk Error checking Utility

That’s it….  After running this , word can access MSGR3EN.DLL and it was the solution for my word 2010 crash . 

 

Continue Reading

WINDOWS

(Solved)-Run-Time error ‘1004’ : General ODBC Error : The Oracle(tm) client and networking components were not found.

Published

on

By

run time error 1004

How to fix Run-Time error ‘1004’ : General ODBC Error : The Oracle(tm) client and networking components were not found.

Recently I have migrated to windows 7 and one Microsoft excel 2010 form  which was working previously stopped working.

and there were two error messages from Microsoft Visual Basic and Microsoft ODBC for Oracle

Microsoft Visual BasicMicrosoft Visual Basic .Run-Time error ‘1004’ : General ODBC Error

Microsoft ODBC for Oracle

The Oracle(tm) The Oracle(tm) client and networking components were not found. These components are supplied by Oracle Corporation and are part of the Oracle Version 7.3 (or greater) client software installation. You will be unable to use this driver until these components have been installed

Though I receive error “The Oracle(tm) client and networking components were not found.” I had oracle 11.2.0 client installed already. Yet excel cant detect my oracle client 11.2.0 . Thus it gives Microsoft ODBC for Oracle error as well as Microsoft Visual Basic  error Run-Time error ‘1004’ : General ODBC Error.

Solution for “The Oracle(tm) client and networking components were not found.”

Solution was to add Oracle client path to the system path of windows. Oracle client executables, binaries cannot be identified by windows until it is added to system path variable. My oracle client was located under C:\Oracle\product\11.2.0\client_1 (you once may be different, select it in the way your pc has it)

 

Go to system properties, —>Advanced—–>Environment Variables—–>path——>Edit.

Then add your oracle  client path (C:\Oracle\product\11.2.0\client_1) with a semicolan at the end and click ok

System Path Variable settings for Oracle ClientSystem Path Variable settings for Oracle Client

That’s it

Continue Reading

Trending