Hi,
When Im trying to import processing rules where the Receiver is set to “Enterprise” Im getting an error (pasted below). I am able to import processing rules where the Sender is set to “Enterprise” without any problems.
ERROR MESSAGE:
Unable to import processing rule AdditionalInformation. Receiver profile null is used in the processing rule but, it is not defined."
java.lang.Exception: Unable to import processing rule AdditionalInformation. Receiver profile null is used in the processing rule but, it is not defined.
at com.wm.app.tn.db.Import.validateRule(Import.java:1768)
at com.wm.app.tn.db.Import.installRules(Import.java:516)
at com.wm.app.tn.db.Import.installData(Import.java:163)
at wm.tn.adminimpl.importData(adminimpl.java:1109)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:403)
at com.wm.app.b2b.server.invoke.InvokeManager.process(InvokeManager.java:630)
at com.wm.app.b2b.server.util.tspace.ReservationProcessor.process(ReservationProcessor.java:46)
at com.wm.app.b2b.server.invoke.StatisticsProcessor.process(StatisticsProcessor.java:44)
at com.wm.app.b2b.server.invoke.ServiceCompletionImpl.process(ServiceCompletionImpl.java:232)
at com.wm.app.b2b.server.invoke.ValidateProcessor.process(ValidateProcessor.java:51)
at com.wm.app.b2b.server.ACLManager.process(ACLManager.java:220)
at com.wm.app.b2b.server.invoke.DispatchProcessor.process(DispatchProcessor.java:30)
at com.wm.app.b2b.server.AuditLogManager.process(AuditLogManager.java:618)
at com.wm.app.b2b.server.invoke.InvokeManager.invoke(InvokeManager.java:535)
at com.wm.app.b2b.server.invoke.InvokeManager.invoke(InvokeManager.java:381)
at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:237)
at com.wm.app.b2b.server.comm.DefaultServerRequestHandler.handleMessage(DefaultServerRequestHandler.java:119)
at com.wm.app.b2b.server.HTTPMessageHandler.process(HTTPMessageHandler.java:151)
at com.wm.app.b2b.server.HTTPDispatch.handleRequest(HTTPDispatch.java:176)
at com.wm.app.b2b.server.Dispatch.run(Dispatch.java:307)
at com.wm.util.pool.PooledThread.run(PooledThread.java:112)
at java.lang.Thread.run(Thread.java:595)
The export has been taken using the TN Console Version 7.1.1.0.60 and the same TN console is being used to import onto the new environment.
Import Steps:
-
Create enterpise on the target environment (works fine)
-
Import the Field Groups, Field Definition and Partner Profiles from the export file (works fine, same export file)
-
Import the Document Attributes and Document Types from the export file (works fine, same export file)
-
Import the Processing Rules. At this point it fails.
Any help would be really appreciated.