VishalMistry
4th June 2007, 14:33
hi all,

anybody having docs related to functions available in ottdllbw. i tried to use app_start from this dll and succeded but after the application started, baan displayed a message box with message 'unknown message'.

anyone having documents related to this dll and other usefull dlls, please post.

thanking in advance,
vishal mistry

george7a
4th June 2007, 14:37
Hi,

You can find the documentation of any DLL using the bic_info command that is found under $BSE/bin. After executing the following command, you will find the documentation under $HOME/tmp/dllbw.txt

$BSE/bin/bic_info6.1 ottdllbw > $HOME/tmp/dllbw.txt

The “unknown message” is a known side effect. Check this link for a possible solution:
http://www.baanboard.com/baanboard/showthread.php?t=13194

I hope it helps,

- George

VishalMistry
5th June 2007, 07:01
dear george7a,

thanking a lot for this info. but when i try to use this command, it generates an error. attaching screen dump for ur ref. please help if possible.

Andreas
5th June 2007, 08:24
Hi vishal mistry,
don't know about the shared memory error.
In Baan 5 there is a session available which gives you the info about dll's in a java-doc style. It's called Generate library documentation (ttstpbaandoc).
Maybe it's also available in Baan IV.

regards,
Andreas

george7a
5th June 2007, 08:54
Hi Andreas,

The session ttstpbaandoc does not exist in Baan IV.

Vishal mistry,

I see you have a Windows server. There are two solutions:

1) You will have to be physically on the server and execute the $BSE/bin/fillenv batch file before the bic_info. If you want to activate bic_info from the client:
2) Check this (http://www.baanboard.com/baanboard/showthread.php?t=34138) post

I hope it helps,

- George

vahdani
5th June 2007, 13:51
Hi Vishal Mistry,

back to your original question. Please find attached die exported functions of library ttdllbw as per Porting Set 6.1c.07.04.

george7a
5th June 2007, 15:32
By the way start.application.local function is not available in all Baan IV versions. It depends on your SP. That's why it is good to solve your error and get your own DLL documentation.

- George

Andreas
6th June 2007, 08:39
Hi Andreas,

The session ttstpbaandoc does not exist in Baan IV.



Oh, then sorry for the inconvenience.



By the way start.application.local function is not available in all Baan IV versions. It depends on your SP. That's why it is good to solve your error and get your own DLL documentation.

- George


So if start.application.local function is available in your version and you want to use the Webtop then i would advise to use it instead of app_start, because this will not work in the webtop, at least in our 5.0c Environment.

Greetings,
Andreas