Child pages
  • ConType


It identifies the communication protocol to be used in connection between TOTVS | Application Server and TOTVS | DBAccess.

Scope

ERP 10 and 11


Valid Values

Value

Description

TCPIP (default)

To use TCPIP communication protocol.

NPIPE

To use the Named Pipes communication protocol.


Example

[DBAccess]
Alias=BASEP11
ConType=TCPIP
DataBase=MSSQL7
Server=SrvTOP01


 

Note

You may define a protocol for a specific environment by setting this key, prefixed with DB, within the desired [Environment] section. However, the configuration of this key directly in the environment has priority over the default specification in section [DBAccess].


Example

[Environment]
SourcePath=C:\ERP\APO
RootPath=C:\ERP_Data
StartPath=\system\
x2_path=
RpoDb=top
RpoLanguage=portuguese
RpoVersion=101
LocalFiles=ads
Trace=0
localdbextension=.dbf
PictFormat=DEFAULT
DateFormat=DEFAULT
DBDatabase=MSSQL7
DBAlias=PLS101
DBConType=TCPIP
DBServer=Localhost
  • No labels