Loading
Home » Feedback

Feedback


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



  • Raghu

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

    thanks Raghu

  • Sunil

    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

    • http://www.siebelintegration.com/ Site Admin

      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.

  • Jenny

    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

    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,

    • http://www.siebelintegration.com/ Site Admin

      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

    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

  • KalemKutu

    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!

    • http://www.siebelintegration.com/ Site Admin

      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

  • ajay

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

    • http://www.siebelintegration.com/ Site Admin

      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

  • ajay

    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

    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,

    • http://www.siebelintegration.com/ Site Admin

      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

    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

    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?

    • http://www.siebelintegration.com/ Site Admin

      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

    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

    • http://www.siebelintegration.com/ Site Admin

      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

    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

    • http://www.siebelintegration.com/ Site Admin

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

  • Prasad

    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

    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

    • http://www.siebelintegration.com/ Site Admin

      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

    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

    • http://www.siebelintegration.com/ Site Admin

      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 .

  • Praveen Kumar

    will you provide video tutors for configuration and EIM it will so comfort for any beginner like me if possible…

  • srinivas

    Hi,

    I have an urgent issue. Service request can be created in our siebel application and can be created through inbound request (External system -> WebSphear -> Siebel). We have created a policy (Policy conditions are based on area(area = area1), sub area(sub area = subarea1) and status(status = submitted)) and is triggering and invoking the work flow when we submit the service request (for both created in siebel and inbound SR) if the record matches the policy conditions.Our applicaiton version is 7.8.2.3. Recently in one release we have added one more policy condition which is “Final middle ware field is NOT in ‘Sent to MW’ and ‘Final MW’” values.In this release we have also applied a patch 7.8.2.14. After that when we create SR in siebel and submit policy is firing. But for the SR created through inbound request, policy is not firing eventhough policy conditions are met(area = area1, sub area = subarea1, status = submitted and Final middle ware = NULL).For the inbound request, interface status is ‘Null’. Please give reply asap. Any suggestions or help is highly appreciable.

    Thankyou

    • Shekhar

      Hi Srinivas,
      If the policy is firing for the Service Request created manually, I see no reason why it is not working for the Service Requests created via interface. I feel that you need to closely analysis the difference in the field values for the SR created manually and through interface. If the field values are same, then definitely the policy must be firing and you should check this in S_ESCL_REQ table.
      Also, check if there is any duration on the policy, because if there is any duration then after that time period policy conditions are again validated. So all the 4 field should match the policy conditions to take the corresponding action.
      I have checked for the patches 7.8.2.3 and 7.8.2.14, but dont think that this would impact the policy behaviour. Let me know if this works out.

      Thanks, Shekhar Agrawal

  • Maju

    Hi Guru’z;

    Scnario
    =======
    I configured a NEW view to filter out the opportunity data, by using a Search Spec value on Opportunity List Applet (Expression like.. [Segment Type] = ‘Corporate’ ). “Segment Type” field is based on an extneded text column from S_OPTY table.

    Problem is that this new view is retriving data very very slow in production (may be it’s not an indexed column), is there any way to make the data retrival fast ?

    Thanks in advance.
    Maju

  • Gaurav

    The Business Service Simulator does not show any results in the query page. This is Siebel 7.8.2

    Restarted the Siebel server but still no effect.

    Please help

  • Sunil

    Hi,
    I am currently learning Siebel v8.1. I am trying to set tab order for Fields of the Applet Form Grid Layout Web Template. As per the Siebel Bookshelf I need to select option Set Tab Order from Format menu. But Format menu is not visible in my Siebel Tools. I cannot see the Set Tab Order feature in Format Tool bar as well.

    Can you pls let me know as to why the option is not available. Also please suggest an alternative way to configure the tab order.

    Sunil

  • Dipak Raj Urs

    I am currently learning Siebel v8.1. what is the need of pick map in creating a picklist?

    • http://www.siebelintegration.com/ Site Admin

      If you pick something in a field, and you want some other related thing to up autopicked in other field, you can use pickmap.

      Lets say, if you pick account name in one field, and you want to auto-pick account location in other field, then you can create a pick map on account name field to auto-pick data from account location

    • Anonymous

      If you pick something in a field, and you want some other related thing to up autopicked in other field, you can use pickmap.

      Lets say, if you pick account name in one field, and you want to auto-pick account location in other field, then you can create a pick map on account name field to auto-pick data from account location

  • Tiwo

    WIth the PARTY model, is POSITION hierarchy achieved thru PAR_PARTY_ID or PAR_POSTN_ID.

    Thanks

    • Anonymous

      You have to use PAR_PARTY_ID to achieve the hierarchy. Because parent position is also stored in same s_postn table. hence the self relationship is extablished using the S_PARTY.PAR_PARTY_ID column.

    • Anonymous

      Position Hierarchy is obtained using the PAR_PARTY_ID column. U can use below query to get parent position id.

      Select p2.name as parent_postn_name from siebel.s_postn p1, siebel.s_party party, siebel.s_postn p2 where p1.row_id = party.par_row_id and party.par_party_id = p2.row_id and p1.name = ‘Sales Rep Position 1′

  • Jaganmca10

    how to create in MVG

  • Ramesh Chinni414

    is it possible to make mathematical expressions by using siebel….if so, how????
    please telll me the answer as soon………

  • dln

    Hi All,

    I have a requirement to create a workflow which will synch the line item records with backend system. Condition: Line item status which are having “Pending Approval” should not be deleted when we are calling Synchronous Method (EAI Siebel Adapter BS) so that whatever the line item records are present in backend system, should also be in Siebel.

    Thanks in Advance.
    Swamy

  • AK

    Hi,

    We are in the process of implementing CRM OnDemand. I have work with the integration with Oracle E-business suite. Could you direct me on where to start with this and what is the recommended way. Any weblinks which can give me some idea on how to proceed.

    Thanks.

  • Shilpajnu

    Hi
    Can anybody help me to get best siebel tutoria.l Till now i didnt get the best tutorial can u pls guide me how to learn siebel.
    Thanks
    Silpareddy.R

  • Anapalepu

    good place to enrich your skills

  • SiebelDeveloper

    I ve business requirement where in the Aggregate views like My Team’s Account, My Account should be made invisible in Site Map.Where as upon navigating via pagetab user will be able to access all My Accounts and My Teams Account should be visible as per his responsibility..
    The point is we must not use tools level changes( Like Unchecking the attribute “Display in SiteMap” ) for this.Since the prior version of our application its designed some where in the client itself.Please Guide any clues to achieve this via Application itself.. ASAP.
    Thanks in advance

  • Sathya Murugesh

    The requirement goes on as follows:
    On an Account Record, when new values are added to the Account Team(MVG) the same set of records should be appended under Account > Contact >Sales Rep(field needs to be exposed on the UI.) there should be no use of business services. the above functionality should be achieved by using only the siebel operation steps. can you please throw some light on the same.. it would be of great help..
    thanks in advance
    Sathya

  • Munshi Farhan

    We have a requirement to make employee records in Siebel when an inbound webservice is invoked and to sync this to a LDAP (Sun Directory Server 6.1.3). We thought of doing this with a Ldap security adapter for the eai object manager by setting Propagate Changes to true. But it seems this only syncs user id and password. We also need to sync two more fields which are Status & Company. Is there a way we can use Eai dll transport to do this? Does the Ldap have to be on the same host as siebel server for this? 

  • Krishnaheam

    hi ..
    this is heamnth. we are facing a new problem with upgradation  siebel application from 7.8 to 8.1.
    here the issue is with workflows .after mok2 migration, the connectors of the 7.8 workflows are not coming in 8.1 workflows. the status wich are in incomplete stage , those workflow connectos are came but the workflows which are in complete stage those connectis are missing . even venilla also………..

    so please help me……

  • Siebel_consultant

    Hi,

    what is the best option, if i want to query contacts information through external call center application (IVR,,,).

    Thanks for responses.

  • Ravi_rangarajugari

    Hi..
    I am a new person to Siebel CRM..
    Just started learning..
    Please can anybody help me how to start and the best sites for going through the resourses….?

  • Anupam Arnav

    is there any BS for associating two BC

  • Abhas25

    Hi All, Can you please guide me how
    to create new account with address details through workflow. Here
    address is MVG field with CUT address BC. I have created one workflow
    with 3 siebel operation steps, 1st siebel operation step to insert the
    new account, 2nd to insert the address from CUT Address BC and 3rd to
    update the account. I have taken process properties as Name, Account Id,
    Address Id, Street Address, City, State, Postal Code, Country. Please
    see below how I have given the input and output arguments and search
    spec. 1st Siebel Operation Step.——–BC = Account, Operation = Insert Field Input Argument Search Spec Output Argument Field Name = Name Property Name = Account Id Type = Process Property Type = Expression Property Name = Name Value = [&Siebel Operation Object Id] 2nd Siebel Operation Step.——BC = CUT Address, Operation = Insert Field Input Argument Search Spec Output Argument Field Name = 1-City, 2-State, Property Name = Address Id 3-Account Id, 4-Country, 5-Address, Type = Process Property Type = Expression Property Name = 1-City, 2-State, Value = [&Siebel Operation Object Id] 3-Account Id, 4-Country, 5-Address 3rd Siebel Operation Step,……BC = Account, Operation = Update Field Input Argument Search Spec Output Argument Field Name = Primary Address Id Exp BC = CUT Address Type = Process Property Filter BC = Account Property Name = Address Id Type = Expression Search Spec = “[Id] = ‘” + [&Object Id] + “‘” Whenever
    I am simulating the above workflow the session gets crash and not
    simulating but there is no error in validation. Please clarify me where I
    am doing wrong. If need information please ask. Thanks & Regards Abhas

  • Gladiatordeepak19

    When deploying Siebel Self Service ear file I am getting jbo-30003 error…..Can anyone help?????

  • SiebelIntegDeveloper

    Hi ,

    I just did an Integration to Insert/Update a SR in Siebel via an Inbound Web Service.
    I am using SR Number as user Key.

    The problem i am facing is, that if in SRNumber element we donot provide any values it gives Error that No User Key can be user for Service Request, and suppose if i provide an random value, it inserts the SR with that random Number as SR Number but with the one generated by Siebel.

    Even though i have a Predefault value of Expr: ‘RowIdToRowIdNum ([Id])’ on SR Num Field on BC.

    Could you please helpe me out here?

  • Ramesh

    Hi

    I am new to Siebel Integration(EAI). Plz help me to
    Integrate Siebel CRM with Oracle BRM through middleware Oracle SOA.

    For integration process Siebel Sample setup environment
    (Siebel WebClient, Siebel Tools and Siebel Sample Database) is enough?
    or it requires Server Setup.

    If server setup requires plz tell me which server components i need to enable in siebel server for Integration.

    For JMS transport mechanism, JMS configuration is
    required in Siebel? If yes plz tell me the configuration process.

    Plz share your valuable information or suggest me the best source to clarify my doubts.

  • Vinaykumar Thalanki

    I have a requirement like……..To highlight/change the colour of the field fonts in the applet when “TAB” button is pressed by the user or immediatly clicking on that field?? 

  • Basha Siebel Developer

    MVG applet values are coming as dropdown in siebel? what is the reason, please suggest me?

  • SiebelConfigurator

    Hi
    I have a requirement. Please suggest how to implement this,

    I have a MVG applet, and need to write an escript to read all the records of MVG applet and store the data in Parent BC.