cancel
Showing results for 
Search instead for 
Did you mean: 

new instance not getting activated

Former Member
0 Kudos

Hello All,

I have installed SAP Netweaver 7.01 ABAP trial version.

By default there is one active instance by name tmpsap701_NSP_00. I want to create additional instances with the same host. for e.g., tmpsap701_NSP_01 and view its metrics in alert monitor.

I have created the addtional instance tmpsap701_NSP_01 but the CCMS control panel shows that this instance is in inactive state and so I am not able to view it in alert monitor. I have configured DAY and NIGHT operation modes for this instance. The default active instance is in DUMMY operation mode.

Please let me know as to how I can activate this instance and work with it. Thank you very much

-Arun

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You have installed 01 INSTANCE. And are you trying to monitor 01 instance through 00 CCMS?

By default the operation mode is Dummy, when you have configured the Day and Night have you assigned them to Time Table in SM63?

You have to switch them using RZ03---> Switch to DAY or Night.

Thanks

SM

Former Member
0 Kudos

Hello SM,

Thanks for your reply.

>> You have installed 01 INSTANCE. And are you trying to monitor 01 instance through 00 CCMS?

I'm not sure I understand your question. I don't have a 01 system. I always connect to the 00 system and I am trying to create a new instance there.

>> By default the operation mode is Dummy, when you have configured the Day and Night have you assigned them >> to Time Table in SM63?

Yes. This is done.

>> You have to switch them using RZ03---> Switch to DAY or Night.

I am not able to switch the mode here. The instance is not active. I have pasted the log here:

"Reason: Server is configured in operation mode but is not active. It must be started."

So, in essence the new instance that i have created is still in 'not active' status in CCMS control panel.

Also, when I try to run one of the options in the 'utilities>trace files' menu like 'startup log' or ' dispatcher trace', I get the following runtime error. Not sure if is just a symptom of the server not being active though....

Runtime Errors DATASET_NOT_OPEN

Except. CX_SY_FILE_OPEN_MODE

Date and Time 23.05.2011 10:48:18

What happened?

Error in the ABAP Application Program

The current ABAP program "SAPLSPF1" had to be terminated because

come across a statement that unfortunately cannot be executed.

Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_FILE_OPEN_MODE', was not

caught in

procedure "RZL_REMOTE_PROGRAM" "(FUNCTION)", nor was it propagated by a RAISING

clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

When accessing the file "sapexecpf", the system recognized that this file is

not open. Therefore, the file cannot be accessed.

Missing RAISING Clause in Interface

Program SAPLSPF1

Include LSPF1U24

Row 1

Module type (FUNCTION)

Module Name RZL_REMOTE_PROGRAM

Trigger Location of Exception

Program SAPLSPF1

Include LSPF1U24

Row 79

Module type (FUNCTION)

Module Name RZL_REMOTE_PROGRAM

Source Code Extract

Line SourceCde

49

50 HOST = IS_TBL-HOST.

51

52 IF HOST = SPACE. HOST = MY_HOST. ENDIF.

53

54

55 IF IS_TBL-USERNAME <> SPACE.

56 IF IS_TBL-PASSWD <> SPACE.

57 USERPASSWD = '"%USER%/%PASSWD%"'.

58 PERFORM RPS USING '%USER%' IS_TBL-USERNAME USERPASSW

59 PERFORM RPS USING '%PASSWD%' IS_TBL-PASSWD USERPASSW

60 ELSE.

61 USERPASSWD = '"%USER%/"'.

62 PERFORM RPS USING '%USER%' HOST USERPASSWD.

63 ENDIF.

64 ELSE.

65 USERPASSWD = '"%USER%/"'.

66 PERFORM RPS USING '%USER%' IS_TBL-HOST USERPASSWD.

67 ENDIF.

68

69 CALL 'C_SAPGPARAM' ID 'NAME' FIELD 'exe/localprgm'

70 ID 'VALUE' FIELD SAPSTART.

71

72 PERFORM RPS USING '++++++++' 'sapstart' SAPSTART.

I have pasted part of the source here.

There is a pointer in the line

TRANSFER CMDLINE TO CMDFILE. Not sure if thats where the exception is being thrown from.

Any help is appreciated. Thanks

-Arun

Former Member
0 Kudos

Have you finished this step:

RZ04--> INSTANCE /PROFILES--


> DOUBLE CLICK INstance Profile -


> Check and hit Save.

Now go back to RZ03, under 'Configuration Alerts" what is the error it is showing up?

thanks

SM

Former Member
0 Kudos

Hi,

I have followed the steps that you have mentioned.

RZ04--> INSTANCE /PROFILES--


> DOUBLE CLICK INstance Profile -


> Check and hit Save.

>>Unknown parameter rspo/local_print/method , a check cannot be performed

>>Unknown parameter dbs/ada/schema , a check cannot be performed

Now go back to RZ03, under 'Configuration Alerts" what is the error it is showing up?

In our environment the default server is running properly,whereas the server which i have configured shows the status as not active. The services and configuration Alerts columns are shown as empty.

Former Member
0 Kudos
In our environment the default server is running properly,whereas the server which i have configured shows the status as not active. The services and configuration Alerts columns are shown as empty.

I would check the RZ10 --> Profiles and complete the RZ10 configuration for the new Instance.

Also check the server is running and that is seen in SM51.

Thanks

SM