cancel
Showing results for 
Search instead for 
Did you mean: 

RuntimeError in mapping.......package com.itc.xi.mapping.udf does not exist

Former Member
0 Kudos

while testing a maaping, one of the UDFs threw the following runtime error...

Error: package com.xxx.xi.mapping.udf does not exist...

moreover, whats the CLASSPATH of the java package com.itc.xi.mapping.*

Message was edited by:

sudeep dhar

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

You seem to be referring to some extrenal class in your UDF and this class is not available under imported archives.

Please check what is the class being refefferd and make sure it is in the imported archives,.

Regards

Bhavesh

Answers (1)

Answers (1)

Former Member
0 Kudos

import the all the package in ur imported archive of XI then you should not get this error. right now their package and ur refering it which does not exhist.

Former Member
0 Kudos

thanks sreeram...

actually i imported the package, and its working now

Former Member
0 Kudos

cool it works