Error occurred in call to ORPHCallActivePluginInitialize().
Problem(Abstract)
The following errors occur when the DataStage stored procedure stage contains columns of type NVarChar:
Message: SP_SADRUPD,0: Error: Datatype not presently supported
Message: SP_SADRUPD,0: Error occurred in call to ORPHCallActivePluginInitialize().
Resolving the problem
When a DataStage Stored Procedure stage contains columns defined as data type NVarChar, the job fails with the following warning and error messages:
Type: Warning
Message Id: IIS-DSTAGE-STP-00082
Message: STP_stage,0: Error: Datatype not presently supported
Type: Fatal
Message Id: IIS-DSTAGE-TODC-00017
Message: STP_stage,0: Error occurred in call to ORPHCallActivePluginInitialize().
The NVarChar data type is not currently supported by the Stored Procedure stage. Change an NVarChar columns to type VarChar then save, compile, and re-run the job.