Hi fellows,
I have modified an existing node of my SAS RRM 6.1; I have added a new input dataset (rrm_stg.counterparty_x_internal_org.sas7bdat) and a new output dataset (rd_stage.counterparty_x_internal_org.sas7bdat). I have done it in my personal FA and rebuilt the full jobflow.
I have attached the SAS program (task/node) and the generated bpmn file; both seem ok to me but when I create an instance and run it I am getting an error in the log (attached too):
IRM [Thread-52] 01juin19 09:16:38,642 WARN com.sas.solutions.risk.irm.server.pooling.DataObjectPoolingService - Added .SAS7BDAT to 2 part name rd_stage.counterparty_x_internal_org, isCollection: false
IRM [Thread-52] 01juin19 09:16:43,074 WARN com.sas.solutions.risk.irm.server.pooling.DataObjectPoolingService - Added .SAS7BDAT to 2 part name rd_stage.counterparty_x_internal_org, isCollection: false
IRM [Thread-52] 01juin19 09:16:50,180 ERROR com.sas.solutions.risk.irm.server.jobflowexec.JobFlowExecutor - Caught exception in preparing execution of flow instance Fodep (key: 214869806)
java.lang.IllegalArgumentException: Unexcepted null data path found from minimum input set or normalized output set for input name RD_STAGE.COUNTERPARTY_X_INTERNAL_ORG
at com.sas.solutions.risk.irm.server.pooling.DataObjectPoolingService.normalizeInputsOutputs(DataObjectPoolingService.java:966)
Of course I have restarted server_8 before creating my instance.
Apparently it seems related to the added output dataset rd_stage.counterparty_x_internal_org but no idea what is wrong.
Anyone has an idea ?
Regards,
jbkm
This is a highly specialised issue which would be better raised with SAS Tech Support if you haven't already done so.
A zipped attachment what are you thinking @jbkm most of us don't want to take the chance of opening a zipped file.
How to create a data-step version of your data
https://communities.sas.com/t5/help/faqpage/faq-category-id/posting#posting
https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-dat...
How to Add attachments
https://communities.sas.com/t5/Community-Memo/Adding-attachments-to-your-communities-posts/ba-p/4647...
All files now attached.
just removed the first line of the bpmn file to make it txt file:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
This is a highly specialised issue which would be better raised with SAS Tech Support if you haven't already done so.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.