Skip to main content

As per the "CICS Screen Tutorial" provided with the sample codes, i tried to create the service Interface. But while deploying the same i'm getting an internal error.

Below mentioned is the Error log - 

---------- Micro Focus GENERATOR LOG ---------

Today's date and time: Wed Dec 11 14:12:20 2013
MFG Version: Micro Focus Generator (IG) Version 1.3 GA


/LANGuage
FILELANG_COBOL
/PREServe
LINEnumbers: Preserve line numbers of a line from the source file
PROFiling: Preserve opcode index for execution profiling and symbolic debugging (default if other options selected).
/RunMode
EXECute: Read, compile and immediately execute macros


Location of program DLLs used by IG.
approximate address
name range in memory dll file location
-------- ------------------- ---------------------
FMPDRVRN 10001270 - 10001270 C:\\Program Files\\Micro Focus\\Enterprise Developer\\Bin\\FMPDRVRN.dll
GLOBALN 003C1030 - 003C77E0 C:\\Program Files\\Micro Focus\\Enterprise Developer\\Bin\\GLOBALN.dll
INFRAN 00282870 - 0029DE00 C:\\Program Files\\Micro Focus\\Enterprise Developer\\Bin\\INFRAN.dll
IPN 004A13A0 - 004AC730 C:\\Program Files\\Micro Focus\\Enterprise Developer\\Bin\\IPN.dll
LEXN 004C56C0 - 004CA540 C:\\Program Files\\Micro Focus\\Enterprise Developer\\Bin\\LEXN.dll
OUTPUTN 004E2970 - 004E3E20 C:\\Program Files\\Micro Focus\\Enterprise Developer\\Bin\\OUTPUTN.dll
PARMN 00213AB0 - 0022C4C0 C:\\Program Files\\Micro Focus\\Enterprise Developer\\Bin\\PARMN.dll
PARSEN 00471000 - 0047F8C0 C:\\Program Files\\Micro Focus\\Enterprise Developer\\Bin\\PARSEN.dll
SRVCSN 00255980 - 00265EC0 C:\\Program Files\\Micro Focus\\Enterprise Developer\\Bin\\SRVCSN.dll
VMN 0041BDE0 - 0044E3E0 C:\\Program Files\\Micro Focus\\Enterprise Developer\\Bin\\VMN.dll
FMPION 00501000 - 00503600 C:\\Program Files\\Micro Focus\\Enterprise Developer\\Bin\\FMPION.dll
FMPMSGSN 00521000 - 00521050 C:\\Program Files\\Micro Focus\\Enterprise Developer\\Bin\\FMPMSGSN.dll
MSVCRT40 00000000 - 00000000
FMP using NORMAL VM functions.

*************************************************************
??? INFORMATION (LEVEL 0) MESSAGE# IG-VM-23043-00-I

The optional CARDIN input file was not found. (Information message only).

Input file '.\\CARDIN' not found.


The current activity is: Executing macro code

---- Traceback of INCLUDEs and macro calls: ----
Statement in error:
% INCLUDE CARDIN
Source line number: 2

*************************************************************


INCLUDED macro source file:
D:\\ED-workspaces\\Webserv-test\\MSSApplication1\\MSSApplication1\\service1.deploy\\\\Workarea\\Symbols\\SERVICE1.inn
macro source file full name:
D:\\ED-workspaces\\Webserv-test\\MSSApplication1\\MSSApplication1\\service1.deploy\\Workarea\\Symbols\\SERVICE1.inn
which was last
changed on: Wed Dec 11 14:12:19 2013

*************************************************************
??? ERROR (LEVEL 8) MESSAGE# IG-INFRA-19400-00-E

Searching for RULEFILES(MERNDRVR), found an invalid directory 'C:\\Program'.

The
current activity is: Executing macro code

---- Traceback of INCLUDEs and macro calls: ----
Statement in error:
% INCLUDE rulefiles(merndrvr)
Source line number: 4
From INCLUDE: MAININ

Invoked from statement:
% INCLUDE MAININ
Source line number: 5

*************************************************************


*************************************************************
??? ERROR (LEVEL 8) MESSAGE# IG-INFRA-19400-00-E

Searching for RULEFILES(MERNDRVR), found an invalid directory
'Files\\Micro'.

The current activity is: Executing macro code

---- Traceback of INCLUDEs and macro calls: ----
Statement in error:
% INCLUDE rulefiles(merndrvr)
Source line number: 4
From INCLUDE: MAININ

Invoked from statement:
% INCLUDE MAININ
Source line number: 5

*************************************************************


*************************************************************
??? ERROR (LEVEL 8) MESSAGE# IG-INFRA-19400-00-E

Searching for RULEFILES(MERNDRVR), found an invalid directory
'Focus\\Enterprise'.

The current activity is: Executing macro code

---- Traceback of INCLUDEs and macro calls: ----
Statement in error:
% INCLUDE rulefiles(merndrvr)
Source line number: 4
From INCLUDE: MAININ

Invoked from statement:
% INCLUDE MAININ
Source line number: 5

*************************************************************


*************************************************************
??? ERROR (LEVEL 8) MESSAGE# IG-INFRA-19400-00-E

Searching for RULEFILES(MERNDRVR), found an invalid directory
'Developer\\etc\\RULEFILES'.

The current activity is: Executing macro code

---- Traceback of INCLUDEs and macro calls: ----
Statement in error:
% INCLUDE rulefiles(merndrvr)
Source line number: 4
From INCLUDE: MAININ

Invoked from statement:
% INCLUDE MAININ
Source line number: 5

*************************************************************


*************************************************************
??? SEVERE (LEVEL 12) MESSAGE# IG-VM-23030-00-S

Input file not found.
Input file 'RULEFILES\\MERNDRVR' not found


The current
activity is: Executing macro code

---- Traceback of INCLUDEs and macro calls: ----
Statement in error:
% INCLUDE rulefiles(merndrvr)
Source line number: 4
From INCLUDE: MAININ

Invoked from statement:
% INCLUDE MAININ
Source line number: 5

*************************************************************


*************************************************************
??? ERROR (LEVEL 8) MESSAGE# IG-VM-23000-00-E

Undefined variable.
Variable name = $ebiz-include
Internals: in fncLupvargr

The
current activity is: Executing macro code

---- Traceback of INCLUDEs and macro calls: ----
Statement in error:
$ebiz-include ("PROJECT.pjs")
Source line number: 6
From INCLUDE: MAININ

Invoked from statement:
% INCLUDE MAININ
Source line number: 5

*************************************************************


*************************************************************
??? ERROR (LEVEL 8) MESSAGE# IG-VM-23000-00-E

Undefined variable.
Variable name = $ebiz-include
Internals: in fncLupvargr

The
current activity is: Executing macro code

---- Traceback of INCLUDEs and macro calls: ----
Statement in error:
$ebiz-include ("service1.pgs")
Source line number: 8
From INCLUDE: MAININ

Invoked from statement:
% INCLUDE MAININ
Source line number: 5

*************************************************************

Elapsed time for IG Overall: 0.01 seconds.
Return code = 12

---------- END OF Micro Focus GENERATOR LOG ---------


#EnterpriseDeveloper
#MicrosoftVisualStudio2010