- Products
- Solutions
- Resources
- Trials
- Support
- Partners
- Communities
After upgrading OneIM version from 7.1.6 to 8.1.2, the Data Import always fail with error "Error during execution of 'OnSaved' in logic module 'VI.DB.EntityScriptLogic'.". The detail information is "There is no server that can fulfill server mask and/or server selection script input."
I'm sure there is job server with function CSV Connector. I also added a new job server with the function but no help.
Any other place i can check for troubleshooting?
Not only Data Import, when updating the ADS account properties, also prompt with error "There is no server that can fulfill server mask and/or server selection script input."
I figured out the cause. It was due to the return value of ADS_GetQBMServer() with 3 parameters is now a list of string, while the original function with 2 parameters returns a string. The difference of value type caused an server selection issue in a customized process.
As for the failure of data import, just because i was importing person data which could trigger ADS account update, and the problem of ADS_GetQBMServer() eventually caused the failure of import