Recent Posts in My Followed Categories
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
How to decrypt a 'SIP Package' after it has been exported by executing a 'Rebuild SIP' on a Package
In InfoArchive it is possible to perform a 'Rebuild SIP' on a 'Package', either via the UI or via an API call. However, when the 'Package' has been encrypted in InfoArchive, this results in a 'SIP Package' being encrypted as well. Because of this, it is not possible to ingest the 'SIP Package' in a new InfoArchive…
-
Migration from Archive Center ce 16.2 to ce 22.4 cloud
I am wondering if any one has face such case to migrate from OpenText Archive Center version 16.2 (On-Prem) to version 22.4 (cloud ) ?
-
OpenText InfoArchive CE21.2 - Bulk Data Export for SIP packages out from xdb
Hi all, does anyone know in InfoArchive CE21.2, what is the possibility to perform the bulk/full data extraction for a SIP application without using the search form? Thanks
-
Upgrade InfoArchive 20.4 to IA 22.2
Hello, I am immersed in the process of upgrading from InfoArchive20.4 to InfoArchive22.2. I have carried out all the previous steps described in the manual correctly and satisfactorily. The last step I did was run the prepare-migration and sdx-migration scripts, which finished successfully. Now, I have started the services…
-
The Pdi '<pdi_name>' uses a XML format no longer supported. To continue the migration, use the d
Hi, In the migration process that I am working on from version IA20.4 to IA22.2, when executing the Sip Application Migration job, I get the following error: The error seems to be related to the fact that it cannot find the .xsd of the affected holding companies. I have tried to delete the search form associated with one…
-
Available InfoArchive Search operators
Hello, When executing a search on InfoArchive with the use of API's, I can provide some search criteria. The above example returns all records where "TraderName" is equal to "Ima Barron". Is there documentation of other operators that can be used in the API calls, eg less than, greater then? Or how you can search on…
-
Ingestion Multiple SIP files
Can anyone provide sample IAShell script to ingest multiple SIP files at a single go.
-
Retrieve document from InfoArchive API
Hello, I figured out how to perform a search on InfoArchive using API's and search compositions. In the response there is a result list with all the metadata, including the attachment. The attachment shows an url. When doing a GET on this url, the document is retrieved from InfoArchive. In this case I have to do 2 API…
-
InfoArchive Ingest API requires a file as SIP parameter instead of a filepath
I am ingesting a SIP package with the use of API's. I am using InfoArchive 23.3 and PostMan. I use the following url: http://localhost:8765/systemdata/applications/8eceec18-66fc-4e8f-a471-1af077be85e8/aips?ingestDirect=true In the Body I use formdata te provide the format (sip_zip) and the sip. The OT Rest API Developer…
-
InfoArchive 23.3 API's status 404 "notFound"
I am trying to connect to the API's of InfoArchive 23.3. I have succesfully obtained an acces token and I use this token to send requests to the API's of InfoArchive. Even when using a simple request that does not require parameters, I keep getting the following error in PostMan:…
-
Mainframe data archival to InfoArchive
Has anyone done mainframe data archival to InfoArchive? Would like to understand extraction, data transformation and load cycles and challenges / best practices? Are there any connectors or tools available?
-
How to implement pre-filtering in InfoArchive (SipSearchHandler)
Dear all, I am trying to implement 'Pre- and Post Filtering' as described in the Configuration Guide of InfoArchive 23.1. Following the instructions, I managed to set the property 'searchHandlerImpl' to 'com.acme.ia.search.CustomSIPHandler', using IAShell. The documentation however is not very clear on the next steps (at…
-
InfoArchive - get record by id using REST API
Hello. I'm using InfoArchive REST API to retrive the records. I'm doing it using search-composition (Services->Tenant->Application->Search->Search-Composition->Execute). On below image is the result of doing POST HTTP on search composition -> execute. The results have the ids. How can I make the request to get the specific…