Page 1 of 1

Service timeout

Posted: Wed Feb 17, 2016 7:28 am
by ohlssrog
Hi.

We did an XI upgrade this monday from 2012R1.7 to 5.2.3 in 6 step upgrade. The problem we have after the upgrade is with the webinject checker.

I i run the command in ssh line

check_xi_service_webinject_sh!SLSV65_Test_BOI.xml

Output
could not find ParserDetails.ini in /usr/lib64/perl5/XML/SAX
Use of uninitialized value $scheme in pattern match (m//) at /usr/lib64/perl5/HTTP/Cookies.pm line 45.
WebInject CRITICAL - Unable to open BOI webpage |time=115.794;45;;0

I cannot find the file ParserDetails.ini in the path ../SAX/

I attach the xml, if you want i can pm the "data.xml" file to you?

Re: Service timeout

Posted: Wed Feb 17, 2016 11:56 am
by rkennedy
It looks like you may be missing a package. Can you run this command and let us know the result?

Code: Select all

yum install perl-XML-SAX -y

Re: Service timeout

Posted: Wed Feb 17, 2016 12:34 pm
by ohlssrog
I get

Package perl-XML-SAX-0.96-7.el6.noarch already installed and latest version
Nothing to do

Re: Service timeout

Posted: Wed Feb 17, 2016 2:51 pm
by rkennedy
What is the output of a whereis perl?

Re: Service timeout

Posted: Wed Feb 17, 2016 3:48 pm
by ohlssrog
perl: /usr/bin/perl /usr/share/man/man1/perl.1.gz

Re: Service timeout

Posted: Thu Feb 18, 2016 2:01 pm
by rkennedy
Can you also post the file SLSV65_Test_BOI_testdata.xml for us to look at?