User provisioning (SCIM) - Error "Method can be called within SCIM user import only" while creating user
This article is about product releases
ALVAO 11.1/SP1 FIX5
Symptoms
Provisioning fails when creating a new user. Error: Method can be called within SCIM user import only.
Cause
The cause is an error in ALVAO products
Solution
Fixed in release 11.1.2152 - 11.1/SP1 FIX6 (2023-11-02)
Workaround
Turn off user creation in Asset Management with SQL script: EXEC spUpdateInsertProperty 'AM.Scim.ImportUsers', NULL, 0
Use sql script to additionally create imported users in AM.
Turn on user creation after SP1 FIX6 installation: EXEC spUpdateInsertProperty 'AM.Scim.ImportUsers', NULL, 1
Steps to reproduce this behavior
- Create a new user
- Provision on demand or wait for regular provisioning cycle
Attachments
Issue number
T149062ALVAO