Reconstructed View Composer databases, view server connection problems

I had to go back to a previous snapshot on my SQL database server that was right before I installed the database to View Composer.  Mode to connect to the server, there is a pool for the related clones.  How can I remove the pool?  When I try to delete it, I get an error that I do not remember the hand, but basically it has to do with the fact that see connection to the server could not find the swimming pool in the database.  Any ideas?

You would need to connect via ADSI Edit.    Check out this KB for instructions on how to remove obsolete work and clones, http://kb.vmware.com/kb/1008658positions.   This should give you an idea on how to connect to the ADAM database and navigate.

Tags: VMware

Similar Questions

  • WMware el capitan apple id server connection problem

    Hello

    I just bought mac os x mountain lion and I install machine wmware virtual. When I level to el capitan, apple id server connection problem came. I have try so much to solve this problem, but I couldn't fix it in any case. When I'm not using the network it works perfectly fine, but if I use the network working I can't connect store mac or itunes or icloud. I spoke with the administrator of this issue, he could not find a solution too. Is there anyone know of this problem or what we should do to overcome this problem.

    When I try to open an app store, itunes, icloud or imessage session, he said: "there was a connection to the server id Apple error."

    Have you seen this page? A few bugs have been reported there for this error message. One of them is related to a proxy server and can be done with a computer serial number

  • Problem in installing VMware View Server connection

    Hello

    As the first step to install the VMware View Manager, I tried to install the connection to the VMware View server on a virtual machine to Windows 2003 Server SP2. This machine is added to a domain under our Windows Active Directory. I can connect to the machine using user accounts that are on the directory to active directory. My problem is that when I try to install the view connection server, I get an error message indicating

    "The computer is a member of a domain, but no server connection was found. Please make sure that the computer is properly connected to a domain and that a domain controller is available before to perform this installation again'.

    Because I can log into the machine using accounts in active directory, I assume that the computer is properly connected in the field. I also confirmed that there is a domain controller in active directory. I tried to do the installation under an account that has administrative privileges for the object active directory, but also a local administrator account. Could someone suggest where I could go wrong?

    Thanks in advance

    Concerning

    Varun

    You have validated that DNS and WINS are configured correctly on the server you are trying to intall the broker for connections on?

    If you have found this device or any other useful post please consider the use of buttons useful/correct to award points

  • DG Oracle 11 GR 2 - SQL Server connection problem

    Hi all

    I read the forum discussions and documentation. As far as I can see I have just, however running in typical error:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Oracle][ODBC SQL Server Driver][DBNETLIB]Invalid connection. {08001,NativeErr = 14}[Oracle][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (ParseConnectParams()). {01000,NativeErr = 14}[Oracle][ODBC SQL Server Driver]Invalid connection string attribute {01S00}
    ORA-02063: preceding 2 lines from MSSQL2008
    28500. 00000 -  "connection from ORACLE to a non-Oracle system returned this message:"
    *Cause:    The cause is explained in the forwarded message.
    *Action:   See the non-Oracle system's documentation of the forwarded
               message.
    Error at Line: 3 Column: 46
    The documentation seems also like plug & play so I must have missed something, if my config files are correct.


    My environment is made up of:
    ====================
    Localhost: Oracle 11.2.0.3 on Windows 7 x 64
    Remote host: SQL Server 2005, 2008, SQLExpress-> each running on their own static ports

    Oracle software Gatways 11 GR 2 is installed on the localhost on port 1522.


    I am trying to connect to the adventure works database on SQL server, but keep the above error. Here's my config files.

    ORACLE_HOME=c:\oracle\product\11.2.0\dbhome_1
    ORACLE_GATEWAY=c:\oracle\product\11.2.0\gtwhome_1

    ORACLE_GATEWAY-> init4dgmsql.ora
    # This is a customized agent init file that contains the HS parameters
    # that are needed for the Database Gateway for Microsoft SQL Server
    
    #
    # HS init parameters
    #
    HS_FDS_CONNECT_INFO=[SVR-DEV-CLU-01:1434]/SQL2008/AdventtureWorks2008R2
    HS_FDS_TRACE_LEVEL=ON
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    ORACLE_GATEWAY-> listener.ora
    # listener.ora Network Configuration File: C:\oracle\product\11.2.0\gtwhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    
    LISTENER_GTW =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1522))
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1522))
        )
      )
    
    SID_LIST_LISTENER_GTW=
      (SID_LIST=
          (SID_DESC=
             (SID_NAME=dg4msql)
             (ORACLE_HOME=C:\oracle\product\11.2.0\gtwhome_1)
             (PROGRAM=dg4msql)
          )
      )
    
    ADR_BASE_LISTENER_GTW = C:\oracle\product\11.2.0\gtwhome_1
    ORACLE_HOME--> tnsnames.ora
    dg4msql  =
      (DESCRIPTION=
        (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522))
        (CONNECT_DATA=
             (SID=dg4msql)
        )
        (HS=OK)
      ) 
    Local database-> db link
    CREATE PUBLIC DATABASE LINK MSSQL2008 CONNECT TO "ORACLE_GATEWAY" IDENTIFIED BY "Dbsoft1234" USING 'dg4msql';
    select AddressLine1, City from Person.Address@MSSQL2008;
    I have validated here sis there no dynamic ports and each database is running on its own static port, in this case, 1434. I did a tnsping the LISTENER_GTW responds properly. I did a ping on the server to validate the name of the server it's ok too.


    SQL Server 2008:
    Server Name: SQL2008\SQL2008
    Instance Name: SQL2008
    Port: 1434
    Database: AdvebtureWorks2008R2    (case sensitive)
    Failure also on:

    SQL Server 2005
    Server Name: SVR-CLU-DEV-01\SQL2005
    Instance Name: SQL2005
    Dataabse: master
    Thanks in advance for any help.

    Jan S.

    Hello
    The configuration files look correct, except for the value of init4dgmsql.ora to HS_FDS_CONNECT_INFO.

    The recommended settings are in format-

    HS_FDS_CONNECT_INFO =:.
    HS_FDS_CONNECT_INFO =//.

    You defined as -

    HS_FDS_CONNECT_INFO = [SVR-DEV-CLU - 01:1434] / SQL2008/AdventtureWorks2008R2

    What happens if you set -

    HS_FDS_CONNECT_INFO = [SVR-DEV-CLU-01] / SQL2008/AdventtureWorks2008R2

    or

    HS_FDS_CONNECT_INFO = [SVR-DEV-CLU - 01:1434] //AdventtureWorks2008R2

    Another point, you posted the SQL * Server as -information

    Server name: SQL2008\SQL2008
    Instance name: SQL2008
    Port: 1434
    Database: AdvebtureWorks2008R2 (case sensitive)

    so, is the name of the database AdventtureWorks2008R2 or AdvebtureWorks2008R2?
    Please make sure you use the correct name.

    Kind regards
    Mike

  • the server connection problem to download the file

    Not sure how it happened. But DW will update is no longer my remote server. the remote page on the FTP server connection works without a hitch. I have the remote IP, set up as http:192.168.0.11/ (for example), but when I go to download the file, it wants to update remotely http://ipaddress/C: / wamp/www/webfolder/file. Odd.

    Does anyone else have this problem? Suggestions please. Thank you.

    Mike

    Thanks for the suggestion, but configuring FTP checked OK. in fact he did a test of the thin connection all the time. Maybe it had to do with memory cache on my computer? in any case, I liquidated DW, restarted the program and the download Panel works great.

  • Recompose a list of clone bound virtual machines within a pool using view server connection

    Hi all

    I use View with ESXi 4.1 4.6, composer is 2.6. Yesterday, I recomposed 8 pools from the mine to the snapshot of the updated gold statue.

    I have 140 VM in each pool. I checked today and about 125 to 130 of the virtual machine in each pool has been recomposed the new image, but 10-15 VMS in each pool were not reconstructed. They are currently closed. If I manually turn the, they have the old image.

    Now, I want to select just 10-15 VMS thos s in each pool and recompose the. The only options that I can see is to recompose the whole new pool or redial each VM one by one. I don't want to recompose the whole pool again and recomposing each VM individually will take a LONG time.

    When I go to desktop computers discovered in the administrator of the display and select the VM not recomposed, I don't get the opportunity to recompose.

    Can someone please help.

    There were errors, but I was unable to see them and all I could see the gray blocks, but nothing written on them. It seemed that the error windows were suspended by themselves.

    Thank you

    -Jay

    You can select certainly several computers desktop to a redial.  If your sub screen of the inventory of the pool just highlight several desktop computers and select recompose.  You can even choose the View Composer details view to sort by the image that is currently loaded.

    If you have problems for a reason, you could look at deleting workstations provided that they are in a floating pool that would simply allow view the based on the default image assigned to the pool to recreate.

  • You must use view client for windows to access view server connection"

    When I go to my security on the outside, I get a message in 5.1, but 5.0 would simply run the installation of the client.  Is this new 5.1?  "You must use view client for windows to access the server view connection."

    Well Yes new feature. Is VMware view Client unbundling

    Take a look at

    http://www.VMware.com/files/PDF/view/VMware-view-evaluators-Guide.PDF

    from pg 87

    On page 88, he says

    Portal of the view on the login server see the landing Page

    The URL root view connection server is hosting a view portal or download customer portal, as the default value, the destination page. The page contains instructions to launch an existing customer of the view and a link to a download page to the VMware.com website that contains a client compatible with the detected operating system version.

    The portal of the view is more directly initiates a Client installation view, but instead allows the user to manually call the installation process.

  • FDM to HFM - stand-alone server connectivity problem

    Hi Experts

    We have a problem and need help. We have FDM (11.1.2.0) on one server and another server the HFM (11.1.2.1) to which we try to connect. Both systems use different shared services. We use the FM11-X-G5E adapter. We have implemented a user in the HFM and we can get access to the application with the client for win 32 HFM (e.g. data grids) from FDM server open. In the profile of the machine, we entered correct HFM cluster name and the profile of the machine, we use the user that we put on the HFM server.

    We trying to do a test connectivity in the web client (find the target accounts in the section maps) that we receive the following error message:

    Error: Function [fConnect] adapter failed.

    In addition, the error logs have the following comments:

    -------------------------------------------------
    * FdmFM11XG5E Runtime Error Log entry begin [2011-08-31-14: 45:33] *.
    -------------------------------------------------------------
    Error:
    Code of... 5
    Description...
    {4C8A4CF4-EB87-4716-AA3F-38771AF765BE}2-214702489118/31/2011 02:45:32 PMxxxxxxxCHsxClient.cpp42811.1.2.0.0.2762-214702489108/31/2011 02:45:32 PMxxxxxxxxxCHsxClient.cpp89911.1.2.0.0.2762
    Process... clsFMAdapter.fConnect
    Component... C:\Oracle\Middleware\EPMSystem11R1\products\FinancialDataQuality\SharedComponents\AdapterComponents\fdmFM11xG5E\fdmFM11XG5E.dll
    Version... 145
    Identification:
    User... XXXX
    Name of the computer... XXXXX
    Connection of FINANCIAL MANAGEMENT:
    Name of the application...
    Name of the cluster...
    Field...
    Connect status... No open connection

    * Start the journal entry for the Runtime Error FDM [2011-08-31 15:25:09] *.
    -------------------------------------------------------------
    ERROR:
    Code............................................. 10054
    Description... Adapter function [fConnect] failed.
    Process... clsBlockProcessor.DimensionList
    The component... upsWBlockProcessorDM
    Version.......................................... 1112
    Thread........................................... 5432

    * Start the journal entry for the Runtime Error FDM [2011-08-31 15:25:10] *.
    -------------------------------------------------------------
    ERROR:
    Code...-2146818234
    Description... Adapter function [fConnect] failed.
    Procedure........................................ ObjScriptReturnMarshaler.GetDimensionList

    Any ideas?

    Ed. We have registered the DLL file

    Published by: Phil.R on 31.8.2011 05:59

    Phil,

    This isn't a support of integration. By the 11.1.2.1 app readme, 11.1.2.0 will be only supported to integrate with HFM 11.1.2.0.

  • MacBook 08 R2 server connection problem.

    I have a MacBook with OS X 10.6.8 I need to connect to a VPN running Server 2008 R2 by using L2TP IPSEC. All credentials and all the settings are in place, but my server still does not work.

    Hello
     
    Your question of Windows 7 is more complex than what is generally answered in the Microsoft Answers forums. Appropriate in the TechNet forums. Please post your question in the TechNet forums.
     
    You can follow the link to your question:

    http://social.technet.Microsoft.com/forums/en/category/WindowsServer/

  • How to fix VMware View Server certificate revocation check connection error?

    Dear community,

    For about 2 weeks, I feel a revocation of the certificate check error in our environment Horizon see 6.2. The strange thing is that, within 12 hours about two (replication) connection servers and the vCenter Server / server of composer (on the same machine) are considered as having invalid certificates, even if, in fact, they are valid (CA certificates). We use no security servers.

    The view admin console shows the following for servers connection:

    The server certificate is not approved.

    The server certificate cannot be verified.

    For the vCenter, he said (that I have validated manually the certificate):

    No problems found.

    Certificate is not approved, but the thumbprint of the certificate is accepted.

    With the connection series on 'full', States that the login server logs for the vCenter server:

    TRACE (B 17-0 - 0E98) < VCHealthUpdate > [NativeKeyVault] validateCertificateChain response: {result = FAIL, EndEntityReasons = cantCheckRevoked, ChainReasons = invalid, SelfSigned = false, EndErrorCode = 16777280, EndInfoCode = 258, ChainErrorCode = 16777280, ChainInfoCode = 256, PolicyErrorCode =-2146885613}

    As far as I can see there no similar entries for login server certificates in the newspaper.

    At the moment I am under the environment with composer and vCenter certificates manually valid and invalid connection (red) server certificates (as view clients and browsers are not disabled).

    I already checked that I am able to do everything 'green' again via setting the registry key 'CertificateRevocationCheckType'2 (as described here Configure the server certificates certificate revocation check). This brings me to the conclusion that one of the intermediate certificates cannot be validated. So, I had the information a "version" of an intermediate (intermediate certification authority) certificate has been revoked. There seems to be no coincidence - like the time point is as well, but this particular version does not appear to be used in the servers of my connection.

    However, even with full logging enabled, I can't information which (intermediate) certificate cannot be validated and why. I expected to see something like 'OCSP verification' or 'check the CRL' but I can't find it in the newspapers. However, I noticed that one of the intermediate certificates lacked the OCSP URL (even if the field "Authority Information Access" existed). Of course I updated the certificate with a version that contains the OCSP URL, but it has not changed anything.

    In addition, I checked manually all of the certificates in the chain with openssl (for OCSP) and CRLs as well, but everything seems to be OK (all URLS are accessible and no opportunity of certificate has been revoked). Actually, I do not interpret the error as "that the connection to the server is an invalid certificate because it has been revoked", but "it cannot check if it has been revoked. The servers do not need a proxy and nothing configured, so (I checked the proxy settings system context, also).

    For now, the problem is not critical, such as 'red' status connection server has no effect on our customers and so I could turn off certificate revocation check (or switch to check that the certificate of the server (2)). But of course, I would really solve the problem.

    Is there someone who can give me a hint on what to check, for example, how do I know which certificate cannot be controlled and why? Someone had the same or a similar problem? Support VMware is working on the problem as well, but they seem don't know is not the problem, either.

    I appreciate the thoughts and responses! Thank you!

    Best regards

    Fabian

    Dear community,

    During this time, I was able to correct the error described at the beginning of this thread. Jump to the end to see what could probably help you...

    1. At first, I installed an additional standalone VMware View Server connection in order to check the following related certificates:

      1. VMware support always told me to renew my certificates because they "were not valid" etc. - even if in fact they were (like external URL calls and attested manual verification and tests).
      2. That's why I created new additional certificates for the login server and configured to include the vCenter even as my production environment - only difference was I didn't inlcude the composer who runs the server vCenter himself.
      3. The result was that the server was "green" including both the vCenter Server certificate which could be 'not reliable' by the environment of production - strange, huh?
    2. After I reset the additional server to a turned wink where connection to the server was not yet installed (before that, I uninstalled the connection to the server in case there is information in vCenter thereon) and reinstalled as a replica of the production environment server. Somehow I expected this, but still quite strange the vCenter Server (and composer) now again was considered "invalid", even if the certificate of the server connection itself considered still valid and green. For test purposes, so I put certifice revocation checking on '2' (only one server certificate check) - but only on the 'old' production servers' and 'magical' everything has been considered valid. So as I see it, there seems to be some sort of information stored on the 'old' connection servers that makes them believe that invalid certificates and that the information is replicated on the third server unless I lower the revocation of the certificate controls on these servers. Altervative explanation could be that VMware View does not accept certificates with aliases that do not include the 'real' server name - that is / was in fact certificates the old servers connection. The new server certificate connection included the real name and the alias. I understand if this is the case, but then I expect that it be documented somewhere (I have not found this information) and also wouldn't understand why it worked without problem for several years before.
    3. After finding that out, I created new certificates for the 'old' connection servers, including aliases and real names and replaced the certificate on one of the servers (and restarted the login server) - only a few successfully. Once I put the revocation checking on '4' again on this server, the login server certificate was still considered valid, but not the vCenter and certificate of composer.
    4. Now, I've uninstalled the old login server (removed from the view) and reinstalled completely (including an update of the 2008 R2 2012 R2 OS) and after I have it reintegrated into the environment, everything remained green - as long I have will activate revocation checking on the second login server "old." This is why I did the same with this (completely reinstalled and reinstated it) and now everything is green with the revocation checking enabled on all replicas of server connection.
    5. The next step I uninstall the additional replica because I created only for troubleshooting purposes.

    So what will no doubt help in similar cases:

    • Reinstall the servers of connection one by one, including:

    • Uninstalling html access (if used), uninstall the login server to view, uninstall 'VMware' AD LDS Instance.
    • Removal of the connection to the server of replication group: run "s - r s uninstalled_ vdmadmin.exeservername" on one of the servers connection remaining.
    • Reinstall/Update OS (may not be necessary, but I did not test that)
    • Reininstall, return to the login server replica. If you used the certificates which included only the alias of the server I recommend you to create new ones, including the name of the server as well, but maybe it's not necessary as well. If you want to keep the certificates which only inlcude the alias it will be necessary to install this certificate after the first replication of the servers (see below).

    My question for technicians of VMware/developers: It is supported to use certificates include only the server alias. Otherwise why it worked before and where is it documented? Where are certificate cached information so that simply replace the certificate was only some, and not a complete success (see above). FYI - when I paired initially replicas that I had to install the CA (including only the pseudonym) after the first replication - now with certificates (including the server name and the alias), I could install the certificate before you replicate (= the login server installation).

  • Testing VMware View 4.0 problems

    I test a trial version of VMware View 4 and needs help with some problems, that I manage to get the software to work.

    The problems are:

    -Use of vSphere 4.0 Client to manage the ESX, the feature 'Models and virtual computers' server is missing from the inventory menu.

    -After creating a Windows XP VM on the ESX Server, I am not able to create a model of the virtual machine.

    -Help the administrator view, there is no source of office, and I'm not able to create jobs, or add users or groups, even if I am connected to the server VirtualCenter and display server in the Configuration section.

    I have installed and configured the following:

    -ESX 4.0

    -VMware vCenter with View Composer on a Windows 2003 server,

    -Find out the connection to the server on another Windows 2003 Server

    -A Windows XP VM with the view on the ESX Server agent

    -client vSphere 4 on my PC

    The problems I encounter are similar to the following thread:

    http://communities.VMware.com/thread/255512

    the difference in my case is that I installed vCenter and view server connection?

    Any suggestion would be appreciated.

    It seems that you connect directly to the ESX Server and not to the vCenter.

    Sources of funds will be filled when you configured your pools correctly in the display manager.

    Best regards

    Linjo

    If you find this information useful, please give points to "correct" or "useful".

  • Strange connection problem

    This happens on the Simulator and the current device.  I did it on 8800, 8703e, 8320 and 7100i.  OS 4.1 and 4.2.  Also tried on multiple media.  Tried with and without a BES.

    I am able to create an http connection initially, and everything works fine.  I log in, I get my data.  Large.

    However, when I leave my application and go to the Blackberry Desktop and turn the Wi - Fi market then re - enter my app and try to make the same connection, it will not work.

    When you run the debugger, it seems to try and make the ' status int = httpConn.getResponseCode (); »

    line of code and won't go further.  It will be expire.  In fact, he gets caught by the try catch statement.  The Exception toString is ' java.io.InterruptedIOException: Local connection timed out after ~ 120000'

    My connection code is...

         StreamConnection s = null;      String finalUrl = "";       finalUrl = "http://" + login.url + directoryPath + filename + local.getUrlPlus();       try {           s = (StreamConnection) Connector.open(finalUrl);            HttpConnection httpConn = (HttpConnection) s;           httpConn.setRequestMethod(HttpConnection.POST);         httpConn.setRequestProperty("user-agent", "BB DOC");            httpConn.setRequestProperty("content-type", "application/x-www-form-urlencoded");           httpConn.setRequestProperty("connection", "close");         byte d[] = data.getBytes();         httpConn.setRequestProperty("content-length", Integer.toString(d.length));          OutputStream os = s.openOutputStream();         os.write(d);            if (os != null)             os.close();         int status = httpConn.getResponseCode();            if (status == HttpConnection.HTTP_OK) {             InputStream input = s.openInputStream();                //parses the content returned               input.close();          } else {                ;//Had a server connection problem                      }           s.close();          httpConn.close();       } catch (IOException e) {                   ;//Catches the timeout here.        }
    

    Seems the only way to solve this problem is to restart the Simulator.

    Only occurs when the wireless is displayed/hidden market.  Sound like something not be reset or something.  I have simulated this when the unit is made of coverage and brought back in coverage, but the error never occurred.  Only when the wireless is turned on and the.

    What of even weirder, is that I have been using the same connection code for over a year without any problems.

    Someone at - he already experienced this?  Its driving me crazy.

    Any help would be more then appreciated.  Thank you!

    This seems to be a matter of BlackBerry Simulator.  I was able to reproduce and checked that it has been fixed in version 4.3.0 the BlackBerry Simulator.

  • -L' view authentication connection to the server has failed

    Hello

    I had an error in client to VM Ware view, view the server connection authentication failed, initialization of SSl when connecting to the server https://a.b.c:443 could not help me please come out of this.

    Which version of the client do you use?

    It could be this problem.

    https://communities.VMware.com/message/1549700

    Upgrade to the latest 2.3 and try and connect again.

    Mark

  • View domain for the server connection help please

    OK, I don't know where to put this so I hope it's a good place. I tried to install view connection server on my last windows 2003 server. I built a laboratory at home with a dedicated server for vCenter, AD and view connection. When trying to install view connection Server 4.5 sound telling me:

    "This computer is a member of a domain, but no server connection can be found. Please make sure that this computer is properly connected to a domain and that a domain controller is available before to perform this installation again'

    OK, so I logged on windows Server 2003 view connection using active directory so why it gives me this error?

    Thank you.

    Start by pingging your AD server's DNS server.  Also, try ping the DNS server of the virtual machine that you are trying to install the view on.  You can try it joined to the domain by using the command NET DOM.  We do in our environment at all correct control but can not quite understand our this is the problem.  You can also check the event viewer on the virtual computer to see if he throws all Kerberos events associated with the certificate expiring this testimony of course that the server may need to be joined to the domain.  The virtual machine was interrupted for a while?

    See you soon,.

    Chad King

    VCP-410. Server +.

    Twitter: http://twitter.com/cwjking

    If you find this or any other answer useful please consider awarding points marking the answer correct or useful

  • I need some help please (Horizon View Client can) do not connect to the server of connection, invalid key license server connection

    Dear professionals

    I am trying to connect to connect to the server via the Client view Horizon but when I enter the IP of the server connection I got the error message indicating that

    connection to the server was not a valid license key (see attached photo)

    everything has been installed and configured correctly, I added the vcenter Server view Portal administrator and I also added new swimming pool inside

    See administrator portal, but I don't have the login server license key.

    should I really buy the connection to the license key server? is there any version of the elevation of the connection to the server?

    Please help me

    Thank you

    naoufl

    Yes you need a license key to use the view of the Horizon, there is a 60-day evaluation license if you register here:

    Try VMware view Horizon: Access virtual office

Maybe you are looking for

  • presentation is not showing is not the projector

    I am a teacher. I use keynote to give the notes/lecture to my students. Today, after having finished class I escaped to my presentation and made preparations to restart. When I hit 'play', the presenter appeared on my MacBook Pro retina (as it does i

  • Satellite C660 - browser slider slide down of internet pages

    Hi people, I have a problem with a Toshiba Satellite C660 I on the temporary loan out of warranty. Win 7 Home 64 bit. SP1. 4 MB of ram.Recently, the original HARD drive failed and it was replaced with a Samsung HP - M 160MBB with a new Win 7 full rel

  • iPod Nano would not download songs from Apple

    Sync music between Macbook and iPod Nano.  Received an error a few songs from Apple could not transfer.  Why not and what do I do?

  • Helix died on me, does not start after the BIOS update

    I just did an update of the BIOS the other day. No idea what version it is. When I started it it said "error detection on the HARD drive...". ». I have since reset the BIOS by default options, and now it starts with a splash BACK-like screen that sho

  • Where can I get a Windows Vista installation disc?

    My old Acer laptop crashed about a year & a half.  I bought a new laptop.  The other day I plugged it to see what would happen.  He came & the guest a insert the Windows Vista installation disc.  Where can I get this drive?  Windows Vista came pre-in