You are on page 1of 1

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