Invalid server IP address for Remote Panels under LV 8.0.1

The other messages for troubleshooting the "invalid server IP address" were very helpful with getting my EXE to operate as a remote panel.  But there is still one issue that I cannot resolve that seems to be caused by the 8.0.1 upgrade.
The remote panel work perfectly using IE6 on a computer that has the LV 8.0.1 FDS or PDS installed.  When I use a computer that has LV 7.1 or no LV at all, the invalid server IP address appears inside the border of where the VI should appear on the HTML page.  The connection to the remote computer is correct, the HTML file is delivered by the web server in LV, but the panel part of the page returns the error. 
Does the part of the HTML that loads the Run Time Engine need to be updated for 8.0.1?  Will the LV 8.0 RTE work for a remote panel on an EXE compiled for LV 8.0.1?
The code is:
var obj = '<OBJECT ID="LabVIEWControl" CLASSID="CLSID:A40B0AD4-B50E-4E58-8A1D-8544233807AD" WIDTH=1216 HEIGHT=915 CODEBASE="ftp://ftp.ni.com/support/labview/runtime/windows/8.0';
if (lng.indexOf("fr") != -1) { obj = obj + '/French'; }
else if (lng.indexOf("de") != -1) { obj = obj + '/German'; }
else if (lng.indexOf("ja") != -1) { obj = obj + '/Japanese'; }
obj = obj + '/LVRunTimeEng.exe">';
Michael Munroe, ABCDEF
Certified LabVIEW Developer, MCP
Find and fix bad VI Properties with Property Inspector

Thanks for the suggestion, Tunde.  After further experimentation, it seems that 8.0.1 was not the problem.  I worked perfectly when I removed the <parameter server=...  > line that I added manually.
Michael Munroe, ABCDEF
Certified LabVIEW Developer, MCP
Find and fix bad VI Properties with Property Inspector

