After upgrading OneIM version from 7.1.6 to 8.1.2, the csv data import failed

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?

Parents Reply
  • 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.

Children