There might be a typing error in the address

Dear all,
  • Remove From My Forums
  • Вопрос

  • Dear all,

    I have a MOSS site that I would like to make accessible on our intranet using the following addresses:
    http://<server-name>:<port-number>/sites/Site1
    http://<ip-address>:<port-number>/sites/Site1

    I have configured the alternate access mappings as follows:

    Internal URL                Zone        Public URL for zone
    http://<server-name>:<port-number>     Default     http://<server-name>:<port-number>
    http://<ip-address>:<port-number>    Intranet    http://<ip-address>:<port-number>

    The site is accessible for everyone at my department (department A) by using the ip-address. However, we would like to make the site accessible for another department (department B) but no one at department B is able to access the site.

    Department A and Department B are on different subnets.

    When people from department B tries to access the site by the following address
        http://<ip-address>:<port-number>/sites/Site1/default.aspx
    they get a generic error page

    «Internet Explorer cannot display the web page. Most likely causes:    
                 — you are not connected to the internet
                — The web site is encountering problems
                — There might be a typing error in the address»

    They can however access server content outside of MOSS (e.g. a test web page).
    http://<ip-address>/test.html

    Is there are a setting in MOSS related to accessing a site from different sub nets?

    Anyone who has any idea on how to find out more about the cause of this problem are more than welcome to post some ideas….

    Any information would be appreciated!

    Best regards

    Hakan

Ответы

  • Hakan,

    This seems to be more of a network issue. As far as my knowledge goes there is nothing in sharepoint you need to setup apart from what you already did. Also can you try making them both the mappings as default zone.

    There is certainly something blocking the traffic. To test if you can connect to <port-number> follow this

    — open command prompt
    — type this command «telnet <ip> <port>»
    — if the screen is now blank then press ctrl+c and you will get output similiar to this

    HTTP/1.1 400 Bad Request
    Content-Type: text/html
    Date: Fri, 20 Feb 2009 16:06:45 GMT
    Connection: close
    Content-Length: 35

    <h1>Bad Request (Invalid Verb)</h1>

    Connection to host lost.

    If this is not the case then you need to get to your netwrok admin to check who is blocking the traffic.

    Post the results here for further discussion.


    Sameer Dhoot
    My Blog : http://Sameer.Dhoot.in/ | http://Intellects.in/

    • Помечено в качестве ответа

      23 февраля 2009 г. 10:06

am trying to invoke wcf rest service from url but its showing error like this Error :
Most likely causes:
•There might be a typing error in the address.
•If you clicked on a link, it may be out of date.

i need JSON responce for mobile apps

Here my code :

Iservice.cs

using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.ServiceModel.Web;
using System.Text;


namespace SampleRestSample
{
   interface name "IService1" in both code and config file together.
    [ServiceContract]
    public interface IService1
    {

        [OperationContract]
        [WebInvoke(Method = "GET", UriTemplate = "Book/{id}", BodyStyle = WebMessageBodyStyle.Wrapped, ResponseFormat = WebMessageFormat.Json)]
        List<Prasad> GetBookById(string id);
    }
    [DataContract]
    public class Prasad
    {
        [DataMember]
        public string Name { get; set; }
        [DataMember]
        public string Age { get; set; }
    }


}

Service1.svc.cs

using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.ServiceModel.Web;
using System.Text;

namespace LoginRestSample
{
    // NOTE: You can use the "Rename" command on the "Refactor" menu to change the class name "Service1" in code, svc and config file together.
    public class Service1 : SampleRestSample
    {
        List<Prasad> list = new List<Prasad>();
        public List<Prasad> GetBookById(string id)
        {
            try
            {
                Prasad cls = new Prasad();
                cls.Age = "24";
                cls.Name = "prasad";
                list.Add(cls);

                //int bookId = Convert.ToInt32(id);

                //using (SampleDbEntities entities = new SampleDbEntities())
                //{
                //    return entities.Books.SingleOrDefault(book => book.ID == bookId);
                //}
            }
            catch
            {
                throw new FaultException("Something went wrong");
            }
            return list;
        }
    }
}

web.config

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <system.web>
    <compilation debug="true" targetFramework="4.0">
      <assemblies>
        <add assembly="System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
      </assemblies>
    </compilation>
  </system.web>
  <system.serviceModel>
    <services>
      <service name="WcfRestSample.SampleRestSample">
        <endpoint address="" behaviorConfiguration="restfulBehavior"
          binding="webHttpBinding" bindingConfiguration="" contract="WcfRestSample.ISampleRestSample" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost/SampleRestSample" />
          </baseAddresses>
        </host>
      </service>
    </services>
    <behaviors>
      <endpointBehaviors>
        <behavior name="restfulBehavior">
          <webHttp automaticFormatSelectionEnabled="true" />
        </behavior>
      </endpointBehaviors>
      <serviceBehaviors>
        <behavior name="">
          <serviceMetadata httpGetEnabled="true" />
          <serviceDebug includeExceptionDetailInFaults="false" />
        </behavior>
      </serviceBehaviors>
    </behaviors>
    <serviceHostingEnvironment multipleSiteBindingsEnabled="true" />
  </system.serviceModel>
  <system.webServer>
    <modules runAllManagedModulesForAllRequests="true" />
  </system.webServer>

</configuration>

any solutions

thank you in advance.

Hello there, i was wondering if you can provide some help with my problem. Before we begin i’d like to say that English is not my first language and i apologise in advance if i dont make myself clear at any point.

The last 2 days i’ve had a few problems on my computer at work. The office is owned by me and we do not have a dedicated IT guy but my PC’s are all with all the latest Windows updates and with updated A/V software.

The problem i’ve had is that my Internet browsers wouldn’t load any search engine websites like http://www.google.com or http://www.bing.com. All other websites worked fine. I tried them in Opera (my main browser), Chrome and Firefox. All updated to their latest versions. Opera has a feature called Opera Turbo which essentially routes all traffic through their servers for faster browsing on slow connections, if i used Opera Turbo i could load search engines normally. If i turned it off but was already on google.com for example i could still use it and search but if i tried to type the URL manually again it wouldn’t load.

On a possibly related note my work software which requires a Java based secure VPN client to work wouldn’t connect either. Our helpdesk for that program told me to delete all files (including the Hosts file) in here C:WINDOWSsystem32driversetc That fixed that problem but i still couldn’t load the websites mentioned above.

I have Microsoft’s Security Essentials on my PC which is always updated and which performs a scheduled quick scan daily. After my problem i scanned my PC with full scans using Malwarebytes Anti-malware, Spybot Search & Destroy (which i also use to immunize the PC weekly) and my antivirus, they did not find anything apart from a couple of tracking cookies in Spybot and the problem persisted.

