OCR with Acrobat 8.2.3 occassionally stops with error (5) cannot access paper capture service

After I updated to acrobat 8.2.3 (no other changes in my computer software), OCR recognition occassionally stops with an error that reports the paper capture service is not accessible/available.  This is not a fatal error because OCR can continue in the document but the page is not fully processed.  The error appears to occur after decomposing and before recognizing text.  This problem did not happen with 8.2.2.  I have two computers with 8.2.3 and this happens on both computers.  I would be happy to downgrade to 8.2.2 until Adobe fixes this problem but apparently adobe does not allow removing the 8.2.3 update.
I tried opening the .pdf directly from the Adobe open menu as someone had suggested in another forum, but the problem persists.
I use this OCR capability almost daily on large (>100 page) files so I need at least a temporary solution right away.  Any suggestions?

Not sure if this is a Flash Player problem.  You are more likely to get a reply if you post your question in the AS3 forum.

Similar Messages

  • Please help with Error #1009 Cannot access a property

    Hi All,
    I have a simple flash movie where play_btn should go to a label on a timeline where I have a video playing and a stop_btn should go back to a first frame (label "start") and thus give an illustion of stopping the movie.
    I have no problem with the play_btn, however stop_btn doesn't work and when I test the movie I get the following error message:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at FSV_header1_fla::MainTimeline/frame1()
    below is my code - any help is very appreciated!
    stop();
    play_btn.addEventListener(MouseEvent.MOUSE_DOWN, playMovie);
    close_btn.addEventListener(MouseEvent.MOUSE_DOWN, stopMovie);
    function playMovie(event:MouseEvent):void {
        trace("Play!");
        gotoAndPlay("start");
    function stopMovie(event:MouseEvent):void {
        trace("Close!");
        gotoAndStop("stop");
    Thank you!!

    Thank you!!
    I was able to fix it by putting all the buttons on the first frame and toggling visibility on/off. Here's the code:
    stop();
    close_btn.visible = false;
    play_btn.addEventListener(MouseEvent.MOUSE_DOWN, playMovie);
    close_btn.addEventListener(MouseEvent.MOUSE_DOWN, stopMovie);
    function playMovie(event:MouseEvent):void {
        trace("Play!");
        gotoAndPlay("start");
        play_btn.visible = false;
        close_btn.visible = true;
    function stopMovie(event:MouseEvent):void {
        trace("Stop!");
        gotoAndPlay("stop");
        close_btn.visible = false;
        play_btn.visible = true;

  • Solving the problem with error 80003 cannot access bb ID update server

    Must be done over wi-fi only, switch off the cellphone network, works without  a problem for me, hope it will work for everybody

    Hi Guys,
    Oops! by the look of things we all have the same problem, it seems as if BB is frustrating a lot lately. I updated my app world this morning and when i rebooted, and can't access my app world. Its giving me the same error code 80003).

  • First flexunit test is always failing with Error Error #1009: Cannot access a property or method of

    Hi,
    I have flexunit project which I am trying to run on linux server.
    1. I have Tests project.
    2. I am trying to compile it on linux server and creating Tests.swf file and then executing Tests.swf using ant on 64 bit linux server using standalone flash debug player.
    3. Tests project contains 4 tests and first tests always fail with following error,
        test:
         [flexunit] Validating task attributes ...
         [flexunit] Generating default values ...
         [flexunit] Using default working dir [/mnt/build/VinitFlexUnitBranch/workspace/src/Tests]
         [flexunit] Using the following settings for the test run:
         [flexunit] FLEX_HOME: [/var/lib/flex4.1sdk]
         [flexunit] haltonfailure: [true]
         [flexunit] headless: [false]
         [flexunit] display: [99]
         [flexunit] localTrusted: [true]
         [flexunit] player: [flash]
         [flexunit] port: [1024]
         [flexunit] swf: [/mnt/build/VinitFlexUnitBranch/workspace/bin/Tests.swf]
         [flexunit] timeout: [60000ms]
         [flexunit] toDir: [/mnt/build/VinitFlexUnitBranch/workspace/src/Tests/report]
         [flexunit] Setting up server process ...
         [flexunit] Entry [/mnt/build/VinitFlexUnitBranch/workspace/bin] already available in local trust file at [/home/deploy/.macromedia/Flash_Player/#Security/FlashPlayerTrust/flexUnit.cfg].
         [flexunit] Executing 'gflashplayer' with arguments:
         [flexunit] '/mnt/build/VinitFlexUnitBranch/workspace/bin/Tests.swf'
         [flexunit]
         [flexunit] The ' characters around the executable and arguments are
         [flexunit] not part of the command.
         [flexunit]
         [flexunit] Starting server ...
         [flexunit] Opening server socket on port [1024].
         [flexunit] Waiting for client connection ...
         [flexunit] Client connected.
         [flexunit] Setting inbound buffer size to [262144] bytes.
         [flexunit] Receiving data ...
         [flexunit] Sending acknowledgement to player to start sending test data ...
         [flexunit]
         [flexunit] FlexUnit test pause in suite Tests.Classes.DummyASyncTest had errors.
         [flexunit]
         [flexunit] Stopping server ...
         [flexunit] End of test data reached, sending acknowledgement to player ...
         [flexunit] Closing client connection ...
         [flexunit] Closing server on port [1024] ...
         [flexunit] <testcase classname="Tests.Classes::DummyASyncTest" name="pause" time="8" status="error"><error message="Error #1009: Cannot access a property or method of a null object reference." type="Tests.Classes::DummyASyncTest.pause" ><![CDATA[TypeError: Error #1009: Cannot access a property or method of a null object reference.
         [flexunit] at org.fluint.uiImpersonation.flex::FlexEnvironmentBuilder/buildVisualTestEnvironment()
         [flexunit] at org.fluint.uiImpersonation::VisualTestEnvironmentBuilder/buildVisualTestEnvironment()
         [flexunit] at org.flexunit.internals.runners.watcher::FrameWatcher/getStage()
         [flexunit] at org.flexunit.internals.runners.watcher::FrameWatcher()
         [flexunit] at org.flexunit.internals.runners.statements::StackAndFrameManagement()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/withStackManagement()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/withDecoration()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/methodBlock()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/runChild()
         [flexunit] at org.flexunit.internals.runners::ChildRunnerSequencer/executeStep()
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/handleChildExecuteComplete( )
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/evaluate()
         [flexunit] at org.flexunit.runners::ParentRunner/run()
         [flexunit] at org.flexunit.runners::Suite/runChild()
         [flexunit] at org.flexunit.internals.runners::ChildRunnerSequencer/executeStep()
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/handleChildExecuteComplete( )
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/evaluate()
         [flexunit] at org.flexunit.runners::ParentRunner/run()
         [flexunit] at org.flexunit.runners::Suite/runChild()
         [flexunit] at org.flexunit.internals.runners::ChildRunnerSequencer/executeStep()
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/handleChildExecuteComplete( )
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/evaluate()
         [flexunit] at org.flexunit.runners::ParentRunner/run()
         [flexunit] at org.flexunit.runner::FlexUnitCore/beginRunnerExecution()
         [flexunit] at org.flexunit.runner::FlexUnitCore/verifyRunnerCanBegin()
         [flexunit] at org.flexunit.token::AsyncCoreStartupToken/sendReady()
         [flexunit] at org.flexunit.runner.notification.async::AsyncListenerWatcher/sendReadyNotification()
         [flexunit] at org.flexunit.runner.notification.async::AsyncListenerWatcher/handleListenerReady()
         [flexunit] at flash.events::EventDispatcher/dispatchEventFunction()
         [flexunit] at flash.events::EventDispatcher/dispatchEvent()
         [flexunit] at org.flexunit.listeners::CIListener/setStatusReady()
         [flexunit] at org.flexunit.listeners::CIListener/dataHandler()
         [flexunit] at flash.events::EventDispatcher/dispatchEventFunction()
         [flexunit] at flash.events::EventDispatcher/dispatchEvent()
         [flexunit] at flash.net::XMLSocket/scanAndSendEvent()]]></error></testcase>
         [flexunit] <endOfTestRun/>
         [flexunit] Analyzing reports ...
         [flexunit]
         [flexunit] Suite: Tests.Classes.DummyASyncTest
         [flexunit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 sec
         [flexunit]
         [flexunit] Results :
         [flexunit]
         [flexunit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 sec
         [flexunit]
        BUILD FAILED
        /mnt/build/VinitFlexUnitBranch/workspace/src/Tests/build.xml:26: FlexUnit tests failed during the test run.
        at org.flexunit.ant.tasks.TestRun.analyzeReports(Unknown Source)
        at org.flexunit.ant.tasks.TestRun.run(Unknown Source)
        at org.flexunit.ant.tasks.FlexUnitTask.execute(Unknown Source)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:390)
        at org.apache.tools.ant.Target.performTasks(Target.java:411)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.Main.runBuild(Main.java:809)
        at org.apache.tools.ant.Main.startAnt(Main.java:217)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
        Total time: 1 second
    Exited with status 1
    [deploy]$
    4. Everytime I run this, any test which is run first will fail and all other tests will pass.
    My Tests.as file is as below:
    * Tests.as
    package
    import Tests.XTestSuite;
    import flash.display.Sprite;
    import mx.core.FlexSprite;
    import org.flexunit.listeners.CIListener;
    import org.flexunit.listeners.UIListener;
    import org.flexunit.runner.FlexUnitCore;
    public class Tests extends Sprite
    public var flexSprite:FlexSprite;
    public function Tests()
    onCreationComplete();
    public function onCreationComplete() : void {
    var core : FlexUnitCore = new FlexUnitCore();
    core.addListener(new CIListener());
    core.runClasses(Tests.XTestSuite);
    public function currentRunTestSuite():Array
    var testsToRun:Array = new Array();
    testsToRun.push(Tests.XTestSuite);
    return testsToRun;
    XTestSuite try to run 4 flexunit test classes.
    one of that flexunit test script class is as below:
    package Tests.Classes
    import flexunit.framework.Assert;
    import org.flexunit.Assert;
    import org.flexunit.asserts.assertEquals;
    public class DummyASyncTest
    [Test]
    public function pause() : void
    assertEquals(true, true);
    trace("I M in dummy");
    All other tests are dummy tests which just asserts(true, true).
    I am not sure if I doing something wrong or forgot to take care of something.

    Hi,
    I have flexunit project which I am trying to run on linux server.
    1. I have Tests project.
    2. I am trying to compile it on linux server and creating Tests.swf file and then executing Tests.swf using ant on 64 bit linux server using standalone flash debug player.
    3. Tests project contains 4 tests and first tests always fail with following error,
        test:
         [flexunit] Validating task attributes ...
         [flexunit] Generating default values ...
         [flexunit] Using default working dir [/mnt/build/VinitFlexUnitBranch/workspace/src/Tests]
         [flexunit] Using the following settings for the test run:
         [flexunit] FLEX_HOME: [/var/lib/flex4.1sdk]
         [flexunit] haltonfailure: [true]
         [flexunit] headless: [false]
         [flexunit] display: [99]
         [flexunit] localTrusted: [true]
         [flexunit] player: [flash]
         [flexunit] port: [1024]
         [flexunit] swf: [/mnt/build/VinitFlexUnitBranch/workspace/bin/Tests.swf]
         [flexunit] timeout: [60000ms]
         [flexunit] toDir: [/mnt/build/VinitFlexUnitBranch/workspace/src/Tests/report]
         [flexunit] Setting up server process ...
         [flexunit] Entry [/mnt/build/VinitFlexUnitBranch/workspace/bin] already available in local trust file at [/home/deploy/.macromedia/Flash_Player/#Security/FlashPlayerTrust/flexUnit.cfg].
         [flexunit] Executing 'gflashplayer' with arguments:
         [flexunit] '/mnt/build/VinitFlexUnitBranch/workspace/bin/Tests.swf'
         [flexunit]
         [flexunit] The ' characters around the executable and arguments are
         [flexunit] not part of the command.
         [flexunit]
         [flexunit] Starting server ...
         [flexunit] Opening server socket on port [1024].
         [flexunit] Waiting for client connection ...
         [flexunit] Client connected.
         [flexunit] Setting inbound buffer size to [262144] bytes.
         [flexunit] Receiving data ...
         [flexunit] Sending acknowledgement to player to start sending test data ...
         [flexunit]
         [flexunit] FlexUnit test pause in suite Tests.Classes.DummyASyncTest had errors.
         [flexunit]
         [flexunit] Stopping server ...
         [flexunit] End of test data reached, sending acknowledgement to player ...
         [flexunit] Closing client connection ...
         [flexunit] Closing server on port [1024] ...
         [flexunit] <testcase classname="Tests.Classes::DummyASyncTest" name="pause" time="8" status="error"><error message="Error #1009: Cannot access a property or method of a null object reference." type="Tests.Classes::DummyASyncTest.pause" ><![CDATA[TypeError: Error #1009: Cannot access a property or method of a null object reference.
         [flexunit] at org.fluint.uiImpersonation.flex::FlexEnvironmentBuilder/buildVisualTestEnvironment()
         [flexunit] at org.fluint.uiImpersonation::VisualTestEnvironmentBuilder/buildVisualTestEnvironment()
         [flexunit] at org.flexunit.internals.runners.watcher::FrameWatcher/getStage()
         [flexunit] at org.flexunit.internals.runners.watcher::FrameWatcher()
         [flexunit] at org.flexunit.internals.runners.statements::StackAndFrameManagement()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/withStackManagement()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/withDecoration()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/methodBlock()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/runChild()
         [flexunit] at org.flexunit.internals.runners::ChildRunnerSequencer/executeStep()
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/handleChildExecuteComplete( )
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/evaluate()
         [flexunit] at org.flexunit.runners::ParentRunner/run()
         [flexunit] at org.flexunit.runners::Suite/runChild()
         [flexunit] at org.flexunit.internals.runners::ChildRunnerSequencer/executeStep()
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/handleChildExecuteComplete( )
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/evaluate()
         [flexunit] at org.flexunit.runners::ParentRunner/run()
         [flexunit] at org.flexunit.runners::Suite/runChild()
         [flexunit] at org.flexunit.internals.runners::ChildRunnerSequencer/executeStep()
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/handleChildExecuteComplete( )
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/evaluate()
         [flexunit] at org.flexunit.runners::ParentRunner/run()
         [flexunit] at org.flexunit.runner::FlexUnitCore/beginRunnerExecution()
         [flexunit] at org.flexunit.runner::FlexUnitCore/verifyRunnerCanBegin()
         [flexunit] at org.flexunit.token::AsyncCoreStartupToken/sendReady()
         [flexunit] at org.flexunit.runner.notification.async::AsyncListenerWatcher/sendReadyNotification()
         [flexunit] at org.flexunit.runner.notification.async::AsyncListenerWatcher/handleListenerReady()
         [flexunit] at flash.events::EventDispatcher/dispatchEventFunction()
         [flexunit] at flash.events::EventDispatcher/dispatchEvent()
         [flexunit] at org.flexunit.listeners::CIListener/setStatusReady()
         [flexunit] at org.flexunit.listeners::CIListener/dataHandler()
         [flexunit] at flash.events::EventDispatcher/dispatchEventFunction()
         [flexunit] at flash.events::EventDispatcher/dispatchEvent()
         [flexunit] at flash.net::XMLSocket/scanAndSendEvent()]]></error></testcase>
         [flexunit] <endOfTestRun/>
         [flexunit] Analyzing reports ...
         [flexunit]
         [flexunit] Suite: Tests.Classes.DummyASyncTest
         [flexunit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 sec
         [flexunit]
         [flexunit] Results :
         [flexunit]
         [flexunit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 sec
         [flexunit]
        BUILD FAILED
        /mnt/build/VinitFlexUnitBranch/workspace/src/Tests/build.xml:26: FlexUnit tests failed during the test run.
        at org.flexunit.ant.tasks.TestRun.analyzeReports(Unknown Source)
        at org.flexunit.ant.tasks.TestRun.run(Unknown Source)
        at org.flexunit.ant.tasks.FlexUnitTask.execute(Unknown Source)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:390)
        at org.apache.tools.ant.Target.performTasks(Target.java:411)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.Main.runBuild(Main.java:809)
        at org.apache.tools.ant.Main.startAnt(Main.java:217)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
        Total time: 1 second
    Exited with status 1
    [deploy]$
    4. Everytime I run this, any test which is run first will fail and all other tests will pass.
    My Tests.as file is as below:
    * Tests.as
    package
    import Tests.XTestSuite;
    import flash.display.Sprite;
    import mx.core.FlexSprite;
    import org.flexunit.listeners.CIListener;
    import org.flexunit.listeners.UIListener;
    import org.flexunit.runner.FlexUnitCore;
    public class Tests extends Sprite
    public var flexSprite:FlexSprite;
    public function Tests()
    onCreationComplete();
    public function onCreationComplete() : void {
    var core : FlexUnitCore = new FlexUnitCore();
    core.addListener(new CIListener());
    core.runClasses(Tests.XTestSuite);
    public function currentRunTestSuite():Array
    var testsToRun:Array = new Array();
    testsToRun.push(Tests.XTestSuite);
    return testsToRun;
    XTestSuite try to run 4 flexunit test classes.
    one of that flexunit test script class is as below:
    package Tests.Classes
    import flexunit.framework.Assert;
    import org.flexunit.Assert;
    import org.flexunit.asserts.assertEquals;
    public class DummyASyncTest
    [Test]
    public function pause() : void
    assertEquals(true, true);
    trace("I M in dummy");
    All other tests are dummy tests which just asserts(true, true).
    I am not sure if I doing something wrong or forgot to take care of something.

  • When i login with microsoft account cannot access with administrative share c$

    i have a problem when i login to windows with microsoft account cannot access any network computer with administrative sharing c$,d$ with windows 8.1 
    but when i login with local account can access
    and some people tell  me create key in regedit t fix it 
    after enter user name and password show this error 
    and i apply your instruction  and not fix until now
    note:
     my Machine windows 8.1 if another machine in network windows 7 can access a hidden share if machine in network windows 8.1 show this message in image 2 
    but if i login with local user can i access all machine hidden share network windows 7 and 8.1

    yes this computer i want to access  name poland2-work and have two users 
    first :administrator
    second : poland 2

  • I have ios7 on my iphfone 4 I now have a iphone5 with ios8 I cannot access the cloud to download my contacts and apps.  the error is both phones need to be ios8,  my iphone4 will not allow changing to ios8.  can anyone help.  Thanks

    i have ios7 on my iphone 4 I now have a iphone5 with ios8 I cannot access the cloud to download my contacts and apps.  the error is both phones need to be ios8,  my iphone4 will not allow changing to ios8.  can anyone help.  Thanks

    Contact Apple and speak to someone in account security.

  • I have a strane error message when syncing with itunes + i cannot access it

    Hi all,
    this is only place i thought of that might know these problems:
    1. I cannot access itunes store from itunes - it just says loading... and doesn't load anything
    2. I have an error:
    " ITunes cannot sync photos to the iPhone because the folder "My Pictures" cannot be found.
    I tried installing iTunes again and didn not help.
    Please help,
    Thanks in advance,
    Eran

    In the course of your troubleshooting to date, have you worked through the following document?
    iTunes: Troubleshooting issues with third-party iTunes plug-ins

  • Server with same Profile cannot access same networking

    Hi,
    I have a lab running 1 x Nexus 5010, 2 x FIC 6120'XP's, UCS 5108 and 2 x B200 M2 Blades. I have configured everything per flexpod guidelines (except I have only 1 Nexus). I boot from SAN over Fibre and zoning everything is working 100% My firmware is 2.1(1f)
    Question:
    Assinged to each blade is 2 vNICs connected to FabricA and FabricB (FabricA = port-channel from FICA to Nexus and FabricB = port-channel from FICB to Nexus - Nexus has 2 different port-channels conf for each link to each FIC)
    After I install VMware, I tag vlan 10 (management vlan) for the management traffic of each VMware node. The funny thing is when I ping server 2, iget a response but not from server 1. Both are configured using the same service profile. If I ping server 1 from server 2, I get a response. This leads me to believe that for some reason the traffic is not leaving the FIC from server 1, but it is when using server 2. I have attached screenshots of both servers vifpaths.
    Can someone please help urgently as this is driving me crazy as I do not know what the hell is going on.
    Cheers                   

    Hello
    Hope this solution will help.
    Just found my notes on deleting the users profile:
    "Deleted Profile logs back in with temporary profile.
    This problem occurs if the current user's profile was accidentally deleted from the system.
    Note: This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry
    1. Log on to the system by using an administrative user account other than the user account that is experiencing the problem.
    2. Back up all data in the current user's profile folder if the profile folder still exists, and then delete the profile folder. By default, the profile resides in the following location:
    %SystemDrive%\Users\UserName
    3. Click Start, type regedit in the Start Search box, and then press ENTER.
    If you are prompted for an administrator password or for confirmation, type your password, or click Continue.
    4.Locate the following registry subkey:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
    5.Under the ProfileList subkey, delete the subkey that is named SID.bak.
    Note SID is a placeholder for the security identifier (SID) of the user account that is experiencing the problem. The SID.bak subkey should contain a ProfileImagePath registry entry that points to the original profile folder of the user account that is experiencing the problem.
    6. Exit Registry Editor.
    7. Log off the system.
    8. Log on to the system again."
    & for more information kindly check the below link too :- http://community.spiceworks.com/topic/187995-network-pc-cannot-access-1-specific-server .
    Regards
    keshav

  • HT1386 I synced my Macbook with Iphone4s, but cannot access music when I launch itunes on iphone. I don't even see my library on iphone. The usage option in settings shows that there is music copied on iPhone. I just can't access it. Could anyphone please

    I am a new iTunes user. I have synced my iphone 4s to macbook using iTunes, but I cannot access music in iPhone. I cannot access library when I launch iTunes on my iPhone. When I go to settings->usage->music, I see that there is enough music in the phone to suggest that music has been synced with iTunes. I just don't know how to access it. Could someone pleas help?

    If you want to drag and drop then you would have to select Manually Manage Music.
    Otherwise, just sync your music.

  • Replaced network device with same ip - cannot access ssh/http

    Hello-
    I replaced a network equalizer and used the same ip. 
    <www> - <firewall> -<netequalizer>-<cisco core>-<lan>
    I can see this online and we are passing traffic.  Yet cannot access ssh or http. I have been troubleshooting with netequalizer but figure i come here. I am thinking this may be an arp issue on the cisco core? Any thoughts?
    thanks

    While it might be possible that it is an arp issue on the core I think it is not so likely. Can the core ping the netequalizer? If the core can ping then it almost certainly is not an issue with arp.
    My guess is that there was something in the configuration of the previous netequalizer then enables management by SSH and HTTP that was not done in the configuration of the replacement.
    HTH
    Rick

  • Acrobat and Reader XI getting "stopped working" error message when closing

    Every computer running Windows 7 and Reader or Acrobat in our office is having an issue where the Windows error message "Adobe Reader/Acrobat has stopped working" appears as the user is exiting a PDF.   It doesn't happen every time but it happens fairly often and appears to be happening on each of the 5 workstations currently running Windows 7 and either Acrobat or Reader XI.  When trying to move the PDF into another folder after this happens an error message comes up stating that the file is currently open and can't be moved.

    Hey emmaw7542582,
    Could you please try installing Adobe Reader DC (the latest version) from the below mentioned link:
    Adobe Acrobat Reader DC Install for all version
    Then, try opening those PDFs again and see if the same message appears.
    If that does not resolve your problem, then please share the screenshot of the error message.
    Hope to get your response.
    Regards,
    Anubha

  • Add-KdsRootKey failing with "The process cannot access the file..."

    Hello community,
    Environment
    Mixed with one (1) domain controller running Windows Server 2008 and one (1) domain controller running Windows Server 2012.
    Steps to Produce the Problem
    These steps produce the problem both on the Windows Server 2012 domain controller and on another Windows Server 2012 server configured for centralized management. I login with my account which is in the Domain Admins group, and I start the Active Directory
    Module for Windows PowerShell with Administrative privileges. I execute the Import-Module Kds command; then I execute the Add-KdsRootKey -EffectiveImmediately command and get the following error:
    Other thoughts
    Based on my understanding of the elements at work here, I believe there is a file located on the domain controller itself that is being locked by some other service. If anyone could provide clues as to which file and/or service could be at fault, I'd
    appreciate. Alternative theories are more than welcome.
    Thanks in advance,
    Michael

    Hi Michael,
    I recommend you to use
    Process Monitor tool to find out which process is using KDS root key.
    Process Monitor is an advanced monitoring tool for Windows that shows real-time file system, Registry and process/thread activity.
    Here are some introduction links below about Process Monitor:
    Process Monitor v3.05
    http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
    Monitor Process
    http://technet.microsoft.com/en-us/library/hh206046.aspx
    Happy Thanksgiving Day!
    Amy Wang

  • Mail suddenly stopped working and also cannot access mail through Settings iphone 4

    The mail partially opens for a second and then crashes. I see some suggestions for deleting the mail program but when I go to Settings the Mail, Calendar and Contact button won't open.

    I still have not been able to open mail preferences on my iphone 4s so I can't even delete or add accounts.  I reset everything (after trying various soft resets), started all over again as a new phone and updated the IOS but still can't open mail settings or the mail app.  Prior to the "fix" for the Excess exchange account activity related to calendar, I reported the problem and have have gotten zero responses.  Although I was using gmail exchange accounts for google apps for education, I did NOT have a problem with calendar, just mail.  My calendars still sync just fine, but have resorted to using gmail app and yahoo mail app to get my various mail accounts on my phone.  I know this doesn't help you but maybe someone will see a pattern here.

  • Started having issues with camera raw. cannot access from bridge. Greyed out.

    Started having issues with accessing camera raw from bridge. I have CS6 and LR5. Should I attempt to uninstall CS6 and reinstall. I have backup on external hard drive for my photos but will I need to reimport photos after uninstall? Some of the forums are suggesting that my program might be corrupt. Can anyone assist?

    This should solve problem.  http://helpx.adobe.com/bridge/kb/acr-84-bridge-cs6-metadata.html

  • Movie (rental) download stopped in error. Cannot download movie.

    I pressed pause on Apple TV (2) remote by mistake twice, thus stopping movie (rental) download. Now unable to find. When trying to download again, message reads "You have already rented this movie, go to Settings and check in Download". There is no "Download" option in settings. Cannot purchase the movie either, same message. No trace of the movie but it has disappeared from my Wish list so system def thinks I have it. Have tried "check rentals' in Settings but the little circle just keeps going round and round and round. Any ideas of how to rent this movie??? Ihave not been charged for the movie so am confused, cannot download it but not charged for it. Any ideas? Thank you!!

    Try logging out and back into your iTunes account, this worked for me as the rental tab (which had been invisible until then) appeared and my movie was there. Check rentals is a dead end.

Maybe you are looking for

  • Dreamweaver/Flash Training?

    Hello All, I'd really appreciate a bit of direction from some web wizards.  I'm a graphic designer starting up my own stationery design company and I have absolutely zero knowledge of Flash, Fireworks and Dreamweaver - my skills end with InDesign, Ph

  • Product Proposal in ERP Sales Order.

    Hi Guys, We are panning to use product proposal (PP) in ERP sales order and we are facing some challenges to fetch Price and Availability in the PP view. Does anybody integrated PP with ERP sales order? Please provide detailed steps if any. Please sh

  • NO CO-PA Document found.....

    Hi Experts, I have assigned on eg/l account in OKB9 Defaulat to CO-PA, that g/l balances are not flowing into copa, i have checked in the document line items there was no PROFI.ANAYS (CO-PA DOC). but in Only 5 (out of 60000 line items)line items have

  • Can only view Birthdays in calendar after iOS7 upgrade

    I have just upgraded to iOS7 and now cannot see any calendars except the birthdays. When I go into calendar, only the birthdays is available when I choose which calendars to view from the bottom of the screen, and none of my calendar entries are show

  • HT1212 my i pad is disabled

    my i pad is disabled