Проблемы с установкой 1С предприятие 77 : сетевая
14.05.2007
09:39
#1
Поблема следующая:
Установил административно 1С на сервак
Поставил ключ
Включил "Установка драйвера защиты"
включил "Сервер защиты"
так, на серваке все ок, 1С: включается
Проблема:
На другой тачке в этой локальной сети
Ставлю 1С, он мне говорит что "Ключ защиты не найден"
Что не так делаю.
Спасибо
Установил административно 1С на сервак
Поставил ключ
Включил "Установка драйвера защиты"
включил "Сервер защиты"
так, на серваке все ок, 1С: включается
Проблема:
На другой тачке в этой локальной сети
Ставлю 1С, он мне говорит что "Ключ защиты не найден"
Что не так делаю.
Спасибо
14.05.2007
11:06
#2
На локальной машине в папке 1С\BIN есть файл NETHASP.INI в нем пропиши IP адрес сервера
14.05.2007
13:48
#3
допустим у меня имя сервера: SERVER
ip = 192.168.2.1
напиши кусочек из того файлу как правильно вставить туда эти данные
ip = 192.168.2.1
напиши кусочек из того файлу как правильно вставить туда эти данные
14.05.2007
14:13
#4
"В самом начале:
; You can set only ONE of the following three Keywords to "Enabled"!
;
;;NH_IPX = Enabled or Disabled ; Use the IPX protocol
;;NH_NETBIOS = Enabled or Disabled ; Use the NETBIOS protocol
;;NH_TCPIP = Enabled or Disabled ; Use the TCP/IP protocol
Последнюю строку меняем на:
NH_TCPIP = Enabled ; Use the TCP/IP protocol
Потом:
[NH_TCPIP]
;
; NetHASP does not support TCP/IP under DOS.
;
;
; Section-specific Keywords for the TCP/IP protocol.
;
;;NH_SERVER_ADDR =, ; IP addresses of all the NetHASP
Последнюю строку меняем на:
NH_SERVER_ADDR = 192.168.2.1 ; IP addresses of all the NetHASP
Должно помочь. "
; You can set only ONE of the following three Keywords to "Enabled"!
;
;;NH_IPX = Enabled or Disabled ; Use the IPX protocol
;;NH_NETBIOS = Enabled or Disabled ; Use the NETBIOS protocol
;;NH_TCPIP = Enabled or Disabled ; Use the TCP/IP protocol
Последнюю строку меняем на:
NH_TCPIP = Enabled ; Use the TCP/IP protocol
Потом:
[NH_TCPIP]
;
; NetHASP does not support TCP/IP under DOS.
;
;
; Section-specific Keywords for the TCP/IP protocol.
;
;;NH_SERVER_ADDR =
Последнюю строку меняем на:
NH_SERVER_ADDR = 192.168.2.1 ; IP addresses of all the NetHASP
Должно помочь. "
14.05.2007
17:08
#6
"Весь твой файл должен выглядеть следующим образом:
;
; NetHASP Configuration file syntax.
;
;
; Note:
;
; All text lines were commented.
; Remove comments in the lines you want to use.
;
[NH_COMMON]
;
; Section-specific Keywords
;
;
; You can set only ONE of the following three Keywords to "Enabled"!
;
;;NH_IPX = Enabled or Disabled ; Use the IPX protocol
;;NH_NETBIOS = Enabled or Disabled ; Use the NETBIOS protocol
NH_TCPIP = Enabled ; Use the TCP/IP protocol
;;NH_MACHINE = IBM or NEC ; The computer on which the protected
; application is activated.
; Default: IBM
;
; General Keywords
;
;;NH_SESSION = ; See Adapting the Timeout Length
;;NH_SEND_RCV = ; in the HASP Programmer's Guide.
[NH_IPX]
;
; Section-specific Keywords for the IPX protocol.
;
;;NH_USE_BINDERY = Enabled or Disabled ; Use IPX with bindery.
; Default: Disabled
; Ignored under Win32 API.
; This switch replaces older switch
; named NH_USE_SAP.
;;NH_USE_BROADCAST = Enabled or Disabled; Use IPX Broadcast mechanism.
; Default: Enabled
;;NH_BC_SOCKET_NUM = ; Broadcast socket number (HEX).
; Default: 7483H
;;NH_USE_INT = 2F_NEW or 7A_OLD ; 2F_NEW means that IPX protocol will
; use interrupt 2Fh ONLY.
; 7A_OLD means that IPX protocol will
; use interrupt 7Ah ONLY.
; Default: 2F_NEW.
;;NH_SERVER_NAME =, ,.. ; Communicate with the NetHASP
; Server with the specified name.
; Maximum: 6 names, up to 7
; case-insensitive characters each.
;;NH_SEARCH_METHOD = Localnet or Internet ; See Local Networks and
; Internetworks in the HASP
; Programmer's Guide.
;;NH_DATFILE_PATH = ; Specify the location of the NetHASP
; License Manager's address file.
;
; General Keywords
;
;;NH_SESSION = ; See Adapting the Timeout Length
;;NH_SEND_RCV = ; in the HASP Programmer's Guide.
[NH_NETBIOS]
;
; Section-specific Keywords for the NetBIOS protocol.
;
;;NH_NBNAME = ; Assign a name to the NetHASP
; License Manager.
; 1 name possible, up to 8
; case-insensitive characters.
;;NH_USELANANUM = ; Assign a lana number to be used
; as a communication channel.
;
; General Keywords
;
;;NH_SESSION = ; See Adapting the Timeout Length
;;NH_SEND_RCV = ; in the HASP Programmer's Guide.
[NH_TCPIP]
;
; NetHASP does not support TCP/IP under DOS.
;
;
; Section-specific Keywords for the TCP/IP protocol.
;
;;NH_SERVER_ADDR = 192.168.2.1 ; IP addresses of all the NetHASP
; License Managers you want to search.
; Unlimited addresses and multiple
; lines are possible.
;
; Possible address format examples:
; IP address: 192.114.176.65
; Local Hostname: ftp.aladdin.co.il
;;NH_PORT_NUMBER = ; Set the TCP/IP port number. This is
; optional. The default number is 475.
;;NH_TCPIP_METHOD = TCP or UDP ; Send a TCP packet or UDP packet
; Default: UDP
;;NH_USE_BROADCAST = Enabled or Disabled; Use TCPI/IP Broadcast mechanism.
; Default: Enabled
;;NH_SERVER_NAME =, , ; Communicate with the NetHASP
; Server with the specified name.
; Maximum: 6 names, up to 7
; case-insensitive characters each.
;
; General Keywords.
;
;;NH_SESSION = ; See Adapting the Timeout Length
;;NH_SEND_RCV = ; in the HASP Programmer's Guide.
"
;
; NetHASP Configuration file syntax.
;
;
; Note:
;
; All text lines were commented.
; Remove comments in the lines you want to use.
;
[NH_COMMON]
;
; Section-specific Keywords
;
;
; You can set only ONE of the following three Keywords to "Enabled"!
;
;;NH_IPX = Enabled or Disabled ; Use the IPX protocol
;;NH_NETBIOS = Enabled or Disabled ; Use the NETBIOS protocol
NH_TCPIP = Enabled ; Use the TCP/IP protocol
;;NH_MACHINE = IBM or NEC ; The computer on which the protected
; application is activated.
; Default: IBM
;
; General Keywords
;
;;NH_SESSION =
;;NH_SEND_RCV =
[NH_IPX]
;
; Section-specific Keywords for the IPX protocol.
;
;;NH_USE_BINDERY = Enabled or Disabled ; Use IPX with bindery.
; Default: Disabled
; Ignored under Win32 API.
; This switch replaces older switch
; named NH_USE_SAP.
;;NH_USE_BROADCAST = Enabled or Disabled; Use IPX Broadcast mechanism.
; Default: Enabled
;;NH_BC_SOCKET_NUM =
; Default: 7483H
;;NH_USE_INT = 2F_NEW or 7A_OLD ; 2F_NEW means that IPX protocol will
; use interrupt 2Fh ONLY.
; 7A_OLD means that IPX protocol will
; use interrupt 7Ah ONLY.
; Default: 2F_NEW.
;;NH_SERVER_NAME =
; Server with the specified name.
; Maximum: 6 names, up to 7
; case-insensitive characters each.
;;NH_SEARCH_METHOD = Localnet or Internet ; See Local Networks and
; Internetworks in the HASP
; Programmer's Guide.
;;NH_DATFILE_PATH =
; License Manager's address file.
;
; General Keywords
;
;;NH_SESSION =
;;NH_SEND_RCV =
[NH_NETBIOS]
;
; Section-specific Keywords for the NetBIOS protocol.
;
;;NH_NBNAME =
; License Manager.
; 1 name possible, up to 8
; case-insensitive characters.
;;NH_USELANANUM =
; as a communication channel.
;
; General Keywords
;
;;NH_SESSION =
;;NH_SEND_RCV =
[NH_TCPIP]
;
; NetHASP does not support TCP/IP under DOS.
;
;
; Section-specific Keywords for the TCP/IP protocol.
;
;;NH_SERVER_ADDR = 192.168.2.1 ; IP addresses of all the NetHASP
; License Managers you want to search.
; Unlimited addresses and multiple
; lines are possible.
;
; Possible address format examples:
; IP address: 192.114.176.65
; Local Hostname: ftp.aladdin.co.il
;;NH_PORT_NUMBER =
; optional. The default number is 475.
;;NH_TCPIP_METHOD = TCP or UDP ; Send a TCP packet or UDP packet
; Default: UDP
;;NH_USE_BROADCAST = Enabled or Disabled; Use TCPI/IP Broadcast mechanism.
; Default: Enabled
;;NH_SERVER_NAME =
; Server with the specified name.
; Maximum: 6 names, up to 7
; case-insensitive characters each.
;
; General Keywords.
;
;;NH_SESSION =
;;NH_SEND_RCV =
"
14.05.2007
17:45
#8
"Я накосячил. Извиняюсь. Строка:
;;NH_SERVER_ADDR = 192.168.2.1 ; IP addresses of all the NetHASP
Должна выглядеть:
NH_SERVER_ADDR = 192.168.2.1 ; IP addresses of all the NetHASP
Т.е. без ";;""
;;NH_SERVER_ADDR = 192.168.2.1 ; IP addresses of all the NetHASP
Должна выглядеть:
NH_SERVER_ADDR = 192.168.2.1 ; IP addresses of all the NetHASP
Т.е. без ";;""
14.05.2007
18:10
#9
нет,ключ защты пытаюсь на локальной тачке приделать, говрит ошибку, могу выслать принскрин.
14.05.2007
20:31
#10
"Да уж... "советничек"...
Если уж берешься "советовать", так хоть сам то разберись в проблеме сначала.
Я так понимаю, даешь "совет", нечитавшись форумов, а реально ручками не правил. ;))
Нет смысла указывать конкретный адрес, если запрос широковещательный.
Т.е. надо сначала его выключить.
NH_USE_BROADCAST = Disabled
Это раз.
И два. В ветке ни слова не прозвучало ни о версии драйвера и менеджера, ни об ОС. Это самый менеджер, что в комплекте, на последних системах не работает по опредедению. Судя по...
> Включил "Установка драйвера защиты"
> включил "Сервер защиты"
Он явно старый.
Новый надо качать.
"
Если уж берешься "советовать", так хоть сам то разберись в проблеме сначала.
Я так понимаю, даешь "совет", нечитавшись форумов, а реально ручками не правил. ;))
Нет смысла указывать конкретный адрес, если запрос широковещательный.
Т.е. надо сначала его выключить.
NH_USE_BROADCAST = Disabled
Это раз.
И два. В ветке ни слова не прозвучало ни о версии драйвера и менеджера, ни об ОС. Это самый менеджер, что в комплекте, на последних системах не работает по опредедению. Судя по...
> Включил "Установка драйвера защиты"
> включил "Сервер защиты"
Он явно старый.
Новый надо качать.
"
Читают тему
(гостей: 1)