After searching a bit i discovered this forum and through reading here i also downloaded SUPERAntispyware and ComboFix and scanned with those too, SUPERAntispyware found only one entry, i then booted in Safe Mode and scanned again with both SUPERAntispyware and Security Essentials, SUPERAntispyware found 1 entry again and Security Essentials nothing.

When i rebooted again it seemed everything was OK, all search engines could be accessed fine, that was 2 days ago, yesterday all was well throughout the day but this morning the problem returned. I scanned once more with ComboFix and that seemed to do the trick but i’m worried that the problem might return again.

I’ve now followed the 6 step instructions and here are my logs:

Malwarebytes’ Anti-Malware 1.51.2.1300
www.malwarebytes.org

Database version: 7780

Windows 5.1.2600 Service Pack 3
Internet Explorer 8.0.6001.18702

23/09/2011 12:02:38
mbam-log-2011-09-23 (12-02-38).txt

Scan type: Quick scan
Objects scanned: 209802
Time elapsed: 6 minute(s), 48 second(s)

Memory Processes Infected: 0
Memory Modules Infected: 0
Registry Keys Infected: 0
Registry Values Infected: 0
Registry Data Items Infected: 0
Folders Infected: 0
Files Infected: 0

Memory Processes Infected:
(No malicious items detected)

Memory Modules Infected:
(No malicious items detected)

Registry Keys Infected:
(No malicious items detected)

Registry Values Infected:
(No malicious items detected)

Registry Data Items Infected:
(No malicious items detected)

Folders Infected:
(No malicious items detected)

Files Infected:
(No malicious items detected)

GMER 1.0.15.15641 — http://www.gmer.net
Rootkit quick scan 2011-09-23 12:04:43
Windows 5.1.2600 Service Pack 3 Harddisk0DR0 -> DeviceIdeIdeDeviceP1T0L0-e Hitachi_HDS721616PLA380 rev.P22OABBA
Running: wj7ur0pe.exe; Driver: C:DOCUME~1SabreLOCALS~1Temppxtdqpow.sys

—- System — GMER 1.0.15 —-

Code ??C:DOCUME~1SabreLOCALS~1Tempcatchme.sys pIofCallDriver

—- Threads — GMER 1.0.15 —-

Thread System [4:120] 8A75111D
Thread System [4:380] 8A4A2B90

—- EOF — GMER 1.0.15 —-

