Page 1 of 1

Reassigning a classes map file to null

Posted: Thu Jan 16, 2014 2:11 pm
by BDeath
Hi

I have a problem that I am trying to solve.

In my database there are classes that only have a transient lifetime. Currently these have a map file, and I would like to get rid of them.

Clearing the map file a class in Dev is easy enough, however when the class is extracted and loaded into Test, the map file remains.

I have tried using the remap command in a JCF. However this command requires a map file name to be specified, and outputs an error if it is left blank.

Is there a way to clear a map file from a class using Extracts or a JCF?

Thanks
Blake