Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

XDF version error


View products that this article applies to.

Problem

I am receiving the following error message while running in RRE v6.1:

> varinfo <- rxGetInfoXdf(dataName, getVarInfo=TRUE) 
Error in rxCall("RxGetInfo", params) : 
This is an old version of a DataFile, and cannot be read.

↑ Back to the top


Solution

The error message is worded poorly but there was a change to the .xdf file format between version 6.x and version 7.x that can prevent XDF files written in the latest version from being read in earlier versions.

If you need to read the .xdf file, you will need to use one of the later versions. or you can modify the data using rxXdfToText in version 7.x and created the delimited file and then using rxTextToXdf in v 6.x to create a downrev version of the xdf file.

↑ Back to the top


Keywords: kb

↑ Back to the top

Article Info
Article ID : 3104259
Revision : 1
Created on : 1/7/2017
Published on : 10/29/2015
Exists online : False
Views : 58