Skip navigation.

CMDFML Messages 200-299

  Previous Next

201

ERROR: program: TUXDIR environment variable must be set
ERROR: program: TUXDIR 環境変数を設定しなければなりません。

説明

viewc was executed without the TUXDIR environment variable set and exported.

アクション

TUXDIR 環境変数を設定、エクスポートして、コマンドを再実行します。

関連項目

viewc(1)

204

ERROR: unable to open viewfile filename
ERROR: view ファイル filename をオープンできません。

説明

viewc failed to open the specified input view file, filename, for reading.

アクション

入力ファイルが存在し、読み出し許可があるかどうか調べます。

関連項目

viewc(1)

210

ERROR: unable to open tmp file filename
ERROR: 一時ファイル filename をオープンできません。

説明

viewc failed to create and open the specified temporary output file, filename, for writing.

アクション

出力ファイルのためのディレクトリが存在し、書き込みと実行許可が正しく設定されているかを調べ、また出力ファイルが既に存在するか、存在するのであればファイルに書き込み許可が正しく設定されているか調べます。

関連項目

viewc(1)

211

ERROR: program: unable to generate view object file
ERROR: program: VIEW オブジェクト・ファイルを生成できません。

説明

viewc failed to compile the internally generated program that computes the offsets for the view members.

アクション

Normally, the compiler warnings and errors are printed to the standard error output for the viewc command. Possible errors might be in executing the compiler with invalid options, with insufficient memory or disk space, etc. Correct the problems indicated and re-execute the command.

関連項目

viewc(1)

212

ERROR: program: unable to execute internal program
ERROR: program: 内部プログラムを実行できません。

説明

viewc failed to execute the internally generated program that computes the offsets for the view members.

アクション

エラーは、標準エラー出力に表示されるか、あるいはシステム・リソースに制限がある場合にはコンソールに表示されます。可能性のあるエラーとしては、メモリやディスク容量が不足している場合が考えられます。問題を修正し、コマンドを再実行します。

関連項目

viewc(1)

213

ERROR: program: internal program error
ERROR: program: 内部プログラム・エラーが発生しました。

説明

viewc failed to read the output of the internally generated program that computes the offsets for the view members.

アクション

コマンドを再実行します。BEA Customer Support にお問い合わせください。

関連項目

viewc(1)

214

ERROR: program: internal program error
ERROR: program: 内部プログラム・エラーが発生しました。

説明

viewc failed to read the output of the internally generated program that computes the offsets for the view members.

アクション

プログラムを再実行します。BEA Customer Support にお問い合わせください。

関連項目

viewc(1)

215

ERROR: program: internal program error
ERROR: program: 内部プログラム・エラーが発生しました。

説明

viewc failed to read the output of the internally generated program that computes the offsets for the view members.

アクション

プログラムを再実行します。BEA Customer Support にお問い合わせください。

関連項目

viewc(1)

216

ERROR: program: internal program error
ERROR: program: 内部プログラム・エラーが発生しました。

説明

viewc failed to read the output of the internally generated program that computes the offsets for the view members.

アクション

プログラムを再実行します。BEA Customer Support にお問い合わせください。

関連項目

viewc(1)

217

ERROR: unable to open output file filename
ERROR: 出力ファイル filename をオープンできません。

説明

viewc failed to create and open the specified output file, filename, for writing.

アクション

出力ファイルのためのディレクトリが存在し、書き込みと実行許可が正しく設定されているかを調べ、また出力ファイルが既に存在するか、存在するのであればファイルに書き込み許可が正しく設定されているか調べます。

関連項目

viewc(1)

221

ERROR: program: unable to open input file filename
ERROR: program: 入力ファイル filename をオープンできません。

説明

program failed to open the specified view input file, filename, for reading.

アクション

入力ファイルが存在し、読み出し許可があるかどうか調べます。

関連項目

viewdis(1)

222

ERROR: program: filename is not a viewfile
ERROR: program: filename は view ファイルではありません。

説明

viewdis に指定された入力ファイル名、filename が、コンパイル済み view ファイルではありません。

アクション

Make sure the input file is a compiled view file (suffixed with .V) for the local machine and re-execute the command.

関連項目

viewc(1)、viewdis(1)

223

ERROR: program: filename is an out-of-date viewfile: can't disassemble
ERROR: program: filename は古い view ファイルです。 内容を読めません。

説明

The input file name, filename, specified for viewdis is not a valid compiled view file for the current version of the software.

アクション

Make sure the input file is a compiled view file (suffixed with .V) for the local machine (for the current version of the software) and re-execute the command.

関連項目

viewc(1)、viewdis(1)

224

ERROR: program: filename is an incomplete viewfile: can't disassemble
ERROR: program: filename は不完全な view ファイルです。 内容を読めません。

説明

