Hi,
In my environment I have created a strategy for sending an outbound email which uses Create Email block followed by Send Email block. When Create Email block is executed, following error is thrown:
'Envelope3rdServer'(list) 'Service' 'Email'
'Method' 'CreateEmailOut'
'Parameters'(list) 'FaultCode' '204'
'FaultString' '05:07:56.468 Server: Email_Server Msg: Incorrect value for parameter 'InteractionType', expected 'Outbound' but was 'Internal''
In order to avoid the above given error, I updated the business data attributes 'InteractionType' and 'InteractionSubtype' using following functions (despite knowing that Genesys recommends not to update these attributes):
UpdateBusinessData['InteractionType','Outbound']
UpdateBusinessData['InteractionSubtype','OutboundNew']
When the above functions were used for updation, following error was returned:
15:25:35.219_T_I_1378020576717001 [14:32] EventAttachedDataChanged is received for tserver Interaction_Server[Multimedia_Switch] (this dn=asl_EmailStrategy, refid=13)
received from 65202(Interaction_Server)ServerABC:7000(fd=) message EventError
(ERROR CODE UNKNOWN)
AttributeErrorMessage 'Attempt to set/change read-only property'
AttributeErrorCode 66
AttributeThisDN 'asl_EmailStrategy'
AttributeCustomerID 'Resources'
AttributeConnID 1378020576717001
AttributeReferenceID 14
15:25:35.219_T_E_ [14:0c] EventError is received for tserver Interaction_Server[Multimedia_Switch] - Attempt to set/change read-only property
received from 65202(Interaction_Server)ServerABC:7000(fd=) message EventError
(ERROR CODE UNKNOWN)
AttributeErrorMessage 'Attempt to set/change read-only property'
AttributeErrorCode 66
AttributeThisDN 'asl_EmailStrategy'
AttributeCustomerID 'Resources'
AttributeConnID 1378020576717001
AttributeReferenceID 15
Could anyone help me how to resolve this problem without updating the business data attributes?
Thanks!