Skip to main content

XDB Error X100

  • December 23, 2021
  • 0 replies
  • 1 view

I am trying to run a IMS Batch program but also accessing the XDB(DB2) tables. I get the SQLCODE=-1100, error when the program reaches EXEC SQL statement. As per documentation this translates to X100 error which means

"

XDB client-side software could not communicate with the XDB Server. Check to make sure that the XDB Server is up. If it is up and listening on the appropriate communications protocol, contact Micro Focus Technical Support.

"

The XDB server is up and seems to be working fine when I use the GUI version. How do I check if the ESDEMO (MF Server is listening/servicing at appropriate port using correct protocol)? 

JCL is 

//TEST JOB CLASS=A
//S01 EXEC PGM=DFSRRC00,REGION=4M,
// PARM='BMP,TEST,TEST,,,,,,,,,CDLI,,N,N'
//REPORT1 DD SYSOUT=*
//BTSLST DD SYSOUT=*
//IMSERR DD SYSOUT=*
//IEFRDER DD DUMMY
//PRINTDD DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//*

Appreciate any advise. 


#EnterpriseDeveloper