Akanksha
Akanksha

Reputation: 11

OSB 11g installation failing at checking Operating system certification and checking service pack

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.

Upvotes: 0

Views: 1956

Answers (2)

Razi Y
Razi Y

Reputation: 9

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

Upvotes: 0

Akanksha
Akanksha

Reputation: 11

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>

`

Upvotes: 1

Related Questions