You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
Follow these steps to modify the NLINK ADC to SAP Solution ASP.NET application settings.
Step-by-step guide
The NLINK ADC to SAP Solution includes an ASP.NET application. This application has some settings that can be changed as needed. All these are in an XML file named web.config. This file is located in “XXX\NLINK Server\CoNNectors\ADC”, where XXX is (default)“C:\Program Files\Junot Systems” or “C:\Program Files (x86)\Junot Systems”folder where NLINK is installed.
These settings can be editing using Internet Information Services(IIS) Manager.
- In Internet Information Services(IIS) Manager, select the ASP.NET application and click on “Features View”
- Select “Application Settings”
List of Application Settings
- PageTitle
Set title text to show at the top of the login screen. The default value is NLINK ADC Solution. - mainImage
Set location of an image file to show at the top of the login screen. The default value is ~/logo.jpg which points to a Junot Systems logo. The default root directory is \CoNNectors\ADC under the NLINK installation directory. - initialHost
Set the URL used to communicate with the NLINK Server. The default value is http://localhost:9812/. If the IIS Server that hosts the ASP.NET application is on a different machine, or the TCP port to use (NLINK Environment Constant “ADC TCP Port”) has been changed, set the appropriate values here. - ScreenWidth
Set the number of columns expected on the screen. Note there may be more than one ScreenWidth setting for various resolutions. The default value is 20. The default value for resolution 480×640 is 22. - NoTruncate
Set to override the ScreenWidth in case a particular field must be presented in its full length. Normally the fields are truncated at the right edge of the screen (per the ScreenWidth value) in order to prevent horizontal scroll bars. The value in the field may actually be longer than what can be seen. Note there may be more than one NoTruncate setting for various resolutions. The default value is 0 (allow truncation). - formBGColor
Set the background color for the ADC pages. You can use HTML color names or hex color codes. The default value is #FFE0C0. - Font
Set the font name. Note there may be more than one Font setting for various viewport sizes. The default value is Courier New. The defualt value for resolution 480×640 is Consolas. - highlightColor
Set the color to indicate highlighted field on the login screen. You can use HTML color names or hex color codes. The default value is yellow. - controlBGColor
Set the color to indicate the default background color for the entry part of screen fields (controls). (The prompts always have the screen background color.) If you do not specify an overriding color in the metadatabase, this value will be used when rendering the screen. The default value is #AAAAAA. - controlFGColor
Set the color to indicate the default foreground (text) color for screen fields (controls). If you do not specify an overriding color in the metadatabase, this value will be used when rendering the screen. The default value is #000000. - controlFontSize
Set the font size. Note there may be more than on controlFontSize setting for various resolutions1. The default value is 10. The default value for resolution 480×640 is 18. - useEnterForDefault
Reserved. Do not change this value. - AutoLogon
Use with authentication settings in the metadatabase to bypass the login screen. If the ADC External System Attribute in the metadatabase is set to FALSE and the UserID is provided in the metadatabase, then you can set this value to 1 to bypass the login screen. The default value is 0 (requires login). - AutoLogoff
Reserved. Do not change this value. - BlurTrigger
Reserved. Do not change this value. - ViewPortSetting
Set to control various viewport settings on mobile devices (primarily width). Acceptable values depend on the device. The default value is width=device-width. - UserIdSize
Set the length of the user id field on the login screen. The default value is 18. - PasswordSize
Set the length of the password field on the login screen. The default value is 18.
Related articles
-
Page:
-
Page:
-
Page:
-
Page:
-
Page:
Set title text to show at the top of the login screen. The default value is NLINK ADC Solution.
Set location of an image file to show at the top of the login screen. The default value is ~/logo.jpg which points to a Junot Systems logo. The default root directory is \CoNNectors\ADC under the NLINK installation directory.
Set the URL used to communicate with the NLINK Server. The default value is http://localhost:9812/. If the IIS Server that hosts the ASP.NET application is on a different machine, or the TCP port to use (NLINK Environment Constant “ADC TCP Port”) has been changed, set the appropriate values here.
Set the number of columns expected on the screen. Note there may be more than one ScreenWidth setting for various resolutions. The default value is 20. The default value for resolution 480×640 is 22.
Set to override the ScreenWidth in case a particular field must be presented in its full length. Normally the fields are truncated at the right edge of the screen (per the ScreenWidth value) in order to prevent horizontal scroll bars. The value in the field may actually be longer than what can be seen. Note there may be more than one NoTruncate setting for various resolutions. The default value is 0 (allow truncation).
Set the background color for the ADC pages. You can use HTML color names or hex color codes. The default value is #FFE0C0.
Set the font name. Note there may be more than one Font setting for various viewport sizes. The default value is Courier New. The defualt value for resolution 480×640 is Consolas.
Set the color to indicate highlighted field on the login screen. You can use HTML color names or hex color codes. The default value is yellow.
Set the color to indicate the default background color for the entry part of screen fields (controls). (The prompts always have the screen background color.) If you do not specify an overriding color in the metadatabase, this value will be used when rendering the screen. The default value is #AAAAAA.
Set the color to indicate the default foreground (text) color for screen fields (controls). If you do not specify an overriding color in the metadatabase, this value will be used when rendering the screen. The default value is #000000.
Set the font size. Note there may be more than on controlFontSize setting for various resolutions1. The default value is 10. The default value for resolution 480×640 is 18.
Reserved. Do not change this value.
Use with authentication settings in the metadatabase to bypass the login screen. If the ADC External System Attribute in the metadatabase is set to FALSE and the UserID is provided in the metadatabase, then you can set this value to 1 to bypass the login screen. The default value is 0 (requires login).
Reserved. Do not change this value.
Reserved. Do not change this value.
Set to control various viewport settings on mobile devices (primarily width). Acceptable values depend on the device. The default value is width=device-width.
Set the length of the user id field on the login screen. The default value is 18.
Set the length of the password field on the login screen. The default value is 18.