Software packager

Hello,
i have downloaded and installed oracle software packager.
i have jdk1.1.8, set the classpath and path.
i run the software packager and use the wizard to create a component(folowing the tutorial from the documentations).
after the component is created succesfully, i can not add files or do something else.
on every buton i push (except exit) nothing happend.
i can not move through the tab pages describing the component(platform/languages ... etc).
if i look at the logs: osp.err i see the followings(just a part of err):
Exception occurred during event dispatching:
java.lang.NullPointerException
     at oracle.sysman.oii.oiis.OiisCompJarLoader.getName(OiisCompJarLoader.java:309)
     at oracle.sysman.ois.oisc.oiscg.OiscgReadBack.readbackComponent(Compiled Code)
     at oracle.sysman.ois.oisc.oiscg.OiscgReadBack.readbackComponent(Compiled Code)
     at oracle.sysman.ois.oisc.oiscg.OiscgReadBack.readBack(OiscgReadBack.java:369)
     at oracle.sysman.ois.oisc.oiscm.OiscmComponentManager.importComponents(Compiled Code)
     at oracle.sysman.ois.oisu.oisua.OisuaComponentManager.importComponent(OisuaComponentManager.java:1666)
     at oracle.sysman.ois.oisu.oisua.OisuaComponentManager.importAllUnits(Compiled Code)
     at oracle.sysman.ois.oisu.oisua.OisuaIInstallUnitManager.importComponent(OisuaIInstallUnitManager.java:500)
     at oracle.sysman.ois.oisu.oisua.OisuaInvisibleRootProxy.commandIssued(OisuaInvisibleRootProxy.java:155)
     at oracle.sysman.ois.oisu.oisuc.OisucOpenComponentsProxy.commandIssued(OisucOpenComponentsProxy.java:207)
     at oracle.sysman.ois.oisu.oisua.OisuaAppContainer.commandIssued(OisuaAppContainer.java:485)
     at oracle.sysman.emSDK.client.guiComponent.commandAdapter.CommandAdapter.deliverEvent(Compiled Code)
     at oracle.sysman.emSDK.client.guiComponent.commandAdapter.CommandAdapter.commandIssued(CommandAdapter.java:422)
     at oracle.sysman.emSDK.client.guiComponent.commandAdapter.CommandAdapter.actionPerformed(CommandAdapter.java:386)
     at oracle.ewt.lwAWT.lwMenu.LWMenuItem.processActionEvent(Compiled Code)
     at oracle.ewt.lwAWT.lwMenu.LWMenuItem.processEventImpl(Compiled Code)
     at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Compiled Code)
     at oracle.ewt.lwAWT.LWComponent.processEvent(Compiled Code)
     at oracle.ewt.lwAWT.lwMenu.LWMenuItem.activate(Unknown Source)
     at oracle.ewt.lwAWT.lwMenu.laf.VertMenuItemController.mouseReleased(Unknown Source)
     at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:221)
     at java.awt.Component.processMouseEvent(Compiled Code)
     at oracle.ewt.lwAWT.LWComponent.processMouseEvent(Compiled Code)
     at java.awt.Component.processEvent(Compiled Code)
     at java.awt.Container.processEvent(Compiled Code)
     at oracle.ewt.lwAWT.LWComponent.processEventImpl(Compiled Code)
     at oracle.ewt.lwAWT.lwMenu.LWMenuItem.processEventImpl(Compiled Code)
     at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Compiled Code)
     at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp._redispatchEvent(Compiled Code)
     at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp._redispatchEvent(Compiled Code)
     at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp.mouseReleased(Unknown Source)
     at java.awt.Component.processMouseEvent(Compiled Code)
     at oracle.ewt.lwAWT.LWComponent.processMouseEvent(Compiled Code)
     at java.awt.Component.processEvent(Compiled Code)
     at java.awt.Container.processEvent(Compiled Code)
     at oracle.ewt.lwAWT.LWComponent.processEventImpl(Compiled Code)
     at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Compiled Code)
     at oracle.ewt.lwAWT.LWComponent.processEvent(Compiled Code)
     at java.awt.Component.dispatchEventImpl(Compiled Code)
     at java.awt.Container.dispatchEventImpl(Compiled Code)
     at java.awt.Component.dispatchEvent(Compiled Code)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Compiled Code)
     at java.awt.LightweightDispatcher.processMouseEvent(Compiled Code)
     at java.awt.LightweightDispatcher.dispatchEvent(Compiled Code)
     at java.awt.Container.dispatchEventImpl(Compiled Code)
     at java.awt.Component.dispatchEvent(Compiled Code)
     at java.awt.EventDispatchThread.run(Compiled Code)
