Skip to content

Change Specific Session Settings

You can use the SettingsUpdate feature to change one or more settings in session document files without changing any other settings users may have configured independently. For example, you could create and deploy SettingsUpdate file that specifies a security setting and port. When users open a session document file, the update is applied and the security setting and port are updated without affecting any other settings.

Unlike session document files, update files do not contain all the information required for a session. When you open a session document file, Reflection loads all the settings that specify every detail for a session. By contrast, update files contain only information about specific settings. You can use them to change a number of settings for several types of session documents (see Which Types of Session Documents and Settings Can be Updated?).

There are two types of update files used to update session documents: local update files that reside in the user data directory, and referenced update files that typically reside on a server. Depending on your requirements, you may choose to use one of these files or an approach that uses a combination of both types of files.

Local update files

Local update files apply settings to all existing and new user session document files that have the same terminal type as the update file. These files are deployed to the user's data directory and have a special naming convention; they must be named "update.xxxxu" (for example update.rd3xu). When a session with the same type of terminal as the update file is opened (for example, the session is a 3270 session and the update is a 3270 update file), the update file applies its settings to that session.

You could use local update files when you need to apply a setting to all existing user session documents as well as new session documents that the user creates and you don't want to write over settings (such as screen colors) that the user has customized in these files. To set up local update files for sessions, see Apply an Update to all Session Document Files.

Referenced update files

Referenced update files apply settings only to session document files that reference them. These files have no special naming requirements and have an .xxxxu extension (for example regular-updates.rd3xu). They are typically placed on a server but can also be placed in a local folder, such as a public documents folder on a user machine.

You could use referenced update files to modify session settings when you know you will need to periodically update settings in session documents that you have deployed and you don't want to write over settings (such as screen colors) that users have customized in these files. To set up referenced update files, see Apply Automatic Updates to Select Session Document Files.

This topic Shows how to...
Best Practices and Approaches for Applying Session Update Files to Sessions Decide which approach to use to apply the updates in your environment and follow best practices for creating update files. This topic also shows which settings and types of session documents can be modified by update files.
Apply an Update to all Session Document Files Use a local update file to apply settings to all session documents with the same terminal type as the update file (for example, update.rd3xu applies updates to myIBMSession.rd3x). This includes both session documents you deploy and sessions created by users.
Apply Automatic Updates to Select Session Document Files Use referenced update files to apply settings only to specific sessions that you deploy and centrally manage the updates with an update file on a server.
Set up Automatic Updates for All Session Document Files Use a combination of local and referenced update files to apply settings to all user session documents and centrally manage the updates with an update file on a server.
Create or Modify SettingsUpdate Files Modify and deploy SettingsUpdate files that you have configured to modify sessions.

Best Practices and Approaches for Applying Session Update Files to Sessions

This topic includes:

Approaches for Applying Session Update Files to Sessions

You can set up automatic updates for a specific type of session document file (for example, an IBM 3270 .rd3x session document file) in several ways:

Option Advantages Considerations
Use a local update file to update all Session Documents—You can deploy updates to all session documents by creating an update file and deploying it to the user data directory of each user. You can update all existing and new sessions. You need to deploy the update file every time you need to modify session settings.
Use a referenced update file to apply updates for select session document Files—You can configure and deploy sessions that reference an update file on a server. You can easily change and apply updates by changing the update file on the server. You have more control over which files are updated. These updates apply only to session documents that you configure to reference the update file on the server. They do not apply to new session documents that users create or other existing session documents.
Use a combination of both approaches to apply updates for all session document files—Deploy a local update file that adds a reference to another update file on a server. You can set up all of your user's existing and new session documents to receive updates. You can easily change and apply updates by changing the update file on the server. The first time users open their session, the reference to the update file on the server is set. The next time the session is opened, the settings in the server's update file are applied. (After the session document is configured to use a referenced update file, it doesn't use the local update file.)

Best Practices for Creating and Applying Session Update Files to Sessions

  • Make sure that the update file changes only the settings you intend to change. A good approach is to create an update file that perfectly matches the session document defaults before you change the settings you intend to update.

  • Do not enter any connection settings or other default settings in update files unless you want to update those settings.

  • Do not try to create an update file by renaming a session file. You can create an update file for sessions only by saving the file from the InfoConnect Desktop interface.

Which Types of Session Documents and Settings Can be Updated?

You can create and apply update to the following types of session documents: IBM3270 (.rd3x), IBM5250 (.rd5x), Open Systems (.rdox), Unisys (.uts), T27 (.t27), and ALC (.alc) terminals.

In addition to updating standard session document files, you can update encrypted session documents, compound session documents, and encrypted compound session document files.

SettingsUpdate files do not apply to sessions that are not opened in the workspace, such as HP, FTP, and printer sessions.

Settings you can change with SettingsUpdate files

You can change these settings You cannot change...
connection settings , terminal settings , clipboard settings , security settings , productivity settings , mainframe file transfer settings , some printer settings and settings that reference printers , update settings and references to update files , references to VBA macros , hotspot display settings keyboard maps , mouse maps , ribbons , themes , hotspot maps , quickpads

Note

You cannot modify Macros with SettingsUpdate files.