2

「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';
4

1 に答える 1

3

According to the documentation the file to upload using setfile must either be local to the Content Server or to network locations visible to the Content Server.

于 2012-05-18T10:20:35.563 に答える