SlideShare a Scribd company logo
Technical Note – Running StADOSvr.exe as a Service
April 24, 2015 – Rev.A
©Schneider Electric Software, LLC. All rights reserved.
Page 1/11
Running StADOSvr.exe as a Service
Introduction
The Studio Database Gateway is an application that provides a communication link between applications designed
with InTouch Machine Edition and SQL Relational Databases (or Historians).
The Studio Database Gateway is an application that exchanges data with the InTouch Machine Edition applications
via TCP/IP. This architecture is especially useful to provide access to remote SQL Relational Databases or Historians
to InTouch Machine Edition applications running on operating systems that does not support the providers for such
databases, such as Windows Embedded Standard and Windows Embedded Compact (formerly known as Windows
CE), as illustrated in the following figure:
This document provides information required to run the Studio Database Gateway as a service on a remote machine
using a full-sized operating system (e.g., Windows ver 8.1) since the Compact and Embedded operating systems do
not support it.
Technical Note – Running StADOSvr.exe as a Service
April 24, 2015 – Rev.A
©Schneider Electric Software, LLC. All rights reserved.
Page 2/11
Initial Considerations
During this process, some system registry keys will be changed. Therefore, make sure that you have full local machine
administrator privileges before starting. It is also strongly recommended that a backup of the current registry is made
before starting the procedures listed within this Tech Note.
Warning! Running the Studio Database Gateway as a service on a remote computer can be set up to
operate with the same privileges as the Local User, or by following the instructions in this
Tech Note, it will run as a Windows System User. It is not possible at this time, to run it as a
service using a Windows System Account and also use Data Protection. This is because when
activating Data Protection, the local user must logged on to enter the Data Protection
password. That same local user must be logged on in order for the encryption system to
work on that machine, which can represent a possible security issue. Therefore, it is required
that these security limitations are understood and mitigated using acceptable security
protection techniques approved by your IT Security staff.
More information about enabling and using Data Protection is available in the Help Manual (Technical Reference
Guide) in the section: Configuring additional project settings >> Options Tab >> Enable Data Protection to encrypt
sensitive information.
Copy Files to the Remote Computer
In order to run the Studio Database Gateway on a remote computer, you must copy the gateway executable and
supporting files to the remote computer. Copy the files called StADOSvr.exe, StADOSvr.ini, and
StudioDataProtection.dll (if present) from the Bin folder of the InTouch Machine Edition installation folder on your
development computer (e.g., C:WonderwareInTouch Machine Edition v7.1Bin) to the remote computer.
NOTE: If you are using the Wonderware Historian connection (introduced in InTouch Machine
Edition v7.1 SP3), then you must also copy the file called aahClientManaged.dll to the
remote computer.
You can put these files anywhere on the remote computer, but all of them must be in the same folder.
TIP: InduSoft Best Practices recommends creating a folder in the Wonderware folder called,
"Studio Database Gateway"
Example: C:WonderwareStudio Database Gateway.
Initial Configuration
You are now ready to configure the Studio Database Gateway to run as a Windows Service. These instructions use a
program called SRVANY.EXE from the Windows Resource Kit Tools and the Windows Service Control program called
SC.EXE. These instructions are for Windows 7 and higher and for Windows Server 2008 R2 and higher. If you have
Technical Note – Running StADOSvr.exe as a Service
April 24, 2015 – Rev.A
©Schneider Electric Software, LLC. All rights reserved.
Page 3/11
questions about configuring the Studio Database Gateway to run as a Windows Service on other versions of
Windows operating systems, then please contact technical support from your software vendor.
NOTE: The Studio Database Gateway requires .NET Framework 4.0. Please ensure that it is
installed prior to starting the gateway.
Install the Windows Resource Kit Tools
Download and install the Windows Resource Kit Tools (http://www.microsoft.com/en-
us/download/details.aspx?id=17657). When you launch the installer, you may get a popup that looks like the
following picture:
If so, then click the link called, "Run the program without getting help". The installer should launch and you should
see something similar to this:
Technical Note – Running StADOSvr.exe as a Service
April 24, 2015 – Rev.A
©Schneider Electric Software, LLC. All rights reserved.
Page 4/11
Click the button labeled "Next" and follow the installation prompts to complete the installation. This will install the
Windows Resource Kit Tools in your Program Files folder (e.g., C:Program Files (x86)Windows Resource
KitsTools or C:Program FilesWindows Resource KitsTools). The remainder of these instructions presume that
that Windows Resource Kit Tools are installed in C:Program Files (x86)Windows Resource KitsTools. (Please
make the appropriate changes if they were installed in a different folder on your computer).
The next section will create a Windows Service using the Windows Resource Kit Tool called SRVANY.EXE to launch
the Studio Database Gateway.
Create the Windows Service
Open a Windows Command Prompt with elevated permissions. Do this by right-clicking on the Command Prompt
application in the Windows Start menu (or CMD.EXE) and selecting "Run as Administrator". Once the Command
Prompt window opens, run the SC.EXE command exactly as shown below:
As shown here, the command line is one single string that will wrap in the Command Prompt, depending on the
width of your Command Prompt window. Also, note that the spaces following binPath=, DisplayName=, and start=
are required. For your convenience, you can copy/paste the command to your Command Prompt window and run it.
Technical Note – Running StADOSvr.exe as a Service
April 24, 2015 – Rev.A
©Schneider Electric Software, LLC. All rights reserved.
Page 5/11
Highlight the entire text shown below (in the box) and copy. Click once on the Command Prompt window in order to
give it focus. Paste using only the right-click "Paste", then execute (press enter) the following single command line:
NOTE: Remember to change the path if the Windows Resource Kit Tools are installed in a
different location on your computer.
This command line creates a Windows Service called StADOSvr that launches SRVANY.EXE.
Next, we need to configure the service to launch the Studio Database Gateway. This step requires that you edit the
Windows Registry. You should back up the registry before you edit it.
WARNING! (Reprinted from Microsoft) Using Registry Editor incorrectly can cause serious
problems that may require you to reinstall your operating system. Microsoft cannot
guarantee that problems resulting from the incorrect use of Registry Editor can be
solved. Use Registry Editor at your own risk.
Launch the Registry Editor (regedit.exe) and locate the following key:
 HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesStADOSvr
