You need to download the tool. It includes an .sql file that is used to install the PL/SQL package in the SOURCE (important!) database.
How much data do you need to move? Did you consider other options?
You need to download the tool. It includes an .sql file that is used to install the PL/SQL package in the SOURCE (important!) database.
How much data do you need to move? Did you consider other options?
@Mathias Dahl, I have successfully installed everything needed to use the tool. We are attempting to migrate our shared repo (network folder) to IFS cloud file storage. I created a comma separated txt file to reference each doc (document.txt). Is there a specific location that file needs to be? I put it into the root folder where the tool is located. I get a very generic error I’m unsure how to fix, see attached.
Got past this problem...now I suspect I’m dealing with a certificate problem. I attempted to import our cert into the keystore, but continue to get the following error:
e2025-07-03 12:07:12] 2INFO ] Cleaning up FileInfoVirtual at cloud...
b2025-07-03 12:07:12] :WARNING] Error: Unexpected Exception. Check the log for more information.
<2025-07-03 12:07:12] 7WARNING] Error: Error while cleaning up the virtual. Error while getting the token end point. sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Can you give some direction on how to load our cert properly?
Should have waited to post...Here is command you’ll want to use to import your own cert:
.\keytool -import -noprompt -trustcacerts -alias https://<environment-url> -file "<local path to cert>\<yourcert>" -keystore "<Directory of migration tool\java\lib\security\cacerts"
You’ll be prompted for the keystore pw...the default should be changeit