Change AE Title of Gateway
Change AE Title of Gateway
During install I input the incorrect AE Title; not the one provided me in the initial email. Can I simply change it in the gateway or do I need to change it also in the jmx console?
Thanks,
Steve
Thanks,
Steve
Re: Change AE Title of Gateway
Hi Steve,
Yes. You need to change the AE title via the jmx-console. In the FileSystemMgt, invoke the updateRetrieveAET function with the new AE title.
Regards,
Justin
Yes. You need to change the AE title via the jmx-console. In the FileSystemMgt, invoke the updateRetrieveAET function with the new AE title.
Regards,
Justin
Re: Change AE Title of Gateway
Thanks, we will test it today.
Re: Change AE Title of Gateway
I have changed the AE title in the jmx and the OnePacs gateway it will not communicate with anything now. Is there another place to update the AE title or should I reinstall.
Re: Change AE Title of Gateway
Steve,
If you manually update the AE title in other places prior to doing so via the "updateRetrieveAET" command in the jmx console then you may need to reinstall. There are a couple dozen places where it is referenced. The "updateRetrieveAET" may not update everything if you manually updated some of the configurations.
Have you restarted the process after you made the change?
Thanks,
Justin
If you manually update the AE title in other places prior to doing so via the "updateRetrieveAET" command in the jmx console then you may need to reinstall. There are a couple dozen places where it is referenced. The "updateRetrieveAET" may not update everything if you manually updated some of the configurations.
Have you restarted the process after you made the change?
Thanks,
Justin
Re: Change AE Title of Gateway
I restarted the computer. How do I restart the process?
Can I simply reinstall over the existing or will I need to uninstall first?
Can I simply reinstall over the existing or will I need to uninstall first?
Re: Change AE Title of Gateway
Steve,
A reboot will restart the process.
It would be best to uninstall, reboot, re-install with proper AET, reboot.
Thanks,
Justin
A reboot will restart the process.
It would be best to uninstall, reboot, re-install with proper AET, reboot.
Thanks,
Justin
Re: Change AE Title of Gateway
I cannot reinstall now because it states the Postgres account already exists
Re: Change AE Title of Gateway
Did you uninstall Postgres also? That is unnecessary. However, if you have done so you will need to execute a script to delete the Postgres system account user (the Postgres installer does not do this for some reason).
On the command line execute:
"net user oppostgres1910 delete" if Postgres was installed with the latest OnePacs Gateway installer.
or
"net user oppostgres delete" for previous versions.
Regards,
Justin
On the command line execute:
"net user oppostgres1910 delete" if Postgres was installed with the latest OnePacs Gateway installer.
or
"net user oppostgres delete" for previous versions.
Regards,
Justin
Re: Change AE Title of Gateway
I did uninstall postgres. The script does not work either. I have run both.