IOS packaging error

Just moved to AIR 3.6 SDK. Seeing the following error when packaging for iOS via adt on the command line:
Exception in thread "main" java.lang.Error: flash.data::SQLIndexSchema::flash.data:SQLIndexSchema::_table has a slot id(4) larger than the name count(2).
          at adobe.abc.GlobalOptimizer$InputAbc.readTraits(GlobalOptimizer.java:855)
          at adobe.abc.GlobalOptimizer$InputAbc.readInstance(GlobalOptimizer.java:1030)
          at adobe.abc.GlobalOptimizer$InputAbc.readAbc(GlobalOptimizer.java:391)
          at adobe.abc.GlobalOptimizer$InputAbc.readAbc(GlobalOptimizer.java:279)
          at adobe.abc.LLVMEmitter.generateBitcode(LLVMEmitter.java:320)
          at com.adobe.air.ipa.AOTCompiler.convertAbcToLlvmBitcodeImpl(AOTCompiler.java:599)
          at com.adobe.air.ipa.BitcodeGenerator.main(BitcodeGenerator.java:104)
Compilation failed while executing : ADT
Seems to work fine when packaging within Flash Builder 4.7, but I need the command line to work for automated builds. Any ideas on eliminating or working around this error?

Hi,
I found this problem in sdk downloaded from http://www.adobe.com/devnet/air/air-sdk-download.html.( Currently it is replaced with 3.7 it seems. ). I also tried with 3.7 Beta got the same problem. I have not tried with 3.7 though.
The machine is 64 bit windows machine with Java version 7 update 17.
The problem occurs with AIR SDK 3.6 ASC 2.0 Compiler. If we use AIR SDK 3.6 without ASC 2.0 ( use ASC 1.0 Compiler) then the problem does not occur. But I badly need AIR SDK 3.6 atleast with ASC 2.0. Please try to get some workaround for this problem. I have also read some where that this problem does not occur with Mac. But I don't have any access to Mac to verify this claim...
I have also reported this bug at https://bugbase.adobe.com/index.cfm?event=bug&id=3537914. But still have not got any solution to this problem. ...
The packaging command used is something like below:-
<java jar="${adt.jar}" dir="AIRMobile/src/" fork="true" failonerror="true">
            <sysproperty key="file.encoding" value="UTF-8"/>
            <arg value="-package"/>
            <arg value="-target"/>
            <arg value="ipa-ad-hoc"/>
            <arg value="-provisioning-profile"/>
            <arg value="xyz.provission"/>
            <arg value="-storetype"/>
            <arg value="pkcs12"/>
            <arg value="-keystore"/>
            <arg value="xyz.keystore"/>
            <arg value="-storepass"/>
            <arg value="xyx"/>
            <arg value="AIRMobile.ipa"/>
            <arg value="AIRMobele.app.xml"/>
            <arg value="icons/*.png"/>
            <arg value="assets/*.swf"/>
            <arg value="url.txt"/>
            <arg value="-C"/>
            <arg value="somedir/"/>
            <arg value="AIRMobile.swf"/>
            <arg value="-extdir"/>
            <arg value="release_libs"/>
        </java>
Just to add also tried with ipa-debug. Tried increasing java heap size to 4GB. Still got the error.
Thanks,