.
DDS (Ver_2011-08-26.01) — NTFSx86
Internet Explorer: 8.0.6001.18702 BrowserJavaVersion: 1.6.0_27
Run by Sabre at 12:05:45 on 2011-09-23
Microsoft Windows XP Professional 5.1.2600.3.1253.30.1033.18.2038.1268 [GMT 3:00]
.
AV: Microsoft Security Essentials *Disabled/Updated* {EDB4FA23-53B8-4AFA-8C5D-99752CCA7095}
.
============== Running Processes ===============
.
C:WINDOWSsystem32svchost.exe -k DcomLaunch
svchost.exe
c:Program FilesMicrosoft Security ClientAntimalwareMsMpEng.exe
C:WINDOWSSystem32svchost.exe -k netsvcs
C:WINDOWSsystem32svchost.exe -k WudfServiceGroup
svchost.exe
svchost.exe
C:WINDOWSsystem32spoolsv.exe
svchost.exe
C:Program FilesSUPERAntiSpywareSASCORE.EXE
C:Documents and SettingsAll UsersApplication DataEPSONEPW!3 SSRPE_S40ST7.EXE
C:Documents and SettingsAll UsersApplication DataEPSONEPW!3 SSRPE_S40RP7.EXE
C:WINDOWSSystem32svchost.exe -k HTTPFilter
C:Program FilesLogMeInx86LMIGuardianSvc.exe
C:Program FilesLogMeInx86RaMaint.exe
C:Program FilesLogMeInx86LogMeIn.exe
C:WINDOWSsystem32ctfmon.exe
C:Program FilesIomega StorCenterretrospectretrorun.exe
C:WINDOWSsystem32svchost.exe -k imgsvc
c:program fileslenovosystem updatesuservice.exe
C:Program FilesCommon FilesLenovoSchedulertvtsched.exe
C:Program FilesCommon FilesMicrosoft SharedWindows LiveWLIDSVC.EXE
C:WINDOWSsystem32SearchIndexer.exe
C:SABREAppsOADPOadp.exe
C:Program FilesAnalog DevicesCoresmax4pnp.exe
C:WINDOWSsystem32hkcmd.exe
C:WINDOWSsystem32igfxpers.exe
C:Program FilesCommon FilesLenovoSchedulerscheduler_proxy.exe
C:WINDOWSsystem32ICO.EXE
C:WINDOWSsystem32Pelmiced.exe
C:Program FilesLogMeInx86LogMeInSystray.exe
C:Program FilesMicrosoft Security Clientmsseces.exe
C:Program FilesKeePass Password SafeKeePass.exe
C:Program FilesCommon FilesMicrosoft SharedWindows LiveWLIDSvcM.exe
C:SABREAppsOADPOadpUtil.exe
C:WINDOWSsabserv.exe
C:Program FilesWindows Desktop SearchWindowsSearch.exe
C:Documents and SettingsSabreApplication DataDropboxbinDropbox.exe
C:Program FilesIomega StorCenterretrospectretrospect.exe
C:WINDOWSexplorer.exe
C:WINDOWSsystem32SearchProtocolHost.exe
C:WINDOWSsystem32wscntfy.exe
.
============== Pseudo HJT Report ===============
.
uStart Page = hxxp://www.msn.com
mStart Page = hxxp://www.msn.com
uSearchAssistant = hxxp://www.google.com/ie
uSearchURL,(Default) = hxxp://www.google.com/search?q=%s
BHO: Adobe PDF Link Helper: {18df081c-e8ad-4283-a596-fa578c2ebdc3} — c:program filescommon filesadobeacrobatactivexAcroIEHelperShim.dll
BHO: {5C255C8A-E604-49b4-9D64-90988571CECB} — No File
BHO: Windows Live ID Sign-in Helper: {9030d464-4c02-4abf-8ecc-5164760863c6} — c:program filescommon filesmicrosoft sharedwindows liveWindowsLiveLogin.dll
BHO: Easy Photo Print: {9421dd08-935f-4701-a9ca-22df90ac4ea6} — c:program filesepson softwareeasy photo printEPTBL.dll
BHO: Java(tm) Plug-In 2 SSV Helper: {dbc80044-a445-435b-bc74-9c25c1c588a9} — c:program filesjavajre6binjp2ssv.dll
BHO: EpsonToolBandKicker Class: {e99421fb-68dd-40f0-b4ac-b7027cae2f1a} — c:program filesepsonepson web-to-pageEPSON Web-To-Page.dll
TB: {D79559E8-9991-41C5-AA2B-A96EC766F43F} — No File
TB: EPSON Web-To-Page: {ee5d279f-081b-4404-994d-c6b60aaeba6d} — c:program filesepsonepson web-to-pageEPSON Web-To-Page.dll
TB: Easy Photo Print: {9421dd08-935f-4701-a9ca-22df90ac4ea6} — c:program filesepson softwareeasy photo printEPTBL.dll
uRun: [MsnMsgr] «c:program fileswindows livemessengerMsnMsgr.Exe» /background
uRun: [KeePass Password Safe 2] «c:program fileskeepass password safeKeePass.exe»
mRun: [High Definition Audio Property Page Shortcut] HDAShCut.exe
mRun: [SoundMAXPnP] c:program filesanalog devicescoresmax4pnp.exe
mRun: [IgfxTray] c:windowssystem32igfxtray.exe
mRun: [HotKeysCmds] c:windowssystem32hkcmd.exe
mRun: [Persistence] c:windowssystem32igfxpers.exe
mRun: [TVT Scheduler Proxy] c:program filescommon fileslenovoschedulerscheduler_proxy.exe
mRun: [Mouse Suite 98 Daemon] ICO.EXE
mRun: [RetroExpress] c:progra~1iomega~1retros~1RetroExpress.exe /h
mRun: [KeePass 2 PreLoad] «c:program fileskeepass password safeKeePass.exe» —preload
mRun: [LogMeIn GUI] «c:program fileslogmeinx86LogMeInSystray.exe»
mRun: [MSC] «c:program filesmicrosoft security clientmsseces.exe» -hide -runkey
mRun: [MobileBroadband] c:program filesvodafonevodafone mobile broadbandbinMobileBroadband.exe /silent
mRun: [SunJavaUpdateSched] «c:program filescommon filesjavajava updatejusched.exe»
StartupFolder: c:documents and settingssabrestart menuprogramsstartupCleanupNortelVPN.bat
StartupFolder: c:docume~1sabrestartm~1programsstartupdropbox.lnk — c:documents and settingssabreapplication datadropboxbinDropbox.exe
StartupFolder: c:docume~1sabrestartm~1programsstartupopera.lnk — c:program filesoperaopera.exe
StartupFolder: c:docume~1sabrestartm~1programsstartupoutloo~1.lnk — c:windowsinstaller{90120000-0011-0000-0000-0000000ff1ce}outicon.exe
StartupFolder: c:docume~1sabrestartm~1programsstartupsabrer~1.lnk — c:program filessabre red workspaceprofilest252_9114mysabre.exe
StartupFolder: c:documents and settingsall usersstart menuprogramsstartupIomega StorCenter.lnk.disabled
StartupFolder: c:docume~1alluse~1startm~1programsstartupoadput~1.lnk — c:sabreappsoadpOadpUtil.exe
StartupFolder: c:docume~1alluse~1startm~1programsstartupsabrep~1.lnk — c:sabreSabstart.exe
StartupFolder: c:docume~1alluse~1startm~1programsstartupsabres~1.lnk — c:windowssabserv.exe
StartupFolder: c:docume~1alluse~1startm~1programsstartupwindow~1.lnk — c:program fileswindows desktop searchWindowsSearch.exe
IE: {e2e2dd38-d088-4134-82b7-f2ba38496583} — %windir%Network Diagnosticxpnetdiag.exe
IE: {FB5F1910-F110-11d2-BB9E-00C04F795683} — c:program filesmessengermsmsgs.exe
IE: {92780B25-18CC-41C8-B9BE-3C9C571A8263} — {FF059E31-CC5A-4E2E-BF3B-96E929D65503} — c:progra~1micros~2office12REFIEBAR.DLL
Trusted Zone: agentware.netsabre-ds2
Trusted Zone: sabre.com
Trusted Zone: sabre.commy
DPF: {6E32070A-766D-4EE6-879C-DC1FA91D2FC3} — hxxp://www.update.microsoft.com/microsoftupdate/v6/V5Controls/en/x86/client/muweb_site.cab?1226583171046
DPF: {8AD9C840-044E-11D1-B3E9-00805F499D93} — hxxp://java.sun.com/update/1.6.0/jinstall-1_6_0_27-windows-i586.cab
DPF: {A3E21079-7F41-4125-9EBB-FD44CFCC0AC1} — hxxps://www.mesh.com/0.9.4014.13/TSWeb.cab
DPF: {BDBDE413-7B1C-4C68-A8FF-C5B2B4090876} — hxxp://support.f-secure.com/ols/fscax.cab
DPF: {CAFEEFAC-0016-0000-0027-ABCDEFFEDCBA} — hxxp://java.sun.com/update/1.6.0/jinstall-1_6_0_27-windows-i586.cab
DPF: {CAFEEFAC-FFFF-FFFF-FFFF-ABCDEFFEDCBA} — hxxp://java.sun.com/update/1.6.0/jinstall-1_6_0_27-windows-i586.cab
DPF: {E2883E8F-472F-4FB0-9522-AC9BF37916A7} — hxxp://platformdl.adobe.com/NOS/getPlusPlus/1.6/gp.cab
DPF: {FD0B6769-6490-4A91-AA0A-B5AE0DC75AC9} — hxxps://secure.logmein.com/activex/ractrl.cab?lmi=100
Notify: !SASWinLogon — c:program filessuperantispywareSASWINLO.DLL
Notify: igfxcui — igfxdev.dll
Notify: LMIinit — LMIinit.dll
SSODL: WPDShServiceObj — {AAA288BA-9A4C-45B0-95D7-94D524869DB5} — c:windowssystem32WPDShServiceObj.dll
SEH: Windows Desktop Search Namespace Manager: {56f9679e-7826-4c84-81f3-532071a8bcc5} — c:program fileswindows desktop searchMSNLNamespaceMgr.dll
SEH: SABShellExecuteHook Class: {5ae067d3-9afb-48e0-853a-ebb7f4a000da} — c:program filessuperantispywareSASSEH.DLL
.
================= FIREFOX ===================
.
FF — ProfilePath — c:documents and settingssabreapplication datamozillafirefoxprofilesp1wgld9n.default
FF — prefs.js: browser.startup.homepage — hxxp://home.live.com/
FF — prefs.js: keyword.URL — hxxp://search.yahoo.com/search?fr=greentree_ff1&ei=utf-8&type=302398&p=
FF — prefs.js: network.proxy.http — 127.0.0.1
FF — prefs.js: network.proxy.http_port — 58586
FF — prefs.js: network.proxy.type — 0
.
============= SERVICES / DRIVERS ===============
.
R1 MpFilter;Microsoft Malware Protection Driver;c:windowssystem32driversMpFilter.sys [2010-10-24 165648]
R1 MpKsl3af437c8;MpKsl3af437c8;c:documents and settingsall usersapplication datamicrosoftmicrosoft antimalwaredefinition updates{cd692024-b02a-4351-a6e3-d0d7e4802cdf}MpKsl3af437c8.sys [2011-9-23 28752]
R1 SASDIFSV;SASDIFSV;c:program filessuperantispywaresasdifsv.sys [2011-7-22 12880]
R1 SASKUTIL;SASKUTIL;c:program filessuperantispywareSASKUTIL.SYS [2011-7-13 67664]
R2 !SASCORE;SAS Core Service;c:program filessuperantispywareSASCore.exe [2011-8-12 116608]
R2 LMIGuardianSvc;LMIGuardianSvc;c:program fileslogmeinx86LMIGuardianSvc.exe [2010-12-8 374152]
R2 LMIInfo;LogMeIn Kernel Information Provider;c:program fileslogmeinx86rainfo.sys [2010-9-17 12856]
R2 LMIRfsDriver;LogMeIn Remote File System Driver;c:windowssystem32driversLMIRfsDriver.sys [2010-12-17 47640]
R2 SabrePrint;Sabre Printing Module;c:sabreappsoadpOadp.exe [2009-12-18 512000]
S0 Lbd;Lbd;c:windowssystem32driverslbd.sys —> c:windowssystem32driversLbd.sys [?]
S1 MpKsl1ac233c6;MpKsl1ac233c6;??c:documents and settingsall usersapplication datamicrosoftmicrosoft antimalwaredefinition updates{181b85ea-3007-4f50-8cac-046597edc401}mpksl1ac233c6.sys —> c:documents and settingsall usersapplication datamicrosoftmicrosoft antimalwaredefinition updates{181b85ea-3007-4f50-8cac-046597edc401}MpKsl1ac233c6.sys [?]
S1 MpKslcffc1fbb;MpKslcffc1fbb;??c:documents and settingsall usersapplication datamicrosoftmicrosoft antimalwaredefinition updates{514988c4-e1d6-4f72-9357-5fd756d135f7}mpkslcffc1fbb.sys —> c:documents and settingsall usersapplication datamicrosoftmicrosoft antimalwaredefinition updates{514988c4-e1d6-4f72-9357-5fd756d135f7}MpKslcffc1fbb.sys [?]
S2 CfgSrvc;Config Service Helper;c:windowssystem32CfgSrvc.exe [2007-8-9 55296]
S2 gupdate1c98697a6707e86;Google Update Service (gupdate1c98697a6707e86);c:program filesgoogleupdateGoogleUpdate.exe [2009-2-4 133104]
S2 HsspConfig;HSSP Configuration Module;c:windowssystem32CfgSrvc.exe [2007-8-9 55296]
S2 SDMan;Sabre Device Manager;c:windowssdman.exe [2009-12-18 106496]
S2 VmbService;Υπηρεσία Vodafone Mobile Broadband;c:program filesvodafonevodafone mobile broadbandbinVmbService.exe [2010-8-18 8704]
S3 androidusb;SAMSUNG Android Composite ADB Interface Driver;c:windowssystem32driversssadadb.sys [2010-10-16 30312]
S3 dgderdrv;dgderdrv;c:windowssystem32driversdgderdrv.sys —> c:windowssystem32driversdgderdrv.sys [?]
S3 ewusbnet;HUAWEI USB-NDIS miniport;c:windowssystem32driversewusbnet.sys [2011-9-22 114432]
S3 FsUsbExDisk;FsUsbExDisk;c:windowssystem32FsUsbExDisk.Sys [2010-10-16 36640]
S3 gupdatem;Google Update Service (gupdatem);c:program filesgoogleupdateGoogleUpdate.exe [2009-2-4 133104]
S3 Lavasoft Ad-Aware Service;Lavasoft Ad-Aware Service;c:program fileslavasoftad-awareAAWService.exe [2011-8-18 2151640]
S3 Lavasoft Kernexplorer;Lavasoft helper driver;c:program fileslavasoftad-awarekernexplorer.sys [2011-8-18 15232]
S3 RDPDISPM;RDPDISPM;c:windowssystem32driversrdpdispm.sys [2008-12-8 9040]
S3 RDPVDD;RDPVDD;c:windowssystem32driversrdpvmp.sys [2008-12-8 19408]
S3 SASENUM;SASENUM;??c:docume~1sabrelocals~1tempsas_selfextractsasenum.sys —> c:docume~1sabrelocals~1tempsas_selfextractSASENUM.SYS [?]
S3 ssadbus;SAMSUNG Android USB Composite Device driver (WDM);c:windowssystem32driversssadbus.sys [2010-10-16 96488]
S3 ssadmdfl;SAMSUNG Android USB Modem (Filter);c:windowssystem32driversssadmdfl.sys [2010-10-16 12776]
S3 ssadmdm;SAMSUNG Android USB Modem Drivers;c:windowssystem32driversssadmdm.sys [2010-10-16 121576]
S3 ssadserd;SAMSUNG Android USB Diagnostic Serial Port (WDM);c:windowssystem32driversssadserd.sys [2010-10-16 98152]
S4 LMIRfsClientNP;LMIRfsClientNP; [x]
.
=============== Created Last 30 ================
.
2011-09-23 08:44:59 28752 —-a-w- c:documents and settingsall usersapplication datamicrosoftmicrosoft antimalwaredefinition updates{cd692024-b02a-4351-a6e3-d0d7e4802cdf}MpKsl3af437c8.sys
2011-09-23 08:44:55 56200 —-a-w- c:documents and settingsall usersapplication datamicrosoftmicrosoft antimalwaredefinition updates{cd692024-b02a-4351-a6e3-d0d7e4802cdf}offreg.dll
2011-09-23 08:44:50 7269712 —-a-w- c:documents and settingsall usersapplication datamicrosoftmicrosoft antimalwaredefinition updates{cd692024-b02a-4351-a6e3-d0d7e4802cdf}mpengine.dll
2011-09-23 08:16:50 73728 —-a-w- c:windowssystem32javacpl.cpl
2011-09-22 12:36:51 ——— d——w- c:documents and settingssabreapplication dataFLEXnet
2011-09-22 12:30:25 114432 —-a-r- c:windowssystem32driversewusbnet.sys
2011-09-22 12:30:18 102912 —-a-r- c:windowssystem32driversewusbmdm.sys
2011-09-22 12:29:29 ——— d——w- c:documents and settingssabreapplication dataVodafone
2011-09-22 12:28:37 ——— d——w- c:documents and settingsall usersapplication dataVodafone
2011-09-22 12:28:23 ——— d——w- c:program filesVodafone
2011-09-22 12:28:00 ——— d——w- c:documents and settingssabrelocal settingsapplication data{11814DDC-A01D-4672-A4EE-313C63070E35}
2011-09-22 06:33:13 ——— d-sha-r- C:cmdcons
2011-09-22 06:30:52 98816 —-a-w- c:windowssed.exe
2011-09-22 06:30:52 518144 —-a-w- c:windowsSWREG.exe
2011-09-22 06:30:52 256000 —-a-w- c:windowsPEV.exe
2011-09-22 06:30:52 208896 —-a-w- c:windowsMBR.exe
2011-09-21 10:21:31 ——— d——w- c:program filesSUPERAntiSpyware
2011-09-21 09:40:07 101720 —-a-w- c:windowssystem32driversSBREDrv.sys
2011-09-13 14:18:53 2106216 —-a-w- c:program filesmozilla firefoxD3DCompiler_43.dll
2011-09-13 14:18:52 1998168 —-a-w- c:program filesmozilla firefoxd3dx9_43.dll
2011-09-03 10:17:37 599040 ——w- c:windowssystem32dllcachecrypt32.dll
.
==================== Find3M ====================
.
2011-09-23 08:16:26 472808 —-a-w- c:windowssystem32deployJava1.dll
2011-09-09 09:12:13 599040 —-a-w- c:windowssystem32crypt32.dll
2011-08-31 14:00:50 22216 —-a-w- c:windowssystem32driversmbam.sys
2011-08-17 05:17:22 404640 —-a-w- c:windowssystem32FlashPlayerCPLApp.cpl
2011-08-11 10:06:38 385099 —-a-w- c:windowsemuapi.dll
2011-07-15 13:29:31 456320 —-a-w- c:windowssystem32driversmrxsmb.sys
2011-07-08 14:02:00 10496 —-a-w- c:windowssystem32driversndistapi.sys
2011-07-06 13:32:48 83360 —-a-w- c:windowssystem32LMIRfsClientNP.dll
2011-07-06 13:32:36 53632 —-a-w- c:windowssystem32spoolprtprocsw32x86LMIproc.dll
2011-07-06 13:32:28 87424 —-a-w- c:windowssystem32LMIinit.dll
2011-07-06 13:32:28 29568 —-a-w- c:windowssystem32LMIport.dll
.
============= FINISH: 12:06:39.70 ===============

