AutoVue Viewer
How to alter line thickness when printing via AutoVue Viewer
- This is a printing problem associated with AutoVue Viewer where the line thickness in a drawing is not implemented in the printout.
- This problem is known to occur on BlueCielo Meridian 2011. This problem can occur with all versions of AutoVue Viewer.
- The following workaround will tell you how to alter the line weight by changing the settings in the configuration file.
- Open the AVX.INI file
- Look for [AVPrintOptions] section and insert the following values:
- [AvPrintOptions]
- PenThicknessFname=aa123.c2t
- PenThicknessUnits=0
- Adjust the PenThicknessUnits value where PenThicknessUnits 0/1 = inch/mm
- Place the c2t file in C:\Program Files\Common Files\Cyco Shared\AutoVue
How to alter pen thickness when printing via AutoVue Viewer
To edit the line thickness, users must
change the Color values under section [Plotter/Device/WidthTable] to the desired number.
e.g.
Color0 = 0.010000000 or
Color0 = 0.030000000
This line weight is then controlled by PenThicknessUnits=0 option in the AVX.INI file.
PenThicknessUnits can have two values, 0 or 1 where 0 = inch and 1 = mm
Changing upload limit for web access on Windows 2008 R2 Server
- After upgrading to Windows 2008 R2 Server, users find that they cannot upload documents larger than 20MB via web access.
- This problem is known to occur on Windows 2008 R2 x64 Server.
- The upload limit can be changed through the following steps:
- Locate and open web.config for the web application (AMM)
- Add the following code under the system.webServer node:
The value is set in bytes. Please change it to a value which best suits your users’ needs. This example sets it to 2GB.
If users get an error saying maxAllowedContentLength cannot be overwritten, this can be altered using the following steps:
- Locate and open %windir%\System32\inetsrv\config\applicationHost.config
- Find
- Change “Deny” to “Allow”
- Check all options for "requestFiltering"