By: Mike Con user 09 Jun 2021 at 2:17 p.m. CDT

7 Responses
Mike Con gravatar
upgraded from 3.1.6 > 4.0 >4.1 to 4.2.3 and the SCIM service is unavailable. Can you please provide guidance on how to install the SCIM service.

By Mobarak Hosen Shakil staff 09 Jun 2021 at 2:40 p.m. CDT

Mobarak Hosen Shakil gravatar
Hi, Mike Con! Please follow this link: https://gluu.org/docs/gluu-server/4.2/user-management/scim2/#installation Thanks & Regards ~ Shakil

By Mike Con user 09 Jun 2021 at 3:55 p.m. CDT

Mike Con gravatar
Hello, The guidance that you provided doesn't work. See below ``` root@localhost:/install/community-edition-setup# python3 post-setup-add-components.py -addscim Current Gluu Version 4.2.3 Downloading Community Edition Setup 4.2.3 2021-06-09 15:53:39 URL:https://codeload.github.com/GluuFederation/community-edition-setup/zip/version_4.2.3 [654363] -> "/install/community-edition-setup/version_4.2.3.zip" [1] Extracting package Traceback (most recent call last): File "post-setup-add-components.py", line 85, in <module> from setup import * File "/install/community-edition-setup/setup.py", line 691 print 'ERROR: The IP Address is invalid. Try again\n' ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print('ERROR: The IP Address is invalid. Try again\n')? root@localhost:/install/community-edition-setup# ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print('ERROR: The IP Address is invalid. Try again\n')? root@localhost:/install/community-edition-setup# ```

By Mohib Zico staff 09 Jun 2021 at 10:40 p.m. CDT

Mohib Zico gravatar
>> print 'ERROR: The IP Address is invalid. Try again\n' Can we check if there is really any error in setup python script?

By Mobarak Hosen Shakil staff 10 Jun 2021 at 7:55 a.m. CDT

Mobarak Hosen Shakil gravatar
I see duplicate tickets with same issue that are already closed. @Mustafa.Baser already confirmed that no issue from our side, > https://support.gluu.org/upgrade/9526/scim-service/#at68889

By Devrim Yatar staff 10 Jun 2021 at 2:10 p.m. CDT

Devrim Yatar gravatar
Mike, I will try upgrading from 3.1.6 and see if I can replicate the issue Regards.

By Devrim Yatar staff 11 Jun 2021 at 9:31 a.m. CDT

Devrim Yatar gravatar
Mike, I re-tested. No issues. You need to use latest setup package. My procedure is as follows : ``` # cd /install/ # wget https://github.com/GluuFederation/community-edition-setup/archive/refs/heads/version_4.2.3.zip # unzip version_4.2.3.zip # cd community-edition-setup-version_4.2.3/ # ./post-setup-add-components.py -addscim # systemctl start scim # systemctl status scim ``` All went smoothly. I hope this helps Regards.

By Mike Con user 11 Jun 2021 at 6:22 p.m. CDT

Mike Con gravatar
Thank You! This is exactly the guidance I needed - My issue is resolved, SCIM is now running.