I use WNL v6.3 but a collaborator I’m working with uses v6.4. When sharing project files I am unable to open any created by him in 6.4 (but he can open my projects created in v6.3).
Does anyone know of a solution to allow backwards compatibility? I wasn’t aware that v6.3 and 6.4 were that fundamentally different?!
Unfortunately although Phoenix is backward-compatible i.e. projects from older versions can be opened in newer versions. It is not possible to make them forward-compatible since sometimes the features used in a workflow might not be available in an older version. There are no official workarounds for this at the present time, in some cases saving the workflow as a template and re-loading it works as long as no new objects are part of the workflow
Simon - there are a couple of options that you could use to see the 6.4 project;
install v6.4 on another machine, no license is required if you simply want to open and view a project ‘read-only’
another way of viewing an analysis is to request a user right-clicks on the root workflow and chooses dependencies, this will generate an XML dump of the whole project that can be rendered in any web browser etc. (note this is a one way process so although a good back-up archive of your analyses (since platform independent), you would want to save the PHXPROJ too.
We do keep looking at ways to support such ‘forward’ compatibilit but unfortunately it is not trivial.
That’s a double declaration. Error in Firefox and a blank page in IE. Either delete the 2nd line or – better! – delete it and change “ISO-8859-1” in the first to “utf-8”.
a good back-up archive of your analyses (since platform independent)
Simply amazing. Is this procedure documented somewhere?
splendid; I should have read all TFMs. My rant from above is partly resolved: The FW Released Notes state on p.21:
Unable to view dependencies in Internet Explorer (QC 12168): Dependencies cannot be viewed in Internet Explorer. The workaround is to open the XML file in Notepad and delete the following text at the top of the file:
<?xml version="1.0" encoding="utf-8"?>
Saving the XML file and reopening in Internet Explorer fixes the issue.
I’m a fan boy of UTF-8. I have to check whether symbols (α, β, λ, ∞) one used in plots and tables might disappear in linked files if the XML is encoded in ISO-8859-1.