If you select the key called StADOSvr, then you should see something similar to the following:
SC.EXE Create StADOSvr binPath= "C:Program Files (x86)Windows Resource
KitsToolssrvany.exe" DisplayName= "Wonderware Studio Database Gateway"
start= auto
Technical Note – Running StADOSvr.exe as a Service
April 24, 2015 – Rev.A
©Schneider Electric Software, LLC. All rights reserved.
Page 6/11
Right-click the key called StADOSvr, click New >> Key, and create a key called Parameters. You should see something
similar to this:
Right-click the new key called Parameters, click New >> String Value, and create a new string value called
Application. You should see something similar to this:
Wonderware Studio Database Gateway
Technical Note – Running StADOSvr.exe as a Service
April 24, 2015 – Rev.A
©Schneider Electric Software, LLC. All rights reserved.
Page 7/11
Right-click the new string value called Application and change the field called Value data to be the full path name of
the Studio Database Gateway as shown below:
If you installed the Studio Database Gateway files in a different location, then change the path as required. Click OK
and you should see something similar to the following:
Close the Registry Editor.
C:WonderwareStudio Database GatewayStADOSvr.exe
C:WonderwareStudio Database GatewayStADOSvr.exe
Technical Note – Running StADOSvr.exe as a Service
April 24, 2015 – Rev.A
©Schneider Electric Software, LLC. All rights reserved.
Page 8/11
You should now be able to start the Wonderware Studio Database Gateway service like you would any other
Windows Service. The Service is also configured to automatically start whenever the computer starts. The final step
is to configure the Windows Firewall to allow remote access to the gateway.
Configuring the Windows Firewall
Open the Windows Firewall from the Windows Control Panel and click the link called "Allow an app or feature
through the Windows Firewall". You should see something similar to the following:
Click the button labeled "Allow another app
". If the button is not selectable, then you may need to click the button
called "Change Settings" to enable the ability to allow an application through the firewall. You should see something
similar to the following:
Technical Note – Running StADOSvr.exe as a Service
April 24, 2015 – Rev.A
©Schneider Electric Software, LLC. All rights reserved.
Page 9/11
Click the button labeled "Browse", browse for the file called StADOSvr.exe and click the button labeled "Add". You
should see something similar to the following:
Select the checkboxes that apply to the networks for which you want to grant access. Click OK and you are finished.
Technical Note – Running StADOSvr.exe as a Service
April 24, 2015 – Rev.A
©Schneider Electric Software, LLC. All rights reserved.
Page 10/11
Configuring a Database Connection to use the Remote Studio Database Gateway
When you create a database connection in InTouch Machine Edition, one of the advanced settings that you need to
configure is the Database Gateway Host and Port.
(Advanced Database Settings in InTouch Machine Edition v7.1 SP3)
The Database Gateway Host parameter specifies the IP Address (or computer name) used by the InTouch Machine
Edition Runtime to connect with the Studio Database Gateway. Using the default value (127.0.0.1) or localhost, the
InTouch Machine Edition Runtime will automatically launch and stop the Studio Database Gateway locally (on the
same computer where the InTouch Machine Edition Runtime is running).
If you are using running the Studio Database Gateway remotely (in another station), you need to enter either the
hostname or IP address of that remote station in the Host field. Moreover, you will need to make sure that the
Studio Database Gateway is running (optionally as a service, as described in this Tech Note) on the remote station,
since InTouch Machine Edition Runtime will not be able to automatically launch it from a remote station.
Technical Note – Running StADOSvr.exe as a Service
April 24, 2015 – Rev.A
©Schneider Electric Software, LLC. All rights reserved.
Page 11/11
Map of Revision
Revision Author Date Comments Approval
A Larry Combs,
Fabio Terezinho,
Richard Clark
April 24, 2015 Document creation from IWS-StADOSvr.exe
Rev D
Consensus

More Related Content

What's hot

