Open hristoz opened 7 years ago
Interesting, seems like you either have a really big setup or something is wrong with the database querying there.
You could use Devel::Trace to see what Perl is doing: http://search.cpan.org/~mjd/Devel-Trace-0.12/Trace.pm
I don't have a SCOM setup available for testing, so I can't really help directly.
I ran into the same on Centos7. Due to the DB Connector is buggy. I am currently porting the script to ruby.
Changing the version in freetds.conf to tds version = 8.0
did the trick for me.
Ubuntu 18.04 Perl v5.26.1
Hi, I am facing issues with the connector on CentOS 7. When I run the scom_connector app, it is trying to connect to the SCOM DB and then throws exception Out of memory.
Output of the log messages:
Can you help me with debugging this?
Thank you.