When a business adapter is configured to import data from a text data file (commonly referred to as a "CSV file"), and a schema.ini file is supplied specifying the format of data in that file, the schema.ini file may be deleted when the business adapter is run.
This issue can be worked around by edit the business adapter xml configuration file in a text editor (such as Notepad), and adding the following text in the properties of the ConnectionString attribute of the <Import> element:
;FMT=Delimited(None)
Here is an example of how this may appear:
<Import Type="CSV" ConnectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Data;Extended Properties='text;HDR=Yes;FMT=Delimited(None)'" [...]>
See the following documentation pages for further information about importing data from text files and working with schema.ini files in business adapters:
This issue has been fixed in the following FlexNet Manager Suite releases: 2020 R2.3 / Apr 2021 (Cloud), 2021 R1 (On Premises)
Affected components: Business adapters
Master issue ID: IOJ-1737437
Also known as: FNML-71264
Jan 21, 2022 01:29 AM - edited Jun 12, 2022 03:51 AM