TDF Professional Conf 2010 - Rapid Windows 7 Deployments
TDF Professional Conf 2010 - Rapid Windows 7 DeploymentsTDF Professional Conf 2010 - Rapid Windows 7 Deployments
TDF Professional Conf 2010 - Rapid Windows 7 Deployments
jimboks
 
Manual de instalacion pentaho
Manual de instalacion pentahoManual de instalacion pentaho
Manual de instalacion pentaho
Fernando Velasquez
 
Optimize Your Pc
Optimize Your PcOptimize Your Pc
Optimize Your Pc
Shan Sachwani
 
70-680 Windows 7 configuring
70-680 Windows 7 configuring70-680 Windows 7 configuring
70-680 Windows 7 configuring
biwan
 
Data Warehousing Practical for T.Y.I.T.
Data Warehousing Practical for T.Y.I.T.Data Warehousing Practical for T.Y.I.T.
Data Warehousing Practical for T.Y.I.T.
Niraj Bharambe
 
Installing JDK and first java program
Installing JDK and first java programInstalling JDK and first java program
Installing JDK and first java program
sunmitraeducation
 
12c for epm
12c for epm12c for epm
12c for epm
Charles Babu J
 
Lecture 1 sql {installation & uninstallation}
Lecture 1 sql {installation & uninstallation}Lecture 1 sql {installation & uninstallation}
Lecture 1 sql {installation & uninstallation}
Shubham Shukla
 
ConnectSMART Tutorials
ConnectSMART TutorialsConnectSMART Tutorials
ConnectSMART Tutorials
ConnectSMART
 
MSI / Windows Installer for NGN 'Dummies'
MSI / Windows Installer for NGN 'Dummies'MSI / Windows Installer for NGN 'Dummies'
MSI / Windows Installer for NGN 'Dummies'
Roel van Bueren
 
