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