• Is it possible to use make a ACE OLEDB connection from a server Method?

    Hi community, I want to connector to an OLEDB provider via server Method for loading Excel content into Innovator. (I cannot use the batch loader for my use case). The basic connection is done like this: OleDbConnection con = new OleDbConnection…
  • Script for importing items with xProperties from Excel using Batch Loader

    I just went through this process as part of learning Aras. Importing items from Excel using the Batch Loader is pretty straightforward if you only have simple properties that all belong directly to the Item Type. See documentation for the Batch Loader…