Starting a session from a URI

As a system administrator , you can create a web page that has links to session profiles that you provide for your users.

Users click one of the provided links. Rumba+ Desktop starts automatically and loads the selected session profile.

Syntax:

mfrumbalaunch://file:///<PATH>[?CreateLocalCopy=true/false]

HTML examples:

<a href="mfrumbalaunch://file:///C:\Users\<username>\AppData\Local\Micro Focus\Rumba\MFrame\test.rsdm?CreateLocalCopy=TRUE">Local Link Full Path AND CreateLocalCopy=true</a>

<a href="mfrumbalaunch://file:///C:\Users\<username>\AppData\Local\Micro Focus\Rumba\MFrame\test.rsdm?CreateLocalCopy=false">Local Link Full Path AND CreateLocalCopy=false</a>

<a href="mfrumbalaunch://file:///C:\Users\<username>\AppData\Local\Micro Focus\Rumba\MFrame\test.rsdm">Local Link Full Path</a>

<a href="mfrumbalaunch://file:///\\<network_path>\test.rsdm">Local Link Network Path</a>

<a href="mfrumbalaunch://file:///<username>Session.rsdm">Local RELATIVE Path</a>

<a href="mfrumbalaunch://http://<ip_address>/test/<username>Session.rsdm">Remote Link File Name</a>

<a href="mfrumbalaunch://http://<username>/test/MFDspFor<username>.rsdm">Remote Link File Name for <username></a>

Note: If you specify the optional parameter ?CreateLocalCopy=true, a local copy of session profile is created and stored in the user's <RumbaPrivateDir>\Temp folder. This local copy is deleted when the sessions closes.