Skip to main content

Posts

Showing posts with the label Datamap

InvokeServiceMethod in EAI Data Mapper Returns Error " SBL-DAT-00610: Access denied to invoke business service 'Custom Service' " (Doc ID 538237.1)

APPLIES TO: Siebel System Software - Version 7.7.1 SIA [18306] and later Siebel CRM - Version 7.7.1 [18306] and later z*OBSOLETE: Microsoft Windows 2000 Product Release: V7 (Enterprise) Version: 7.7.1 [18306] Pub Sect Database: Oracle 9.2.0.4 Application Server OS: Microsoft Windows 2000 Advanced Server SP 4 Database Server OS: IBM AIX 5100-03 This document was previously published as Siebel SR 38-1409242127. **Checked for relevance on 28-JUN-2016*** SYMPTOMS In Siebel version 7.7, a data map has been created (based on a working Siebel 7.5.3 version mapping). One of the mappings invokes a custom business service using expression InvokeServiceMethod.  The following is inclued in a Source Expression in the EAI Data Mapper :- InvokeServiceMethod("Custom Service", "GetUserAccountId", "loginName=" + [submitter], "Account Id") When the mapper service ('EAI Data Transformation Engine') is executed, the following error is r...

How to prepare Datamap using EAI Data Transformation Engine business service in Siebel Workflow

What is Data map? Data maps usually use to process data in bulk. Data map is based on Source and Destination integration objects. And then we map the integration components and after that their fields source and destination. Source field can be expression or integration component field coming from the SiebelMessage.   Below is process of invoking data map using business service step in Siebel workflow.   Procedure: Add new Business Service step in Siebel Workflow, set its properties as below: Business Service Name: EAI Data Transformation Engine Business Service Method: Execute Set the values of Input Arguments as below: Input Argument: MapName Type: Literal Value: Data Map Name Input Argument: OutputIntObjectName Type: Literal Value: IO Name Input Argument: SiebelMessage Type: Process Property Property Name:  SiebMessage Note: SiebMessage cloud be repose from Query in IO or from Web Service input and it should be based on above "IO Name" and ...