Vbscript shortcut to launch IE in virtual environment, launches IE physically

Hi All,
I'm using the below script to launch IE with addressbar disabled and also to have it as the first window when the shortcut is launched. My URL requires Java and hence it has been included in the virtual package.
On Error Resume Next
Set WshShell = Wscript.CreateObject("Wscript.Shell")
Set ObjIE = Wscript.CreateObject ("IntenetExplorer.Application")
ObjIE.Menubar = 1
ObjIE.Toobar = 0
ObjIE.statusbar = 0
ObjIE.Navigate (www.google.com)
ObjIE.visible = 1
WshShell.AppActivate objIE.Document.Title
This VBS script is the target of my shortcut and is launched in the VE using the appvve switch. But my Internet explorer does not launch in VE as my Java plugins are not loaded in the IE. Please let me know how to handle it?
Regards,
Azhar.

Run a ProcMon trace of the app launch and look at the tree view to see a timeline of process launches. What you want to see is wscript.exe starting in the virtual environment and then iexplore.exe being started as a child process. If iexplore.exe is started
by some other process already running outside of the bubble then this would be the cause. Also make sure that no external iexplore.exe processes are already running when you launch.
Is this IE11? If so, try testing with an earlier version of IE. Not that this would be a good fix for a production scenario, but it would at least help to narrow down the problem. I have heard reports of IE11 behaving strangely in some scenarios with App-V.
Dan Gough - UK App-V MVP
Blog: packageology.com
Twitter: @packageologist
LinkedIn

