raghuvirk20
1st December 2016, 12:18
Hi All,

Please advice me , " How to resolve the below Fatal Error ?"

Compilation Failed

tfcmgdll80270:
bic6.2 -T 1199 -Pvariant=0 ptfcmgdll80270 -z -u -lo otfcmgdll8027 -f "/erpdev/bse/tmp/tmp001442146" -pacc b61defp3 -qe "/erpdev/bse/tmp/tmp001442148"
itfcmg0001: A file or directory in the path name does not exist.
ptfcmgdll80270( 23): Fatal Error: Can't open input file 'itfcmg0001'

1 ERROR REPORTED.

I have checked and found that the input file (itfcmg0001) is missing in LN System and nowhere used in DLL (tfcmgdll8027) except Include Section .

|**** Include Section *************************************************
#include <bic_dam> |* Data Access Methods
#include "itcmcs2000" |* DAL(-GUI) Support Defines
| #include "itfcmg0001" |* Payment/Receipt XML file related defines

If i am commenting on input file. Still i am getting below error.

Compilation Failed

tfcmgdll80270:
bic6.2 -T 1199 -Pvariant=0 ptfcmgdll80270 -u -lo otfcmgdll8027 -f "/erpdev/bse/tmp/tmp001442185" -pacc b61defp3 -qe "/erpdev/bse/tmp/tmp001442187"
ptfcmgdll80270( 314): Error: 'mandate_recurring_first' not declared
ptfcmgdll80270( 316): Error: 'mandate_recurring_recurring' not declared
ptfcmgdll80270( 318): Error: 'mandate_recurring_final' not declared
ptfcmgdll80270( 320): Error: 'mandate_one_off' not declared
ptfcmgdll80270( 384): Error: 'mandate_recurring_first_label' not declared
ptfcmgdll80270( 386): Error: 'mandate_recurring_recurring_label' not declared
ptfcmgdll80270( 388): Error: 'mandate_recurring_final_label' not declared
ptfcmgdll80270( 390): Error: 'mandate_one_off_label' not declared
ptfcmgdll80270( 415): Error: 'mandate_recurring_first' not declared
ptfcmgdll80270( 415): Error: Case value should have type STRING
ptfcmgdll80270( 416): Error: 'mandate_recurring_first_label' not declared
ptfcmgdll80270( 417): Error: 'mandate_recurring_recurring' not declared
ptfcmgdll80270( 417): Error: Case value should have type STRING
ptfcmgdll80270( 418): Error: 'mandate_recurring_recurring_label' not declared
ptfcmgdll80270( 419): Error: 'mandate_recurring_final' not declared
ptfcmgdll80270( 419): Error: Case value should have type STRING
ptfcmgdll80270( 420): Error: 'mandate_recurring_final_label' not declared
ptfcmgdll80270( 421): Error: 'mandate_one_off' not declared
ptfcmgdll80270( 421): Error: Case value should have type STRING
ptfcmgdll80270( 422): Error: 'mandate_one_off_label' not declared

20 ERRORS REPORTED.

Please any one can advice me how to resolve this issue.

Thanks,
Raghuvir

mark_h
1st December 2016, 14:36
Make sure that include file 'itfcmg0001' is where it is suppose to be and that it is accessible.

raghuvirk20
1st December 2016, 14:54
Hi Mark,

Thanks for your advice. But now the issue has resolved.

Thanks,
Raghuvir

raghuvirk20
1st December 2016, 16:00
Hi Mark,

i am trying my best to resolve the below issue. but still this issue is pending from yesterday. and i am not able to resolve it.
please tel me what is the reason behind of it that i got the below CE.

otfcmgdll1024: A file or directory in the path name does not exist.
ptfcmgdll10250(6009): Fatal Error: Can't open DLL 'otfcmgdll1024' for reading

Even i am new to the LN system. so, I need your help to resolve this issue.

Please advice me ,what to do further.

Thanks,
Raghuvir

mark_h
5th December 2016, 14:25
Make sure otfcmgdll1024 is out there where it is expected and that you can read it.