windchill 許可權匯入xml示例,內含命令

2021-09-26 19:45:04 字數 3448 閱讀 6066

value	access permission              值  訪問許可權                                       

-1 full control (all) -1 完全控制(全部) all

0 read 0 讀取 read

1 modify 1 修改 modify

2 create 2 建立 create

5 delete 5 刪除 delete

6 administrative 6 管理 administrative

7 revise 7 修訂 revise

8 new view version 8 新檢視版本 new_view_version

9 change permission 9 更改許可權 change_permissions

11 modify content 11 修改內容 modify_content

12 change domain 12 更改域 change_domain

13 create by move 13 按移動建立 create_by_move

14 change context 14 更改上下文 change_context

15 set state 15 設定狀態 set_state

16 modify identity 16 修改身份 modify_identity

17 modify security label 17 修改安全標籤 modify_security_label

匯入檔案型別

./windchill wt.load.loadfileset -file /ptc/exporttype/doc/doc_all_loadset.xml -noserverstop

cont_path 後面加上wt.inf.container.orgcontainer=fibocom 之類的,那麼在xml檔案裡就不需要,否則反之

./windchill wt.load.loadfromfile -d /ptc/windchill_11.0/windchill/wtcustom/wt/import/rules1.xml -cont_path / -u wcadmin -p wcadmin

在組織下面匯入許可權的命令

./windchill wt.load.loadfromfile -d /ptc/windchill_11.0/windchill/wtcustom/wt/import/rules1.xml -u wcadmin -p wcadmin -cont_path "/wt.inf.container.orgcontainer=fibocom"

在產品下面匯入許可權的命令

./windchill wt.load.loadfromfile -d /ptc/windchill_11.0/windchill/wtcustom/wt/import/rules1.xml -u wcadmin -p wcadmin -cont_path "/wt.inf.container.orgcontainer=fibocom/wt.pdmlink.pdmlinkproduct=小公尺6"

在儲存庫下面匯入許可權的命令

./windchill wt.load.loadfromfile -d /ptc/windchill_11.0/windchill/wtcustom/wt/import/rules1.xml -u wcadmin -p wcadmin -cont_path "/wt.inf.container.orgcontainer=fibocom/wt.inf.library.wtlibrary=物料"

匯入許可權的示例:

使用 csvaccessrule 該元素支援使用者的許可權匯入(組織):

<?xml version="1.0"?>

[/wt.inf.container.orgcontainer=fibocom]/default/pdm

com.fibocom.wl-002_huanbbg

+all

0inwork

使用 accesscontrolrule 元素,該元素支援動態角色和虛擬角色的許可權匯入(組織):

<?xml version="1.0" encoding="utf-8"?>

/default/pdm // 策略模式的域

com.fibocom.mt-002_hbbg // 文件內部名稱

inwork

ght npi director // 這裡放置角色,只能單個

dynamicrole

// 許可權

使用 accesscontrolrule 元素,該元素支援動態角色和虛擬角色的許可權匯入(產品):

<?xml version="1.0" encoding="utf-8"?>

/default/pdm

com.fibocom.mt-002_hbbg

inwork

members

dynamicrole

使用 accesscontrolrule 元素,該元素支援動態角色和虛擬角色的許可權匯入(儲存庫):

<?xml version="1.0" encoding="utf-8"?>

/default

wctype|wt.folder.subfolder

allchange administrator i

dynamicrole

授予oracle匯入使用者表許可權

給使用者增加匯入資料許可權的操作 第一,啟動sql puls 第二,以system manager登陸 第三,create user 使用者名稱 identified by 密碼 如果已經建立過使用者,這步可以省略 第四,grant create user,drop user,alter user ...

匯入 許可權系統 3 subject

許可權控制中,subject可能不會簡單的對應於userid,而是包含一系列的security token或certificate,例如使用者登陸位址,登陸時間等。一般情況下,這些資訊在許可權系統中的使用都是很直接的,不會造成什麼問題。subject域中最重要的結構是user和role的分離,可以在...

授予oracle匯入使用者表許可權

給使用者增加匯入資料許可權的操作 第一,啟動sql puls 第二,以system manager登陸 第三,create user 使用者名稱 identified by 密碼 如果已經建立過使用者,這步可以省略 第四,grant create user,drop user,alter user ...