Page 1 of 2
Change AE Title of Gateway
Posted: Mon May 31, 2010 10:24 am
by sdavis92
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
Re: Change AE Title of Gateway
Posted: Mon May 31, 2010 10:34 am
by justin
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
Re: Change AE Title of Gateway
Posted: Tue Jun 01, 2010 8:14 am
by sdavis92
Thanks, we will test it today.
Re: Change AE Title of Gateway
Posted: Tue Jun 01, 2010 1:09 pm
by sdavis92
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
Posted: Tue Jun 01, 2010 1:16 pm
by justin
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
Re: Change AE Title of Gateway
Posted: Tue Jun 01, 2010 1:18 pm
by sdavis92
I restarted the computer. How do I restart the process?
Can I simply reinstall over the existing or will I need to uninstall first?
Re: Change AE Title of Gateway
Posted: Tue Jun 01, 2010 1:22 pm
by justin
Steve,
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
Posted: Tue Jun 01, 2010 1:56 pm
by sdavis92
I cannot reinstall now because it states the Postgres account already exists
Re: Change AE Title of Gateway
Posted: Tue Jun 01, 2010 2:03 pm
by justin
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
Re: Change AE Title of Gateway
Posted: Tue Jun 01, 2010 2:13 pm
by sdavis92
I did uninstall postgres. The script does not work either. I have run both.