On down loading a file the download windo appears but does not liost any files. The same happens under Thuinderbird. Has appied for about the last 2 or 3 weeks. I have the latest upgrades as of 8/18.

When I down load a file the down loads window opens but no files are listed there. (This also happens under Thunderbird). I have updated both T'bird and Firefox in the last couple of weeks. The download window was working ok , say, about 3 weeks ago. About then I cleared an existing lsit of files. Since then, nothing is shown even tho I have downloaded a few files.

alternitive soltuion:
                I have finally figured this out.
                The VMM service runs under the Local System account, I changed it to use the domain account I logged in with. I also had to change the SQL service account to use the same domain account the VMM service runs under.
Prior to performing the above actions, I modified the certificate in MMC > Certificates to not use the Smart Card option from the users profile. Shown below. To make this modification. Follow these steps.
1.       Open MMC
2.       Open > File > Add/Remove Snap-ins
3.       Select Certificates, and click Add (ensure Current – User is selected)
4.       Click OK
5.       Navigate to > Personal > Certificates
6.       Double click on the user Cert
7.       Select the Details Tab, > click the Edit Properties
8.       Select “Enable only the following purposes
9.       Uncheck Smart Card Logon
After the above actions was performed, I then modified the service account the VMM and SQL service was using to use a domain account, and things started working.
Richard Dixon MSFT
Sr Systems Engineer

