When you are running a job, is that mandatory that the configuration files should be placed on server? If so which directory should they be placed?
Yes, it is mandatory to have the IFB files in the directory- siebsrvr/admin path as these files will be called at runtime
Usually ifb files are located under directory- siebsrvr/admin/..
Explain the types and description of authentication in siebel. Is there any document about it
authentication is a process of verify user credential again configure data source and creating identity. (authentication + authorization=security). asp.net have some authentication like----- 1.Wind...
Authentication is provide security to the entire Application Based on username/password it is the one way. other way is based on SOAP Security it allow the correct Users.
What is the purpose of x_ columns in EIm table.
those are the extended columns in the table, when ever a column created in the base table, there is a need of creating a eim column also . can be done through wizard by right click on the table, eim t...
For example, we need to update the account status field in the account applet. We should execute the SQL query to insert the value in EIm table then we run the ifb in EIm task.
Create ifb file as per your requirement from already existing default.ifb IFB FILE has two parts Header-credentials Process-name of process (given by your own) Description of process [process name] TY...
TPM is focus improvement tool for any industry
if you are a customer or client of siebel, just ask them to provide you access to their mysiebel application. this has all the information that you need to access.
What is audit trail in siebel?
Audit trail basically helps you to track the record of all the changes done in the siebel database i.e Siebel Recrods.
You can audit trail of any B.C based on your recruitment and track the update of any record.
Audit Trail creates a history of the changes that have been made to data in Siebel applications. An audit trail is a record showing who has accessed an item, which operation was performed, when it was...
What is s_party table and what is role of it
The main objective of introducing S_PARTY Table or party model is to provide better Access Control Mechanism and to improve performance of the system.
S_PARTY concept introduced in the versions after Siebel 6. The main use of S_PARTY is to increase the performance and reduce the redundancy of the data. S_PARTY started with the concept of normalisa...
How we wiil create drilldown in form applet..........Please explain
How to create drilldowon form Applet: Ex:Account Entry Applet We Have to create Control Field is "Name"(example is name) Properties:Name-Name HTMLType =Link Filed ...
As per me Drilldown is not supported on Form Applets in Siebel.
True =Specifies that the filed values is passed as default value to field in child business component,
or
parent type of default values and expects to get the child for values
Link specification is a Boolean in the BC Field Props. This needs to be enabled for fields that are multi value fields and if they need to be referenced in Search Specifications. For example if you want to use EXISTS ([Field Name] = 'Blah')
What is business service? What is the difference between workflow and business sevice? Is mandatory to create bs? Explain with small bs scenario?
A Business Service is like a mathematical calculator. As a calculator is used, it might contain Add, Subtract and other methods depending upon the input parameters, similarly a BS has methods that per...
Mvg field as a read only field
Is it possible to configure a mvg field as a read only field without using scripting? Plz suggest me.
'BC Read Only Field' user property on MVG BusComp
Yes. At the Applet Level property, make the Read Only Mode property of that field True.
Party tables are those which hold the party data or those tables that are the implicit extension tables for the S_PARTY table.
Party table has implicit extension tables and main data ia stored in extension tables whearas non party has main data in base table.
What are EIm job parameters
While running an EIM job, it is mandatory that we give the job parameters. EIM job parameters are the parameters which specify which entity is processed and which batch number is being processing and also if required the username and pwd on the server.
EIM Job parameters are:
1. Batch Number
2. Configuration File (name)
3. Error Flags
4. Password
5. SQL Trace Flags
6. Trance Flags
7. User Name
Business component and business object
Explain business component and business object
A business component in a business layer is mapped to tables in the data layer. At a particular instance a business component can be mapped to one table only. Many business components comb...
Business Component is a logical representation of the data from other tables.It retireves the data from the tables and display in Applet level.Business Object is a logical representation of Business f...
What is eai in siebel? How does it work?
It is the abbreviation of Enterprise Application Integration.It provides integration of SIEBEL applications with the external applications.It consists of a set of interfaces that interact with ea...
Siebel EAI is technology used for transferring or getting data / sharing data with other system. One end should be Siebel always.
Optimization techniques in EIm
Drop index only during initial loads.
Also you can remove Database Triggers for better performance.
Pls dont forget to create index and enable Database Triggers after the load is complete.
Regards
Joe
1) Limit base tables and columns
2) Run independent EIM jobs in parallel.
What are the s-party concept? What is there siginificance?
Party BC segregates the data according to the person based, position and organization based table.It has 4 fields:1) NAME 2) PARTY_UID 3) PARTY_TYPE_CD = person/group/org 4) ROOT_...
Siebel brought the concept of Party Model which refers to instance of entities that have access to records of "Person Related Entities", "Organization related entities", and "...
Difference between fields and single value fields
Field can be Single Value Field(SVF) or Multi Value Field(MVF). SVF are applicable to only those fields that are not multi-value fields. MVF displays child records of the parent record
Fields and SVF are both objects of Business component.Fields whatever it might be SVF or MVF can be seen available in Fields.But We can not be able to able see a field which is MVF in SVF but th...
Cognos is not supported for running reports in Siebel however I belive you can use some approach related to EAI to accomplish this task.
Siebel Realtime Interview Questions
This error occurs when the file is not located in the folder from the Batch file is run. You need to verify if the configuration .ifb file name and the path to the file is valid and is correctly spe...