Step-by-Step Guide to Changing QLM Language in QualiWare with AutoLogin Enabled: Learn How to Temporarily Disable AutoLogin to Modify Language Setting
Steps to Follow
-
Go to "Remote Desktop" Client, Select "RDP" remote application:
-
Login to "QW-01" and then click "Connect":
-
Inside the "RDP" remote application, open "File Explorer" via the "Start Menu":
-
Within "File Explorer" Navigate to the following path: "C:\QualiWare\QEF105\Modules\QLM\10.8\App\Projects" and locate file: "QW-01_25800.qrd":
-
Edit the file by "Right-click" on file -> Click "Edit with Notepad++":
-
Note the highlighted values in the following text contained within that file:
<Repository name="QEF on QW-01">
<QISconnection>
<QEFServer>QW-01.closereach.ca</QEFServer>
<QEFProtocol>net.tcp</QEFProtocol>
<QEFPort>25800</QEFPort>
<QEFInstance>/QEF105/Instance/</QEFInstance>
<!--Supported types are: Windows, Local, External-->
<PreferredAuthenticationType>Windows</PreferredAuthenticationType>
<!--Host names (delimited with , or ;) all available authentication options are shown for
despite selected PreferredAuthenticationType-->
<ShowAllOptionsFor>Windows</ShowAllOptionsFor>
<AttemptAutoLogin>1</AttemptAutoLogin>
</QISconnection>
</Repository>
-
Update the highlighted values to the following:
<Repository name="QEF on QW-01">
<QISconnection>
<QEFServer>QW-01.closereach.ca</QEFServer>
<QEFProtocol>net.tcp</QEFProtocol>
<QEFPort>25800</QEFPort>
<QEFInstance>/QEF105/Instance/</QEFInstance>
<!--Supported types are: Windows, Local, External-->
<PreferredAuthenticationType>All</PreferredAuthenticationType>
<!--Host names (delimited with , or ;) all available authentication options are shown for
despite selected PreferredAuthenticationType-->
<ShowAllOptionsFor>All</ShowAllOptionsFor>
<AttemptAutoLogin>0</AttemptAutoLogin>
</QISconnection>
</Repository>
-
Save the file using "File" -> "Save":
-
Go to "Remote Desktop" Client to launch QLM:
-
In the QualiWare Server Login dialog, select "Language" button:
-
Select the Language for QLM to launch by default, and then click, "OK":
-
Go back to "Notepad++" and enable the AutoLogin by undoing the changes to the "QW-01_25800.qrd" file:
-
Save the file using "File" -> "Save":