We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf7715 commit 8f7356eCopy full SHA for 8f7356e
1 file changed
python_rules/rulemsiDataObjUnlink.r
@@ -1,9 +1,9 @@
1
def main(rule_args, callback, rei):
2
source_file = global_vars['*SourceFile'][1:-1]
3
4
- callback.msiDataObjUnlink('objPath=' + source_file + '++++replNum=1', 0)
+ callback.msiDataObjUnlink('objPath=' + source_file + '++++forceFlag=', 0)
5
6
- callback.writeLine('stdout', 'Replica number 1 of file ' + source_file + ' is removed')
+ callback.writeLine('stdout', 'Data object ' + source_file + ' is now removed')
7
8
INPUT *SourceFile="/tempZone/home/rods/sub1/objunlink2"
9
OUTPUT ruleExecOut
0 commit comments