Detecting Error #59 while using TCP Read.vi

I am using the TCP Read.vi to read data from a TCP connection. However, I need to know from the vi when the connection is lost, dropped, or reset. According to LabVIEW help, this should return back to me as Error #59. However, when I purposefully drop the connection on the server side, the TCP Read.vi does not return any errors.

Here is my example. Its a small vi that simulates what I am trying to do. Let me know if you have questions.
Attachments:
TCP_Example.llb ‏159 KB

Similar Messages

  • Error 56 occurred at TCP Read in MB Ethernet Receive.vi

    My sensor uses MODBUS TCP and operates as a slave device.  Currently I'm using Labview 7.1 on my PC and would like to communicate w/ sensor as a Master.  I downloaded MODBUS library from ni developer zone.  I want to read 14 discrete outputs (coils).  I believe MB Ethernet Master Query.vi is most appropriate to use for my application.  I put this block into my *.vi inside of a while loop, hooked up the connection ID, configured it with address start/quantity, and ran.  The error I got says: "Error 56 occurred at TCP Read in MB Ethernet Receive.vi->MB Ethernet Master Query.vi->...*.vi".  I have confirmed that TCP is working with Labview because I can receive other non-MODBUS sensor data from my device via TCP/IP using a different *.vi I created.  However this data is received though a different port than the typical 502 MODBUS port.  I have also confirmed MODBUS is working on my device using a 3rd party Polling Utility that reports register status.
    I currently do not have NI-VISA 3.0.1, VISA Server 3.0.0, or Measurement & Automation Explorer (MAX) version 3.1.1 installed on my PC.  Do I absolutely need these products to do what I need to do?
    Any thoughts why I am not able to get this setup working?
    Also, I am embarking on developing several MODBUS applications after this.  Would it be a good idea to upgrade my version of Labview to gain more MODBUS functionality w/ Labview?  I'm somewhat new to Labview and am a little confused on which products would really help me for working on MODBUS applications and if those products are compatible with my 7.1 version.

    Hi cwallis2,
    If you  can use  TCP/IP in Labview then you should be okay as far as that is concerned.  The Ethernet Modbus VIs use LabVIEW TCP VIs underneath; the Serial Modbus VIs use VISA underneath.  So unless you want to try the serial VIs if that's a possibility, then you should be okay without VISA.
    The error 56 is a time-out error and is generated when an operation
    exceeds the user-specified time limit. This error is caused by the
    LabVIEW code not receiving a network response in the defined time
    limit. The default time-out limit is 5 seconds, which should be enough,
    although you can increase this time-out value as an input for the MB
    Ethernet Master Query.vi. Since you get the time-out when you are
    reading instead of the initialization lets us know that you are able to
    open the TCP port correctly.
    What is the address you entering into the MB Ethernet Master Query.vi in the Modbus Command constant?  You may need to use relative addressing instead of absolute addressing, or vice versa. 
    Hope this helps!
    Adam W
    Applications Engineering
    National Instruments 

  • While updating the older version iTunes to latest one it shows "a network error occurred while attempting to read from the file: C:\windows\installer\iTunes64.msi. pls help on this matter to connect my i5 to PC. Thanks in advance

    while updating the older version iTunes to latest one it shows "a network error occurred while attempting to read from the file: C:\windows\installer\iTunes64.msi. pls help on this matter to connect my i5 to PC. Thanks in advance

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page): 
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • WinRM cannot process the request. The following error occured while using Kerberos authentication: The network path was not found.

    I have two forests with a transitive on-way trust between them: PROD -> TEST (test trusts PROD). I had previously had kerberos authentication working with winrm from PROD to machines in TEST. I have verified the trust is healthy, I also verified users
    in TEST can use WINRM with kerberos just fine. Users from PROD cannot connect via kerberos to machines in TEST with winrm.
    I have verified the service has registered the appropriate SPNs. I ran dcdiag against all my PROD and TEST domain controllers and didn't find anything that would prevent kerberos from happening. I even tried disabling the firewall entirely on my TEST dcs
    but that didn't gain me anything.
    I've enabled kerberos logging but only see the expected errors such as it couldn't find a PROD SPN for the machine, which it shouldn't from what I understand, it should go to the TEST domain and find the SPN from there.
    I'm really out of next steps before I call PSS and hope someone here has run into this and could provide me some next steps.
    PowerShell Error:
    Connecting to remote server failed with the following error message : WinRM cannot process the request. The following error occured while using Kerberos authentication: The network path was not found.  
     Possible causes are:
      -The user name or password specified are invalid.
      -Kerberos is used when no authentication method and no user name are specified.
      -Kerberos accepts domain user names, but not local user names.
      -The Service Principal Name (SPN) for the remote computer name and port does not exist.
      -The client and remote computers are in different domains and there is no trust between the two domains.
     After checking for the above issues, try the following:
      -Check the Event Viewer for events related to authentication.
      -Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or use HTTPS transport.
     Note that computers in the TrustedHosts list might not be authenticated.
       -For more information about WinRM configuration, run the following command: winrm help config. For more information, see the about_Remote_Troubleshooting Help topic.
        + CategoryInfo          : OpenError: (:) [], PSRemotingTransportException
        + FullyQualifiedErrorId : PSSessionStateBroken
    winrs Error:
    Winrs error:
    WinRM cannot process the request. The following error occured while using Kerberos authentication: The network path was not found.  
     Possible causes are:
      -The user name or password specified are invalid.
      -Kerberos is used when no authentication method and no user name are specified.
      -Kerberos accepts domain user names, but not local user names.
      -The Service Principal Name (SPN) for the remote computer name and port does not exist.
      -The client and remote computers are in different domains and there is no trust between the two domains.
     After checking for the above issues, try the following:
      -Check the Event Viewer for events related to authentication.
      -Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or use HTTPS transport.
     Note that computers in the TrustedHosts list might not be authenticated.
       -For more information about WinRM configuration, run the following command: winrm help config.

    Hi Adam,
    I'm a little unclear about which SPNs you were looking for, in which case could you confirm you were checking that on the computer object belonging to the actual destination host it has the following SPNs registered?
    WSMAN/<NetBIOS name>
    WSMAN/<FQDN>
    If you were actually trying to use WinRM to connect to the remote forest's domain controllers, then what you said makes sense, but I was caught between assuming this was the case or you meant another member server in that remote forest.
    Also, from the client trying to connect to this remote server, are you able to telnet to port 5985? (If you've used something other than the default, try that port)
    If you can't, then you've got something else like a firewall (be that the Windows firewall on the destination or a hardware firewall somewhere in between) blocking you at the port level, or the listener on the remote box just isn't working as expected. I
    just replied to your other winrm post with steps for checking the latter, so I won't repeat myself here.
    If you can telnet to it and the SPNs exist, then you might be up against something called selective authentication which has to do with how the trust was defined. You can have a read of
    this to learn a bit more about selective trusts and whether or not it's affecting you.
    Cheers,
    Lain

  • Trying to update to iTunes 10.4.1 and I get a message "A network error occured while attempting to read from the file C:|Windows|Installer|iTunes.msi"  Running WIndows 7 with all updates done.  I  have never had an issue with iTunes updating before.  Anyo

    iTunes has tried to update itself and runs into an error and tells me to manually install.  When I d/l and run the iTunesSetup.exe file I always encounter the following error message...
    "A network error occured while attempting to read from the file C;|Windows|Installer|iTunes.msi" and iTunes does not update to iTunes 10.4.1.
    Anyone know what is creating this error message?  Thanks for the help...

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page): 
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Error 7 Windows error 14001 while using iTunes on my windows XP, please help

    Error 7 Windows error 14001 while using iTunes on my windows XP, please help

    Hello Zaza2006,
    Thanks for the question, and welcome to Apple Support Communities.
    The following article outlines the exact error message you provided, and steps that may lead to a potential resolution:
    iTunes for Windows: "Error 7" message when opening iTunes
    http://support.apple.com/kb/TS3074
    Thanks,
    Matt M.

  • Error 1316.A network error occurred while attempting to read the file .msi

    Hi to all,
    this is my first post on OTN forum! anyway...
    My attempt to install Essbase-ExcelAddin-11121 Fail. During the execution of Spreadsheet Add-in the process generate this issue:
    Error 1316.A network error occurred while attempting to read the file ...AppData\Local\Temp\_is711B\Setup.msi
    i've seen also seen that in the directory AppData\Local\Temp\_is711B\ there is no file called Setup.msi but AppData\Local\Temp\_is711B\Setup.INI
    i have to modify the installer?how? anybody resolve this problem?
    I checked on google but, at this moment, no results.
    thanks for all support
    Gaetano

    Hello Gaetano,
    It sounds like you are using Windows 7 and/or Vista.
    When running the installation try to right click on the executable and select "Run as Administrator".
    Regards,
    John A. Booth
    http://www.metavero.com

  • Error msg while using i pod touch on bose sounddock

    i got an error msg while using my ipod touch on a bose sound dock... it is still working fine it just said error not comatible with i pod touch, was this just a little second glitch, everything is still working fine dock is brand new, is there anything i should be aware of?

    Have you contacted Bose/went to their support site?
    You can try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:       
    iOS: How to back up           
    - Restore to factory settings/new iOS device.

  • Runtime error ASSIGN_TYPE_ILLEGAL_CAST while using ASSIGN key word

    Hi All,
    I'm getting a runtime error ASSIGN_TYPE_ILLEGAL_CAST while using ASSIGN keyword in the below statement,
    ASSIGN L_XVALUE(L_LENGTH) TO <TEXTLINE> TYPE 'C'. "see 581444
    Here L_XVALUE is of type X with value 'ENVIRONMENTALLY HAZARDOUS SUBSTANCE, LIQUID, N.O.S' , L_LENGTH is of type I with value 51 and <TEXTLINE> is of type C wih one character length .
    Should I have to declare <TEXTLINE> as same as that of L_XVALUE ( type X ).
    Thanks in Advance,
    Sabu.

    Decalre <TEXTLINE> as type any.

  • Content Library Explorer error -error occurred while trying to read the package metadata (can't find package in console)

    I have SCCM 2012 SP1 recently upgraded to R2. I'm currently setting this up to migrate my production 2007 site. However, I'm trying to use Content Library Explorer on my DP's. I have 3 dps. DP2 connects fine but when i try and connect to DP1 +3 i get
    the following error: An error occurred while trying to read the package metadata. The package
    PackageID is invalid and must be redistributed from the Configuration Manger console.
    Now i can't find any trace of this at all in the console. In the SMSPackagesHist table i can see the package ID and the deleted time was 29-07-2013. This most likely was me trying to create software updates back last year when i initially setup the site.
    The package is not listed as content on any of the 3 DPs and i can't find any trace of it at all in the console.
    I'm not very familiar with 2012, so not sure what I've done.
    Any help or advice appreciated.
    Thanks
    Jane

    Hi Torsten,
    thanks for this. I did a search of the WMI key and found this document: http://blogs.technet.com/b/configmgrteam/archive/2012/05/07/troubleshooting-content-mismatch-warnings-on-a-distribution-point-in-system-center-2012-configuration-manager.aspx (does
    this mean it is supported?)
    however, on those 2 DP's in that class, the suspect package ID is not listed!???
    Any more ideas?
    Many thanks
    Jane

  • Cannot delete itunes from pc,message states. a network error occurred while attempting to read from the file C:\windows\installer\itunes.msi

    ITUNES WILL NOT DELETE FROM ADD @ REMOVE PROGRAMS,
    MESSAGE, READS  a network error occured while attempting to read from the file  C:WINDOWS\installer\iTunes.msi

    All sorted now just needed to repair itunes from control panel

  • I am getting "a network error occurred while attempting to read from the file c:\windows\installer\itunes.msi" when I attempt to download itunes, can someone help me with this?

    I am getting "a network error occurred while attempting to read from the file c:\windows\installer\itunes.msi" when I attempt to install itunes.  Can anybody help me to resolve this issue?

    You can try disabling the computer's antivirus and firewall during the download the iTunes installation
    Also try posting in the iTunes forum since it is not an iPod touch problem.

  • System error message while using maps check in

    today i got a lot of system error messages while using maps check in feature, and i tried everything from factory default to reinstalling mobile software and formating everything and yet nothing changed idk what to do and i use   the maps application a lot of times so i need this problem fixed please
    am using Nokia 500 btw

    today i got a lot of system error messages while using maps check in feature, and i tried everything from factory default to reinstalling mobile software and formating everything and yet nothing changed idk what to do and i use   the maps application a lot of times so i need this problem fixed please
    am using Nokia 500 btw

  • An error occured while trying to read data

    Hi RoboHelpers,
    While opening my main project today (large project w/ thousands of topics) my project froze twice and wasn't responding, so I forced it to close via Task Manager and deleted the CPD file, thinking it was the culprit.
    I then got this error when I tried to reopen the .XJP file:
    "An error occurred while trying to read data from
    <D:\Hg\PcdmisQA\Pcdlrn\CoreHelp\13_hardware_topics\13_hardware_topics.fpj><1>."
    I clicked OK to get past this error, and now my htms are not appearing inside the Topic List for 13_hardware_topics and the TOC links show that the topics don't exist. But the .htms do exist inside the actual directory in Windows.
    I think I can fix this by importing the .htms inside 13_hardware_topics, but I'm not sure why it happened in the first place. Is there a way to just fix the .fjp file instead--if this is indeed the problem?
    My 13_hardware_topics.fjp structure looks like this (sorry for the post length):
    <?xml version="1.0" encoding="utf-8"?>
    <rhpml majorversion="2" minorversion="0">
        <folders/>
        <topics>
            <topic>
                <name>Tool_ID.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Probe_Description.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Defining_Hardware.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Defining_Hardware_Introduction.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>List_of_Available_Tools.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Tool_Type.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Understanding_the_Probe_Utilities_dialog_box.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>use_trax_calibration.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Defining_Probes.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Use_Partial_Calibration.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Probe_File_Name.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>User_Defined_Calibration_Order_check_box.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Search_Override_I_J_K.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Optical.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Showing_an_Animated_Probe_Changer.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Using_the_Quick_Fixture_Dialog_Box.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Inserting_Quick_Fixtures.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Additional_Information_for_Creating_Multiple_Arm_Machines.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>print_list.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>example_printout.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Defining_Machines.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Selecting_or_Creating_a_Machine_for_Display.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Deleting_the_LOADMACHINE_Command.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Ball.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Removing_the_Animated_Machine_from_the_Graphics_Display_Window.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>collision_tolerance.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Spherical_Tool_and_Optical_Tip.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Additional_Information_on_the_Machine_s_Axes.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Migrating_Part_Programs_Between_Machines_Using_PH10_and_Tesa_Star_M_Probes.htm</nam e>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Probe_Setup.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>autocalibrate_probe.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Specifying_Collision_Tolerances.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Using_Existing_Quick_Fixtures.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Step_4_-_Begin_Calibration.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Step_3_-_Define_Ports.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Step_8_-_Measuring_Port_2.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Step_6_-_Measuring_Port_1.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Step_7_-_Measuring_Port_3.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Step_9_-_Review_Calibration_Results.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Displaying_Existing_Machines_in_the_Graphics_Display_Window.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Calibrating_the_FCR25_Probe_Changer.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Inserting_and_Removing_Quick_Fixtures.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Selecting_the_No_Machine_Item.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Additional_Information_on_the_Machine_s_Home_Position_area.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Deleting_the_Machine.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Creating_a_Relationship_between_the_Machine_and_the_Part.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>defining_probe_changers.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Quick_Fixture_Mode_s_Mouse_and_Keyboard_Commands.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Adding_Custom_Fixtures.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>add_tool.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>With_Averaging.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Shank_Optical_Vector_I_J_K.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Fast_Probe_Mode.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>X_Y_and_Z_Center.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Delete_Tool.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>ScanRdv.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>available_tip_types.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Thickness_of_the_ball_tip.htm</name>
                <name>PrbRdv.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Edit.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Shank_Vector_I_J_K.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Spherical_Tool_and_Ball_Tip.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>edit_probe_components.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Edit_Tool.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Spherical_Tool_and_Ball_Tip.htm</name>
                <name>To_delete_a_wrist_angle.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Probe_Setup.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Measure.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Spherical_Tool_and_Disk_Tip.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>PrbRdv.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Previewing_your_Probe_Configuration.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>use_unit_calibration_data.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>New_Angles_List_box.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>To_Display_the_Probe_Changer_in_the_Graphics_Display_window.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>calibration_date_and_time.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Global_Used.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Individual_Angle_Data.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Spherical_Tool_and_Barrel_Shank_Tip.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>calibration_date_and_time.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Equally_Spaced_Angles_Data.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Reset_Tips.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Spherical_Tool_and_Disk_Tip.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>use_unit_calibration_data.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>dmis_label.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>add_angles.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Notes_on_the_Add_Angle_option.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Working_with_the_Angle_Grid.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>available_tip_types.htm</name>
                <name>calibration_date_and_time.htm</name>
                <name>Results.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Spherical_Tool_and_Ball_Tip.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Reset_Tips.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Diameter_Length.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Previewing_your_Probe_Configuration.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>User_Defined_Calibration_Order_check_box.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Use_Wrist_Map_If_Available_check_box.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Diameter_Length.htm</name>
                <name>Use_Wrist_Map_If_Available_check_box.htm</name>
                <name>Probe_Description.htm</name>
                <name>List_of_Available_Tools.htm</name>
                <name>Probe_File_Name.htm</name>
                <name>use_trax_calibration.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Step_2_-_Define_the_Mount_Point.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Use_Partial_Calibration.htm</name>
                <name>Probe_Description.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>autocalibrate_probe.htm</name>
                <name>Search_Override_I_J_K.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Disk.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Migrating_Part_Programs_Between_Machines_Using_PH10_and_Tesa_Star_M_Probes.htm</nam e>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Calibrating_the_ACR1_Probe_Changer.htm</name>
                <name>Step_1_-_Select_the_FCR25_Probe_Changer.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>example_printout.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Creating_a_Relationship_between_the_Machine_and_the_Part.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>defining_probe_changers.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Calibrating_the_CW43_Probe_Changer.htm</name>
                <name>Optical.htm</name>
                <name>example_printout.htm</name>
                <name>To_Display_the_Probe_Changer_in_the_Graphics_Display_window.htm</name>
                <name>defining_probe_changers.htm</name>
                <name>Inserting_Quick_Fixtures.htm</name>
                <name>Shank.htm</name>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Step_9_-_Review_Calibration_Results.htm</name>
                <name>Additional_Information_on_the_Machine_s_Axes.htm</name>
                <name>Step_5_-_Prepare_Probe_Changer.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Migrating_Part_Programs_Between_Machines_Using_PH10_and_Tesa_Star_M_Probes.htm</nam e>
                <name>Probe_Setup.htm</name>
                <name>Selecting_or_Creating_a_Machine_for_Display.htm</name>
                <name>Step_6_-_Measuring_Port_1.htm</name>
                <name>Step_9_-_Review_Calibration_Results.htm</name>
                <name>Quick_Fixture_Mode_s_Mouse_and_Keyboard_Commands.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
                <name>Step_6_-_Measuring_Port_1.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Inserting_and_Removing_Quick_Fixtures.htm</name>
                <name>SP600__Step_3_-_Prepare_for_Calibration.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Selecting_the_No_Machine_Item.htm</name>
                <name>Deleting_the_Machine.htm</name>
                <name>Creating_a_Relationship_between_the_Machine_and_the_Part.htm</name>
                <name>SP600__Step_6_-_Take_the_Third_Manual_Hit.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>SCP600__Step_2_-_Define_the_Mount_Point.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Showing_an_Animated_Probe_Changer.htm</name>
                <name>ACR1__Step_1_-_Select_the_ACR1_Probe_Changer.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>Additional_Information_for_Creating_Multiple_Arm_Machines.htm</name>
                <name>ACR1__Step_3_-_Define_the_Mount_Point.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>ACR1__Step_4_-_Define_Ports.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>ACR1__Step_5_-_Prepare_for_Calibration.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>ACR1__Step_6_-_Measure_Port_1.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>ACR1__Step_7_-_Measure_Port_8.htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>ACR1__Step_9_–_Measuring_Datum_Sphere_with_PEM_Extension(s)_(optional).htm</name>
                <comments></comments>
                <frameset>0</frameset>
            </topic>
            <topic>
                <name>SP600__Step_4_-_Take_the_First_Manual_Hit.htm</name>
                <name>Step_1_-_Select_the_SP600_Probe_Changer.htm</name>
                <name>ACR1_Step_10_Review_Calibration_Results.htm</name>
        </topics>
    </rhpml>
    Thanks,
    Jared

    Hi Jared.
    I don't know if this is at the root cause of the error but I see that the closing </name> tag has a number of instances where there is a spurious space inside it:
    <topic>
        <name>Additional_Information_for_Creating_Multiple_Arm_Machines.htm</ name>
        <comments></comments>
        <frameset>0</frameset>
    </topic>
    <topic>
        <name>Additional_Information_on_the_Machine_s_Home_Position_area.htm< /name>
        <comments></comments>
        <frameset>0</frameset>
    </topic>
    <topic>
        <name>Creating_a_Relationship_between_the_Machine_and_the_Part.htm</n ame>
        <comments></comments>
        <frameset>0</frameset>
    </topic>
    There are others.
      The RoboColum(n)
      @robocolumn
      Colum McAndrew

  • EIC Authentication-Error occurred while data was read from your ERP system

    Hi everybody,
    hope someone can help me with this issue in a EP 7.0 Portal (SP 08):
    In ESS --> Personal Information --> EIC Authentication when I click on the service, I get the following message in roadmap step 1 (overview), :
    "An error occurred while data was read from your ERP system. Contact your system administrator."
    I appreciate your help! Thanks and best regards,
    Jasmin

    Hi,
    Found similar threads.It ma help u.
    /message/3652173#3652173 [original link is broken]
    /message/3652594#3652594 [original link is broken]
    Regards,
    Manoj.

Maybe you are looking for