Article Details
| Id: | 11295 |
| Product: | finPOWER Connect |
| Type: | NEW |
| Version: | 2.00.00 |
| Opened: | 03/04/2013 |
| Closed: | 08/08/2013 |
| Released: | 04/10/2013 |
| Job: | J011388 |
High Importance |
|
Breaking Change |
|
Web Service calls now fail if in a database transaction
No Web Service calls should ever be made within a database transaction since they may cause locking on the database.
Within the finPOWER Connect User Interface this has always been the case but from a Script or other external code, Web Service calls could be made whilst in a database transaction.
Any Web Service calls will now fail if being made within a database transaction which may break existing Scripts and external code. The following services have been updated to prevent calls within a database transaction when the Web Service is accessed via the finPOWER Connect business layer:
- MotorWeb
- PPSR (Australia and New Zealand)
- Credit Bureau (Enquiries and Default loading)
High Importance
Breaking Change