A new Flexera Community experience is coming on November 25th, click here for more information.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Summary

When running a business adapter to import data from a CSV file and format details for the CSV file are configured in an associated schema.ini file, the error below may be reported if the Column delimiter setting in the business adapter file is set to the value “Semicolon”:

An error has occurred when trying to run the query [select * from [Test.csv]]. 
The error message is [The process cannot access the file '<Path to file>\Schema.ini' because it is being used by another process.].
The process cannot access the file '<Path to file>\Schema.ini' because it is being used by another process.

Workaround

  • In the Business Adapter Studio UI, remove the value in the Column delimiter property on the data source properties page by highlighting and deleting it.
  • Alternatively, edit the adapter configuration XML file directly and replace the Delimiter attribute on the <Import> element with “None”. For example, instead of:
    <Import Type="CSV" Delimiter="Semicolon" [...]>
    use:
    <Import Type="CSV" Delimiter="None" [...]>

Fix status

This issue is still open but not currently scheduled to be addressed.

Other information

Affected components: Business adapters

Master issue ID: IOK-931509

Also known as: ITAM-1632

Was this article helpful? Yes No
0% helpful (0/1)
Version history
Last update:
‎Oct 15, 2024 02:30 AM
Updated by:
Knowledge base article header content