Similar Messages

  • Server does not support remote panels

    I am developing an online laboratory setup and hence am using a client server model..the client VI being accessed by remote users online. I have done all the necessary steps using Web Publishing tool and the configuration set up. I have also tested the VI previously online. Suddenly now when I hit the URL for the VI the panel does not load...it says Server does not support remote panels. What could be the problem?

    see answer given second posting of question.
    BJD1613
    Lead Test Tools Development Engineer
    Philips Respironics
    Certified LV Architect / Instructor

  • Server does not support remote panels, server overwhelme​d

    After an unknown amount of connections to remote panels, I recieve the "server does not support remote panels" error.  Often times it will further say server is overwhelmed.  It seems like sometimes we can have almost 100 succesful connections without the error and sometimes just only 10.  
    Ive combed over all other similar posts regarding this error and most others seem to have an issue with the initial connection, not after numerous succesful connections. 
    This error can be resolved by restarting labview; however, restarting means interupting some physical processes that are running in our warehouse.  Is there a way to locate and empty this log that appears to be overwhelming the server?

    Thanks for the reply.
    Using Labview 2013 Full Development on windows server 2008.  IO communication done through compact field point modules.  All remote computers used to access remote VIs have been loaded with the correct runtime engine.  The issue seems to happen on the server end because once it happens, all remote computers get the same message, instead of one isolated computer having an issue. 
    There doesn't really seem to be a pattern to this error occuring(to my knowledge).  Sometimes we can go a week or two without seeing it, other times, a few days.  We upgraded to labview 2013 and the new server almost a year ago.  This error didn't start happening until after about 4 or so months of use. 
    I came across this knowledgebase earlier this week and have verified that all of our settings are correct.
    Thanks again for the reply!

  • Url for remote panels

    Hello,
    I've got my remote panels working with computers that are both behind a router.  But when I try to use the url on a computer which is connected to the internet, it doesn't find the server.  I'm pretty sure my problem is that I'm running the LV Server on a computer that is connected through router.  So the router assigns IP addresses to the computer.  If I use the IP address of the router in the url, it still doesn't work.  Does anyone know how to set up a url that will access a server that is connected through a router?
    Thanks,
    Pat

    pwalsh wrote:
    I've got my remote panels working with computers that are both behind a router.  But when I try to use the url on a computer which is connected to the internet, it doesn't find the server.  I'm pretty sure my problem is that I'm running the LV Server on a computer that is connected through router.  So the router assigns IP addresses to the computer.  If I use the IP address of the router in the url, it still doesn't work.  Does anyone know how to set up a url that will access a server that is connected through a router?
    Your problem is not the presence of a router (there are typically tens of routers between any two points on the internet ), but the fact that your router is doing NAT.
    With the typical M-1 NAT used in home routers, the LAN behind the router contains a subbnet of dedicated private IP addresses, all hiding behind a single public IP address on the WAN side of the NAT router.
    For any outgoing connection established from the LAN side, the router creates a NAT session entry and forwards the packet to the WAN using its public IP address as source. Returning packets arriving at the public side are matched with sessions in the table so the packets can be sent to the correct LAN computer that requested it. Of course this poses a problem if you are running a server, because the router has no idea where unsolicited incoming packets should go and needs your help. Go to the router configuration page and look for a menu for port forwarding or similar. Basically you need to instruct the router that unsolicited packets arriving at the public IP with a certain destination port should go to a specific LAN IP address.
    Once the port is forwarded, outsiders need to contact the public IP address of the router (remember, private addresses have no meaning on the outside!).
    LabVIEW Champion . Do more with less code and in less time .

  • Remote Panels under Virtual OSs?

    I've been asked a question from a customer...
    If they run a LabView compiled VI under a Virtual OS (like Microsoft's), would they need separate Remote Panel licenses for each Virtual OS?  As an example, if a user has 5 Virtual XP OS's running, and a compiled VI running in each one, and they want 4 users to access the remote panel for each VI running, would they need 1 20-user RP license, or 5 5-user licenses?

    Hi Steve,
     I am just going now, but I will look into this tomorrow - if you dont get an answer by the morning.
    My first question is, if you have one instance of XP and you deploy and exe with remote panels, with 4 users - how many would you need?
    My guess is each instances of XP would need to be licensed indivually and therefore you would need licenses for each instance of XP (and then what ever the users effect is).
    Kind Regards,
    Kind Regards
    James Hillman
    Applications Engineer 2008 to 2009 National Instruments UK & Ireland
    Loughborough University UK - 2006 to 2011
    Remember Kudos those who help!

  • Why SCCM 20012 Install fails with remote 64 bit SQL Server but proceeds for remote 32 bit SQL Server

    I have the following setup:
    AD User accounts
    - SQLAdmin (used to run SQL Services i.e. Database Engine)
    - SCCMADmin (used to install SCCM 2012)
    SPN registered for user account SQLAdmin
    setspn -S MSSQLSvc/SQL.Domain_Name:1432 Domain_Naem\SQLAdmin
    setspn -S MSSQLSvc/SQL:1432 Domain_Name\SQLAdmin
    setspn -S MSSQLSvc/SQL.Domain_Name:1433 Domain_Naem\SQLAdmin
    setspn -S MSSQLSvc/SQL:1433 Domain_Name\SQLAdmin
    and checked with setspn -L TESTING\SQLAdmin
    1 SERVER called SQL
    32bit Server with SQL Server 2008 + SP3 + Cumulative Update 6
    2 SQL instances - Default (MSSQLSERVER) and
    SCCM2012
    MSSQLSERVER instance uses TCP port 1433
    SCCM2012 Instance users TCP port 1432 (no dynamic ports)
    User accounts that have been given public and sysadmin SQL server roles
    on both instances are: SQLAdmin, SCCMAdmin, Domain Administrator, Local Administrator and computer account SCCM
    Client Protocols TCP enabled (and Named Pipes) (checked via SQL Server Configuration Manager)
    Local Administrators Group on this server has members - SQLAdmin, SCCMAdmin, Domain Administrator, Local Administrator and computer account SCCM
    Firewall turned on with access allowed on Ports 1432, 1433, 4022,445, and WMI - WMI-in, DCOM-in and ASync-iN builtin rules allowed\enabled.
    1 SERVER called SQL3
    64bit Server with SQL Server 2008 + SP3 + Cumulative Update 6
    2 SQL instances - Default (MSSQLSERVER) and
    SCCM2012
    MSSQLSERVER instance uses TCP port 1433
    SCCM2012 Instance users TCP port 1432 (no dymanic ports)
    User accounts that have been given public and sysafmin SQL server roles on both instances are:
    SQLAdmin, SCCMAdmin, Domain Administrator, Local Administrator and computer account SCCM
    Client Protocols TCP enabled (and Named Pipes) (checked via SQL Server Configuration Manager)
    Local Administrators Group on this server has members - SQLAdmin, SCCMAdmin, Domain Administrator, Local Administrator and computer account SCCM
    Firewall turned off
    1 SERVER called SCCM
    64bit Server that is to be the Primary Site Server\MP for SCCM 2012
    ODBC link to SQL\SCCM2012,1432
    ODBC link to SQL3\SCCM2012,1432
    ODBC uses SQL Native Client 10.0 (64 bit)
    Both ODBC connections when TESTed pass and suggest connectivity to SQL Servers
    Install process doe SCCM2012
    Tried to install SCCM 2012 RC2 when logged in to SCCM Server as AD user account
    SCCMAdmin,  and when utilising the SCCM2012 SQL instance on
    32 bit server of SQL install proceeds barring warning about 8GB rec, for SQL Server. Then fails on PKI certificate issue. Installation (chose HTTP for MP). I beleive the PKI failure as install starts is
    due to the fact that SCCM 2012 needs its database server to b 64 bit ?
    Thus i then tried to install SCCM 2012 RC2 when logged in to SCCM Server as AD user account SCCMAdmin,  and
    when using the SCCM2012 SQL instance on
    64 bit server of SQL install proceeds but fails at checking stage and says:
    SQL Server sysadmin rights FAILED SQL3.Domain_Name
    Either the user account running Configuration Manager Setup does not have sysadmin SQL Server role permissions on the SQL Server instance selected for site database installation, or the SQL Server instance could not be contacted to verify permissions. Setup
    cannot continue.
    and
    Site System to SQL Server communication  WARNING SCCM.Domain_Name
    A communication error has been detected between the specified site system and the site database computer. This error can occur when the site database server is offline or if a valid SPN has not been registered in Active Directory Domain Services for the SQL
    Server instance hosting the site database. Setup cannot continue.
    Why does the install of SCCM 2012 with 32 bit SQL proceed further than the install with 64 bit SQL, with the latter process failing as above error meesages show and yet both servers are set identically (apart from temporary turning off Firewall on the 64 
    bit server) and during the install the Databse Server specified is accepted ?

    Thanks for the reply.
    I can connect via ODBC to the the 32 bit SQL Server and the 64 bit SQL Server from the SCCM Server
    The SQL Server Unit called SQL3 unit is a 64 bit SQL.
    The SQL Server Unit called SQL is only 32 bit, but at least gets past the final checking stage and the error messages about sysadmin rights and Site System to SQL Server communication problem, and then fails with PKI certificate error message. 
    When trying to install SCCM specifying the 64 bit SQL Server as the Database Server it gives the 2 error messages at the final checking stage of the installation as listed.
    So as I said what is confusing is the fact that if the SCCM install uses the remote 32 bit SQL Server it passes the final checking (although fails with PKI certificate message) but the 64 bit SQL Server set up exactly the same apart from the Firewall being
    left off for the time being, fails at the final check stage with the 2 listed errors.
    If I use a local 64 bit SQL Server the installation is fine.
    Still would like to find out what cause the 2 issues for the remote 64 bit SQL Server, when ODBC seems fine, sysadmin rights have been given for the installer account and the SCCM computer account and SPNs have been set for the user account running the SQL
    Services.

  • New to server, need VPN for remote desktop and file share...

    I've set up server and have the VPN working, I think, I need to have several outside systems join the servers VPN permanently to allow for file sharing and remote desktop. I don't want the "normal" internet browsing to go through the VPN (huge slow down) I have read that a "split DNS" or "split tunnel" is what I need, then to disable "send all traffic over VPN connection" option on each remote system. I was a little confused after reading on how to do this on Leopard server (the only instructions I found) but have absolutely no idea on how to do this on Snow Leopard server (the server I set up is 10.6) any assistance would be great, thanks in advance.

    Server Admin, VPN, Settings, Client Information, Network Routing Definition.
    Here add a private network record type that matches your LAN/VPN ip.
    For example
    IP Address: 192.168.0.0
    Mask: 255.255.255.0
    Type: Private
    You can find more informations about this feature in Snow Leopard Server documentation:
    http://images.apple.com/server/macosx/docs/NetworkServices_Adminv10.6.pdf
    search for "Configuring VPN Network Routing Definitions"

  • License Server: IP Address for Virtual Server

    Hi everyone,
    Our license server is installed at 192.168.1.5 : 30000.  Our internal network is able to access the server.  Some SAP Business One client are located remotely so they must connect to server through VPN in which the VPN service provided us 10.8.17.5 as server address.  If I want to run the SAP B1 from remote, it is asking me the license server selection.  I entered 192.168.1.5 - connection with license server failed.  I also tried the 10.8.17.5, same thing, the error message is - connection with license server failed.  What could be a possible work around for us in the remote site to be able to access the SAP B1 and pass through the License Server Selection window?

    Please try below link
    [https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0000824976]
    [https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0001135705]
    check this also
    [https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0000927541]
    Thanks
    Kevin
    Edited by: Kevin Shah on Nov 20, 2009 2:25 PM

  • How do you allow SQL Server 2014 Express for remote connection and in firewall?

    I'm sorry if this was answered here before.
    I installed SQL Server 2014 Express and it is working perfectly. I want my server to be accessed through LAN. It is a named instance.
    I searched the internet and here's what i did:
    1. Through the SQL Configuration manager, I enabled all the Protocols of my Instance (TCP/IP, Named Pipes and Shared Memory). I changed in the IP Addresses the "IP ALL" TCP Dynamic Ports to 1434.
    2. In the Firewall I made an Inbound Rule to allow the Program (%ProgramFiles% (x86)\Microsoft SQL Server\MSSQL12.MyInstance\MSSQL\Binn\sqlservr.exe)
    3. I also made 2 Inbound Rules to allow (TCP/IP Port 1433) and (UDP Port 1434).
    4. Restarted my instance. SQL Server Browser and  SQL Server Reporting Services are also running.
    5. No Luck I cant still access the server using a different computer in the network.
    Please help.

    Hello,
    In Express Edition by default remote connections are disabled, you have to enable it first:
    Configure the remote access Server Configuration Option
    It's always a two way communication, so you have to create also outbound rules, not only inbound, and this on server as well as on client side; see
    Configure a Windows Firewall for Database Engine Access
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • File transfer option not available for remote devices under MAX

    I am currently using LabVIEW 2012 and am using a application running on a Windows 7 PC to communicate (TCP/IP over Ethernet) with a RT PC.  I have built an installer that installs a LabVIEW application as well as MAX on the Windows 7 PC.  After installation i can open MAX and browse under Remote Systems to my RT device but am unable to ftp files to the the RT device as the File Transfer feature on the drop down menu is not shown. (This PC does not have the LabVIEW development environment installed.)  Does anyone know if there are Additional Installers that are required to be included that will activate this feature or any reason why this feature in not available?
    Regards,
    Rob  

    Did you include the MAX FTP Client from the RT module in your installer? See this knowledgebase to see what I mean:
    http://digital.ni.com/public.nsf/allkb/571113c2ce05998e862574e8006005a2?OpenDocument
    Also, you can most likely just do ftp using windows explorer, if you prefer that method. Just open up windows explorer, and in the address bar type "ftp://x.x.x.x/" (where x.x.x.x is the IP address of the RT PC you are accessing.
    Also, are you using the LabVIEW real-time module on your RT PC?
    Colden

  • How to change invalid e-mail address for iCloud?

    I made a typo when I changed my iCloud email account. Now I can't verify the address. I am unable to update the apps on my iPad. Any suggestions?

    Hello, TXnVA. 
    This article will walk you through the process of changing you Apple ID email address.  You will need to sign in using the incorrect Apple ID to process these steps.
    Apple ID: Changing your Apple ID
    http://support.apple.com/kb/HT5621
    Cheers,
    Jason H.

  • What are the network requirements for the Remote Panel Server?

    What are the network requirements for the Remote Panel Server?
    I've been trying for a while now to setup a Remote Panel.  I can connect to my computers remote panel from other computers on my LAN but nowhere else.  
    When ever I use the web publishing tool it gives me a URL in this format:  http://Computer-Name.Corporate-Name.local:8086/VI-Name.html Apparently this means I have a local DNS server and this URL has no meaning from the public.
    When I try connecting with the Operate>>Connect to Remote Panel..., I get this error message:
    "Connecting to remote panel server...
    Remote panel connection refused by specified server: Make sure LabVIEW Web Server is enabled on specified server"
    I got the same error when I tried to host a remote panel from my laptop at home, on my Wi-Fi.  Is there some network or firewall setting I'm not seting?  Could it be my server or router or private network?
    My goal is to be able to host Remote Panels from my laptop while I am travailing internationally, by using 4G mobile internet.  Is that even passable?
    Solved!
    Go to Solution.

    Over_Nyquest
    Have you enabled the Remote Panel Server in the Web Server options on the server?
    Kyle B  |  Product Support Engineer  |  ni.com/support

  • Remote Panel exe no custom icon

    I have a built exe which has remote panels enabled and is working properly, however there are two less than ideal issues I am trying to resolve:
    1) The custom icon I have developed for my exe only appears in the titlebar of the server VI but not in the remote panel.  The default LabVIEW icon is displayed on the remote panel.  I assume this is because the remote machine's OS has not registered the icon of the exe and is using the icon registered to the run-time engine on the remote machine.  I would like to know if anyone has found a workaround to getting custom icons to show properly in the remote panel?
    2) There seems to be a slight delay in actually loading the front panel of the main VI in the remote browser, or any pop-ups remotely for that matter.  You can visually see the LabVIEW toolbar (run, stop, VI icon, etc.) for a split second before the VI shows as running on the remote panel.  This occurs when calling a subVI set to open front panel when called.  Even if VI Server is used to load a VI and the VI is run well before the front panel is opened there is still a lag on the remote machine that displays the VI before it is running and shows the LabVIEW toolbar briefly.  Does anyone know how to improve this?  For pop-ups it looks a little awkward (I know pop-ups are probably not recommended for remote panels but my application requires a limited amount of them).
    Steffan 

    Joe_S wrote:
    Steffan,
    Let's start with the first issue.  I have gotten a chance to test out the first problem on my own, creating an executable that runs with remote panels in LabView 2010 and I was not able to reproduce the problem with the custom icon.  The icon that I made for the VI shows up on the remote computer.  I did not see any CARs relating to this issue.  One thing you can try is running your program in the LabView development environment to see if the icon still won't show up on the remote computer.  That way you can determine if the issue is within LabView or within the executable.  You can also do the same thing to see if you still see the delay in the LabView toolbars.
    Hope that helps!  Have a great day!
    Regards,
    Joe S.
    Application Engineer
    National Instruments
    Hi Joe,
    Thanks for the reply.  For the custom icon, that is created in the build specification for the exe so it can't be run from the development environment to test.  Which icon resolutions did you specify?  Does your remote test machine only have the run-time engine installed? I tried specifying icons for all resolutions but that did not make a difference.  One additional thing to note is that my server machine is running Windows 7 and the remote machine is running XP.  Could that be a possible cause?
    As far as the toolbars delay, that is present in both development environment and as an exe so that one should be easily reproducible.  Let me know if I am missing something here.
    Steffan

  • Modern 3D surface appearance in remote panel

    Hello folks,
    I noticed that a modern style 3D Surface indicator is displayed differently in a remote panel. In the example below, I:
    simply put such a graph on a blank VI,
    made the borders transparent,
    built an executable out of this VI
    run the executable on a server
    connected to the remote panel from my development laptop
    (sorry for the gigantic picture)
    As you can see, the borders, which should be transparent, are grey.
    And the color scale is different and the axis, grid, labels etc. don't show.
    Why is it like that?
    LabVIEW 2013 SP1
    Windows 7 64bit
    Windows Server 2012 64 bit
    Windows 8.1 32 bit

    It appears that, although the ActiveX surface graph appears on the palette, it is in fact NOT supported in LabVIEW 2009 64-bit. I just tried to place one on the front panel in a new VI and it also would not load.  I guess this means I will have to consider one of the alternative 3d plots.  I did some signficant customization through property nodes, so this might actually be a time consuming process.

  • Can I create a report at WAAS central manager based on server IP address

    Hi,
    I have two distinct applications running at port 8080 for which I would like to have separated performance reports at Central Manager. Is there any mean to do that by using server ip address for example? If so how? Do I need to change policy? If so is that the only way?
    Thanks
    Wilhelm

    Hi Rulix,
    The latest version of CR Server is 2008. Therefore I'm assuming you are using CR Server 2008.
    New in CR 2008 is the .NET report modification software development kit (SDK). The report application server (RAS) SDK is now available for users of Crystal Reports .NET API without the use of a RAS server. Report modification such as changing, adding, or removing database providers, or adding, removing, or creating report objects, parameters, formulas, and sections can be achieved by accessing the RAS SDK through the Crystal Reports .NET SDK.
    Java developers however receive the JRC and Java SDK documentation through the free Crystal Reports for Eclipse download. This product will be updated on a separate schedule from Crystal Reports.
    Further Information and samples are available in our [Developer Library|https://www.sdn.sap.com/irj/sdn/businessobjects?rid=/webcontent/uuid/5001d5de-f867-2b10-00bf-8d27683c85a0]
    Kind regards,
    Tim

Maybe you are looking for

  • RMAN Backup Clone

    Hi All, Oracle 10gR2. Usual RMAN backups are taken to tapes using HP Data Protector. Want to create a RMAN secondary backup (daily full backups) on the same SAN storage. So that we can restore very fast. What options do I have to take the backups.

  • Need some advice with indexing and search server in multihomed environment.

    Hi, I want to introduce the JISS (java indexing and search server). We have an multihomed environment with two frontends for convergence and imap/pop proxy service and two mail stores in a cluster HA environment (Sun cluster 3.2, messaging server 7u3

  • Firefox doesn't work after changing networks.

    I take my laptop to work and use it at home, with different networks (VPN at home) and I always put my laptop to sleep. The firefox window doesn't update when I switch networks and if I refresh, it keeps uploading and eventually says "timed out". I h

  • DVD is stuck inside the DVD player

    I inserted a DVD for a video camera user guide. The DVD does not appear on the desktop of Intel Imac. I cannot push the button of the keyboard to force the DVD out either. Wha can I do to retireve the DVD from the DVD player? Thank you for your advic

  • Slow Intel Photoshop VS Slow G4 Photoshop?

    I'm very interested in buying a 15" 2.0GHz MacBook Pro to replace my 1.33GHz 12" PowerBook. Since I've heard that Photoshop runs extremely slow on the new Intel Core Duo, I'm a little hesitate if I should get an 2.0GHz 15" MBP or if I should get an 1