cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adding a secondary NC to an existing NC Code with many (>15) existing secondaries

Former Member
0 Likes
284

SAP ME Version 6.1.4.70

We have a complex NC hierarchy where some of our NC codes have many secondary codes assigned (many = over 20). When we are tasked with adding new secondary codes to these NC's the system times out and will not add the new secondary code.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

At the NW level please update the PROCTIMEOUT parameter to 600 (default is 60), if this parameter is not mention please add as

PROCTIMEOUT=600

-----------------------------------------------------------------------------------------------------------

icm/server_port_0 = PROT=HTTP, PORT=50000, TIMEOUT=60, PROCTIMEOUT=600

icm/server_port_1 = PROT=HTTPS, PORT=50001, PROCTIMEOUT=600, SSLCONFIG=ssl_config_1

-----------------------------------------------------------------------------------------------------------------------------

This should resolve the Timeout issue and then see if you can log 20+ secondary codes, hopefully should work.