Hi
We have a system which was previously a dual stack and since then it has been split. We are now trying to upgrade the abap system from NW 7.01 to 7.31. However, the dialog instances seems to be in an "unsound" state. However the central instance is fine. On the Dialog instances, when we run:
sapcontrol -format script -nr 36 -function GetProcessList
21.12.2013 12:34:03
GetProcessList
OK
0 name: disp+work
0 description: Dispatcher
0 dispstatus: YELLOW
0 textstatus: Running, Message Server connection ok, Dialog Queue time: 0.00 sec, J2EE status info unavailable
0 starttime: 2013 12 21 12:11:41
0 elapsedtime: 0:22:22
0 pid: 8912922
1 name: rslgsend
1 description: Central Syslog Sender
1 dispstatus: GREEN
1 textstatus: Running
1 starttime: 2013 12 21 12:11:41
1 elapsedtime: 0:22:22
1 pid: 7274644
2 name: igswd_mt
2 description:
2 dispstatus: GREEN
2 textstatus: Running
2 starttime: 2013 12 21 12:11:42
2 elapsedtime: 0:22:21
2 pid: 11796714
The issue is, the dialog instance is thinking that it still has J2EE. However, I have removed all j2ee and jstart parameters from the instance profile except for the following:
system/type = ABAP
exe/icmbnd = $(DIR_CT_RUN)/icmbnd
rdisp/j2ee_start_control = 0
rdisp/j2ee_start = 0
Can anyone help?
Cheers,
Thusjanthan Kubendranathan