Applicatio​n on Win7 64bit throws error -50103, but not on Win XP 32bit host

LabVIEW application newly installed on Win7 64bit host throws error -50103.
Same aplication deployed from same installation disk on Win XP 32bit host have been working for 2 years withourt problem.
I did have a problem with importing the MAX configuration from the Win XP 32bit machine to the  Win 7 64bit machine.
My solution was to install all the drivers from my most recent Devaloper Suite 2012 DVD.
After that the executable did run fine, except when the variuos DAq tasks are executed for the second time in a loop it thows error -50103.
If i click ok on the erro popup, everything else works fine until in the next pass of the loop I get the same error.
Why would I get error on one host but not on the other one?
How do I fix this?
Scientia est potentia!

A common error that you can find numerous posts about with a search
http://forums.ni.com/t5/forums/searchpage/tab/mess​age?filter=location&location=forum-board%3A170&q=5​...

Similar Messages

  • Starting an array of DAQmx tasks throws error 50103 on start

    Hello,
    I am creating and starting a number of tasks from an enum array which will be subsequently used to read data from devices.  The issue is that the second iteration of the starting loop throws error 50103 (specified resource reserved).
    When I carried out some testing I discovered that the tasks are set up correctly and the error is thrown only on the start task.
    I have attached the section of code for reference. 
    Thanks
    Dave
    Attachments:
    DAQmx taskInit_fastLoop.vi ‏66 KB

    I have to call the start vi more than once as the tasks are contained within an array.  As I understand (but suspect I may be incorrect), that for each case corresponding to the input enum array, the task within that case is started (once) due to the auto indexing of the array.
    This is a subVI which is only called once in the application.  The output from this should be a list of started tasks which I use in subsequent read operations until the program is complete, where the tasks are then cleared down.
    Apologies if I have repeated myself, but I am trying to understand how this works, since what I am seeing does not seem to make any sense to me.
    Dave
    Attachments:
    tasksetup.png ‏103 KB

  • Elements 8.0 won't open editor in Win7 64bit. "error is unrecoverable"

    I have been running Elements 8.0 w/o problems on my Windows 7 (64 bit) machine. All of a sudden, I am unsable to open the Edit function. The Organizer will open, but not the Edit. This is the error message I receive:
    I removed the program and reloaded it, but error persists!

    Hi,
    Please try couple of probable solutions as mentioned below:
    Solution 1:
    1. Close Elements.
    2. Launch the Photoshop Elements Welcome Screen and hold down ctrl + alt + shift as you click Editor.
    3. Continue to hold the keys until you see a message box asking if you want to delete Photoshop Elements settings file; click Yes. Elements will open with default preferences.
    Solution 2: In case any network printer is attached try to launch without network or printer uninstall or make different printer as default.
    Solution 3: Try launching with anti-virus off or removing PSE from conflicting list.
    Solution 4:
    On the drive on which you have installed PSE,on my machine it is on C:
    Go  to C:\Program Files\Adobe\Photoshop Elements  10\Locales\<locale>\Plug-Ins\Import-Exportand you will find twain  plug-in. Remove that plug-in from that location and copy it somewhere  else.
    Now launch PSE and check if it works.
    For related post for Twain please see this:http://forums.adobe.com/message/2954743#2954743
    Thanks,
    Garry

  • CIMC on C210 server throws Error 2001: Service not available message

    I am trying to configure vmware on a brand new C210 server for the first time and the directions say to access the CIMC and load the vmware media. Sounds easy enough except every time I go to the CIMC webpage I recieve an " error 2001: Service not available"  message on every page I go to and none of the server info fields are populated. If I try to make any changes and save my settings the same message pops up and no changes are saved. Almost like the CIMC doesn't recognize the server or hardware. I ran the host update utility just now and upgraded the firmware for everything to the latest version but still no progress. Anyone have this happen or know how I can fix this?
    Thanks in advance!
    Jess

    I got it working on one of the servers, and havent tried the same solutions on any other server.
    What i did was manually adding an IP adress to the management IP, then save the config before rebooting. After rebooting i put it back to get IP from DHCP, and saved the config. After a secound reboot i was able to use the mangement interface without the 2001 error.
    I'm not sure if it will work on the rest of the servers, but it's worth a try
    Regards
    Alex

  • Error 4801, but not using Vista and have mic plugged into jack.

    Hi, i'm working on a project that involves inputing from a microphone, running it through a filter and then an FFT, and then doing some analysis on the data. For the input from the microphone, i'm having some issues. I basically drew all of the input functionality from the "Continuous Sound input.vi" example vi, which works on my computer, with a microphone and does display the signal. However, when i copied that over and modify it a little, the Sound read has either one of two errors. When i place the "Sound Clear" sub vi outside of the inner while loop, the Sound Read sub vi appears to have some sort of error relating to overflowing the buffer (i think 4822, but not 100%), no matter how low i put the samples/second and elapsed time function to exit the loop. If i put the Sound Clear sub vi INside the loop (not how it is in the continuous sound input vi, then i get error 4801, described here: 
    [\Quote]
    Error 4801 occurred at an unidentified location
    Possible reason(s):
    LabVIEW:  (Hex 0x12C1) Invalid sound task refnum.
    What steps can I take to resolve this issue?
    Solution: 
    Error 4801 is given because the sound driver in Windows Vista disables the microphone and line-input jacks when it does not detect a source plugged into the jack.  The hardware is disabled by the Windows Operating System, not National Instruments software or drivers.  This behavior is not seen on XP computers, only on Vista.  
    The resolution is to plug in a microphone or audio source to the computer.  Windows Vista will detect the microphone or audio source, and error 4801 will be resolved. 
    [/endquote]
    This seems very strange that i should recieve this error, as i am running win7, not vista, and have a microphone plugged in. The microphone jack is working - i've tested that with other programs and the continuous sound input.vi, so it works just fine. I just have no idea what to do at this point to fix the problem. My code is attached, Thanks for any assistance in advance!
    Attachments:
    project ver 2.0.vi ‏84 KB

    Hi ir0nsoul,
    Thank you for the detailed explanation of your issue. To begin, the reason you are getting the overflow error is because the number of samples needs to be 1/10th of the sample rate. Next, you need to have the Sound Input Clear.vi outside of your while loop because you are clearing the task immediately after you read, so the next time it goes to read, it won't find the stream anymore. Finally, to see if Windows recognizes your microphone, use the Acquire Sound Express VI and check the drop down menu to see if your microphone is listed (use the device ID to set the control back in the Continuous Sound Input.vi). I suggest getting your microphone to work with the Continuous Sound Input.vi first and then add you modifications later. Hope this helps!
    Aldo A
    Applications Engineer
    National Instruments

  • ECC Installation Error - jlbznqjtg' does not exist on the 'localhost' host.

    Hi Gurus,
    Hope you all are doing good.
    Enclosed are the details of what we were tried & got same error.
    1. We are trying to install ECC 6.0 SR2 on Win 2003 Enterprise Edition along with Sql Server 2005.
    2. We do not take any dump in local drives, usually we map from virtual Drives.
    3. I checked my Host entry, Static IP & Environmantal Variable. That is fine.
    4. I am able to Ping to the host
    Now My question are
    1. We must have to copy all the CDs in the Local machine?
    2. How we can eradicate this problem.
    Error Detail:
    ERROR 2009-06-17 11:33:55
    FCO-00011  The step collect with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|2|0|collect was executed with status ERROR .
    ERROR 2009-06-17 11:33:55
    MOS-01185  The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\jlbznqjtg' does not exist on the 'localhost' host.
    WARNING 2009-06-17 11:33:55
    The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\jlbznqjtg' does not exist on the 'localhost' host.
    WARNING 2009-06-17 11:33:55
    Error 5 (Access is denied.
    ) in execution of a 'RegOpenKeyEx' function, line (69), with parameter (SYSTEM\CurrentControlSet\Services\jlbznqjtg).
    Waiting for your Reply.
    Thanks & Regards
    Rhishabh
    Edited by: Sap_basis_admin on Jun 17, 2009 8:33 AM
    Edited by: Sap_basis_admin on Jun 17, 2009 8:35 AM

    Do NOT cross post across different forums:
    Regardin - Services\jlbznqjtg' does not exist on the 'localhost' host
    Markus

  • When trying to install error message says not a win 32 application

    downloaded ff4 from ff website and previously ff4 beta from ff and cnet same error message stating not a win32 application

    Have you had a look at this troubleshooting page? iTunes: Windows reports that iTunesSetup.exe is not a "valid Win32 application"

  • T540-System Update- Win7 64bit - An error occurred while gathering user info-HelloLevel_9_12_00.xml

    When attempting to do a Lenov System update, the error message "An error occurred while gathering user information" is displayed.
    Upon review the of the tvsu_*.log, it appears there is an issue with the lenovo website when it tries to pull down the following config file:
    https://download.lenovo.com/ibmdl/pub/pc/pccbbs/agent/SSClientCommon/HelloLevel_9_12_00.xml
    Has anyone else had a similar issue and been able to resolve?
    Info    2014-12-16 , 10:26:08
        at Tvsu.Engine.Process.HelloProcess.DownloadUDF(String helloClientLevel)
        Message: The UDF will be downloaded from: https://download.lenovo.com/ibmdl/pub/pc/pccbbs/agent/SSClientCommon/HelloLevel_9_12_00.xml
    Info    2014-12-16 , 10:26:08
        at Tvsu.Engine.Process.HelloProcess.DownloadUDF(String helloClientLevel)
        Message: The UDF will be downloaded to-> C:\ProgramData\Lenovo\SystemUpdate\session\system\SSClientCommon\HelloLevel_9_12_00.xml
    Info    2014-12-16 , 10:26:08
        at Tvsukernel.CustomControls.Step.<>c__DisplayClass7.<set_Image>b__6()
        Message: Setting PROCESSING status.
    Info    2014-12-16 , 10:26:08
        at Tvsu.ConnectionSettings.ConnectionSettings.GetConnectionForURL(String url)
        Message: Creating a new Connection Settings Bean instance to Host: download.lenovo.com
    Info    2014-12-16 , 10:26:08
        at Tvt.ConnectionSettings.ConnectionSettings.GetConnectionForURL(String url)
        Message: Direct connection found
    Info    2014-12-16 , 10:26:08
        at Tvsu.FileDownloader.HttpsDownload.GetProxy(ConnectionSettingsBean connBean)
        Message: Connection type set to DIRECT in ConnectionSettingsBean
    Severe    2014-12-16 , 10:26:08
        at Tvsu.FileDownloader.HttpsDownload.Init(FileDownloadInfo fileInfo)
        Message: Debug Log: Init method:GET
    Severe    2014-12-16 , 10:26:10
        at Tvsu.FileDownloader.HttpsDownload.doDownloadByHttps(FileDownloadInfo fileInfo, downloadingDelegate downDelegate)
        Message: Debug Log: doDownloadByHttps InterException is null, uri:https://download.lenovo.com/ibmdl/pub/pc/pccbbs/agent/SSClientCommon/HelloLevel_9_12_00.xml
    Severe    2014-12-16 , 10:26:10
        at Tvsu.FileDownloader.HttpsDownload.doDownloadByHttps(FileDownloadInfo fileInfo, downloadingDelegate downDelegate)
        Message: Debug Log doDownloadByHttps webException message:The remote server returned an error: (404) Not Found.
    Severe    2014-12-16 , 10:26:10
        at Tvsu.FileDownloader.HttpsDownload.doDownloadByHttps(FileDownloadInfo fileInfo, downloadingDelegate downDelegate)
        Message: Debug Log server path: https://download.lenovo.com/ibmdl/pub/pc/pccbbs/agent/SSClientCommon/HelloLevel_9_12_00.xml responseStatus:404
    Severe    2014-12-16 , 10:26:10
        at Tvsu.FileDownloader.HttpsDownload.doDownloadByHttps(FileDownloadInfo fileInfo, downloadingDelegate downDelegate)
        Message: Debug Log server path: https://download.lenovo.com/ibmdl/pub/pc/pccbbs/agent/SSClientCommon/HelloLevel_9_12_00.xml webException.StackTrace:   at System.Net.HttpWebRequest.GetResponse()
       at Tvsu.FileDownloader.HttpsDownload.doDownloadByHttps(FileDownloadInfo fileInfo, downloadingDelegate downDelegate)
    Info    2014-12-16 , 10:26:10
        at Tvsu.Engine.Process.HelloProcess.Start()
        Message: UDF download status is -> Failed
    Thanks
    Karl

    Hi,
    in this situation try following:
    open registry:
    HKLM\Software\Wow6432Node\Software\Lenovo\System Update\Preferences\UCSettings\RunTime
    check if the informations are correct.
    In case not, then correct them.
    - Try to run TVSU as Administrator (right-click on it and select Run as Administrator)
    In case this will be of no use, then just go into the install folder of TVSU and there you will see the folder called "Logs". In there you will for sure find the exact information on what went wrong. Perhaps some proxy config, or just the server was unavailable.
    Cheers

  • HP Pavilion g4, reinstall Win7 64bit fm a DVD disc, not work

    I try to fix a problem for my friend's laptop. It is HP Pavilion G4
    running Win 7 64bit OS. The laptop can not start up the windows. I
    press ESC to pause the start up, and run system recovery, it shows BIOS
    setup, system recovery and others, I then press Fn + 11 key to run
    system recovery, but it never runs.
    I then remove the HDD, and connect to my computer to run testing. It
    seems it has something inside corrupted. It takes so long to recognize
    all partitions. I decide to format all partitions and then resize
    them. Afterwards, I run test and chkdsk. Everything is fine with the
    HDD now. I put the HDD back to Laptop, and insert a DVD disc of Win
    7, the laptop does not start from DVD. The screen shows as follows:
    Hard Disk Error
    Please run the Hard Disk Test in System Diagnostics.
    Hard Disk 1 (3F1)
    F2 System Diagnostics
    I visit the above link, I could not find relevant materials.
    If I press ESC to exit start up. I can hear the DVD ROM is running,
    but still not work. The screen shows as follows:
    Startup Menu
    F1 System Information
    F2 System Diagnostics
    F9 Boot Device Options
    F10 BIOS Setup
    F11 System Recovery
    Enter - Continue Start up
    Only F1 would respond when I press. Other Fn does not respond at all.
    Do you have clue and suggestion for me ?

    You do not use Fn + the key indicated.For instance to enter BIOS you simply tap F10. Recovery would have been F11, not Fn + F11.
    You can order Recovery Media from HP for a small fee>> Contact HP
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Crystal Reports for Eclipse throwing error - wizard could not be open

    Hi,
    Today i downloaded Crystal Reports for Eclipse version 3.4.1. i copied the same to the program files folder & while i double click on eclipse.exe. I am able to get in to the eclipse, but while i am trying to create a blank report by right click project -> New -> Other ->Crystal Report -> Blank Report i am getting error " Problem Opening the wizard" & additional details on error as " the selectd wizard could not be started Plug-incom.businessobjects.designer.blankreportwizard was undable to load class com.businessobjects.crystalreports.designer.blankreportwizard.blankreportwizard.com/businessobjects/crystalreprots/designer/blankreportwizard/blankreportwizard(unsupported major.minor version 49.0)"
    In my machine i have J2SE Development Kit 5.0 Update 11 & J2SE Runtime Environment 5.0 Update 11 . Can anyone help me to resolve the issue.
    Thanks,
    Siby

    Hi,
    Please make sure you have Tomcat 5.5 installed on your machine.
    Also JAVA_HOME and Tomcat's CATALINA path are set accordingly in Environment Variables.
    After setting these restart machine and Eclipse.
    The latest version for crystal report for eclipse isCrystal Report For Eclipse v2.0 SP1
    Thanks,
    Neeraj
    Edited by: Neeraj SP on May 19, 2009 6:08 PM

  • My Mac Book Pro do not install OS, say error HD but not repear it. Now do not load the system.

    I have a MacBookPro 2012 no retina. I got it 22 December 2012. Mountain Lion installed. 2 months ago I updated to Yosemite. Yesterday, my MacPB did´t start up. Stay in White screen with a folder and a question mark flashing inside.
    I have a time machine copy so I  use disk utilities for delete and format internal HD.
    MacBP format ok and create 1 partition ok but if I check it it seay ia must repair (an error with red text with code or type 8).
    But when I click repair allways end with that red message.
    However I decided to move on to installing the M. Lion (only one allowed) from Apple servers and give it a try.
    But at the end of discharge (discharge indicator bar fills completely in blue) and tells me that is already at 0% , sudenly jumps to 15% again and stay in this loop that never ends.
    Please, i need my MacBP and my desperate question is: Could be only a HD failure because it not get repaired? In that case I would buy another HD. But, could it be the controller and that's more serious?
    I do never move the MacBookPro without turning it off before. Always use in my home.
    Could be just the HD or has more the look of another damage ? How long warranty gives Apple?.
    What could I do to go discarding and keep trying a bit?. I could buy a new HD and install it, coudn't not?
    An economic HD  for testing,  What features should be HD, size, technology etc?
    Thanks a lot in advance, Im lost now

    If you keep getting a 'red' message it means that the HDD is faulty and will have to be replaced.  You will have to format the new HDD in Disk Utility>Erase and then install the OSX and your data from Time Machine.
    Ciao.

  • Tim Machine: no error messages but not backing up

    My Time Machine does not seem to back up any more as it should.
    There are no error messages, Time Machine is switched on, spinning once an hour, there is enough space on the external HD. I can enter Time Machine and browse through the history.
    However,
    • When I go back to 14 JUN, it shows me files modified today (17 JUN). Shouldn't this be impossible?
    • When I go to the corresponding folder on the HD, I can see a version of the file in question that was modified on 11 JUN, the day of the very first initial backup. I definitely know that it was modified on13 JUN, though.
    Does anyone know what the problem is? Any fix?
    Btw, I am switching back and forth between two different external HDs for Time Machine, which worked fine for a long time before things went funny a few weeks ago. Then I completely deleted the whole external HD and started Time Machine over but it seems this did not work (except for a successful initial backup).
    I'm on Mac OS 10.6.8 on an iMac 7,1.

    I'm having this too, Nokia 6681 and most recent iSync... Contacts are working fine, Calandars are not.
    Note that before latest revision Calandars were no problem...

  • Errors detected, but not showing up in the Log

    Hi Experts!
    I've made a copy of "Set JavaRoleForUser&Group" pass from the SAP IDM Provisioning Framework for use in a Sync task. I'm working with IDM 7.2 SP8, back end is DB2. Repository is set and the background configuration is correct.
    However when the pass is executed, I get 253 errors but NONE of them show up in the log.  I've checked all varieties of log and I've also checked in the "\usr\sap\IdM\Identity Center\Jobs folder"
    <mx:NENTRIES noops="0" mods="0" markdels="0" dels="0" adds="0">0</mx:NENTRIES>
    <mx:NERRORS>253</mx:NERRORS>
    <mx:NWARNINGS>0</mx:NWARNINGS>
    No log exists.
    Is anyone aware of a way to get this information.  Clearly IDM and the SPML connector are seeing the error, but it's not piping back to the IDM log.
    Thanks,
    Matt

    Chris,
    I checked the jobs folder.... No prelog.log, just a DSE.log and a DSE_log.xml.
    Runtime logging already turned up. I'll check the tables and try the test mode.  Thanks.
    Follow up. I don't seem to have an mc_execution_log table, but I do have a mc_dispatcher_log table.  I don't see anything specific to my job.
    In the meantime, I'm directing the results to a text file via ToASCII so I can try and figure out what the deal is.
    Matt

  • I'm trying to fix the below error message but not get success..

    Can someone help me to resolve the following error message..
    The error is coming while Update Statistics runs. 
    Message
    Executed as user: \SqlAdmin. ...ssary...      [_WA_Sys_00000008_0425A276], update is not necessary...      0 index(es)/statistic(s) have been updated, 6 did not require update.     Updating [dbo].[MSreplication_monitordata]
         [nc2MSreplication_monitordata], update is not necessary...      [nc6MSreplication_monitordata], update is not necessary...      0 index(es)/statistic(s) have been updated, 2 did not require update.
        Updating [dbo].[MSsync_states]      [ucMSsyncstates], update is not necessary...      [_WA_Sys_00000002_0519C6AF], update is not necessary...      [_WA_Sys_00000003_0519C6AF], update is not necessary...
         0 index(es)/statistic(s) have been updated, 3 did not require update.     Updating [dbo].[MSsubscriptions]      [ucMSsubscriptions], update is not necessary...      [iMSsubscriptions], update is not
    necessary...      [iMSsubscriptions2], update is not necessary...      [_WA_Sys_00000002_060DEAE8], update is not necessary...   ...  The package execution fa...  The step failed.

    As v.vt says, the message is truncated, and the actual error message appears to have been lost.
    Does this happens repeatedly, or was it only the most recent execution that failed?
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Error message pdf not valid Win 32 app

    Am getting message hp/documentation/usgvn.pdf is not a valid Win 32 app.  Have been unable to open HP user guides for sometime. Have Vista home prem x 32 service pk 2 & Adobe Direct X, but was getting message even with Reader 8.  Any ideas?

    A PDF is (of course) not a valid Windows application.  The PDF file extension must be associated with Adobe Reader.
    The easiest way of doing this is uninstalling / reinstalling Adobe Reader.

Maybe you are looking for

  • Issue with Data download to excel from ALV

    Hi, I am trying to download data to excel from ALV. The number of records are 26000. When I am trying to download I am getting an error displaying a pop up saying that problems came up in the following areas during the load TABLE The log displayed is

  • Template Files not Updating

    Hey guys, My laptop was infected with a virus last week and I had to get it rebuilt. I have since lost my installed version of Dreamweaver MX and I can't find my serial code so at the moment I have installed the trial version of the latest Dreamweave

  • Retrying a particular failed Process Task for all the OIM Users

    Hi, We are using OIM 11.1.1. On a particular day one of the systems was unavailable hence all the process tasks for that system failed for a number of users. Is there any way of viewing all the failed process task and retrying them together, there ar

  • IPhoto 08 - Editing Event Titles

    Okay I consider myself rather computer savvy but i'm beginning to think my new iPhoto 08 simply has a bug. I keep trying to edit the titles for events, I click on them and the title loads into a text bar and even has the cursor used to highlight/writ

  • Importing CDs to iTunes in Mountain Lion:  iTunes is giving all Classical Albums the same title???

    We have started importing our hundreds of CDs into iTunes.  Problem is, iTunes is giving every Classical CD the same title, copying the title of the first Clasical CD we imported.  Any suggestions?