Exception occurred during event dispatching:
java.lang.NoSuchMethodError: oracle.sysman.oii.oiii.OiiiCompInstallID: method <init>(Ljava/lang/String;Loracle/sysman/oii/oiii/OiiiVersion;Ljava/util/Vector;Loracle/sysman/oii/oiii/OiiiVersion;I)V not found
     at oracle.sysman.ois.oisu.oisuc.OisucCompPropertyPanel.getID(Compiled Code)
     at oracle.sysman.ois.oisu.oisuc.OisucCompPropertyPanel.setValues(OisucCompPropertyPanel.java:614)
     at oracle.sysman.ois.oisu.oisuc.OisucPropertiesTab.apply(OisucPropertiesTab.java:310)
     at oracle.sysman.ois.oisu.oisuc.OisucComponentProxy.applyChanges(OisucComponentProxy.java:391)
     at oracle.sysman.ois.oisu.oisuc.OisucComponentProxy.treeSelectionChanging(OisucComponentProxy.java:106)
     at oracle.sysman.emSDK.client.dataComponent.dataDrivenTree.TreeEventManager.dTreeSelectionChanging(Compiled Code)
     at oracle.ewt.dTree.DTree.processSelectionEvent(Compiled Code)
     at oracle.ewt.dTree.DTree.processEventImpl(Compiled Code)
     at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Compiled Code)
     at oracle.ewt.lwAWT.LWComponent.processEvent(Compiled Code)
     at oracle.ewt.dTree.DTree.selectionChanging(Unknown Source)
     at oracle.ewt.dTree.DTreeSingleSelection._setSelection(Unknown Source)
     at oracle.ewt.dTree.DTreeSingleSelection.selectItem(Unknown Source)
     at oracle.ewt.dTree.DTree._updateSelection(Unknown Source)
     at oracle.ewt.dTree.DTree._handleMouseSelection(Unknown Source)
     at oracle.ewt.dTree.DTree.processMouseEvent(Unknown Source)
     at oracle.sysman.emSDK.client.dataComponent.dataDrivenTree.DataDrivenTree.processMouseEvent(Compiled Code)
     at java.awt.Component.processEvent(Compiled Code)
     at java.awt.Container.processEvent(Compiled Code)
     at oracle.ewt.lwAWT.LWComponent.processEventImpl(Compiled Code)
     at oracle.ewt.dTree.DTree.processEventImpl(Compiled Code)
     at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Compiled Code)
     at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp._redispatchEvent(Compiled Code)
     at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp.mousePressed(Unknown Source)
     at java.awt.Component.processMouseEvent(Compiled Code)
     at oracle.ewt.lwAWT.LWComponent.processMouseEvent(Compiled Code)
     at java.awt.Component.processEvent(Compiled Code)
     at java.awt.Container.processEvent(Compiled Code)
     at oracle.ewt.lwAWT.LWComponent.processEventImpl(Compiled Code)
     at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Compiled Code)
     at oracle.ewt.lwAWT.LWComponent.processEvent(Compiled Code)
     at java.awt.Component.dispatchEventImpl(Compiled Code)
     at java.awt.Container.dispatchEventImpl(Compiled Code)
     at java.awt.Component.dispatchEvent(Compiled Code)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Compiled Code)
     at java.awt.LightweightDispatcher.processMouseEvent(Compiled Code)
     at java.awt.LightweightDispatcher.dispatchEvent(Compiled Code)
     at java.awt.Container.dispatchEventImpl(Compiled Code)
     at java.awt.Component.dispatchEvent(Compiled Code)
     at java.awt.EventDispatchThread.run(Compiled Code)
Exception occurred during event dispatching:
if anybody can help me i appreciate that.
thanx,
costel

I have visited the link before, but unable to download the file, the link is broken.
If you can download the sample code for multiple fields dialog (multi.cmp) and running a sql script using the "spawn" action (run_sql.cmp), then please send these files to me by email because on my side the link is broken.
The error message received when trying to download ...
"The URL you requested could not be found on this server. Please check the spelling in the URL or use our search to find what your are looking for. Thank you."
Regards
Bhavesh