.
UNLESS SPECIFICALLY INSTRUCTED, DO NOT POST THIS LOG.
IF REQUESTED, ZIP IT UP & ATTACH IT
.
DDS (Ver_2011-08-26.01)
.
Microsoft Windows XP Professional
Boot Device: DeviceHarddiskVolume1
Install Date: 09/08/2007 17:39:36
System Uptime: 22/09/2011 09:43:47 (1 hours ago)
.
Motherboard: LENOVO | | LENOVO
Processor: Intel(R) Pentium(R) Dual CPU E2140 @ 1.60GHz | LGA 775 | 1594/mhz
.
==== Disk Partitions =========================
.
C: is FIXED (NTFS) — 145 GiB total, 112.599 GiB free.
D: is CDROM ()
.
==== Disabled Device Manager Items =============
.
Class GUID: {4D36E972-E325-11CE-BFC1-08002BE10318}
Description: Broadcom NetLink (TM) Gigabit Ethernet
Device ID: PCIVEN_14E4&DEV_169A&SUBSYS_300B17AA&REV_024&360A6DE&0&00E1
Manufacturer: Broadcom
Name: Broadcom NetLink (TM) Gigabit Ethernet
PNP Device ID: PCIVEN_14E4&DEV_169A&SUBSYS_300B17AA&REV_024&360A6DE&0&00E1
Service: b57w2k
.
==== System Restore Points ===================
.
RP1: 22/09/2011 09:31:04 — System Checkpoint
.
==== Installed Programs ======================
.
ABBYY FineReader 6.0 Sprint
Acrobat.com
Ad-Aware
Adobe AIR
Adobe Flash Player 10 ActiveX
Adobe Flash Player 10 Plugin
Adobe Reader 9.2
Adobe Shockwave Player 11.5
Bing Maps 3D
CCleaner
Critical Update for Windows Media Player 11 (KB959772)
Dropbox
Epson Easy Photo Print 2
EPSON Scan
EPSON Stylus SX100_TX100 Manual
EPSON SX100 Series Printer Uninstall
EPSON Web-To-Page
Foxit PDF Editor
Foxit PDF Preview Handler for XP
Foxit Reader
Free Extended Task Manager
GIMP 2.6.10
Google Chrome
Google Earth
Google Talk Plugin
Google Update Helper
High Definition Audio Driver Package — KB888111
Hotfix for Microsoft .NET Framework 3.5 SP1 (KB953595)
Hotfix for Microsoft .NET Framework 3.5 SP1 (KB958484)
Hotfix for Windows Media Format 11 SDK (KB929399)
Hotfix for Windows Media Player 11 (KB939683)
Hotfix for Windows XP (KB2158563)
Hotfix for Windows XP (KB2443685)
Hotfix for Windows XP (KB2570791)
Hotfix for Windows XP (KB915800-v4)
Hotfix for Windows XP (KB952287)
Hotfix for Windows XP (KB954550-v5)
Hotfix for Windows XP (KB961118)
Hotfix for Windows XP (KB970653-v3)
Hotfix for Windows XP (KB976002-v5)
Hotfix for Windows XP (KB976098-v2)
Hotfix for Windows XP (KB979306)
Hotfix for Windows XP (KB981793)
Intel(R) Graphics Media Accelerator Driver
Iomega StorCenter
Java Auto Updater
Java(TM) 6 Update 25
KeePass Password Safe 2.16
Live Mesh Remote Desktop Service
LogMeIn
MagicDisc 2.7.105
Malwarebytes’ Anti-Malware version 1.51.2.1300
MFC RunTime files
Microsoft .NET Framework 1.1
Microsoft .NET Framework 1.1 Security Update (KB2416447)
Microsoft .NET Framework 1.1 Security Update (KB979906)
Microsoft .NET Framework 2.0 Service Pack 2
Microsoft .NET Framework 3.0 Service Pack 2
Microsoft .NET Framework 3.5 SP1
Microsoft Antimalware
Microsoft Application Error Reporting
Microsoft Choice Guard
Microsoft Compression Client Pack 1.0 for Windows XP
Microsoft Internationalized Domain Names Mitigation APIs
Microsoft Kernel-Mode Driver Framework Feature Pack 1.5
Microsoft National Language Support Downlevel APIs
Microsoft Office 2007 Service Pack 2 (SP2)
Microsoft Office Access MUI (English) 2007
Microsoft Office Access Setup Metadata MUI (English) 2007
Microsoft Office Excel MUI (English) 2007
Microsoft Office File Validation Add-In
Microsoft Office InfoPath MUI (English) 2007
Microsoft Office Live Add-in 1.5
Microsoft Office Outlook Connector
Microsoft Office Outlook MUI (English) 2007
Microsoft Office PowerPoint MUI (English) 2007
Microsoft Office Professional Plus 2007
Microsoft Office Proof (English) 2007
Microsoft Office Proof (French) 2007
Microsoft Office Proof (Greek) 2007
Microsoft Office Proof (Spanish) 2007
Microsoft Office Proofing (English) 2007
Microsoft Office Proofing Tools 2007 Service Pack 2 (SP2)
Microsoft Office Publisher MUI (English) 2007
Microsoft Office Shared MUI (English) 2007
Microsoft Office Shared Setup Metadata MUI (English) 2007
Microsoft Office Word MUI (English) 2007
Microsoft Security Client
Microsoft Security Essentials
Microsoft Silverlight
Microsoft Software Update for Web Folders (English) 12
Microsoft User-Mode Driver Framework Feature Pack 1.0
Microsoft Visual C++ 2005 Redistributable
Microsoft Works 6-9 Converter
Mouse Suite
Mozilla Firefox 6.0.2 (x86 en-US)
MSVCRT
MSXML 4.0 SP2 (KB927978)
MSXML 4.0 SP2 (KB936181)
MSXML 4.0 SP2 (KB954430)
MSXML 4.0 SP2 (KB973688)
MySabre
OGA Notifier 2.0.0048.0
Open Systems Client
Opera 11.51
PDFCreator
Picasa 3
QT Lite 3.1.0
Retrospect Express HD 2.5
Revo Uninstaller 1.92
Sabre Device Manager
Sabre Print Module
Sabre VPN
SAMSUNG USB Driver for Mobile Phones
Security Update for 2007 Microsoft Office System (KB2288621)
Security Update for 2007 Microsoft Office System (KB2288931)
Security Update for 2007 Microsoft Office System (KB2345043)
Security Update for 2007 Microsoft Office System (KB2553074)
Security Update for 2007 Microsoft Office System (KB2553089)
Security Update for 2007 Microsoft Office System (KB2553090)
Security Update for 2007 Microsoft Office System (KB2584063)
Security Update for 2007 Microsoft Office System (KB969559)
Security Update for 2007 Microsoft Office System (KB976321)
Security Update for CAPICOM (KB931906)
Security Update for Microsoft .NET Framework 3.5 SP1 (KB2416473)
Security Update for Microsoft Office Access 2007 (KB979440)
Security Update for Microsoft Office Excel 2007 (KB2553073)
Security Update for Microsoft Office InfoPath 2007 (KB2510061)
Security Update for Microsoft Office InfoPath 2007 (KB979441)
Security Update for Microsoft Office PowerPoint 2007 (KB2535818)
Security Update for Microsoft Office PowerPoint Viewer 2007 (KB2464623)
Security Update for Microsoft Office Publisher 2007 (KB2284697)
Security Update for Microsoft Office system 2007 (972581)
Security Update for Microsoft Office system 2007 (KB974234)
Security Update for Microsoft Office Visio Viewer 2007 (KB973709)
Security Update for Microsoft Office Word 2007 (KB2344993)
Security Update for Step By Step Interactive Training (KB898458)
Security Update for Step By Step Interactive Training (KB923723)
Security Update for Windows Internet Explorer 7 (KB929969)
Security Update for Windows Internet Explorer 7 (KB933566)
Security Update for Windows Internet Explorer 7 (KB938127)
Security Update for Windows Internet Explorer 7 (KB942615)
Security Update for Windows Internet Explorer 7 (KB944533)
Security Update for Windows Internet Explorer 7 (KB956390)
Security Update for Windows Internet Explorer 7 (KB958215)
Security Update for Windows Internet Explorer 7 (KB960714)
Security Update for Windows Internet Explorer 7 (KB961260)
Security Update for Windows Internet Explorer 7 (KB963027)
Security Update for Windows Internet Explorer 8 (KB2183461)
Security Update for Windows Internet Explorer 8 (KB2360131)
Security Update for Windows Internet Explorer 8 (KB2416400)
Security Update for Windows Internet Explorer 8 (KB2482017)
Security Update for Windows Internet Explorer 8 (KB2497640)
Security Update for Windows Internet Explorer 8 (KB2510531)
Security Update for Windows Internet Explorer 8 (KB2530548)
Security Update for Windows Internet Explorer 8 (KB2544521)
Security Update for Windows Internet Explorer 8 (KB2559049)
Security Update for Windows Internet Explorer 8 (KB969897)
Security Update for Windows Internet Explorer 8 (KB971961)
Security Update for Windows Internet Explorer 8 (KB972260)
Security Update for Windows Internet Explorer 8 (KB974455)
Security Update for Windows Internet Explorer 8 (KB976325)
Security Update for Windows Internet Explorer 8 (KB978207)
Security Update for Windows Internet Explorer 8 (KB981332)
Security Update for Windows Internet Explorer 8 (KB982381)
Security Update for Windows Media Player (KB2378111)
Security Update for Windows Media Player (KB911564)
Security Update for Windows Media Player (KB952069)
Security Update for Windows Media Player (KB954155)
Security Update for Windows Media Player (KB968816)
Security Update for Windows Media Player (KB973540)
Security Update for Windows Media Player (KB975558)
Security Update for Windows Media Player (KB978695)
Security Update for Windows Media Player 10 (KB917734)
Security Update for Windows Media Player 10 (KB936782)
Security Update for Windows Media Player 11 (KB936782)
Security Update for Windows Media Player 11 (KB954154)
Security Update for Windows Media Player 6.4 (KB925398)
Security Update for Windows Search 4 — KB963093
Security Update for Windows XP (KB2079403)
Security Update for Windows XP (KB2115168)
Security Update for Windows XP (KB2121546)
Security Update for Windows XP (KB2160329)
Security Update for Windows XP (KB2229593)
Security Update for Windows XP (KB2259922)
Security Update for Windows XP (KB2279986)
Security Update for Windows XP (KB2286198)
Security Update for Windows XP (KB2296011)
Security Update for Windows XP (KB2296199)
Security Update for Windows XP (KB2347290)
Security Update for Windows XP (KB2360937)
Security Update for Windows XP (KB2387149)
Security Update for Windows XP (KB2393802)
Security Update for Windows XP (KB2412687)
Security Update for Windows XP (KB2419632)
Security Update for Windows XP (KB2423089)
Security Update for Windows XP (KB2436673)
Security Update for Windows XP (KB2440591)
Security Update for Windows XP (KB2443105)
Security Update for Windows XP (KB2476490)
Security Update for Windows XP (KB2476687)
Security Update for Windows XP (KB2478960)
Security Update for Windows XP (KB2478971)
Security Update for Windows XP (KB2479628)
Security Update for Windows XP (KB2479943)
Security Update for Windows XP (KB2481109)
Security Update for Windows XP (KB2483185)
Security Update for Windows XP (KB2485376)
Security Update for Windows XP (KB2485663)
Security Update for Windows XP (KB2503658)
Security Update for Windows XP (KB2503665)
Security Update for Windows XP (KB2506212)
Security Update for Windows XP (KB2506223)
Security Update for Windows XP (KB2507618)
Security Update for Windows XP (KB2507938)
Security Update for Windows XP (KB2508272)
Security Update for Windows XP (KB2508429)
Security Update for Windows XP (KB2509553)
Security Update for Windows XP (KB2511455)
Security Update for Windows XP (KB2524375)
Security Update for Windows XP (KB2535512)
Security Update for Windows XP (KB2536276-v2)
Security Update for Windows XP (KB2536276)
Security Update for Windows XP (KB2544893)
Security Update for Windows XP (KB2555917)
Security Update for Windows XP (KB2562937)
Security Update for Windows XP (KB2566454)
Security Update for Windows XP (KB2567680)
Security Update for Windows XP (KB2570222)
Security Update for Windows XP (KB2570947)
Security Update for Windows XP (KB923561)
Security Update for Windows XP (KB923689)
Security Update for Windows XP (KB938464-v2)
Security Update for Windows XP (KB938464)
Security Update for Windows XP (KB941569)
Security Update for Windows XP (KB946648)
Security Update for Windows XP (KB950762)
Security Update for Windows XP (KB950974)
Security Update for Windows XP (KB951066)
Security Update for Windows XP (KB951376-v2)
Security Update for Windows XP (KB951698)
Security Update for Windows XP (KB951748)
Security Update for Windows XP (KB952004)
Security Update for Windows XP (KB952954)
Security Update for Windows XP (KB954211)
Security Update for Windows XP (KB954459)
Security Update for Windows XP (KB954600)
Security Update for Windows XP (KB955069)
Security Update for Windows XP (KB956391)
Security Update for Windows XP (KB956572)
Security Update for Windows XP (KB956744)
Security Update for Windows XP (KB956802)
Security Update for Windows XP (KB956803)
Security Update for Windows XP (KB956841)
Security Update for Windows XP (KB956844)
Security Update for Windows XP (KB957095)
Security Update for Windows XP (KB957097)
Security Update for Windows XP (KB958644)
Security Update for Windows XP (KB958687)
Security Update for Windows XP (KB958690)
Security Update for Windows XP (KB958869)
Security Update for Windows XP (KB959426)
Security Update for Windows XP (KB960225)
Security Update for Windows XP (KB960715)
Security Update for Windows XP (KB960803)
Security Update for Windows XP (KB960859)
Security Update for Windows XP (KB961371)
Security Update for Windows XP (KB961373)
Security Update for Windows XP (KB961501)
Security Update for Windows XP (KB968537)
Security Update for Windows XP (KB969059)
Security Update for Windows XP (KB969898)
Security Update for Windows XP (KB969947)
Security Update for Windows XP (KB970238)
Security Update for Windows XP (KB970430)
Security Update for Windows XP (KB971468)
Security Update for Windows XP (KB971486)
Security Update for Windows XP (KB971557)
Security Update for Windows XP (KB971633)
Security Update for Windows XP (KB971657)
Security Update for Windows XP (KB972270)
Security Update for Windows XP (KB973346)
Security Update for Windows XP (KB973354)
Security Update for Windows XP (KB973507)
Security Update for Windows XP (KB973525)
Security Update for Windows XP (KB973869)
Security Update for Windows XP (KB973904)
Security Update for Windows XP (KB974112)
Security Update for Windows XP (KB974318)
Security Update for Windows XP (KB974392)
Security Update for Windows XP (KB974571)
Security Update for Windows XP (KB975025)
Security Update for Windows XP (KB975467)
Security Update for Windows XP (KB975560)
Security Update for Windows XP (KB975561)
Security Update for Windows XP (KB975562)
Security Update for Windows XP (KB975713)
Security Update for Windows XP (KB977165)
Security Update for Windows XP (KB977816)
Security Update for Windows XP (KB977914)
Security Update for Windows XP (KB978037)
Security Update for Windows XP (KB978251)
Security Update for Windows XP (KB978262)
Security Update for Windows XP (KB978338)
Security Update for Windows XP (KB978542)
Security Update for Windows XP (KB978601)
Security Update for Windows XP (KB978706)
Security Update for Windows XP (KB979309)
Security Update for Windows XP (KB979482)
Security Update for Windows XP (KB979559)
Security Update for Windows XP (KB979683)
Security Update for Windows XP (KB979687)
Security Update for Windows XP (KB980195)
Security Update for Windows XP (KB980218)
Security Update for Windows XP (KB980232)
Security Update for Windows XP (KB980436)
Security Update for Windows XP (KB981322)
Security Update for Windows XP (KB981852)
Security Update for Windows XP (KB981957)
Security Update for Windows XP (KB981997)
Security Update for Windows XP (KB982132)
Security Update for Windows XP (KB982214)
Security Update for Windows XP (KB982665)
Security Update for Windows XP (KB982802)
Segoe UI
Skype™ 5.3
Smart Defrag 1.20
SoundMAX
Spybot — Search & Destroy
SUPERAntiSpyware
System Update
ThinkVantage Technologies Welcome Message
Tweak UI
Unlocker 1.8.7
Update for 2007 Microsoft Office System (KB967642)
Update for Microsoft .NET Framework 3.5 SP1 (KB963707)
Update for Microsoft Office 2007 Help for Common Features (KB963673)
Update for Microsoft Office 2007 System (KB2539530)
Update for Microsoft Office Access 2007 Help (KB963663)
Update for Microsoft Office Excel 2007 Help (KB963678)
Update for Microsoft Office InfoPath 2007 Help (KB957243)
Update for Microsoft Office Outlook 2007 (KB2583910)
Update for Microsoft Office Outlook 2007 Help (KB963677)
Update for Microsoft Office Powerpoint 2007 Help (KB963669)
Update for Microsoft Office Publisher 2007 Help (KB957249)
Update for Microsoft Office Word 2007 Help (KB963665)
Update for Microsoft Script Editor Help (KB957253)
Update for Microsoft Windows (KB971513)
Update for Outlook 2007 Junk Email Filter (KB2553110)
Update for Windows Internet Explorer 8 (KB968220)
Update for Windows Internet Explorer 8 (KB969497)
Update for Windows Internet Explorer 8 (KB971180)
Update for Windows Internet Explorer 8 (KB971930)
Update for Windows Internet Explorer 8 (KB972636)
Update for Windows Internet Explorer 8 (KB973874)
Update for Windows Internet Explorer 8 (KB975364)
Update for Windows Internet Explorer 8 (KB976662)
Update for Windows Internet Explorer 8 (KB976749)
Update for Windows Internet Explorer 8 (KB980182)
Update for Windows Internet Explorer 8 (KB980302)
Update for Windows Internet Explorer 8 (KB982632)
Update for Windows XP (KB2141007)
Update for Windows XP (KB2345886)
Update for Windows XP (KB2467659)
Update for Windows XP (KB2541763)
Update for Windows XP (KB2607712)
Update for Windows XP (KB2616676)
Update for Windows XP (KB943729)
Update for Windows XP (KB951072-v2)
Update for Windows XP (KB951978)
Update for Windows XP (KB955759)
Update for Windows XP (KB955839)
Update for Windows XP (KB961503)
Update for Windows XP (KB967715)
Update for Windows XP (KB968389)
Update for Windows XP (KB971029)
Update for Windows XP (KB971737)
Update for Windows XP (KB973687)
Update for Windows XP (KB973815)
Visual C++ 2008 x86 Runtime — (v9.0.30729)
Visual C++ 2008 x86 Runtime — v9.0.30729.01
Visual C++ 8.0 ATL (x86) WinSXS MSM
Visual C++ 8.0 CRT (x86) WinSXS MSM
VLC media player 1.1.5
Wallpapers
WebEx
WebFldrs XP
Windows Feature Pack for Storage (32-bit) — IMAPI update for Blu-Ray
Windows Genuine Advantage Notifications (KB905474)
Windows Genuine Advantage Validation Tool (KB892130)
Windows Internet Explorer 7
Windows Internet Explorer 8
Windows Live Call
Windows Live Communications Platform
Windows Live Essentials
Windows Live ID Sign-in Assistant
Windows Live Messenger
Windows Live Upload Tool
Windows Media Connect
Windows Media Format 11 runtime
Windows Media Player 11
Windows Media Player Firefox Plugin
Windows Rights Management Client Backwards Compatibility SP2
Windows Rights Management Client with Service Pack 2
Windows Search 4.0
Windows XP Service Pack 3
WinRAR archiver
XP Themes
YNAB 3
.
==== Event Viewer Messages From Past Week ========
.
22/09/2011 10:18:43, error: atapi [9] — The device, DeviceIdeIdePort1, did not respond within the timeout period.
22/09/2011 09:42:05, error: PlugPlayManager [11] — The device RootLEGACY_UNLOCKERDRIVER5000 disappeared from the system without first being prepared for removal.
22/09/2011 09:35:33, error: Service Control Manager [7034] — The Sabre Device Manager service terminated unexpectedly. It has done this 1 time(s).
22/09/2011 09:35:33, error: Service Control Manager [7034] — The HSSP Configuration Module service terminated unexpectedly. It has done this 1 time(s).
22/09/2011 09:35:33, error: Service Control Manager [7034] — The Config Service Helper service terminated unexpectedly. It has done this 1 time(s).
22/09/2011 09:32:41, error: Service Control Manager [7031] — The Windows Media Player Network Sharing Service service terminated unexpectedly. It has done this 1 time(s). The following corrective action will be taken in 30000 milliseconds: Restart the service.
21/09/2011 15:40:51, error: Service Control Manager [7026] — The following boot-start or system-start driver(s) failed to load: Lbd
21/09/2011 10:18:53, error: Service Control Manager [7026] — The following boot-start or system-start driver(s) failed to load: Lbd SASDIFSV SASKUTIL
.
==== End Of File ===========================