Similar Messages

  • IOS Packaging Error: Could not retrieve certificate chain from keystore

    Hi all,
    I'm currently evaluating Flash Builder 4.5, with an eye toward prototyping on iOS (since lots of folks here know Flash and ActionScript, but only a couple of us use XCode and Objective-C).  I'm currently looking at the Hello World tutorial...
    http://www.adobe.com/devnet/flash-builder/articles/hello-world.html
    I've built and tested on desktop, and am now trying to package the app to test on iOS.  However, when I run the device configuration I get a dialog with the following...
    'Launching FlashTest' has encountered a problem.
    Error occurred while packaging the application:
    could not retrieve certificate chain from keystore
    It then shows me the usage text for adt.  I have no idea what the problem is.
    I've imported the same certificate I use to deploy through XCode, and have created an AppID and provisioning profile specific for my test app.
    Thoughts?
    p.s. - How do I change my forum name?

    i understood why
    I had the same problem
    i solved in this way
    before exporting the *.p12 file i chained the certificate to the key by selecting it in the key panel and importing from the file menu the certificate
    in this way key and certificate are associated
    at this poin i created the p12 file and it worked fine!!!!

  • FB 4.5.1 iOS Packaging error

    Hi,
    I have Flash Builder 4.5.1 on Windows 7 32bits with 4GB of RAM. When I try to generate a .ipa with the Project > Export release build... I get the following error message:
    Error occurred while packaging the application:
    Error ocurred during initialization of VM
    Could not reserve enough space for object heap
    Could not cerate the Java virtual machine
    Compilation failed while executing: ADT
    I am able to compile the .ipa file from the command line with the follogin options:
    java -Xms384m -Xmx448m -jar adt.exe [...]
    Is it possible to pass this arguments to adt through Flash Builder?
    PD: I currently run Flash Builder with this configuration into FlashBuilder.ini, I don't know if it has any related side effect:
    -Xms256m
    -Xmx384m
    Message was edited by: dm106

    Same problem Can you tell me how to pack it using command line (adt)?
    EDIT:
    I've managed to compile it with my script:
    @echo=off
    @cd bin-release-temp
    @set java_cmd=C:\Programy\Java\jre6-32\bin\java.exe
    @set java_param=-Xms384m -Xmx448m -jar
    @set adt_cmd="C:\Programy\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1\lib\adt.jar"
    @set target=ipa-debug
    @set cert=..\cert\iphone_cert.p12
    @set cert_pass=password
    @set provisioning=..\cert\gadget.mobileprovision
    @set build_file=..\build\gadget.ipa
    @set desc_files=..\bin-release-temp\gadget-app.xml
    @set files=gadget.swf assets
    %java_cmd% %java_param% %adt_cmd% -package -target %target% -storetype pkcs12 -keystore %cert% -storepass %cert_pass%  -provisioning-profile %provisioning% %build_file% %desc_files% %files%
    @cd..
    pause
    I need to install 32-bit java for ADT ;o
    However it took me 25 minutes and consumed 1 243 MB od RAM for "java.exe" and about 120MB for "i686-apple-darwin9-Id64.exe".
    Temporary file AOTBuildOutput.asm was 83MB and output file 10Mb.
    Is it normal for iOS?

  • Unable To Include Files In iOS Package

    Hi,
    I an using the latest release version of Flash Builder, trying to package an app for the iPad. I have an AIR application that I created to run on a desktop, and have modified it to run on the iPad. It works fine, however I cannot package the need resource files it uses, such as jpg, xml, swf, and flv files within the ipa file using Flash Builder. It seems that if I select more than 30-40 of these types of files to include, Flash Builder will not compile the ipa file without some sort of error, the most common one talks about:
    "Cannot run program "java.exe" (in directory "C\Users\lee\AppData\Local\Temp\AOT1308010984915"): CreateProcess error=206, The filename or extension is too long"
    Now I am guessing that Flash Builder is appending all of my selected files to a command line string or something somewhere, and so it can't handle that long of string on the command line. If I stick to less than 30 files, it works fine, but if I try and the 1000 or so files that I need to, it will not work.
    This app would never be in the app store, but rather on internal company iPads. The reason for so many files is the number of products the app covers, and the number of languages it supports. So yes the ipa file would be about 500Mb, but that should not be an issue, since an ipa file is basically a zipped archive. I think this is a bug though in Flash Builder; the program also becomes unresponsive when trying to access the include file list located in Project Properties -> ActionScript Build Packaging -> Apple iOS settings dialog. It make take several minutes before FB becomes responsive again when working with this number of files.
    Does anyone have any suggestions?
    thanks

    Hello,
    Since I first encountered this bug, I have always had my asset files in
    subfolders. See the attached screen shot. This is my project folder, and
    every subfolder is included except for the com folder, which for some
    reason FB copied into the bin directory on it's own.
    So I do not think this fixed. In this report, they are not using the same
    number of files as I am, so it is possible that this only works with a low
    number of files.
    thx
    Anirudh Sasikumar <[email protected]>
    06/23/2011 01:26 AM
    Please respond to
    [email protected]
    To
    Keith Lee <[email protected]>
    cc
    Subject
    Unable To Include Files In iOS Package
    Caterpillar: Confidential Green Retain Until: 07/23/2011
    Here is the bug: https://bugs.adobe.com/jira/browse/FB-31616
    The comments seem to indicate that if you put your files in a subfolder
    rather than directly in src, it should work.
    Let us know how it goes.
    -Anirudh

  • Packaging error 2 (The media contains invalid NALU length)

    Hi,
    I am trying to publish live stream from Adobe Flash client that can be viewed on iOS device.  One known issue is that the Flash client does not support AAC audio encoder when it publishes a stream, but AAC is required for iOS viewing.  Thus I am using ffmpeg to transcode the audio to work around this issue.  The setup looks like following:
                                     Publish(h.264+Speex)      Pull               Re-Publish(h.264+AAC)
    Flash Client Publisher -------------------> AMS -----> ffmpeg ---------------------> AMS
    The command line I use for ffmpeg is like this:
    ffmpeg -re -i rtmp://xxx.xxx.xxx.xxx/livepkgr/orgstream -c:v copy -c:a aac -strict -2 -f flv rtmp://xxx.xxx.xxx.xxx/livepkgr/livestream
    This setup works perfectly if the original stream is published by Flash Media Live Encoder client.  However, if the stream is published by a web page using Flash ActionScript client, the iOS won't play the stream.  The root cause is that HLS module failed to generate the proper TS file. I get the following error in the Apache server log.
    [Sat Aug 17 15:56:50 2013] [error] mod_hlshttp [500]: Packaging error 2 (The media contains invalid NALU length) when processing /hls-live/streams/livepkgr/events/_definst_/livestream/livestreamNum0.ts
    I've tried various things to narrow down the possibilities regarding what could be wrong.  Here are some of my observations:
    1) The problem has nothing to do with audio.  If I do audio streaming only, it works well.  So in various experiement, I simplified the problem by doing video stream only.  When using ffmpeg to transcoding, I used '-an' to disable audio stream.
    2) If I use ffmpeg to save the stream into MP4 file first (say 1 minute long), and then publish that file, I got the same issue when iOS device is trying to retrieve content.  The MP4 file generated is fine though.  I can view it using VLC.
    3) If I use ffmpeg to transcode H.264 to H.264 (i.e. Not to use the "copy" transcoder), it then will work.  However, because of the CPU usage constraints in my requirement, I cannot adopt this approach. Here is the command line that works:
    ffmpeg -re -i rtmp://xxx.xxx.xxx.xxx/livepkgr/orgstream  -vcodec libx264 -b:v 1000k -c:a aac -strict -2 -f flv rtmp://xxx.xxx.xxx.xxx/livepkgr/livestream
    4) In all those experiments, the m3u8 file are generated correctly.  In the stream directory I always saw meaningful size for f4f and f4x files.
    5) The iOS client is able to view the original stream fine if the original stream is H.264 video only stream. (The 'orgstream', not the one republished by ffmpeg).
    6) In all those experiements, a regular Flash viewer client is able to play the live stream with no issue.
    Since I don't have access to source code to the Apache module for HLS (mod_hlshttp), I don't know how to proceed further. I appreciate any help from Adobe engineering team who have access to source code, and give me some hint what could go wrong.  I can also provide further information regarding the published stream, e.g. the generated MP4 if it can help.
    Thanks and best regards,
    Jason
    Message was edited by: Json

    The one thing you didn't do is reset your Photoshop preferences.
    Most likely the preferences got corrupted, and reference a corrupt preset.

  • Adobe's iOS packager java.lang.OutOfMemoryError.

    Hello,
    I'm using Flash FDT to compile my game for iOS device. The game is not so complec, but it's not small too (few .swc libraries used, and few K lines of code).
    I tried to increase memory for Java to resolve this problem, but I'm always getting error with following stacktrace:
    Packaging failed!
    Packaging error message:
    Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
              at java.util.TreeSet.<init>(Unknown Source)
              at adobe.abc.Algorithms$SetMap.get(Algorithms.java:225)
              at adobe.abc.Algorithms.addUses(Algorithms.java:164)
              at adobe.abc.Algorithms.findUses(Algorithms.java:186)
              at adobe.abc.GlobalOptimizer.cp(GlobalOptimizer.java:9381)
              at adobe.abc.GlobalOptimizer.dce(GlobalOptimizer.java:9627)
              at adobe.abc.GlobalOptimizer.sccp(GlobalOptimizer.java:4638)
              at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:3514)
              at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:2215)
              at adobe.abc.LLVMEmitter.optimizeABCs(LLVMEmitter.java:527)
              at adobe.abc.LLVMEmitter.generateBitcode(LLVMEmitter.java:337)
              at com.adobe.air.ipa.AOTCompiler.convertAbcToLlvmBitcodeImpl(AOTCompiler.java:510)
              at com.adobe.air.ipa.BitcodeGenerator.main(BitcodeGenerator.java:80)
    Compilation failed while executing : ADT
    I've completly no idea how to fix this problem and compile my game for iOS device :/.
    Other, smaller projects work fine (compile for iOS without any problem).

    Thanks for reporting the issue, we are working on it, hopefully it will be available in next major version of AIR.
    To know more about it, you might want nominate yourself for our prerelease program at this link.
    http://labs.adobe.com/technologies/flashplatformruntimes/air3/
    Thanks,
    Amish.

  • PI 711 Installation: Loading of 'SAPNTAB' import package: error but no log

    Hello,
    I'm perfromong an installation of a SAP PI 7.11 ystem on windoows Server 2003 and Oracle 10.2 .
    I've perfromed the installation of the DEV system without particular issue.
    But now when tryning to install the QAS system , I can't finish the installation : Im' stuck in the import ABAP step ...
    It is impossible to import the 'SAPNTAB' package. I couln't find the reason.
    I've tried updating the R3load binary, rebooting the server, restarting the instalaltion from scratch but it didn't help.
    Here I provide you the logs, maybe you can help me
    SAPNTAB.log
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20110223195542
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/711_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: version R7.11/V1.4 [UNICODE]
    Compiled Dec 14 2010 22:52:23
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -stop_on_error -loadprocedure fast
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) INFO: SVERS deleted/truncated #20110223195543
    sapinst_dev.log
    Syslib info about system call. OS message 109 (The pipe has been ended.
    ) after execution of system call 'ReadFile' with parameter ((read end of child process output pipe)), line (403) in file (synxcpipe.cpp).
    WARNING    2011-02-23 19:56:12.607
               CJSlibModule::writeWarning_impl()
    Execution of the command ""C:\Program Files\sapinst_instdir\NW71\INSTALL\SYSTEM\ORA\STD\AS\sapjvm\sapjvm_5\bin\java.exe" -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst" finished with return code 103. Output:
    java version "1.5.0_14"
    Java(TM) 2 Runtime Environment, Standard Edition (build 5.1.024)
    SAP Java 64-Bit Server VM (build 5.1.024, Sep  4 2008 23:21:58 - 51_REL - optU - windows amd64 - bas2:106386 (mixed mode))
    Import Monitor jobs: running 1, waiting 28, completed 0, failed 0, total 29.
    Loading of 'SAPNTAB' import package: ERROR
    Import Monitor jobs: running 0, waiting 28, completed 0, failed 1, total 29.
    TRACE      2011-02-23 19:56:12.607
    Function setMessageIdOfExceptionMessage: nw.programError
    ERROR      2011-02-23 19:56:12.607
               CJSlibModule::writeError_impl()
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    import_monitor.log
    TRACE: 2011-02-23 19:55:42 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Program Files\sapinst_instdir\NW71\INSTALL\SYSTEM\ORA\STD\AS\DDLORA.TPL' template file is started.
    INFO: 2011-02-23 19:55:42 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Program Files\sapinst_instdir\NW71\INSTALL\SYSTEM\ORA\STD\AS\DDLORA.TPL' template file is successfully completed.
    Primary key creation: after load.
    Index creation: after load.
    INFO: 2011-02-23 19:55:42
    Data codepage 1100 is determined using TOC file 'E:\SAPCD\51036706\DATA_UNITS\EXP1\DATA\REPOSRC.TOC' for package 'REPOSRC'.
    INFO: 2011-02-23 19:55:42
    Version table 'SVERS' is found in STR file 'E:\SAPCD\51036706\DATA_UNITS\EXP3\DATA\SAPNTAB.STR' from package 'SAPNTAB'.
    INFO: 2011-02-23 19:55:42
    Data conversion tables 'DDNTF,DDNTF_CONV_UC,DDNTT,DDNTT_CONV_UC' are found in STR file 'E:\SAPCD\51036706\DATA_UNITS\EXP3\DATA\SAPNTAB.STR' from package 'SAPNTAB'.
    TRACE: 2011-02-23 19:55:42 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPNTAB' import package is started.
    TRACE: 2011-02-23 19:55:42 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPNTAB' import package into database:
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -stop_on_error -loadprocedure fast
    ERROR: 2011-02-23 19:55:45 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPNTAB' import package is interrupted with R3load error.
    Process 'E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -stop_on_error -loadprocedure fast' exited with return code -1,073,741,819.
    For mode details see 'SAPNTAB.log' file.
    Standard error output:
    sapparam: sapargv(argc, argv) has not been called!
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2011-02-23 19:56:12
    Cannot continue import because not all import packages with data conversion tables are loaded successfully.
    WARNING: 2011-02-23 19:56:12
    1 error(s) during processing of packages.
    INFO: 2011-02-23 19:56:12
    Import Monitor is stopped.
    Edited by: Raoul Shiro on Feb 23, 2011 8:11 PM
    Edited by: Raoul Shiro on Feb 23, 2011 8:12 PM

    Hello,
    Thank you for your answer.
    I already opened a sap cutomer call, they answered that it it not a database issue,
    I restarted the installationfriom scracth , but i still got the same error :
    Here is the full content of the file SAPNTAB.log
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20110225170643
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/711_REL/src/R3ld/R3load/R3ldmain.c#4 $ SAP
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: version R7.11/V1.4 [UNICODE]
    Compiled Dec 22 2008 00:13:12
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -ctf I E:\SAPCD\51036706\DATA_UNITS\EXP3\DATA\SAPNTAB.STR C:\Program Files\sapinst_instdir\NW71\INSTALL\SYSTEM\ORA\STD\AS\DDLORA.TPL SAPNTAB.TSK ORA -l SAPNTAB.log
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: job completed
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20110225170643
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20110225170643
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/711_REL/src/R3ld/R3load/R3ldmain.c#4 $ SAP
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: version R7.11/V1.4 [UNICODE]
    Compiled Dec 22 2008 00:13:12
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -stop_on_error -loadprocedure fast
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) INFO: SVERS created #20110225170643
    Regards.
    Raoul

  • Unable to update itunes. help. error message when trying to update to latest version of itunes. "the installer has encountered an unexpected error installing this package. this may indicate a problem with this package. error code 2721"

    unable to update itunes. help. error message when trying to update to latest version of itunes. "the installer has encountered an unexpected error installing this package. this may indicate a problem with this package. error code 2721"

    Hello chae84swangin,
    I recommend following the steps in the article below when getting an error message trying to install iTunes:
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Call to Driver Package Error - Nine Possible Solutions that have Resolved this Issue!

    Hello everyone I've decided to write up this guide to discuss and troubleshoot the “Call to Driver Package Error”.
    What is it ? What causes it?
    This issue normally occurs when a specific driver, that is being called, cannot be called. Sometimes, a 1627 or 1603 error is referenced in the error.
         - If a 1603 error is referenced, this indicates that an ERROR_INSTALL_FAILURE has occurred, meaning a component of the installation failed. This is normally accompanied when another form of installation occurs.
         - If a 1627 error is referenced, this indicates that an ERROR_FUNCTION_FAILURE has occurred, meaning a function at a specific moment has failed, and the installation cannot continue.
    Typically, these numbers do not mean a whole lot. However, for an advanced user, these numbers might mean a little bit more.
    An example?
    "Call to driver package install returned the error 1603 for Pkg C:/ProgramFiles\HP\HP officejet pro 8600\driverstore\ng scan driver\HPWia_OJ8600.INF"
    This is the most recent error message I've witnessed. If you break it down, you will notice that “HPWia_OJ8600.INF” is the installation file (INF) that has failed. WIA (Windows Image Acquisition) is crucial for scanning, and the printer installs this file to enable scanning features.
    How can you troubleshoot this error?
    This is the main portion of the post. I am going to suggest a significant list of troubleshooting that you can attempt. There are nine solutions which have resolved the issue in different situations, all of which I personally worked with. I'm hoping that these solutions will work for you if you have to face this error.
    *Please note that some of this troubleshooting is a little complicated. If a mistake is made, you may have to reinstall the operating system. However, the final troubleshooting step will require you to do this. You should make sure all of your data is backed up before troubleshooting.
    Backing Up Your Files (Windows 8)
    Backing Up Your Files (Windows 7)
    How to Back Up Your Files (Windows Vista or XP)
    You should also backup the Registry. There are some Registry-editing steps in the troubleshooting I provide.
    Backing Up, Editing, and Restoring the Windows Registry (Windows 8)
    Backing Up, Editing, and Restoring the Windows Registry (Windows 7)
    Backing Up, Editing, and Restoring the Windows Registry (Windows 98, ME, and XP)
    *After each step is attempted, you can try installing the printer software. If it fails, please uninstall the software before proceeding. This HP document will explain how to do it:
    1. The first step is performing a Clean Boot. I've resolved this issue in the past by performing this simple step before installing the software. A Clean Boot will turn off third-party programs and services that could be blocking the software from working correctly. For more information on how to do this, please look at this Microsoft document:
    How to perform a clean boot in Windows
    2. Next, make sure the Windows Installer it turned on and started. If it not, the installation may not complete. To do this, hold down the “Windows” and “R” key on the keyboard, which will open the Run box. In that box, type “services.msc” (without the quotes) and hit Enter.
    Now scroll down to the Windows Installer. If it is checked stopped, or not started, right-click on it and select “Start”.
    3. Next, I would suggest completing all Windows Updates:
    a) Open "Windows Update" in Control Panel.
    b) Click "Settings", and then click "Install optional updates".
    c) Next, click "Check for updates".
    This will ensure that all updates are found and installed. Once they are installed, see whether or not the error returns.
    4. If the issue is not resolved at this point, I would like to check the system for obvious corruption with an SFC scan. SFC stands for System File Checker, and it scans and attempts to restore corrupted Windows files.
    To do this, open Command Prompt as Administrator. Type in this command and hit Enter afterward: sfc
    /scannow
    Write down the results and restart computer after this completes.
    5. Creating a new Administrator account is a workaround to the issue. If the error does not appear on other accounts, this proves that whatever is causing the error is account-exclusive. I'm going to suggest you unlock the computer's built-in Administrator account.
    To do this, open Command Prompt as Administrator, again. Then type in this command and hit Enter afterward: net user administrator /active:yes
    6. The next step involves editing permissions in the Registry. In the Registry, please review the instructions below to apply full permissions to the following key: HKEY_LOCAL_MACHINE
    a) Right-click on the key that you need to edit and/or delete (HKEY_LOCAL_MACHINE). Click on "permissions..."
    b) Click "Add" in that Window that appears.
    c) There will be an empty box under "Enter the object names to select". Type "Administrator" (without the quotes), then click on "Check Names".
    d) An Administrator name will appear, click "Ok" when it does.
    e) You should be able to select (click) the Administrator profile under "Group or user names". Once clicked, click on "Advanced".
    f) Click on the "Owner" tab.
    g) Click on the Administrator profile, then put the check-mark in "Replace owner on subcontainers and objects".
    h) Go back to the "Permissions" tab, and ensure the Administrator profile is selected.
    i) In the "Permissions" tab, put a check-mark in every box available. The boxes will likely be indicated by "Include inheritable permissions from this object's parent" and "Replace all child object permissions with inheritable permissions from this object".
    j) Next, click "Edit". Put a check-mark in "Full Control" under Allow. Click Ok. Now, click Apply (you may receive a Window security message, just click "Yes"), then Ok.
    k) Exit the Registry, then restart the computer, and launch the Administrator account.
    7. The next step is to re-register the Windows Installer, and other dynamic library links (.DLL). Doing this will reference certain components that are required to complete the installation. Open Command Prompt as Administrator, then type each command and hit Enter after each one:
    MSIEXEC /UNREGISTER
    MSIEXEC /REGSERVER
    REGSVR32 MSI.DLL
    REGSVR32 ATL.DLL
    REGSVR32 SOFTPUB.DLL
    REGSVR32 WINTRUST.DLL
    REGSVR32 INITPKI.DLL
    REGSVR32 DSSENH.DLL
    REGSVR32 RSAENH.DLL
    REGSVR32 GPKCSP.DLL
    REGSVR32 SCCBASE.DLL
    REGSVR32 SLBCSP.DLL
    REGSVR32 MSSIP32.DLL
    REGSVR32 CRYPTDLG.DLL
    8. There are certain DLL files that can interfere with the installation, and they should be deleted. Go to C:\Windows\System32
    Delete the following files:
    HPZipm12.dll
    HPZinw12.dll
    9. Before reinstalling the operating system, you can try restoring it. This will allow you to return the computer to a point where the printer was working.
    *You should only do this if the software worked in the recent past.
    What is System Restore? - For Windows 7 and Vista
    How to refresh, reset, or restore your PC - For Windows 8 and 8.1
    What if these nine solutions do not work?
    Finally, you will need to reinstall the operating system if the issue is not resolved by this point. However, I can promise that this will resolve the issue. Here is a generic document on reinstalling the operating system:
    Overview of Recovering the OS or Reinstalling the Operating System
    And that's everything. Thanks for reading! - Mario
    I worked on behalf of HP.

    No error messages are given. It will either freeze while saying "Accessing iTunes Store," or without saying anything at all.
    I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • The current iTunes 10.5 upgrade does not install on Windows 7 and indicates a faulty install package (error 2324). Advice or details on the release date for a proper fix?

    The current iTunes 10.5 upgrade does not install on Windows 7 and indicates a faulty install package (error 2324). Advice or details on the release date for a proper fix? I'm not able to roll back to the prior version, so I'm stuck in limbo.

    There have been a number of problems with installing the latest iTunes on Windows 7 64-bit machines during the last couple of weeks.  You might want to do a search on that topic and see if anyone has a solution.  There have been various versions of the problem but a lot related to errors in the download package or failure to download.

  • Disk Utility - No valid packages error

    I've deleted the contents of my /library/receipts/ folder and now I cannot repair permissions using Disk Utility. It now spits out a "No valid packages" error and cannot proceed. I never thought these .pkgs were important to Disk Utility.
    Is there any way to make this work again? Will the removal of these packages affect the performance of the OS?
    Thanks.
    PowerMac G5 Uni 1.8   Mac OS X (10.4.4)   2GB RAM, ATI Radeon 9800 Pro SE

    I believe you'll also need Essentials.pkg.

  • HT201442 iOS: Restore error 3194 or 'This device isn't eligible for the requested build', all program downloaded but till showing same problem, kindly suggest me

    iOS: Restore error 3194 or 'This device isn't eligible for the requested build'

    Unable to contact the iOS software update server gs.apple.com
    Error 1004, 1013, 1638, 3014, 3194: These errors may be the result of the connection to gs.apple.com being redirected or blocked. Follow these steps to resolve these errors:
    Install the latest version of iTunes.
    Check security software and ensure that communication to gs.apple.com is allowed. Follow these stepsfor assistance with security software.
    Check the hosts file. The restore will fail if there is an active entry to redirect gs.apple.com. Follow theadvanced iTunes Store troubleshooting steps to edit the hosts file or revert to a default hosts file. See "Blocked by configuration: (Mac OS X/Windows) > Rebuild network information."
    Try to restore from another known-good computer and network.
    If the errors persist on another computer, the device may need service.

  • TR: Thread Package error while configuring

    De : Joel RIANDEY
    Date : mercredi 24 septembre 1997 12:42
    A : Francois BOUCHARD
    Objet : Thread Package error while configuring
    I've got the following error while trying to assign a partition on a node during configuration.
    SYSTEM ERROR: This component cannot be moved to this node. Node does not
    support logical component
    Class: qqsp_ErrorDescriptor
    Error Time: Wed Sep 24 11:08:34
    Exception occurred (locally) on partition "Forte_cl0_Client", (partitionId
    = 172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1, taskId =
    [172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1.54]) in application
    "Forte_cl0", pid 183 on node JOELR in environment nt_dvpte.
    USER ERROR: The node ORDAM-NT_DVPT is unable to support this partition
    (LaunchCcsProject_cl0_Part1). This is because either all of the restricted
    projects required by the partition have not been installed on the node or the
    node does not have the external resource or thread package that the partition
    uses. This partition requires the restricted project(s) <none> and the thread
    package Forte.
    Class: qqsp_UsageException
    Error #: [1301, 460]
    Detected at: qqem_LogicalPartition::Assign at 4
    Last TOOL statement: method AppComponentVM.Install
    Error Time: Wed Sep 24 11:08:34
    Exception occurred (locally) on partition "Forte_cl0_Client", (partitionId
    = 172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1, taskId =
    [172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1.54]) in application
    "Forte_cl0", pid 183 on node JOELR in environment nt_dvpte.
    The partition is containing a library wrap object which Multithreaded attribute is set to FALSE;
    The node to which I want to transfer the partition is a NT node while my library remains in an AIX one.
    Nevertheless I can drag my partition if this library Multithreaded attribute is set to TRUE but I need it to be positionned at FALSE.
    I) Anyone could tell me if there is a solution for assigning such partition on such node ?
    II) What is "the thread package Fort&eacute;' ?

    De : Joel RIANDEY
    Date : mercredi 24 septembre 1997 12:42
    A : Francois BOUCHARD
    Objet : Thread Package error while configuring
    I've got the following error while trying to assign a partition on a node during configuration.
    SYSTEM ERROR: This component cannot be moved to this node. Node does not
    support logical component
    Class: qqsp_ErrorDescriptor
    Error Time: Wed Sep 24 11:08:34
    Exception occurred (locally) on partition "Forte_cl0_Client", (partitionId
    = 172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1, taskId =
    [172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1.54]) in application
    "Forte_cl0", pid 183 on node JOELR in environment nt_dvpte.
    USER ERROR: The node ORDAM-NT_DVPT is unable to support this partition
    (LaunchCcsProject_cl0_Part1). This is because either all of the restricted
    projects required by the partition have not been installed on the node or the
    node does not have the external resource or thread package that the partition
    uses. This partition requires the restricted project(s) <none> and the thread
    package Forte.
    Class: qqsp_UsageException
    Error #: [1301, 460]
    Detected at: qqem_LogicalPartition::Assign at 4
    Last TOOL statement: method AppComponentVM.Install
    Error Time: Wed Sep 24 11:08:34
    Exception occurred (locally) on partition "Forte_cl0_Client", (partitionId
    = 172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1, taskId =
    [172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1.54]) in application
    "Forte_cl0", pid 183 on node JOELR in environment nt_dvpte.
    The partition is containing a library wrap object which Multithreaded attribute is set to FALSE;
    The node to which I want to transfer the partition is a NT node while my library remains in an AIX one.
    Nevertheless I can drag my partition if this library Multithreaded attribute is set to TRUE but I need it to be positionned at FALSE.
    I) Anyone could tell me if there is a solution for assigning such partition on such node ?
    II) What is "the thread package Fort&eacute;' ?

  • Another iOS packager bug

    Came across another bug in iOS packager. In my project I have a function looking like this:
    private function sample():Object
         var iValue:int = 10;
          return false ? iValue : null;
    It correctly returns 'null' if packaged in ipa-debug-interpreter, apk-captive-runtime modes or if running in ADL. But it returns '0' if packaged in ipa-ad-hoc mode. I had to spend a whole day to figure out where is the problem. This is not the first type cast issue I came across. And it takes a lot of effort everytime to debug (10 minutes to build the project!). I'm breaking a dead line giving my customer an excuse that 'Adobe packager for iOS does not work right'. Which sounds like total BS of course. Adobe, please, get this straight. It is hard enough to develop with AIR for mobile. Bugs like this one make it much worse. Either way, I'm planning to advocate for using native tools in our next projects.

    I'm still using AIR 3.2. Unfortunately, I don't have a chance to try latest AIR 3.4 at the moment. But I will check the same code when I update AIR SDK.
    The code I posted is not a real code of course. I had to strip some logic and modify operators a bit. But I had hoped the bug would still reproduce. From my experience, most of the iOS packager bugs are caused by the rules of type casting that are not AS3 compliant. I have an impression that type casting rules used in the packager are more like classic C type casting rules. As the result, same code executes differently on iOS and Android|Windows. And it has being a huge problem for me.

  • Error 1669 after updating to ios 7, Error 1669 after updating to ios 7

    Error 1669 after updating to ios 7, Error 1669 after updating to ios 7

    how to solve error 1669
    STEP 1: Delete iTunes from your computer. Also make sure you remove the cache(open itunes then press edit wich is located on the tool bar and then click on preferences and then go to advanced and click on reset warrnings and reset cache).
    then go to your hard disk and go to program files and delete folder named itunes.
    Note: If you have any libraries or locally cached data that you want to keep, temporarily store them somewhere until you get the situation fixed.
    STEP 2: Once it is completely deleted, download iTunes 11.1 from Apple servers.
    STEP 3: Download iTunes 11.1 from here.
    STEP 4: Now connect your iPhone, iPad or iPod touch to computer.
    STEP 5: Click “restore”, it should present you with a notification saying a new version is available.
    STEP 6: Simply Click download and install, and sit back and relax.
    The process should be completed and your error 1669 should be fixed.

Maybe you are looking for

  • Same Valuation class with diff valuation group with same valauation area

    Dear Expert, We r having two material XYZ and ABC with same valuation class and in the same plant(valuation Area) For consumption VBR general modifier we want to assign two different gl codes to different material XYZ & ABC. Is it possible in OMWD ca

  • Font not visible in Flash CS5

    Hi, I have purchased this font "HY Zhong Hei Simplified Chinese J" and installed on my PC but it is not visible in FLASH CS5 Please help. Thanks, Vikrant

  • Check boxes not working ... any suggestions

    I have a user that is having problems checking any check boxes within CRM. Their workstation was recently upgraded to Windows 7 with IE8. does anybody know of any setting which might prevent the clicking on the checkbox to work ? I can log in with th

  • How does one narrow down apps "open with"?

    i get, esp. with an image, all apps available on my mac in the "open with..." contextual menu. ridiculous!

  • SAP Error

    Dear All, Please help below error message, "linking primary sales accounts has not been completed" I got this error message when open AR Invoice, Credit Memo Module. Thanks in your help.