Siemens SINUMERIK 840D sl Operating Instructions Manual page 33

Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Configuring the .Net framework (web.config)
Relevant servers
File web.config can be found in the Windows installation directory under Microsoft.NET
(C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG).
You need to adapt this (in the <httpHandlers> section) by adding .epdf as a file extension:
<add path="*.epdf"
verb="*" type="System.Web.UI.PageHandlerFactory" validate="True"/>
The entry should appear before or after the entry for .aspx and must in all cases appear
before any other entries that would also incorporate *.epdf, such as *.*.
The line below this also needs to be adapted or added.
Important: Pay attention to upper and lower cases!
The value for parameter minLocalRequestFreeThreads equals 64 * the number of logic
processors in the server. None of the other values take the number of processors into
account. If there is as yet no <httpRuntime> section in file web.config, this will need to be
inserted.
Example of a web server with a processor in the <system.web> section between
</httpHandlers> and <httpModules>:
<httpRuntime executionTimeout="600" maxRequestLength="128000"
minLocalRequestFreeThreads="64"/>
Adapting the settings file
Relevant servers
The settings file contains all the settings required for installation. This file, called
satellite.settings, can be found in the unzipped installation package under tools\install\
<!-- Persistence settings -->
<<NAME=SqlInstanceMain; FILE=*.*; VALUE="%Database\(Instance)%"; >>
<<NAME=SqlInstanceReporting; FILE=*.*;
VALUE="%ReportingDatabase\(ReportingInstance)%"; >>
<<NAME=SqlInstanceLogging; FILE=*.*; VALUE="%Database\(Instance)%"; >>
eP-Satellite server
Operating Instructions, 06/2009
Release management - eP-Satellite server
eP-Satellite External Web Server
Internal eP-Satellite web server
eP-Satellite External Web Server
Internal eP-Satellite web server
eP-Satellite application reporting web server
eP-Satellite application reporting database server
3.1 Preparing for installation
33

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 840dep

Table of Contents