Closed pujarisat closed 6 years ago
@pujarisat Please share with us, if you have any further information here
From given log I can hardly make relation with the IdP system used here. Obviously authentication succeeded with this AD account, otherwise first modify operation wouldn't have been possible. However, there is an issue with repeated subscription modification in 17.4 (issue is tbd).
We are working on it.
This seems related to issue #893
Hi Team ,
I have shared all domain log in email and let us know if anything more info need from our end .
-Thanks Satling
This is multitenancy problem. There are 2 tenants in the test environment, the default one and a customer tenant. How to reproduce:
The second modification ends with OperationFailedException.
Just short explanation how the asynchronous subscription modification is working. Before the provisioning call to APP, the subscription configuration to be modified (parameters, unit, owner, id..) is temporary saved to a separate db table (modifiedentity). If APP reports a successful modification, the new configuration is written into the subscription and the temporary records are deleted. In failure case, the temporary records do need need to be applied and are deleted. So in any case after the asyncronous provisioning is finished, there should be no records in "modifiedentity" table for this subscription.
The error situation is the following:
So the following problems should be fixed:
Note about 2: Be sure to fix it properly for SSO and internal mode.
The issue is fixed with searching the owner (user) in the tenant of the customer organization which owns the subscription.
@SylviaDehn Please verify with last unit build
[Build] 17.3.1 verified in multi-tenant environment
Hi Team,
We found one other issue related customer AD account .
Use case : We are able to modify the subscription first time using UI successfully using customer AD account and we have try to modify second time same subscription it gives error.
please find the log file attached server.log