vobrpc_server.exe(7616): Error: Error from VOB database: “\MYVOB”

我们两清 提交于 2019-12-23 04:14:09

问题


Error encountered while loading component in snapshot views and corresponding vobrpc error says:

vobrpc_server.exe(7600): Error: Error from VOB database: "\MYVOB".
vobrpc_server.exe(7600): Error: db_VISTA error -901 (errno == "Invalid argument")
vobrpc_server.exe(7600): Error: DBMS error in C:\CCVOB\MYVOB.vbs\db.
vobrpc_server.exe(7600): Error: DBMS error in "\atria\lib\db\db__elem.c" line 162

The specific error "db_VISTA error -901 (errno == "Invalid argument")" is no where mentioned in the IBM support docs, however other 901 error are mentioned in the below link .

http://www-01.ibm.com/support/docview.wss?uid=swg21248861#error-901

Can anyone please help on this.


回答1:


The main documentation for Vob access error is "Error from VOB database and Trouble opening VOB database".

To gather the most information about the issue, it is best to check the logs of the view logs (not just the vobrpc logs). Also check the logs both on the client and the server.

A 901 error suggests an error on the Vob server side regarding accessing the vob itself (either in term of resource or permission).
You can check first if the UCM component is visible through a dynamic view (instead of loading it with a snapshot view).

A daily reboot of the vob server suggests issue with the parameters of said server.
You can start tweaking first the ones of the lock manager (-u and -q).



来源:https://stackoverflow.com/questions/23752674/vobrpc-server-exe7616-error-error-from-vob-database-myvob

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!