Xikkos
24th September 2002, 15:31
Hi all,
How can I debug a dll created by BOI ?
Is there some log created by BOI in Baan ?
Regards,
Xikkos.
arunprasath
25th September 2002, 15:44
Hi,
1.First you need to set up the logging file name in logging.cfg present in ${BSE}/lib folder.
This creates a log file, for logging from xma code, which is part of bshell.
2.
Next,
You will be having log.bshellxma file that will be stored in ${BSE}/log folder which contains logs of bshell runtime.
3.In the client side, depending upon the log file name that you give in bcbe.cfg, a log file is stored in local working directory.
Going through this 3 files will be help.
Regards,
s.arun prasath
Youp2001
30th September 2002, 14:06
It depends on what ingetration product you are using. If you are using Baan OpenWorld 2.2 you can just compile your DLL in debug mode and make a call to it.
The debug window will come up at the system where you started the tmboaserver.
Perhaps for debugging easiest way is:
- Start Baan and start connection with tmboaserver
- Make call to DLL in debug mode
- Debug the DLL
Success.
Youp