Packager complains with some filenames

In a package.qpg I have the following rule:
<QPG:Add file=“database_files/CP_STD.configuration[0].dat”
install="/VA01109-1/ds/" permissions=“444”/>

Packager complains because it cannot found this file.
I tried:
<QPG:Add file=“database_files/CP_STD.configuration[0].dat”
install="/VA01109-1/ds/" permissions=“444”/>
Same result.
If I use:
<QPG:Add file=“database_files/CP_STD.configuration*.dat”
install="/VA01109-1/ds/" permissions=“444”/>
it works fine.

Is it possible to fix it for future releases?

cheers
Alain.

Alain, I’ll check into this for you. Thanks.

Jerry Chappell

“Alain Bonnefoy” <alain.bonnefoy@icbt.com> wrote in message
news:3D522F8A.7000603@icbt.com

In a package.qpg I have the following rule:
QPG:Add file=“database_files/CP_STD.configuration[0].dat”
install="/VA01109-1/ds/" permissions=“444”/

Packager complains because it cannot found this file.
I tried:
QPG:Add file=“database_files/CP_STD.configuration[0].dat”
install="/VA01109-1/ds/" permissions=“444”/
Same result.
If I use:
QPG:Add file=“database_files/CP_STD.configuration*.dat”
install="/VA01109-1/ds/" permissions=“444”/
it works fine.

Is it possible to fix it for future releases?

cheers
Alain.