Error 27502 efilm

Archived Forums 361-380

Archived Forums 361-380

 > 

SQL Server Express

  • Question

  • Question

    Sign in to vote

    0


    Sign in to vote

    i was trying to install efilm workstation 3.4 to manage my radiology department but i faced the following error:

    error 27502. could not connect to microsoft SQL Server (local)SQLEXPRESSEFILM. Login failed for user ‘sa’.(18456)

    plz help

    And thanx

    Tuesday, April 24, 2012 6:59 PM

Answers

  • Question

    Sign in to vote

    0


    Sign in to vote

    hi,

    try having a look at http://social.msdn.microsoft.com/Forums/en/sqlgetstarted/thread/40d83498-f52f-41e9-8d11-f2ea43413479

    regards


    http://www.asql.biz — DbaMgr2k — DbaMgr and further SQL Tools http://www.hotelsole.com/

    • Proposed as answer by
      amber zhang
      Wednesday, April 25, 2012 7:47 AM
    • Marked as answer by
      amber zhang
      Tuesday, May 1, 2012 5:33 AM

    Tuesday, April 24, 2012 11:25 PM

Summary

Information about establishing SQL connection over TLS 1.2 using InstallShield

Synopsis

Including SQL scripts in a Basic MSI project is organized by connection. No script can run on a server until a connection has been established. InstallShield requires a SQL Server ODBC driver or OLE DB provider to use the SQL Scripting functionality.

Discussion

If you want to use the new capabilities that Microsoft SQL Server offers, and you want to employ TLS 1.2 (Transport Layer Security 1.2) you must configure InstallShield to use a driver that supports them. Otherwise, InstallShield SQL connection will not work.

The default ISSQLDBMetaData entry for Microsoft SQL Server is configured to use a SQL Server OLE DB provider. A change is required to use a different OLE DB provider and you have to change the value of the AdoDriverName column specific to that provider. Since connection strings for ODBC drivers are different from OLE DB providers, more settings may need to be changed in your InstallShield project. This article is intended to provide the manual settings required in the IDE when targeting connections through TLS 1.2.

This is a non-exhaustive list. Some of the various connection issues you may experience are described below. Each one may require any or all of the specific settings required for TLS found in the Additional Information section below:

  • Provider cannot be found. It may not be properly installed.
  • A network-related or instance-specific error has occurred while establishing a connection to SQL Server (-2146893007).
  • ODBC Driver 11 for SQL Server invalid connection string (0).
  • SQL Server Native Client 11.0 SSL Provider. The client and server cannot communicate because they do not possess a common algorithm.
  • SQLState: ‘08001’ SQL Server Error 18 — See KB Article Installer is unable to create a database connection — working with TLS 1.2

After the expected TLS settings are established and enabled on the server and client in your environment manually and you have added a connection through the InstallShield IDE change the InstallShield project manually to allow connection.These changes are specific to allow the SQL connection to use ODBC Driver for SQL Server compliant with TLS 1.2.

Note: The table ISSQLDBMetaData is populated with data after a New SQL Connection is added in the IDE. Reference: SQL Scripts View

1) Modify the Property Manager specifying a new value. In this step navigate to Behavior and Logic > Property Manager. Locate the property IS_SQLSERVER_NETLIB_MS and change its value.

Property Manager

IS_SQLSERVER_NETLIB_MS Network=DBMSSOCN

2) Using the Direct Editor change all of the data specified below in the ISSQLDBMetaData table.

ISSQLDBMetaData table

AdoDriverName {ODBC Driver 11 for SQL Server}
AdoCxnDriver Driver=
AdoCxnDatabase Database=
AdoCxnUserID Uid=
AdoCxnPassword Pwd=
AdoCxnWindowsSecurity Trusted_Connection=Yes

Related Documents

Reference:

Introducing TLS v1.2

Microsoft ODBC Driver for SQL Server

Note: The KB #3135244 from Microsoft is very relevant and should be an article used for reference with any matter involved with TLS 1.2.

TLS 1.2 support for Microsoft SQL Server

Additional Information

