VI Server Config in LV 8.0

Greetings All,
I've recently installed LV 8.0, and have been starting the process of porting a distributed application (with an RT component) into a LV 8.0 project. So far, it hasn't been too promising. One of the main stumbling blocks appears to be figuring out the new way to configure VI Server over TCP using multiple application instances. In fact, I can't even get the "Real-Time System Manager" to work with the simplest of tests:
To illustrate the difficulty, try this:
1) Open a new project.
2) Add the PXI RT target to the project.
3) Add a new test VI (under the PXI target), and set it up to do something trivial. (Add some numbers, display a while loop counter, etc.)
4) Deploy and run the test VI on the PXI
5) Open the "Real-Time System Manager"
Even after configuring VI server for both the project and the PXI, I get the following error message:
"Real Time System Manager Error:
Can not connect to [Remote_PXI].
Please ensure that VI Server is enabled and this machine is allowed to connect" 
It must have something to do with this new "multiple application instances" business in LV 8.0, but I really don't know what it is. I have used VI Server over TCP for several years and have never had any problems connecting remote PCs. And in fact, the same VI server config settings (for PC and PXI) that worked for LV 7.1 appear to be inncorrect for 8.0. I have set the parameters in the "master" options dialog, as well as in the project dialogs -- for both the PXI target, and the Desktop PC. (Default port 3363, TCP enabled for all clients and users.)
Can anyone shed some light on this? If there was any option to bypass the LV project when working with the PXI in LV 8.0, I would be trying that next. However, since the NI engineers have eliminated this option from LV 8.0, my previous experience in this area appears to be completely obsolete. It looks like I'm completely stopped in my tracks until this difficulty is sorted out.
Thanks in advance for any advice you can provide,
-- D.
www.movimed.com - Custom Imaging Solutions

DAQ Dude,
I know you've said you've been looking through the help, but have you checked this?  The TCP/IP must be enabled as it is not by default. 
Complete the following steps to configure the VI Server.
Select Tools»Options to display the Options dialog box.
(Optional) The default VI Server configuration is suitable for most applications. Select VI Server: Configuration from the Category list if you need to change this default configuration. The default configuration allows ActiveX to call LabVIEW, but does not allow TCP/IP as a protocol. To use TCP/IP with other LabVIEW applications, place a checkmark in the TCP/IP checkbox and configure the VI Server: Machine Access settings.
If you want to control browser access to the VIs or specify which VIs remote applications can control, configure the VI Server: Machine Access and Exported VIs options.
Click the OK button to close the Options dialog box and save the changes.
Note  If a target in a LabVIEW project supports the VI Server, you can configure the VI Server for the target using the Properties dialog box for the target. For example, use the My Computer Properties dialog box to configure the VI Server for the My Computer target.
Error 66 is "LabVIEW:  The network connection was closed by the peer," as you suggest, but can be seen by improper VI server configuration settings as well. 

