Using IDM with the Infor content repository

When using IDM with the Infor content repository, there are also limitations to the solution. The limitations are:

  • File names are now automatically stored as properties
  • Multi-column attributes are not supported (only multi-value attributes are supported). A multi-column attribute allows one attribute to have a table of values. A multi-value attribute allows one attribute to have several values (also known as a “single-column attribute”).
  • Data model translations are supported for multiple languages, for the customer to translate.
  • Attribute searches are case sensitive when you use PostgreSQL (all collations) or MSSQL with collation set to BIN.
  • The supported databases are: Postgres Plus Advanced Server, PostgreSQL, and Microsoft SQL Server.
  • No support for Global Scaling of the application. Global scaling means that you can distribute your content across the world. For example: placing Chinese documents in China, Swedish documents in Europe, and English documents at your headquarters.
  • When using PostgreSQL, the Count() operation will degenerate slowly when having more than 1 million Documents of every Document Type.