Error opening DSound for capture

how to solve this problem.help me plz.!!i i create a datasource on the rtp enviroment,now i want to send this datasouce to record it and save it on disk.but when i invoke the event of recording and saving,the Error opening DSound for capture will appear,how can i do,plz,hep me!!

I 'm not using remotely, I 'm just connecting to my pc remotely to run my proyect to present my advance to the boss, but doesn`t work. My partner who is doing the recording of video can run his proyect remotely with no problems.We both follow the same code source of JMS. I don´t know maybe in my code above is something wrong or it isn't the righ form of recording. Even I have the same problem with JavaSound, everything works when I run my proyect in my pc, but remotely don't.

Similar Messages

  • Cannot download Flash Player 10 due to - Error opening file for writing: Flash10d.ocx

    Hello all,
    I am having difficulty installing Flash Player 10. I open it up, and only 10% of the download bar finishes before I get the message:
    "Error opening file for writing:
    C:\Windows\system32\Macromed\Flash\Flash10d.ocx"
    I am running Windows Vista with Internet Explorer, although I'm not 100% sure which version of IE it is and haven't found out how to check. I have McAfee for security, but I have already tried disabling the Firewall with no success.
    My computer is new, so there's a chance that it already has Flash Player 10 on it since it belonged to someone else before it came to me, but I don't know how to check that either.
    Any suggestions?
    Thanks!

    Let me clarify:
    I have already tried disabling the firewall and running the installer again, but it didn't work.

  • Error opening editor for file

    When I'm opening files via a SFTP connection the file opens; however, I get a somewhat annoying "Error opening editor for file c:\users\[user]\AppData\Local\Temp\[connection]\[folder]\(SFTP)[file]"
    I can't figure out why!
    Any ideas?

    you should use "<xsl:include href" instead of "<xsl:import href"
    Regds
    --

  • Error opening file for writing when installing

    I cannot install Flash on my Vista X64. I have tried running
    the downloadable install and the online install. Any time I try to
    run the install I get "error opening file for writing" when trying
    to write C:\Windows\SysWOW64\Macromed\Flash\Flash9d.ocx.
    I have uninstalled Fash first (it never worked anyway) and I
    have rebooted. I even tried rebooting in Safe Mode but no matter
    what I try, I cannot remove the existing Flash9d.ocx and installing
    will not overwrite the existing file.
    Even after uninstalling Flash and rebooting to safe mode,
    Windows reports that flash9d.ocx is in use. So why is the file in
    use after uninstalling?
    Any help is appreciated.
    Dale

    Well, I finally figured out the problem with mine today. Of
    course, I'd still like to know what nefarious purpose might be
    involved with the Flash activeX file being loaded in memory even
    after uninstall and reboot such that it cannot be removed from my
    PC even in Safe Mode.
    At least I got Flash working. I discovered that Flash was
    disabled in IE.
    In IE, go to Tools->Options->Programs and then Manage
    Add-Ons. In my case, the ShockWave Flash Object was set to
    disabled. I changed it to Enabled and I was able to install and use
    Flash properly. Now I am just not sure I want to.
    With the questionable practices of using the ActiveX control
    even after uninstall, and making the file un-removable, along with
    the extremely (in my opinion) dishonest practice of installing
    Google Toolbar with Flash, I am hoping that Microsoft's Silverlight
    puts Flash out of the market - and I'm no huge fan of Microsoft
    either. With the new practices from Adobe, they are, in my opinion,
    no better than any other spyware and malware purveyor on the market
    - right up there with Napster and the dozens of follow-on products
    that tricked users into installing unwanted software.

  • Error opening port for replicat

    Hi Guys,
    I m getting below, while sending statust on target.
    GGSCI (PMS) 15>info all
    program Status Group Lag Time Since Ckpt
    MANAGER RUNNING
    REPLICAT RUNNING REPYA 243:53:20 53:49:42
    GGSCI (PMS) 16> send repya status
    Sending STATUS request to REPLICAT REPYA ...
    ERROR: opening port for REPLICAT REPYA (Connection timed out).
    #cat REPYA.pcr
    PROGRAM REPLICAT PROCESSID REPYA PORT PMS.7840 PID 26342
    #telnet PMS 7840
    Trying...
    telnet:Unable to connect to remote host:Connection timed out
    What could be issue ???

    The server where Replicat is running is up? Can the server be pinged/telnet by another server? Can the source server connect anywhere else? Firewall? Network services running? Network troubleshooting 101.

  • Getting error 'opening port for MGR  (Connection refused).

    Hi Guys,
    I m getting below, while starting replicat on target.
    GGSCI (ggtarget) 16> start replicat RLOAD
    Sending START request to MANAGER ...
    ERROR: opening port for MGR MGR (Connection refused).
    GGSCI (ggtarget) 20> view param mgr
    PORT 7809
    USERID orgg, PASSWORD orgg
    PURGEOLDEXTRACTS /ggs/dirdat/*, USECHECKPOINTS
    GGSCI (ggtarget) 21> view param rload
    REPLICAT RLOAD
    USERID orgg, PASSWORD orgg
    ASSUMETARGETDEFS
    HANDLECOLLISIONS
    APPLYNOOPUPDATES
    GETUPDATEBEFORES
    reperror default, discard
    DISCARDFILE ./dirrpt/rload.dsc, purge
    MAP HR.TCUSTORD, TARGET HR.TCUSTORD;
    MAP HR.TCUSTMER, TARGET HR.TCUSTMER;
    from Source I could able to do the telnet to target...
    What could be issue ???

    Hi,
    Error:
    GGSCI (ggtarget) 16> start replicat RLOAD
    Sending START request to MANAGER ...
    ERROR: opening port for MGR MGR (Connection refused).
    You can start Manager, but when you try to start Replicat, GGSCI gives me a connection timeout error
    Solution:
    GoldenGate uses a TCP/IP socket to communicate between local processes. When you issue a START, STOP, SEND, or other command in GGSCI, the command interface will try to open a local port for the process.
    Here is how to find out which local ports these processes are listening on. In the dirpcs directory, there will be one file for each running GoldenGate process.
    For Manager, the file name will be MGR.pcm.
    For Extract, it will be <GROUP_NAME>.pce.
    For Replicat, it will be <GROUP_NAME>.pcr.
    These are text files that can be viewed by using cat or any equivalent command. For example, the MGR.cpm file content will read like this:
    PROGRAM MGR PROCESSID MGR PORT sys1.4356 PID 60070
    After the keyword PORT will be the local hostname and the port number that Manager is supposed to be running on. In the preceding example, the hostname is sys1, and the port is 4356.
    The program (ggsci) tries to use that hostname to communicate to the process (Extract/Replicat/Manager) when the command is issued in GGSCI. If you get a timeout or connection-refused error on the command, that means GoldenGate could not connect to the local host. Most of the time, you should have no problem connecting to a local host, but when you have the wrong IP address or routine table configured in your TCP/IP settings, connection errors can happen.
    To troubleshoot this, follow the steps below
    1. Try to ping that host name from the OS shell to see if it goes to the correct IP address (which should be the one for the local system).
    2. If the ping is successful, try to telnet to the Manager port on your local host. You will be able to see your telnet session connect if a Manager is listening on that port.
    Here is an example:
    shell>telnet
    telnet> open sys1 4356
    Trying 100.100.100.100...
    Connected to sys1.oracle.com (100.100.100.100).
    Escape character is '^]'.
    3. If your telnet session times out or gets a connection-refused error, that means either the hostname is wrong or the port number is wrong.
    If the ping to the hostname listed in the pcm/pce/pcr file fails, or if you cannot connect your telnet session to the port listed in the file(s), contact your network engineers to get the TCP/IP issue resolved.
    Hope this information helps.
    Thanks & Regards
    Santhosh

  • There was an error opening database for the library....

    my latpop had a kernel panic wihile i was using aperture to impor pictures "that yes i have deleated off the memory card," shut down and restarted. upon restarting i was presented with this error...

    there was an error opening database for the library....
    what is ....? Is the path to your main Aperture library printed there, or is Aperture trying to open a different location? If it is a different location, launch Aperture on your correct library, by double clicking the library.
    If it is indeed trying to open the correct library package, try if repairing and rebuilding the library with the "first aid tools" will help, see this manual page on how to do this:
         Aperture 3 User Manual: Repairing and Rebuilding Your Aperture Library
    If the problem persists, when trying to repair, check if there is a crash report and post the first 60 lines.
    Regards
    Léonie

  • Shared VHDX on CSV... Error opening handle for initiator The request is not supported.

    Hi. Im having an issue in my lab testing out the shared vhdx functionality of 2012 R2.
    The hardware is as follows2x HP DL380G5 with 2xHP P800 Smart Array controllers 2x500GB SATA SSD 2x1TB SATA HDD. Ive used Starwind to create 2 Cluster Shared Volumes on which my shared VHDX files are.
    The issue im having is that after the creation of shared vhdx files (3-4 hours) any failover change in the vm configuration will result in Error opening handle for initiator. Initiator: {460b2b45-2f5a-485f-b045-60b68b655895}. Hostname: HYPERV1. File: \SQL QUORUM.VHDX:SHAREDVIRTUALDISK.
    Error: The request is not supported..
    Ive set the ISCSI sync adapters to "dont allow cluster and client communication" and prevented it being registered in dns (nslookup only shows one ip) yet every shared vhdx has this issue.
    Can anyone suggest if this is a hardware issue or software ? It is such a timesaver compared to multipath io and iscsi on the guests id like to get it working.

    Ok I figured out how to fix this issue, After searching the code online I found a post about someone trying to use this feature and getting the same error code with the vhds on the iscsi disks of a consumer nas which didn't support kerberos authentication.
    Even though I had the cluster setup so the iscsi sync network was set to "do not allow cluster communication" and not used for live migration it was still trying to use this network for the shared vhdx.
    The cause was the network binding order which had the iscsi nic above the server one. After putting the 10.0.0.x server adapter on top and rebooting no more messages appeared in the shared vhdx event log section and failover of the guest
    clusters worked.
    Hope this helps anyone else who has this problem.

  • Aperture error opening database for library

    I was working in Aperture--deleting photos--when it crashed. My Mac Book Pro rebooted but in trying to open Aperture after it rebooted, I got this message:
    "There was an error opening the database for the library “/Users/rick/Pictures/Aperture Library.aplibrary”. My only option on the pop-up was to quit.
    I found a suggestion here online to find the Aperture library, hold Command-Option and double click the library which supposedly would bring up a repair menu. It didn't. I got the same message as i did on trying to open Aperure quoted above, and again the only option was to quit Now I can't even open Aperture.
    Any ideas how to get my library back? Thanks.

    Here is the Etresoft report. The only software I can recall recently installing is Dashlane. And I did have the local Apple store recently install new memory (from 4 GB to 8) but other than that I don't recall other changes. I believe Aperture is the most current version. To check, I'll have to log on to the other account because that is now the only way I can get Aperture to open. Should I do that?
    Hardware Information:
              MacBook Pro (13-inch, Mid 2009)
              MacBook Pro - model: MacBookPro5,5
              1 2.53 GHz Intel Core 2 Duo CPU: 2 cores
              8 GB RAM
    Video Information:
              NVIDIA GeForce 9400M - VRAM: 256 MB
    System Software:
              OS X 10.8.4 (12E55) - Uptime: 0 days 0:45:0
    Disk Information:
              FUJITSU MJA2500BH FFS G1 disk0 : (500.11 GB)
                        disk0s1 (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 499.25 GB (19.05 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              HL-DT-ST DVDRW  GS23N 
    USB Information:
              Apple Inc. Built-in iSight
              Apple Internal Memory Card Reader
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Computer, Inc. IR Receiver
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
              [loaded] com.fitbit.galileod.plist
              [loaded] com.microsoft.office.licensing.helper.plist
    Launch Agents:
              [loaded] com.hp.devicemonitor.plist
              [loaded] com.hp.messagecenter.launcher.plist
              [not loaded] com.sony.ReaderDesktop.RunReaderDesktop.plist
              [not loaded] com.sony.ReaderLibrary.RunReaderLibrary.plist
    User Launch Agents:
              [failed] com.apple.CSConfigDotMacCert-[redacted]@me.com-SharedServices.Agent.plist
              [not loaded] jp.co.canon.Inkjet_Extended_Survey_Agent.plist
    User Login Items:
              iTunesHelper
              Reader Library Launcher
              Canon IJ Network Scanner Selector2
              readerAppHelper
              Dropbox
              Fitbit Connect Menubar Helper
    3rd Party Preference Panes:
              Flash Player
              Flip4Mac WMV
    Internet Plug-ins:
              CANONiMAGEGATEWAYDL.plugin
              EPPEX Plugin.plugin
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              Flip4Mac WMV Plugin.plugin
              GarminGpsControl.plugin
              googletalkbrowserplugin.plugin
              iPhotoPhotocast.plugin
              JavaAppletPlugin.plugin
              npgtpo3dautoplugin.plugin
              OfficeLiveBrowserPlugin.plugin
              QuickTime Plugin.plugin
              SharePointBrowserPlugin.plugin
              Silverlight.plugin
    User Internet Plug-ins:
              CitrixOnlineWebDeploymentPlugin.plugin
              ContentManager.plugin
              Dashlane.plugin
              RocketEngine.plugin
              UploadManager.plugin
    Bad Fonts:
              None
    Top Processes by CPU:
                   2%          WindowServer
                   2%          WebProcess
                   1%          EtreCheck
                   1%          HP Device Monitor
                   1%          Safari
                   1%          Fitbit Connect Menubar Helper
                   0%          fontd
                   0%          WebKitPluginHost
                   0%          DashlaneAgent
                   0%          Console
    Top Processes by Memory:
              546 MB             WebProcess
              139 MB             WebKitPluginHost
              90 MB              Safari
              82 MB              Pages
              74 MB              Dropbox
              66 MB              mds
              57 MB              WindowServer
              49 MB              Finder
              49 MB              DashlaneAgent
              49 MB              Dashlane
    Virtual Memory Statistics
              5.10 GB            Free RAM
              1.73 GB            Active RAM
              281 MB             Inactive RAM
              661 MB             Wired RAM
              355 MB             Page-ins
              0 B                Page-outs

  • Error Opening File for Writing

    I have a laptop running on Windows XP and I was having a really hard time running applications on Face Book. I kept getting a message to "kill pages" or "wait" for the program to respond. Most times it would eventually automatically "kill pages" and I am unable to use those apps. It's not only on Face Book either; some other pages will not run due to this problem. So I visited the Adobe web site and it said my version was out of date and that I needed to download the latest version. I did and now I am getting the error unable to open file for writing. (C:\WINDOWS\system32\Adobe\Shockwave\SwHelper_1166636.exe) I don't know if that matters or not.
    I cannot download the latest version; I don't know what other information I can give about the laptop; I am now getting the message "A plug-in (Shockwave) isn't responding". Please help if you can.
    Thank you for your time and help,
    Frustrated in Alabama

    Tami3979 wrote:
    (C:\WINDOWS\system32\Adobe\Shockwave\SwHelper_1166636.exe)
    That is actually Shockwave Player.
    So does this FB app actually require Flash Player or Shockwave Player?
    Get Flash Player from http://get.adobe.com/flashplayer/

  • IE gives "Error opening file" for Sound while it runs fine on Chrome

    Is there something with Adobe and IE compatibility ?
    When I run a package in Chrome , my audio and video both work fine
    Same package when run in IE , video runs fine but the sound gives "Error opening file"

    What type of media file?  Can you post a link to the problem page online?
    HTML5 audio and video is supported by most browsers if you include the proper file types?
    MP3 audio
    OGA audio
    MP4 video
    WebM video
    OGV video
    Nancy O.

  • Aperture 3.1  "Error opening database for the library"

    Hey,
    I've just returned from a two week gig, thousands of client photos to go through quickly and get out to them. Did a software update, did the Aperture 3.1 library. It asked me to update my library, I hit ok. Once it was done, I got this error:
    My only choice is to quit. Any ideas on how to correct this quickly? Thanks a million!

    Alright, so I did this, but when I hold down the option and command keys (both from the dock and from finder), I don't get first aid, but the upgrade window. I deleted my aperture library, and restored it using time machine to when it was used for the previous version, and it worked a couple of times, but now it wants me to update the library AGAIN. The only thing I can do is hold down option to select libraries, but that's kinda useless since there's only one I want.
    Any ideas?

  • There was an error opening the database for the library "/Volumes/Hasse Exstend/Gotland.aplibrary".

    Icant open a libyry/projekt "Gotland" . I get this mesage There was an error opening databas for the libery " / Volumes/hasse Exstended / Gotland .aplibray"
    Plese help , i have open this befor whit no problem?????

    Hasse,
    what happened before you got this error message?
    Did you import new images into your library?
    Did you move your library to a different location?
    Did Aperture crash?
    Did you upgrade software or install new software?
    What is your Aperture 3 version exactly?
    Tell us all that might give us a clue to what might be going on.
    As a first trouble shooting measure try the Aperture library first aid tools:
    Launch Aperture with the key-combination ⌥⌘ firmly held down and select "Repair database" from the pop-up panel. Can you launch Aperture this way on the library?
    Regards
    Léonie

  • Install error opening .dll files

    I am attempting to install Flash Player 10 in Windows XP for both IE8 and Firefox 3.5 and have come up with the following errors that prevents the installation from being complete:
    Error opening file for writing              C:\windows\system32\macrofeed\flash\NPSWF32.dll
    Error opening file for writing             C:\windows\system32\macrofeed\flash\NPSWF32_.flashutil.exe
    I have uninstalled Adobe flashplayer using Adobe's uninstall and tried to reinstall again and the error keeps coming up.
    Any help would be appreciated as I am unable to see any videos or play music from the internet!

    To clarify... when installing for IE8 the message was different from firefox...
    With IE when attempting to install flashplayer,  screen appears titled 'Adobe flashplayer Active X Setup - failed to install,'
    For installation to Firefox 3.5,  sorry there was a typo for the name of the file in my original post, the following is what came up:
    Error opening file for writing              C:\windows\system32\macromed\flash\NPSWF32.dll
    Error opening file for writing            C:\windows\system32\macromed\flash\NPSWF32_.flashutil.exe
    Since I am planning to use Firefox, I am interested in these error codes being resolved.
    thank you.

  • EM Error - Error Opening logfile

    We have an issue with Database Control on one of our nodes and I cannot quite figure out what could be causing this; was hoping someone could have an idea why the error below might be popping up.
    C:\>emctl start dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.3.0
    Copyright (c) 1996, 2006 Oracle Corporation.  All rights reserved.
    http://HOSTNAME:1158/em/console/aboutApplication
    Error opening logfile for output in nmeula_new
    Error opening logfile for output in nmeula_new
    Starting Oracle Enterprise Manager 10g Database Control ...The OracleDBConsoleMO
    CMDB service is starting.............
    The OracleDBConsoleMOCMDB service could not be started.
    A service specific error occurred: 2.
    More help is available by typing NET HELPMSG 3547.
    C:\>Details about our environment are below.
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
    PL/SQL Release 10.2.0.3.0 - Production
    CORE    10.2.0.3.0      Production
    TNS for 64-bit Windows: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    Microsoft Windows Server 2003
    Enterprise x64 Edition
    Service Pack 2Regards,
    Phiri

    C:\>emctl start dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.3.0
    Copyright (c) 1996, 2006 Oracle Corporation.  All rights reserved.
    http://HOSTNAME:1158/em/console/aboutApplication
    Error opening logfile for output in nmeula_new
    Error opening logfile for output in nmeula_new
    Starting Oracle Enterprise Manager 10g Database Control ...The OracleDBConsoleMO
    CMDB service is starting.............
    The OracleDBConsoleMOCMDB service could not be started.
    A service specific error occurred: 2.
    More help is available by typing NET HELPMSG 3547.
    C:\>
    This is symptom related Windows OS.I met this problem.See below metalink note.
    *Oracle DBConsole service failed to start with service specific error on Windows OS [ID 752764.1]*

Maybe you are looking for

  • Display out of frequency

    just installed solaris 10. I believe it's supposed to boot into the desktop invironment, however when it does, my monitor shuts off and displays the message "out of frequency" if this were a linux system i could edit the x11 settings. however this is

  • Unlocking windows files doesn't work

    Hi, I went to print some projects yesterday and my usb drive got a virus or two. Usually I would just unlock the files in Leopard and trash them, but I can't unlock the files with Snow Leopard. Any help? Thanks, Jaco

  • Returning a result set/record from a dynamic query

    There seems to be plenty of examples for using Native Dynamic Sql to formulate and execute a dynamic query, however there are no examples of returning a result set or records which contain the rows of data that are retrieved by executing the query. C

  • Querying against multiple subject areas

    We would like to write a query against two or more subject areas. Is that possible in OBI EE 10g? Looks like this is a feature available in Business Objects and our users are requesting it. Please suggest how it can be done.

  • Plsql_code_type changed

    what are the implication of changing the plsql_code_type parameter on the already compiled programs? I am using latest oracle 11g