Server Based Converter V3.0 の出力するエラーメッセージを示します。
エラーコード | エラーレベル | エラーメッセージ | 備考 |
---|---|---|---|
2051 (0803) | 4 | SYSTEM ERROR: XXXXX is null. | システムエラー |
2052 (0804) | 4 | SYSTEM ERROR: Argument is out of range. | システムエラー |
2054 (0806) | 4 | SYSTEM ERROR: XXXXX arg is created from a different document. | システムエラー |
2055 (0807) | 4 | SYSTEM ERROR: XXXXX is not an XFAttr object. | システムエラー |
2056 (0808) | 4 | SYSTEM ERROR: XFAttr is an XFAttr that is already an attribute of another XFElement. | システムエラー |
2057 (0809) | 4 | SYSTEM ERROR: XXXXX is not a child of this node. | システムエラー |
2059 (080B) | 4 | SYSTEM ERROR: Cannot set a value on node type: XXXXX | システムエラー |
2060 (080C) | 4 | SYSTEM ERROR: startDocument() must be called just after setOutput(). | システムエラー |
2061 (080D) | 4 | SYSTEM ERROR: attribute() must be called just after startTag(). | システムエラー |
2062 (080E) | 4 | SYSTEM ERROR: Unexpected endTag(). | システムエラー |
2063 (080F) | 4 | SYSTEM ERROR: End tag 'XXXXX' does not match the start tag 'XXXXX'. | システムエラー |
2064 (0810) | 4 | SYSTEM ERROR: Unexpected docdecl(). | システムエラー |
2066 (0812) | 4 | SYSTEM ERROR: Unsupported node type. | システムエラー |
4099 (1003) | 4 | Cannot open file: XXXXX | ファイル XXXXX がオープンできない |
4100 (1004) | 4 | Unexpected end of input stream. | 予期せず入力ストリームの終わりに達した |
4101 (1005) | 4 | Output stream is not set. | 出力ストリームがない |
4102 (1006) | 4 | Input stream error. | 入力ストリームでエラーが起こった |
4103 (1007) | 4 | Output stream error. | 出力ストリームでエラーが起こった |
4109 (100D) | 4 | Cannot remove temporary file: XXXXX | 一時ファイルの削除に失敗 |
4110 (100E) | 4 | Cannot create temporary file: XXXXX | 一時ファイルの作成に失敗 |
6145 (1801) | 4 | Missing end tag. | XMLで、終了タグがない |
6146 (1802) | 4 | Only one top level element is allowed. | XMLで、トップ要素が複数ある |
6147 (1803) | 4 | Invalid root tag name after '<!DOCTYPE'. | XMLで、ルートタグが正しくない |
6148 (1804) | 4 | Invalid start tag name. | XMLで、開始タグが正しくない |
6149 (1805) | 4 | Invalid end tag name. | XMLで、終了タグが正しくない |
6150 (1806) | 4 | End tag ' XXXXX ' does not match the start tag ' XXXXX' | XMLで、開始タグと終了タグが一致していない |
6151 (1807) | 4 | Undeclared namespace prefix: XXXXX | XMLで、名前空間 XXXXX が正しくない |
6152 (1808) | 4 | Duplicate attribute: XXXXX | XMLで、属性 XXXXX が重複している |
6153 (1809) | 4 | Invalid attribute name: XXXXX | XMLで、属性名が正しくない |
6154 (180A) | 4 | Missing '=' after attribute name. | XMLで、属性名の後の = がない |
6155 (180B) | 4 | Missing whitespace between attributes. | XMLで、属性間の空白がない |
6156 (180C) | 4 | Unexpected character: XXXXX | XMLで、不正な文字がある |
6157 (180D) | 4 | Unexpected whitespace after 'XXXXX'. | XMLで、不正な空白がある |
6158 (180E) | 4 | Unexpected text at top level of the document. | XMLで、不正なトップレベルテキストがある |
6159 (180F) | 4 | Unexpected '<![XXXXX'. | XMLで、不正な '<![' がある |
6160 (1810) | 4 | Unexpected ']]>'. | XMLで、不正な ']]>' がある |
6161 (1811) | 4 | Unexpected end of input while looking for CDATA section terminator ']]>'. | XMLで、']]>' が現れなかった |
6162 (1812) | 4 | Unexpected end of input while looking for comment terminator '-->'. | XMLで、'-->' が現れなかった |
6163 (1813) | 4 | Unexpected character after -- in comment | XMLで、不正な '--' がある |
6164 (1814) | 4 | Unexpected DOCTYPE declaration outside of prolog. | XMLで、不正なDOCTYPEがある |
6165 (1815) | 4 | Cannot have multiple DOCTYPE declarations. | XMLで、複数のDOCTYPEがある |
6166 (1816) | 4 | Missing whitespace after 'XXXXX'. | XMLで、XXXXX の後に空白がない |
6167 (1817) | 4 | ExternalID is expected after 'XXXXX'. | XMLで、XXXXX の後には外部IDが必要 |
6168 (1818) | 4 | PubidLiteral is expected after 'XXXXX'. | XMLで、XXXXX の後にはPubicLiteralが必要 |
6169 (1819) | 4 | SystemLiteral is expected after 'XXXXX'. | XMLで、XXXXX の後にはSystemLiteralが必要 |
6170 (181A) | 4 | Unexpected end of input in XXXXX declaration. | XMLで、XXXXX中の宣言が完結していない |
6171 (181B) | 4 | Empty entity name. | XMLで、空の実体名がある |
6172 (181C) | 4 | Invalid character in entity reference: %XXXXX; | XMLで、実体参照に不正な文字がある |
6175 (181F) | 4 | Entity name is expected after 'XXXXX'. | XMLで、XXXXXの後には実体名が必要 |
6176 (1820) | 4 | NDATA is expected after 'XXXXX'. | XMLで、XXXXXの後にはNDATAが必要 |
6177 (1821) | 4 | Unexpected XML declaration. | XML宣言が正しくない |
6178 (1822) | 4 | Missing 'version=' after '<?xml ' in XML declaration. | XML宣言中にversion属性がない |
6179 (1823) | 4 | Missing '=' after 'XXXXX' in XML declaration. | XML宣言で XXXXXの後に = がない |
6180 (1824) | 4 | Missing whitespace after 'XXXXX' in XML declaration. | XML宣言で XXXXXの後に空白がない |
6181 (1825) | 4 | Missing whitespace before 'XXXXX' in XML declaration. | XML宣言で XXXXXの前に空白がない |
6182 (1826) | 4 | Unsupported XML version: X.X | サポートしてないXMLバージョン |
6183 (1827) | 4 | Invalid standalone declaration in XML declaration. | XML宣言中に不正なstandalone宣言がある |
6184 (1828) | 4 | Invalid syntax in CDATA section. | XMLで、不正なCDATA構文がある |
6185 (1829) | 4 | Invalid syntax in comment. | XMLで、不正なコメント構文がある |
6186 (182A) | 4 | Unexpected '<!XXXXX'. | XMLで、不正な宣言がある |
6187 (182B) | 4 | The name 'xml' must be lower case: <?XML | XML宣言は小文字でなければならない |
6188 (182C) | 4 | Missing whitespace after PI target: <?XXXXX | XMLで、処理命令に空白がない |
6189 (182D) | 4 | Unexpected end of input while looking for PI terminator '?>'. | XMLで、処理命令が完結していない |
6190 (182E) | 4 | Missing quotation character (' or "). | XMLで、引用符がない |
6191 (182F) | 4 | Unexpected end of input while looking for literal terminator X. | XMLで、引用符が閉じていない |
6192 (1830) | 4 | Unexpected '<' in attribute value. | XMLで、不正な < がある |
6193 (1831) | 4 | Unexpected whitespace in character reference: &#XXXXX; | XMLで、文字参照中に不正な空白がある |
6194 (1832) | 4 | Invalid character in character reference: &#XXXXX; | XMLで、文字参照中に不正な文字がある |
6195 (1833) | 4 | Invalid unicode character: &#XXXXX; | XMLで、不正なUNICODEがある |
6196 (1834) | 4 | Invalid character. | XMLで、不正な文字がある |
6197 (1835) | 4 | Unknown or unsupported encoding: XXXXX | 不明なエンコードのXMLである |
6201 (1839) | 4 | Conflict encoding: XXXXX | 矛盾したエンコード指定のXMLである |
6273 (1881) | 4 | MSXML CreateInstance is failed. | MSXMLのインスタンスが作れない |
6274 (1882) | 4 | MSXML COM interfase exception. Description : XXXXX | MSXMLのCOMでエラーが起こった |
6275 (1883) | 4 | MSXML parse error. Reason : XXXXX | MSXMLでパースエラーが起こった |
7709 (1E1D) | 2 | Reference to undefined entity: %XXXXX; | XMLに、未定義実体がある |
7710 (1E1E) | 2 | Reference to undefined entity: &XXXXX; | XMLに、未定義実体参照がある |
8193 (2001) | 4 | XSLT Processor is not given. | XSLTプロセッサがない |
8194 (2002) | 4 | No XSL Stylesheet is specified. | スタイルシートがない |
8195 (2003) | 4 | FO transformation is failed. | FO変換に失敗した |
8196 (2004) | 4 | Cannot find MSXML. | MXSMLが見つからない |
8197 (2005) | 4 | Cannot load file to XMLDomDocument. | DOMにロードできない(スタイルシートが指定されていない場合など) |
8198 (2006) | 4 | Cannot load XSL Stylesheet. | XSLスタイルシートが読み込めない |
8199 (2007) | 4 | Invalid XSL Stylesheet. | XSLスタイルシートが正しくない |
8200 (2008) | 4 | Cannot find <fo:root> in FO. | 変換結果のFOにルート <fo:root> がない |
8201 (2009) | 4 | Invalid name space in FO. | FOの名前空間が正しくない |
8202 (200A) | 4 | Cannot execute external XSLT processor. | 外部XSLTの実行に失敗した |
8205 (200D) | 4 | Transformed FO is invalid. | XSLT変換で作られたFOが正しくない |
8206 (200E) | 4 | FO transformation is failed. | 外部XSLTプロセッサでの変換に失敗した |
8207 (200F) | 4 | Stylesheet for WordML is not found. | WordML用スタイルシートが見つからない |
8208 (2010) | 4 | FO transformation by MSXML DOM is failed. | MSXMLのDOMを使ったFO変換に失敗した |
8209 (2011) | 4 | Cannot create the pipe for XSLT processor. | XSLT変換でパイプの作成に失敗した |
8210 (2012) | 4 | Cannot read from the pipe for XSLT processor. | XSLT変換でパイプからの読み込みに失敗した |
9999 (270F) | 1 | XXXXXX. | XSLT変換での xsl:message による出力 |
10241 (2801) | 4 | XXXXX is not given. | 必要なFO要素が現れていない |
10242 (2802) | 4 | Next page-master with master-name="XXXXX" is not found. | 次のページマスタが見つからない |
10243 (2803) | 4 | Page-master with master-name="XXXXX" is not found. | ページマスタが見つからない |
10244 (2804) | 4 | fo:flow is not assigned on page: master-name="XXXXX". | fo:flow がページに割り当てられていない |
10245 (2805) | 4 | Unassigned flow: flow-name="XXXXX" | flow が割り当てられる region がない |
10246 (2806) | 4 | fo:flow-map with flow-map-name="XXXXX" is not found. | flow-map が見つからない |
10247 (2807) | 4 | Incorrect flow-map (mixture of fo:static-content and fo:flow): flow-map-name="XXXXX". | 不正なflow-map: fo:static-contentとfo:flowが混在 |
10248 (2808) | 4 | Incorrect flow-map (same flow-name): flow-map-name="XXXXX", flow-name="XXXXX". | 不正なflow-map: 同じflow-nameがある |
10249 (2809) | 4 | Incorrect flow-map (same region-name): flow-map-name="XXXXX", region-name="XXXXX". | 不正なflow-map: 同じregion-nameがある |
10250 (280A) | 4 | Duplicated change-bar-class: 'XXXXX'. | change-bar-classの値が重複している |
11521 (2D01) | 3 | fo:change-bar-begin with change-bar-class="XXXXX" is not found. | fo:change-bae-endに対応するfo:change-bar-beginがない |
11522 (2D02) | 3 | fo:change-bar-end with change-bar-class="XXXXX" is not found. | fo:change-bae-beginに対応するfo:change-bar-endがない |
11777 (2E01) | 2 | Unknown FO element: 'XXXXX'. | 不明なFO要素 |
11778 (2E02) | 2 | Unknown property name: 'XXXXX'. | 不明なプロパティ |
11779 (2E03) | 2 | Unexpected FO element: 'XXXXX'. | 予期しないFO要素 |
11780 (2E04) | 2 | Unexpected FO element: 'XXXXX'. | 予期しないFO要素 |
11781 (2E05) | 2 | Unknown extension element: 'XXXXX'. | 不明な拡張要素 |
11782 (2E06) | 2 | Unexpected element: 'XXXXX'. | 予期しない要素 |
11783 (2E07) | 2 | Unexpected element: 'XXXXX'. | 予期しない要素 |
11784 (2E08) | 2 | Unexpected text: 'XXXXX'. | 予期しないテキスト |
11785 (2E09) | 2 | Invalid property value: XXXXX="XXXXX" | 不正なプロパティ値 |
11786 (2E0A) | 2 | Invalid compound property name: 'XXXXX' | 不正な複合プロパティ名 |
11787 (2E0B) | 2 | Unknown extension property name: 'XXXXX' | 不明な拡張プロパティ |
11788 (2E0C) | 2 | Missing required property value: 'XXXXX'. | 必要なプロパティが現れていない |
11789 (2E0D) | 2 | Satisfied conditional-page-master-reference is not found in fo:page-sequence-master master-name="XXXXX". | 条件に合うページマスタが見つからない |
11791 (2E0F) | 2 | Sub-sequence-specifiers in fo:page-sequence-master master-name="XXXXX" are exhausted. | ページを使い尽くした |
11792 (2E10) | 2 | Duplicate id value: id="XXXXX". | idプロパティの値が重複 |
11793 (2E11) | 2 | Unresolved id value: "XXXXX". | 未解決のidがある |
11795 (2E13) | 2 | Not yet supported: XXXXX. | 未サポートのXSL仕様 |
11796 (2E14) | 2 | Duplicate color-profile-name: XXXXX. | カラープロファイル名重複 |
12037 (2F05) | 1 | No color value given in rgb-icc separation: 'XXXXX'. | rgb-iccにRGBやCMYKの色が与えられていない |
12040 (2F08) | 1 | Invalid fo:xxxxx with ref-id="XXXXX". | 参照先IDが正しくない |
12041 (2F09) | 1 | Unresolved internal-destination: "XXXXX". | 未解決のinternal-destinationがある |
12042 (2F0A) | 1 | Unknown extension element: 'XXXXX'. | 不明なAXF拡張要素 |
12044 (2F0C) | 1 | Overwrapped table cell: row=XX col=XX. | 表のセルが重なっている |
12047 (2F0F) | 1 | Deprecated property name: 'XXXXX'. | 使用を勧められないプロパティ |
12048 (2F10) | 1 | Deprecated property value: 'XXXXX'. | 使用を勧められないプロパティ値 |
14337 (3801) | 4 | Invalid option settings file. XXXXX | 不正なオプション設定ファイル |
15874 (3E02) | 2 | Area overflow: XXXX (Page XX). | 領域のオーバーフローが起こった(overflow="error-if-overflow" による) |
16385 (4001) | 4 | Printing is cancelled. | 印刷中止 |
16386 (4002) | 4 | Printer is not found: XXXXX | プリンタが見つからない |
16387 (4003) | 4 | StartPage() is failed or cancelled. | StartPage() に失敗したか取り消された |
16388 (4004) | 4 | EndPage() is failed. | EndPage() に失敗した |
16390 (4006) | 4 | PDF output error. | PDF出力エラー |
16391 (4007) | 4 | PDF output : Font embedding error. | PDF出力で、フォント埋め込みエラー |
16392 (4008) | 4 | PDF output : Encryption error. | PDF出力で、暗号化エラー |
16401 (4011) | 4 | Rasterization error: XXXXX | XXXXX によりラスタ化に失敗 |
16402 (4012) | 4 | XXXXX | SVG出力エラー |
16403 (4013) | 4 | Unsupported PDF version: XXXXX | サポートしていないPDFバージョン |
16405 (4015) | 4 | INX output error: XXXXX | INX出力エラー |
16406 (4016) | 4 | Digital Signature error: XXXXX | 電子署名でのエラー |
16408 (4018) | 4 | XPS output error: XXXXX | XPS出力エラー |
16409 (4019) | 4 | Digital Signature: Cannot open PDF file: XXXXX | 電子署名のためのPDFのオープンに失敗 |
16410 (401A) | 4 | Flash output error: XXXXX | Flash出力エラー |
17923 (4603) | 2 | XXXXX | SVG出力ワーニング |
17924 (4604) | 2 | Cannot embed the image: XXXXX | PDFに埋め込めない形式の画像 |
17925 (4605) | 2 | No icc color profile specified: XXXXX | ICCカラープロファイルが指定されていない |
18177 (4701) | 1 | Invalid printer bin number/name: XXXXX | axf:printer-bin-selectionの指定が正しくない |
18178 (4702) | 1 | Invalid printer duplex: XXXXX | axf:printer-duplexの指定が正しくない |
18179 (4703) | 1 | Flash output error: XXXXX | Flash出力エラー |
18433 (4801) | 4 | Cannot remove temporary file: XXXXX | 画像用の一時ファイルが削除できない |
18434 (4802) | 4 | PDF file is protected by a password | PDFがパスワードで保護されている |
18435 (4803) | 4 | Cannot read PDF: XX | PDFが読めない(システムエラー) |
18436 (4804) | 4 | Excel file is protected by a password. | Excelファイルがパスワードで保護されている |
18438 (4806) | 4 | ExcelReader Memory Not Enough. | Excelファイルの読み込みでメモリ不足 |
18439 (4807) | 4 | CGM parser error XXXXX | CGMパーサのエラー |
18440 (4808) | 4 | CGM renderer error XXXXX | CGMレンダラのエラー |
19969 (4E01) | 2 | Cannot create temporary file for image. | 画像用の一時ファイルが作れない |
19970 (4E02) | 2 | Graphic file name is not specified. | 画像ファイルが指定されていない |
19971 (4E03) | 2 | Cannot load graphic file: XXXXX | 画像ファイルが読み込めない |
19972 (4E04) | 2 | Graphic file is not found: XXXXX | 画像ファイルが見つからない |
19973 (4E05) | 2 | Graphic file is broken: XXXXX | 画像ファイルが壊れているなどで表示できない |
19974 (4E06) | 2 | Unknown or unsupported graphic file format: XXXXX | 不明または未サポートの画像形式 |
19976 (4E08) | 2 | SVG parse error. Reason : XXXXX | SVGでパースエラーが起こった |
19980 (4E0C) | 2 | CGM parser error XXXXX | CGMパーサのエラー |
19981 (4E0D) | 2 | CGM renderer error XXXXX | CGMレンダラのエラー |
20226 (4F02) | 1 | Conflict media-type: XXXXX actually XXXXX | メディアタイプが矛盾している |
20227 (4F03) | 1 | Unknown media-type: XXXXX | 不明なメディアタイプ |
20228 (4F04) | 1 | Unknown content-type: XXXXX | 不明なコンテントタイプ |
20229 (4F05) | 1 | SVG parse error. Reason : XXXXX | SVGでパースエラーが起こった |
20230 (4F06) | 1 | Missing EOI in JPEG: XXXXX | ファイル末にEOIが欠落しているJPEG |
20231 (4F07) | 1 | Joboptions does not exist: XXXXX | joboptionsが存在しない |
20232 (4F08) | 1 | Joboptions is not a file: XXXXX | joboptionsがファイルでない |
20233 (4F09) | 1 | CGM parser error XXXXX | CGMパーサのエラー |
20234 (4F0A) | 1 | CGM renderer error XXXXX | CGMレンダラのエラー |
20481 (5001) | 4 | TeX Hyphenation: Initialize DOMDocument error. | TeXハイフネーションでDOM初期化エラー |
20482 (5002) | 4 | TeX Hyphenation: Create DOMDocument error. | TeXハイフネーションでDOM生成エラー |
20483 (5003) | 4 | TeX Hyphenation: DOM parse error. | TeXハイフネーションでDOMパースエラー |
22338 (5742) | 1 | U+XXXX cannot be placed after U+XXXX. | タイ語の文字列不正 |
22529 (5801) | 4 | Create font error: XXXXX | フォントを読み込めない |
22530 (5802) | 4 | Select font error: XXXXX | フォントを選択できない |
22657 (5881) | 4 | XXXXXX is not specified. | font-config.xml 用の環境変数が指定されていない |
22658 (5882) | 4 | FontConfig file is not found: XXXXX | font-config.xml が見つからない |
22659 (5883) | 4 | No <font-folder> in XXXXX | font-config.xml 中に <font-folder> がない |
22660 (5884) | 4 | Unexpected start tag: <XXX> in XXXXX | font-config.xml で不正な開始タグ |
22661 (5885) | 4 | Unexpected end tag: </XXX> in XXXXX | font-config.xml で不正な終了タグ |
22662 (5886) | 4 | Invalid value: <XXX XXX="XXX"> in XXXXX | font-config.xml で不正な値 |
22663 (5887) | 4 | Empty value: <XXX XXX> in XXX | font-config.xml で値がない |
22664 (5888) | 4 | No-file path is not allowed: <XXX XXX="XXX"> in XXXXX | font-config.xml でファイルしか指定できない値 |
22665 (5889) | 4 | Relative path is not allowed: <XXX XXX="XXX"> in XXXXX | font-config.xml で相対パスが許されていない値 |
22666 (588A) | 4 | Already registered value: <XXX XXX="XXX"> in XXXXX | font-config.xml ですでに登録済みの値 |
22667 (588B) | 4 | Invalid font file extension: <XXX XXX="XXX"> in XXXXX | font-config.xml でフォントファイル名の拡張子不正 |
22668 (588C) | 4 | Font file must be base file name: <XXX XXX="XXX"> in XXXXX | font-config.xml でフォントファイル名はベースファイル名でなければならない |
22669 (588D) | 4 | Not an integer value: <XXX XXX="XXX"> in XXXXX | font-config.xml で値が整数でない |
24065 (5E01) | 2 | Missing font family: 'XXXXX'. | フォントがない ☞ missing-font |
24066 (5E02) | 2 | Missing glyph U+XXXX (X) in 'XXXXX'. | フォントにグリフがない ☞ missing-glyph |
24321 (5F01) | 1 | Missing font family: 'XXXXX'. | フォントがない ☞ missing-font |
24322 (5F02) | 1 | Missing glyph U+XXXX (X) in 'XXXXX'. | フォントにグリフがない ☞ missing-glyph |
24323 (5F03) | 1 | Fallbacked glyph U+XXXX (X) in 'XXXXX'. | グリフがフォールバックされた |
24324 (5F04) | 1 | Cannot find script-font: XXXXX | script-fontに指定されたフォントが見つからない |
24449 (5F81) | 1 | Font read error: XXXXX | フォント読み込み中のエラー |
24451 (5F83) | 1 | Glyph-list open error: XXXXX | グリフリストが開けない |
24452 (5F84) | 1 | Glyph-list read error: XXXXX | グリフリストが読めない |
24453 (5F85) | 1 | Cannot read printer font: XXXXX | プリンタフォントが読めない |
24454 (5F86) | 1 | Cannot read font information: XXXXX | フォント情報が読めない |
24456 (5F88) | 1 | Font file error: XXXXX | フォントファイル不正 |
24457 (5F89) | 1 | Font file error: XXXXX | フォントファイル不正 |
24579 (6003) | 4 | Invalid license: XXXXX | 不正なライセンス |
24580 (6004) | 4 | Evaluation license is expired. | 期限切れ評価版ライセンス |
24581 (6005) | 4 | Regular license is expired. | 期限切れライセンス |
32770 (8002) | 4 | Cannot open work file: XXXXX | 読み込み用作業ファイルがオープンできない |
32771 (8003) | 4 | Cannot create work file: XXXXX | 書き出し用作業ファイルがオープンできない |
32772 (8004) | 4 | Invalid printer name: XXXXX | プリンタ名が正しくない |
32776 (8008) | 4 | PDF output failed. | PDF出力失敗(システムエラー) |
32777 (8009) | 4 | Printing failed. | 印刷処理失敗(システムエラー) |
32778 (800A) | 4 | Formatting failed. | 組版失敗(システムエラー) |
32779 (800B) | 4 | No page is available to print. | ページ番号不正 |
32782 (800E) | 4 | No volume is available to print. | ボリューム番号不正 |
32786 (8012) | 4 | NUL output failed. | NUL出力失敗(システムエラー) |
32787 (8013) | 4 | Printer name is required. | プリンタ名がない |
32788 (8014) | 4 | SVG output failed. | SVG出力失敗(システムエラー) |
32789 (8015) | 4 | Empty document. | 文書が空で出力すべきページがない |
32790 (8016) | 4 | Unknown document type. | 未サポートのドキュメント種類 |
32791 (8017) | 4 | Cannot open input file: XXXXX | 入力ファイル XXXXX がオープンできない |
32792 (8018) | 4 | JPEG output failed. | JPEG出力失敗(システムエラー) |
32793 (8019) | 4 | PNG output failed. | PNG出力失敗(システムエラー) |
32794 (801A) | 4 | AreaTree output failed. | エリアツリー出力失敗(システムエラー) |
32795 (801B) | 4 | Print not allowed. file: XXXXX | 印刷が許可されていないファイル |
32796 (801C) | 4 | Invalid XfoCommon version. | 異なるバージョンのXfoCommonが使われている |
32797 (801D) | 4 | Copy contents not allowed. file: XXXX | コピー抽出が許可されていないファイル |
32799 (801F) | 4 | Output file same as input file: XXXXX | 出力ファイルが入力ファイル XXXXX と同じ |
32801 (8021) | 4 | INX output failed. | INX出力失敗(システムエラー) |
32802 (8022) | 4 | No licensed printer name: XXXXX | そのプリンタ名に出力するライセンスがない |
32803 (8023) | 4 | Invalid license. | 不正なライセンス |
32804 (8024) | 4 | XPS output failed. | XPS出力失敗(システムエラー) |
32805 (8025) | 4 | Cannot create formatting thread (XX). | 組版用スレッドが作れない |
32806 (8026) | 4 | Formatting exception: XXXX | 組版時に不測の例外が発生した |
32807 (8027) | 4 | No rendering page XX is given. | レンダリングすべきページがない(システムエラー) |
32811 (802B) | 4 | TIFF output failure. | TIFF出力失敗(システムエラー) |
34818 (8802) | 4 | Memory access failed. | システムエラー(COMインターフェイス) |
34819 (8803) | 4 | Cannot open work file. | 作業ファイルがオープンできない(COMインターフェイス) |
34820 (8804) | 4 | Cannot read work file. | 作業ファイルが読めない(COMインターフェイス) |
34821 (8805) | 4 | ASP Response data output failed. | ASPオブジェクトアクセスに失敗(COMインターフェイス) |
36865 (9001) | 4 | Parameter error: XXXXX | コマンドラインパラメータ不正 |
36867 (9003) | 4 | Printing error: XXXXX | コマンドラインで印刷に失敗 |
40962 (A002) | 4 | Interface instance is not given. | システムエラー(Javaインターフェイス) |
55296 (D800) | 4 | System Error. | システムエラー(Word) |
55297 (D801) | 4 | System Error. | システムエラー(Word to ML) |
55298 (D802) | 4 | Memory Not Enough. | メモリ不足(Word) |
55299 (D803) | 4 | File Open Error. | ファイルオープンエラー(Word) |
55300 (D804) | 4 | Stream Open Error. | ストリームオープンエラー(Word) |
55301 (D805) | 4 | File Read Error. | ファイルリードエラー(Word) |
55302 (D806) | 4 | Not WordV7 Document. | Word V7 以降のファイルではない(Word) |
55303 (D807) | 4 | Cryptic Document. | パスワード保護されたファイル(Word) |
55424 (D880) | 4 | System Error. | システムエラー(PPT) |
55425 (D881) | 4 | XXXXX | ファイルオープンエラー(PPT) |
55426 (D882) | 4 | XXXXX | 不正なファイル(PPT) |
55427 (D883) | 4 | XXXXX | ファイル内容不正(PPT) |
56705 (DD81) | 3 | XXXXX | メモリ不足(PPT) |
57344 (E000) | 4 | System Error. | システムエラー(Excel) |
57472 (E080) | 4 | System Error. | システムエラー(PDF) |
57473 (E081) | 4 | Invalid PDF file. | 不正なファイル(PDF) |
57474 (E082) | 4 | PDF file is protected by a Password. | パスワード保護されたファイル(PDF) |
59392 (E800) | 4 | System Error. | システムエラー(WordML) |
59523 (E883) | 4 | XXXXX | 不正なファイル(JTD) |
下位のライブラリから、ここに示されていないメッセージが出力されることがあります。 それらには、エラーコードは対応しませんが、エラーレベルは 4(致命的)となります。 万一システムエラーが起こった場合は、弊社までご連絡ください。