raghuvirk20
30th November 2016, 13:23
Hi All,

Anyone is having any idea, How to resolve the below issue.

I have just compile two dll app.

In first dll , i got the below compilation Error.

Compilation Failed

tfcmgdll10250:
bic6.2 -T 1199 -W -Pvariant=0 ptfcmgdll10250 -z -u -d otccomdll0010:otccomdll0015:otfcmgdll1024 -lo otfcmgdll1025 -f "/erpdev/bse/tmp/tmp004719782" -pacc b61defp3 -qe "/erpdev/bse/tmp/tmp004719784"
otfcmgdll1024: A file or directory in the path name does not exist.
ptfcmgdll10250(6009): Fatal Error: Can't open DLL 'otfcmgdll1024' for reading

1 ERROR REPORTED.

In 2nd dll, i got the below compilation Error,

Compilation Failed

tfcmgdll10240:
bic6.2 -T 1199 -Pvariant=0 ptfcmgdll10240 -z -u -d otfcmgdll1025 -lo otfcmgdll1024 -f "/erpdev/bse/tmp/tmp012454882" -pacc b61defp3 -qe "/erpdev/bse/tmp/tmp012454884"
otfcmgdll1025: A file or directory in the path name does not exist.
ptfcmgdll10240(1146): Fatal Error: Can't open DLL 'otfcmgdll1025' for reading

1 ERROR REPORTED.

Please advice or help me to resolve the above issue.

Thanks,
Raghuvir

pillai.ganesh
30th November 2016, 13:53
Hi All,

Anyone is having any idea, How to resolve the below issue.

I have just compile two dll app.

In first dll , i got the below compilation Error.

Compilation Failed

tfcmgdll10250:
bic6.2 -T 1199 -W -Pvariant=0 ptfcmgdll10250 -z -u -d otccomdll0010:otccomdll0015:otfcmgdll1024 -lo otfcmgdll1025 -f "/erpdev/bse/tmp/tmp004719782" -pacc b61defp3 -qe "/erpdev/bse/tmp/tmp004719784"
otfcmgdll1024: A file or directory in the path name does not exist.
ptfcmgdll10250(6009): Fatal Error: Can't open DLL 'otfcmgdll1024' for reading

1 ERROR REPORTED.

In 2nd dll, i got the below compilation Error,

Compilation Failed

tfcmgdll10240:
bic6.2 -T 1199 -Pvariant=0 ptfcmgdll10240 -z -u -d otfcmgdll1025 -lo otfcmgdll1024 -f "/erpdev/bse/tmp/tmp012454882" -pacc b61defp3 -qe "/erpdev/bse/tmp/tmp012454884"
otfcmgdll1025: A file or directory in the path name does not exist.
ptfcmgdll10240(1146): Fatal Error: Can't open DLL 'otfcmgdll1025' for reading

1 ERROR REPORTED.

Please advice or help me to resolve the above issue.

Thanks,
Raghuvir


Hi Raghuvir,
I understand that both your dlls are calling each other... Which will cause a deadlock situation and you wont be able to compile either of them.
I would suggest you
- to comment the statement in tfcmgdll1025 where it calls tfcmgdll1024
- Compile tfcmgdll1025
- Then Compile tfcmgdll1024
- Uncomment the statements you had commented in tfcmgdll1025 and then compile again.

Request you to create a new thread for your doubts instead of adding a post to an existing thread. :)
Hope this helps!!

Regards,
Ganesh

raghuvirk20
30th November 2016, 16:44
Hi Ganesh,

Thanks for the advice. But i have checked , There is no deadlock scenario in DLL App.
Any other advice or suggestion from your end. So that i can resolve my issue.

Thanks,
Raghuvir

bhushanchanda
1st December 2016, 16:06
Please create a separate thread for your questions.

Moved the posts to a new thread in Tools Development Forum.

Regarding the error, please check if you have DLL's tfcmgdll1024 and tfcmgdll1025 present in your environment. If not, search for the alternatives.

pconde
5th December 2016, 08:57
hello,

I see that DLL tfcmgdll1025 has DLL tfcmgdll1024 in the librairies list, In the script all calls to DLL tfcmgdll1024 have been removed, so remove the DLL tfcmgdll1024 form the libraries list.

Regards
Philippe