任何人都可以告诉我如何仅使用“DQL”将文档从客户端计算机导入到documentum存储库,下面是我正在使用的命令...它不起作用...
我得到的错误是[DM_SYSOBJECT_E_CANT_ACCESS_FILE- Unable to access file due to operating system error.
CREATE abc OBJECT
set object_name='xyz',
set folder_title='pqr',
set doc_subtype_code='XXXX',
set template_code='00',
set doc_subtype_nme='abc Documents',
set isworkflowrequired=1,
set iscreatedfrombiztemplate=0,
set sec_classification_code='O',
set acl_domain='myacldomain',
set acl_name='myacl'
set product_wf_code='0'
LINK '/Cabinet123/MYDocs',
SETFILE 'C:\mydoc.doc' WITH CONTENT_FORMAT='msw8';
答案 0 :(得分:3)
根据文档,使用setfile上传的文件必须是Content Server的本地文件或Content Server可见的网络位置。