Sudipta
27th October 2004, 08:23
Dear all,
i want to create mailbox in Baan. but i m unable to create it.
i m using open.message function for that.
Can anyone help me for that. I m using Baan4C4 & my operating System is Unix.

With Regards
Sudipta

Dikkie Dik
27th October 2004, 15:51
What is the error you get? If you have sources, take a look at tccomdll0200. This program uses messages to communicate between bshells.

Hope this helps,
Dick

NPRao
28th October 2004, 21:54
Sudhipta,

Check your current porting set.

I found this info in the release notes at the BaaN Support site for portingset: 6.1c.07.05 -

MaintBaanIVc: # 23011 (BDNT15888): Problem in open.message on windows
Date: Wed, 28 Jul 2004 14:36:28 +0200
Created on: MaintBaanIVc
Type: bugfix

Problem Description (Customer terms)
Mail slots did not work always correctly if bshell was started in bshell -server mode.

Test Procedure
See TCS call problem description.

Affected Executables
bshell, rexecd.exe (=Baan login daemon) and probably more.

Motive source
TCS:800-141953

MaintBaanIVc: # 22198 (BDUX15227): TCS800-139785: temp file in open.message()
stored in BSE dir

Date: Thu, 22 Apr 2004 16:18:12 +0200

Created on: DevNewton
Type: bugfix

Problem Description (Customer terms)
TCS800-139785: open.message(..., ..., 1) generates its temporary file in parent
directory of $BSE_TMP (usually $BSE), or fails with error code -1 if that
parent directory is not writable.

Workaround
To prevent error code -1: make the parent directory of $BSE_TMP writable; this
will cause the temporary file to be created in that directory.

Test Procedure
Make the parent directory of $BSE_TMP unwritable, and verify that
open.message(1, "", 1) does not return -1.

Affected Executables
bshell

Motive source
TCS:800-139785