windchill 命令集
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
SQL> conn sys/change_on_install as sysdba
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
C:\Documents and Settings\Administrator>cd\
C:\>cd SQL
系统找不到指定的路径。
C:\>sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on 星期二 4月 26 11:40:11 2011 Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> conn system/system as sysdba
已连接到空闲例程。
SQL> startup
ORACLE 例程已经启动。
Total System Global Area 503316480 bytes
Fixed Size 1249824 bytes
Variable Size 125832672 bytes
Database Buffers 373293056 bytes
Redo Buffers 2940928 bytes
数据库装载完毕。
SQL> exit
从 Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 – Production
常用命令:
1.load data 命令
把单个xml文件导入:
windchill wt.load.LoadFromFile -d testType.xml -u hongdu -p hongdu
把csv文件转化为xml文件:
windchill wt.load.util.CSV2XML –input test001AttrDefinizer.csv
把多个xml文件导入:
windchill wt.load.LoadFileSet -file D:\ptc\Windchill_9.1
\Windchill\loadFiles\ext\yinghai\AttrType.xmlAttrType.xml
windchill wt.load.LoadFileSet -file [load file set path]
-descr [load set description] -UAOps|UNATTENDED –NOSERVERSTOP
2.修改 RBinfo文件:
resourcebuild 文件路径名字
ant -f codebase/makeJar.xml
3.validator注册命令:
命令的含义和格式
比较两种格式的区别:
含义:
对action或attribute注册
xconfmanager -s
wt.services/svc/defualt/com.ptc.core.ui.validation.UIComponentValidator/descriptor ID./null/0=IDValidator/duplicate -t
codebase\com\ptc\windchill\enterprise\enterprise.service.properties -p
wt.services/svc/default/com.ptc.core.ui.validation.UIComponentValidator/(actionname)/null/0=com.ptc.windchill.enterprise.wip.EditValidator/duplicate -t codebase/server.properties(路径) -p
例如:
xconfmanager -s
wt.services/svc/defualt/com.ptc.core.ui.validation.UIComponentValidator/action name/null/0=ext.UIComponentValidator/duplicate -t codebase/service.properties -p 对filter注册
xconfmanager -s
wt.services/svc/default/com.ptc.core.ui.validation.SimpleValidationFilter/(MyPartValidator)/null/0=(ext.MyPartValidatorFilter)/duplicate -t codebase/service.properties -p
4.后台路径显示
&jcaDebug=1
ctrl+N
5. xconfmanager 命令仅带常用参数的语法如下:————————————p77 xconfmanager {-h} {-r
{-t
{--remove
{--undefine
在修改Windchill 属性时,主要使用-s、-t 和-p 参数,使用方法如下:
• 使用-s (--set) 参数标识相关属性并指定新属性值。有关格式化
• 使用-t (--targetfile) 参数指定属性文件的目录位置。如果文件名或路径包 含空格,则必须用双引号(" ") 将 定文件名以确保能够准确地参考该文件。 • 使用-p (--propagate) 参数将对XCONF 文件所做的变更传播到要修改的 属性文件,以确保XCONF 和属性文件彼此保持同步。 • 使用-h (--help) 参数查看xconfmanager 帮助。此帮助说明了所有xconfmanager 参数。 此外,还可以使用下列参数从声明为多值属性的属性中添加和删除属性值: • 使用--add 参数在已在属性中定义的有序属性值集末尾添加指定的属 性值。 • 使用--remove 参数从已在属性中定义的有序属性值集中删除指定的属 性值。 窍门:如果不确定某个属性是否为多值属性,可以使用-d 参数显示当前属 性值集。如果该属性是多值属性,则此参数的输出会列出多值分隔符。 以下是一些使用xconfmanager 实用程序的示例: • xconfmanager 通过windchill 外壳程序运行。要打开windchill 外壳程序界 面,可在命令提示符下执行以下命令: windchill shell • 要显示xconfmanager 帮助,可从windchill 外壳程序中执行以下命令:xconfmanager -h • 要显示某个属性的当前设置,可从windchill 外壳程序中执行以下命令:xconfmanager -d 过执行一个命令来显示多个属性的当前设置。 • 要更改属性值,从windchill 外壳程序执行以下命令: xconfmanager -s -t 窍门:请使用属性文件的全限定名以确保能够准确地参考该文件。如果