Document Migration
The documents associated to cases, such as evidence documentation, must be migrated from the on- premise to SaaS environment. Migration of documents can be executed in the following ways:
- Shell Script
- Rest API
Note:
Before migrating documents, you must apply AAI Patch 35537937 in the on-premise server.After installing the AAI patch in the on-premise server, execute the
following statements:
- Execute the following SQL statement in the CONFIG schema:
?'GRANT SELECT ON $DBUSER$.AAI_DOC_MIGN_PROCESSOR TO <atomicuser>'
- Execute the following SQL statement in the ATOMIC
schema:
?'create synonym AAI_DOC_MIGN_PROCESSOR for<configschemaname>.AAI_DOC_MIGN_PROCESSOR';