Cannot find the file error when loading data from text file to Oracle

Hello

I have an interface where I am loading a data from the text file to Oracle.
But when I try to do that I am getting following error.

ODI-1227: SrcSet0 (load) task fails on the source FILES SAPMM connections.
Caused by: java.sql.SQLException: file not found: d:/mdb/#General.get_filename
to com.sunopsis.jdbc.driver.file.FileResultSet. < init > (FileResultSet.java:160)
at com.sunopsis.jdbc.driver.file.impl.commands.CommandSelect.execute(CommandSelect.java:57)
at com.sunopsis.jdbc.driver.file.CommandExecutor.executeCommand(CommandExecutor.java:33)

SAPMM is the name of the connection.
I use get_filename to get the name of the file and it is fetching a correct value as long as this variable is updated in the previous stage of this interface.
KM, used for loading is SQL file

What would be the cause of this error?

Thank you
Mahesh

Also a single query would be ok if I'm moving only generated package (according to your scenario3) scenario and not UI? It running properly?

Yes... It runs successfully

Tags: Business Intelligence

Similar Questions

  • Error when loading data from a file XML using HTTPService

    Hi all

    I have a runtime error that made me beat right now I am building an App in Flash Builder 4 to run on AIR.

    The error is as follows: TypeError: Error #1009: cannot access a property or method of a null object reference.

    What I'm doing:

    I have 2 DropDownList controls, the first is filled with the names of countries and the other with the language options.  All 1 DropDownList control

    set to an image control to display the flag of the country and activate the 2nd DropDownList.

    The 2nd DropDownList control sets the returned variable equal to the language code.  I then call the function in the language and pass it returned using this variable, I build the string

    for langFilePath will be equal to the XML file (which is "Lang_GBR.xml") location on my desktop and then call the HTTPService.

    As soon as the function of language is called, the runtime error occurs and highlights the line with btn_LS_mainMenu.label = loadLangService.lastResult.Lang.GlobalTags.btnMenu;

    When I try to assign the label of button with a new value in the XML file.

    I suspect that maybe it's a trivial mistake, but I can't see it at the moment.

    Any help or advice would be appreciated.  Thank you

    Code:

    <fx:Script>
            <![CDATA[
                   
                   [Bindable]
                   public var langFilePath:String;
    
                   public var langDir:File = File.desktopDirectory;
                   public var langCode:String;
                   
                   public function countrySelect_changeHandler(event:IndexChangeEvent):void
                   {
                        switch (countrySelect.selectedItem)
                        {  
                             case ('United Kingdom'):  
                                  trace("Item Selected was: "+ countrySelect.selectedItem);
                                  img_countryFlag.source = AngolaFlag;
                             break;
                             case ('France'):  
                                   trace("Item Selected was: "+ countrySelect.selectedItem);
                                   img_countryFlag.source = AustraliaFlag;
                             break; 
                             default:  
                             break;
                         } 
                        langSelect.enabled = true;
                        trace("1st dropdownbox");
                   }
    
                   
                   public function langSelect_changeHandler(event:IndexChangeEvent):void
                   {
                        switch (langSelect.selectedItem)
                        {                                          
                             case ('English'):  
                                 trace("Language Selected was: "+ langSelect.selectedItem);
                                 langCode = "Lang_GBR";  
                             break;
                             case ('French'):  
                                 trace("Language Selected was: "+ langSelect.selectedItem);
                                 langCode = "Lang_FRA";  
                             break;
                        }
                        language(langCode);
                    }
    
                   public function language(aParam:String):void
                   {
                        trace("Code Was: " + aParam);
                        trace("Lang dir: " + langDir.nativePath);
             
                        langFilePath = langDir.nativePath + "/" + aParam + ".xml";
             
                        trace("File to load: " + langFilePath);
                        trace("loadLangFile.url: " + loadLangService.url);
                        loadLangService.send();
                        
                        btn_LS_mainMenu.label = loadLangService.lastResult.Lang.GlobalTags.btnMenu;
                   }
              ]]>
    </fx:Script>
    
    
    <fx:Declarations>
         <s:HTTPService id="loadLangService" url="{langFilePath}"/>
    </fx:Declarations>
    
    
    <s:DropDownList x="10" y="201" id="countrySelect" prompt="Please Select Your Country" width="274" enabled="true" change="countrySelect_changeHandler(event)">
    
    <s:DropDownList x="10" y="348" id="langSelect" prompt="Please Select Your Language" width="274" enabled="false" change="langSelect_changeHandler(event)">
    
    

    Not sure on your XML structure, but for now I see the problem here between these 2 lines of code:

    loadLangService.send();
                       
    btn_LS_mainMenu.label = loadLangService.lastResult.Lang.GlobalTags.btnMenu;

    Data do you your httpService supposed to receive just cannot go so fast to fill the lastResult before calling it in the following line

    Try to add a listener to result at your service before sending:

    .....

    loadLangService.addEventListener (ResultEvent.RESULT, handler);

    loadLangService.send();

    ......

    function handler(event:ResultEvent):void {

         btn_LS_mainMenu.label = loadLangService.lastResult.Lang.GlobalTags.btnMenu;

    }

  • ODI error when loading data from Oracle to Essbase

    Hello and happy new year to everyone!

    I can't load some data from an Oracle table to an Essbase database. The Oracle table has all the members of the Essbase database, columns, and in addition, it has a column for data.

    I use the IKM SQL for Hyperion Essbase (DATA) as IKM and I can't choose a LKM in the dropdown, but I imported the LKM SQL to SQL.

    Error thrown is:

    org.apache.bsf.BSFException: exception of Jython:
    Traceback (innermost last):
    "< String >" file, line 23, in there?
    com.hyperion.odi.essbase.ODIEssbaseException: error reached records the maximum error threshold: 100
    at com.hyperion.odi.essbase.ODIEssbaseDataWriter.loadData (unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)
    at java.lang.reflect.Method.invoke (unknown Source)
    at org.python.core.PyReflectedFunction.__call__ (PyReflectedFunction.java)
    at org.python.core.PyMethod.__call__ (PyMethod.java)
    at org.python.core.PyObject.__call__ (PyObject.java)
    at org.python.core.PyInstance.invoke (PyInstance.java)
    to org.python.pycode._pyx10.f$ 0 (< string >: 23)
    to org.python.pycode._pyx10.call_function (< string >)
    at org.python.core.PyTableCode.call (PyTableCode.java)
    at org.python.core.PyCode.call (PyCode.java)
    at org.python.core.Py.runCode (Py.java)
    at org.python.core.Py.exec (Py.java)
    at org.python.util.PythonInterpreter.exec (PythonInterpreter.java)
    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
    at com.sunopsis.dwg.codeinterpretor.k.a (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession (unknown Source)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand (unknown Source)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute (unknown Source)
    at com.sunopsis.dwg.cmd.e.i (unknown Source)
    at com.sunopsis.dwg.cmd.g.y (unknown Source)
    at com.sunopsis.dwg.cmd.e.run (unknown Source)
    at java.lang.Thread.run (unknown Source)

    Caused by: com.hyperion.odi.essbase.ODIEssbaseException: error reached records the maximum error threshold: 100
    at com.hyperion.odi.essbase.ODIEssbaseDataWriter.sendRecordArrayToEsbase (unknown Source)
    ... 32 more

    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: error reached records the maximum error threshold: 100
    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
    at com.sunopsis.dwg.codeinterpretor.k.a (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession (unknown Source)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand (unknown Source)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute (unknown Source)
    at com.sunopsis.dwg.cmd.e.i (unknown Source)
    at com.sunopsis.dwg.cmd.g.y (unknown Source)
    at com.sunopsis.dwg.cmd.e.run (unknown Source)
    at java.lang.Thread.run (unknown Source)



    I'll wait for any help.

    Thank you!

    First of all, I would highly recommend the upgrade because there were a few bugs with the adapters of Hyperion.
    If you set MAXIMUM_ERRORS_ALLOWED to 0 it will be infinite, so it will not stop because of rejected records.

    Once you assign to LOG_ENABLED and LOG_ERRORS Yes
    then you LOG_FILENAME together and ERROR_LOG_FILENAME, put them in a known example location c:\temp on windows.

    Ok?

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Error message "an error the system cannot find the file specified" when you use Bitlocker

    Original title: Bitlocker to go not accessible by car usb

    Here's the short of it: I decided to use Bitlocker To Go on my USB drive, and while he was to encrypt the drive I plugged a USB DVD - RW drive (it

    s a netbook) and then I got an error message in the Bitlocker program that says "an error the system cannot find the file specified."  I closed the error message and open the Bitlocker Unlock program, put my password and press on unlock and now it only that sit there and spin and the light flashes on my Batman of Seagate HARD drive as it is accessed.  The internal data of the car do not make the same sound, as he did while he was being... just encryption sounds like there are in an infinite loop.  The disc is good and has no errors, and I scanned with SeaTools.  I have a lot of important data on this drive, and I really don't want to lose anything.  Help!

    Hello 5thgear,

    Thank you for the question!

    I'm sorry to know that have problems you with Bitlocker. I get it right you get an error message "an error the system cannot find the file specified" when you run the bitlocker encryption.

    I need to ask you a question to help you best.

    Were there any changes (hardware or software) to the computer before the show?

    Click on the link below.

    http://blogs.technet.com/b/ASKCORE/archive/2010/08/04/issues-resulting-in-BitLocker-recovery-mode-and-their-resolution.aspx

    Answer to us if you are having problems with bitlocker or any other issue of Windows, and I'd be happy to help you again and try to correct the problem as soon as possible.

    Good day!

    Hope this information helps.

  • error message when removing a program "an installation support file could not be installed, the system cannot find the file specified" _

    Try to delete a file from the Program Neighborhood Agent, so I can load a different version.  When I try to remove the program through the Control Panel, it says "an installation support file could not be installed, the system cannot find the file specified."

    Hello rarif, welcome.

    I recommend that you try and that you use the Windows Installer Cleanup Utility (WICU).

    1. go in:
    http://download.Microsoft.com/download/e/9/d/e9d80355-7ab4-45b8-80e8-983a48d5e1bd/msicuu2.exe

    2. download the utility and install it
    3 run the utility from START > all programs > Windows Installer Cleanup...

    4. find the program you want to uninstall, then remove the
    5. next, restart your computer

    Let us know if this helps,

    Thank you! Ryan Thieman
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • When I was burning blank CD in Windows Media Player, I received this error "Windows Media Player cannot find the file."

    When I burn my blank cd in windows media player, that he was just came.

    Windows Media Player cannot find the file. If you try to read, burn or sync an item that is in your library, the element can point to a file that has been moved, renamed, or deleted. And I click on help, then said: error cood1197

    original title: How can I fix the error cood1197

    Hello

    Did you change your computer?

    I suggest you check out the link and check (which also applies to windows vista).

    Windows Media Player C00D1197 error

    http://Windows.Microsoft.com/en-us/Windows7/C00D1197

    I also suggest you to see link and check.

    Solve problems in Windows Media Player http://windows.microsoft.com/en-US/windows-vista/Troubleshoot-problems-in-Windows-Media-Player

  • Unable to play the song or burning CDs in windows media player 11 error message: "Windows Media Player cannot find the file.

    Original title: the windows media player 11

    I have the media player 11 and my operating system is XP Home Edition, but for some reason, when I try to play a song or burn it to a CD, this is the error message I get.  Can someone help me with this?

    Windows Media Player cannot find the file. If you try to read, burn or sync an item that is in your library, the element can point to a file that has been moved, renamed, or deleted. reason for which each song I ever download from the internet is going to play is no longer...

    Thank you.

    Hi NancyCamper,

    ·         Have you made changes on the computer?

    Follow these methods.

    Method 1: Follow the steps in the article.

    Resources for the resolution of problems in Windows Media Player

    http://support.Microsoft.com/kb/843509

    Method 2: Perform a clean boot to see if there is a conflict of software like the clean boot helps eliminate software conflicts.

    How to configure Windows XP to start in a "clean boot" State

    http://support.Microsoft.com/kb/310353

    Note: After completing the steps in the clean boot troubleshooting, follow the section How to configure Windows to use a Normal startup state of the link to return the computer to a Normal startupmode.

    After the clean boot used to resolve the problem, you can follow these steps to configure Windows XP to start normally.

    (a) click Start, run.

    (b) type msconfigand click OK.

    (c) the System Configuration Utility dialog box appears.

    (d) click the general tab, click Normal startup - load all services and device drivers and then click OK.

    (e) when you are prompted, click on restart to restart the computer.

  • Audio service does not not after download of Creative, restarts, error 0 x 80070002, the system cannot find the file specified

    Yesterday, I downloaded and installed updated Creative to my its Soundblaster card from Windows Update.  It lead me to a large download of Creative for its console related sound and SW, and things worked fine.  When I restarted this morning, there was a horrible loud hum while Windows was loading, and I made a hard stop.  When I rebooted, the buzz was gone, but the icon in the status bar indicates that the sound was off.  The sound message indicates that the audio service is not running.  I tried to restart the computer several times, but the results were the same.  I tried to restart the audio service of the Task Manager, but got an error message 0 x 80070002, the system cannot find the file specified.  Where should I go from here?

    Hi Jfklinger,

    This problem occurs because some legacy applications use files or components that were developed prior to Windows Vista. The names of these audio components may be different in Windows Vista. If the calling application uses the hard-coded file names, the new files and components could not be found.

    To resolve this problem, use one of the following methods to change the audio settings for a device.

    Method 1: use the order Volume of Windows

    To use the Volume of Windows command to change the audio settings for a device, follow these steps:

    1.right - click on the speaker icon in the notification area, and then click devices recording or reading.
    2. double-click - click the device for which you want to set the parameters. For example, double-click on Microphone.
    3. click on the levels tab.
    4. move the cursor upwards or downwards to set the desired volume level, and then click OK.

    Method 2: use Control Panel

    For control panel allows you to change the audio settings for a device, follow these steps:

    1. click on Start, click Control Panel, click hardware and soundand then click sound.
    2. click on the tab playback or recording .
    3. double click the device for which you want to set the parameters. For example, double-click on Microphone.
    4. click on the levels tab.
    5. move the cursor upwards or downwards to set the desired volume level, and then click OK.

    You may receive an error message when you run an application that uses the recording feature or audio playback in Windows Vista
    http://support.Microsoft.com/kb/930095

    Previous post: the result.

    Bindu S - Microsoft Support

    [If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message.] [Marking a post as answer, or relatively useful, you help others find the answer more quickly.]

  • [HELP] I/o Error: Cannot run program "jar": CreateProcess = 2 error, the system cannot find the file specified

    Hi, I'm new developer on the Blackberry platform.

    I make the first application, but there is a problem when I wanted to install in the Simulator.

    My application has several screen and each take the server data, analyzing the data and displays on the screen.

    My problem is any executable thread.

    When I'm using the code below, it is fine. My application can work perfectly on a simulator.

    public TestingScreen() {
       // Runnable thread = new Runnable(){
       //   public void run() {
        // TODO Auto-generated method stub
            // my code get data from server
            Dialog.alert("Hii");
       //   }
       //};
       //new Thread(run).start();
    }
    

    but, if you use floor area or UiApplication.getUiApplication (.invokeLater), I got error "i/o Error: cannot run program"jar": CreateProcess = 2 error, the system cannot find the file specified"

    public TestingScreen() {
       Runnable thread = new Runnable(){
          public void run() {
        // TODO Auto-generated method stub
            // my code get data from server
            Dialog.alert("Hii");
          }
       };
       new Thread(run).start();
    }
    

    I have the 11 screen and all have executable statement and works perfectly. Can run in the Simulator, can get data from the server. But when I create the new #12 screen (copy paste other on-screen), page couldn't use an executable statement. Each I use Runnable/thread, I got error. But when I remove an executable statement my work normally requires.

    I already have Google but I do not get the answer.

    Please advice. Thank you very much.

    Kind regards.

    hrnt, thanks for your answer on this issue. It helped me solve my problem as well.

    Just to add, for someone else, I use the 32-bit and changed Java SDK my way to the bin folder where the SDK was installed.

  • Windows Media Player won't let me rip a CD, the error message indicates that they cannot find the file

    Is watching the guys, I think not that this is a 7 days without some kind of sleep problem, but I can't work out why Windows Media Player 12 will not rip a CD I put it in, I get an error message saying that Windows Media Player cannot find the file I'm tearing and maybe it is moved renamed or deleated in the meantime that my CD is in the CD/DVD drive waiting to be fooled on my laptop Windows 7 64-bit. I ripped the CD loads before but I had to reinstall a complete a month ago, and this is the first time I tried to extract anything on my laptop. If anybodys got any ideas on how to solve this problem, my inner peace would be much more peaceful MCE! Cheers and Happy New Year to the United Kingdom, I wish you a good and peaceful 2014.  Rich.T

    Hi Rich!

    This might help: http://www.fixkb.com/2010/07/when-ripping-musing-with-media-player.html

    See you soon
    Julia

  • Cannot install on XP Pro SP3: "Service Pack 3 Setup error - the system cannot find the file specified."

    I am trying to install SP3 on my XP Pro.  I get a notice on my screen, stating: "Service Pack 3 Setup error - the system cannot find the file specified."  Don't know what I'd do.  Thank you.  Peter glass

    That's good news. I think you also need to analyze of rootkits being on the right side. So, now:

    Search for rootkits with a program SPECIALLY designed to detect and remove the (aswMBR):

    Download this file to your desktop. Double-click the icon to run the program. When the opportunity to download and install the latest Avast definitions do.
    Run a scan. Results in red indicate that this was not a false positive! Do you need to remove the rootkit (including "FixMBR" if necessary).

    And finally, leave your PC on overnight and search for viruses, using this site:
    Once we are convinced that your PC is clean, here are my instructions (just in case where you still cannot run batch of Geek-Tech file, etc.):

    1. download the installation of SP3 and IE8 (beforehand) files. I prefer to keep these (and other useful files) on a USB key, but this is optional. Here are the links for the installation files:

    http://www.Microsoft.com/download/en/details.aspx?ID=24 (for SP3)

    (You can TOTALLY ignore the message "intended for it professionals"!)

    http://www.Microsoft.com/download/en/details.aspx?displaylang=en&ID=43 (for IE8)

    (You need to install IE8 AFTER SP3! Trust in me.)

    IMPORTANT NOTE!

    It is VERY important to ensure that Internet Explorer is at the level IE6 before installing SP3. In case you have IE7 or IE8, you must uninstall it / them, using the Control Panel Add / Remove programs. Let us know if you need assistance with this.

    Once again:

    Make sure that IE is IE6 level before installing SP3. You can go directly from IE6 to IE8 after SP3 has been installed.

    2. disconnect Internet. Also unplug all unnecessary devices.

    3. temporarily disable the automatic updates. To do this:

    Start | Control Panel (switch to Classic view if not already selected). Automatic updates

    4 set up a clean boot. The last thing you need is for a program that runs in the background to interfere with these updates! (It happens!) For more information:

    http://support.Microsoft.com/kb/310353

    (Note that this is the same as setting up a "Diagnostic boot.")

    Reset.

    5 install the SP3. Restart TWICE.

    6 switch to IE8. Restart TWICE.

    (What happens very often is that someone has their software antivirus running as they try to install SP3, which often translates into chaos! "This is why it must be done after installing SP3 and IE).

    7 unscrew the clean boot. (That is, return to the Normal startup).

    8 make sure that firewall Windows is activated (it should already be):

    Start | Control Panel | Security Center

    9 visit Windows Update to download and install only the critical security updates. Restart each time you are prompted.

    10 re - enable automatic updates.

  • Error: "Windows Media Player cannot find the file. If you try to play, burn, or sync an item that is in your library, the element can point to a file that has been moved, renamed or deleted'

    Original title: laptop won't read the music files stored on external hard drive

    I have an old Compaq laptop Windows XP, so it was out of memory I transferred everything on a Portable Seagate (500 GB) hard drive and started to access it. It's worked well for over a year, but lately, began to stop playing my music files. Absolutely everything on the hard drive opens, however, images, files and folders, but when I go into Windows Media Player, it pops up with this error message:

    Windows Media Player cannot find the file. If you try to read, burn or sync an item that is in your library, the element can point to a file that has been moved, renamed, or deleted.
    I have not modified parameters or anything that moved. I used to be just able to restart the laptop, or disconnect and reconnect the hard drive and it works again, but now it or not will be not at all, or it will cut off half way through a song and then not to play anything more.
    I can't find any support for this problem because the phone reads that the hard drive is there, and everything else works. Only the music doesn't. I tried to play music on a connected USB and it works fine. I'm so confused!
    Hi lkm0293,
     
  • Error: "Windows Media Player cannot find the file. If you are trying to play, burn, or synchronize, an item that is in your library, the element can point to a file that has been moved, renamed or deleted'

    Original title: I'm trying to burn a CD and a message keeps coming up saying that Windows Media Player cannot find the file.

    I have Windows XP. I am trying to burn a CD and a message keeps coming up saying: "Windows Media Player cannot find the file.  If you are trying to play, burn, or synchronize, an elements that is in your library, the element can point to a file that has been moved, renaed, or deleted.  I clicked on opations, checked all the network boxes and everything that has been proposed. "My error code is C00D001A.  System cannot find the file specified should I upgrade or find another version of the Windows Media or what.  It's very annoying.  Thanks in advance.

    Hi reginawilson,
     
    Here are some articles that you might find useful:
     
  • Error - Windows Media Player cannot find the file. If you try to read, burn or sync an item that is in your library, the element can point to a file that has been moved, renamed, or deleted.

    Original title: my Media Player will not play the majority of my music files.
     
    Here's what he said
    "Windows Media Player cannot find the file. If you try to read, burn or sync an item that is in your library, the element can point to a file that has been moved, renamed, or deleted. »

    There has been NO change to my other computer from so NY to AZ I have an internal but also external hard drive and I have so many files that I don't have the disks more and I don't want to lose them.  Any help will be greatly appreciated, thank you.

    Hi David,

    What version of Windows Media Player do you use?

    If you use Windows Media Player 11, you can follow the steps in this link & check if the problem persists.

    You cannot view, add, or delete items in the library of Windows Media Player 11


    Reference:
    error message when you type the name of a file to play with Windows Media Player: 'Cannot open file'

    Hope the helps of information.
    Please post back and we do know.

  • What is causing the error event ' BCM42RLY service failed to start due to the following error: the system cannot find the file specified "Event Id 7000

    What is causing the error event ' BCM42RLY service failed to start due to the following error: the system cannot find the file specified "Event Id 7000

    Hello

    1. Since when are you facing this problem?

    2. What is the number of brand and model of the computer?

    3. have you made changes on the computer recently?

    BCM42RLY is a Broadcom network card driver. I suggest that you uninstall and reinstall the drivers and check if it helps.
    Uninstall or reinstall a device: http://technet.microsoft.com/en-us/library/cc725782.aspx

    Hope the information is useful.

Maybe you are looking for

  • Satellite Pro C660-29W: BIOS won't let me enter the supervisor password

    Computer is a satellite pro C660-29W-PSC1ME-00U00KEN I put a BIOS supervisor password (no user password is set). I know the password. If I hit F2 it penetrates into the text editor, but does not any possibility to enter the password, and while I can

  • Windows 10 apple mobile device was able to start

    After trying to update itunes I got the error message that apple Mobile Device could not start. Make sure you have sufficient privileges to start system services. ITunes is no longer works on my PC of 10 windows and will not reinstall. How can I rein

  • Speech recognition will not start and continue to run

    I am running vista 32-bit Home Premium edition. I finished the speech recognition session setting the microphone. I finished the tutorial.  However, no voice recognition program continues to run. When I run the program of recognition (or when it is s

  • UNALE to disable access to start distance

    everytime I turn on my inspiron 15, I get a box for the REMOTE ACCESS and I have to click cancel each time... I tried to remove it from the startup of the program on windows Defender, but the button DISABLE is gray and is not available

  • Operating system damaged

    I had a virus and so I tried everything to fix it.  I just need a start up * beep * and I would well, someone can help me?