Actions

Check data integrity/ja: Difference between revisions

From LimeSurvey Manual

(Updating to match new version of source page)
(Updating to match new version of source page)
Line 5: Line 5:
=概要=
=概要=


<div class="mw-translate-fuzzy">
'''データ整合性確認'''では、データの整合性と冗長性を確認します。'''設定'''ダイアログからアクセスします。
'''データ整合性確認'''では、データの整合性と冗長性を確認します。'''設定'''ダイアログからアクセスします。
</div>


<center>[[File:Check data integrity configuration.png]]</center>
 
In general two categories of checks will be executed:  
* Data consistency
* Data redundancy


=データの整合性確認=
=データの整合性確認=


<div class="mw-translate-fuzzy">
回答テーブルとアンケートテーブルの間、トークンリストとCPDBの間にエラーがないかをチェックします。
回答テーブルとアンケートテーブルの間、トークンリストとCPDBの間にエラーがないかをチェックします。
 
</div>
<center>[[File:Data consistency check.png]]</center>
 
すべてが正しければ、スクリーンに現れるメッセージはすべて整合性の規格を満たす、となります。


=== Additional parameter for response table field checks ===
=== Additional parameter for response table field checks ===
Start with version 6.x you can set an additional parameter to the integrity check URL named checkResponseTableFields.
Starting with version 6.x you can set an additional parameter to the integrity check URL named checkResponseTableFields.
Just add the following text to the URL: ?checkResponseTableFields=y and press enter.
Just add the following text to the URL: ?checkResponseTableFields=y and press enter.
If you set this parameter this an additional check will be executed, which checks if all fields in all response tables have correct names, which can take a long time to complete.
If you set this parameter, an additional check will be executed, which checks if all fields in all response tables have correct names, which can take a long time to complete.


=データの冗長性確認=
=データの冗長性確認=


アンケートを停止しても、トークンテーブル、回答テーブルは自動的には削除されません。これらはアーカイブ用テーブルに保存されます。必要なければ、'''データ整合性確認'''機能から削除したい"残りもの"を選択します。
アンケートを停止しても、トークンテーブル、回答テーブルは自動的には削除されません。これらはアーカイブ用テーブルに保存されます。必要なければ、'''データ整合性確認'''機能から削除したい"残りもの"を選択します。
<center>[[File:Data redundancy check.png]]</center>


{{Alert|title=注意|text=削除操作を取り消すことはできません。'''チェック項目の削除'''をクリックすると、データは復旧できません。}}
{{Alert|title=注意|text=削除操作を取り消すことはできません。'''チェック項目の削除'''をクリックすると、データは復旧できません。}}

Revision as of 12:35, 16 February 2024

概要

データ整合性確認では、データの整合性と冗長性を確認します。設定ダイアログからアクセスします。


In general two categories of checks will be executed:

  • Data consistency
  • Data redundancy

データの整合性確認

回答テーブルとアンケートテーブルの間、トークンリストとCPDBの間にエラーがないかをチェックします。

Additional parameter for response table field checks

Starting with version 6.x you can set an additional parameter to the integrity check URL named checkResponseTableFields. Just add the following text to the URL: ?checkResponseTableFields=y and press enter. If you set this parameter, an additional check will be executed, which checks if all fields in all response tables have correct names, which can take a long time to complete.

データの冗長性確認

アンケートを停止しても、トークンテーブル、回答テーブルは自動的には削除されません。これらはアーカイブ用テーブルに保存されます。必要なければ、データ整合性確認機能から削除したい"残りもの"を選択します。

  注意 : 削除操作を取り消すことはできません。チェック項目の削除をクリックすると、データは復旧できません。