Using NI-VISA Remote Server

Hi,
I am trying out the NI-VISA Remote Server. I essentially launched it from the Start menu and saw the little icon pop in the system tray area. However, according to the NI-VISA User's manual, I am to configure the host access to the server via the MAX.
When I launched MAX, I did not see anything that would allow me to do so. (I refreshed and refreshed..nothing)
Thinking that this could have been a typo, I tried accessing the server from a client using the following connection string: visa://myhost/gpib0::22.
I received an error stating that access was denied.
How do I fix this?
Thanks for your time and assistance,
MS

Know this is old but since it's a) gone unresolved and b) a problem I overcame recently, I figured I'd answer it for future reference.
The knowledge base instructions for the client/server setup are a bit ambiguous in that they only mention VISA Run-Time:
http://digital.ni.com/public.nsf/allkb/F3AB0B5D7DBA367C86257982005BBF2C
In fact, if you don't see the VISA Server option in step one, you need to install it via NI-VISA. I wasn't able to find the exact option in the NI-VISA setup  so I just let it install the default and viola, VISA Server option now appears.

Similar Messages

  • Unable to use PerfMon for Remote Server

    I have a Windows Server 2008 R2, which I am running PerfMon.  When I try to connect to a remote Windows 2008 server, I receive:  Unable to connect to the remote computer with the following error:  The Parameter is incorrect.
    I can, however, connect to this server with other snap-ins, such as Services and Users and Groups.  Furthermore, I can connect to the server using PerfMon from my Windows 7 client.
    Any I deas why PerfMon won't work from my R2? 
    Thanks,
    Matt

    Hi,
    Does it work the other way around? Can you connect form the 2k8 to the 2K8 R2 server?
    Best Regards,
    Spas Kaloferov
    MCITP: SA7 | EA7 | VA7 | EDA7 |DBA10 | DBD10 | BID10 | EMA14 | SPA14 
    NetShell Services & Solutions | “Design the future with simplicity and elegance”
    www:
    www.spaskaloferov.com
    | www:
    www.netshell-solutions.com

  • Time Capsule-  does it or NOT work as remote server?  Not seeing benefits I was sold by the salesperson.

    Hi!  I'm hoping you can help eliminate my frustrations....
    I purchased a macbook pro 13 inch because my other macbook 2009 was already low on memory and I thought it best to upgrade.  I needed more space but wanted also the ability to access remotely and not worry about computer being stolen with all the information on it because I travel A LOT.
    I asked the salesperson if I purchased the 128g MBP and the time capsule would i be able to access all my information remotely?  The thought process was:
    1. With over 500GB already in my previous MB i would transfer all that information from the old MBP to the time capsule where it would be at home safe
    2. set up the time capsule to access all files remotely (including iphoto, itunes, videos, etc)
    Because my information already was over 500Gb, buying the 2TB was going to be plenty of space.  So I went with purchasing the MBP with lower space (128G) + the 2TB Time Capsule.
    Now I'm trying to set everything up, was on the phone for 2.5 hours, spoke to 5 reps and finally received an answer: CAN'T DO IT.  DOESN'T WORK THAT WAY.
    I kept searching online and see that
    1. the Time Capsule can only be used as a time machine for backups.  Can't use as a remote server but others say you set up a server file and works.
    2. I can't place the iphoto library or itunes library there to access remotely because I risk it being corrupted (sales person said it would run slow but worked well)
    SO, the big question...can SOMEONE please help me determine if this was worth the $350 purchase because right now it feels like i'm better off sticking with my external drive from WD that i have been working with.  I'm seeing ZERO value add for this device....
    PLEASE...if someone knows if i can really get it to work for what I need, I would truly appreciate your advice because right now FRUSTRATION is at it's max...especially after 2.5 hours on the phone with little to no solutions.

    Some of this depends on your home internet speed.. do you have a fancy 1Gbit link.. with 100Mbps uplink.. well that is faster than rest of the internet.. so you can well support some sort of home cloud device.
    I would also strongly recommend business level internet accounts with static Public IP address.. not dynamic.
    For most people with limited upload speed.. 1mbit is standard where I live.. and real throughput is 800Kbps. Forget it.
    I would never advise anyone to depend on remote access.. for anything with 1Mbps upload.. and even 5Mbps is going to be a struggle.. Maybe 10 or 25Mbps you can function.
    It is simply not the right way to do things. You are far better off carrying around a 500GB thunderbolt drive.. which weighs next to nothing and is as fast as the internal drive.. or use a standard cheap 2.5" USB hard disk which you can get up to 2TB now.
    Backup to TC but not by Time Machine.. or backup to the cloud.. for sure..
    You can also access some files in the cloud. That is much better than using a TC at home.. where you then have a domestic quality link to the internet.
    Apple specifically say not to use iphoto on network drives.. that means any network setup.
    iTunes you can use from a network drive.. but if you have a massive library and slow upload speed it will never finish loading.
    The internet for the most part is just not there yet.. maybe another 20years. In Australia that will be 100years with the current bunch of Philistines running the place. And if you do international travel and depend on networks in hotels or cafes.. well forget it.. they are going to give you enough bandwidth to load your email as long as it is pure text.
    Apple have a 2week return period.. just take it back if you are unhappy with it.

  • How to upload a current file to the remote server in Dreamweaver?

    I am trying to transfer an html file from FrontPage to the server via Dreamweaver, but it absolutely refuses to upload. Help!

    Nobody can know anything. You are not providing any system information, what version of DW you use, what the remote server actually is. and since this is a DW question, ask in their forum with the proper information included.
    Mylenium

  • Compression with HTTP Remote Server

    We are using the remote capabilities and are transferring objects that
    have large amounts of data - is it possible to use compression if we are
    using the HTTP Remote Server? Since this is fairly important as
    performance is a critical issue for us, I'm willing to do some work to get
    it working. If not, are there plans to include compression support?
    Thanks for any suggestions,
    Charles

    Charles-
    We do plan on including options for compression and encryptions in the
    future, but for the time being, you would have to implement something on
    your own. The transport for the remote PM is pluggable interface. See:
    http://docs.solarmetric.com/manual.html#ref_guide_remotepm_server
    Basically, you would implement com.solarmetric.remote.Transport (see
    http://docs.solarmetric.com/javadoc/com/solarmetric/remote/Transport.html),
    or subclass one of the existing ones.
    In article <c6mgv0$1bb$[email protected]>, Charles Schmitt wrote:
    >
    We are using the remote capabilities and are transferring objects that
    have large amounts of data - is it possible to use compression if we are
    using the HTTP Remote Server? Since this is fairly important as
    performance is a critical issue for us, I'm willing to do some work to get
    it working. If not, are there plans to include compression support?
    Thanks for any suggestions,
    Charles--
    Marc Prud'hommeaux [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • How to set up local server to use a remote server for login authentication?

    Thank you in advance for any help you can offer.
    We are trying to set up a "sub-network" (dont' know if this is the right terminology) using a 10.4 Server OS, to manage a set of clients... the trick is that the client login/home directory information is on a different remote server, and shall remain there, for the most part.
    To make it easy to understand here's the environment:
    *Local Server:* 10.4 G4 Server Quicksilver 1G dual--we have total control of this one
    *Main/remote server:* 10.5 Xserve.. don't know which vintage--we have very very very little input on this machine.. effectively at the mercy of the sysadmin of this system who is very conservative in changing anything (hence the need for a separate server to install applications and client machine-specific profiles, etc since the Xserve admin refuses do it). This serves MacBooks/MacBookPros and few iMacs. (no Windows PC.. as that group of comptuers have their own server)
    client: ~20 eMacs/iBooks all running 10.4.
    use environment: elementary school-->very low network demand (no e-mail, just running local apps linking to server(s) for licensing and login, and some file saving small files on remote server, user preferences, etc).
    The remote server (the Xserve) has all the login authentication, as well as the home directories. every school year, the directories get updated as new students enroll and old students graduate. Currently all the clients are directly linked to the Xserve via LDAP while we bring the local server on-line.
    the local sever (our G4 Quicksilver) will have few network applications that will support the client machines. We also will be setting up computer accounts and groups for our clients so that we can properly set their environments (the Xserve admin will not do this on the Xserve, so currently all the clients are connecting to the server as a "guest computer" from what little I understand watching what was done)
    now, what is the best way to approach this type of set up with minimal "inconvenience" of the Xserve admin?
    I am pretty experienced with standalone UNIX and macOS X administration, but a novice to this whole Server and network setup thing. Any suggestions, instructions, pointers to URLs with how-tos is much appreciated. I am not afraid to use Terminal (grew up on UNIX before GUI), etc., and willing to try safe but unconventional setups if that is what's needed...
    thanks for any help!

    Oh never mind.... I figured it out myself helps to read up on the manuals. d'oh. sorry for the bandwidth waste...

  • I have an Ipad 2 and here is what I am trying to accomplish.  On my laptop I connect to a remote desktop connection to access a shared program we use for reporting.  How do I set up my Ipad to access this remote server?  Thanks for the help.

    I have an Ipad 2 and here is what I am trying to accomplish.  On my laptop I connect to a remote desktop connection to access a shared program we use for reporting.  How do I set up my Ipad to access this remote server?  Thanks for the help.

    Close ... before going for a specific Cisco app ... lets find out some details:
    Host we need more details:
    What is your server environment (Windows Server, or Mac OS X Server, or Linux)?
    What security is implemented in your environment - as what is restricted (RDP for all or specifc credentials on all machines? Are you part of local admin group to the server you wish to connect)?
    Does your environment Support CISCO IPSec connection? If so use Settings> VPN and IPSec tab to enter VPN details, if not then go with above suggestion. IF your restricted to RSA then either built in VPN settings or 3rd party app for RSA would suffice.
    Finally, there are many RDP applications out there I use "Mocha RDP Light" (free minimal ads when launched not when connecting).

  • I can't figure out how to use coldfusion debugging on a remote server

    I can't figure out how to use coldfusion debugging on a CF
    installation on a remote server. Has anyone got experiance, I can't
    find any step by step instructions on how to do this using FLEX
    BUILDER 3

    Look at Chapter 13 of the iPad iOS4.3 User Guide

  • [Forum FAQ] "Unable to connect to the server by using Windows PowerShell Remoting" error while installing RDS roles on Server 2012 R2

    When you try to install RDS role on server 2012 R2 using standard deployment, this issue may occur (Figure 1).
    “Unable to connect to the server by using Windows PowerShell remoting”.
    Figure 1: Unable to connect to the server by using Windows PowerShell remoting
    First of all, we need to verify the configurations as it suggested:
    1. The server must be available by using Windows PowerShell remotely.
    2. The server must be joined to a domain.
    3. The server must be running at least Windows Server 2012 R2.
    4. The currently logged on user must be a member of the local Administrators group on the server.
    5. Remote Desktop Services connections must be enabled by using Group Policy.
    In addition, we need to check if the “Windows Remote Management “service is running and related firewall exceptions have been created for WinRM listener.
    To enabling PowerShell remoting, we can run this PowerShell command as administrator (Figure 2).
    Enable-PSRemoting -Force
    Figure 2: Enable PowerShell Remoting
    However, if issue persists, we need to check whether it has enough memory to work.
    By default, remote shell allots only 150 MB of memory. If we have IIS or SharePoint App pool, 150 MB of memory is not sufficient to perform the remoting task. Therefore, we need to increase
    the memory via the PowerShell command below:
    Set-Item WSMan:\localhost\Shell\MaxMemoryPerShellMB 1000
    Then, you need to restart the server and the issue should be resolved.
    You can get more information regarding Remote Troubleshooting by below link:
    about_Remote_Troubleshooting
    If you need further assistance, welcome to post your questions in the
    RDS forum.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    i found another possible reason, this solution worked for me:
    http://oyvindnilsen.com/solution-for-powershell-remoting-error-it-cannot-determine-the-content-type-of-the-http-response-from-the-destination-computer/
    I tried to set up powershell remoting on a server and kept getting this error:
    Enter-PSSession : Connecting to remote server failed with the following error message : The WinRM client cann
    ot process the request. It cannot determine the content type of the HTTP response from the destination comput
    er. The content type is absent or invalid. For more information, see the about_Remote_Troubleshooting Help to
    pic.
    After a bit of troubleshooting I discovered that the problem was that the authentication packets was to big (over 16k), this will cause WinRM to reject the request. The reason for authentication packets getting too big can be because the user is member of very
    many security groups or in my case because of the SidHistory attribute.
    The solution was to increase the MaxFieldLength and MaxRequestBytes keys in the registry under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\HTTP\Parameters
    If the keys does not exists you can create them, be sure to use the DWORD type.
    I sat MaxFieldLength to DEC value 40000 and MaxRequestBytes to DEC value 32768 and rebooted the server. Problem solved.

  • Error while accessing remote server using applet in jsp page

    hii..
    We are accessing a data repository MDSPlus. Its used for storing data such as signals in tree like structure. We r coding for client side in JSP .
    For this we are invoking applet which uses jar files of jScope(java tool for displaying waveforms). We r getting the following error when we try to access a remote server in network. But it works fine with local server.
    So kindly help .
    ERROR IS:
    java.security.AccessControlException:access denied(java.net.SocketPermission 202.41.112.140:8000 connect,resolve)
    url mds:://202.41.112.140/SST_DAQ/11/\SST_DAQ::TOP.BOLOMETER:BOLO_1
    Use ploicytool.exe in JDK or JRE installation directory to add socket access permission.
    The IP address mentioned above in error is the computer with which v have to connect. SST_DAQ is the expt name,11 is the shot no. , BOLOMETER and BOLO_1 are the tree node s..
    plzz reply fast........

    Hi Frank,
    Are you using standalone OC4J or 9iAS ? If you are using standalone OC4J then you need to add a proper data source entry in %OC4J_HOME%j2ee\home\config\data-sources.xml file.
    If you are using 9iAS the you can log in to the Enterprise Manager console and add the data source entry by using wizard provided by 9iAS.
    Ensure the case of the JNDI lookup string, since, it is case sensitive.
    Hope this helps.
    Abhijeet

  • The remote server returned an error: (401) Unauthorized error while using Microsoft.SharePoint.Client.dll

    I have access to sharepoint site and I have tested this by manually creating the lists and announcements in the sharepoint site.
    now the same thing when I try to do it through the c#.net code it always gives me the following :
    "An unhandled exception of type 'System.Net.WebException' occurred in
    Microsoft.SharePoint.Client.dll Additional information: The remote server returned an error:
    (401) Unauthorized."
    My code looks like below:
    string userName = "[email protected]";
    SecureString password = new SecureString();
    foreach (char c in "abc123".ToCharArray()) password.AppendChar(c);
    using (var context = new ClientContext("https://sharepoint.partners.extranet.adlabs.com/sites/UniTest"))
    context.Credentials = new SharePointOnlineCredentials(userName, password);
    context.Load(context.Web, w => w.Title);
    context.ExecuteQuery();
    Krrishna

    Hi Krrishna,
    You code is used to access SharePoint Online, if you are use SharePoint 2007, we can use SharePoint web service or custom web service to achieve your requirement. 
    Lists Web Service
    http://msdn.microsoft.com/en-us/library/lists(v=office.12).aspx
    Creating a Custom Web Service
    http://msdn.microsoft.com/en-us/library/ms464040(v=office.12).aspx
    About SharePoint 2007(MOSS 2007), you can also post it to the forum below, you will get more help and confirmed answers there.
    https://social.technet.microsoft.com/Forums/en-US/home?forum=sharepointdevelopmentlegacy
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • Using scp to copy files from remote server to mac from a newbie

    Hi am a new poster to this forum and getting (re)acquainted with the unix world using terminal on the Mac. I am part of webteam for a large website run by a nonprofit where I have administrative access. I hope that this forum is the correct venue for my question.
    The other day I used terminal tsch to logg onto a remote server where I have admin privaleges. One of the other admins and I were in the process of experimenting with using either rsync or scp to "backup" the server. We are experimenting with different backup strategies over and above those supplied by our web host. After finding out how to open port 22 on my modem and setting services in sharing to allow for remote log on, I logged on to the remote server and ran this command (suggested by another admin):
    scp -r -p -v /remotefolder [email protected]:/Users/drktyler/Documents/serverBU/
    Unfortunately I had severely underestimated the amount of time it would take to perform scp and needed to terminate the scp job. For example, I only got 100 MB onto my Mac in one hour (normally takes about 6 mintues to download a 100 MB file from the internet) I tried to kill the job by doing:
    ctrl -z
    ls ps
    kill (scp pid #)
    This did not work. And I forgot about trying ctrl-c <blush>
    I was able to exit my session on the remote server which "exited" the scp job.
    Oh, before running scp, I did try rsync and it did not work. Unfortunately, I had not set my terminal session to an unlimited buffer size, so the early part of my session rolled off the terminal screen. This means I have no idea what the error was.
    This morning the other admin was performing some backups on the remote server and noticed that there was a an unexplained directory on the remote server named:
    mymacuserid
    It had what he called some rpms. I am not exactly sure what a rpms cache files are, but I think that rpms has some relatationship to the RPM package manager used by many linux systems. I could not account for how the mymacuserid directory got on the remote server because I did not put it there and my log in id to the remote server bears no resemblance to my Mac user id.
    We don't believe that this directory did any harm to the remote server, but I sure as heck would like to know how it got there.
    My question is if there was something about my scp command that
    (1) created this "temporary" mymacuserid directory on the remote server
    (2) did the way I ended the scp job by exiting the terminal mean that this temporary directory was not "cleaned up."?
    (3) what other options might have been available to me to kill the job and clean up after the job? ctrl-c while logged onto the remote server? opening up a second terminal window and killing the ssh job?
    (4) is scp normally that slow?
    My Mac: Mac Mini, 1.66 GHz Intel Core Duo, Memory: 1.5 GB 667 MHz DDR2 SDRAM, Mac OS 10.4.8
    Remote server: CPU AuthenticAMD, AMD Athlon(TM) XP 2600+
    Version psa v8.1.1_build81070716.12 os_CentOS 4.2
    OS Linux 2.6.9-55.0.2.EL {CentOS is built from Red Hat Enterprise Linux}
    Respectfully yours,
    treehugger from nj

    J.V. Thanks so much for your very helpful response!
    The other admin who was trying scp over the weekend also reported that the job ran very slowly, so I suspect the slow response time may be on the remote server end. I do appreciate knowing that you have gotten 80% of your advertised DSL speed with scp.
    Thank-you for being so polite and gentle in your response. No I did not know that if the remote patname has white space in it, that I need to quote the whole path and escape any white space with preceding backslashes as you showed in your rsync example.
    Finally, as for the rogue elements being left on the server, I figured out that these rogue elements were left on the server the day before I did the aborted scp job because I had to quit the terminal in the middle of an active rsync job while logged onto the remote terminal. When I went onto the server this morning, I checked the timestamps on the rogue files and the timestamps match up.
    The other admin has finally succeeded in doing a full server back-up (in addition to the back-up using the back-up utility provided by our web host). So, for the moment we are in pretty good shape. Of course, I'm not sure that I could replicate what he did. <shrug>
    Thanks again. I'm glad I posted on this forum as I have always learned a lot by reading the apple forums I suspect that I will be posting again.
    T.H.
    P.S. Please forgive me for not including copies of your original message in my reply. There is probably a setting that I need to change.

  • Problem in connecting remote server using Applet?

    Hello everybody,
    I am facing problem in connecting to remote server using Applet in browser. I am using JDK 1.5.0_12 and running the application on apache 2.2.
    Firstly I have tried with simple jar file which could not connect to remote server and throws permission denied than now I am trying with signed jar file but also not working. I have changed the java.policy file of JDK in server with grant all Permission but also it throws "java.security.AccessControlException:access denied(java.net.SocketPermission 127.0.0.1:1521 connect, resolve)".
    Can anybody suggest me how to solve this problem?
    Thank You.
    -Ritesh

    >
    I am facing problem in connecting to remote server using Applet in browser.
    Firstly I have tried with simple jar file which could not connect to remote server and throws permission denied than now I am trying with signed jar file but also not working. >Were you prompted to accept the digitally signed code? To see what I mean, check out the [Defensive loading of trusted applets demo|http://pscode.org/test/docload/]. If you are not getting the prompt, or refused it, follow the link to sandbox.html for tips on how to proceed.

  • The remote server returned an error: (401) Unauthorized. while running client context using sharepoint client object model

    Hi,
    I have started using the client object model so that i do not have to go to sharepoint admins to perform some basic operations on remote server. While assigning list item level permission i am getting following error, could you please help. thanks.
    The remote server returned an error: (401) Unauthorized.
       at
    System.Net.HttpWebRequest.GetResponse()
       at
    Microsoft.SharePoint.Client.SPWebRequestExecutor.Execute()
       at
    Microsoft.SharePoint.Client.ClientContext.EnsureFormDigest()
       at
    Microsoft.SharePoint.Client.ClientContext.ExecuteQuery()
       at
    SetDowntimeItemPermission.SetPermission.Main(String[] args) in

    it seems your request was unauthenticated i'm not sure are you using a web application with FBA or desktop application my suggestion would be try to impersonate your request by passing network credentials (COM works on network credentials )
    NetworkCredential credentials = new NetworkCredential("username", "pwd", "domain");
    ClientContext context = new ClientContext("http://site-url");
    context.Credentials = credentials;
    Best Regards, Ashutosh | SharePoint World

  • Running a report using rwcli60 on a remote server

    hi
    I have a concurrent program which runs a 6i report. The output of this report is a PDF file which is then faxed to a set of users.
    The report srever is not on the same unix box as the unix shell script which is the executable of the concurrent program. I am aware that rwcli60 can be used to run reports for non web based results.
    I am not sure how to do this on a remote server. i.e how do I run teh report on the report server from the concurrent manager server?
    Any ideas? please help.
    thanks
    satya

    can use rsh to connect to remote server.

Maybe you are looking for

  • Error when trying multiple inbound interface determination for IDOC

    Hi ! I have this scenario: File -> XI -> IDOC.  For each source file, I need to send multiple idoc packages, all to the same business system, but each package should be the result of different interface mappings. All mappings have same source and tar

  • Consolidating multiple lines in a requisition into one line item on a PO

    I am using project builder in sap, one requisition is creating for all activities on the project. The requisition of cable is spread over multiple activities. ie activity 1 may have 200m of cable (req item 10), activity 2 may have 400m of cable (req

  • Tab page error

    Hello I have a sales forms , having 3 tab pages,, First is sale master form which save the sales information in sale table Second is product master form which save the product information against the sale # (sales # from the first tab page-) in the p

  • Deski reports appear blank.

    Hi I can find data in BO XI 3.1 universe(connected to Sql Server 2008) but my Deski reports appear blank, any reason?

  • ITunes is not locating music in iCloud for replay

    I just bought a new mac to replace mine that was stolen.  Prior to the theft, I transitioned my library to iTunes match.  On the new mac, the library is apparently conflicted as it is trying to point to an internal drive where no music exists.  When