Skip to main content

By default it's being written to c:\\ which is usually write-protected at our installation.

Yes, you can: simply redirect it in the [FILES]-section of your ASN. E.g.

[FILES]
udbg.cnf = c:\\temp\\udbg.cnf

I hope this helps.

Kind regards,
Daniel

Beat me to it by seconds. 



By default it's being written to c:\\ which is usually write-protected at our installation.

There's an asn file, udbg.asn (normally found in <unifaceinstall>\\uniface\\adm). 

Use the FILES section in this, and redirect *.cnf (or udbg.cnf) to wherever you want it to go. 


By default it's being written to c:\\ which is usually write-protected at our installation.

Yes, you can: simply redirect it in the [FILES]-section of your ASN. E.g.

[FILES]
udbg.cnf = c:\\temp\\udbg.cnf

I hope this helps.

Kind regards,
Daniel


Yes, you can: simply redirect it in the [FILES]-section of your ASN. E.g.

[FILES]
udbg.cnf = c:\\temp\\udbg.cnf

I hope this helps.

Kind regards,
Daniel

Thanks both.