Similar Messages

  • SBS 2011 VM and Server 2012 R2 Hyper-V host. After rebuilding the host image, no email is received, EMC states "You don't have sufficient permissions to view this data" when looking at organization config. Server config not shown on EMC.

    Hyper-V Host Server 2012 R2 x64 drive c:
    All VMs, including SBS 2011 Standard x64 are on drive d:
    I replaced my motherboard and defined a Marvell RAID 1 Mirror for my boot drive C:.  My drive D: containing all of my Hyper V machines remained untouched since the new MB had Intel Matrix Controller with RAID 5, as did the old MB.
    Since the C: drives are a few bytes smaller after configured as a RAID 1, I was unable to restore drive C from the image copy, so I rebuilt a new Hyper-V Host identical as possible using Server 2012 R2 x64.  I had to redefine the Hyper-V machines on
    the host, and the 1st time I brought it all (host and VMs) I had to reconfigure the NICs due to new MAC addresses, and verifying SBS 2011 DNS and DHCP for all physical and Hyper-V machines. Otherwise my Hyper-V SBS 2011 x(64) wasn't touched.
    Now the SBS Exchange 2010 is not receiving mail.  In the Exchange Management Console clicking on the Organization config gives me a highlighted error "You don't have sufficient permissions to view this data".  The Server
    Config is no longer on the EMC.  The Recipient Config looks fine.
    Outlook 2013 x64 connects to the Exchange Server, but no new mail appeared.  There were just a few older messages that came in since the last time I opened Outlook.  My public DNS on GoDaddy was not changed.  I did not change sending mail
    through my ISP Sonic.net.  The SBS internal DNS doesn't have an MX record, but I'm not sure it ever did since my GoDaddy public DNS has an MX record.
    I tried restoring to an earlier Image Copy, but that made no difference.  I'm using the Windows Backup from SBS 2011 for my daily image copy backups.
    - Michael Faklis

    Hi Michael,
    à
    After more research and running the Best Practices report from the EMC, I am missing a slew of ManagementRolesAndRoleGroups from the RBAC container.
    Based on your description, it seems that you have find the cause of this issue. On current situation, I still
    suggest that you should run
    SBS 2011 BPA and then check if can find some relevant errors. Just for a confirmation.
    Meanwhile, please refer to following articles and check if can help you.
    Apply
    missing Exchange 2010 RBAC Management Roles and Policies
    RBAC Manager
    (Exchange 2010 SP2)
    Hope this helps.
    Best regards,
    Justin Gu

  • Possible to add and persist elements in server config, for use by cons ext?

    I'm considering what will be my obstacles if I try to write a console extension that we would use to view excerpts of an application log file, the application of which is deployed to each server in our domain(s). It doesn't log to the WebLogic server log, it writes it to an external log file (through log4j), and each server (several servers on each box) uses a slightly different path to its log file.
    One issue that I'll have is getting the console extension to know what the path to the log file is. I think the best way, over all, is just to have the user enter the path in the form presented by the console extension. My problem is how to persist that setting, because I'd prefer they didn't have to enter that every time they entered the form.
    Several years ago, I wrote a console extension for WL 8.1.4 which had a similar issue. I ended up simply writing the setting into a properties file inside the extension WAR. This only works (I believe) if the WAR is deployed exploded. I could do that, but I don't like that idea very much.
    What would be nice is if I could "extend" the server config.xml with an additional element in the "Server" element, where I could store this information. Unfortunately, I don't see any support for doing something like that.
    Another alternative I'm considering is whether it's possible to extend the "Summary of Log Files" page in "Diagnostics" with an application-specific log file, but I don't see any way to do that.

    Well, I appreciate the suggestion, but it's not exactly a secret, to me at least. I've used it for human-readable things recently. It occurred to me that that might be my only option, but I certainly wasn't going to assume that. As it seems like this is likely my only option, I guess I can see some interesting conventions for dealing with this. You have to assume that the field could be written to by other code, and that code would have to make the same assumption. I guess I'd have to define a certain XML element as the root of my structure. If I find it, that region between the start and end element is mine to use and modify. If I don't find it, I'll insert my element at the end of the field value.

  • Error when trying to open 'Hyperion FDM App Server Config Manager'

    Hi,
    When I am trying to open FDM App Server Config Manager/Load Balance configuration/Task Manager configuration,I am getting the below error
    ' COM object with CLS ID-{xxxxx} is either not valid or nor registered'
    Could any one explain me what this error mean and what impact will it have on existing FDM application.
    Thanks in advance

    Hi,
    Could you please check the IIS log and see what’s the error code?
    Try using the administrator account to log in the Outlook and see if he can see the apps successfully.
    Thanks,
    Simon
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Content server - config?

    Dear all,
    I am working on DMS with Content server.
    Particullarly now in CONTENT server CONFIG.
    Any one could kindly help me out with the procedure and documents.
    Regards,
    John.

    Dear Ronald,
    Just now saw your reply.Thanx for the care.
    I was working in a different location for past 2 days so i couldn't see the mail.
    Actually v r trying to shift our db to SAP.And we r using DMS(Document Management System) and using webdocuments a BSP for interaction with database(Content server.)
    So v want to push up our data into <b>HTTP enabled CONTENT SERVER</b>.For this i need help on Cofig. of content server.
    Awaiting your reply.
    Thanx & regards,
    John wesley.

  • How to View BI Server Config parameters with Jconsole

    Hi Experts
    I want to examine the OBIEE 10g Server config params using the JConsole. I tried to start the Java agent by, navigating to the directory *"<oraclebi home>\systemdmanagement”*, and issuing the command *“runagent”.*
    I guess I am missing some options /variables that I would need to pass when issuing *“runagent”.*
    Please suggest . Thanks in advance.
    Edited by: 858793 on May 22, 2013 6:42 AM

    one you have the data in the infosource, for performance and holding history, you shoudl move the data in a ods or a cube.
    ODS for daily report, only daily data no history
    CUbe for historical Reporting and daily reporting.
    you wil need to create update rules. and process chain to load data in yoru data targets( ODS or CUbe). then create a query on them. play with the query how you want the data to show. try to USe 7.0 as its more flexible if not 3.5.
    you can broadcast it straight to e-mails using web broadcasting. other wise create web template( as define in the steps in the previous post).
    remember do everything in yoru SANDBOX system or Development system. do not under any circumstances do this in production or testing.
    any question feel free to post
    hope this helps.
    Amer

  • Is it safe to edit /Library/Server/Config/ from outside Server.app?

    I want to add a virtual_mailbox_domains directive to /Library/Server/Config/Mail/postfix/main.cf for postfix.  Is that safe to do?  Will my changes be retained across  version updates?

    AnalogKid wrote:
    I want to add a virtual_mailbox_domains directive to /Library/Server/Config/Mail/postfix/main.cf for postfix.  Is that safe to do?  Will my changes be retained across  version updates?
    I've modified that file from the command line numerous times in SL Server in order to make configuration changes that can't be done through Server Admin, so I would expect it to work the same in ML Server.

  • SQL Server Config Manager, Windows Administration Tools, Manage Computer and Task Manager

    I want to cross check the
    SQL Server Config Manager, Windows Administration Tools, Manage Computer and Task Manager
    for running of SQL SERVER.
    I stop SQLEXPRESS instance in one of the above tools but the others become unaware of the latest changes except
    Task Manager.
    For example when I stop SQL EXPRESS from within SQL Server Congiguration Manager
    it still seems working in Windows Administration Tools, Manage Computer windows.
    What is the reason for this?

    Hi,
    Aprat from SQL Server configuration manager all other are windows tool and should not be used to manage SQL Server in anyway. Although I cannot completely understand list of tools you mentioned
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Netpoint BussinessOne Syych Manager , Error occues at Server Config

    I am getting an error at when click on try connection button of Server Config
    First Error
    Error: COM object with CLSID {A355004F-AAB4-41D3-BDE0-7EAED1ED5FFF} is either not valid or not registered.
    Second Error
    I also get an error when clicking on install Plugin button
    Error: Object reference not set to an instance of object
    Any clue on what could cause these errors
    Sincerely yours
    Riade Asleh

    Which version of Web tools are you using and which version of the DI API?
    This error occurs when data is being inserted into Business One by he DI API and the inserted data has more characters than the field will hold (typically it will happend on varchar or nvarchar fields).
    The "try connection" button attempts to create a company object in the DI API and connect to the specified company.  So the error is a bit strange in this context.

  • JRUN Upgrade for Web Server Config Tool

    Recently, I applied the latest connector update discussed in
    APSB07-02. Today, I attempted to create a connector to my new CF
    cluster and get the following error when using the Web Server
    Config tool:
    "The JRun server(s) found on host 127.0.0.1 must be upgraded
    to use this version of the Web Server Configuration tool"
    CF 7.0.2HF1
    JRun 4 Updater 6
    W2k3 SP1
    What update is it refering too?

    This issue was asked in 2007 but never answered.  It's now 2010 and I am experiencing the same problem.  I'm trying to add a new IIS web server for CF.  Running CF 7 and the web config tool worked 12 months ago.  Now it doesn't... saying the "Jrun server must be upgraded to use this version of the Web Configuration Tool".  I've done one jrun patch that I am aware of in the past few months.
    So now, does anyone have an answer as to what I have to do to get this thing to run????
    Thanks,
    ...Wes

  • SSL certificate selection weirdness in iCal server config

    I have a wildcard certificate installed via the certificate manager on a 10.5 server, and it's working perfectly with dynamic virtual hosts in apache, with mail via POP3, IMAP and SMTP. However, something odd happens in iCal admin. The certificate popup menu contains:
    No certificate
    Custom Configuration...
    *.example.com
    Default
    Manage Certificates...
    So, I select my installed certificate and click save. The certificate popup immediately changes to "Custom Configuration..." and I'm asked whether I want to restart iCal for the change, which I accept.
    Connections to iCal work when SSL is off, but if I use an SSL URL like:
    https://ical.example.com:8443/principals/users/myname/
    I get this error:
    Account information not found
    Unexpected secure name resolution error (code -9844). The server name ical.example.com may be incorrect.
    When SSL is on, non-secure requests just don't respond.
    Nothing appears in the iCal server log.
    If I select the custom config from the certificate menu, it just shows me the same certificate and key path that the certificate manager does, so I've no idea why it's reverting in the menu when it doesn't in other service admin panels.
    The necessary firewall ports are open, though I've tried it with the firewall off just to check.
    I've heard that if DNS doesn't have matching forward and reverse resolution the first time iCal is configured, it can screw things up, and I did that, but I've no idea what effect it has.
    Any ideas?
    (names have been changed to protect the innocent!)
    Message was edited by: Marcus Bointon
    Message was edited by: Marcus Bointon

    Sounds like you're looking at the access log.
    The error log is the one that would have the funny business listed.
    Try switching logs through the dropdown at the bottom of the server-admin ical logs screen.
    When I enable SSL and try to visit the page via https://host:8443/ the error log for the ical service shows a number of processes dying with the following error: (replaced real date/time to save time!)
    pydir] date/time marking host ('127.0.0.1', 8444) down ([Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionRefusedError'>: Connection was refused by other side: 61: Connection Refused.
    pydir] date/time ])
    pydir] date/time retrying with ('127.0.0.1', 8445)
    Then it goes on to repeat the error with 8445 and so on until it reaches 8451. (they look like PID numbers.. not port numbers. see below.) Afterwards I receive:
    pydir] date/time no working servers, manager -> aggressive
    pydir] date/time re-adding ('127.0.0.1', 8449) automatically
    Message was edited by: noneoftheabove - cleaned up error msgs

  • Content Server config for production system - oac0

    Hi all
    We are setting up content server for our ERP 2005 system, and I am wondering what best practice is for our scenario.
    We have one content server (CST) for development and test systems on host A, and one content server (CSP) for production system on host B. The Archive link configuration in dev and test points to CST. When this is transported to production, it will point to the wrong content server and I will have to reconfigure the archivelink in production to point to the correct content server (CSP).
    What is the best way to set up the production system to point to the content server CSP on host B? Should I define a new content repository in t-code oac0 in dev, and transport this to production? Should I define the new repository directly in production system??
    Please advise.
    Best Regards,
    Thomas

    Hello,
    I had the same problem a few years ago with R/3 4.7.
    I don't think there is a perfect solution but here is what I did :
    In the DEV system, in OAC0, I created 2 content repositories, one for the test sytem and one for the production. I transported these 2 content repositories in the production system.
    In the DEV system, in OAC3, I created temporary links from my business objects to my production content repository. I released the request order.
    Then I deleted these links which are wrong in the DEV system. I transported the order in the R/3 production system where these links are right.
    In the DEV system, in OAC3, I then created  the links from my business objects to  my TEST content repository. I released the second request order.
    So my config is now OK in my test and my production system.
    When we refresh the DEV system by a database copy from the production system. We just have to reimport the test request order to switch the links to be OK on the DEV system. We don't have to recreate the test content repository as it was defined als oi nthe production system.
    I am not sure that this is clear but this works for us with no problems since 2002.
    I hope this helps.
    Olivier

  • Content server Config? in DMS

    I am receiving a error in config. of content server.
    While creating repositories,it says
    <b>HTTP error 401 unauthorised</b>.
    Also what is the certificate means in CSADMIN,Does it necessary for creating the Reposiotry.
    Help me come out of this.
    Regards,
    John.

    Hello,
    You have the wrong permission on the file ContentServer.ini in the path C:\Program Files\SAP\Content Server
    Provide enough rights and it should be ok.
    About the certificate, you don't need it for the creation of a content repository
    Regards

  • IRC Server Config and CGI:IRC

    Well, I am trying to set up an IRC server with a web based cgiirc client program. The problem is that I can't get a working server. At all. I really can't get the config file to work for me, it just plain makes no sense. At all. Ever.

    Hola Francisco, me parece muy buena idea tu IRC. Hemos detectado la necesidad de tener Soporte para Clientes a trav�s de IRC (Para clientes extranjeros, es fundamental por el ahorro de costes).
    Si lo vas a dejar en alg�n sitio estoy muy interesado en verlo y comentar algunas cosas. Hazmelo saber si no es molestia.
    Un saludo

  • Sorry Server Config for 11503

    I have added a service for the sorr server and I have added the name of the server SorryServer1 to the content rule. However when I suspend the content rule I get a Page Not diplayed instead of the redirect to the Sorry Server.
    The config has mulitple Content rules, I am currently only testing on one.
    Thanks

    Hi,
    if you suspend the whole content rule the sorry server can not do it's action as the rule is "down" you need do suspend all services except the sorry server.
    Kind Regards,
    Joerg
    PS
    For a HowTo and recommendations refer to http://www.cisco.com/en/US/partner/products/hw/contnetw/ps792/products_configuration_guide_chapter09186a00801579f2.html#1038009

Maybe you are looking for

  • Email address is already verified for another Apple ID.

    help...how do i know what apple id is using my email address? i've manage to change the email address for my apple id with a different email address which is verified. but i wanna know what apple id (other than the one i use to log in to icloud itune

  • Windows Vista / 7 Recovery manager installer?

    I have a TX2500. Recently, the OS was corrupted warranting a format and reinstall. Since I was unable to enter Windows to do this, I was unable to restore from the recovery manager. F11 doesn't work. I don't have the ability to create a recovery disk

  • Withholding Tax for Customer Down Payment F-29

    Dear all, I have configured the withholding tax and it works fine for the AP: invoice, payment, advance payment. However I encountered problem for AR side: customer down payment (F-29). During the payment there is a "withholding tax" button that once

  • SRM 7.0 with Document Builder

    Hi Experts, We have a SRM 7.0 with PPS. We want  to use Document Builder  function.  We could find the Document Builder  node in IMG (tcd spro). According to the Business Scenario Configuration Guide of SAP Document Builder, it seems we need install

  • I can't make my logo into a vector image and make the background transparent

    I have a logo in psd that I bring into illustrator. I need to turn it into a vector image because it's going on a billboard. But when I do I can't get rid of the white background, make it transparent. Can anyone offer any solutions?