Install badge fails with '@' or '.' in appinstallarg

I'm trying to run the AIR install badge with my application and I would like to pass down an varible (in my case, an email address) to be read when the app is first run.  However, whenever I have the '@' or the '.' character as part of the appinstallarg parameter, the badge fails to even start downloading the file.  If I change the appinstallarg to be a single word (like 'blah') it works fine.  It's also fine if I put spaces in the argument, just not certain other characters.
I have also tried url encoding the argument (using %40 for '@' and %2E for '.') but it hasn't helped.
I'm considering just transcoding the bad characters into various numbers of spaces or something, but it would be nice if there were a way around this.

Regarding the newer badge install:
I'm having a few issues where it's not seeing my application
already installed (AIR app with Flex).
The application is definitely installed but it keeps opening
the .AIR file and asking to open/save.
Does the AIR app have to be signed properly (i.e. a real
certificate, paid for) to be able to fully work with the badge
installer?
I have set everything correctly in Flex
(allowBrowserInvocation: set to true)
and in the HTML I've set it to correctly based on what is in
my Flex file (appid, appversion, name, etc)
I've set airversion to "1.0".... what is 1.0.M6 ? (is this
Beta 3?)
I haven't set "pubid" to anything, just left as ""... would
this affect the way the badge works?
Could I request an update to the badge system... as it's
doing a lot of checking for Beta3.
It would be much better and cleaner if it just looked for the
current AIR version and then if it was not present installed it.

