-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Assets - Data Manager Adapters
-
None
-
1
Current State:
Currently when you run the Adapter Client , Regional settings like Language , decimal character , date formats are dependent on the Machine Settings where Adapter client is installed.
Example Scenario:
- If Assets Schema has Float attribute with value 1.2345
- Then set Region as German or any Europe country in System settings.
- When running adapter Job , it will fail with "Expected type is Single"
- This is because Type conversion performed by Adapter client which uses system settings rather than Jira Settings.
- Here the workaround would be to use "UK" or "US" as language in system settings or in "Float" attribute , format should 1,2345 as aligned with respective language settings.
Proposed Future State:
Type conversion settings should be determined from Jira Settings rather than individual user's system settings.