Skip to main content
davidr0007
February 21, 2025
Question

Importing application from market place fails because locale is different to our own

  • February 21, 2025
  • 3 replies
  • 0 views

We are importing the SCIM User Management application provided by Appian on the market place:  [mention:f8e98d7fbd7245cbb0e4083fc4357870:f7d226abd59f475c9d224a79e3f0ec07] 

The locale for that application is en_US.

The locale for our Appian server is GB.

We get the following error when trying to import: 

Problems (1):
processModel 0002e9c5-4ae7-8000-558d-3a4d983a4d98 "{en_US=SCIM Deactivate User}": An error occurred while creating processModel [uuid=0002e9c5-4ae7-8000-558d-3a4d983a4d98]: com.appiancorp.process.validation.ValidationException: Process Model is not valid. The process model must have a valid name in the site primary language: English (GB). (APNX-1-4071-007)

How are we suppose to import applications if they are for a different locale?

Thanks

3 replies

stefanhelzle0001
February 21, 2025

I believe there is/was a plugin available that could change the locale of models. But only for already imported ones.

I think in your situation, the easiest option might be to change the primary locale of your environment temporarily. Then import, and switch back. You will then have to update all the models in that app to match your locale.

davidr0007
February 21, 2025

Thank you.  And do you think it would work if we searched for all the xml files that contain "<locale country="US" lang="en" variant=""/>" and replace it with "<locale country="GB" lang="en" variant=""/>" before we imported the application?

stefanhelzle0001
February 21, 2025

That's not supported, but should work if you make no mistakes ;-)