Answer the question
In order to leave comments, you need to log in
Why can't I connect to the 1C 8.3 database via a COM connection?
On a physical server 1C 8.3 I am trying to connect to the 1C database via a COM connection:
#coding=cp1251
import pythoncom
import win32com.client
V83_CONN_STRING = 'Srvr="T";Ref="upp";Usr="Иванов Иван";Pwd="123456";'
pythoncom.CoInitialize()
V83 = win32com.client.Dispatch("V83.COMConnector").Connect(V83_CONN_STRING)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question