Command Line XML Args for include / exclude
sergemat
Posts: 2
The Help File for the Command Line Tools 5.0 indicates the following XML syntax for the <include> and <exclude> options:
I finally managed to run it with the old (3.x) syntax after searching this forum for hours and guessing:
For Example:<include>objecttype:RegularExpression</include>
<?xml version="1.0"?> <commandline> <exclude>Role</exclude> <exclude>User</exclude> </commandline>However the tool does not accept such syntax and exists with code 34.
I finally managed to run it with the old (3.x) syntax after searching this forum for hours and guessing:
<?xml version="1.0"?> <commandline> <exclude objecttype="Role"/> <exclude objecttype="User"/> </commandline>I think the tools and the help have to be in sync!
This discussion has been closed.
Comments
I am sorry about the trouble you have gone through. I will look into getting this fixed.
Regards,
Jonathan
-Project Manager
-Red Gate Software Ltd