The input file name, filename, specified for viewdis is not a complete view file (for example, the file may have been truncated).

アクション

Make sure the input file is a compiled view file (suffixed with .V) for the local machine and re-execute the command.

関連項目

viewdis(1)

225

ERROR: val: view structure too large, viewc maxsize 64K, viewc32 maxsize 2097152K
ERROR: val: VIEW の構造が大きすぎます。VIEWC の最大値は 64K、VIEWC32 の最大値は 2,097,152K です。

説明

While running viewc or viewc32, the size of a VIEW or VIEW32 structure exceeded the maximum size allowed.

Action

view 定義ファイルを修正して、操作を再実行します。VIEW 構造体を使用している場合、VIEW32 構造体の方が最大サイズが大きいので、VIEW32 構造体の使用を検討してください。

関連項目

viewc(1), viewc32(1)

226

ERROR: val: view structure too large, viewc maxsize 64K, viewc32 maxsize 2097152K
ERROR: val: VIEW の構造が大きすぎます。VIEWC の最大値は 64K、VIEWC32 の最大値は 2,097,152K です。

説明

While running viewc or viewc32, the size of a VIEW or VIEW32 structure exceeded the maximum size allowed.

アクション

view 定義ファイルを修正して、操作を再実行します。VIEW 構造体を使用している場合、VIEW32 構造体の方が最大サイズが大きいので、VIEW32 構造体の使用を検討してください。

関連項目

viewc(1), viewc32(1)

227

WARN: val: view structure too large, viewc maxsize 64K, viewc32 maxsize 2097152K
WARN: val: VIEW の構造が大きすぎます。VIEWC の最大値は 64K、VIEWC32 の最大値は 2,097,152K です。

説明

While running viewc or viewc32, the size of a VIEW or VIEW32 structure exceeded the maximum size allowed.

アクション

view 定義ファイルを修正して、操作を再実行します。VIEW 構造体を使用している場合、VIEW32 構造体の方が最大サイズが大きいので、VIEW32 構造体の使用を検討してください。

関連項目

viewc(1), viewc32(1)

239

ERROR: path: target path can not be greater than numchar characters
ERROR: path: ターゲット・パスを numchar 文字より長くすることはできません。

説明

The path path is too long to fit in the allocated buffer.

アクション

256 文字以下のパス名を使用する必要があります。

関連項目

viewc(1), viewc32(1)

240

ERROR: path: target path can not be greater than numchar characters
ERROR: path: ターゲット・パスを numchar 文字より長くすることはできません。

説明

The path path is too long to fit in the allocated buffer.

アクション

256 文字以下のパス名を使用する必要があります。

関連項目

viewc(1), viewc32(1)

241

ERROR: path: target path can not be greater than numchar characters
ERROR: path: ターゲット・パスを numchar 文字より長くすることはできません。

説明

The path path is too long to fit in the allocated buffer.

アクション

256 文字以下のパス名を使用する必要があります。

関連項目

viewc(1), viewc32(1)

242

ERROR: path: target path can not be greater than numchar characters
ERROR: path: ターゲット・パスを numchar 文字より長くすることはできません。

説明

The path path is too long to fit in the allocated buffer.

アクション

256 文字以下のパス名を使用する必要があります。

関連項目

viewc(1), viewc32(1)

243

ERROR: path: target path can not be greater than numchar characters
ERROR: path: ターゲット・パスを numchar 文字より長くすることはできません。

説明

The path path is too long to fit in the allocated buffer.

アクション

256 文字以下のパス名を使用する必要があります。

関連項目

viewc(1), viewc32(1)

244

ERROR: path: target path can not be greater than numchar characters
ERROR: path: ターゲット・パスを numchar 文字より長くすることはできません。

説明

The path path is too long to fit in the allocated buffer.

アクション

256 文字以下のパス名を使用する必要があります。

関連項目

viewc(1), viewc32(1)

245

ERROR: path: target path can not be greater than numchar characters
ERROR: path: ターゲット・パスを numchar 文字より長くすることはできません。

説明

The path path is too long to fit in the allocated buffer.

アクション

256 文字以下のパス名を使用する必要があります。

関連項目

viewc(1), viewc32(1)

246

ERROR: path: target path can not be greater than numchar characters
ERROR: path: ターゲット・パスを numchar 文字より長くすることはできません。

説明

The path path is too long to fit in the allocated buffer.

アクション

256 文字以下のパス名を使用する必要があります。

関連項目

viewc(1), viewc32(1)

247

ERROR: path: target path can not be greater than numchar characters
ERROR: path: ターゲット・パスを numchar 文字より長くすることはできません。

説明

The path path is too long to fit in the allocated buffer.

アクション

256 文字以下のパス名を使用する必要があります。

関連項目

viewc(1), viewc32(1)

 

Skip footer navigation  Back to Top Previous Next