The Reporter's command uxrepadd fails when it is executed from the Reporter client(Dollar Universe or Unijob). The command used is the following:
uxrepadd EXT -PRODUCT DUAS -COMPANY EXP -NODEVIEW
C:\ORSYP\DUAS\COMPANY_NODE\reporter_client\exec>uxrepadd.bat EXT -PRODUCT "DUAS" EXP -NODEVIEW "TESTONLY"
Exception in thread "main" java.lang.NullPointerException
at com.orsyp.std.ClassicConnectionFactory.getConnection(ClassicConnectionFactory.java:136)
at com.orsyp.std.ClientConnectionManager.getConnection(ClientConnectionManager.java:507)
at com.orsyp.std.ClientConnectionManager.getConnection(ClientConnectionManager.java:543)
at com.orsyp.std.ClientConnectionManager.getConnection(ClientConnectionManager.java:268)
at com.orsyp.std.ClientConnectionManager.getConnection(ClientConnectionManager.java:234)
at com.orsyp.std.EnvironmentStdImpl.getConnection(EnvironmentStdImpl.java:503)
at com.orsyp.std.EnvironmentStdImpl.getEnvironmentVariable(EnvironmentStdImpl.java:384)
at com.orsyp.api.Context.getEnvironmentVariable(Context.java:444)
at com.orsyp.reppub.common.util.DUASOperations.getLogicalNodeNameFromDUAS(DUASOperations.java:67)
at com.orsyp.reppub.client.util.ClientConfigurationManager.getLogicalNodeNameFromDUAS(ClientConfigurationManager.java:287)
at com.orsyp.reppub.client.commandline.CommandLineParameters.getServerNode(CommandLineParameters.java:811)
at com.orsyp.reppub.client.commandline.CommandLineParameters.<init>(CommandLineParameters.java:167)
at com.orsyp.reppub.client.commandline.RepCommandLineParameters.<init>(RepCommandLineParameters.java:49)
at com.orsyp.reppub.client.commandline.CommandLineUxRepAdd.<init>(CommandLineUxRepAdd.java:43)
at com.orsyp.reppub.client.commandline.CommandLineUxRepAdd.main(CommandLineUxRepAdd.java:54)
Cause type: Configuration
Root Cause: The REPNODE needs to be provided when executing the uxrepadd from the Reporter client(DUAS or Unijob).
Update to a fix version listed below or a newer version if available.
Fix Status: Released
Fix Version(s):
Component: Reporter
Version: Dollar.Universe 6.0.0
Please include the REPNODE parameter. For example:
uxrepadd.bat EXT -REPNODE REPORTER_SERVER_NAME -PRODUCT "DUAS" EXP -NODEVIEW "TESTONLY"