Similar Messages

  • Qosmio X505-Q875 - Can't install my work software package

    I have to say I'm extremely disappointed in Toshiba. I'm a small business owner and use some pretty advanced software for which I pretty much need a gaming style laptop for. After looking at many different companies, including custom high end builders, I settled on a x505-q875 that I purchased from Newegg.
    First of all, I couldn't even install my primary work software package. This software uses a USB hasp for anti-piracy. The HASP wouldn't install, no matter what I did. After exhausting my options, I opted for a clean install of Windows. I have a full Windows 7 license which allows for laptop installation. So I wiped the laptop clean and started with a clean slate. I go onto the Toshiba website to get the component drivers and ...whoa!...they aren't there! Luckily for me, and a couple of hours into the process, I did manage to find a driver for the Nvidia GTS 360m. Fortunately, some guy had posted online a workable driver that supports the 360M. That one could have sunk me. This laptop had to be operational for a business trip I am going on tomorrow.
    I hope Toshiba reps at least browse this forum and if so, these are the points I would like to make.
    1) If you have released units to resellers of any product, there HAS to be driver support online. I never make backup discs as I've never had to. Every time I ever needed a driver, it was on the support site. There is no excuse for this. This product doesn't have a "release date". As a consumer, when I purchase something, I expect the support to be available when the product hits the shelves.
    2) In your "detailed" product specs, how about mentioning who supplied the wi-fi cards? Simply saying "Wi Fi Card" really isn't going to help anyone fishing for a driver. Thankfully, you guys haven't changed and it was still the RealTek wireless card.
    3) It is important that Windows be left as vanilla as possible, for people like myself who use these things for business. A lot of business productivity software does not like being installed on OEM modded versions of an operating system. I don't know if it were the mods or the 50 tons of bloatware on the machine but when I can't get a USB device to install, thats a serious issue. As for the bloatware, how about making most of it downloadable content? Most people have no need for most of the stuff you cram into the machine.
    So in closing, a disappointing experience so far. I hope the machine is problem free from this point on because I invested 7 hours in diagnosing, searching, pulling my hair out, reinstalling operating systems, etc. Now that the slate is clean, the thing works like a champ with my software.

    > 1) If you have released units to resellers of any product, there HAS to be driver support online. I never make backup discs as I've never had to. Every time I ever needed a driver, it was on the support site. There is no excuse for this. This product doesn't have a "release date". As a consumer, when I purchase something, I expect the support to be available when the product hits the shelves.
    Qosmio X505-Q875 belongs to Toshiba US series and the drivers should be downloaded from the Toshiba US page.
    http://www.csd.toshiba.com/cgi-bin/tais/support/jsp/home.jsp
    There you can find everything regarding the Qosmio X505-Q875.
    > 2) In your "detailed" product specs, how about mentioning who supplied the wi-fi cards? Simply saying "Wi Fi Card" really isn't going to help anyone fishing for a driver. Thankfully, you guys haven't changed and it was still the RealTek wireless card.
    Qosmio X505-Q875 and other notebook series are equipped with different WLan cardsIntel, Atheros or Realtek. At the bottom of the unit you can find a label which contains a info what WLan card has been installed or go to device manger and check VendorID to get details about WLan chip manufacturer. ;)
    > 3) It is important that Windows be left as vanilla as possible, for people like myself who use these things for business. A lot of business productivity software does not like being installed on OEM modded versions of an operating system. I don't know if it were the mods or the 50 tons of bloatware on the machine but when I can't get a USB device to install, thats a serious issue. As for the bloatware, how about making most of it downloadable content? Most people have no need for most of the stuff you cram into the machine.
    Dont understand what you want to say and what you mean by bloatware but the point is that new generation notebooks supports a lot of different features which need to be controlled by software
    Of course you can remove everything what you want but you should not wonder if some feutures like FN buttons, multimedia buttons, face reorganization, power saving eco mode etc will not functions
    If you are not able to install the 3rd USB device then you should get in contact with this USB device manufacture. Maybe there are some Win 7 compatibility issues
    I installed Win 7 on my Toshiba notebook and everything is running like a dream all devices are recognized. I have managed to collect the Win 7 drivers at my own hand but this is not really a problem for common notebook user like me who know how to use google and search in internet
    Greets

  • How to get and install the new MSI Bluetooth Software Package 1.4.3.3.

    How to get and install the new MSI Bluetooth Software Package 1.4.3.3.
    This little FAQ will only cover the new version of MSI Bluetooth Software Package.
    First thing too do is unistall any older version of the MSI Bluetooth Software.
    Do this through the Add/Remove program applet in your control panel.
    There seams too be only through Live update you could get the new version of MSI Bluetooth Software Package.
    If you can't see any enter for MSI Bluetooth Software in the Live driver section of Live update then you have too enter the following too your registry.
    Create following code in Notepad and save it as MSILD.reg, then run the file.
    ;-->Code start
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\MSI\Drivers\MSI Bluetooth Software]
    "DrvSetup"="1"
    "Version"="1.4.2.10"
    ;-->Code end
    Rerun the Live update and hopefully you will now see a entry for MSI Bluetooth Software in Live driver section.
    Install the new version of MSI Bluetooth Software and reboot your computer. Even if the setup program doesnt told you too doit.
    After rebooting the computer you will see the Bluetooth icon in the taskbar. If it's Red then try too start the Bluetooth services by right click on the try icon and the only alternetiv there is.
    If the Bluetooth services is asking for a valid licens.dat then you should do the following.
    Surf to Jon's Bluetooth guide http://www.jonsguides.com./bluetooth/prepare.html and download the patcher from the link there.
    Unzip the the patcher and then run the BTWPatcher.exe program.
    Now the Bluetooth services will start and you will bee able too configure your own settings for the Bluetooth services.
    If nothing of this work you could try the complete Bluetooth solution at Jon's gudie and install the IBM version of the same program. I havent test this solution and will not do soo.

    I have the MS-6968 device and i want to use driver 1.4.x or 3.0.x. I found the driver 1.4.2.10 but i cannot find any WIDCOMMSecurity code.
    So, can anyone give me a link for BTWPatcher.exe???
    It cannot be found here (Jon's Bluetooth ) anymore.
    Thanks

  • I run an iMac Intel Core2 due with mac OS 10.7.3.  One software package is HMRC Basic Tools and I am unable to install the latest updates.  I open them up enter my password and press enter and they close down.  Apple and HMRC are unable to help..ates

    I run an Imac Intel Core 2 duel with Mac OS 10.7.3.  I run a software package provided by HMRC and called a Basic PAYE Tools.  I am trying to install the latest 2012 update for the new tax year.  I have downloaded this with no problems and I click on the icon to open this.  I am asked for my computer password which I enter.  Then press enter and the update closes down.  I have tried this several times and the same thing happens.  I have the appropiate Adobe packages for this to work.
    Help please as Apple  helpdesk and HMRC helpdesk cannot find out why.  I have even obtained a CD with the updates from HMRC and the same thing happens.

    Thanks, this worked for me, too.
    At first I tried to Quit Virusbarrier x6 but it kept on running. Then I disabled the Real-time Scanner and it all worked fine after that.

  • Running 5.5 U2e and VUM will no longer download software packages from patch source?

    We had a vSphere 5.5 cluster configured for us by a 3rd-party through Dell as part of our purchase agreement. We are running vCenter Server 5.5 U2e on Windows 2012 R2 as a physical host. It does run Update Manager. In my most recent check today, Update Manager will scan a host and report patches that are needed. In this case we're at 5.5.0 Build 2456374 on our ESXi hosts. Update Manager detects 5 missing patches. After I put the host in maintenance mode, I remediate, select the patch group, and proceed through the screens. It starts its process and goes from 0% to 16% to 25% then sits there for about 1–3 minutes, then goes to 90%, 91%, and errors out saying:
    "Cannot download software packages from patch source. Check the events and the Update Manager log for download details."
    Multiple strange things:
    This server was updating just fine a few months back when some previous patches were released.
    It can see the internet just fine. No firewall issues.
    Our failover site on the same network, but in a different location in the city is able to update just fine. Same hardware, network, and software versions.
    Any ideas on where to look or what to try? I had gone ahead and update from vCenter Server 5.5 U2b to U2e (along with a VUM reinstall) hoping that would fix it, but it did not. Any help would be greatly appreciated, because we're not VMware experts and thought everything was set up correctly by the vendor. We were given a small amount of knowledge transfer, but nothing that would allow us to troubleshoot this.
    The Update Manager config listed in vCenter Server points to just three sources, that look to be the default from hostupdate.vmware.com and vapp-updates.vmware.com. None of the settings have been changed from the initial install and configuration that were working at one point in the last few months (when I last patched the hosts to 2456374).
    Looking through the vmware-vum-server-log4cpp.log I see these failures:
    [2015-05-06 16:17:33:039 'JobDispatcher' 6068 DEBUG]  [JobDispatcher, 405] The number of tasks: 11
    [2015-05-06 16:17:38:642 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 545] Url: https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib, Download destination: C:/ProgramData/VMware/VMware Update Manager/Data/hostupdate/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib
    [2015-05-06 16:17:38:642 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 396] Inserted download job {45798736} to queue
    [2015-05-06 16:17:38:642 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 416] Current download count: 0
    [2015-05-06 16:17:38:642 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 432] Current download count: 1
    [2015-05-06 16:17:38:642 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 438] Adding download job {45798736} to scheduler
    [2015-05-06 16:17:38:642 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 458] Waiting for download job {45798736} to finish...
    [2015-05-06 16:17:38:643 'DownloadMgr' 6364 INFO]  [downloadMgr, 593] Executing download job {45798736}, url=https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib
    [2015-05-06 16:17:38:644 'httpDownload' 6364 INFO]  [httpDownload, 556] Downloading https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib
    [2015-05-06 16:17:39:501 'httpDownload' 6364 INFO]  [httpDownload, 791] Status code: 404
    [2015-05-06 16:17:39:501 'httpDownload' 6364 ERROR]  [httpDownload, 827] Error retrieving document 'https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib'. Status code: 404
    [2015-05-06 16:17:39:502 'httpDownload' 6364 WARN]  [httpDownload, 420] Download https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib failed: Error retrieving document 'https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib'. Status code: 404
    [2015-05-06 16:17:39:502 'httpDownload' 6364 ERROR]  [httpDownload, 435] Reached retry download limit
    [2015-05-06 16:17:39:503 'DownloadMgr' 6364 ERROR]  [downloadMgr, 618] Executing download job {45798736} throws error: Reached retry download limit
    [2015-05-06 16:17:39:503 'DownloadMgr' 6364 ERROR]  [downloadMgr, 705] Download failed for url: https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib
    [2015-05-06 16:17:39:503 'DownloadMgr' 6364 INFO]  [downloadMgr, 567] Download job {45798736} finished, bytes downloaded = 0
    [2015-05-06 16:17:39:503 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 464] Download job {45798736} finished
    [2015-05-06 16:17:39:503 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 477] Removing download job {45798736} in queue
    [2015-05-06 16:17:39:503 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 496] Current download count: 0
    [2015-05-06 16:17:39:504 'HostUpdateDepotManager' 2448 ERROR]  [vibDownloaderImpl, 402] Error downloading vib file from https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib Error:downloading file: https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib failed, 0 bytes downloaded.
    [2015-05-06 16:17:39:504 'HostUpdateDepotManager' 2448 ERROR]  [vibDownloaderImpl, 418] Downloading file failed for: https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib
    [2015-05-06 16:17:39:504 'HostUpdateDepotManager' 2448 WARN]  [vibDownloaderImpl, 440] Failed to download 1 VIBs:
    https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib,
    [2015-05-06 16:17:39:504 'HostUpdateDepotManager' 2448 ERROR]  [patchDepotManager, 466] Failed to download the vibs: https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib
    [2015-05-06 16:17:39:504 'HostUpdateDepotManager' 2448 ERROR]  [installController, 349] Install on host: <HOST FQDN REMOVED>(Entity: host-16) failed. Error: Failed to download Vibs
    [2015-05-06 16:17:39:548 'SingleHostRemediateTask.SingleHostRemediateTask{29}' 2448 ERROR]  [singleHostRemediateTask, 492] Remediation error: Failed to download Vibs
    [2015-05-06 16:17:39:571 'VciTaskBase.VciClusterJobDispatcherTask{25}' 2448 INFO]  [vciClusterJobSchedulerTask, 613] Remediation failed due to non mmode failure

    Well, apparently this patch / vib was pulled after release, based on issues with "VMware NSX for vSphere 6.x or Cisco Nexus 1000v" as seen in KB2116370: VMware KB: After upgrading to VMware ESXi 5.5 Patch Release ESXi550-201504002, virtual machines using VMware NSX for…
    Ok, that's cool. But here's my question then. Why is Update Manager still reporting that it's an available patch for our ESXi hosts? I'm new to this and am just trying to get an understanding to avoid confusion like this in the future.
    [UPDATE]
    Looks like this was the problem. VMwareCares Twitter account confirmed that Update Manager needed a new repository query to grab the new metadata. After rescanning the ESXi host again, the number of available patches dropped from 5 to 1. I'm now successfully patching the ESXi hosts through Update Manager once again. Crisis avoided.

  • The hardware detected is not supported by this idt software package. The install will be aborted.

    I am working for an organisation which gave me laptop with disabled sound. When I asked my IT personel to enable the sound he downloaded the sound driver sp47808.exe 
    But when he tried to install the driver it said "The hardware detected is not supported by this idt software package. The install will be aborted."
    Kindly provide the solution keeping in mind that the sound was disabled by the organisation only. So what things might have been removed or disabled which should be installed and enabled again.
    System details are given below:
    Operating System: Windows 7 Professional (32 BIT)
    System Manufacturer: Hewlett-Packard
    System Model: Compaq 420
    Processor: Intel(R) CORE(TM)2  DUO   T6670@ 2.20GHz
    Memory: 2 GB RAM

    Try to download the following two drivers and check if this helps resolve the issue:
    (Modem driver with Audio, and the chipset driver)
    http://h20564.www2.hp.com/hpsc/swd/public/detail?sp4ts.oid=4158252&swItemId=ob_80688_2&swEnvOid=4052
    and
    http://h20564.www2.hp.com/hpsc/swd/public/detail?sp4ts.oid=4158252&swItemId=ob_81357_2&swEnvOid=4052
    Hope this helps!
    Although I am an HP Employee, I am speaking for myself and not for HP.
    Make it easier for other people to find solutions, by marking my answer “Accept as Solution” if it solves your problem.

  • Is it possible to do an interactive simulation of a software package using Captivate or similar?

    I have Captivate 6. I want my users to do some actions on a screen from an in-house software package and then test the entries made. I need to simulate a graphical-based (rather than text-based) system wherein they click on certain items to produce a desired result.
    Is this kind of thing actually possible with Captivate 8 or another adobe product in the eLearning suite...or something else?

    Christian,
    This can be a little tricky at first. Try this:
    1. Remove the order by clause from the query.
    2. Log out of the application, not the builder, just the application.
    3. Log back in and try using the options in the interactive report to sort the information.
    Does it work? If so:
    4. Get the order the way you would like it as the default. Note: you get more sort options if you use the Action Menu (grind wheel) and selecting Sort over just clicking the column headers.
    5. Save the report by selecting the Save Report option from the Action Menu. If you see a drop down, save the report as the "default".
    6. Log out of the application again and back in.
    Does it work?
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen
    You can reward this reply by marking it as either Helpful or Correct ;-)

  • TS3899 After upgrading to the latest IOS version 7.1, in mail on ipad, if I select more than 5 mail items to delete the  mail software package  crashes and I have to relaunch mail? Anyone else noticed this?

    After upgrading to the latest IOS version 7.1, in mail on ipad, if I select more than 5 mail items to delete the  mail software package  crashes and I have to relaunch mail? Anyone else noticed this?

    I haven't encountered this problem on my iPad Air but this is what I usually do when Mail misbehaves.
    Quit the Mail app like I describe then reset the iPad.
    Double click the Home button to show the screen with running and recently used apps. Each app icon will have a sample page above it. Flick up on the page (not the app icon) and the page will fly away and the app icon will disappear. This quits that app. Then reset your device. Press and hold the Home and Sleep buttons simultaneously until the Apple logo appears. Let go of the buttons and let the device restart.

  • NM7.1: Regarding Software Package Silent Installation Issue

    Dear Experts,
    I am working on NM7.1, & I tried of creating a Software Package which will include MI client installation, JRE, MaxDB, MCD all in one. For this I zipped MaxDB folder which I downloaded from SMP & uploaded it to NWA, created a software package from NWA 7.1, downloaded it & tried installing it. It executed properly.
    Now I wish to create a Software Package which can be installed in Silent mode.
    For this, I went through NM71 help documentation & maintained JRE components  Silent Command Line Parameter field value as - /qn ADDLOCAL=ALL IEXPLORER=1 INSTALLDIR=<Drive:>\java\jre.
    Other components like MaxDB doesn't allow to maintain this parameter field value in NWA, neither MCD nor SETUP_WIN32.
    So I downloaded this Software package & clicked on MassDeviceSetup_Silent.bat file for silent installation.
    It started of & installed JRE but later it didn't proceeded further. I kept it running for almost 2 days, but then too nothing happened further.
    I have attached the StandardMDSLog file at below link for your reference, please analyze it.
    http://www.4shared.com/file/258992320/317aef7c/StandardMDSLog.html
    I feel that I am missing something.
    Please guide me further....
    Thanks in advance.
    Regards,
    Saptak

    Hi Stephan,
    Thank you very much for your notes.
    This issue has already been fixed in AccAD 2.2.
    Best regards,
    Yael

  • Where can i find Client software package for BOE XI 3.1

    Hi
    We have  BOE Xi 3.1 on a server . I am looking for the client software package for BOE XI 3.1 so that it could be installed on my laptop. I looked in Service. sap.com/SWDC /Business objects portfolio and could not find the same.  All i am finding in there is SBOP INTGR for SAP and i am assuming that this is the software for SAP integration kit.
    Could you please point me to exact location within SWDC where i can find the Client software package for BOEXI 3.1.
    Thanks & Regards
    HGS

    Did you download the BOEXI3.1 Server Client Tools when you installed the application? If you have, you can simply run the same install package, and select "client" tools during the installation.
    If you don't have the install package, you can download it from the SAP web site. You must have a login account in order to do so. The following are the steps...
    -- Go to: http://service.sap.com
    -- Click on SAP Support Portal
    -- Enter your S-number and password
    -- You will be redirected to the SAP Support Portal (NEVER ever bookmark this URL because it changes all the time, you should bookmark the first URL I gave you)
    -- Click on "Downloads" tab from the top menu bar
    -- Click on "BusinessObjects Downloads" from the secondary menu bar
    -- In the "Installations and Upgrades" section on the main pane, click on "click here"
    -- Click on "SBOP ENTERPRISE" from the list
    -- Click on "BOBJ ENTERPRISE XI 3.1" from the list
    -- Click on "Installation" from the list
    -- Click on "WINDOWS" (or other OS) from the list
    -- Select "BOE XI 3.1 (SERVER/CLIENT TOOLS) WIN 1 of 3, 2 of 3, and 3 of 3"
    Hope this helps.

  • Getting error when trying to download deployed software package

    Hello all,  I have been struggling with this for almost two weeks and am about to give up.  The error I'm getting is when a client tries to download a deployed software package.  The software shows up in IE browser (servername\cmapplicationcatalog),
    but when I click install it errors out saying can't install or request software.  I am not a network guru and did not setup SCCM but need a little (maybe a lot) guidance.  I have looked at log files till my eyes are ready to fall out but just not
    sure what I am looking for.
    In ccmmessaging.log, I see this error "No reply message from Server. Server may be temporarily down or a transient network error"  and this after "http://servername/ccm_system/request failed
    with 0x8000000a"
    Here comes the weird part, I had this working, successfully deployed twice to two clients.  The next day I came in to work and it was broke.  I have no clue what could have changed over night to cause
    this issue.  If someone could maybe lend a hand troubleshooting, I would be most grateful. 
    Many thanks in advance!!
    Rob

    Hi,
    Please review the link below, here is a useful article for you.
    Tips and Tricks for Deploying the Application Catalog in System Center 2012 Configuration Manager
    http://blogs.technet.com/b/configmgrteam/archive/2012/07/05/tips-and-tricks-for-deploying-the-application-catalog-in-system-center-2012-configuration-manager.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Software Packager and Windows 2003 Server

    I want to make an installation cd ( with Oracle Software Package 2.2.0.16.0) having my software bundled with Oracle Database 9.2.
    I'm getting the following error log generated each time I try to install my components in windows 2003 Server (OSP action = CopyDllGroup):
    java.io.IOException: The system cannot find the file specified
         at oracle.sysman.oii.oiix.OiixJarClassLoader.updateEntriesList(OiixJarClassLoader.java:263)
         at oracle.sysman.oii.oiix.OiixJarClassLoader.<init>(OiixJarClassLoader.java:209)
         at oracle.sysman.oii.oiix.OiixJarClassLoader.createLoader(OiixJarClassLoader.java:412)
         at oracle.sysman.oii.oiix.OiixJarClassLoader.createLoader(OiixJarClassLoader.java:431)
         at oracle.sysman.oii.oiix.OiixJarClassLoader.createLoader(OiixJarClassLoader.java:444)
         at oracle.sysman.oii.oiis.OiisLibraryLoader.loadLibrary(OiisLibraryLoader.java:161)
         at oracle.sysman.oii.oiis.OiisLibraryLoader.<init>(OiisLibraryLoader.java:103)
         at oracle.sysman.oii.oiis.OiisActionLibLoader.<init>(OiisActionLibLoader.java:40)
         at oracle.sysman.oii.oiic.OiicInstallSession.getLibLoader(OiicInstallSession.java:4633)
         at oracle.sysman.oii.oiic.OiicInstallSession.getActionLibLoader(OiicInstallSession.java:4399)
         at oracle.sysman.oii.oiis.OiisCompActions.doActionImpl(OiisCompActions.java:1046)
         at oracle.sysman.oii.oiis.OiisCompActions.copyGroupActionInner(OiisCompActions.java:885)
         at oracle.sysman.oii.oiis.OiisCompActions.copyGroupAction(OiisCompActions.java:748)
         at oracle.sysman.oii.oiis.OiisCompActions.doAction(OiisCompActions.java:546)
         at Components.PBDK.v10_2_0_75_16.CompActions.doAction(Unknown Source)
         at Components.PBDK.v10_2_0_75_16.CompInstallPhase1.doActionP1copyDllGroup2(Unknown Source)
         at Components.PBDK.v10_2_0_75_16.CompInstallPhase1.stateChangeActions(Unknown Source)
         at Components.PBDK.v10_2_0_75_16.CompActions.stateChangeActions(Unknown Source)
         at oracle.sysman.oii.oiic.OiicInstallActionsPhase$OiilActionThr.run(OiicInstallActionsPhase.java:604)
         at oracle.sysman.oii.oiic.OiicInstallActionsPhase.executeProductPhases(OiicInstallActionsPhase.java:2199)
         at oracle.sysman.oii.oiic.OiicInstallActionsPhase.doInstalls(OiicInstallActionsPhase.java:2052)
         at oracle.sysman.oii.oiic.OiicInstallActionsPhase$OiInstRun.run(OiicInstallActionsPhase.java:2945)
         at java.lang.Thread.run(Unknown Source)
    In Windows 2000 Server this installation finished successefully.

    Welcome to the forum.
    I hope you mean when robohelp output is published to a
    server, rather than robohelp itself being installed on a server.
    If that is what you meant, look at Snippet 57 on my
    site.

  • R/3 64 bit or 32 bit software package...

    Hi,
    1) Is R/3  a 64 bit or 32 bit software package ?
    2)If it is 64 bit package then do we need 64 bit Windows to run SAP ?
    Please clarify my doubt.
    Regards,
    Rajesh.

    Rajesh,
          hope this link helps u.
    http://help.sap.com/saphelp_47x200/helpdata/en/57/193a3c9ca75402e10000000a114084/frameset.htm
    Regards...
    Arun.

  • Oracle Software Packager (OSP) Latest Software & Documentation

    Hi,
    I am looking for latest version of OSP, when I google I got only Oracle Software Packager and Installer, Release 2.2.0.16.0 to download but I need latest version.
    Where can I get the latest version of software and documentation. Please provide if anybody has any documentation on how to setup and usage etc.
    Thanks a lot in advance.
    - cdhar

    Apparently what you found is the most current version. I contacted internal OTN support, and got this answer: "I am not aware of a more current version that what is listed."

  • New version of Software Packager?

    Our Company is Oracle Partner and we use Oracle Software Packager for deploying our application to our customers. It's been a while since Oracle released an update for it.
    Does Oracle plan to release a new Version of Software Packager which supports products.xml or will Oracle release a new toolset for creating installation sets in the new .xml format?
    Maybe the tools you internally use for creating your installation sets? Or does Oracle create everything by hand?
    Thanks for your reply,
    Regards Daniel

    Trust me i have read every document on metalink concerning OSP more then once...
    "Any question or problem with this product from non members of Oracle Partners
    should be posted in the OTN forums."
    If this are not the OTN forums tell me where to find them please.
    (Ignoring the fact the we are oracle partners.)
    I didn't criticize the support itself, it's the philosophy how oracle tries to let some products die silently, more or less ignoring the fact that they have customers which use them.
    This isn't the first time/product we have to deal with that...
    Regards Daniel