Oracle DB 11g R2 Research (Installation, Users and Privileges, Audit Trail, E...
Oracle DB 11g R2 Research (Installation, Users and Privileges, Audit Trail, E...Oracle DB 11g R2 Research (Installation, Users and Privileges, Audit Trail, E...
Oracle DB 11g R2 Research (Installation, Users and Privileges, Audit Trail, E...
Duc Lai Trung Minh
 
Install guide
Install guideInstall guide

What's hot (16)

Ch10
Ch10Ch10
Ch10
 
TDF Professional Conf 2010 - Rapid Windows 7 Deployments
TDF Professional Conf 2010 - Rapid Windows 7 DeploymentsTDF Professional Conf 2010 - Rapid Windows 7 Deployments
TDF Professional Conf 2010 - Rapid Windows 7 Deployments
 
Users guide
Users guideUsers guide
Users guide
 
Manual de instalacion pentaho
Manual de instalacion pentahoManual de instalacion pentaho
Manual de instalacion pentaho
 
Optimize Your Pc
Optimize Your PcOptimize Your Pc
Optimize Your Pc
 
70-680 Windows 7 configuring
70-680 Windows 7 configuring70-680 Windows 7 configuring
70-680 Windows 7 configuring
 
Data Warehousing Practical for T.Y.I.T.
Data Warehousing Practical for T.Y.I.T.Data Warehousing Practical for T.Y.I.T.
Data Warehousing Practical for T.Y.I.T.
 
Installing JDK and first java program
Installing JDK and first java programInstalling JDK and first java program
Installing JDK and first java program
 
12c for epm
12c for epm12c for epm
12c for epm
 
Ch06
Ch06Ch06
Ch06
 
Lecture 1 sql {installation & uninstallation}
Lecture 1 sql {installation & uninstallation}Lecture 1 sql {installation & uninstallation}
Lecture 1 sql {installation & uninstallation}
 
Share point
Share pointShare point
Share point
 
ConnectSMART Tutorials
ConnectSMART TutorialsConnectSMART Tutorials
ConnectSMART Tutorials
 
MSI / Windows Installer for NGN 'Dummies'
MSI / Windows Installer for NGN 'Dummies'MSI / Windows Installer for NGN 'Dummies'
MSI / Windows Installer for NGN 'Dummies'
 
Oracle DB 11g R2 Research (Installation, Users and Privileges, Audit Trail, E...
Oracle DB 11g R2 Research (Installation, Users and Privileges, Audit Trail, E...Oracle DB 11g R2 Research (Installation, Users and Privileges, Audit Trail, E...
Oracle DB 11g R2 Research (Installation, Users and Privileges, Audit Trail, E...
 
Install guide
Install guideInstall guide
Install guide
 

Viewers also liked

Extreme networks-pbt2034
Extreme networks-pbt2034Extreme networks-pbt2034
Extreme networks-pbt2034
He Hariyadi
 
OCS LIA
OCS LIAOCS LIA
OCS LIA
simoninsa
 
Vala Afshar - The Power of Collaboration
Vala Afshar - The Power of CollaborationVala Afshar - The Power of Collaboration
Vala Afshar - The Power of Collaboration
Core Networks, LLC
 
5915
59155915
Dcs capabilities
Dcs capabilitiesDcs capabilities
Dcs capabilities
Generic Logical
 
Tn548 installing microsoft sql server 2012 for wonderware products
Tn548 installing microsoft sql server 2012 for wonderware productsTn548 installing microsoft sql server 2012 for wonderware products
Tn548 installing microsoft sql server 2012 for wonderware products
Gustavo Alvarez
 
Upcoming Event: Wonderware Next Generation Conference
Upcoming Event: Wonderware Next Generation ConferenceUpcoming Event: Wonderware Next Generation Conference
Upcoming Event: Wonderware Next Generation Conference
shannon fisk
 
Global Knowledge Training Courses & Promotion 2015-Sep
Global Knowledge Training Courses & Promotion 2015-SepGlobal Knowledge Training Courses & Promotion 2015-Sep
Global Knowledge Training Courses & Promotion 2015-Sep
Aruj Thirawat
 
I know what your packet did last hop using packet histories to troubleshoot...
I know what your packet did last hop  using  packet histories to troubleshoot...I know what your packet did last hop  using  packet histories to troubleshoot...
I know what your packet did last hop using packet histories to troubleshoot...
æ‰żé” è”Ą
 
switch Rn 8177 26
switch Rn 8177 26switch Rn 8177 26
switch Rn 8177 26
guest7b26
 
Extreme_Networks_Loyola_High_School
Extreme_Networks_Loyola_High_SchoolExtreme_Networks_Loyola_High_School
Extreme_Networks_Loyola_High_SchoolKevin Behnke
 
Kitura swift IBM
Kitura swift IBMKitura swift IBM
Kitura swift IBM
Vidyasagar Machupalli
 
Zero Day Response: Strategies for Cyber Security Defense
Zero Day Response: Strategies for Cyber Security DefenseZero Day Response: Strategies for Cyber Security Defense
Zero Day Response: Strategies for Cyber Security Defense
Tripwire
 
Enterasys Networks for Retail Industry presentation
Enterasys Networks for Retail Industry presentationEnterasys Networks for Retail Industry presentation
Enterasys Networks for Retail Industry presentation
Robert Nilsson
 
How to safely drive in the rain
How to safely drive in the rainHow to safely drive in the rain
How to safely drive in the rain
Hi-Tech Driver
 
ĐšĐ°Ń‚Đ°Đ»ĐŸĐł Adder
ĐšĐ°Ń‚Đ°Đ»ĐŸĐł AdderĐšĐ°Ń‚Đ°Đ»ĐŸĐł Adder
ĐšĐ°Ń‚Đ°Đ»ĐŸĐł Adder
KVM Tech
 
White paper - Actionable Alarming - Wonderware-Schneider Electric
White paper - Actionable Alarming - Wonderware-Schneider ElectricWhite paper - Actionable Alarming - Wonderware-Schneider Electric
White paper - Actionable Alarming - Wonderware-Schneider Electric
Suman Singh
 
Wonderware InTouch
Wonderware InTouchWonderware InTouch
Wonderware InTouchOmair Tariq
 
Web Based Reporting
Web Based ReportingWeb Based Reporting
Web Based Reporting
Wonderware United Kingdom
 

Viewers also liked (20)

Extreme networks-pbt2034
Extreme networks-pbt2034Extreme networks-pbt2034
Extreme networks-pbt2034
 
OCS LIA
OCS LIAOCS LIA
OCS LIA
 
Vala Afshar - The Power of Collaboration
Vala Afshar - The Power of CollaborationVala Afshar - The Power of Collaboration
Vala Afshar - The Power of Collaboration
 
5915
59155915
5915
 
Dcs capabilities
Dcs capabilitiesDcs capabilities
Dcs capabilities
 
Tn548 installing microsoft sql server 2012 for wonderware products
Tn548 installing microsoft sql server 2012 for wonderware productsTn548 installing microsoft sql server 2012 for wonderware products
Tn548 installing microsoft sql server 2012 for wonderware products
 
Upcoming Event: Wonderware Next Generation Conference
Upcoming Event: Wonderware Next Generation ConferenceUpcoming Event: Wonderware Next Generation Conference
Upcoming Event: Wonderware Next Generation Conference
 
Global Knowledge Training Courses & Promotion 2015-Sep
Global Knowledge Training Courses & Promotion 2015-SepGlobal Knowledge Training Courses & Promotion 2015-Sep
Global Knowledge Training Courses & Promotion 2015-Sep
 
I know what your packet did last hop using packet histories to troubleshoot...
I know what your packet did last hop  using  packet histories to troubleshoot...I know what your packet did last hop  using  packet histories to troubleshoot...
I know what your packet did last hop using packet histories to troubleshoot...
 
switch Rn 8177 26
switch Rn 8177 26switch Rn 8177 26
switch Rn 8177 26
 
Best practices in dcs migration webcast
Best practices in dcs migration webcastBest practices in dcs migration webcast
Best practices in dcs migration webcast
 
Extreme_Networks_Loyola_High_School
Extreme_Networks_Loyola_High_SchoolExtreme_Networks_Loyola_High_School
Extreme_Networks_Loyola_High_School
 
Kitura swift IBM
Kitura swift IBMKitura swift IBM
Kitura swift IBM
 
Zero Day Response: Strategies for Cyber Security Defense
Zero Day Response: Strategies for Cyber Security DefenseZero Day Response: Strategies for Cyber Security Defense
Zero Day Response: Strategies for Cyber Security Defense
 
Enterasys Networks for Retail Industry presentation
Enterasys Networks for Retail Industry presentationEnterasys Networks for Retail Industry presentation
Enterasys Networks for Retail Industry presentation
 
How to safely drive in the rain
How to safely drive in the rainHow to safely drive in the rain
How to safely drive in the rain
 
ĐšĐ°Ń‚Đ°Đ»ĐŸĐł Adder
ĐšĐ°Ń‚Đ°Đ»ĐŸĐł AdderĐšĐ°Ń‚Đ°Đ»ĐŸĐł Adder
ĐšĐ°Ń‚Đ°Đ»ĐŸĐł Adder
 
White paper - Actionable Alarming - Wonderware-Schneider Electric
White paper - Actionable Alarming - Wonderware-Schneider ElectricWhite paper - Actionable Alarming - Wonderware-Schneider Electric
White paper - Actionable Alarming - Wonderware-Schneider Electric
 
Wonderware InTouch
Wonderware InTouchWonderware InTouch
Wonderware InTouch
 
Web Based Reporting
Web Based ReportingWeb Based Reporting
Web Based Reporting
 

Similar to Technical Note - ITME: Running StADOSvr.exe as a Service

Best free tools for win database admin
Best free tools for win database adminBest free tools for win database admin
Best free tools for win database adminConcentrated Technology
 
InstallationGuide.pdf
InstallationGuide.pdfInstallationGuide.pdf
InstallationGuide.pdf
sahirzakaria
 
Free tools for win server administration
Free tools for win server administrationFree tools for win server administration
Free tools for win server administrationConcentrated Technology
 
Installing d space on windows
Installing d space on windowsInstalling d space on windows
Installing d space on windows
Bibliounivbtn
 
Windows Azure(Pr-1).ppt.pptx
Windows Azure(Pr-1).ppt.pptxWindows Azure(Pr-1).ppt.pptx
Windows Azure(Pr-1).ppt.pptx
PrincePatel272012
 
Advanced Programming Using Visual Basic. NET
Advanced Programming Using Visual Basic. NETAdvanced Programming Using Visual Basic. NET
Advanced Programming Using Visual Basic. NET
Tony Lisko
 
Virtual dj 8 getting started
Virtual dj 8   getting startedVirtual dj 8   getting started
Virtual dj 8 getting started
Isaac Bonifacios Gabriel
 
Virtual dj 8 getting started
Virtual dj 8   getting startedVirtual dj 8   getting started
Virtual dj 8 getting started
Hugo Marquez Pajuelo
 
Virtual dj 8 getting started
Virtual dj 8   getting startedVirtual dj 8   getting started
Virtual dj 8 getting started
Daniel Silva
 
Virtual dj 8 getting started
Virtual dj 8   getting startedVirtual dj 8   getting started
Virtual dj 8 getting started
Alejandra Alvarado Gallegos
 
R12 d49656 gc10-apps dba 01
R12 d49656 gc10-apps dba 01R12 d49656 gc10-apps dba 01
R12 d49656 gc10-apps dba 01
zeesniper
 
Orangescrum In App Chat Add-on User Manual
Orangescrum In App Chat Add-on User ManualOrangescrum In App Chat Add-on User Manual
Orangescrum In App Chat Add-on User Manual
Orangescrum
 
Oracle Endeca Commerce - Installation Guide
Oracle Endeca Commerce - Installation GuideOracle Endeca Commerce - Installation Guide
Oracle Endeca Commerce - Installation Guide
Keyur Shah
 
Improving Your Admin Image
Improving Your Admin ImageImproving Your Admin Image
Improving Your Admin Image
elisemoss
 
John
JohnJohn
Web tech
Web techWeb tech
Web tech
SangeethaSasi1
 
Web tech
Web techWeb tech
Web tech
SangeethaSasi1
 
Web techh
Web techhWeb techh
Web techh
SangeethaSasi1
 
Web tech
Web techWeb tech
Web tech
SangeethaSasi1
 

Similar to Technical Note - ITME: Running StADOSvr.exe as a Service (20)

Best free tools for win database admin
Best free tools for win database adminBest free tools for win database admin
Best free tools for win database admin
 
Best free tools for w d a
Best free tools for w d aBest free tools for w d a
Best free tools for w d a
 
InstallationGuide.pdf
InstallationGuide.pdfInstallationGuide.pdf
InstallationGuide.pdf
 
Free tools for win server administration
Free tools for win server administrationFree tools for win server administration
Free tools for win server administration
 
Installing d space on windows
Installing d space on windowsInstalling d space on windows
Installing d space on windows
 
Windows Azure(Pr-1).ppt.pptx
Windows Azure(Pr-1).ppt.pptxWindows Azure(Pr-1).ppt.pptx
Windows Azure(Pr-1).ppt.pptx
 
Advanced Programming Using Visual Basic. NET
Advanced Programming Using Visual Basic. NETAdvanced Programming Using Visual Basic. NET
Advanced Programming Using Visual Basic. NET
 
Virtual dj 8 getting started
Virtual dj 8   getting startedVirtual dj 8   getting started
Virtual dj 8 getting started
 
Virtual dj 8 getting started
Virtual dj 8   getting startedVirtual dj 8   getting started
Virtual dj 8 getting started
 
Virtual dj 8 getting started
Virtual dj 8   getting startedVirtual dj 8   getting started
Virtual dj 8 getting started
 
Virtual dj 8 getting started
Virtual dj 8   getting startedVirtual dj 8   getting started
Virtual dj 8 getting started
 
R12 d49656 gc10-apps dba 01
R12 d49656 gc10-apps dba 01R12 d49656 gc10-apps dba 01
R12 d49656 gc10-apps dba 01
 
Orangescrum In App Chat Add-on User Manual
Orangescrum In App Chat Add-on User ManualOrangescrum In App Chat Add-on User Manual
Orangescrum In App Chat Add-on User Manual
 
Oracle Endeca Commerce - Installation Guide
Oracle Endeca Commerce - Installation GuideOracle Endeca Commerce - Installation Guide
Oracle Endeca Commerce - Installation Guide
 
Improving Your Admin Image
Improving Your Admin ImageImproving Your Admin Image
Improving Your Admin Image
 
John
JohnJohn
John
 
Web tech
Web techWeb tech
Web tech
 
Web tech
Web techWeb tech
Web tech
 
Web techh
Web techhWeb techh
Web techh
 
Web tech
Web techWeb tech
Web tech
 

More from Wonderware InTouch Machine Edition

White Paper - ITME: Improve Manufacturing Performance with an Intelligent Emb...
White Paper - ITME: Improve Manufacturing Performance with an Intelligent Emb...White Paper - ITME: Improve Manufacturing Performance with an Intelligent Emb...
White Paper - ITME: Improve Manufacturing Performance with an Intelligent Emb...
Wonderware InTouch Machine Edition
 
What's New in InTouch Machine Edition (ITME)
What's New in InTouch Machine Edition (ITME)What's New in InTouch Machine Edition (ITME)
What's New in InTouch Machine Edition (ITME)
Wonderware InTouch Machine Edition
 
InTouch Machine Edition: Overview
InTouch Machine Edition: OverviewInTouch Machine Edition: Overview
InTouch Machine Edition: Overview
Wonderware InTouch Machine Edition
 
InTouch Machine Edition 2014 R2: What is New and Advanced Features
InTouch Machine Edition 2014 R2: What is New and Advanced FeaturesInTouch Machine Edition 2014 R2: What is New and Advanced Features
InTouch Machine Edition 2014 R2: What is New and Advanced Features
Wonderware InTouch Machine Edition
 
InTouch Machine Edition Advantages and Features
InTouch Machine Edition Advantages and FeaturesInTouch Machine Edition Advantages and Features
InTouch Machine Edition Advantages and Features
Wonderware InTouch Machine Edition
 
ITME ViewApp Object for Wonderware System Platform
ITME ViewApp Object for Wonderware System PlatformITME ViewApp Object for Wonderware System Platform
ITME ViewApp Object for Wonderware System Platform
Wonderware InTouch Machine Edition
 
Introduction to InTouch Machine Edition (ITME)
Introduction to InTouch Machine Edition (ITME)Introduction to InTouch Machine Edition (ITME)
Introduction to InTouch Machine Edition (ITME)
Wonderware InTouch Machine Edition
 
Custom Widgets Tutorial InTouch Machine Edition (ITME)
Custom Widgets Tutorial InTouch Machine Edition (ITME)Custom Widgets Tutorial InTouch Machine Edition (ITME)
Custom Widgets Tutorial InTouch Machine Edition (ITME)
Wonderware InTouch Machine Edition
 

More from Wonderware InTouch Machine Edition (8)

White Paper - ITME: Improve Manufacturing Performance with an Intelligent Emb...
White Paper - ITME: Improve Manufacturing Performance with an Intelligent Emb...White Paper - ITME: Improve Manufacturing Performance with an Intelligent Emb...
White Paper - ITME: Improve Manufacturing Performance with an Intelligent Emb...
 
What's New in InTouch Machine Edition (ITME)
What's New in InTouch Machine Edition (ITME)What's New in InTouch Machine Edition (ITME)
What's New in InTouch Machine Edition (ITME)
 
InTouch Machine Edition: Overview
InTouch Machine Edition: OverviewInTouch Machine Edition: Overview
InTouch Machine Edition: Overview
 
InTouch Machine Edition 2014 R2: What is New and Advanced Features
InTouch Machine Edition 2014 R2: What is New and Advanced FeaturesInTouch Machine Edition 2014 R2: What is New and Advanced Features
InTouch Machine Edition 2014 R2: What is New and Advanced Features
 
InTouch Machine Edition Advantages and Features
InTouch Machine Edition Advantages and FeaturesInTouch Machine Edition Advantages and Features
InTouch Machine Edition Advantages and Features
 
ITME ViewApp Object for Wonderware System Platform
ITME ViewApp Object for Wonderware System PlatformITME ViewApp Object for Wonderware System Platform
ITME ViewApp Object for Wonderware System Platform
 
Introduction to InTouch Machine Edition (ITME)
Introduction to InTouch Machine Edition (ITME)Introduction to InTouch Machine Edition (ITME)
Introduction to InTouch Machine Edition (ITME)
 
Custom Widgets Tutorial InTouch Machine Edition (ITME)
Custom Widgets Tutorial InTouch Machine Edition (ITME)Custom Widgets Tutorial InTouch Machine Edition (ITME)
Custom Widgets Tutorial InTouch Machine Edition (ITME)
 

Recently uploaded

GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 

Recently uploaded (20)

GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 

Technical Note - ITME: Running StADOSvr.exe as a Service

  • 1. Technical Note – Running StADOSvr.exe as a Service April 24, 2015 – Rev.A ©Schneider Electric Software, LLC. All rights reserved. Page 1/11 Running StADOSvr.exe as a Service Introduction The Studio Database Gateway is an application that provides a communication link between applications designed with InTouch Machine Edition and SQL Relational Databases (or Historians). The Studio Database Gateway is an application that exchanges data with the InTouch Machine Edition applications via TCP/IP. This architecture is especially useful to provide access to remote SQL Relational Databases or Historians to InTouch Machine Edition applications running on operating systems that does not support the providers for such databases, such as Windows Embedded Standard and Windows Embedded Compact (formerly known as Windows CE), as illustrated in the following figure: This document provides information required to run the Studio Database Gateway as a service on a remote machine using a full-sized operating system (e.g., Windows ver 8.1) since the Compact and Embedded operating systems do not support it.
  • 2. Technical Note – Running StADOSvr.exe as a Service April 24, 2015 – Rev.A ©Schneider Electric Software, LLC. All rights reserved. Page 2/11 Initial Considerations During this process, some system registry keys will be changed. Therefore, make sure that you have full local machine administrator privileges before starting. It is also strongly recommended that a backup of the current registry is made before starting the procedures listed within this Tech Note. Warning! Running the Studio Database Gateway as a service on a remote computer can be set up to operate with the same privileges as the Local User, or by following the instructions in this Tech Note, it will run as a Windows System User. It is not possible at this time, to run it as a service using a Windows System Account and also use Data Protection. This is because when activating Data Protection, the local user must logged on to enter the Data Protection password. That same local user must be logged on in order for the encryption system to work on that machine, which can represent a possible security issue. Therefore, it is required that these security limitations are understood and mitigated using acceptable security protection techniques approved by your IT Security staff. More information about enabling and using Data Protection is available in the Help Manual (Technical Reference Guide) in the section: Configuring additional project settings >> Options Tab >> Enable Data Protection to encrypt sensitive information. Copy Files to the Remote Computer In order to run the Studio Database Gateway on a remote computer, you must copy the gateway executable and supporting files to the remote computer. Copy the files called StADOSvr.exe, StADOSvr.ini, and StudioDataProtection.dll (if present) from the Bin folder of the InTouch Machine Edition installation folder on your development computer (e.g., C:WonderwareInTouch Machine Edition v7.1Bin) to the remote computer. NOTE: If you are using the Wonderware Historian connection (introduced in InTouch Machine Edition v7.1 SP3), then you must also copy the file called aahClientManaged.dll to the remote computer. You can put these files anywhere on the remote computer, but all of them must be in the same folder. TIP: InduSoft Best Practices recommends creating a folder in the Wonderware folder called, "Studio Database Gateway" Example: C:WonderwareStudio Database Gateway. Initial Configuration You are now ready to configure the Studio Database Gateway to run as a Windows Service. These instructions use a program called SRVANY.EXE from the Windows Resource Kit Tools and the Windows Service Control program called SC.EXE. These instructions are for Windows 7 and higher and for Windows Server 2008 R2 and higher. If you have
  • 3. Technical Note – Running StADOSvr.exe as a Service April 24, 2015 – Rev.A ©Schneider Electric Software, LLC. All rights reserved. Page 3/11 questions about configuring the Studio Database Gateway to run as a Windows Service on other versions of Windows operating systems, then please contact technical support from your software vendor. NOTE: The Studio Database Gateway requires .NET Framework 4.0. Please ensure that it is installed prior to starting the gateway. Install the Windows Resource Kit Tools Download and install the Windows Resource Kit Tools (http://www.microsoft.com/en- us/download/details.aspx?id=17657). When you launch the installer, you may get a popup that looks like the following picture: If so, then click the link called, "Run the program without getting help". The installer should launch and you should see something similar to this:
  • 4. Technical Note – Running StADOSvr.exe as a Service April 24, 2015 – Rev.A ©Schneider Electric Software, LLC. All rights reserved. Page 4/11 Click the button labeled "Next" and follow the installation prompts to complete the installation. This will install the Windows Resource Kit Tools in your Program Files folder (e.g., C:Program Files (x86)Windows Resource KitsTools or C:Program FilesWindows Resource KitsTools). The remainder of these instructions presume that that Windows Resource Kit Tools are installed in C:Program Files (x86)Windows Resource KitsTools. (Please make the appropriate changes if they were installed in a different folder on your computer). The next section will create a Windows Service using the Windows Resource Kit Tool called SRVANY.EXE to launch the Studio Database Gateway. Create the Windows Service Open a Windows Command Prompt with elevated permissions. Do this by right-clicking on the Command Prompt application in the Windows Start menu (or CMD.EXE) and selecting "Run as Administrator". Once the Command Prompt window opens, run the SC.EXE command exactly as shown below: As shown here, the command line is one single string that will wrap in the Command Prompt, depending on the width of your Command Prompt window. Also, note that the spaces following binPath=, DisplayName=, and start= are required. For your convenience, you can copy/paste the command to your Command Prompt window and run it.
  • 5. Technical Note – Running StADOSvr.exe as a Service April 24, 2015 – Rev.A ©Schneider Electric Software, LLC. All rights reserved. Page 5/11 Highlight the entire text shown below (in the box) and copy. Click once on the Command Prompt window in order to give it focus. Paste using only the right-click "Paste", then execute (press enter) the following single command line: NOTE: Remember to change the path if the Windows Resource Kit Tools are installed in a different location on your computer. This command line creates a Windows Service called StADOSvr that launches SRVANY.EXE. Next, we need to configure the service to launch the Studio Database Gateway. This step requires that you edit the Windows Registry. You should back up the registry before you edit it. WARNING! (Reprinted from Microsoft) Using Registry Editor incorrectly can cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk. Launch the Registry Editor (regedit.exe) and locate the following key:  HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesStADOSvr If you select the key called StADOSvr, then you should see something similar to the following: SC.EXE Create StADOSvr binPath= "C:Program Files (x86)Windows Resource KitsToolssrvany.exe" DisplayName= "Wonderware Studio Database Gateway" start= auto
  • 6. Technical Note – Running StADOSvr.exe as a Service April 24, 2015 – Rev.A ©Schneider Electric Software, LLC. All rights reserved. Page 6/11 Right-click the key called StADOSvr, click New >> Key, and create a key called Parameters. You should see something similar to this: Right-click the new key called Parameters, click New >> String Value, and create a new string value called Application. You should see something similar to this: Wonderware Studio Database Gateway
  • 7. Technical Note – Running StADOSvr.exe as a Service April 24, 2015 – Rev.A ©Schneider Electric Software, LLC. All rights reserved. Page 7/11 Right-click the new string value called Application and change the field called Value data to be the full path name of the Studio Database Gateway as shown below: If you installed the Studio Database Gateway files in a different location, then change the path as required. Click OK and you should see something similar to the following: Close the Registry Editor. C:WonderwareStudio Database GatewayStADOSvr.exe C:WonderwareStudio Database GatewayStADOSvr.exe
  • 8. Technical Note – Running StADOSvr.exe as a Service April 24, 2015 – Rev.A ©Schneider Electric Software, LLC. All rights reserved. Page 8/11 You should now be able to start the Wonderware Studio Database Gateway service like you would any other Windows Service. The Service is also configured to automatically start whenever the computer starts. The final step is to configure the Windows Firewall to allow remote access to the gateway. Configuring the Windows Firewall Open the Windows Firewall from the Windows Control Panel and click the link called "Allow an app or feature through the Windows Firewall". You should see something similar to the following: Click the button labeled "Allow another app
". If the button is not selectable, then you may need to click the button called "Change Settings" to enable the ability to allow an application through the firewall. You should see something similar to the following:
  • 9. Technical Note – Running StADOSvr.exe as a Service April 24, 2015 – Rev.A ©Schneider Electric Software, LLC. All rights reserved. Page 9/11 Click the button labeled "Browse", browse for the file called StADOSvr.exe and click the button labeled "Add". You should see something similar to the following: Select the checkboxes that apply to the networks for which you want to grant access. Click OK and you are finished.
  • 10. Technical Note – Running StADOSvr.exe as a Service April 24, 2015 – Rev.A ©Schneider Electric Software, LLC. All rights reserved. Page 10/11 Configuring a Database Connection to use the Remote Studio Database Gateway When you create a database connection in InTouch Machine Edition, one of the advanced settings that you need to configure is the Database Gateway Host and Port. (Advanced Database Settings in InTouch Machine Edition v7.1 SP3) The Database Gateway Host parameter specifies the IP Address (or computer name) used by the InTouch Machine Edition Runtime to connect with the Studio Database Gateway. Using the default value (127.0.0.1) or localhost, the InTouch Machine Edition Runtime will automatically launch and stop the Studio Database Gateway locally (on the same computer where the InTouch Machine Edition Runtime is running). If you are using running the Studio Database Gateway remotely (in another station), you need to enter either the hostname or IP address of that remote station in the Host field. Moreover, you will need to make sure that the Studio Database Gateway is running (optionally as a service, as described in this Tech Note) on the remote station, since InTouch Machine Edition Runtime will not be able to automatically launch it from a remote station.
  • 11. Technical Note – Running StADOSvr.exe as a Service April 24, 2015 – Rev.A ©Schneider Electric Software, LLC. All rights reserved. Page 11/11 Map of Revision Revision Author Date Comments Approval A Larry Combs, Fabio Terezinho, Richard Clark April 24, 2015 Document creation from IWS-StADOSvr.exe Rev D Consensus