Similar Messages

  • HT1688 I have a honda civic with USB port which allows play back of my old iPhone 4 and 4s.  With the new iPhone 5 the radio shows the phone is conected but does not show any music content.

    I have a honda civic with USB port which allows play back of my old iPhone 4 and 4s.  With the new iPhone 5 the radio shows the phone is conected but does not show any music content.  Any Suggestions?

    You should be syncing your contacts with an app on your computer or cloud service (iCloud, Gmail, Yahoo, etc), and not relying on a backup.  If you haven't been doing this, start now and then restore your old backup.  You will then be able to sync the new contacts back into the phone.  However, you will lose all messages, etc newer thant the backup.

  • When I try to download Illustrator, the download screen appears, but does nothing, what to do?

    When I try to download Illustrator from my account alls well unitl the download.  Then nothing happens.  No progress bar.  The screen does not freeze, it just does nothing.

    Try using a different browser.  Sometimes it helps.

  • I am using both PSE 13 and Lightroom 5.  When I use Lightroom as an external editor and save the photo, it shows up in PSE13 as an edited file but does not look any different.  Why doesn't it appear edited?

    I am using both PSE 13 and Lightroom 5.  When I use Lightroom as an external editor and save the photo, it shows up in PSE13 as an edited file but does not look any different.  Why doesn't it appear edited?

    People who have Photoshop, but don't have Lightroom, need ACR so that they can use Raw files. Without ACR they could do nothing with those (they may also like having ACR so that they can work on other kinds of image using the same kinds of adjustments and techniques, as are used with Raw files).
    People who have Lightroom, can get access to Raw files regardless whether ACR is present or not. They can use Lightroom on other kinds of image also, using the same methods. LR can pass images directly into Photoshop without passing via ACR (or else does so transparently, which amounts to substantially the same thing).
    ACR does not, strictly speaking, even need to be installed for this external editing to happen. In fact, not even PS needs to be - since a different image editor can be used instead, while still retaining the Adobe Raw conversion etc.
    Lightroom "subcontracts out" specialised external tasks, in this workflow, but is still your "main contractor": the image is otherwise located, viewed, managed, adjusted/presented and output entirely using LR.
    So IMO we can divide image processing into:
    operations that involve pixels and layers and layer masks and adjustment layers etc (of the kind done inside Photoshop)
    operations that involve parametric edits (of the kind done in ACR where you are not using a Lightroom based workflow; otherwise, done inside Lightroom)
    When PS is called in, that's because those tasks are impossible or unsuitable to do in Lightroom. But those tasks can't be done in ACR either - by definition, since LR and ACR have exactly the same image processing "feature set".
    Lightroom is irrelevant to the Bridge + ACR + PS workflow. This workflow requires both your PS and your ACR to be current enough, to support your Raw format etc.
    ACR and Bridge are irrelevant to the LR + (image editor) workflow. It is in this case, only LR which needs to be current enough to support your Raw format etc.
    RP

  • Unable to load the EJB module. DeploymentContext does not contain any EJB.

    I'm writing an enterprise application to familiarize myself with Glassfish 3.1.2 and EJB 3.1. I've created several local, stateless beans, and injected one into a JSF managed bean. The ejb and web modules compile fine, but when I launch the application with Glassfish I get the following startup error and the application does not deploy. I don't understand what it means, can someone ellaborate?
    SEVERE: Exception while invoking class org.glassfish.ejb.startup.EjbDeployer prepare method
    SEVERE: Exception while invoking class org.glassfish.javaee.full.deployment.EarDeployer prepare method
    SEVERE: Exception while preparing the app
    SEVERE: Unable to load the EJB module. DeploymentContext does not contain any EJB. Check the archive to ensure correct packaging for D:\Documents\NetBeansProjects\Test\dist\gfdeploy\Test\Test-war_war.
    If you use EJB component annotations to define the EJB, and an ejb or web deployment descriptor is also used, please make sure that the deployment descriptor references a Java EE 5 or higher version schema, and that the metadata-complete attribute is not set to true, so the component annotations can be processed as expected
    org.glassfish.deployment.common.DeploymentException: Unable to load the EJB module. DeploymentContext does not contain any EJB. Check the archive to ensure correct packaging for D:\Documents\NetBeansProjects\Test\dist\gfdeploy\Test\Test-war_war.
    If you use EJB component annotations to define the EJB, and an ejb or web deployment descriptor is also used, please make sure that the deployment descriptor references a Java EE 5 or higher version schema, and that the metadata-complete attribute is not set to true, so the component annotations can be processed as expected
         at org.glassfish.javaee.full.deployment.EarDeployer.prepare(EarDeployer.java:166)
         at com.sun.enterprise.v3.server.ApplicationLifecycle.prepareModule(ApplicationLifecycle.java:871)
         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:410)
         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240)
         at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:389)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:348)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:363)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1085)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:95)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1291)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1259)
         at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:461)
         at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:212)
         at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:179)
         at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117)
         at com.sun.enterprise.v3.services.impl.ContainerMapper$Hk2DispatcherCallable.call(ContainerMapper.java:354)
         at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195)
         at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:860)
         at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:757)
         at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1056)
         at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:229)
         at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
         at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
         at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
         at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
         at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
         at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
         at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
         at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
         at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
         at java.lang.Thread.run(Thread.java:722)

    My guess is that you deployed an ejb without bean in it. when you have an ejb module, be sure you have at least one bean present.
    Are you sure you have implementend some beans? Or did you do this only in the web module?
    Try adding an @Stateless bean doing nothing in you ejb module, redeploy and let me know if that works

  • I can no longer get to Facebook Via firefox It comes up loading in the tab but does not get any further one minute it was working the next it was,nt should I try uninstalling firefox then reinstall or does anyone know what could of happened thanks

    # Question
    I can no longer get to Facebook Via firefox It comes up loading in the tab but does not get any further one minute it was working the next it was,nt should I try uninstalling firefox then reinstall or does anyone know what could of happened thanks

    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • HT203433 I am having trouble moving my music to my new computer. I have enable homeshare. it does not show any files in my homeshare. How do i get them out of the normal files into home share

    I am having trouble moving my music to my new computer. I have enable homeshare. it does not show any files in my homeshare. How do i get them out of the normal files into home share

    Welcome to the Apple Community.
    The following article(s) may help you.
    Moving your iTunes library to a new computer

  • Adobe Audition does not playback any audio file. He opens it but does not react on the play key.

    Adobe Audition CC does not playback any audio file. He opens it but does not react on the play key. It is after use audio hardware usb wi-fi headphone and return to build-it out. The program don't react now.
    I see problem:
    I am unable to get playback at all in CS6 on Mac. The play button or spacebar will not move the playhead or make sound come out of the foamy things with the magnets. The play button toggles back and forth between green and white, but it isn't working. This is true in both multi track and waveform view.
    Anyone have ideas on what the issue could be? Thanks!
    Some Info:
    MacBook Pro 2.2 i7, 16GB RAM, 512GB SSD
    Mac OS 10.8.3
    Audition CS6 5.0.2 Build 5
    and reply:
    Best bet would be to go into Preferences > Audio Hardware, verify your input and output devices are correct, and probably switch your Master Clock to the opposite setting.  If that fails, we can continue troubleshooting.
    I have the same problem as the author writes. But these actions do not help

    Unfortunately I believe that requires purchasing the new version, and I do
    not have budget approval for such a purchase.
    On Tue, Jan 27, 2015 at 11:34 AM, Charles VW <[email protected]>

  • I am unable to download items. The download box appears, but nothing populates. This is urgent.

    I am unable to download items. The download box appears, but nothing populates. This is urgent.

    Usually the web mail server and the IMAP or POP server are two different things. Have you contacted your provider and ask them why their server is giving you this message.

  • TS2313 Recently downloaded the new podcast app, but does not play offline. Can anyone help.

    Recently downloaded the new podcast app, but does not play offline. Can anyone help? Thank you.

    Hey Karenfromanamosa,
    I fixed this problem by turning off the ipad and then turning it back on after 5-10 minutes.
    Hopefully then when you play a video it will start playing.

  • XI does not process any files

    Hi Masters,
    I have the following issue. XI does not process several files. The log provided is the following:
    Configured at 2007-09-05 20:32:11 UTC
    History:
    - 2007-09-05 20:32:11 UTC: Retry interval started. Length: 900.000 s
    - 2007-09-05 20:32:11 UTC: Error: Retrieving file 'ZWHDES_MD3_20070905_0002.TXT' failed unexpectedly: FTPEx: inbound: No such file or folder.
    - 2007-09-05 20:32:11 UTC: Processing started
    It is able to find the files but it is not able to process them.
    We are using FTP protocol.
    Any idea??
    Thanks a lot in advance and best regards.

    Hi,
    Check the privelages for the folder and file on the ftp server. It should have both read and write permissions.
    <b>Cheers,
    *RAJ*</b>

  • When saving new bookmarks selecting chooose does not show any files

    in firefox 3.6.6 when saving new bookmarks the choose option does not show any files.
    have tried disabling extensions but no effect

    Try http://kb.mozillazine.org/Locked_or_damaged_places.sqlite

  • I paid my order right after the confirmation came in, but i don't get a confirmation that i paid, and i paid it about one and a half week ago, what can i do?

    I paid my order right after the confirmation came in, but i don't get a confirmation that i paid, and i paid it about one and a half week ago, what can i do?

    Download from Download CS5 products
    Install then enter your serial number.

  • Re: Imovie does not import any files!

    Hi;
    Suddenly iMovie does not import any files any more! It was working just fine before.
    The screen looks like this -> http://grab.by/BaoI
    I can see the files but when I click on the Import selected button ( http://grab.by/BaoO ) at the right bottom of the page, it doesn't do anything!
    I cannot even create a new project. I get this ->  http://grab.by/Bdhw
    Everything was working fine. Suddenly out of no where things break!
    Can someone please tell me what happened?
    I am on I movie 10.0.5.
    Thanks
    Mac OS X (10.6.8)

    update to 10.0.6??

  • Imovie does not import any files!

    Hi;
    Suddenly iMovie does not import any files any more! It was working just fine before.
    The screen looks like this -> http://grab.by/BaoI
    I can see the files but when I click on the Import selected button ( http://grab.by/BaoO ) at the right bottom of the page, it doesn't do anything!
    Can someone please tell me what happened?
    I am on I movie 10.0.5.
    Thanks

    I was having a similar problem. So I gave up trying to import an started a new movie, except I couldn't.  Quit iMovie and reopen: nothing.  Restart Mac: nothing.

Maybe you are looking for

  • IMac Novice Needs Help

    My first desktop was a Macintosh. Since then I have had 22 years of PC's. I am back now with my new iMac but my machine appears to be running slow. Will an upgrade in memory from 512 MB improve performance? The price of an upgrade at the Apple store

  • Solaris 10 and NFS/Automount into Solaris 8 Env.

    Hello fellow Administrators, I have recently upgraded my own station to Solaris 10 6/06 update 2 in a Solaris 8 NIS/Automount environment. How ever, i have noticed that my station from time to time 'frezzez' and becomes unresponding. It's as if the s

  • Window not going away.

    When trying to uninstall and reinstall adobe flash due to error messages I had been receiving, A window popped up asing if I wanted to "Stop installing all applications" with options "yes" and "no".  The problem is neither button will do anything whe

  • Plan Versions for different country payroll implementation

    We implemented Indian Payroll Now we are in process of implementing USA Payroll for my company what would be the plan version Already we have one plan version in place that is for indian payroll Can we create one more plan version for usa payroll? Ho

  • TS1275 Can't restore iPad4 Retina. iTunes error 4014.

    The iPad "name" could not be restored. An unknown error occured (4014). what does this mean? iTunes 11.1.1, latest osx with latest updates. i can't restore my ipad (never jailbreaked) during 3 days. (nor with original firmware, nor with custom select