SAP Knowledge Base Article - Public

3352772 - Item Connector Warning 1325 "Default Initial Assignments combination Invalid. So" - SuccessFactors Learning

Symptom

  • Warning 1325 "Default Initial Assignments combination Invalid. So" occurs when running Item Connector
  • Run connector again with the same data file. The warning may or may not reproduce.

Environment

SAP SuccessFactors Learning

Reproducing the Issue

1. Upload item data file

2. Run item connector

3. "Default Initial Assignments combination Invalid. So" warning occurs

Cause

The rule for the initial assignments is that the three fields(INIT_NUMBER, INIT_PERIOD_TYPE_ID,INIT_BASIS_TYPE_ID) should be either all null or all having value. No other combinations are accepted.

To explain further, there are two scenarios that this warning will occur.

============================================

First Scenario:

The imported data file contains INIT_NUMBER, INIT_PERIOD_TYPE_ID,INIT_BASIS_TYPE_ID.

The three fields didn't follow the rule as part of them have value while other part is NULL.

Then, if customer run the connector again with the same data file, the warning will reproduce continuously.

============================================

Second Scenario:

The imported data file doesn't contain INIT_NUMBER, INIT_PERIOD_TYPE_ID,INIT_BASIS_TYPE_ID.

However, there is already value stored in these three field before connector job. (Can check from UI or DB table PH_CPNT)

For example, LMS administration has edited item entity from UI that INIT_NUMBER, INIT_PERIOD_TYPE_ID are null, while INIT_BASIS_TYPE_ID has value "Event".

When connector runs, it will fetch this combination from database, causing error warning, and then nullify all three fields.

Thus, if customer run the connector again with the same data file, the warning will not reproduce. 

Resolution

First Scenario:

Edit the data file to make the three fields(INIT_NUMBER, INIT_PERIOD_TYPE_ID,INIT_BASIS_TYPE_ID) apply to the rule.

Then, run connector again with the edited file.

Second Scenario:

Run the connector again with the same file. It will automatically solve the problem.

Keywords

INIT_NUMBER, INIT_PERIOD_TYPE_ID, INIT_BASIS_TYPE_ID, PH_CPNT , KBA , LOD-SF-LMS-CON , Connectors , Problem

Product

SAP SuccessFactors Learning all versions