Skip to content

Commit 8f7356e

Browse files
committed
[#118] Remove replNum from msiDataObjUnlink example rule
1 parent eaf7715 commit 8f7356e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
def main(rule_args, callback, rei):
22
source_file = global_vars['*SourceFile'][1:-1]
33

4-
callback.msiDataObjUnlink('objPath=' + source_file + '++++replNum=1', 0)
4+
callback.msiDataObjUnlink('objPath=' + source_file + '++++forceFlag=', 0)
55

6-
callback.writeLine('stdout', 'Replica number 1 of file ' + source_file + ' is removed')
6+
callback.writeLine('stdout', 'Data object ' + source_file + ' is now removed')
77

88
INPUT *SourceFile="/tempZone/home/rods/sub1/objunlink2"
99
OUTPUT ruleExecOut

0 commit comments

Comments
 (0)