PRB: Unable to Sign the Cabfile When Running SigncodeLast reviewed: January 29, 1998Article ID: Q177178 |
The information in this article applies to:
SYMPTOMSWhen you run Signcode.exe on your CAB file, one or more of the following errors occur:
CAUSESigncode.exe could not sign the CAB file for the reason indicated by the error number. The CAB file may not have been created with -s 6144 parameter or it is either read-only or corrupt.
RESOLUTION
Unable to sign the program <cabfile>. (80004005)This error appears because you did not reserve space in your CAB file. Re- create the CAB file using the -s 6144 option to Cabarc.exe. This space must be reserved in the CAB file to allow room for the digital signature. It is not necessary to use the -s switch with the signing tools included with the SDK for Java 2.0 Beta2 or newer. The Signcode.exe utility now creates the necessary space for the certificate at the time the CAB is signed.
Unable to sign the program <cabfile>. (80030070)This error occurs because you did not reserve enough space in your CAB file. Re-create the CAB file using the -s 6144 option to Cabarc.exe. It is not necessary to use the -s switch with the signing tools included with the SDK for Java 2.0 Beta2 or newer. The Signcode.exe utility now creates the necessary space for the certificate at the time the CAB is signed.
Unable to sign the program <cabfile>. (80070005)This error appears because your cabfile is marked read-only.
Unable to sign the program <cabfile>. (80070057)This error occurs because your cabfile is corrupt.
STATUSThis behavior is by design.
MORE INFORMATIONTo use the -s option for Cabarc.exe, the -s 6144 option reserves unnecessary space in most situations. With the "test" certificate, you can typically get by with 1K of reserved space in the cab. A good estimate of the space required is slightly larger than the size of the .spc file you are signing with. Also note, it is possible that the certificate will require more than 6144 bytes.
ExampleC:>CABARC -s 6144 N mycab *.class NOTE: It is not necessary to use the -s switch with the signing tools included with the SDK for Java 2.0 Beta2 or newer. The Signcode.exe utility now creates the necessary space for the certificate at the time the CAB is signed.
REFERENCESFor additional information on Frequently Asked Questions for CAB files, please refer to the following Knowledge Base article:
ARTICLE-ID: Q168941 TITLE : INFO: Frequently Asked Questions for CAB FilesFor more information on Cab and Sign technology, look in the Cab&Sign folder on the Visual J++ CD-ROM. The Visual J++ CD-ROM also includes a sample called CabAndSign that gives step-by-step instructions on how to create Cab files and Test Certificates. For the latest info on CAB technology, refer to http://www.microsoft.com/workshop/prog/cab/. For the latest Knowledge Base articles and other support information on Visual J++ and the SDK for Java, see the following page on the Microsoft Technical Support site:
http://support.microsoft.com/support/visualj/ http://support.microsoft.com/support/java/(c) Microsoft Corporation 1997, All Rights Reserved. Contributions by Carl Frisk, Microsoft Corporation
|
Additional query words: CABARC, Cab and Sign technology, internet
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |