hexagon logo

Unsupported Scripting Error!!!

I am running PC-DMIS CADD++, 2010MR3 on a Infinite 2.0 Romer. When I run a program with dimensions in it I get the following error.Angry If I delete the dimensions it will run and not get the error and then I would have to redo the dimensions. Does anyone know why? I never had this problem before. Could there be a setting which got change that causes this? Thanks for the help!


  • This error could happen for different reasons.

    It is possible the report template you are using was modified in some way that created a problem.

    It is possible the program you are using has corrupted internal report template data. Select 'File - Reporting - Clear template associated data' and see if this helps.

    If you have more than one version of PC-DMIS installed you may need to re-register the OCX controls that are included in PC-DMIS (look in the installation folder of PC-DMIS and you will see a number of files with an OCX extension).

    - Start - Run - cmd.exe (this will open a command prompt window)
    - Enter the following commands (ignore comments in braces):
    C: (this will make sure you are on 'C' drive. The command prompt may be defaulted to some other drive)
    CD C:\Program files\wai\pc-dmis 2010 (this will change the current directory to the location where PC-DMIS is installed. Adjust the path as needed)
    REGSVR32 <name of file with ocx extension> (example: REGSVR32 PCDMISREPORTINGCONTROLS.OCX)
    - Repeat the 'REGSVR32' command for all of the OCX files in the PC-DMIS directory.


    If the command prompt is not your thing you can download a batch file to do this for you from here: ftp://ftp.wilcoxassoc.com/Utilities/register_ocx.zip
    You may need to edit the file to suit the version of PC-DMIS you are using (maybe there are more OCX files then it was written for).