The following is a list of details implied to be established when working with TLS 1.2.

  • SQL Server version and cumulative update/patched per Microsoft specification. Reference KB #3135244.
  • .Net 4.5 or newer installed
  • TLS/SSL settings established found here: TLS/SSL Settings
  • Ensure SQL server service is running on server
  • TLS 1.0 and TLS 1.1 disabled in the Registry
  • Certification authority with the hash algorithm as SHA 256
  • SQL Server Native Client drivers installed (see KB #3135244)
  • ODBC Driver for SQL Server installed (see KB #3135244)
  • Specific Operating System Updates with TLS 1.2 support established (see KB #3135244)
  • SChannel key block — restrict protocol communication on servers to TLS 1.2 only in the Registry
  • Ensure the SChannel data in the Registry under ..SCHANNELProtocolsTLS 1.2 includes both Client and Server (Image below)

Note: When working with or changing SChannel key block or any of the GPO (Group Policy) settings it is recommended both server and client be restarted.

SChannel Key Block Registry Settings For TLS 1.2

Error 27502. Could Not Connect To Microsoft SQL Server Using TLS 1.2 (Transport Layer Security 1.2)

Summary

Synopsis

Discussion

If you want to use the new capabilities that Microsoft SQL Server offers, and you want to employ TLS 1.2 (Transport Layer Security 1.2) you must configure InstallShield to use a driver that supports them. Otherwise, InstallShield SQL connection will not work.

The default ISSQLDBMetaData entry for Microsoft SQL Server is configured to use a SQL Server OLE DB provider. A change is required to use a different OLE DB provider and you have to change the value of the AdoDriverName column specific to that provider. Since connection strings for ODBC drivers are different from OLE DB providers, more settings may need to be changed in your InstallShield project. This article is intended to provide the manual settings required in the IDE when targeting connections through TLS 1.2.

This is a non-exhaustive list. Some of the various connection issues you may experience are described below. Each one may require any or all of the specific settings required for TLS found in the Additional Information section below:

  • Provider cannot be found. It may not be properly installed.
  • A network-related or instance-specific error has occurred while establishing a connection to SQL Server (-2146893007).
  • ODBC Driver 11 for SQL Server invalid connection string (0).
  • SQL Server Native Client 11.0 SSL Provider. The client and server cannot communicate because they do not possess a common algorithm.
  • SQLState: ‘08001’ SQL Server Error 18 — See KB Article Installer is unable to create a database connection — working with TLS 1.2

After the expected TLS settings are established and enabled on the server and client in your environment manually and you have added a connection through the InstallShield IDE change the InstallShield project manually to allow connection.These changes are specific to allow the SQL connection to use ODBC Driver for SQL Server compliant with TLS 1.2.

Note: The table ISSQLDBMetaData is populated with data after a New SQL Connection is added in the IDE. Reference: SQL Scripts View

1) Modify the Property Manager specifying a new value. In this step navigate to Behavior and Logic > Property Manager. Locate the property IS_SQLSERVER_NETLIB_MS and change its value.

IS_SQLSERVER_NETLIB_MS Network=DBMSSOCN

2) Using the Direct Editor change all of the data specified below in the ISSQLDBMetaData table.

AdoDriverName
AdoCxnDriver Driver=
AdoCxnDatabase Database=
AdoCxnUserID Uid=
AdoCxnPassword Pwd=
AdoCxnWindowsSecurity Trusted_Connection=Yes

Related Documents

Note: The KB #3135244 from Microsoft is very relevant and should be an article used for reference with any matter involved with TLS 1.2.

Additional Information

The following is a list of details implied to be established when working with TLS 1.2.

  • SQL Server version and cumulative update/patched per Microsoft specification. Reference KB #3135244.
  • .Net 4.5 or newer installed
  • TLS/SSL settings established found here: TLS/SSL Settings
  • Ensure SQL server service is running on server
  • TLS 1.0 and TLS 1.1 disabled in the Registry
  • Certification authority with the hash algorithm as SHA 256
  • SQL Server Native Client drivers installed (see KB #3135244)
  • ODBC Driver for SQL Server installed (see KB #3135244)
  • Specific Operating System Updates with TLS 1.2 support established (see KB #3135244)
  • SChannel key block — restrict protocol communication on servers to TLS 1.2 only in the Registry
  • Ensure the SChannel data in the Registry under .. SCHANNELProtocolsTLS 1.2 includes both Client and Server (Image below)

Note: When working with or changing SChannel key block or any of the GPO (Group Policy) settings it is recommended both server and client be restarted.

Источник

Error 27502 не удается подключиться к microsoft sql server

This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.

Answered by:

Question

I have downloaded a software program to organize my store discount coupons call “Probusoft Coupon Organizer”. When I first tried to install the program, it would not install saying it could not download a file called SQLEXPRSP1.EXE (Microsoft SQL Server 2005 Express SP1) form the Probusoft.com website.

So I went on the Microsoft Website and downloaded the Free Microsoft SQL Server 2005 Express SP3 and install it. I thought this would take of the problem with “Probusoft” software. Now I get an error instead.

Cannot connect to Microsoft SQL Server JOHN-PC [DBNETLIB] [CONNECT OPEN (CONNECT () ).]

SQL Server does not exist or access denied.

I need assistance of this problem. I have searched the Internet for a solution, but have not found one at this time.

Is this setting problem that I have missed when I install the SQL Server?

Answers

Not sure about the software. May be its trying to connect to default instance and you installed named instance?

Go to start > Run > Services.msc and check the service with name SQL Server
If you see as SQL Server (SQLExpress) then it might be a problem as error message says «Cannot connect to Microsoft SQL Server JOHN-PC» whereas your SQL would be JOHN-PCSQLExpress.

You can install SQL one more time and this time choose «Default instance» in the setup screen.

Источник

Error 27502 не удается подключиться к microsoft sql server

This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.

Answered by:

Question

I have downloaded a software program to organize my store discount coupons call “Probusoft Coupon Organizer”. When I first tried to install the program, it would not install saying it could not download a file called SQLEXPRSP1.EXE (Microsoft SQL Server 2005 Express SP1) form the Probusoft.com website.

So I went on the Microsoft Website and downloaded the Free Microsoft SQL Server 2005 Express SP3 and install it. I thought this would take of the problem with “Probusoft” software. Now I get an error instead.

Cannot connect to Microsoft SQL Server JOHN-PC [DBNETLIB] [CONNECT OPEN (CONNECT () ).]

SQL Server does not exist or access denied.

I need assistance of this problem. I have searched the Internet for a solution, but have not found one at this time.

Is this setting problem that I have missed when I install the SQL Server?

Answers

Not sure about the software. May be its trying to connect to default instance and you installed named instance?

Go to start > Run > Services.msc and check the service with name SQL Server
If you see as SQL Server (SQLExpress) then it might be a problem as error message says «Cannot connect to Microsoft SQL Server JOHN-PC» whereas your SQL would be JOHN-PCSQLExpress.

You can install SQL one more time and this time choose «Default instance» in the setup screen.

Источник

Error 27502 не удается подключиться к microsoft sql server

Вопрос

I have downloaded a software program to organize my store discount coupons call “Probusoft Coupon Organizer”. When I first tried to install the program, it would not install saying it could not download a file called SQLEXPRSP1.EXE (Microsoft SQL Server 2005 Express SP1) form the Probusoft.com website.

So I went on the Microsoft Website and downloaded the Free Microsoft SQL Server 2005 Express SP3 and install it. I thought this would take of the problem with “Probusoft” software. Now I get an error instead.

Cannot connect to Microsoft SQL Server JOHN-PC [DBNETLIB] [CONNECT OPEN (CONNECT () ).]

SQL Server does not exist or access denied.

I need assistance of this problem. I have searched the Internet for a solution, but have not found one at this time.

Is this setting problem that I have missed when I install the SQL Server?

Ответы

Not sure about the software. May be its trying to connect to default instance and you installed named instance?

Go to start > Run > Services.msc and check the service with name SQL Server
If you see as SQL Server (SQLExpress) then it might be a problem as error message says «Cannot connect to Microsoft SQL Server JOHN-PC» whereas your SQL would be JOHN-PCSQLExpress.

You can install SQL one more time and this time choose «Default instance» in the setup screen.

Источник

Не удается подключиться к Microsoft SQL Server по сети. Устраняем ошибку подключения

Приветствую всех посетителей сайта Info-Comp.ru! Сегодня мы рассмотрим ситуацию, когда Вы пытаетесь подключиться к Microsoft SQL Server по сети, но Вам это не удаётся, так как возникает та или иная ошибка подключения.

В этом материале представлен последовательный план действий, который поможет Вам выявить и устранить причину возникновения таких ошибок подключения, и тем самым успешно подключиться к Microsoft SQL Server.

Итак, давайте начнем. Допустим, у нас есть Microsoft SQL Server, установленный на Windows, и мы будем пытаться подключится к нему по сети, например, из операционной системы Linux, используя Azure Data Studio.

В процессе подключения у нас возникает ошибка, и, чтобы ее устранить, мы будем последовательно выполнять определенные проверочные действия, которые помогут нам выявить причину этой ошибки.

Корректность ввода данных для подключения

Первое, с чего необходимо начать, это, конечно же, с проверки данных для подключения, т.е. правильно ли мы указываем адрес сервера и имя экземпляра (если используется именованный экземпляр).

Дело в том, что если мы неправильно укажем адрес сервера, или не укажем имя экземпляра SQL Server, или ошибемся хотя бы в одной букве, подключиться мы не сможем.

Имя экземпляра SQL Server необходимо указывать в тех случаях, когда у нас настроен именованный экземпляр, например, в редакции Express по умолчанию настраивается именованный экземпляр и динамические порты.

Если не указать имя экземпляра, когда это имя необходимо указывать, мы получим ошибку

«provider: TCP Provider, error: 40 – could not open a connection to SQL Server»

А если допустить ошибку в имени экземпляра, то

«provider: TCP Provider, error: 25 – connection string is not valid»

Поэтому лучше сразу проверить корректность ввода данных для подключения.

Доступность сервера по сети

Если данные для подключения верны, то следующим шагом будет, конечно же, проверка доступности сервера, так как если сервер физически недоступен, то все следующие проверки будут абсолютно бесполезны и ни к чему не приведут.

Если сервер недоступен, то Вы будете получать уже знакомую ошибку

«provider: TCP Provider, error: 25 – connection string is not valid»

Проверить доступность сервера можно стандартным способом, используя утилиту ping в командной строке.

Если сервер недоступен, то Вам необходимо настроить сеть, чтобы физический сервер, на котором располагается SQL Server, был доступен с компьютера, с которого Вы хотите подключиться.

Открытые порты в брандмауэре

Если сервер, на котором располагается SQL Server, физически доступен, то сразу же необходимо на нем проверить доступность портов в брандмауэре Windows, или в файрволе, который Вы используете.

Стандартный порт, на котором работает SQL Server, это 1433, соответственно, необходимо настроить правило для входящих подключений по порту 1433.

В случае если Вы используете именованный экземпляр SQL Server и динамические порты, то у Вас должно быть настроено правило для программы, в частности для исполняемого файла SQL Server – sqlservr.exe.

Для 2019 версии он расположен по следующему пути

«C:Program FilesMicrosoft SQL ServerMSSQL15.MSSQLSERVERMSSQLBinnSqlservr.exe»

Кроме этого, в данном случае необходимо еще открыть UDP порт 1434 для службы «Обозреватель SQL Server».

Запущена ли служба «Обозреватель SQL Server»

Продолжая тему именованных экземпляров и динамических портов, стоит отметить, что если используется именованный экземпляр и динамические порты, то дополнительно должна быть запущена служба «Обозреватель SQL Server». Если она не запущена, то подключиться Вы не сможете, будет возникать все та же ошибка

«provider: TCP Provider, error: 25 – connection string is not valid»

Поэтому запустите SQL Server Configuration Manager и проверьте соответствующую службу.

Запущена ли служба «SQL Server»

Если сервер физически доступен, необходимые порты открыты, то следующим шагом следует проверить, а запущена ли в принципе служба SQL Server.

Ведь бывает и такое, что мы пытаемся подключиться к SQL Server, а его просто нет, т.е. он даже не запущен.

Поэтому проверяем, запущена ли служба «SQL Server» в SQL Server Configuration Manager.

Включен ли протокол «TCP/IP»

Кроме всего вышеперечисленного необходимо проверить, включен ли протокол «TCP/IP» в сетевой конфигурации SQL Server, так как если SQL Server используется в сети, данный протокол обязательно должен быть включен.

Это можно проверить в SQL Server Configuration Manager в разделе «Сетевая конфигурация SQL Server».

Удаленные соединения с серверов

Также необходимо проверить, разрешены ли удаленные соединения с серверов. Это можно сделать в SQL Server Management Studio в свойствах сервера на вкладке «Соединения», параметр «Разрешить удаленные соединения с сервером» должен быть включен.

Права имени входа, сопоставление с пользователем базы данных

Имя входа, которое Вы указываете при подключении к SQL Server, должно обладать определенными правами, в частности оно должно быть сопоставлено с пользователем базы данных, если это не так, то Вы будете получать ошибку подключения, например

«При входе пользователя TestLogin произошла ошибка».

Поэтому необходимо проверить, сопоставлено ли имя входа с пользователем базы данных и предоставлены ли необходимые права.

Это можно сделать в SQL Server Management Studio, перейдите в контейнер «Безопасность -> Имена для входа», выберите нужное имя входа и зайдите в свойства этого имени. Затем на вкладке «Сопоставление пользователей» отметьте базы данных, с которыми будет сопоставлено данное имя входа, и задайте необходимые права в виде указания ролей базы данных.

Подведение итогов

Таким образом, на основе всего вышеизложенного мы можем составить план действий, следуя которому мы обязательно определим и устраним причину возникновения ошибки подключения к Microsoft SQL Server по сети.

Что необходимо сделать для устранения ошибки подключения к Microsoft SQL Server по сети:

Источник

Продукция

  • Выпускаемая продукция: Программно-технические комплексы
  • Выпускаемая продукция по типам устройств
  • Выпускаемая продукция по областям применения
  • Выпускаемая продукция в алфавитном порядке
  • Программное обеспечение
  • Продукция сторонних производителей

  • Программно-технический комплекс КОМЕГА

    Модули ПТК Комега предназначены для автоматизированного управления, контроля и мониторинга разнообразных технологических процессов. Подробнее…



    Модули ввода-вывода

    • kB.AIO — Модули расширения с аналоговыми каналами
    • kB.DIO — Модули расширения с цифровыми каналами
    • kB.DIO-PDO — Модули расширения с цифровыми и силовыми каналами
    • kB.PDO — Модули расширения с силовыми каналами






    Программно-технический комплекс КОНТАР

    Свободно программируемые логические контроллеры и набор программных средств для их настройки, выполнения проектов автоматизации и диспетчеризации. Подробнее…



    Модули ввода-вывода

    • MA8.3(к) — Модуль расширения аналоговых и дискретных входов и выходов
    • ME20 — Модули расширения дискретных входов
    • ME4 — Модули расширения
    • MR20.3 — Модули расширения дискретных выходов
    • МЕ16 — Модули расширения дискретных вводов и выводов








  • Модули ввода-вывода

    • kB.AIO — Модули расширения с аналоговыми каналами
    • kB.DIO — Модули расширения с цифровыми каналами
    • kB.DIO-PDO — Модули расширения с цифровыми и силовыми каналами
    • kB.PDO — Модули расширения с силовыми каналами
    • MA8.3(к) — Модуль расширения аналоговых и дискретных входов и выходов
    • ME20 — Модули расширения дискретных входов
    • ME4 — Модули расширения
    • MR20.3 — Модули расширения дискретных выходов
    • МЕ16 — Модули расширения дискретных вводов и выводов



    Аксессуары

    • kB.cbl — Соединительные кабели
    • В01 — Устройства защитные
    • Крышки корпуса для контроллеров MC6, MC8 и MC12
    • КХС — Коробки холодных спаев
    • Соединительные кабели

    Регуляторы

    • БУН-02 М — Блок управления двумя насосами
    • БУН-03 М — Блок управления тремя насосами
    • ВЕНТ 401 — Регуляторы
    • КАСКАД 2 — Регуляторы
    • МИНИТЕРМ 300 — Регуляторы
    • МИНИТЕРМ 400 — Регуляторы
    • МИНИТЕРМ 450 — Регуляторы
    • МИНИТЕРМ У.2 — Регуляторы
    • МИНИТЕРМ У.4 — Регуляторы
    • ПРОТАР — Приборы регулирующие программируемые микропроцессорные
    • ПРОТЕРМ 100 — Регулятор
    • РС29М — Регуляторы
    • РУНТ — Устройства управляющие
    • Ф34 — Регулятор

    Усилители мощности

    • У10-15 — Усилитель
    • У13 — Усилители
    • У24 — Усилители трехпозиционные
    • У29.3М — Усилитель трехпозиционный
    • У300 — Усилитель трехпозиционный
    • У330М — Усилитель трехпозиционный


    Задающие устройства

    • БУ12 — Блок управления аналогового регулятора
    • БУ21 — Блoк управления рeлeйнoгo рeгулятoрa
    • ЗУ05 — Устройство задающее токовое
    • ЗУ11 — Устройство задающее потенциометрическое
    • ЗУ50 — Задающее устройство с цифровой индикацией



  • Для автоматизации различных технологических процессов, котельных, систем отопления, теплоснабжения, водоснабжения, вентиляционных установок, сушки, жилых и нежилых помещений, водоподготовки, водоочистки, насосных станций, мониторинга распределенных объектов

    • kB.AIO — Модули расширения с аналоговыми каналами
    • kB.cbl — Соединительные кабели
    • kB.D — Дисплейные модули
    • kB.DIO — Модули расширения с цифровыми каналами
    • kB.DIO-PDO — Модули расширения с цифровыми и силовыми каналами
    • kB.EG — Модули шлюза
    • kB.M — Базовые модули
    • kB.PDO — Модули расширения с силовыми каналами
    • kB.PWR — Модуль питания
    • kB.TB — Коннекторный блок
    • kB.WL — Коммуникационные модули
    • MA8.3(к) — Модуль расширения аналоговых и дискретных входов и выходов
    • MC12(к) — Контроллеры
    • MC6 — Контроллеры
    • MC8(к) — Контроллеры
    • MD8.3 — Пульт управления выносной
    • ME20 — Модули расширения дискретных входов
    • ME4 — Модули расширения
    • ML9 — Контроллеры
    • MM1 — Модуль мультиплексора
    • MPS5 — Модуль питания датчиков
    • MR20.3 — Модули расширения дискретных выходов
    • MR8 — Модули релейные
    • Крышки корпуса для контроллеров MC6, MC8 и MC12
    • МЕ16 — Модули расширения дискретных вводов и выводов
    • МИНИТЕРМ 300 — Регуляторы
    • МИНИТЕРМ 400 — Регуляторы
    • МИНИТЕРМ 450 — Регуляторы
    • МИНИТЕРМ У.2 — Регуляторы
    • МИНИТЕРМ У.4 — Регуляторы
    • Соединительные кабели
    • Субмодули для ПТК КОНТАР
    • Субмодули для ПТК КОНТАР версии (к)












  • K

    • kB.AIO — Модули расширения с аналоговыми каналами
    • kB.cbl — Соединительные кабели
    • kB.D — Дисплейные модули
    • kB.DIO — Модули расширения с цифровыми каналами
    • kB.DIO-PDO — Модули расширения с цифровыми и силовыми каналами
    • kB.EG — Модули шлюза
    • kB.M — Базовые модули
    • kB.PDO — Модули расширения с силовыми каналами
    • kB.PWR — Модуль питания
    • kB.TB — Коннекторный блок
    • kB.WL — Коммуникационные модули

    M

    • MA8.3(к) — Модуль расширения аналоговых и дискретных входов и выходов
    • MC12(к) — Контроллеры
    • MC6 — Контроллеры
    • MC8(к) — Контроллеры
    • MD8.3 — Пульт управления выносной
    • ME20 — Модули расширения дискретных входов
    • ME4 — Модули расширения
    • MI20 — Счетчик импульсов
    • ML9 — Контроллеры
    • MM1 — Модуль мультиплексора
    • MPS5 — Модуль питания датчиков
    • MR20.3 — Модули расширения дискретных выходов
    • MR8 — Модули релейные

    Б, В

    • БУ12 — Блок управления аналогового регулятора
    • БУ21 — Блoк управления рeлeйнoгo рeгулятoрa
    • БУН-02 М — Блок управления двумя насосами
    • БУН-03 М — Блок управления тремя насосами
    • В01 — Устройства защитные
    • ВЕНТ 401 — Регуляторы
    • ВП/ВТ — Устройства для подключения входных сигналов

    З, И, К

    • ЗУ05 — Устройство задающее токовое
    • ЗУ11 — Устройство задающее потенциометрическое
    • ЗУ50 — Задающее устройство с цифровой индикацией
    • ИПУ — Индикатор положения унифицированный
    • КАСКАД 2 — Регуляторы
    • Крышки корпуса для контроллеров MC6, MC8 и MC12
    • КХС — Коробки холодных спаев

    М

    • МАНС-12 — Вычислитель
    • МЕ16 — Модули расширения дискретных вводов и выводов
    • МИНИТЕРМ 300 — Регуляторы
    • МИНИТЕРМ 400 — Регуляторы
    • МИНИТЕРМ 450 — Регуляторы
    • МИНИТЕРМ У.2 — Регуляторы
    • МИНИТЕРМ У.4 — Регуляторы

    П

    • П-ДТ — Преобразователь сигнала дифференциально-трансформаторного датчика
    • П300 — Источники питания
    • ПРОТАР — Приборы регулирующие программируемые микропроцессорные
    • ПРОТЕРМ 100 — Регулятор

    Р, С, Т

    • РС29М — Регуляторы
    • РУНТ — Устройства управляющие
    • Соединительные кабели
    • Стенд ПТК Комега
    • Стенд ПТК КОНТАР
    • Субмодули для ПТК КОНТАР
    • Субмодули для ПТК КОНТАР версии (к)

    У, Ф

    • У10-15 — Усилитель
    • У13 — Усилители
    • У24 — Усилители трехпозиционные
    • У29.3М — Усилитель трехпозиционный
    • У300 — Усилитель трехпозиционный
    • У330М — Усилитель трехпозиционный
    • Ф34 — Регулятор
    • ФДЧ — Фотодатчик низкочастотный
    • ФСП1 — Фотосигнализатор пламени
    • ФЭСП-2.Р — Фотоэлектродный сигнализатор пламени

  • Для модулей ПТК Комега

    Для создания проектов

    • kStudio — Программная инструментальная среда, используемая для разработки проектов – алгоритмов и SCADA-системы для объектов, а также отладки оборудования

    Для диспетчеризации

    • kPlayer — Интерфейс диспетчера для работы с проектом, разработанным в программе kStudio
    • kServer — Набор специализированных сервисов для развертывания локального сервера диспетчеризации, на базе стандартных баз данных.
    • Система диспетчеризации SuperSCADA — Для разработки и практической реализации систем мониторинга (SCADA систем), работы с автоматикой производства МЗТА и автоматикой сторонних производителей по стандартным протоколам обмена данными
    • Программа «Мониторинг состояния объектов инфраструктуры и систем водоснабжения города на основе гидродинамических характеристик»
    • Программа «Цифровая платформа производственного предприятия для оптимизации производственных процессов с системой аналитики на базе цифровых технологий»

    Для наладки и конфигурации приборов

    • Компилятор Linaro — Компилирует проект, созданный в программе KStudio, в алгоритм, для последующей загрузки в контроллеры.

    Для контроллеров и модулей ПТК Контар

    Для создания проектов

    • КОНГРАФ — Инструментальная графическая среда разработки алгоритмов для всех приборов комплекса КОНТАР.

    Для наладки и конфигурации приборов

    • КОНСОЛЬ — Предназначена для проведения пуско-наладочных работ: загрузки алгоритмов, настройки параметров, ручного управления выходами и т.п
    • MC8Net Конфигуратор — Программа для настройки межсетевого обмена (обмен параметрами между сетями контроллеров КОНТАР).
    • МА8Service — сервисная программа для настройки модуля MA8.3М
    • МА8NNModbus — сервисная программа для настройки модуля MA8
    • MR20MBService — Cервисное прикладное программное обеспечение для конфигурирования модулей MR20 в сети Modbus RTU
    • ME16MBService — Cервисное прикладное программное обеспечение для конфигурирования модулей ME16 в сети Modbus RTU
    • ME20MBService — Cервисное прикладное программное обеспечение для конфигурирования модулей ME20 в сети Modbus RTU

    Для диспетчеризации

    • КОНТАР АРМ (Локальная SCADA — АРМ диспетчера) — Автоматизированное Рабочее Место, выполняет функции сбора и хранения данных для объектов, автоматизированных с использованием свободно-программируемых контроллеров КОНТАР, графического отображения получаемой информации на динамических экранах пользователя — мнемосхемах инженерных установок.
    • SCADA система — Cистема для Интернет мониторинга и диспетчерского управления через веб-браузер
    • OPC клиент для ПТК КОНТАР — КОНТАР OPC клиент представляет собой Windows-службу для взаимодействия с OPC серверами различных разработчиков программного обеспечения (по стандарту OPC Data Access 2.0) с одной стороны и обмена информацией с системой диспетчеризации КОНТАР АРМ — с другой.
    • OPC-сервер для ПТК КОНТАР — Программа предназначена для организации управления и мониторинга объектов, автоматизированных с использованием приборов КОНТАР через другие SCADA-системы.
    • ReportBuilder — Программа для создания пользовательских отчетов (для использования совместно с сервером КОНТАР АРМ)
    • Kontar2Opc Сервер (для Windows) — Программа для предоставления доступа к контроллерам «Контар» по стандарту OPC UA
    • Kontar2Opc Сервер (для Debian/Ubuntu amd64) — Программа для предоставления доступа к контроллерам «Контар» по стандарту OPC UA
    • Kontar2Opc Сервер (для Debian/Ubuntu i386) — Программа для предоставления доступа к контроллерам «Контар» по стандарту OPC UA

    Драйверы

    • WebLinker USB (Windows 2000/XP/Server 2003/Vista) — для субмодуля WebLinker USB, для ОС Windows 2000, XP, Server 2003, Vista)
    • WebLinker USB (Windows 7/8/8.1/10) — для субмодуля WebLinker USB, для ОС Windows 7/8/8.1/10)
    • КОНТАР для TraceMode — Поддержка приборов КОНТАР для SCADA-системы TraceMode
    • Kontar TCP/IP для iRidium — Драйвер для интеграции протокола Kontar TCP/IP в программную среду iRidium

    Для регуляторов Минитерм


    Для прочих устройств

    Для наладки и конфигурации приборов

    • Модем Конфигуратор — Программа предназначена для настройки GSM-модема, используемого для отправки SMS сообщений (информация о возникших тревожных ситуациях, значения параметров).


    Для приборов учета энергоресурсов

    Для наладки и конфигурации приборов

    • МАНС12Service — Cервисное прикладное программное обеспечение для вычислителя МАНС‑12, предназначено для конфигурирования параметров, считывания показаний и настроечных коэффициентов при проведении его поверки.
    • MI20Service — Cервисное прикладное программное обеспечение для конфигурирования счетчика импульсов MI20.

    Для пультов управления

    Для создания проектов

    • ADP — Программа для создания проектов к пультам фирмы Hitech, компиляции проектов и загрузки в пульт.
    • H-Designer — Программа для создания проектов к пультам фирмы Beijer, компиляции проектов и загрузки в пульт.
    • EasyBuilder 8000 — Программа для автоматизации создания проектов для пультов серии MT6000/8000 производства Weintek
    • HMIAutoConfig — Программа для автоматизации создания проектов для пультов Beijer HT40
    • EasyBuilder Pro — Программа для автоматизации создания проектов для пультов серии iE, XE, eMT3000, сMT и IP производства Weintek

    Драйверы

    • КОНТАР для ADP — Поддержка приборов КОНТАР для программы ADP
    • КОНТАР для H-Designer — Поддержка приборов КОНТАР для программы H-Designer
    • КОНТАР для EasyBuilder 8000 — Поддержка приборов КОНТАР для программы EasyBuilder 8000
    • КОНТАР для EasyBuilder Pro — Поддержка приборов КОНТАР для программы EasyBuilder Pro


  • Главная
  • Форум
  • Программно-технический комплекс КОНТАР
  • Оглавление
  • Последнее
  • Поиск по форуму

8 года 3 мес. назад#22883от Andre

После некорректного удаления AMS_2 и SQL Server в системе остались файлы, которые в последствии не дают установиться повторно при нажатии MSSQLServer. Как исправить эту проблему? Где хранятся эти файлы? Очистка реестра результата не дает. Можно ли установить AMS другим способом?

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

8 года 3 мес. назад#22884от MZTA SPb

Поясните пожалуйста некорректное удаление?
В панели управление в разделе Установка и удаление программ ни АAMS ни SQL приложений не осталось?

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

8 года 3 мес. назад#22886от Andre

Удалили программу как раз из панели управления. За тем попытались установить вновь, но не удалось. После нашли файлы и решили почистить в реестре. Теперь при попытке установить MSSQLServer ничего не происходит, а при нажатии далее возникает ошибка 27502. «Не удается подключиться к Microsoft SQL Server», » SQL Server не существует, или доступ запрещен.»

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

8 года 3 мес. назад#22887от supportmzta

Полагаю, процесс установки SQL из дистрибутива АРМ сейчас проходит не совсем корректно. К сожалению, информация о возникающих ошибках при этом не выводится. Давайте тогда попробуем поставить SQL отдельно. Я рекомендую вам для этого скачать с сайта Микрософт бесплатную базу SQL Express и пошагово ее установить. В таком случае, при возникновении ошибки можно понять – на каком этапе она возникает. Пришлите скриншот ошибки нам. Если все прошло нормально — потом уже ставите наш Контар АРМ 2.
Ссылка для скачивания: www.microsoft.com/ru-ru/download/details.aspx?id=3743
Там три дистрибутива. Можете взять любой из первых двух — SQLEXPR_x64_RUS.exe (для 64 битных ОС) или SQLEXPR_x86_RUS.exe (для 32 битных и 64 битных ОС). Не ставьте только последний — SQLEXPR32_x86_RUS.exe.
В процессе установки все делаете по умолчанию, за исключением двух моментов:
— Где-то посередине процесса установки нужно будет добавить локального администратора SQL. Можно им сделать текущего пользователя Windows – для этого выбора есть соответствующая кнопка.
— И еще, надо задать логин и пароль для доступа к нашей базе данных. Задаете: логин=sa; пароль=Kontar-2008;

Если в процессе установки SQL у вас будут возникать проблемы – пишите (нужно при этом прикладывать скриншоты ошибок).

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

8 года 3 мес. назад#22889от Andre

Успешно установили SQLEXPR_x86_RUS.exe согласно рекомендациям. После установили AMS_2. Ошибок не возникло. Спасибо!

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

6 года 8 мес. назад#23529от voronovmaksim88

День добрый столкнулся с аналогичной проблемой.
Установил SQLEXPR_x64_RUS.exe, проверил что работает служба SQL Server
Всё равно вылетает ошибка 27502.
В какую сторону посоветуете копать ?

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

Target Audience: IT Manager
Article #: 12346

Summary

This article explains the BACTRACK error message “Error 27502. Could not connect to Microsoft SQL Server…” We also detail how to fix the underlying problem that caused it to occur.

BACKTRACK Error 27502 message.

Explanation

Essentially, Error 27502 is a “server not found” issue.

The most frequent cause is the user mistyping the server, domain or computer name. Since BACKTRACK requires that the name is entered using a specific format, it is easy to enter the correct name, but use the wrong format.

Generally, the format required by BACKTRACK uses the same format used by Microsoft SQL Management Studio:
[DB Server or Domain Name][SQL Instance Name]

Quick Fixes

If the instance of SQL is set per recommendations, it should be visible by pressing the down arrow or Browse button. However, if it is not visible, possibly due to security restrictions, the user can type it in using the correct format shown above.

There are four different methods to identify the SQL instance.

Four methods of identifying an SQL instance in BACKTRACK

Issue found in BACKTRACK v2015.

If you need further assistance, please contact us.

Dave Klement

Principal at Efficient Business Systems

Background:As part of our SixBit installation, we download and install a copy of SQL Server 2014 Express. SQL Server 2014 Express is a program from Microsoft. Our installation is really no different than the manual process of downloading SQL Server 2014 Express yourself and installing, we just do it for you automatically.

Symptom:

Sometimes SQL Server will not install on a computer for various reasons (i.e. it requires a reboot, a required component is missing, etc.). When that happens, the SixBit install can’t perform a proper installation and therefore won’t work properly. A 27502 error is usually the result.

Possible Causes:

There are a few things you should check right away before continuing.

  • make sure your hard drive is not compressed. SQL Server will not install on a compressed drive
  • make sure your computer name is NOT the same as your login name. SQL Server installs will fail if they are the same. If they are the same, change your computer name under your System settings on the Control Panel.
  • SQL Server can be very picky about requiring installation on a newly rebooted computer. If you have problems installing, you should reboot and try the installation again immediately after rebooting.
  • during the SixBit installation, when you are asked to specify the SQL Server location, click the database dropdown and choose «(local)SIXBITDBSERVER». Then choose «SQL Server Authentication» and enter a userid of «sa» and a password of «S1xb1tR0x».

Solution:

If the Possible Solutions did not identify the problem, then proceed to the following steps.

1. Follow the steps in How to Tell if the SixBit Agent and Services are Running to make sure the SixBit Agent and SQL Server (SIXBITDBSERVER) services are running.  If you restarted the services, try the SixBit installation again.  If you still receive the error or if you didn’t find the services listed continue to the next step.

2. At this point, perhaps the simplest fix is to manually install SQL Server 2014 following the steps at Installing SQL Server 2014 for SixBit.  After manually installing SQL Server, try the SixBit installation again.  If you still receive the error continue to the next step.

If the SQL Server installation failed, continue to Step 5.

3. Check your SQL Server Configuration Settings. If you still receive the error continue to the next step.

4. Check your remote connection settings in SQL Server Management Studio. If you still receive the error continue to the next step.

5. SQL Server cannot be installed on a compressed drive. To check to see if your drive is compressed, go to My Computer and right-click the drive you are trying to install SixBit onto. Select Properties. Near the bottom, make sure the «Compress this drive to save disk space» is unchecked. If it is checked, then you will have to uncheck it. This may involve having to remove enough data on your drive to allow the remaining data to be uncompressed.

If this did not solve the problem, proceed to the following steps to identify the reason SQL Server will not install:

1. SQL Server will log its attempted installation in a folder called C:Program FilesMicrosoft SQL Server150Setup BootstrapLog. There are several files in this folder that can help us understand why SQL Server won’t load. Go to this folder now.

2. Open the file Summary.txt in the Log folder. This is a summary log of your latest SQL Server Installation attempt. It may include clues as to why SQL Server wouldn’t install. Se the List of Summary.txt messages below for more information.

3. In the folder C:Program FilesMicrosoft SQL Server150Setup BootstrapLog you will find one or more folders. Each will be named with a date of an attempted installation. Open the folder for the latest installation attempt and look at the file named SystemConfigurationCheck_Report.htm. That file will provide the results of the system check to see if your system is acceptable for SQL Server 2014.

4. If you haven’t found the problem yet, look at the files that start with: Detail or Summary. Check it against the list of errors at the bottom of this article to see if it identifies the cause.

5. If you still haven’t been able to figure out the issue, please submit a support ticket with a copy of the LogSet_YourPCName_2010MMDD_HHMMSS. This is a zip file containing all the logs.

List of Summary.txt messages and their cause:

The following errors may appear in the Summary.txt file.

Attributes do not match. Present attributes (Directory, Compressed), included attributes (0), excluded attributes (Archive, Compressed, Encrypted).This error is caused by trying to install SixBit on a drive that is compressed. SQL Server requires an uncompressed drive.

» is not a valid login or you do not have permission. — This error is caused when your computer name and user account name are the same. Change the computer name.

Error 27506 — the server could not load DCOM (7404) — This error occurs when the installation program is not allowed to create the initial database. It is caused when a firewall on your computer is preventing this action. Known security programs that cause this are CA Security Suite (California Associates) and nVidia Hardware firewalls. Try deactivating the security software, then perform the installation and reactivate when completed.

An error occurred during the installation of assembly Microsoft.VC80.CRT,version=»8.0.50727.4053″,type=»win32″,publicKeyToken=’1fc8b3b9a1e18e3b»,processorarchitecture=»x86″. Please refer to Help and Support for more information. HRESULT:0x800736FDThis error can be solved by running the VC++ Upgrade at http://www.microsoft.com/downloads/details.aspx?familyid=766a6af7-ec73-40ff-b072-9112bab119c2&displaylang=en#filelist

Learn how to resolve the message «Error 27502. Could not connect to SQL Server» in SendSuite Tracking.

Products affected: SendSuite® Tracking

Issue

When installing or upgrading to SendSuite Tracking version 14.2 or higher, the message «Error 27502. Could not connect to SQL Server [server name]. A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configure…» appears.

Cause

The SendSuite Tracking 14.2 release contained a change of the data connection provider from SQLOLEDB to SQL Native Client 11 (SQLNCLI11). If the server does not have the SQLNCLI11 driver installed, the error will appear when the installer attempts to connect to the SQL Server instance.

Resolution

  1. On the application server, download and install the SQL Native Client bundle from Microsoft.
  2. Restart the server, if required.
  3. Attempt the installation again.

Test Criteria

  1. Open the ODBC administrator:
    1. In the Windows Search field, type ODBC.
    2. Click on ODBC Data Sources. Choose 32-bit or 64-bit based on your operating system’s architecture.
  2. In the ODBC Data Source Administrator window, click on the Drivers tab.
  3. Confirm that the SQL Server Native Client 11.0 is installed and that all of the values are as follows:
    • Name: SQL Server Native Client 11.0
    • Version: 2011.110.x.x. or greater
    • Company: Microsoft Corporation
    • File: SQLNCLI11.DLL
    • Date: 1/6/2018 or newer

    ODBC window_500x355

UPDATED: August 14, 2021

Понравилась статья? Поделить с друзьями:

Читайте также:

  • Error 2741 garena что делать
  • Error 2738 could not access vbscript runtime for custom action что делать
  • Error 2732 directory manager not initialized
  • Error 273 roblox что это
  • Error 271 roblox

  • 0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии