SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 60607: Calculating a model that uses driver rules fails in Linux environments with the "IOM call failed..." error

DetailsHotfixAboutRate It

In environments where SAS® Cost and Profitability Management 8.1 is installed under Linux, calculating models that use driver rule formulas to create assignments might fail with the following error:

IOM call failed. Internal server exception: access violation

It might be possible to circumvent the error by replacing statements that use the equality (=) comparison operator with statements that use the Match function.

For example, rules that are similar to the following would trigger this error:

Destination."Module".DimMemRef="CostObject" AND Destination."Org".DimMemName=Source."Org".DimMemName

However, if you revise the rule in the following way, you do not encounter the error:

 Match(Destination."Module".DimMemRef,"CostObject") AND Intersection.Match("BP")

Click the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Cost and Profitability Management Data ServerLinux for x648.1_M58.39.4 TS1M39.4 TS1M5
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.