Siebel EAI

How can I hide the superfluous message in the “VBC error pop-up window“

When implementing a Virtual Business Component (VBC) based on XML Gateway and a Transport business service, an error handling routine can be defined in external application as follows:

<siebel-xmlext-status>
<status-code>4</status-code>
<error-field>field-name</error-field>
<error-text>Name must not be empty</error-text>
</siebel-xmlext-status>

Refresh an applet instead of the Business component

User wants to update the data being displayed on UI after performing some validation and updates via a script on the underlying BC.

Solution:

A vanilla Business Service “FINS Teller UI Navigation” can be used to refresh an Applet after updating the underlying data, without breaking the current query.

Approach:

Deploy or Activate of Several Workflow Processes on Siebel

Siebel 7.8 introduces a new business service named "Workflow Admin Service" which offers, among others, this functionality to deploy or activate several workflow processes at a time. This is a new business service that allows you to perform batch import/export, deployment, and activation of multiple workflow processes initiated by way of a search specification. The methods for this business service are: Activate, Delete Deploy, Deploy, Export, and Import.
 

Connect AND GeoAccess to Siebel

This document describes the steps to be taken in order to connect to AND GeoAccess to Siebel.
 
Virtual Business Component
 
Create a Virtual Business Component (VBC) in Siebel and base it on a custom business service.
  • A VBC is based upon a Business Component (Class: CSSBCVExtern)  and a Business Service (Class: CSSService).
  • For using a VBC it is mandatory to code (either in VB-script or Java script) the methods y

Siebel EAI Interview Questions

1)      COM Data server  provides access to Siebel database through
 
a)      ActiveX controls
b)     .DLL and .TLB files
c)      Proxy classes
d)     Application instance
 
2)      If the data volumes are very large and the frequency of changes to the data is very high then you are most likely to use data replication integration strategy.

Loading Attachments in to Siebel through EIM (Enterprise Integration Manager)

This article is written to demonstrate how attachments can be migrated through EIM from source into target Siebel system. This document gives you an overview of loading attachments in Siebel, various entities in which attachments can be tied, processes involved in loading through eim, etc, Also, at the end of this document there is a case study available in loading attachments against Accounts through EIM.