0

While installing Oracle Service Bus 11g, it is getting failed at the prerequisite check step.

It states:

Failed-Checking Operating System certification
Failed-Checking Service pack.
EzLo
  • 13,780
  • 10
  • 33
  • 38
Akanksha
  • 11
  • 2

2 Answers2

1

Find your current OS version, eg : 10.0.02.0

Pick first 3 digits, i.e. 10.0, add line under tag on refhost.xml file

  `<OPERATING_SYSTEM>

`

Akanksha
  • 11
  • 2
0

I had this problem on windows server 2016 with no service pack. I added this code on this file C:\Users\XXXXX\AppData\Local\Temp\OraInstall2017-XX-DD_HH-MM-12AM\prereq\win64\refhost.xml in 'OPERATING_SYSTEM' tag for 'VERSION VALUE' value. And I think this is important to have all versions 5.0, 5.1, 5.2, 6.0, 6.1, 6.3, 10.0, 10.1

Saeid Amini
  • 1,313
  • 5
  • 16
  • 26
Razi Y
  • 9
  • 2