Focal Point
fixed length fields

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7221037502

January 07, 2007, 06:55 AM
FrankDutch
fixed length fields
I have the problem that when I build a new report in DS, some of my fields automatically get a fixed length.
These fields have a format of AnV (A50V or A100V).
When I remove the fixed length settings, save the report and run it, I sometimes see the result still with that fixed length. How can I avoid this?




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

January 19, 2007, 11:14 AM
Kerry
Hi FrankDutch,

Has this issue been resolved?

I asked an internal resource and was suggested that you may need to change the MASTER and/or ACCESS file descriptions for this to take effect.

Hope this helps. Smiler

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
January 19, 2007, 01:25 PM
TheCloser
In 71, VARCHAR fields are mapped to the AnV format. To switch back to the behavior in older releases, add the following to the global profile or edasprof.prf file of the reporting server:
ENGINE SQL SET VARCHAR OFF

for example
ENGINE SQLORA SET VARCHAR OFF

remember that this will affect all synonyms created on the server
January 19, 2007, 02:22 PM
FrankDutch
great, that is worth trying...
I will let you know if it worked next week!
have a nice weekend.




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7