cancel
Showing results for 
Search instead for 
Did you mean: 

Hit with C++ runtme issues durin installation

Former Member
0 Kudos

Dear all,

We are installing sap system of AIX 6.1 with oracle 10.2 with ECC 6.0 SR2

With reference to standard installation guide & sap note 972262 we have installed

Check the C++ runtime level with the following commands

AIX 6.x :

#lslpp #L xlC.aix61.rte

The output must be at least 9.0.0.1.

#lslpp #L xlC.rte

The output must be at least 9.0.0.1.

root@server:/ $ lslpp -L xlC.aix61.rte

Fileset Level State Type Description (Uninstaller)

-


xlC.aix61.rte 11.1.0.1 C F XL C/C++ Runtime for AIX 6.1

root@server:/ $ lslpp -L xlC.rte

Fileset Level State Type Description (Uninstaller)

-


xlC.rte 11.1.0.1 C F XL C/C++ Runtime

above displayed C++ runtime is successfull....

However when is start the installation my sapinst tool is still looking for

*AIX 5.x :*

*#lslpp #L xlC.aix50.rte*

*The output must be at least 7.0.0.4.*

*#lslpp #L xlC.rte*

**The output must be at least 7.0.0.0.

**Is the possible to have both if NO how should i get the issue resolved...

thanks,

rahul

Edited by: Rahul on Nov 29, 2010 6:24 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Im not sure this will be much help to you but I can show you my versions for SAP ECC6 on AIX 6.1 TL5 - yours are even higher so perhaps you're TL6

  1. lslpp -L xlC.rte xlC.aix61.rte

Fileset Level State Type Description (Uninstaller)

-


xlC.aix61.rte 10.1.0.3 C F XL C/C++ Runtime for AIX 6.1

xlC.rte 10.1.0.3 C F XL C/C++ Runtime

State codes:

A -- Applied.

B -- Broken.

C -- Committed.

E -- EFIX Locked.

O -- Obsolete. (partially migrated to newer version)

? -- Inconsistent State...Run lppchk -v.

Type codes:

F -- Installp Fileset

P -- Product

C -- Component

T -- Feature

R -- RPM Package

E -- Interim Fix

  1. oslevel -s

6100-05-01-1016

Former Member
0 Kudos

Hello chris,

thank you for the update provided . However issue got resolved during instllation when inst tool goes through pre requisite check phase It returns a dialog box "C++ runtime should be at following level & Highest version 0.0.0.0."

It has got 2 options cancel & Ok..

However if we are sure about abuout current C++ runtme used for 700 or 710 kernel we can go a head with installation pressing the CANCEL button

referred SAP notes 972262

thanks,

rahul