- 论坛徽章:
- 0
|
我的机器操作系统是solaris 2.6,informix online5.0,现在solaris下执行一命令时报错,如下:
% download
Please input start department(If you don't need, press 00):
12
Please input end department:
12
Downloading data, please wait a while...
1 Error -408: Invalid message type received from the sqlexec process.
Database cannot be opened.
%
执行另两个命令报错信息如下:
% posload
数据库打开不成功:-408%
%
% poserver
段错误 (core dumped)
%
我的环境是,有两台服务器,都装solaris 2.6和informix online5.0,这三条命令都在第二个服务器(B)上执行,第一个命令(downlaod)是从第一个服务器(A)上下载新的数据到B,第二个命令(posload)是将B上的数据文件(数据以文件的形式存在)插入到B的数据库中,第三个命令(poserver)是将B数据库中的数据上传到A数据库。
请救:这是什么原因?我该如何处理?
谢谢!!! |
|