Salesforceコネクタ > トラブルシューティング > マスキングタスクエラーのトラブルシューティング
  

マスキングタスクエラーのトラブルシューティング

マスキングタスクを実行すると、次のエラーが発生する可能性があります。
Either the target does not contain the Account object, or there is a problem connecting to the source or target.Verify the source connection, target connection, and source and target objects.If the problem persists, contact Informatica Global Customer Support.
このエラーは、マスキングタスクがターゲットに接続できないか、ターゲット接続に一部のオブジェクトがない場合に発生します。
REQUEST_LIMIT_EXCEEDED: Total Requests Limit exceeded.
このエラーは、その日のAPI使用上限を超えると発生します。
Error loading into target [Object_Name] : Error received from salesforce.com.Fields [].Status code [STORAGE_LIMIT_EXCEEDED].Message [storage limit exceeded].
このエラーは、ターゲットオブジェクトがいっぱいか、上限を超えた場合に発生します。
Reattempt the Salesforce request [handleBulkApiError] due to the error [Invalid session id].
このエラーは、Salesforce.comまたはネットワークに一時的な問題がある場合に発生します。既知のサーバー問題があるかどうかを確認するには、http://trust.salesforce.comを参照してください。
Error loading into target [RecordType] : Error received from salesforce.com.Fields [].Status code [DUPLICATE_VALUE].Message [duplicate value found: <unknown> duplicates value on record with id: <unknown>].
このエラーは、同じ名前のレコードタイプがターゲットに存在する場合に発生します。
The [Object_Name] object does not contain any fields that you can update.Remove the object and try again.
このエラーは、オブジェクトを更新できないか、レコードを追加できない場合に発生します。オブジェクトを削除して、タスクを実行してください。このエラーは、オブジェクトへの読み取り専用アクセスを持っている場合にも発生する可能性があります。適切な権限を持っていることを確認してください。
Error : Failed to create the external ID field in the target [Object_Name](Error : External ID creation for this object is not currently supported.Select another object.If the problem persists, contact Informatica Global Customer Support.)
このエラーは、アプリケーションがターゲットに外部IDを作成できない場合に発生します。ターゲットオブジェクトにデータをupsertするには、外部IDフィールドが必要です。アプリケーションで外部IDフィールドの作成が許可されていない場合は、ターゲットオブジェクトにデータをupsertできません。
The selected object repeatedly calls one or more mandatory objects that are not supported.Remove the object and run the task.
このエラーは、複合オブジェクトで定義されているSalesforceオブジェクトがソース組織に存在しない場合に発生します。
Cloud Masking mapgen failed.Contact Informatica Global Customer Support.
com.informatica.ilm.tdms.mapgen.exceptions.CyclicRelationException: Cyclic schemas are not supported on Salesforce.
このエラーは、オブジェクトセット内の循環リレーションが原因で発生します。そのような循環リレーションを含むオブジェクトを削除してください。
INSUFFICIENT_ACCESS_ON_CROSS_REFERENCE_ENTITY
このエラーは、ターゲットに関連オブジェクトがすべて含まれておらず、ターゲットへの書き込みを行うための権限が不十分な場合に発生します。
Masking page is empty for inplace and instream masking.
このエラーは、インプレースマスキングのソースに対する読み取り専用アクセスを持っているか、インストリームマスキングのターゲットに対する読み取り専用アクセスを持っている場合に発生します。マスキングタスクを作成するときは、マスキングページは空であり、フィールドを表示できません。
SFDC_31102 [FATAL] Query failed.[MALFORMED_QUERY: SOQL statements cannot be longer than 20000 characters.]
このエラーは、SOQLが20000文字を超過すると発生します。SOQL文字制限を増やすには、Salesforceにお問い合わせください。
Error loading into target [OpportunityLineItem]: Error received from salesforce.com.Fields [UnitPrice].Status code [FIELD_INTEGRITY_EXCEPTION].Message [field integrity exception: UnitPrice (only one of unit price or total price may be specified)].
この問題は、OpportunityLineItemオブジェクトでUnitPriceとTotalPriceの両方のフィールドを表示および更新できるために発生します。両方のフィールドにレコードを挿入すると、タスクに失敗します。この問題を解決するには、OpportunityLineItemオブジェクトにレコードを挿入する場合に、UnitPriceフィールドまたはTotalPriceフィールドに無効化マスキングを適用します。
Error loading into target [OpportunityContactRole] : Error received from salesforce.com.Fields [].Status code [INVALID_FIELD].Message [Foreign key external ID: 003o000000a67jyaay not found for field DMASK_EXTERNAL_ID__c in entity Contact].
この問題は、挿入操作を実行する場合に、外部IDを作成出できなかったり、OpportunityContactRoleオブジェクトの一意のフィールドを選択できなかったりするために発生します。更新/挿入操作を実行し、OpportunityContactRoleオブジェクトのidlookupフィールドを選択してエラーを回避します。