Activity overview
Latest activity by svens
We are using the filter option like here, but it is not working: sco.exe /project:./Local_vs_Ref.ocp /scriptfile:"./Deploy/temp/Local_vs_Ref_Changes.sql" /report:"./Deploy/temp/Reports/Local_vs_Ref.html" /reporttype:Interactive /filter:"./Filter.scpf" The filter file looks like: <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Filter version="1" type="Filter">
<exclude type="ExcludeList" version="2" />
<excludeContaining>FREIGABE_KUNDE</excludeContaining>
<includeContaining />
</Filter>
The generated script file includes type with exclude string.
Any hints? / comments
We are using the filter option like here, but it is not working:sco.exe /project:./Local_vs_Ref.ocp /scriptfile:"./Deploy/temp/Local_vs_Ref_Changes.sql" /report:"./Deploy/temp/Reports/Local_vs_Ref....