PDA

View Full Version : solaris運行server時報錯


shushu369403
07-08-06, 12:32 PM
各位高手


solaris 運行server報以下錯誤


could not find 'notes.ini' in current Directory or path

长颈叔叔
07-08-06, 09:36 PM
从提示上看,应该是notes.ini在domino目录上找不到。

lemo12
09-08-06, 05:59 PM
我也出现过同样的问题,不过我是在LINUX下,我那次是空间没了.

yama998
10-08-06, 09:28 AM
原帖由 shushu369403 于 2006-8-7 12:32 PM 发表
各位高手


solaris 運行server報以下錯誤


could not find 'notes.ini' in current Directory or path


碰巧我也是用SOLARIS平台 : ) ~

1. 你这个出错提示,是说在当前文件夹下找不到 notes.ini 文件,因为你是在 xxx/lotus/bin 文件夹下运行SERVER,而notes.ini是在 xxx/notesdata 文件夹下﹔

2. 你只需在用户(如,notes用户)个人配置文件中(SOLARIS中用户个人配置文件为 .profile )配置好 PATH 变量即可:

1). cd /export/home/notes

2). vi .profile

3). export PATH=$PATH:/xxx/lotus/bin:/xxx/lotus/notes:/xxx/notesdata

---- --- --------------------------------------------

[ 本帖最后由 yama998 于 2006-8-10 09:30 AM 编辑 ]