Salesforce

ManuRuntimeException: msgId: SS0067 during NPI By Priority process

« Go Back

Information

 
TitleManuRuntimeException: msgId: SS0067 during NPI By Priority process
SummaryManuRuntimeException: msgId: SS0067 during NPI By Priority process
URL NameManuRuntimeException-msgId-SS0067-during-NPI-By-Priority-process
Resolution
Corrected entry in NPIToDFUExpression table and the process completed successfully.
ProductsDemand
ModuleNPI process
Version8.2.0.0
Error Message Code
Unknown system exception - com.manu.webservices.common.ManuRuntimeException: java.util.concurrent.ExecutionException: com.manu.webservices.common.ManuRuntimeException: msgId: SS0067 msgId: SS0067
Cause
Incorrect entry in NPIToDFUExpression.Expression
In the NPIToDFUExpression table, if you define any expression, you must provide the table names and columns.
Additional Information
To get more detailed information from the logs:
Open the 'log4j2.xml’ file in the <install_root>\config\properties folder.

Add the below entries in between the   <loggers> </loggers> tags:

<logger name="com.manu.scpoweb.demand.process.multiplecopy.dao.NPIExplodedToDFUDAO" level="info" additivity="false">
      <appender-ref ref="Default"/>
    </logger>

<logger name="com.manu.scpoweb.demand.process.multiplecopy.dao.NPIToDFUExpressionDAO" level="info" additivity="false">
      <appender-ref ref="Default"/>
</logger>

 Remember to remove the above lines again from the 'log4j2.xml’ file after gathering the information
Publication StatusPublished

Powered by