F.A.Q
Feature
Does Isaac come with a Manual Task?
Yes, it is available for reviewing deferrals.
Does Isaac come with an analytics dashboard?
A prebuilt dashboard is planned for v2.0.
Connectors and sources
The folder I created for a variation disappears after the file is picked up. How do I prevent this?
By default, S3 removes empty folders. If you want to keep the folder structure, upload a keep file in the TXT format (such as the keep.txt file). The AI Agent will not pick up these files or attempt to process them, which allows your folders to remain intact.
Reporting and output
Can I configure where the results are stored?
Out of the box, the final results (in the format of a report) are stored in S3. It is also possible to send the final report by email.
Storing in a different location requires customization.
Can the output report be modified?
The output report includes all columns submitted in the input file. Customizations require additional work.
Troubleshooting
I have a connection leak when running files with a large number of records. What can I do to fix the issue?
The issue is associated with the connection pool managed by Spring. Spring applications typically configure connection pools using libraries like Apache DBCP, HikariCP, or C3P0, each with specific settings.
Make sure you configured access to the Control Tower database and try to optimize the connection pooling configuration. For more details, see JNW Toolkit | Access to Control Tower database and the Spring official documentation.