cancel
Showing results for 
Search instead for 
Did you mean: 

startsap fails with No instance profiles found

jakob_steen-petersen
Active Participant
26,707

Hi During installation SAP fails to start. I have tried to start directly with sidadm, but get error:

No instance profiles found.

But all profiles is in DIR_PROFILE

I have an Support running, but it has taken a while, so i take the chance to see if any quick people is out there 🙂

View Entire Topic
takaobaltazar
Explorer

Hi,

I have encountered this issue with my SAP NetWeaver 7.51 Developer Edition. This is cause by incorrect ip address configured in your /etc/hosts. On my end, it was changed automatically. What I did to resolve the issue is by :

  1. Enter 'ifconfig' in terminal, then get the ip address.
  2. Enter 'sudo nano /etc/hosts/' , then replace your current ip address with the new one.

You should now be able to run this script again :

  1. su npladm
  2. startsap ALL.

.

Regards,

Taka-o

Spot on! This solved my issue.

Marian1
Participant
0 Kudos

Thank you.

That solved my issue.