Migrate Existing IFS Cloud Users to Maintenix¶
If you have existing users configured in an IFSApps database and are starting to use Maintenix, migrate your IFS users into the Maintenix database.
As the IFSAPP schema user, use the following code to run a SQL script, against the IFSApp schema:
echo quit | sqlplus IFSAPP/<db_user_pwd>@<hostname>:<port>/<SID> "@bulkCreateIFSAppUserIntoMaintenixSchema"