Re: Проблема с браузером при подачи заявки по грин кард.

1.Оформил на себя заявку-удачно. При первой попытке заполнения на супругу , после заполнения 2-ой странички и нажатия просмотр анкеты система выдала след:
(мах ушло времени 10-15 минут)
Server Error in ‘/’ Application.

Request timed out.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Request timed out.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[HttpException (0x80004005): Request timed out.]

Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832

2. Почитал форум. Стал заполнять по ссылке. На этот раз уложился может быть до 10 минут. снова не прошла, ошибка другая. Хотя я в сети. Для проверки открыл любой другой сайт-работает.

Internet Explorer cannot display the webpage
Most likely causes:
You are not connected to the Internet.
The website is encountering problems.
There might be a typing error in the address.
What you can try:
Diagnose Connection Problems
More information
This problem can be caused by a variety of issues, including:
Internet connectivity has been lost.
The website is temporarily unavailable.
The Domain Name Server (DNS) is not reachable.
The Domain Name Server (DNS) does not have a listing for the website’s domain.
If this is an HTTPS (secure) address, click Tools, click Internet Options, click Advanced, and check to be sure the SSL and TLS protocols are enabled under the security section.
For offline users
You can still view subscribed feeds and some recently viewed webpages.
To view subscribed feeds
Click the Favorites Center button , click Feeds, and then click the feed you want to view.
To view recently visited webpages (might not work on all pages)
Click Tools , and then click Work Offline.
Click the Favorites Center button , click History, and then click the page you want to view.

Млин, вот такая трабла. И еще наскока помница пока на получишь «потверждение», можно отправлять заявку.
Это не будет ДУБЛЬ ?

Спасибо.

Понравилась статья? Поделить с друзьями:
  • There is problem with this windows installer package a program run as part как исправить
  • There is not enough room on your disk to install roblox как исправить
  • There is no stack trace or error line information available for this error
  • There is no cuda device which is selected octane render как исправить
  • There is another instance of doom running как исправить