cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro Mini SAP Error

Former Member
0 Kudos

Hi,

I am using minisap to connect to Web Dynpro applicaiton that i have created. my local host name was 'sony', instead of local host. while executing the webdynpro, i was getting 403 forbidden error Code: ICF-NF-http-c:000-u:SAPSYS-I:E-i:sony_NSP_00-v:0-s:403-r:Forbidden.

when i checked the runtime error trace ST22 and followed the class then i got to know that since my host system name is 'Sony' and not 'localhost', i am getting this error.

later i canged my host system name to 'localhost' from 'sony'. after doing this i am not able to connect SAP MMC because required file are present in the
localhost\.....\ path and MMC is search
sony\....\ path.

what to do and how to resolve the problem.

thanks,

tanmaya

Accepted Solutions (0)

Answers (1)

Answers (1)

p330068
Active Contributor
0 Kudos

Hi Tanmaya,

You need to change host name back to Sony as localhost host name is by default.

Find you IP address of the desktop using Start >> RUN >> CMD >> IPCONFIG.

then update your server IP address and host name in host file entry at (Start > RUN > drivers > etc > host file)

ex.

127.0.0.1 localhost

1111.1111.1111.1111 Sony

Also services file ex. sapmsNSP 36<systemnumber>/tcp

Hope it will helps

Regards

Arun