Consultor Eletrônico



Kbase P23825: Dynamics: XML file path in aferschema.i creates the file in
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   28/04/2003
Status: Unverified

FACT(s) (Environment):

Dynamics 2.0A

SYMPTOM(s):

Dynamics: XML file path in aferschema.i creates the file in the wrong directory.

The problem is the line:

%File(%DiagramProp("RootDir")db\icf\dfd\%DiagramProp("DBlogical")%DiagramProp("DBVersion")rel.xml)
{<?xml version="1.0" encoding="utf-8" ?>

which creates the xml file in a directory that includes the hard coded
reference to "icf". This is not correct when using the templates for the customers own database.

CAUSE:

This hardcoded reference to 'icf' is there by design. The idea is to keep all .df files in a common .df directory.

FIX:

The code is working as intended.