Similar Messages

  • Automated install scheme fails with stty: no such

    Hello,
    Can someone please help me out with my crafty scheme? I want to do a mass deployment
    of SunMC agents using both Jumpstart and web based deployment via N1SPS.
    I have gone so far as to have read the install guide for Sun MC 4 and it is already out of date!
    I haved used es-makeclient to create an install client with pkg response and config files
    for es-setup and es-inst.
    Then I roll the above into a Solaris pkg with a postinstall script. This worked up to a
    point until I got a conclusion where the es-inst commands run out of the postinstall
    script were waiting for the pkgadd of the "makeclient" process to complete. Does this
    make sense so far?
    So, to stop the above condition where 2 pkgadds concurrent were waiting for the
    first to finish (held open by the postinstall script running the second pkgadd), I
    changed postinstall to just be a bourne shell exec /var/tmp/sunmc_agent/finish,
    with a modified version of the finish script described in the SunMC install guide.
    But my finish script fails with spurious errors and I can't seem to resolve it.
    Here is the procedure and the error message will be obvious when you
    see "finish script begins now"
    pkgadd -d . -G sunmcagent
    Processing package instance <sunmcagent> from </tmp>
    sunmcagent(sparc) 1.0
    rachel@snoz
    Using </var/tmp> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    ## Verifying disk space requirements.
    ## Checking for conflicts with packages already installed.
    ## Checking for setuid/setgid programs.
    This package contains scripts which will be executed with super-user
    permission during the process of installing this package.
    Do you want to continue with the installation of <sunmcagent> [y,n,?]
    Do you want to continue with the installation of <sunmcagent> [y,n,?] y
    Using </var/tmp> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    3278 package pathnames are already properly installed.
    ## Verifying disk space requirements.
    ## Checking for conflicts with packages already installed.
    ## Checking for setuid/setgid programs.
    This package contains scripts which will be executed with super-user
    permission during the process of installing this package.
    Do you want to continue with the installation of <sunmcagent> [y,n,?] y
    Installing sunmcagent as <sunmcagent>
    ## Installing part 1 of 1.
    /var/tmp/sunmc_agent/disk1/image/SunOS/sparc/Addons/TNG/Common/Basic/SUNWfrcam/pkginfo
    /var/tmp/sunmc_agent/disk1/image/SunOS/sparc/Addons/TNG/Common/Basic/SUNWfrcam/pkgmap
    /var/tmp/sunmc_agent/disk1/image/SunOS/sparc/Addons/TNG/Common/Basic/SUNWhcam/pkginfo
    /var/tmp/sunmc_agent/disk2/image/SunOS/sparc/Addons/X86ConfigReader/Solaris_9/installation.info
    /var/tmp/sunmc_agent/disk2/image/SunOS/sparc/Addons/X86ConfigReader/Solaris_9/installation.properties
    /var/tmp/sunmc_agent/finish
    /var/tmp/sunmc_agent/response_files/install_cfg
    /var/tmp/sunmc_agent/response_files/setup.cfg
    /var/tmp/sunmc_agent/response_files/sunmc_install.cfg
    /var/tmp/sunmc_agent/response_files/sunmc_setup.cfg
    [ verifying class <none> ]
    ## Executing postinstall script.
    sleeping for cleanup
    Installation of <sunmcagent> was successful.
    Installation of <sunmcagent> was successful.
    server:/tmp 128# finish script begins now
    This script installs Sun (TM) Sun Management Center 4.0
    Installation files source directory: /var/tmp/sunmc_agent/disk1/image/SunOS/sparc
    stty: : No such device or address
    Enter the directory in which you want to install: [ /opt ] : /opt
    Installation destination directory: /opt
    Selecting : Agent
    mkdir: Failed to make directory "/var/tmp/installCJaGg5/patchadd-1610629752"; No such file or directory
    /usr/lib/patch/patchadd[18]: /var/tmp//installCJaGg5: not found
    Reading Add-On products from image. Please wait...
    This can take approximately 2 minutes to complete.
    Found: Sun Enterprise 6500-3500 Servers/sun4d DR
    Found: Sun Fire Entry-Level Midrange System
    Found: PltAdmin SPARC Enterprise Mx000
    The es-inst process runs through but the stty error and the pkgadd install dir errors
    make the install failure and no SunMC packages are installed. My response files
    are correct and I will post everything here, sans passwds:
    This is the postinstall that calls the finish script. The postinstall runs after the
    client package is installed in /var/tmp to be run by es-inst:
    #!/bin/sh
    # Program type      : Unix bourne shell script
    # Description       : Standard finish script for installing and
    #                     setting up Sun Management Center core agent
    # THIS VERSION FOR SOLARIS 10 ONLY
    exec sh /var/tmp/sunmc_agent/finish &
    exit 0This is the finish script, without secrets:
    !/bin/sh
    # Program type      : Unix bourne shell script
    # Description       : Standard finish script for installing and
    #                     setting up Sun Management Center core agent
    # THIS VERSION FOR SOLARIS 10 ONLY
    LOGDIR=/var/tmp/sunmcfinish
    SI_CONFIG_DIR=/var/tmp/sunmc_agent
    INSTALL_RESP=${SI_CONFIG_DIR}/response_files/sunmc_install.cfg
    SETUP_RESP=${SI_CONFIG_DIR}/response_files/sunmc_setup.cfg
    echo "sleeping for cleanup"
    sleep 15
    echo "finish script begins now"
    # Begin Main Program
    umask 022
    mkdir -p $LOGDIR
    # Copy the install and setup response file to target system
    cp ${INSTALL_RESP} $LOGDIR
    cp ${SETUP_RESP} $LOGDIR
    # run es-inst with -a -R -T and -A options
    # skip the next line for Flash Archive based deployment
    # Do not use the -T option if you have specified the TARGET_DIRECTORY
    # tag in install.cfg
    ${SI_CONFIG_DIR}/disk1/sbin/es-inst -a -A ${LOGDIR}/sunmc_install.cfg
    # Clean up any rc script with the same name if present
    test -f /etc/rc3.d/S80SunMCJumpStart && rm -f /etc/rc3.d/S80SunMCJumpStart
    rm -f /etc/init.d/SunMCJumpStart
    # Place rc script in rc3.d and init.d to do setup
    # Remember to access es-setup based on the target directory location
    echo "Creating rc script..."
    cat > /etc/rc3.d/S80SunMCJumpStart << EOF
    #!/sbin/sh
    rm /etc/rc3.d/S80SunMCJumpStart /etc/init.d/SunMCJumpStart
    SECURITY_SEED=selfsown
    SNMPV1_STRING=harhar!
    export SECURITY_SEED SNMPV1_STRING
    /opt/SUNWsymon/sbin/es-setup -e -A /var/tmp/sunmcfinish/sunmc_setup.cfg
    EOF
    cp /etc/rc3.d/S80SunMCJumpStart /etc/init.d/SunMCJumpStart
    chmod 755 /etc/rc3.d/S80SunMCJumpStart /etc/init.d/SunMCJumpStart
    exit 0And so as you can see, "postinstall" runs 'finish" which is the boilerplate
    from the SunMC4 install guide jumpstart section. Now the crazy thing is,
    if I do the first pkgadd of my makeclient tarball and then run the "finish" script
    from the CLI, then the install goes 100% perfect, so I know my responses files
    are ok and my scripts are ok, but perhaps it is because I have spawned a subshell
    and have no tty? The pkgadd started by es-inst fails because of a dir entry,
    but it should just create it's own. Is there someway to get the subshell what it
    needs to run my "finish" script correctly?
    rachel

    OK,
    I fixed the stty problem by using #!/bin/sh -i
    to give the impression of an interactive shell.
    Bu I still get:
    mkdir: Failed to make directory "/var/tmp/installnZa4GW/patchadd-3145325386"; No such file or directory
    /usr/lib/patch/patchadd[18]: /var/tmp//installnZa4GW: not found
    When es-inst is run. There is a person on here with a similar problem, unanswered.
    I wonder if they found a solution, although it was 3.6.1?
    rachel

  • Basic_demo install.vbs fails with windows script error 800A0005

    installing from 92030 win2k client to SunOS 2.6 92030 db.
    The install.vbs windows script fails with:
    Script: c:\down\xml\oracle\basic_demo\basicDemo\Install\Install.vbs
    Line: 876
    Char: 7
    Error: Invalid procedure call or argument
    Code: 800A0005
    Source: Microsoft VBScript runtime error
    prior to running I upgraded my IE to 6.0 and the Microsoft Script to 5.6 I have win 2k SP3
    Any ideas, line 876 is:
    oShellLink.IconLocation = iconPath
    Thanks,
    Gary

    Hi
    If I remember correctly I had the same problem a few weeks ago.
    I can't remember what I actually fixed, probably something to do with a missing directory.
    Anyway, the three procedures below(I would have attached them, but, can't find the link?) with extra
    Wscript.echo "***
    lines should show you what is wrong.
    Sub makeGeneralShortCuts(localConfig, fileManager, demoConfiguration)
    nodeListXpath = "General/shortCuts"
    nodeCount = demoConfiguration.getElement(nodeListXpath).childNodes.length - 1
    for i = 0 to nodeCount
    xpath = nodeListXpath & "/shortCut[" & i & "]"
    shortCutName = demoConfiguration.getChildTextNode(xpath,"Name")
    target = localConfig.replaceMacros(demoConfiguration.getChildTextNode(xpath,"path"))
    directory = localConfig.replaceMacros(demoConfiguration.getChildTextNode(xpath,"directory"))
    icon = localConfig.replaceMacros(demoConfiguration.getChildTextNode(xpath,"icon"))
    arguments = localConfig.replaceMacros(demoConfiguration.getChildTextNode(xpath,"Arguments"))
    Wscript.echo "*** icon 1 " & icon & ",shortCutName " & shortCutName & ",target " & target & ", icon " & icon
    fileManager.makeDefaultShortCut localConfig, shortCutName, target, icon, directory, arguments
    Next
    End Sub
    Sub makeDefaultShortcut(localConfig, shortcutName, targetPath, iconPath, targetDirectory, arguments)
    shortCutFolderPath = localConfig.getShortCutFolderPath()
    Wscript.echo "*** iconPath 3 " + iconPath
    makeShortCut localConfig, shortCutFolderPath, shortcutName, targetPath, iconPath, targetDirectory, arguments
    End Sub
    Sub makeWsFtpShortCuts(localConfig, fileManager, demoConfiguration)
    Set iniFile = fileManager.CreateTextFile(localConfig.getWsFtpIniFilePath())
    nodeListXpath = "FTP/shortCuts"
    nodeCount = demoConfiguration.getElement(nodeListXpath).childNodes.length - 1
    for i = 0 to nodeCount
    xpath = nodeListXpath & "/shortCut[" & i & "]"
    shortCutName = demoConfiguration.getChildTextNode(xpath,"Name")
    target = localConfig.getFtpPath()
    entryName = demoConfiguration.getChildTextNode(xpath,"iniFileEntry")
    localDirectory = localConfig.getDemoFolderPath() & FILE_SEPERATOR & localConfig.replaceMacros(demoConfiguration.getChildTextNode(xpath,"localPath"))
    remoteDirectory = localConfig.replaceMacros(demoConfiguration.getChildTextNode(xpath,"remotePath"))
    arguments = " -i " & localConfig.getWsFtpIniFilePath() & " -p " & entryName
    Wscript.echo "*** target 2 " + target
    FileManager.makeDefaultShortCut localConfig, shortCutName, target, _
    target, localConfig.getDemoFolderPath(), arguments
    addIniFileEntry localConfig, iniFile, entryName, localDirectory, remoteDirectory
    Next
    iniFile.close
    End Sub
    Warwick

  • Install RAC failed with root.sh error while loading shared libraries: libst

    Hi ,
    I install rac under vmware workstation using this atricle .
    http://www.oracle-base.com/articles/10g/OracleDB10gR2RACInstallationOnCentos4UsingVMware.php
    everything work smoothly but I faced error with root.sh
    Failed to upgrade Oracle Cluster Registry configuration
    I found metlalink talk about missing compat-libstdc++-33-3.2.3-47.3.ia64.rpm and must be installed according to
    that .
    The probelm rasied when run
    /u01/app/oracle/product/10.2.0/crs/bin/crsctl.bin: error while loading shared libraries: libstdc++.so.5: cannot
    open shared object file: No such file or directory
    Failure initializing entries in /etc/oracle/scls_scr/rac2.
    Linux version is RHE4
    [oracle@rac1 bin]$ uname -a
    Linux rac1.localdomain 2.6.9-55.ELsmp #1 SMP Fri Apr 20 17:03:35 EDT 2007 i686 i686 i386 GNU/Linux
    when install this package it does not work
    [root@rac1 RPMS]# rpm -Uvh compat-libstdc++-33-3.2.3-47.3.ia64.rpm
    warning: compat-libstdc++-33-3.2.3-47.3.ia64.rpm: V3 DSA signature: NOKEY, key ID b38a8516error: Failed
    dependencies:
    libc.so.6.1()(64bit) is needed by compat-libstdc++-33-3.2.3-47.3.ia64 libc.so.6.1(GLIBC_2.2)(64bit)
    is needed by compat-libstdc++-33-3.2.3-47.3.ia64 libc.so.6.1(GLIBC_2.3)(64bit) is needed by compat-
    libstdc++-33-3.2.3-47.3.ia64 libgcc_s.so.1()(64bit) is needed by compat-libstdc++-33-3.2.3-47.3.ia64
    libgcc_s.so.1(GCC_3.0)(64bit) is needed by compat-libstdc++-33-3.2.3-47.3.ia64 libgcc_s.so.1(GCC_3.3)(64bit)
    is needed by compat-libstdc++-33-3.2.3-47.3.ia64 libgcc_s.so.1(GLIBC_2.0)(64bit) is needed by compat-
    libstdc++-33-3.2.3-47.3.ia64 libm.so.6.1()(64bit) is needed by compat-libstdc++-33-3.2.3-47.3.ia64
    compat-libstdc++ = 7.3-2.96.128 is needed by (installed) compat-libstdc++-devel-7.3-2.96.128.i386 compat-
    libstdc++ = 7.3 is needed by (installed) compat-gcc-c++-7.3-2.96.128.i386[root@rac1 RPMS]#
    My probelm cannot install this packages ? What shoudl I do .

    user12010537 wrote:
    Hi ,
    I found metlalink talk about missing compat-libstdc++-33-3.2.3-47.3.ia64.rpm and must be installed according to
    Linux version is RHE4
    [root@rac1 RPMS]# rpm -Uvh compat-libstdc++-33-3.2.3-47.3.ia64.rpm
    warning: compat-libstdc++-33-3.2.3-47.3.ia64.rpm: V3 DSA signature: NOKEY, key ID b38a8516error: Failed
    dependencies:
    libc.so.6.1()(64bit) is needed by compat-libstdc++-33-3.2.3-47.3.ia64
    My probelm cannot install this packages ? What shoudl I do .
    Hi,
    You need to install the dependency package first like glibc, etc
    also see the output from runcluvfy, it should show which packages need to installed
    Cheers

  • IFS Install (Config) Fails with "ORA-00922: missing or invalid option"

    Greetings:
    Thanks for your help in advance...
    Towards the end of IFS installation, I get the following error in my
    IfsConfigOut.log file (This happens towards the end of the installation). I
    am Installing IFS on Oracle 9i (9.0.1.1 version) instance on Win 2K (P-III,
    800Mhz, 512Mb) . After this installation error, all the 9iFS directories
    and nodes are detected under OEM but when I start the domain I get no
    response for the same.
    ConfigOut File pasted below
    CONFIGURATION: SCHEMA CREATION TYPE
    Configuring Oracle Internet File System 9.0.1.1.0 configuration started on:
    Mon May 20 09:45:28 GMT+05:30 2002
    saving user configuration settings to file:
    saving:E:\oracle\ora90\9ifs\settings\oracle\ifs\installer\properties\IfsConf
    ig.properties
    saving:
    E:\oracle\ora90\9ifs\settings\oracle\ifs\server\properties\IfsDefault.proper
    ties
    Old schema name in IfsDefault.properties file = ifssys
    New schema name pointing to now = IFSSYS
    Create Schema = true
    Upgrading Schema = false
    Pointing to same schema as the old entry in IfsDefault.properties file =
    true
    Checking DC entries
    RUN DC = true
    Adding section for DC as there does not exist a section already
    Checking Node entries
    RUN NODE = true
    Adding Node section = Node
    saving: E:\oracle\ora90\9ifs\settings\Node.def
    saving: E:\oracle\ora90\9ifs\settings\HttpNode.def
    saving: E:\oracle\ora90\9ifs\settings\DomainController.def
    executing command:
    Empty command. Not executing
    executing command:
    Empty command. Not executing
    executing command:
    Empty command. Not executing
    creating database user (schema): IFSSYS
    java.sql.SQLException: ORA-00922: missing or invalid option
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
         at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java, Compiled
    Code)
         at oracle.jdbc.oci8.OCIDBAccess.executeFetch(OCIDBAccess.java, Compiled
    Code)
         at oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(OCIDBAccess.java,
    Compiled Code)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java,
    Compiled Code)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java,
    Compiled Code)
         at
    oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java
    , Compiled Code)
         at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java,
    Compiled Code)
         at oracle.ifs.utils.sql.SQLCommands.createUser(SQLCommands.java:352)
         at
    oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.createIfsSchema(Ifs
    Configuration.java:546)
         at
    oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.perform(IfsConfigur
    ation.java:476)
         at oracle.ifs.utils.action.ActionQueue.performActions(ActionQueue.java,
    Compiled Code)
         at oracle.ifs.utils.action.ActionQueue.run(ActionQueue.java:230)
         at java.lang.Thread.run(Thread.java:479)
    recording that configuration failed
    saving:E:\oracle\ora90\9ifs\settings\oracle\ifs\installer\properties\IfsConf
    ig.properties
    iFS configuration failed; the following error occurred:
    oracle.ifs.utils.action.ActionFailedException: java.sql.SQLException:
    ORA-00922: missing or invalid option
         at
    oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.perform(IfsConfigur
    ation.java:526)
         at oracle.ifs.utils.action.ActionQueue.performActions(ActionQueue.java,
    Compiled Code)
         at oracle.ifs.utils.action.ActionQueue.run(ActionQueue.java:230)
         at java.lang.Thread.run(Thread.java:479)
    configuration failed on Mon May 20 09:45:35 GMT+05:30 2002

    Problem is Fixed !!!
    We were having this problem because IFS installation was not recognising a separate tablespace which we created for IFS, so we started using default USERS tablespace after which the installation was successful.
    Thanks.

  • Install XP failed with K7N2 DeltaILSR and 3200+

    I spent a few days on truong to install win XP on my new material (K7N2 Delta ILSR and AMD Athlon XP 3200+).
    Each time I was trying to boot from the Mircosoft boot disks (6 floppy's), I was getting a blue screen with error code 0x0000008e, and unable to install XP.
    After looking in the posts, I found that the problem could be the BIOS settings.
    I changed the FSB from 200Mhz (for my XP3200+), back to the BIOS default settings (166Mhz) and .... IT WORKED.
    I'm now able to install XP ...
    I'll change the FSB back to 200Mhz when XP is installed.
    Any technical idea on why XP install doesn't support 200Mhz on Motherboard ?!?
    Thanks !

    Concerning the Fan, yes, that's all ...
    2 fans on my PSY, 1 on my CPU, 1 on my motherboard and 1 small for my graphic card.
    P.S. : If I want an additional "big" ;-) fan, where do I need to place it ?
    Does it neet to be "attached" to my tower, and exhaust to the outside of the tower, or let it inside the tower to make an air flow inside only ?!? I'm asking because there is no "grid" on my tower where I could place a fan to exhaust air...
    Concerning Windows, my CD is 1 of the first one and was not bootable ... so I used the set of 6 floppies provided by microsoft. They are used to load the necessary "kernel" to load windows with the CD afterwards, in case your Hard drive is empty :
    http://www.microsoft.com/downloads/results.aspx?productID=&freetext=XP+boot+floppy&DisplayLang=en
    But I also tried an other Win XP CD that is Bootable.
    In both cases, the computer is giving a blue screen after the "Kernel" is loaded (i.e. floppy #6).
    PC is still in a shop for further testings of the components.
    I'll keep you posted on this problem that is recurrent on internet ... where most of the people accept to "underclock" their CPU !!

  • Installing sdk fails with "Error 1325..."-prompt

    I have tried to install the j2sdk-1_4_2_02-windows-i586-p-iftw.exe on two different servers lately, without luck. On both machines I get a prompt telling me: Error 1325. Dokumenter is not a valid short file name.
    Any ideas? The servers are running win2k.
    I tried the same on my PC (running XP) and everything worked fine.

    Try running Windows CleanUp Utility, as mentioned here:
    http://support.microsoft.com/?kbid=328162
    - bjorn
    http://www.bie.no / php&java software

  • EMac wont install OSX, fails on install with errors every time

    I have a 1.25GHz emac that I just recently got, Well it wouldnt boot at first at all and had the Rom password crap on it. So i got rid of all of that and now it boots from the CD just fine it just wont install OSX im using a Retail Black disc for Tiger and it just wont get past a certain spot in the install and fails with errors every time. Any suggestions? Ive tried to install panther & Jaguar and neither of those discs will boot.
    Thanx
    Jeremy

    Sometimes, the OSX installer wants a clean partition. As the computer is new to you and probably has no files on the drive you need, I suggest you wipe the drive before trying again. Boot from the install CD and choose "Open Disk Utility" from the installer's File menu. Use DU to erase and reformat the disk, choosing "Mac Extended (Journaled)" format.
    This will clear any old files that are interfering with the installer and leave a blank slate.

  • Windows 7 update fails with error 8000FFFF

    I've got a Windows 7 x64 installation that I've had for around three months.  Everything has been fine and working up until a few weeks ago.  When I run Windows Update it finds updates and allows me to select them, but when I run the install it fails with error 8000FFFF.  Update used to work, but then suddenly quit.
    I've dug through tons of forum and web sites regarding this specific error, but they all of their solutions do nothing to fix my problem.  In frustration I decided to put in a spare hard drive and install Windows 7 from scratch.  I did that and the first thing I tried to do after logging in was updates and it failed for the same reason (8000FFF).
    I have the same situation with a Windows Storage Server 2008 x64 that I have as well.  It has been runing for about six months or more and updates were working fine.  Then update started failing for the same or some other reason about the same time.  On this machine I can start the update and see it report a percentage downloading the update.  It gets to about 5 or 6 percent and then fails.
    Is there some possible networking issue at play in my situation?  I have earlier Windows versions (XP, XP64, Svr 2003 and Svr 2003 R2) and updates work fine on those.  I know those are using a different mechanism, but I do not notice any other kind of networking issues from my house to the Internet.  I have not changed anything or any settings in my firewall at all.  Is there some specific protocol, port or something that has to work prefectly in order for the new Windows update to work? 
    All of my machines are pretty much Intel based.  Win7 box is a Core2Duo on an EVGA 680i motherboard.  The servers are Intel Xeons with Intel motherboards, chipsets and nics.
    Thanks for any advice and help

    Wow, suddenly I have the same bizarre error at 11% of downloading, then error #8000FFFF.
    Fix IT, registry keys and SoftwareDistribution folder cleaning, uninstalling previous updates, manual downloading of appropriate updates and attempt do install it and creating/deleting user profiles - don't work at all.
    Any new ideas?
    Thanks,
    Win7 x64 SP1
    Package KB2633873 failed to be changed to the Installed state.
    Status: 0x8e5e0408.Windows update "Security Update for Windows (KB2633873)" could not be installed because of error 2388526088 "" (Command line: ""C:\Windows\system32\wusa.exe" "C:\Users\Wiewior\Downloads\Windows6.1-KB2633873-x64.msu"       
    Package KB2645640 failed to be changed to the Installed state. Status: 0x8e5e0408.
    Windows update "Security Update for Windows (KB2645640)" could not be installed because of error 2388526088 "" (Command line: ""C:\Windows\system32\wusa.exe" "C:\Users\Wiewior\Downloads\Windows6.1-KB2645640-x64.msu"       

  • DB installs fails with [INS-30060] Check for group existence failed

    Hi folks
    as user jjayet I'm running on OEL 5.6 64 bits the following command to install DB 11gR2 :
    $ /mntmats/SOAVM0504/AUTO_WORK/dbzip_shiphome/database/Disk1/runInstaller -ignoreSysPrereqs -invPtrLoc /ade/jjayet_dte9672/oracle/work/DATABASE1/oraInst.loc -force -silent -waitforcompletion -responseFile /ade/jjayet_dte9672/oracle/work/DATABASE1/db.rsp
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 120 MB. Actual 15258 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 16454 MB Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-04-05_06-07-54AM. Please wait ...[FATAL] [INS-30060] Check for group existence failed.
    CAUSE: Unexpected error occurred while trying to check for group existence.
    $ id
    uid=511053(jjayet) gid=8500(dba) groups=8500(dba),59031(oinstall)
    the problems seems relater to accessing /tmp
    as the local disk is not enough to use the default /tmp (the DB install will fail with full disk error as the local disk space is very low )
    I've created a partition from new disk to /tmp which I have then mounted (default is nfs3) :
    # mount /dev/xvdc1 /tmp
    # mount
    /dev/xvdc1 on /tmp type ext2 (rw)
    the result of DB install into /tmp is :
    # cd /tmp
    # ls -altr
    drwxr-xr-x 32 root root 4096 Apr 5 06:07 ..
    drwxr-xr-x 2 jjayet dba 4096 Apr 5 06:36 CVU_11.2.0.2.0_jjayet
    drwxrwxrwx 7 root root 4096 Apr 5 06:36 .
    if I umount /tmp but use the local /tmp
    re-running the DB installer as user jjayet it does not raise the error above
    and now local /tmp contains :
    # cd /tmp
    # ls -altr
    drwxr-xr-x 32 root root 4096 Apr 5 06:07 ..
    drwxr-x--- 10 jjayet dba 4096 Apr 5 06:25 OraInstall2012-04-05_06-25-28AM
    drwxr-xr-x 3 jjayet dba 4096 Apr 5 06:25 CVU_11.2.0.2.0_jjayet
    drwxrwxrwt 5 root root 4096 Apr 5 06:25 .
    do you know how to use tmp over nfs with user jjayet so that the DB can install properly ?
    it seems that the files created as user jjayet into mounted /tmp are not identified properly
    thks in advance
    jean

    thks for the pointer
    I found the post you mention but it does not help
    it does not explain the root cause of the problem but just propose a workaround to pass an option to installer which will popi\up an interactive messgae at install time
    as installation is done automatically through ADE / DTE I cannot use this workaround
    any expert in oracle DB install can help ?
    thks
    Jean

  • System Update 5.03 install fails with 'wizard was interrupted'

    I have a W520 that I have upgraded to Win 8.1. I'm trying to install the System Update utility and InstallShield Wizard  fails with:
    InstallShield Wizard Completed 
    The wizard was interrupted before System Update could be completely installed.
    Your system has not been modified. To install this program at a later time, please run the installation again.
    Click Finish to exit the Wizard.
    I've searched for solutions all over the place and come up blank. This usually tells me there is something screwy on my machine or I'm not searching for the right keywords.
    Solved!
    Go to Solution.

    Windows 7x64 - T430s - 2352CTO
    There is a log file but it's too big to post. 
    It can be viewed at https://www.dropbox.com/s/hl420jgyqs8z9oj/tvsuSetup.log?dl=0
    The part where it fails is below:
    InstallShield 8:08:51: Invoking script function InstallSUService
    1: SU service installation failed, please retry the install.
    InstallShield 8:08:52: Setup aborted
    InstallShield 8:08:52: CallScriptFunctionFromMsiCA() ends
    CustomAction InstallSUService returned actual error code 1602 (note this may not be 100% accurate if translation happened inside sandbox)
    MSI (s) (E4:78) [08:08:52:146]: NOTE: custom action InstallSUService unexpectedly closed the hInstall handle (type MSIHANDLE) provided to it. The custom action should be fixed to not close that handle.
    Action ended 8:08:52: InstallSUService. Return value 2.

  • Stand alone APEX listener install fails with timezone region  not found

    Hi,
    I have searched the forum but found only a thread for the installation with Goldfish.
    I am very new to all this so I apologise if my problem is too simple, but please help as I am very frustrated with it.
    I have a 10.2.0.4 database on Windows XP for testing with.
    I installed APEX into it successfully, then down loaded the listener.
    I have to Java installations, one under my Oracle Home, the other under Middleware where I have JDeveloper installed.
    If I try $ORACLE_HOME/jdk/bin/java -jar apex.war it throws a Unsupported class version so I tried with the Middleware jdk and it appeared to install.
    I then went to http://localhost:8080/apex/listenerConfigure and entered the password for APEX_PUBLIC_USER and the info for a basic connection, it fails with the following message
    Request could not be processed due to error:
    Sat Apr 30 00:06:30 CAT 2011
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01882: timezone region not found
    Please if anyone can help me through asap this I would be most grateful

    Yay, I found the solution:
    I started by running:
    begin
    for v_rec in (select tzname,tz_offset(tzname) v_offset from v$timezone_names
    where tzabbrev='CAT') loop
    dbms_output.put_line('tzname '||v_rec.tzname||', offset '|| v_rec.v_offset);
    end loop;
    end;
    SQL> /
    tzname Africa/Khartoum, offset +03:00
    tzname Africa/Windhoek, offset +01:00
    tzname America/Anchorage, offset -08:00
    tzname US/Alaska, offset -08:00
    PL/SQL procedure successfully completed.
    I then added -Duser.timezone="+01:00" before the apex.war ie
    java –jar -Duser.timezone="+01:00" apex.war

  • New router: cp1525nw wifi install fails with vague error message

    Product:  HP Laserjet Pro cp1525nw
    OS:  WIndows 8.1
    Hardware:  Asus laptop
    Recently received new router from Verizon (FIOS), model FQG1100 BHR4 Router
    Purchased printer in 2012.
    Printer was working with old router; it won't communicate with new router.
    Over four days I have repeatedly removed the printer from the laptop and tried reinstalling using the wifi method. The install instructions say to run the CD, choose wifi, connect the USB cable when prompted, configure, remove cable when prompted.
    When I attach the USB cable the configuration starts, but it either times out ("taking too long") or fails with vague message  about not finding the product. I am never prompted for an SSID.
    I tried a USB install and that worked; so the USB cable is good. 
    Windows File & Print Sharing is enabled.
    I've tried re-setting the printer to defaults, and ensured the wifi menu says "ON" for wifi.
    I ran a wireless network test report:
    PASS for wireless on, wireless working, and Security.
    FAIL for Network Name (SSID) Found.
    NOT RUN for: printer settings consistant with wireless router settings, No filtering, connected, signal strength, other networks detected.
    Wireless netwrorks detected: 9
    I note the router label does not statE "SSID", but says "ESSID".
    I would appreciate any ideas for what to try.
    Please post here or send message to [Personal Information Removed]
    This question was solved.
    View Solution.

    Last night I finally got it to work.  I removed the printer fully from the PC and rebooted. I turned off the printer. I ran a cable to the router (cable modem). I reset the router, which then assigned an IP address to the printer. I changed the security settings on the router to use WEP instead of WPA. I ran the HP printer setup program---and it finally presented me with the "provide SSID" screen.  The program ran successully. I printed a test page. I changed the router secuirty back to WPA2. I printed another test page.     I tried rebooting everything and printed again.  I also tried removing the cable and then printing again---the printing failed.
    In short, I needed to do two things:  connect a cable and change the router temporarily to WEP for the install.
    In my case, my printer is close enough to the router to run the cable.  A little disappointing that the true wireless won't work, but I can print wirelessly from my laptop. 
    I've seen how a lot of people have had the same issue I had, and how HP is of no help in solving this issue.  I'm convinced the printer has a flaw.  I hope my posts will be of benefit to a few people having the same issue.

  • I have Creative Suite 6 Design & Web Premium installed on my HP Windows 7 laptop. All of a sudden Acrobat Pro will not open and I cannot reinstall. Get errors 2203, & Error-Install MSI payload failed with error 1603. Help.

    I have not been able to reinstall Acrobat Pro on my laptop. I have Suite 6 Design & Web Premium on my HP laptop. I have Windows 7 operating system. All of a sudden Acrobat Pro will not open so I uninstalled and tried to reinstall the program.
    The error messages I get are:
    ERROR: Error 2203.Database: C:\Windows\Installer\12102c.ipi. Cannot open database file. System error -2147287035.
    ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation.
    MSI Error message: Error 2203.atabase: C:\Windows\Installer\12102c.ipi. Cannot open database file. System error - 2147287035.
    ERROR: Third party payload installer AcroPro.msi failed with exit code: 1603
    Help PLEASE!

    Hi Patricia ,
    For error 2203 ,please refer to the following link.
    https://helpx.adobe.com/creative-suite/kb/error-2203-install-creative-suite.html
    For error 1603 ,refer to this link.
    https://helpx.adobe.com/creative-suite/kb/error-1603-install-cs3-cs4.html
    Let us know if this solves the issue .If required ,we"ll surely assist you further.
    Regards
    Sukrit Dhingra

  • 11gr2 RAC install on RHEL fails with "failed to create or upgrade olr"

    New 11gr2 install on empty Red Hat Enterprise Linux 5.4 machine fails with "failed to create or upgrade olr"
    Error during config steps. First script ran OK (orainstRoot.sh) on both nodes.
    Second script failed on DB01, and I haven't run on DB02, as it's supposed to complete on DB01 first.
    [root@RiskmgmtDB01 oraInventory]# cd /u01/app/11.2.0/grid
    [root@RiskmgmtDB01 grid]# ./root.sh
    Running Oracle 11g root.sh script...
    The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME= /u01/app/11.2.0/grid
    Enter the full pathname of the local bin directory: [usr/local/bin]:
    Copying dbhome to /usr/local/bin ...
    Copying oraenv to /usr/local/bin ...
    Copying coraenv to /usr/local/bin ...
    Creating /etc/oratab file...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    2010-11-12 10:35:13: Parsing the host name
    2010-11-12 10:35:13: Checking for super user privileges
    2010-11-12 10:35:13: User has super user privileges
    Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params
    Creating trace directory
    PROTL-16: Internal Error
    Command return code of 41 (10496) from command: /u01/app/11.2.0/grid/bin/ocrconfig -local -upgrade oracle oinstall
    Failed to create or upgrade OLR
    [root@RiskmgmtDB01 grid]#
    Looking on the net, anyone who has hit this has had a problem with permissions, so as suggested I ran:
    [root@RiskmgmtDB01 grid]# /usr/sbin/getenforce
    Disabled
    [root@RiskmgmtDB01 grid]# /usr/sbin/setenforce 0
    /usr/sbin/setenforce: SELinux is disabled
    [root@RiskmgmtDB01 grid]# /usr/sbin/getenforce
    Disabled
    As this is already set to disabled, I don't think it will help.
    The two other threads similar to this are:
    root.sh failed with signal 11 while installing 11gR2 grid infrastructure
    root.sh script fail to run on OEL5.4
    But neither works. I've raised a support request, but if anyone else has a bright idea ....
    Thanks, Duncan

    This document seems to apply: PROTL-16 Reported while Executing OCRCONFIG [ID 1123453.1]
    It recommends running CVU, but that showed no issues.
    So next step is the uninstall, as per: How to Proceed from Failed 11gR2 Grid Infrastructure (CRS) Installation [ID 942166.1]
    However "$GRID_HOME/crs/install/rootcrs.pl -verbose -deconfig -force -lastnode" fails:
    # /u01/app/11.2.0/grid/crs/install/rootcrs.pl -verbose -deconfig -force -lastnode
    2010-11-15 17:11:21: Parsing the host name
    2010-11-15 17:11:21: Checking for super user privileges
    2010-11-15 17:11:21: User has super user privileges
    Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params
    Can't open /etc/oracle/scls_scr/node01/root/ohasdrun for write: No such file or directory at /u01/app/11.2.0/grid/crs/install/s_crsconfig_lib.pm line 1021.
    So no further along yet ...

Maybe you are looking for

  • Creating WebDynamic Project

    I created a Web dynamic project with JSP and beans , when i call beans from jsp file it gives me requested resource not found for beans ... Jsp file runs on Apache tomcat but not beans which is required for processing jsp file Please help me out

  • Need help calculating total from flowable rows

    I am trying like a mad man to figure out how to calculate a total field from fields that flow one after another.  I utilized the tutuorial on Adobe, but the process to enter the formcalc forumula does not work in my instance.  I can upload the file t

  • Meaning of ABAP code?

    Hi Can you please tell me meaning of these two lines?? What is usage of them?? l_/bi0/app_o0100_itab TYPE HASHED TABLE OF /bi0/app_o0100 WITH UNIQUE KEY prodorder, l_/bi0/app_ds0300_itab TYPE HASHED TABLE OF /bi0/app_ds0300 WITH UNIQUE KEY coorder ca

  • Toplink 10 g, 11g

    is there any major difference between these two versions. wht new modifications ve done in 11g

  • Could not get VHB/MDB at block on USB Thumb drive

    I'm trying to not have to shell out $100 for DiskWarrior and because im on a Macbook Air, with no media drive, so i think i'd have to shell for a usb optical drive too.... so if someone can help me with this stupid, stupid, occurance (which will teac