Skip to main content

[archive] trouble with xml2fd

  • March 23, 2010
  • 8 replies
  • 0 views

Dominique Sacre
Forum|alt.badge.img+2

[Migrated content. Thread originally posted on 23 March 2010]

I open AcuBench and choose Tools -> xml2fd.

Then I select the file that I have attached.

I receive a "Unabe to open named file" error.

:confused:

8 replies

Dominique Sacre
Forum|alt.badge.img+2

[Migrated content. Thread originally posted on 23 March 2010]

I open AcuBench and choose Tools -> xml2fd.

Then I select the file that I have attached.

I receive a "Unabe to open named file" error.

:confused:
change the first line to this:


Dominique Sacre
Forum|alt.badge.img+2

[Migrated content. Thread originally posted on 23 March 2010]

I open AcuBench and choose Tools -> xml2fd.

Then I select the file that I have attached.

I receive a "Unabe to open named file" error.

:confused:
Thanks for the suggestion.

However, I still get the error.

Dominique Sacre
Forum|alt.badge.img+2

[Migrated content. Thread originally posted on 23 March 2010]

I open AcuBench and choose Tools -> xml2fd.

Then I select the file that I have attached.

I receive a "Unabe to open named file" error.

:confused:
hmm, not sure, once I changed the tup line to not have the utf encoding, xml2fd work for me. Are you specifying an output directory that is different from where the test.txt resides?

Dominique Sacre
Forum|alt.badge.img+2

[Migrated content. Thread originally posted on 23 March 2010]

I open AcuBench and choose Tools -> xml2fd.

Then I select the file that I have attached.

I receive a "Unabe to open named file" error.

:confused:
see attached .sl and .fd

Dominique Sacre
Forum|alt.badge.img+2

[Migrated content. Thread originally posted on 23 March 2010]

I open AcuBench and choose Tools -> xml2fd.

Then I select the file that I have attached.

I receive a "Unabe to open named file" error.

:confused:
see attached .sl and .fd

Dominique Sacre
Forum|alt.badge.img+2

[Migrated content. Thread originally posted on 23 March 2010]

I open AcuBench and choose Tools -> xml2fd.

Then I select the file that I have attached.

I receive a "Unabe to open named file" error.

:confused:
see attached .sl and .fd

Dominique Sacre
Forum|alt.badge.img+2

[Migrated content. Thread originally posted on 23 March 2010]

I open AcuBench and choose Tools -> xml2fd.

Then I select the file that I have attached.

I receive a "Unabe to open named file" error.

:confused:
Using the provided XML file (test.txt) I modified the first line to be:



Then opened AcuBench, chose Tools\\Xml2FD and clicked [Start] and it procossed the file and created test.fd and test.fl files. The tool did note that it had to guess on some data items:

.\\test.fd:5: Guessed on length of data item
.\\test.fd:7: Guessed on length of data item
.\\test.fd:9: Guessed on length of data item
.\\test.fd:11: Guessed on length of data item
.\\test.fd:13: Guessed on length of data item
.\\test.fd:15: Guessed on length of data item

The test.fd file looks like this:

* .\\test.fd - Generated by xml2fd from E:\\test\\xml_files\\test.txt on 2010/03/23
fd CATALOG.
01 CD.
03 TITLE pic x(24).
03 ARTIST pic x(17).
03 COUNTRY pic x(6).
03 COMPANY pic x(14).
03 PRICE pic 9(2).9(2).
03 YEAR pic 9(4).

and the test.sl file looks like this:

* .\\test.sl - Generated by xml2fd from E:\\test\\xml_files\\test.txt on 2010/03/23
select CATALOG
assign to disk "test"
binary sequential
status is CATALOG-status.

Dominique Sacre
Forum|alt.badge.img+2

[Migrated content. Thread originally posted on 23 March 2010]

I open AcuBench and choose Tools -> xml2fd.

Then I select the file that I have attached.

I receive a "Unabe to open named file" error.

:confused:
I had the xml file, test.txt, in another directory than the fd folder.

Thanks for the help.