popeye
28th February 2003, 03:01
Hi,
We have created an interface between Baan Iv c4 and another product using BCBE/TIBCO.
My question is specific to the bcbe.cfg file.
This file contains the login and password.
Is there a way to avoid storing my password?
Please let me know.
Thanks.
Regards,
Popeye:o)

robertvg
28th February 2003, 11:41
You do not need to store the passwd in the cfg file.
Use factory.initializeUseCfgFileWithPwd(configfilename, password) instead of factory.initializeUseCfgFile(configfilename)

Or you could use factory.initialize(......,.,.,.,.,.) and specify all the parameters.

regards,
Robert