Maybe you are looking for

  • ASA 5505 interface based routing?

    Hi, I got an ASA 5505 in my lab and got it working fine with one IP and various NAT and other scenarios (I'm currently refreshing my skills after a longer break on the job). Now, from my ISP I can get up to 5 public IPs. However, those IPs are assign

  • Why I feel Quicktime ripped me off - and how their CS made it worse

    Ok so this was about 6 months ago. I had been interested in learning more and more about QT, and finally to spend the money to upgrade to QT Pro. I think the standard at the time was version 6. I authorized a credit card payment for the $60 or whatev

  • Question about Tritton AX 720 Dolby Digital Surround Gaming Headset

    Hello, I have a question about the AX 720 that I hope someone can answer. I emailed Tritton and I'm not sure they understood what I was asking, so Ill try here. Ok, my question is this, Will I get audio through the headset if my set up is this: My X-

  • You do not have authorization to extract from DataSource ZZ_TD_EBAN COMPONE

    Hi, Iam facing the problem As You do not have authorization to extract from DataSource ZZ_TD_EBAN COMPONENT. ERROR IN SUBSTEP ERROR IN SUBSTEP Error reading the data of InfoProvider ZDP_VIRT.. I had created a Virtual Infoprovider. and taking the Dat

  • Downloading Adobe Reader 11

    How do I download Adobe Reader 11. I have a 4 year old MacBook and it will only let me download the Adobe Reader 10.