Retarget to 7.8 and 7.9

Hi

I have a project that’s setup on a 8.0.2 ignition gateway. There are buttons on that project that targets to other projects on different gateways. I have older projects that’s on a 7.8 and 7.9 ignition gateway, when I try to navigate to those using system.util.retarget I get this error:

image

Is this possibly a version issue? Like util.retarget only works if the project/gateway im redirecting/switching to is on the same version.

Is there an alternative I can use other than util.retarget so I can switch to other projects that’s on a different version?’

Thank you

Unfortunately there isn’t a lot that can be done here. 8.x has a lot of breaking changes from the 7.x product which makes this extremely difficult to do. The only option would be to call out to the 7.x Native Client Launcher and launch a completely new client as a temporary option until you get all the gateways migrated to an 8.1 version. I do not recommend this at all as it would be very brittle.

Got it. Thank you!