0% found this document useful (0 votes)
2K views1 page

Aveva. Pdms. Errors

This document discusses solutions to common errors encountered when working with Aveva PDMS 3D software. It provides four examples of errors, including an array element error, syntax error during export, unknown variable type error, and solutions for resolving each issue. The solutions involve checking specification selections, editing code files to modify attribute formatting, importing necessary DLLs, and using namespaces.

Uploaded by

adasad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views1 page

Aveva. Pdms. Errors

This document discusses solutions to common errors encountered when working with Aveva PDMS 3D software. It provides four examples of errors, including an array element error, syntax error during export, unknown variable type error, and solutions for resolving each issue. The solutions involve checking specification selections, editing code files to modify attribute formatting, importing necessary DLLs, and using namespaces.

Uploaded by

adasad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
  • 3D Software Customization

Aveva. Pdms. Errors.

Solving(Updating) | 3D Software Customization Page 1 of 1

3D Software Customization

UNCATEGORIZED

Aveva. Pdms. Errors. Solving(Updating)

MARCH 7, 2017 | ME_HUNGRY | LEAVE A COMMENT

I decided to create one topic with solving of different errors
that I face while supporting Aveva Pdms.

2. Error: (2,752) Array element 19 does not exist
Solving: Some element in your spec doesn’t have detref or it has unset rtext/stext. Check that specifi­
cation sele of the same type as your elements and correct detref.
3. Error: (47,15) CP: Syntax error   > While export attributes to Review
Solving: Edit file cdxattdump.pmlfrm (or analog) line 434
!attrib = !attrib.trim().replace(‘$$’,”).replace(‘|’,”)
or fix attribute value. In my case I had value ‘|’ in attribute value.
4. Error:(46, 94) PML unknown variable type while calling pmlnet callable control in *.pmlfrm
Solving: import the DLL:

import ‘GridControl’HANDLE(1000,0)ENDHANDLE

And use this namespace:

using namespace ‘Aveva.Pdms.Presentation’

https://mehungryblog.wordpress.com/2017/03/07/aveva-pdms-errors-solving/ 20-Oct-18

You might also like