Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

"Internal Error: Memory Access Violation" with UDFs

Status
Not open for further replies.

martar

Computer
Joined
Nov 19, 2007
Messages
5
Location
ES
Hi!

I'm working with Knowledge Fusion, and I want to load a UDF from a *.dfa file, I think that the sintax is ok, but sometimes when execute the file N.X.4 gives Internal Error: Memory Access Violation.
I don't know which is the problem because sometimes it run ok.
Can someone help me?


(child) udf:
{
Class; ug_udfs;
Name; "udf_name";
Parameters; {{},{}...};
References; {{},{}...};
};



Thank you,
and sorry about me english.
 
What version of NX4 are you running? We had failure issues with UDFs with 4.0.3.3 that required us to move to 4.0.4.2 MP3.
 
Before I had 4.0.0.25 but now I have moved to NX 4.0.4.2 (which I think is the last) and the problem continues
 
How do you references the UDFs fron the *.dfa file, I think that the problem is with the references, because I have some UDFs that don't nedd references and its run ok.

Thank you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top