- Community Home
- >
- Networking
- >
- IMC
- >
- iMC E0705P10 with NTA E0509 - TLS MS-SQL Connectio...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2021 02:52 AM
04-15-2021 02:52 AM
Hi
Some time ago we disabled SSLv3 and TLS1.0 on both our iMC and MS SQL Servers. iMC E0705 continued functioning normally, but we've since discovered that NTA no longer imports data correctly.
The following is logged repeatedly in the "processor" log files on the iMC server (C:\Program Files\iMC\unba\log):
2021-04-15 11:48:01 [WARNING (0)] Ado error code=0, error message=[DBNETLIB][ConnectionOpen (SECDoClientHandshake()).]SSL Security error..
2021-04-15 11:48:01 [ERROR (0)] Connect database fail, ip=BMZASRVSQL002\IMCDB, inst=unba_slave, user=unba_slave.
2021-04-15 11:48:01 [ERROR (0)] Connection is not openning.
I believe that this issue is caused by disabling TLS 1.0. iMC formally supports TLS 1.1/1.2, how do I find out if the NTA module is compatible and - if so - how to go about enabling it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2021 01:19 AM
04-16-2021 01:19 AM
SolutionHello Janie,
This is a known issue and should be solved in the new NTA version .
However there is a workaround:
- NTA no longer shows any data when running Windows Server 2016 and following the steps to enable TLS 1.1/1.2
Modify the configuration file of NTA to support TLS 1.2.
- Stop processor.exe and receiver.exe processes in the DMA.
- Open and modify the sysprocessor.xml file in the iMC directory, the file path: iMC\unba\conf\ sysprocessor.xml
- <!-- SQL Server数据库是否使用TLS -->
<DBAdoUseTls>false</DBAdoUseTls>
False -> true
Start processor.exe and receiver.exe processes in the DMA, and then check TLS function.
I have asked PDT to provide a way to activate/deactivate that TLS 1.2 feature in GUI rather than messing up with the sysprocessor.xml
Kind regards,
I work for HPE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2021 03:03 AM
04-16-2021 03:03 AM
Re: iMC E0705P10 with NTA E0509 - TLS MS-SQL Connection: NTA fails with "SSL Security Error&
Implemented the workaround, works a charm! Thanks VERY much.
I still can't see any data in the GUI, but it looks like that's just because there's a very large backlog that needs to be processed.
In reviewing the contents of C:\Program Files\iMC\Data\recieverData and processorData (as well as looking at network traffic to the database server), I can see that the number of files stored there is gradually decreasing. The TLS change was made a few months ago on our side, so there's quite a large backlog!