Similar Messages

  • SWTBot tests inconsistent for Kepler in Windows Virtualized Environment

    Hallo,
    I am using SWTBot to test an Eclipse E4 RCP Application based on Eclipse 4.3 (Kepler).
    My SWTBot tests are run as part of a Maven / Tycho Build.
    When I launch the maven build on my development workstation the tests are working.
    On the build server the maven build is trigged by TFS / MSBuild
    Before the 6th of June, 2015 , the tests used to run both in my development environment and in the build environment.
    Now, after 6th of June, the tests are not working anymore on the Build server (Vindows Virtualized Environment). There was no code change in the period, but now the tests are failing.
    Currently the tests executed on the build server are always returning an error similar to this: "Could not find widget : .. "
    As described above, the same tests are working on my local development environment; and the same tests used to work on the build server in previous months.
    So,
    (1) I am wondering if there was any change in the SWTBot code, that resulted in an incompatibility with Windows Virtual Environment.
    (2) Is it possible to get the state of the update site before June 2015 ?
    - If so please, tell me how
    Thank you in advance for spending your time on this

    I love Windows on my MacBook, but I'm not a gamer (at all) and I know gaming is the ultimate road-test. Your post indicates you are likely competent enough to draw a thorough conclusion on your own, but I notice you have not considered malware, spyware, virus & anti-virus interference. I suppose this was likely taken care of by a fresh install, but maybe reinfection happened just as fast. One thing I have done is to open Device Manager and identify + update all possible stale drivers. Apple is not that aggressive at providing new ones.
    Must be vexing to have this happen, but it is an interesting post, since people everywhere are wondering if Apple hardware really IS as good as PC....
    I invite gamers everywhere to add to this..... Cheers

  • Local Application inside Virtual Environment

    Hi,
    I have a bunch of plugins etc as AppV packages in 5.0sp3.  Via the RunVirtual key, I have iexplore.exe set to run inside a Virtual Environment.  When this is done, IE has access to all of the required Virtual plugins as it should.  So far,
    so good.
    However, I have Adobe Reader 9.4 installed locally.  If iexplore doesn't run in the VE (by removing the RunVirtual key), the Adobe Reader plugin works fine.  PDF's open in the browser as expected.
    If iexplore runs inside the VE, the Adobe Reader PDF helper is available, yet, it will explicitly launch the reader application as opposed to displaying the PDF in the browser.
    Point to note:  I do have Reader as an AppV package but users are experiencing issues with the application hanging when accessing PDF documents.  So I'm now testing the provisioning of Reader as a locally installed app rather than via AppV.
    Any help would be greatly appreciated.
    Cheers
    Regards,
    Stan Svetec
    Blog:
    http://stansvetec.blogspot.com 
    Twitter:   LinkedIn:

    Did you tried HF1 for App-V 5.0 SP3 yet? I don't know if this will fix your issue with Adobe Reader but HF1 does fixes some Adobe Acrobat related issues. So it's worth trying.
    http://blogs.technet.com/b/appv/archive/2015/03/18/hotfix-package-1-for-microsoft-application-virtualization-5-0-service-pack-3-is-now-available.aspx
    Good find.  The reason I want to localize Reader is because I'm pretty convinced AppV Reader is what is hanging IE when users/IE needs the Reader plugin in my XenApp 6.5 environment.  This will be interesting to see if it helps the situation.
    Regards
    Regards,
    Stan Svetec
    Blog:
    http://stansvetec.blogspot.com 
    Twitter:   LinkedIn:

  • LLVM ERROR: Error: Unable to launch the Java Virtual Machine

    Having expanded the kit and followed directions to compile the samples
    On Windows 7, the complaint is
         LLVM ERROR: Error: Unable to launch the Java Virtual Machine.
    I have about a dozen JVMs installed, the default is 64 bit java 1.8_05
    make FLASCC="/cygdrive/c/crossbridge/sdk" FLEX="C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\sdks\4.6.0"
    make[2]: Entering directory `/cygdrive/c/crossbridge/samples/01_HelloWorld'
    -------- Sample 1 --------
    First let's compile it as a projector:
    "/cygdrive/c/crossbridge/sdk/usr/bin/gcc" -Werror -Wno-write-strings -Wno-trigraphs hello.c -o hello.exe
    cc1: error in backend: Failed to run /cygdrive/c/crossbridge/sdk/usr/bin/../../usr/bin/llc with args: -jvm=C:\windows\sy
    stem32\java -filetype=obj C:\crossbridge\cygwin\tmp\ccb4oprU.o -o C:\crossbridge\cygwin\tmp\ccb4oprU.o -jvmopt -Xmx1500M
    Error:
    LLVM ERROR: Error: Unable to launch the Java Virtual Machine.
    This usually means you have a 32bit JVM installed or have set your Java heap size too large.
    Try lowering the Java heap size by passing "-jvmopt=-Xmx1G" to gcc/g++.
    Stack dump:
    0.      Program arguments: C:\crossbridge\sdk\usr\bin\llc.exe -jvm=C:\windows\system32\java -filetype=obj C:\crossbridge
    \cygwin\tmp\ccb4oprU.o -o C:\crossbridge\cygwin\tmp\ccb4oprU.o -jvmopt -Xmx1500M
    1.      Running pass 'Function Pass Manager' on module 'C:\crossbridge\cygwin\tmp\ccb4oprU.o'.

    After the above, the "samples" build still failed on sample 5.
    My explanation is that my typical devlopers path is full of all kinds of stuff, including perl,
    msvc, some version or other of cygwin, some random unix command tools, and so on.
    I eventually fixed the rest of the samples build process by cleaning up my path.
    In run.bat, before the path modification
    # set a minimal path to avoid contamination of the environment with unexpected programs
    # note this includes the JDK path we want to use
    set path=C:\java\jdk1.8.0\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;

  • Oracle Application Server 10g on a virtual environment

    Hi,
    Can anyone provide us the Step by Step approch to install Oracle Application Server 10g on a virtual environment on solaris cluster?

    HI,
    Oracle is provided two documents for OAS install in Solaris (32bit and 64bit).
    Here I am providing both documents.
    http://docs.oracle.com/cd/B31017_01/solx86.1013/install.pdf --- Oracle app server install 32bit
    http://docs.oracle.com/cd/B31017_01/sol.1013/install.pdf -- orcle app server install 64bit
    Award points it is useful.
    Thanks,
    satya

  • XI/PI 7.0 Installation on Windows Machine (Virtualized Environment)

    Hi All
    We are planning to install XI/PI 7.0 on virtualized environment (Windows as OS) for Development and Test Environment
    Does anyone has experince installing this on Windows environment (virtualized environment) and also prons and cons, in installing it on Windows
    Please let me know your feedback as we have to finalise the OS for XI/PI 7.0 Installation
    Thanks in Advance
    Thanks with regards
    Deelip

    hai check the below links
    https://www.sdn.sap.com/irj/sdn/articles-lastyear?startindex=121
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a04e59be-f51f-2a10-829b-dd3e5a359aa4
    note:award points if found helpfull
    regards
    chandrakanth.k

  • IDS in a Virtualized Environment

    Can anyone elaborate on an IDS solution for a virtualized environment?
    I  have blade servers running ESX/ESXi - heavily virtualized environment.  Im using blade switches as chassis I/O - no pass throughs.
    The  requirement is to run an IDS service such that VM-to-VM traffic is  monitored. The traffic flow can be between two VMs on the same blade, 2  VMs on two separate blades in the same chassis, or two VMs on two  separate chasses...
    In that case, I see 3 traffic flows off the bat...
    same blade: vm-to-vm traffic is switched by a hypervisor switch (1000v or vmware vDS).
    different blades in same chassis: vm-to-vm traffic will leave blade and be switched by chassis hardware switch (chassis I/O blade).
    different chassis: vm-to-vm traffic will have to go to ToR (maybe even end-of-row).
    NOTE: if VMs are on different VLANs, traffic will always go to end-of-row/agg switches (the L3/L2 boundary).
    So  given all those possible flows, what is the best way to go about  deploying an IDS service? Placement? Virtual or physical? etc....
    Thanks!

    Since you're asking this question in a Cisco forum, I assume you are looking for a Cisco type answer.
    Cisco does not have any VM based sensors (unlike Sourcefire, and maybe some other vendors).
    It appears that you can not configure a virtual switch to span traffic externally. However you CAN set up a VMware host to promiscuously receive a copy of all traffic on the vswitch.
    I read about this solution that might help, but I've never tired it:
    “The Solera V2P Tap is a VMware™ virtual appliance that passively  captures network traffic flowing through an ESX Server virtual switch.  The Solera V2P Tap then regenerates that traffic to any physical port,  and then onto the physical wire, for complete visibility into the  traffic and analysis by any existing security or management tool for  in-depth monitoring or analysis.”
    http://www.soleranetworks.com/products/datasheets/datasheetV2Ptap_web.pdf
    - Bob

  • IDS in a Virtualized Environment (vmware)

    Can anyone elaborate on an IDS solution for a virtualized environment?
    I have blade servers running ESX/ESXi - heavily virtualized environment. Im using blade switches as chassis I/O - no pass throughs.
    The requirement is to run an IDS service such that VM-to-VM traffic is monitored. The traffic flow can be between two VMs on the same blade, 2 VMs on two separate blades in the same chassis, or two VMs on two separate chasses...
    In that case, I see 3 traffic flows off the bat...
    same blade: vm-to-vm traffic is switched by a hypervisor switch (1000v or vmware vDS).
    different blades in same chassis: vm-to-vm traffic will leave blade and be switched by chassis hardware switch (chassis I/O blade).
    different chassis: vm-to-vm traffic will have to go to ToR (maybe even end-of-row).
    NOTE: if VMs are on different VLANs, traffic will always go to end-of-row/agg switches (the L3/L2 boundary).
    So given all those possible flows, what is the best way to go about deploying an IDS service? Placement? Virtual or physical? etc....
    Thanks!

    This topic was disccussed in this thread from last week:
    (too bad we can't merge threads)
    https://supportforums.cisco.com/thread/2092838?tstart=30
    - Bob

  • SDDM 4 EA3: Unable to launch the Java Virtual Machine (Win 7 64bit)

    SQL Developer v4 EA3 is working fine, but I decided to download the stand-alone SQL Developer Data Modeler because I had seen people recommending using it in favor of the one bundled with SQLDEV.
    Windows 7 64-bit
    Java (64 bit) installed into C:\Program Files\Java\jdk1.7.0_25
    When I double-click the short-cut to start SDDM I get the following pop-up dialog error:
    Title:  Oracle SQL Developer Data Modeler
    Unable to launch the Java Virtual Machine
    Located at path:
    C:\Program Files\Java\jdk1.7.0_25\bin\msvcr100.dll
    ***NewsFlash***
    I think I stumbled on the solution just prior to posting,  so here is what worked for me in case anyone else runs into this....
    I had created a desktop short-cut to "C:\Program Files\datamodeler\datamodeler.exe", which I am guessing is the 32bit version of the binary file.   
    I was able to launch successfully by pointing to "C:\Program Files\datamodeler\datamodeler64.exe"

    That path is incorrect - strip everything after the jdk1.7.0_45\

  • Project Server jobs going to "Waiting to be processed" state after resolving Error:1053 in virtual environment.

    Hi all,
    I am using project server 2007 in virtual environment. Before some time, my project server queue service was not starting & it gave Error: 1053. Then server team made some small changes in registry & resolved the problem. After that queue service
    was in running condition. But when any job goes into queue, it processed the job first, then after some processing, it goes into "waiting to be processed", and after some time it again starts processing. So, the project server queue is working very
    very slow. I restarted queue, event, sql, timer services, but no benefit.
    In log it is showing "Queue unable to interact with SQL.".
    Please Help....
    Thanks.
    Thanks & Regards Pradeep Gangwar

    Hi Hrishi,
    ULS log is as below:
    ===========================================================
    02/12/2013 10:19:20.99 OWSTIMER.EXE (0x0460)                  
    0x089C
    Windows SharePoint Services   Timer                        
    5uuf Monitorable
    The previous instance of the timer job 'Shared Services Provider Synchronizing Job', id '{AD482C7A-A6D5-4313-A4B6-3F5A78730F61}' for service '{54B6D7E9-6F24-459E-92AC-E11FB157B119}' is still running, so the current instance will be skipped.  Consider
    increasing the interval between jobs.
    02/12/2013 10:20:10.58 w3wp.exe (0x04C0)                      
    0x13FC
    Windows SharePoint Services   General                      
    8m90 Medium  
    105 heaps created, above warning threshold of 32. Check for excessive SPWeb or SPSite usage.
    02/12/2013 10:20:29.99 OWSTIMER.EXE (0x0460)                  
    0x089C
    Windows SharePoint Services   Timer                        
    5uuf Monitorable
    The previous instance of the timer job 'Config Refresh', id '{5BA90EA2-D960-4F00-BF99-2C9C96056FB1}' for service '{46CB2006-65AC-40C6-9B5D-E2924F18B8CD}' is still running, so the current instance will be skipped.  Consider increasing the interval
    between jobs.
    ==========================================================
    And in Event Viewer, it is showing:
    ==========================================================
    Log Name:      Application
    Source:        Office SharePoint Server
    Date:          12-02-2013 10:14:02
    Event ID:      7761
    Task Category: Project Server Queue
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      xyz
    Description:
    Standard Information:PSI Entry Point: 
    Project User: domain\epmadmin
    Correlation Id: a5e020df-ee43-417f-b47c-a1f1142fe2cf
    PWA Site URL: http://xyz/PWA
    SSP Name: SharedServices1
    PSError: Success (0)
    An unxpected exception occurred in the Project Server Queue. Queue type (Project Queue/Timesheet Queue): ProjectQ. Exception details: CompleteGroup failed.
    ===========================================================================================================================================================
    Log Name:      Application
    Source:        Office SharePoint Server
    Date:          12-02-2013 10:14:02
    Event ID:      7758
    Task Category: Project Server Queue
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      xyz
    Description:
    Standard Information:PSI Entry Point: 
    Project User: domain\epmadmin
    Correlation Id: a5e020df-ee43-417f-b47c-a1f1142fe2cf
    PWA Site URL: http://xyz/PWA
    SSP Name: SharedServices1
    PSError: Success (0)
    Queue SQL call failed. Error: System.Data.SqlClient.SqlException: Violation of PRIMARY KEY constraint 'PK_MSP_QUEUE_PROJECT_GROUP_ARCHIVE'. 
    Cannot insert duplicate key in object 'dbo.MSP_QUEUE_PROJECT_GROUP_ARCHIVE'.
    ===========================================================================================================================================================
    Log Name:      Application
    Source:        Office SharePoint Server
    Date:          12-02-2013 10:14:02
    Event ID:      7754
    Task Category: Project Server Queue
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      xyz
    Description:
    Standard Information:PSI Entry Point: 
    Project User: domain\epmadmin
    Correlation Id: a5e020df-ee43-417f-b47c-a1f1142fe2cf
    PWA Site URL: http://xyz/PWA
    SSP Name: SharedServices1
    PSError: Success (0)
    Queue unable to interact with SQL. Queue type (Project Queue, Timesheet Queue etc): 
    ProjectQ Exception: Microsoft.Office.Project.Server.BusinessLayer.Queue.QueueSqlException: CompleteGroup failed ---> 
    System.Data.SqlClient.SqlException: Violation of PRIMARY KEY constraint 'PK_MSP_QUEUE_PROJECT_GROUP_ARCHIVE'. 
    Cannot insert duplicate key in object 'dbo.MSP_QUEUE_PROJECT_GROUP_ARCHIVE'.
    ==========================================================
    Thanks & Regards Pradeep Gangwar

  • Running MII on a Wintel virtual environment + hybrid architecture questions

    Hi, I have two MII Technical Architecture questions (MII 12.0.4).
    Question1:  Does anyone know of MII limitations around running production MII in a Wintel virtualized environment (under VMware)?
    Question 2: We're currently running MII centrally on Wintel but considering to move it to Solaris.  Our current plan is to run centrally but in the future we may want to install local instances local instances of MII in some of our plants which require more horsepower.  While we have a preference for Solaris UNIX based technologies in our main data center where our central MII instance will run, in our plants the preference seems to be for Wintel technologies.  Does anybody know of any caveats, watch outs or else around running MII in a hybrid architecture with a Solarix Unix based head of the hybrid architecture and the legs being run on Wintel?
    Thanks for your help
    Michel

    This is a great source for the ins/outs of SAP Virtualization:  https://www.sdn.sap.com/irj/sdn/virtualization

  • 11g in virtual environment

    Good day to all,
    I have certain questions regarding Oracle 11g working under virtual environment, and any information in this regard is most welcome.
    We are planning to migrate multiple existing databases(say 9i, 8i, 10g) on one bigger server with sufficient RAM, CPU and other resources.
    We are planning to migrate all the above databases on 11g and use some virtual environment software to install multiple 11g databases on that server.
    I think the migration should not be a big issue as we will use simple export and import.
    My questions and doubts in this regard are as follows
    (1) Is it practical to run production databases in virtual environment
    (2) Is 11g is mature enough to be used in such environment(or 10g r2 will be better option)
    (3) If one runs multiple databases or instances in virtual environment, how the Kernel setting of one database will effect the other one as I have heard that these virtual software’s( for example VMware) shares some common files for system resource.
    (4) Which OS will be a better option in such scenario(HP UX, SUN Solaris, Windows....)
    (5) If any one is working in such scenario can suggest his or her own experience.
    (6) Any other suggestion will be appreciated.
    Regards
    Ans

    (1) Is it practical to run production databases in virtual environment Yes
    (2) Is 11g is mature enough to be used in such environment(or 10g r2 will be better option) Yes. Infact, there are some really good features of 11g that you may want to consider. Deciding 10g or 11g, depends on the type of databases are in hand. It would be better if you'd do some testing on both environments to come to a better conclusion.
    (3) If one runs multiple databases or instances in virtual environment, how the Kernel setting of one database will effect the other one as I have heard that these virtual software’s( for example VMware) shares some common files for system resource.
    http://download.oracle.com/docs/cd/E11081_01/doc/doc.21/e10901/resources.htm#CJADCIHE
    http://download.oracle.com/docs/cd/E11081_01/doc/doc.21/e10898/ha.htm#insertedID1
    (4) Which OS will be a better option in such scenario(HP UX, SUN Solaris, Windows....) Depends on lot of things. If you use Oracle 11g, you may want to conseder Oracle VM with Oracle Unbreakable Linux/Oracle Enterprise Linux
    Hope it helps.
    Regards,
    Z.K.

  • Oracle file handling in Virtual Environment

    Hi Gurus,
    We have a 9i environment, where file handling is being done till now.
    The client now got migrated to 10g, on a virtual environment.
    We are using external tables, and doing file operations (populating CSV files etc..) till now on 9i.
    I heard that the concept of files (directory paths) does not exist on the VDC(Virtual Data Center) environment.
    Can anyone clarify on this, why this can't happen, and if so what is the workaround for such cases.
    Thanks & Regards
    RK Veluvali

    I've never had such problems, but I've sure heard about them (or problems like them) a fair amount over the years.
    If you can report specific problems to Adobe here (1 problem per report), there is a chance it will do some good:
    Recently active topics in Photoshop Family about Photoshop Lightroom
    Note: one thing I realized way back is that I did not want to leave anything up to Lightroom (or chance), file-handling-wise, and so always assure my naming convention does not result in duplicate files. I NEVER want a -2 added to any of my files (ok, sometimes when testing, but otherwise: not). So anyway, to make a long story short, I recommend conventions and workflow which avoids the drama as much as possible.. - good luck (sorry I've not been more help..).
    Rob

  • Third party hosting in virtual environment

    Hi
    We have just won our first web tools implementation.
    The customer is considering using third party hosting. The third party company has asked if web tools can be hosted in a virtual environment e.g. Microsoft Virtual Server.
    Is it okay to use a virtual environment and if so are there any issues/concerns etc. with doing this?
    Any feedback greatly appreciated particularly if someone has already done this.
    Thanks
    Regards
    Lynne

    Hi Lynne,
    We typically recommend using virtual machines only for test environments.
    We have seen some issues that appear to be related to running Webtools from a virtual machine.  Specifically,  the session cache appears to be recycled very frequently and is sometimes "lost", resulting in a number of errors to the enduser.
    This may be an issue that can be addressed by throwing hardware at the problem, but, since SAP does not run QA in virtual machines, this is nothing I could vouch for.

  • Can CUCM 8.5 version be installed on a DL 380 G5 server in Virtual environment (Vmware Esxi 4.0 or 4.1)? Or does it have to be only installed in UCS boxes for VMware?

    Can CUCM 8.5 version be installed on a DL 380 G5 server in Virtual environment (Vmware Esxi 4.0 or 4.1)? Or does it have to be only installed in UCS boxes for VMware?
    1. If the installation is possible for the Vmware instance on a DL 380 G5/G6 server , will that be supported by Cisco ?
    Similary is the case with CUIC 8.5. Has anybody worked on these do suggest ideas.

    Virtualized UC applications from Cisco are only supported on the UC on UCS platform using ESXi 4.0, 4.0 Update 1, or 4.1 - hypervisor support may vary based on application.
    Hailey
    Please rate helpful posts!
    Sent from Cisco Technical Support iPhone App

Maybe you are looking for

  • Videos and movies no longer recognized after AP 3.3.2 restore

    I had to restore my entire hard disk due to corruption by Apple's iPhotoLibrary Upgrader utility. After a Time Machine restore (suggested by Apple Support), I realized that I did not backup the AP3 application. I got out my original AP3 install DVD,

  • Web Service Security using OpenSSO

    Hi, I have a question regarding the usage of the OpenSSO in order to secure web services. I have read the documentation and it states the OpenSSO enables web service security. However, in the docs the main scenario is where the WSC and WSP are protec

  • Error 1336 when I install or uninstall NI Labview related files.

    The error message is: "Installer Error There was an error creating a temporary file that is needed to complete the installation" My IT guys found that the installer is trying to create a temporary file for a Mozilla plug-in. WHY IS IS IT NECECCASY TO

  • Please adjust base unit and coversion factor

    Hello Frinds, When I am going to change purchase info record, I am getting the error "Please adjust base unit and coversion factor". Base unit in info record and material master are same. I don't understand reason for this error. can anybody help me

  • Deployment Error Channel.Security.Error

    All, I'm receiving the below error when trying to deploy my FLEX 2 page. Everything works fine when I run the page from within the Flex Builder, but as soon as I move the files to within my Virtual Directory and try to access the page through a web B