Testing client computer speed

Has anyone a good method for checking the clients computer
speed to dynamically change content asside from timing a for loop
or something.

Has anyone a good method for checking the clients computer
speed to dynamically change content asside from timing a for loop
or something.

Similar Messages

  • How to retrieve CRL information from a client computer

    Is possible to retrieve CRL information from a client computer and how?
    Thanks.

    CRL's do not normally live on workstations... normally these are hosted on servers. If you want to see what server are in the local revocation list then look at the certificates mmc snap-in and look at the revoked certificate list. If you want to test
    a CRL for a certificate then export the certificate and run "Certutil -url"
    Alan Burchill (MVP)
    http://www.grouppolicy.biz
    @alanburchill

  • Client computer able to connect server by wan?

    Dear all
    Client computer able to connect oracle Database Server by wan? (not in lan)
    at client computer's tnsnames.ora
    (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 203.222.222.222)(PORT = 1521))) (CONNECT_DATA = (SID = kennam) (SERVER = SHARED) (SERVICE_NAME = kennam)))
    like this?
    did anyone tried this?

    Justin, doesn't basic client come without any EXE's?
    As far as I recall, it is just the OCI DLLs and one
    or two message files. SQL*Plus is a separate download
    and I doubt that tnsping is part of it.Are you talking about the Instant Client? That's more for application installers to bundle with their apps. I'm talking about the full-blown Oracle client (which is a multi-hundred MB download) that is more commonly installed out there. Ideally, of course, Oracle would be able to come up with some sort of middle ground between the two, something that isn't hideously bloated but that doesn't contain every possible bell and/or whistle.
    For me, tnsping is very much a piece of useless
    software. The name implies "testing the TNS alias".
    It does not. A tnsping on a TNS alias can work, and
    that exact same alias can fail to work when used via
    SQL*Plus or another client - simply because tnsping
    only validates that there is a Listener on that IP
    and port. It does not validate anything else in that
    TNS alias.
    So what's the point..? One can just as well use
    SQL*Plus to "ping" a TNS alias (using dummy username
    and password) as this will also confirm the rest of
    the data in the TNS alias.While tnsping isn't the most useful tool on the face of the planet, it does identify problems where you have multiple tnsnames files (i.e. multiple Oracle Homes) and the tns alias you just added is in the wrong file or cases where the tnsnames file has some sort of non-obvious formatting defect. Most of the time, folks have problems with the server and port in the TNS alias, so it does catch (in my experience) the majority of configuration problems.
    Of course, you could also use SQL*Plus with a dummy username & password. If you're trying to help someone else debug a problem, though, particularly over the phone/ in forums, telling them to use tnsping tends to generate a lot fewer questions than telling them to use SQL*Plus with a dummy username & password. Particularly since lots of people assume that they can substitute their GUI of choice for SQL*Plus because 99% of the time they can, but in this one case you really, really mean SQL*Plus. Particularly with SQL Developer out there that can bypass the tnsnames file entirely using JDBC.
    Justin

  • Problem accesing Executable on remote CPU through webb panel interface on client computer

    Hi,
    I am using LabVIEW 2009 to acces a program "Test.exe" in a server computer. I take it from the forums as it should be possible to bulid a Test.exe with Publishing Tool functionality so its panel can be accesed only with a browser from a client computer. This is how it is setup.
    Server CPU (pesno111.company.se):
    Labview Run time Engine 2009 SP1
    Activated NI License manager
    Everything installed from an Installer that also had NI Labview 2009 SP1 Deployable License
    Then Test.exe is started and its Test.ini looks like this:
    [Test]
    server.app.propertiesEnabled=True
    server.ole.enabled=True
    server.tcp.serviceName="My Computer/VI Server"
    server.vi.propertiesEnabled=True
    postScriptLevel2=False
    WebServer.Enabled=True
    WebServer.RootPath=C:\Program Files\National Instruments\LabVIEW 2009
    WebServer.TcpAccess="c+*"
    WebServer.ViAccess="+*;-Power Spectrum Measurement.vi;-Power Spectrum Measurement.vi"
    DebugServerEnabled=False
    DebugServerWaitOnLaunch=False
    The Test.html file (see attachment) is also placed on the server computers path C:\Program Files\National Instruments\LabVIEW 2009 .
    I try to acces the Test.exe from a browser in the client computer with the following path http//pesno111.company.se/Test.html
    but it doesnt work. Any ideas?
    Attachments:
    Test.txt ‏1 KB

    Hi Björkis
    I would start by checking that I've followed the instructions in these two tutorials:
    Remote Panels in LabVIEW -- Distributed Application Development
    Developing Remote Front Panel LabVIEW Applications
    Also, could be a good idea to look into if you are behind a firewall or proxy as this could cause a problem.
    Best Regards
    David
    NISW

  • Applying mcx settings to a client computer (leopard)

    I am starting to play around with managing client computers from my leopard server, and thought I would try a simple test. In WGM, I created a new computer account in /Local/Default, but my changes don't seem to propagate to the client computer. I have checked the mac addy and it is correct. I have rebooted the client computer a few times, and it has not received the changes I have specified. I have looked at the client in System Profiler > managed clients, and it reports "no information found"
    The only services enabled on my server are AFP, SMB, and firewall. Is there a setting on either the client or server that I am forgetting? The leopard user management manual is very skimpy regarding computer account setup...
    Thanks in advance

    I set Workgroup Management up recently and got it working. Your server needs to be running the Open Directory Service and the client needs to be connected to that service before WGM can do anything useful.
    My set up is more complex because I also have a Windows Active Directory Server. Nevertheless, this reference may be a helpful. It told me exactly what I needed to know for my set up.
    http://www.bombich.com/mactips/activedir.html

  • Opne file on client computer

    Hi Experts!
    I have one question. How can I open file which is on Unix server on client computer. I have to say that I don't know file type, it could be pdf, excel file or ordinary text file. In dependence of file type I would like to open it in proper program on user computer.
    I found following function modules:  GUI_RUN, WS_EXECUTE. With files which are saved on user computer everything is ok but when I pass path for Unix i.e. '/usr/sap/tmp/test.txt' functions are not able to find them.
    Maybe there is possibility to use one of these functions but I don't know how, if not could you give me other?
    Thanks in advance.
    Baru

    Hi,
    here a short example for output and input
    TABLES: MARA.
    DATA: DATEI_A(30) TYPE C VALUE '/usr/sap/tmp/test.txt'.
    TYPES: BEGIN OF IMARA,
             MATNR LIKE MARA-MATNR,
             MTART LIKE MARA-MATNR,
           END OF IMARA.
    DATA: ITAB        TYPE TABLE OF IMARA WITH HEADER LINE.
    DATA: ITAB_READ   TYPE TABLE OF IMARA WITH HEADER LINE.
    START-OF-SELECTION.
      SELECT MATNR MTART INTO TABLE ITAB FROM MARA UP TO 20 ROWS.
      PERFORM DATEI_AUSGEBEN.
      PERFORM DATEI_EINLESEN.
    FORM DATEI_AUSGEBEN.
      OPEN DATASET DATEI_A FOR OUTPUT IN TEXT MODE encoding default.
      IF SY-SUBRC NE 0. EXIT. ENDIF.
      LOOP AT ITAB.
        TRANSFER ITAB TO DATEI_A.
      ENDLOOP.
      CLOSE DATASET DATEI_A.
      IF SY-SUBRC NE 0. EXIT. ENDIF.
    ENDFORM.                    "DATEI_AUSGEBEN
    FORM DATEI_EINLESEN.
      OPEN DATASET DATEI_A FOR INPUT IN TEXT MODE encoding default.
      IF SY-SUBRC NE 0. EXIT. ENDIF.
      DO.
        READ DATASET DATEI_A INTO ITAB_READ.
        IF SY-SUBRC <> 0. EXIT. ENDIF.
        APPEND ITAB_READ.
      ENDDO.
      CLOSE DATASET DATEI_A.
      IF SY-SUBRC NE 0. EXIT. ENDIF.
      LOOP AT ITAB_READ. WRITE: / ITAB_READ. ENDLOOP.
    ENDFORM.                    "DATEI_EINLESEN
    Another way is to search in this forum for open/close/read DATASET.
    Regards, Dieter

  • Updates not installed on client computer

    Hi, I have become regular on this forum. I simply follow along what other people have done (books, videos) but it does not work for me. I added WSUS role to my SCCM server, then installed Software Update Point role, configured all necessary settings
    and started Synchronize Software Updates process (security, critical and definition updates only for Windows 7). I checked log
    wsyncmgr and I found line: sync: SMS synchronizing updates, processed 829 out of 829 items (100 %)
    Next, I created Software Update Group with only no-expired, no-superseded updates as members and as final step I deployed this group to test collection with only one Windows 7 machine as a member. Updating process should
    have started very soon (both Software available time and installation deadling have been set to
    As soon as possible) but whole night have passed and I saw this morning that nothing happened on client machine. Since this client computer has been installed last week
    automatic updates was turned off so I turned it on - I do not know whether it is necessary since in logs communication between client and SCCM has been successfully established even before I did this. I went to Control Panel - Windows
    Update and saw Windows is up to date but in the list of installed updates there are no updates synchronized on SCCM (I was looking for updates based on KB). Also I can change settings for update process - it is not grayed-out as it used to be with "normal"
    WSUS server.

    I found what happened. I was right that only "old" updates were filtered out (I do not know why SCCM did not include newer updates too since I filtered out updates which were not superseded, not expired, for product Windows
    7 and bulletin ID contained MS) - having been filtered out I put them into new software update group and deployed group to a collection. I run
    machine policy retrieval & evaluation cycle, software updates deployment evaluation cycle and software updates scan cycle on clients but nothing happened.  
    I run filter on all software updates again (the same criteria as before) and there were much more updates meeting criteria - I downloaded them into existing package and later added them into existing software update group where these "old" updates
    were. I run machine policy retrieval & evaluation cycle, software updates deployment evaluation cycle and software updates scan cycle on clients and update process started. Having finished updating, I restarted clients and in
    Control Panel - Windows Update all installed updates were there and their KBs were correct.
    If update settings in CP can be changed but it does not affect update process (it is controlled by SCCM client agent) I am fine with that. Also one thing I noticed also - while update process is in progress on client, user in Software Center could potentially
    click on any update which were installed and required restart and click RESTART button in lower-right corner. I did not try this since it might have restarted machine thereby interrupting installation of other updates. This could be potentially big
    problem - restart button would have not been there and available while update process had been in progress.
    https://onedrive.live.com/redir?resid=670BDDFCE8F2477A!474&authkey=!AGDuWP9z9hLqMBk&v=3&ithint=photo%2cpng

  • Runtime Error in Test Client after Transport

    Hello SDNers,
    I did enhancements to standard SAP component ICCMP_BP_SEARCH in developement system in client XXX of system SSS.
    I wanted to test the functionality in client YYY so used SCC1 transaction to transport from client XXX to client YYY.
    But when i tried to test the application, it resulted in runtime error.
    I had kinda identified the problem while debugging, in the class CL_CHTMLB_CONFIG_UTILITY method CREATE_UI_ELEMENT, it is not taking my Z class references rather it still referring to starndard classes.
    My Z classes are created for IMPL  class, CTXT class and CN00 class.
    If any one has suggestions your help would be appreciated
    Thanks in advance.
    Best Regards,
    Srikanth

    Srikanth,
    Is the definition of the enhancement set defined properly for your test client.  This table does not transport and you have to maintain it manually in each client.  The view is BSPWDV_EHSET_ASG for SM30.  Client is not the first field in the table, so you have to edit this view in each client.
    Take care,
    Stephen

  • How to look for kMAT material in Testing client?

    Hi PP members:
    How to look for KMAT material in Test client,
    Note: I went to mm60 and entered material type: KMAT it did not populate any
    materials
    Is there any way where I can find the materials, If yes please let me know
    thanks
    Suren

    Hi Saritha:
    When I went to SE16, and entered MTART as KMAT it giving the following
    It is replying me back "No table entries found for specified key"
    Also want to bring to your kind attention I left MATNR field blank as I donot know
    the VC materials
    thanks

  • Webservice is not working on browser test client

    Hi,
    I am using Weblogic 9.2 server, and have deployed a webservice application. While accessing the Websevice browser test client (which is a https url) it renders all the available Web Service methods of that service.
    When i click on any of the methods the request goes to http and it says page not found. when i change the http to https it renders the method attributes correctly.
    I am able to access the web service from some test clients (like SoapUI) without any issues. So the problem is only with the browser based weblogic test client which uses http request internally.
    Anybody have idea what could be the reason for this.
    Regards,
    Chandran

    Hi,
    I am using Weblogic 9.2 server, and have deployed a webservice application. While accessing the Websevice browser test client (which is a https url) it renders all the available Web Service methods of that service.
    When i click on any of the methods the request goes to http and it says page not found. when i change the http to https it renders the method attributes correctly.
    I am able to access the web service from some test clients (like SoapUI) without any issues. So the problem is only with the browser based weblogic test client which uses http request internally.
    Anybody have idea what could be the reason for this.
    Regards,
    Chandran

  • How to run ADF command-line test-client on standalone weblogic host

    I have followed the steps to create a test client for the ADF application. In used the following link:
    http://download.oracle.com/docs/cd/B31017_01/web.1013/b25947/bcquerying007.htm
    The above link does not talk about how to setup the environment where the standalone weblogic is installed to be able to run the test client.
    I can run it in the jdeveloper environment.
    I can also run from the command line on the development host, by cut-paste the command from the jdeveloper output log tab.
    I am trying to run this client on the machine where we have a weblogic installed (standalone) for testing. We can run our ADF application from the browser with no issues. We want to automate and run some testing related to the ADF model (non-viewcontroller part) from the command line on this test stage.
    Which/Where are the ADF libraries?
    How can I add our application jar deployed on the weblogic (ear file) to the CLASSPATH?
    What other libraries ADF/Weblogic do I need for the command line test client?
    What am I missing?
    Thanks for any help.
    Edited by: mmunawar on Jul 2, 2011 1:03 PM
    Edited by: mmunawar on Jul 2, 2011 1:04 PM

    create weblogic application server connection from jdeveloper and then Deploy that application through jdeveloper in the weblogic application server and then run it from jdeveloper and see if its working.

  • How can I display the front panel of the dinamically loaded VI on the cliente computer, the VI dinamically loaded contains files, I want to see the files that the server machine has, in the client machine

    I can successfully view and control a VI remotly. However, the remote VI dinamically loads another VI, this VI loaded dinamically is a VI that allows open others VIs, I want to see the files that contains the server machine, in the client machine, but the front panel of the dinamic VI appears only on the server and not on the client, How can I display the fron panel with the files of the server machine of the dinamically loaded VI on the client computer?
    Attachments:
    micliente.llb ‏183 KB
    miservidor.llb ‏186 KB
    rdsubvis.llb ‏214 KB

    I down loaded your files but could use some instructions on what needs run.
    It seems that you are so close yet so far. You need to get the data on the server machine over to the client. I generally do this by doing a call by reference (on the client machine) of a VI that is served by the server. THe VI that executes on the server should pass the data you want to diplay via one of its output terminals. You can simply wire from this terminal (back on the client again) to an indicator of your choosing.
    Now theorectically, I do not think that there is anything that prevents use from getting the control refnum of the actual indicator (on the server) of the indicator that has the data, and read its "Value" using a property node. I have never tried this idea but it seems t
    hat all of the parts are there. You will need to know the name of the VI that holds the data as well as the indicator's name. You will also have to serve all VI's. This is not a good idea.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Cannot have multiple users logged in at once on a single client computer

    I am running OSX 10.6 Snow Leopard Server on a Mac Pro, and have two iMacs (27.5") as clients in my workgroup.
    Computer A : Server
    Computer B, C : Client machines
    The problem is that when user1 is logged onto the server network drive (/Network/Servers/ComputerA/Users/~user1/) from a given client (say ComputerB), it is not possible to login another user (user2) onto the server network drive from client Computer B.
    It IS possible however for user2 to log in from another client machine (ComputerC) without any problem and access his home directory.
    Similarly it IS possible for a local user to log onto ComputerB while a network user is logged onto the central file server.
    If user1 is logged into ComputerB, and user 2 is logged onto ComputerC, if user1 ssh's over to Computer B, he can log in, but he cannot access his home directory, getting the following error:
    Could not chdir to home directory /Network/Servers/nplab0/Users/chris_dimattina: Permission denied
    -bash: /Network/Servers/nplab0/Users/chrisdimattina/.bashprofile: Permission denied
    and gets sent to the root directory of ComputerB.
    Any help would be appreciated!!
    Thanks,
    Chris

    Thanks!
    What can I do to fix it? Should I use NFS protocol instead?
    I basically want to make my workgroup into a standard UNIX workgroup where lots of different people can be logged in and running jobs on the same machine.
    Chris

  • Issue with re-connecting a Client Computer to the Server Essentials R2 2012

    I have an issue re-connecting a Client Computer to Server Essentials R2 2012.  The Client Computer in question was connected to the Sever originally.  I started getting Error Messages indicating that I was running out of storage room.  I
    had been wanting to re-configure this Server with additional Hard Drives for some time, but something else always came up first.  Now, I was forced to address the problem.  I shut down the Server and added additional Hard Drives and while I was at
    it I replaced the original Hard Drive that the Server Operating System was on with a much smaller Hard Drive, and reinstalled Server Essentials on that Drive.  Everything was working fine and the Server Back-up went fine to an external Hard Drive. 
    I was ready to re-install my Client Computers.  I started with my primary Production Computer first.  The Connector Software seemed to install fine, but as I moved through the Connection Wizard I received the following Error Message:  "Cannot
    connect this computer to the network.  This computer is already connected to another Windows Server Network.  Before connecting this computer to the Windows Server Essentials network, you must remove this computer from the current network. 
    To resolve this issue, contact the person responsible for your network".  I am the Administrator.  I removed the Connector Software following the instructions in the "Troubleshooting connecting computers to the Server", but I continue
    to get the Error Message whenever I attempt to re-connect the Client Computer.  I have not attempted to connect any of the other three Client Computers yet as I need to resolve this issue first on my primary production machine.  Where am I going
    wrong?  Does anyone have any suggestions?

    Hi PARADOX-RED,
    Based on the error messages that you provided, please remove the connector software from Control Panel completely. Then, in the problematic computer, please locate
    to: Control Panel-> System-> select Change settings. And select the Computer Name tab in the System Properties dialog box, click
    change button. Then in the Computer Name/Domain Changes dialog box, please take the computer out of the domain as a workgroup, and rejoin in new domain.
    Please check if this issue can be solved. If it still exists, please don’t hesitate to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • SWN_SELSEN not working in test client after client-copy

    Hi all,
    We are using extended notification without problem until test client was refreshed by client-copy from production client. In test client, report SWN_SELSEN did not generated notification even there are newly generated workflow items.  Because of client-copy, I found that tables SWN_NOTIF, SWN_NOTIFTSTMP, SWN_SENDLOG, SWN_TIMESTAMPS are all empty in test client.
    Please advise how to make report SWN_SELSEN back to work in test client.  Thanks.
    << Additional information >>
    (1) Run report SWN_SELSEN_TEST with test Case 5 - Simulate Send Only.  After this, some entries were written to above tables.  But test on new workflow item, the schedule report SWN_SELSEN still fail to trigger notification.
    (2) Run report SWN_SELSEN_TEST with test Case 4 - Send One Message Only.  It triggered notifications for all active workflow items and sent out several hundred emails including workflow item created in step 1.  However, further test on new workflowitem, the schedule report SWN_SELSEN is still unable to trigger notification.
    I think there may be something else missing, like the timestamp of delta.  Please help.
    Regards,
    Donald

    Hello,
    I've experienced a few cases where stopping SWN_SELSEN and then restarting it helped to fill up SWN_TIMESTAMPS with proper values. How does that table look after you run it?
    What is SWN_SELSEN_TEST?
    Chck in SLG1 to get an idea of why it's not working. You can also run SWN_SELSEN in the foreground and debug it to see exactly where and why it goes wrong. Also check ST22.
    regards
    Rick Bakker
    hanabi technology

Maybe you are looking for