After upgrade to 18.0 startup gets error DC170204 CA IDMS - SVC nnn IS AN OUTDATED SVC. PLEASE INSTALL AND USE THE CURRENT SVC
search cancel

After upgrade to 18.0 startup gets error DC170204 CA IDMS - SVC nnn IS AN OUTDATED SVC. PLEASE INSTALL AND USE THE CURRENT SVC

book

Article ID: 20581

calendar_today

Updated On:

Products

IDMS IDMS - Database IDMS - ADS

Issue/Introduction

This message can be issued if the SVC being used for the IDMS CV is not the most current SVC.

You could also get this message if you are using the latest SVC but if the order of the CSECTS included is not what IDMS expects.

If including the SVC exit program IDMSSVCX you must include the modules as follows:

 	INCLUDE OBJLIB(#SVCOPT) 	
 	INCLUDE OBJLIB(IDMSMSVC) 	
 	INCLUDE OBJLIB(IDMSSVCX) 	
 	ENTRY IGCnnn 	
 	NAME IGCnnn(R)

Startup expects the CSECT IDMSMSVC to immediately follow #SVCOPT.

Some clients have included IDMSSVCX between #SVCOPT and IDMSMSVC and that will cause the DC170204 message at startup even though the SVC will function correctly.

Environment

Release:
Component: IDMS