I'm looking for documentation on syntax changes in the datawindow from 12.5 - 2017R2. I have some datawindows created in 2017 that I need to retro-fit into 12.5. We are all set with 2017 licenses, but management decided to put off the upgrade till after the current enhancement release I'm working on because our testing team is estimating too much time for a full regression test. Soooo, I need to downgrade about 10 dw's. I tried just simply editing the source and change the release, but there was more to it. Most have unions, if that's an issue.
Thanks,
Kevin
When I deleted that line and tried to import, PB 12.5 blew up. I was able to replace it with an exportpdf syntax from a 12.5 version and it worked perfect, so thanks!
replaced (PB2017) : export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" nativepdf.customsize=0 nativepdf.customorientation=0 nativepdf.pdfstandard=0 nativepdf.useprintspec=no )
with
(PB12.5) : export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
So it looks like all of the nativepdf attributes need to be removed. Once I did that and changed the release to 12.5 all of my dws imported fine. One additional note, on tv dw's there's more at the bottom after all the export stuff. I accidentally deleted it on one of my tv dws and had to add it back in from a backup version. Thanks again Mike for the suggestion.