.dll error while approving a workflow task in Aras 11.5
Former Member
Hi,
I am receiving the below error while approving a workflow task from My Inbasket -
Could not find file "D:\Program Files\Aras\Innovaor\Innovator\Server\dll\zfrfub1q.dll".
The dll directory in the above path is empty in my system, I am not able to find the cause of the issue.
Request your help in resolving the issue at the earliest.
Regards,
Charita V
Parents
Former Member
Hi Sameerbaji,
The .dll error occurs when there are syntax errors in the code.
Please check if properties/method names are correct (like commodity_code, getNextSequence(), getInnovator() etc.) and double quotes are proper.
For example, the code should be -
Me.setProperty("item_number", Me.getProperty("commodity_code","RAND").substring(0,3)&"-"&Me.getInnovator().getNextSequence("SOLA_Part"))
Regards,
Charita
Hi Sameerbaji,
The .dll error occurs when there are syntax errors in the code.
Please check if properties/method names are correct (like commodity_code, getNextSequence(), getInnovator() etc.) and double quotes are proper.
For example, the code should be -
Me.setProperty("item_number", Me.getProperty("commodity_code","RAND").substring(0,3)&"-"&Me.getInnovator().getNextSequence("SOLA_Part"))
Regards,
Charita