Search here for wide range of results..
Loading
Home » Ask a Question ?

Ask a Question ?


Please fell free to ask any Siebel related question by posting question as a COMMENT below.



27 Comments »

  • Raghu said:

    Hi .. can anyone tell ..how can we add customized soap header to a outbound web service in siebel..

    thanks Raghu

  • Sunil said:

    I am a .Net web developer having an experience of 2.5 years on .Net and now I am plaining to jump into Siebel platform. So It would be great if any one can answer my following queries.

    1) What is siebel?
    2) Who should learn Siebel?
    3) How difficult it would be for me to jump into the Siebel environment?
    4) In order to be successful in Siebel what are the steps I need to follow?
    5) If there are different domains in Siebel, which of them will be applicable for me in other essence which one
    of it is well suited for me?
    6) How long it would take to learn Siebel?

    Sunil

  • Jenny said:

    Hi, Anybody know how to integrate Google search engine to siebel crm in place of siebel’s SES (secure enterprise search). Any documents / guidance is helpful

    Thanks

  • neena said:

    Could you please provide your explanation for the below questions:

    1)In an Inbound MQseries integrated application first what server component needs to be configured to read the data in status queue?
    2)what is the most common Business Service is used to manipulate the data?
    3)What is the specific server component which keeps on pulling the message queue?
    4)How to get a particular attribute from XML with out scripting?

    Thank you,

  • Site Admin (author) said:

    Answers to above queries by Neena:

    1. There is a server component by name *MQ*. Look in siebel server profile configuration. You need to configure it and provide it a business service name “EAI MQ Series Server Transport”, also need to provide it a COnnection and Data Handling Sub-System.

    Most common business service used for MQ is “EAI MQ Series Server Transport” for send-recieve data. And EAI Siebel Adapter to update/insert/query data.

    2. you need to create these subsystes in Server COnfiguration -> Profile COnfiguration.

    3. This component will be listening to a MQ Queue, and pick the xml whenever it comes to Queue.

    4. YOu can use ‘PRM ANI Utilities Service’ business service to get any xml attribute. Also, you can use Workflow utilities service to do that by converting XML to a hierarchy message using a XML Convertor Service.

  • KalemKutu said:

    Hi,

    I would like to access the Siebel local client via Java.

    I don’t want to use commands like SELECT, INSERT, … which is possible via j-odbc drivers.

    I want use siebel specific methods, like getBusComp, …

    I know how to access the siebel server, but I need to access the local client.

    Does anyone has code fragment how to access the siebel local db with Java?

    Thanks
    Aykut

  • Site Admin (author) said:

    You can use Siebel Java Data Bean integration to achieve this. You can write code like GetBusComp, GetBusObject, in Java and run from Java client. You just need to import a siebel.jar files from Siebel to Java installation class folder. Get more details on this – http://download.oracle.com/docs/cd/E05553_01/books/OIRef/OIRefProgramming24.html

  • KalemKutu said:

    Hi Admin,

    thank you very much for prompt response.
    Unfortunately I know this approach.
    This approach is describing the way I can access the “SERVER”.

    But how do I access the “Local Client”?

    I tried many ways, somehow I can’t get it run.
    And I can’t find any examples on Internet.

    Thanks!

  • ajay said:

    Hi,
    can anyone tell me how colud intersection in bc’s will be done

  • Site Admin (author) said:

    Intersection BC can be created on a Intersection Table, using the normal BC creation wizard. In this BC, you will see records, belonging to intersection table.
    This kind of BC is generally used to so the association records, or created association records between the parent and child BC for a M:M relationship.

    let me know if any doubt..
    Vivek
    Administrator

  • Site Admin (author) said:

    Read the book – http://download.oracle.com/docs/cd/B40099_02/books/EAI3/EAI3_EAIJBS3.html.

    You can create a section in CFG like below and give some standard paramaters and siebel.jar file paths and some options. It is for dedicated client testing with Java data bean.

    Add to Client Cfg section –

    [JAVA]
    DLL = D:\j2sdk1.4.2\jre\bin\server\jvm.dll
    CLASSPATH =c:\sia80\client\classes\Siebel.jar;c:\cp\SiebelJI_enu.jar;c:\cp\myJARs.jar;
    VMOPTIONS = -Xrs -Djava.compiler=NONE

  • Site Admin (author) said:

    Siebel is hot in market, I personally know people with dotnet or java have migrated to siebel.
    1. Siebel is CRM – customer relationship management, a complete package tools and application, used to manager customer, employee, partners.
    2. Anyone having a bit of technical mind, can learn siebel easily.
    3. You would need a good practical training not a class room one.
    4. Siebel is more practical than books or theory.
    5. Take a break of ur current job,give some dedicated time to Siebel, you will learn.
    6. Siebel basic essentials is first, then you can learn advance techniques.
    7. 1 full month, 1 month self practice.
    For any training help/resources, just let me know.
    Thanks.

  • ajay said:

    Hi,
    what is the purpose of using ifb, dat, swt files?
    what are webservices?
    How can BC get external data give me exact link?

  • neena said:

    Admin,

    Thanks for answering my questions.Please let me know where can I find information related to my questions.Moreover,I have got one more question could you please provide your explanation.

    In an Inbound Webservice or in an Integration layer can i define custom userkey? where can i define and how can i define?

    Thank You,

  • Site Admin (author) said:

    Yes you can define custom user keys in the Integration Component User Key. Just go there in tools and create new record..similar to any other existing user key.

  • Radha said:

    Where can I get Siebel 8.0 Core consultant exam dumps to practice? Do we have any site to evalute our self for the same?

  • haluk said:

    Hi,

    I have a problem about static picklist. I do not know what happened but, when I try to compile a bussiness component that has any static picklist field/fields, and then open dedicated client, try to select any value of this picklist field, but It can not drop down. I can not select it. As if it has no values. Also clear caches.

    I check with spool parameters and logs say, db queries correct values for that picklist I try to select.

    I check it on List of Values and values are OK.

    I do not why it works like that. Any idea?

  • Site Admin (author) said:

    First thing , do you have the LOVs configured and it has values in the LOVS in your dedicated client database.
    Next, did u created a PICKMAP on your picklist field in the BC->Fields->Fields Pickmap.. you shd pick “Value” in your pickmap.

  • Prasad said:

    Fetching the Primary Contact from the Integration Object
    ********************************************************

    Hi Dears

    I have built an Integration Object with Account and Contact

    When ever i generate the Siebel Message, the Siebel Message should contain Only Primary Contact

    For this, One Alternative is we can create a Data Map and give the Source Search Specification at IC level as IsPrimaryMVG = “Y”

    But i don’t like to use the Data Mapper and Would like to Filter in the IO Level itself

    Under my Workflow I have created Process Property called SearchSpec and mentioned default string as : [Account_Contact.IsPrimaryMVG] =”Y”

    i.e Integration Component.Field Convention

    But i am getting an error like this
    *******************************************************************
    Error invoking service ‘EAI Siebel Adapter’, method ‘Query’ at step ‘Fetch Primary Contact’.(SBL-BPR-00162)

    Method ‘Execute’ of business component ‘Contact’ (integration component ‘Account_Contact’) returned the following error:
    “No field matches identifier ‘IsPrimaryMVG’.

    Please ask your systems administrator to check your application configuration.(SBL-DAT-00416)”(SBL-EAI-04376)
    *******************************************************************

    Could you please let me know how can i resolve this and fetch the only Primary Contact and What are all the alternative methodologies to achieve the same

    Thanks in Advance

    Prasad

  • Site Admin (author) said:

    You cannot pass a value to IsPrimaryMvg from workflow by the technique u suggested. You have to use ‘Workflow Utilities’ Business service to set this property the siebel message, and then pass it to query operation. You can set a value in siebel message by reading the below post http://siebelunleashed.com/setting-a-property-echo-method/

  • Prasad said:

    Hi

    Thanks for your Suggestion, i tried with the way you mentioned but still i am unable to fetch the IsPrimaryMVG Tag

    I Declared three Process Properties due to the Length Constraint in Worflow Utilities

    A -> SMsg.ListOfPrimary Contact.Account
    B -> A.ListOfAccount_Contact.Account_Contact
    C -> A.B.IsPrimaryMVG

    C Should Retrieve the Value of IsPrimaryMVG ( Containng Multiple Records), but It’s giving null value

    Tried with FINS Industry XML Query Service also, it will not work for the Multiple Tags

    Can we use any expression here to retrieve the Primary Record
    i.e Account with Primary Contact

    Please Suggest

    Thanks in Advance

    Prasad

  • Site Admin (author) said:

    you have to use datamap map ..i think thats last choice..yea also, you can try XSLT service for this..

  • Prasad said:

    Hi

    Thanks for your Response

    Yeah, if we use the Datamap and Under the IC Level for Source Search Specification : IsPrimaryMVG = ‘Y’ this can be achieved without any doubt

    I am trying to Fetching the Primary Contact without the Datamapper

    Please suggest or share any idea you guys have to achieve the same without the Datamapper

    Thanks in Advance

    Prasad

  • sagar said:

    Hi,
    I am new to this site.
    I have doubt on Service Request->PCR in Siebel.
    When I am querying for PCR Detail Search,I am not getting any values.
    I have tried with MY PCR detail,All Detail etc.But nothing is populated in the list.I have checked my Positon which is PSE.Is it related to any other things?I have all the reponsibility as well.

    I am eagerly waiting the answer.
    Regards,
    Sagar

  • Site Admin (author) said:

    This is more related to your position. You do one thing to get the actual DB quey which is not returning any result for you.
    Configure your dedicated client and launch with spool setting, so that you can get a spool file for the sqls run by client.

    add to your client shortcut: /s c:\spool.txt

  • Sean said:

    Hi,

    I’m a project manager that just took over a siebel application after years of working on SAP.

    I’m working on next years budget and we’re looking to configure a few new screens for our Siebel Life Sciences app. Nothing major 30 fields in a form applet, with a few view tabs with list/form applets.

    Does anyone have a rule of thumb they use as a basic estimate for configuring Siebel screens?

    Thanks
    Sean

  • Site Admin (author) said:

    Question is not specific..pls try to be more specific…whats ur exact need? Because there are no thumb rules and tricks for siebel. Its a generic framework of html UI and strong application framework .

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.


Verify Code   If you cannot see the CheckCode image,please refresh the page again!