cancel
Showing results for 
Search instead for 
Did you mean: 

Portal Login page

Former Member
0 Kudos

Hi,

We having Implemented Nw200s.Portal services are running at os level we checked that.However, Portal Login page is not coming in IE at all.What is needs to be checked ?

It is a production system.

Reply on my MAil ID : king.sharma@ril.com

Regards,

King V.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

shutdown the SAP

use below command  to to clean memory channels

cleanipc instance_nr remove

Former Member
0 Kudos

Hi,

Try using the fully qualified domain

<hostname>.<domain>:<port>/irj/portal

ex:http://xyz123.wdf.sap.corp:50000/irj/portal

where xyz123 is the hostname

Thanks

Srinivas

Former Member
0 Kudos

Hi,

i am using the url:

http://<hostname>.<domain>.com/irj which was working fine till today.Is there any setting need to be checked for the change.Webdispatcher is also stop now.

it is giving the below error:

[Thr 1] Fri May 4 15:37:18 2007

[Thr 1] *** WARNING => maximum number of sockets supported on this

host (4092) less than parameter icm/max_sockets (8192) [icxxrout_mt. 2741]

[Thr 1] started security log to file dev_icm_sec

[Thr 1] SAP Web Dispatcher running on: dssep.ril.com

[Thr 1] *** ERROR => shmat(402653253,0x(nil),SHM_RND) (13: Permission denied) [shmux_mt.c 1581]

[Thr 1] *** ERROR => shmctl(402653253,IPC_RMID,0) 0x0xffffffff7fffeab8) (1: Not owner) [shmux_mt.c 1592]

[Thr 1] *** ERROR => shmat(402653253,0x(nil),SHM_RND) (13: Permission denied) [shmux_mt.c 1581]

[Thr 1] *** ERROR => shmctl(402653253,IPC_RMID,0) 0x0xffffffff7fffeab8) (1: Not owner) [shmux_mt.c 1592]

[Thr 1] *** ERROR => SemMonIn: Unable to attach Semaphore Monitor Buffer [semxxmo2.h 319]

[Thr 1] MtxInit: 30001 0 2

[Thr 1] ***LOG Q0I=> NiIBindSocket: could not delete file '/tmp/.sapstream65000' for hdl 0: unlink (13: Permission denied) [nixxi.cpp 3148]

[Thr 1] *** ERROR => NiIBindSocket: could not delete file '/tmp/.sapstream65000' (hdl 0; errno=13) [nixxi.cpp 3155]

[Thr 1] IcmInit: listening to admin port: 64999

[Thr 1] *** ERROR => shmat(402653254,0x(nil),SHM_RND) (13: Permission denied) [shmux_mt.c 1581]

[Thr 1] *** ERROR => shmctl(402653254,IPC_RMID,0) 0x0xffffffff7fffeab8) (1: Not owner) [shmux_mt.c 1592]

[Thr 1] *** ERROR => ShmCleanup: ShmCreate(63,0,SHM_ATTACH,...) failed. rtc=1 [shmux_mt.c 3142]

[Thr 1] *** ERROR => ShmCleanup: Inv. Key=63 [shmux_mt.c 3183]

[Thr 1] *** ERROR => shmat(402653254,0x(nil),SHM_RND) (13: Permission denied) [shmux_mt.c 1581]

[Thr 1] *** ERROR => shmctl(402653254,IPC_RMID,0) 0x0xffffffff7fffeab8) (1: Not owner) [shmux_mt.c 1592]

[Thr 1] *** ERROR => ShmCleanup: ShmCreate(63,0,SHM_ATTACH,...) failed. rtc=1 [shmux_mt.c 3142]

[Thr 1] *** ERROR => ShmCleanup: Inv. Key=63 [shmux_mt.c 3183]

[Thr 1] *** ERROR => shmat(402653254,0x(nil),SHM_RND) (13: Permission denied) [shmux_mt.c 1581]

[Thr 1] *** ERROR => shmctl(402653254,IPC_RMID,0) 0x0xffffffff7fffeab8) (1: Not owner) [shmux_mt.c 1592]

[Thr 1] *** ERROR => ShmCleanup: ShmCreate(63,0,SHM_ATTACH,...) failed. rtc=1 [shmux_mt.c 3142]

[Thr 1] *** ERROR => ShmCleanup: Inv. Key=63 [shmux_mt.c 3183]

[Thr 1] *** ERROR => IcmInit: IcmShmCreate failed (rc=-1) [icxxrout_mt. 1766]

[Thr 1] *** SAP Web Dispatcher shutdown completed (pid: 4380) ***

      • SAP Web Dispatcher shutdown completed (pid: 4380) ***

Regards,

King V.

Former Member
0 Kudos

Hi king,

SAP Web Dispatcher running on: dssep.ril.com

[Thr 1] *** ERROR => shmat(402653253,0x(nil),SHM_RND) (13: Permission denied) [shmux_mt.c 1581]

[Thr 1] *** ERROR => shmctl(402653253,IPC_RMID,0) 0x0xffffffff7fffeab8) (1: Not owner) [shmux_mt.c 1592]

[Thr 1] *** ERROR => shmat(402653253,0x(nil),SHM_RND) (13: Permission denied) [shmux_mt.c 1581]

i think you are having permission problems chk what kind of permissions the user has to login also chk if the account is not locked

Thanks

Srinivas

Former Member
0 Kudos

Permission for webdisp is

-rwxr-xr-x 1 bqeadm sapsys 7845104 Oct 30 2006 sapwebdisp

what is problem with permission ? WHich file permission should i check? can you help?

Regards,

King V.

Former Member
0 Kudos

Hi,

Check the UMASK property and get back.

Please check the following link that can help

http://docs.sun.com/app/docs/doc/806-7612/6jgfmsvru?a=view

Thanks & Regards,

Vijith