Siebel 8.1.1.3 & Bi Pub 10.1.3.4.1 / eaiobjmgr SBL-DAT-00547

Folks, I have setup siebel with bip. When I go to the accounts screen and run the account list report - it will display fine.
when I go to BIP>Reports and try to view it - it will give a genneric error. When I look at the resulting Webservices EAI OM log I see this:
ObjMgrSessionLog     Error     1     000000134d3f78d6:0     2011-01-25 20:46:39     (dmsessionusercontext.cpp (1180)) SBL-DAT-00254: The username you have entered is invalid. Please try to log on again or contact your system administrator for assistance.
ObjMgrSessionLog     Error     1     000000134d3f78d6:0     2011-01-25 20:46:39     (dmsessionusercontext.cpp (1264)) SBL-DAT-00547: The user-context could not be established for the external user. Something is wrong with the assigned proxy employee, the proxy employee's primary position or login-related repository objects. See additional error messages for more information.
ObjMgrSessionLog     Error     1     000000134d3f78d6:0     2011-01-25 20:46:39     (physmod.cpp (1631)) SBL-DAT-00547: The user-context could not be established for the external user. Something is wrong with the assigned proxy employee, the proxy employee's primary position or login-related repository objects. See additional error messages for more information.
- I do not see the xmlpreportserver component kicking off at all either. Anyone know what the deal is here ?
Thanks!
Aaron

Try going to 'My Reports' and see if you can access the report.
Swarna

Similar Messages

  • HT5557 I highlight and study e pubs in ibooks. Now with the up date the color coding that I've be using are too dark and no way to adjust opaqueness. (SHOULD ADD THIS.) Is the an app to by to add to ibooks????

    I highlight and study e pubs in ibooks. Now with the up date the color highlighters that I've be using are too dark and no way to adjust opaqueness. (YOU SHOULD ADD THIS.) Is the an app to by to add to ibooks???? Or an app to but to have other highlighter colors and be able to use the in ibooks???

    I highlight and study e pubs in ibooks. Now with the up date the color highlighters that I've be using are too dark and no way to adjust opaqueness. (YOU SHOULD ADD THIS.) Is the an app to by to add to ibooks???? Or an app to but to have other highlighter colors and be able to use the in ibooks???

  • Getting "Join in business component definition 'CG Opportunity My Accounts' has source fields that come from tables 'S_OPTY' and 'S_ORG_EXT'(SBL-DAT-00452)" error after upgradating to siebel Open UI 8.1.1.11

    Hello Team,
    We have upgraded from Siebel 8.1.1.3 to Siebel Open UI  8.1.1.11.
    But after up-gradation we are getting the below error in   "My Account Opportunity" View.
    We detected an Error which may have occurred for one or more of the following reasons:
    Join in business component definition 'CG Opportunity My Accounts' has source fields that come from tables 'S_OPTY' and 'S_ORG_EXT'(SBL-DAT-00452).
    Thanks,
    Tirupati Nanda
    Mob:-9742404115

    Hello Team,
    We have upgraded from Siebel 8.1.1.3 to Siebel Open UI  8.1.1.11.
    But after up-gradation we are getting the below error in   "My Account Opportunity" View.
    We detected an Error which may have occurred for one or more of the following reasons:
    Join in business component definition 'CG Opportunity My Accounts' has source fields that come from tables 'S_OPTY' and 'S_ORG_EXT'(SBL-DAT-00452).
    Thanks,
    Tirupati Nanda
    Mob:-9742404115

  • Siebel Smartscript errors: SBL-CSP-00230 // SBL-DAT-00398

    Hi all!
    We have two business components (parent and child).
    The first BC is Account. The other is Employee.
    We are trying to build a Smartscript to get info from the user which will be saved to the BCs.
    In our case we have one account and multiple employees.
    The Smartscript succeed to save the changes made to the Account BC (Parent) but when trying to add an employee (child) we got the following error message:
    [1] SBL-CSP-00230: Unable to save edits to BusComp '%1' specified for a question. Please notify your system administrator.
    [2] SBL-DAT-00398: Field <?> does not exist in definition for business component <?>.
    Even though we got this message, the first employee was saved successfully. However, when we tried to make a new record and add another employee, the message returned to appear and the changes were not saved.
    We tried to make two scripts: one is associated with the parent and the other with the child. In the child script, we used "SetFieldValue" to assign a value for the field that joining the two BCs. We used a previous existed ID and it works!!!
    When combining both it doesn't work! Not know why?!
    Anyone have any idea about what is going on?
    I will be grateful for your help.
    Thanks in advance.
    Kind regards,
    Tamara.

    We could find a way to handle the problem.
    We just put the following eScript code in the first and last questions located in the page associated with the child BC.
    The code is:
    function Question_Leave ()
    var BO = Script().CurrentQuestion().GetSaveBusObj();
    var ParentBC = BO.GetBusComp("Account");
    var fieldvalue= ParentBC.GetFieldValue("Id");
    with (ParentBC)
    ActivateField("Id");
    SetSearchSpec("Id", fieldvalue);
    ExecuteQuery(ForwardOnly);
    return (ContinueOperation);
    Not know what was exactly the problem and why this code solves it but it works! The problem was completely solved :-)
    May this will be helpful to whom facing similar problem.
    And I am open to hear any explanation :-)
    Kind regards,
    Tamara.

  • Create Lead with Oracle BPEL process using Siebel CRMOD web service

    I'm trying to create a lead in the siebel OD (hosted) with a oracle BPEL process and using the siebel web service (2.0). In my bpel process I've been able to
    1. Login to OD and get a session id
    2. create the partner link using Siebel OD (version 2.0) wsdl for Lead
    3. Assign the session id to the partner link
    4. Assign the inputs (lastname, firstname, leadowner, viewMode=Personal, lovLanguageMode=LDC) to lead
    5. Call the leadInsert operation on the partner link
    However, when I deploy and execute the bpel process it breaks after calling the leadInsert with the following error message:
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    <remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="code"><code>Server</code>
    </part><part name="summary"><summary>The record with search specification '' in business component 'Lead' (integration component 'Lead') has been deleted by another user since it was retrieved.(SBL-EAI-04289)</summary>
    </part><part name="detail"><detail>&lt;detail>
    &lt;siebelf:siebdetail xmlns:siebelf="http://www.siebel.com/ws/fault" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    &lt;siebelf:logfilename xmlns:siebelf="http://www.siebel.com/ws/fault" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">OnDemandServicesObjMgr_enu_138636.log&lt;/siebelf:logfilename>
    &lt;siebelf:errorstack xmlns:siebelf="http://www.siebel.com/ws/fault" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    &lt;siebelf:error xmlns:siebelf="http://www.siebel.com/ws/fault" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    &lt;siebelf:errorcode xmlns:siebelf="http://www.siebel.com/ws/fault" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">(SBL-DAT-00494)&lt;/siebelf:errorcode>
    &lt;siebelf:errorsymbol xmlns:siebelf="http://www.siebel.com/ws/fault" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"/>
    &lt;siebelf:errormsg xmlns:siebelf="http://www.siebel.com/ws/fault" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">The record with search specification '' in business component 'Lead' (integration component 'Lead') has been deleted by another user since it was retrieved.(SBL-EAI-04289)&lt;/siebelf:errormsg>
    &lt;/siebelf:error>
    &lt;/siebelf:errorstack>
    &lt;/siebelf:siebdetail>
    &lt;/detail>
    </detail>
    </part></remoteFault>
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Any feedback as to what I'm doing worng woull be greatly appreciated.
    Thanks,
    --manoj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi,
    We are also using BPEL to send data out to SIEBEL CRMOD.
    I've created a proxy that deals with authentication and session management.
    All you have to do is to deploy the proxy as a war file and refrence it as the end-point of your partner link.
    Code is here:
    http://another-soa-blog.blogspot.com/2010/02/oracle-siebel-on-demand-session-and.html
    Regards,
    Fred.

  • Error calling siebel service from bpel

    Hi,
    I am testing a siebel webservice using BPEL. Serivce is Simple Product, all I want to do is query and insert using this webservice. It gives me the following error while inserting
    Method 'WriteRecord' of business component 'Internal Product' (integration component 'Internal Product') for record with search specification '[Id] = "1-3AR1"' returned the following error:"An error has occurred writing to a record.
    and this when I try to query
    Method 'FieldValue' of business component 'Internal Product' (integration component 'Internal Product') returned the following error:
    "Field 'XA Class Integration Id' does not exist in definition for business component 'Internal Product'.
    Please ask your systems administrator to check your application configuration.(SBL-DAT-00398)"(SBL-EAI-04376)
    </summary
    I just want to know which database table is this service related to, and how do i find out this relation. I want to check if I am querring for the correct id.
    Also if anyone can figure out the cause to this can you please suggest the solution.
    Thanks....

    Go into tools, search for BC (Business Component) "Internal product" and on that BC search for the field "XA Class Integration Id". It's there, but it is inactive.
    If it is not inactive, then you sould find it on Table S_XA_CLASS in the column INTEGRATION_ID.
    Axel

  • User provisioning problem from OIM 10g to Siebel CRM

    Hi Team,
    I am facing User provisioning problem from OIM 10g to Siebel CRM.Please find the log details.
    Running Get Attribute Mapping
    Running Siebel Create User
    <com.siebel.common.common.CSSException>
    <Error><ErrorCode>8716601</ErrorCode> <ErrMsg>Socket had incorrect word size: 0.(SBL-JCA-00313)</ErrMsg></Error>
    </com.siebel.common.common.CSSException>
            at com.siebel.om.conmgr.Connection.readPacket(Connection.java:550)
            at com.siebel.om.conmgr.Connection.run(Connection.java:286)
            at java.lang.Thread.run(Thread.java:619)
    [CMGR FATAL] Error: <com.siebel.common.common.CSSException>
    <Error><ErrorCode>8716601</ErrorCode> <ErrMsg>Socket had incorrect word size: 0.(SBL-JCA-00313)</ErrMsg></Error>
    </com.siebel.common.common.CSSException> connection:1
    <com.siebel.common.common.CSSException>
    <Error><ErrorCode>8716601</ErrorCode> <ErrMsg>Socket had incorrect word size: 0.(SBL-JCA-00313)</ErrMsg></Error>
    </com.siebel.common.common.CSSException>
            at com.siebel.om.conmgr.Connection.readPacket(Connection.java:550)
            at com.siebel.om.conmgr.Connection.run(Connection.java:286)
            at java.lang.Thread.run(Thread.java:619)
    [CMGR FATAL] Error: <com.siebel.common.common.CSSException>
    <Error><ErrorCode>8716601</ErrorCode> <ErrMsg>Socket had incorrect word size: 0.(SBL-JCA-00313)</ErrMsg></Error>
    </com.siebel.common.common.CSSException> connection:1ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],====================================================
    ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],com.thortech.xl.integration.siebel.utils.SiebelConnection : createSiebelConnection() :  Siebel Connection Exception:Could not open a session in 4 attempts. {1}(SBL-JCA-00200)
    ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],====================================================
    ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],====================================================
    ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],com.thortech.xl.integration.siebel.proxy.SiebelProxyEmployeeProvisionManager : createSiebelConnection() : BaseException: Siebel Connection JDB Exception: Could not open a session in 4 attempts. {1}(SBL-JCA-00200)
    ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],====================================================
    ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],====================================================
    ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],com.thortech.xl.integration.siebel.provision.SiebelUtilEmployeeProvisionManager : createEmployee() : BaseException: Siebel Connection JDB Exception: Could not open a session in 4 attempts. {1}(SBL-JCA-00200)
    ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],====================================================
    Regards,
    Ravi.

    Hi
    I facing the same error message as yours, using OIM 11g R2
    Are you able solve it ?
    Please share
    Many Thanks !!!

  • Siebel Connector setup with OIM 9.1

    Hi,
    I am trying to setup Siebel connector using VM ware images for OIM 9.1 and Siebel 7.8. I followed the document on deploying Siebel connector.I copied connector files. Imported connector xml files, defined IT resource for Siebel.
    I ran a simple create test case under running test cases. I copied required jar file, edited global.properties with required values, ran native2ascii command and I get the following error:
    E:\oracle\product\OIM9100\xellerate\Siebel\troubleshoot>java -DTproperties=E:\o
    racle\product\OIM9100\xellerate\Siebel\troubleshoot\troubleShoot.properties -Dlo
    g4j.configuration=file:/E:/oracle/product/OIM9100/xellerate/Siebel/troubleshoot/
    log.properties TroubleShootingUtility C
    INFO,17 Mar 2008 14:32:17,703,[XL_INTG.TROUBLESHOOTINGUTILITY],sPropertyFileNam
    e :E:\oracle\product\OIM9100\xellerate\Siebel\troubleshoot\troubleShoot.properti
    es
    INFO,17 Mar 2008 14:32:17,843,[XL_INTG.SIEBEL],SIEBEL Create Connection Request
    INFO,17 Mar 2008 14:32:17,875,[XL_INTG.SIEBEL],createSiebelConnection(): START
    Siebel Connection creation.
    <com.siebel.om.sisnapi.i>
    <Error><ErrorCode>8235</ErrorCode> <ErrMsg>Hello Request 1 was abandoned after 4
    7 ms. Connection: 0 (SBL-JCA-315) </ErrMsg></Error>
    </com.siebel.om.sisnapi.i>
    at com.siebel.om.conmgr.e.a(Unknown Source)
    at com.siebel.om.conmgr.e.b(Unknown Source)
    at com.siebel.om.conmgr.e.<init>(Unknown Source)
    at com.siebel.om.conmgr.d.d(Unknown Source)
    at com.siebel.om.om.b.a(Unknown Source)
    at com.siebel.data.SiebelDataBean.login(SiebelDataBean.java)
    at com.thortech.xl.integration.siebel.utils.SiebelConnection.createSiebe
    lConnection(Unknown Source)
    at com.thortech.xl.integration.siebel.utils.XLSiebelUtilities.createSieb
    elConnection(Unknown Source)
    at com.thortech.xl.integration.siebel.proxy.SiebelProxyEmployeeProvision
    Manager.createSiebelConnection(Unknown Source)
    at TroubleShootingUtility.main(TroubleShootingUtility.java:110)
    java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(SocketInputStream.java:168)
    at com.siebel.om.conmgr.e.a(Unknown Source)
    at com.siebel.om.conmgr.e.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:534)
    [CMGR FATAL] Error: java.net.SocketException: Connection reset connection:0
    <com.siebel.om.sisnapi.i>
    <Error><ErrorCode>8235</ErrorCode> <ErrMsg>Hello Request 1 was abandoned after 0
    ms. Connection: 0 (SBL-JCA-315) </ErrMsg></Error>
    </com.siebel.om.sisnapi.i>
    at com.siebel.om.conmgr.e.a(Unknown Source)
    at com.siebel.om.conmgr.e.b(Unknown Source)
    at com.siebel.om.conmgr.e.<init>(Unknown Source)
    at com.siebel.om.conmgr.d.d(Unknown Source)
    at com.siebel.om.om.b.a(Unknown Source)
    at com.siebel.data.SiebelDataBean.login(SiebelDataBean.java)
    at com.thortech.xl.integration.siebel.utils.SiebelConnection.createSiebe
    lConnection(Unknown Source)
    at com.thortech.xl.integration.siebel.utils.XLSiebelUtilities.createSieb
    elConnection(Unknown Source)
    at com.thortech.xl.integration.siebel.proxy.SiebelProxyEmployeeProvision
    Manager.createSiebelConnection(Unknown Source)
    at TroubleShootingUtility.main(TroubleShootingUtility.java:110)
    java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(SocketInputStream.java:168)
    at com.siebel.om.conmgr.e.a(Unknown Source)
    at com.siebel.om.conmgr.e.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:534)
    [CMGR FATAL] Error: java.net.SocketException: Connection reset connection:0
    <com.siebel.om.sisnapi.i>
    <Error><ErrorCode>8235</ErrorCode> <ErrMsg>Hello Request 1 was abandoned after 3
    1 ms. Connection: 0 (SBL-JCA-315) </ErrMsg></Error>
    </com.siebel.om.sisnapi.i>
    at com.siebel.om.conmgr.e.a(Unknown Source)
    at com.siebel.om.conmgr.e.b(Unknown Source)
    at com.siebel.om.conmgr.e.<init>(Unknown Source)
    at com.siebel.om.conmgr.d.d(Unknown Source)
    at com.siebel.om.om.b.a(Unknown Source)
    at com.siebel.data.SiebelDataBean.login(SiebelDataBean.java)
    at com.thortech.xl.integration.siebel.utils.SiebelConnection.createSiebe
    lConnection(Unknown Source)
    at com.thortech.xl.integration.siebel.utils.XLSiebelUtilities.createSieb
    elConnection(Unknown Source)
    at com.thortech.xl.integration.siebel.proxy.SiebelProxyEmployeeProvision
    Manager.createSiebelConnection(Unknown Source)
    at TroubleShootingUtility.main(TroubleShootingUtility.java:110)
    ERROR,17 Mar 2008 14:32:20,125,[XL_INTG.SIEBEL],createSiebelConnection(): Siebel
    Connection Exception:Could not open a session in 4 attempts. {1} (SBL-JCA-200)
    ERROR,17 Mar 2008 14:32:20,125,[XL_INTG.SIEBEL],SIEBEL Create Connection Request
    BaseException:com.thortech.xl.integration.siebel.exception.BaseException: BaseE
    xception: Siebel Connection JDB Exception: Could not open a session in 4 attempt
    s. {1} (SBL-JCA-200)
    com.thortech.xl.integration.siebel.exception.BaseException: BaseException: Siebe
    l Connection JDB Exception: Could not open a session in 4 attempts. {1} (SBL-JCA
    -200)
    at com.thortech.xl.integration.siebel.proxy.SiebelProxyEmployeeProvision
    Manager.createSiebelConnection(Unknown Source)
    at TroubleShootingUtility.main(TroubleShootingUtility.java:110)
    java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(SocketInputStream.java:168)
    at com.siebel.om.conmgr.e.a(Unknown Source)
    at com.siebel.om.conmgr.e.run(Unknown Source)
    Any ideas as to why there is a connection error or what to look for to get more information.
    Message was edited by:
    user615489

    Most of the test clients use a configuration file where you need to configure things like Siebel Admin login, server name, etc. In some cases the configuration file contains the name of the OIM it resource where this is configured instead of the actual values.
    Have you customized the E:\oracle\product\OIM9100\xellerate\Siebel\troubleshoot\troubleShoot.properties file with values that are relevant for your installation?
    Best regards
    /M
    <disclaimer> I have never used the Siebel connector</disclaimer>

  • Problem in Creating New position in Siebel CRM 7.8 using java program

    Hi
    We have Siebel CRM with Business Object and Business Component as Position.
    Position Business Component has a manadatory pick list Division.
    When we try to create a new Position by picking the Divison then we are getting the below error
    Logged in OK!
    picking the list
    in the pick() method before
    <Exception>
    <Major No.>256</Major No.><Minor No.>21944</Minor No.><Message>An error has occurred picking the current row.
    Please continue or ask your systems administrator to check your application configuration if the problem persists.(SBL-DAT-00292)</Message><DetailedMessage>Unknown<DetailedMessage>
    <Exception>
    <com.siebel.om.sisnapi.i>
    <Major No.>256</Major No.><Minor No.>21944</Minor No.><Message>An error has occurred picking the current row.
    <Error><ErrorCode>21944</ErrorCode> <ErrMsg>An error has occurred picking the current row.
    Please continue or ask your systems administrator to check your application configuration if the problem persists.(SBL-DAT-00292)</Message><DetailedMessage>Unknown<DetailedMessage>
    Please continue or ask your systems administrator to check your application configuration if the problem persists.(SBL-DAT-00292)</ErrMsg></Error>
    <com.siebel.om.sisnapi.i>
    <Error><ErrorCode>21735</ErrorCode> <ErrMsg>Siebel eScript runtime error occurred in procedure 'BusComp_SetFieldValue' of BusComp [Position]:
    <Error><ErrorCode>21944</ErrorCode> <ErrMsg>An error has occurred picking the current row.
    ConversionError 1616: Undefined and Null types cannot be converted to an object.
    Please continue or ask your systems administrator to check your application configuration if the problem persists.(SBL-DAT-00292)</ErrMsg></Error>
    (SBL-SCR-00141)</ErrMsg></Error>
    <Error><ErrorCode>21735</ErrorCode> <ErrMsg>Siebel eScript runtime error occurred in procedure 'BusComp_SetFieldValue' of BusComp [Position]:
    <Error><ErrorCode>21735</ErrorCode> <ErrMsg>Stack trace:
    BusComp [Position].BusComp_SetFieldValue(), Line: 1110</ErrMsg></Error>
    ConversionError 1616: Undefined and Null types cannot be converted to an object.
    </com.siebel.om.sisnapi.i></Exception>
    (SBL-SCR-00141)</ErrMsg></Error>
    <Error><ErrorCode>21735</ErrorCode> <ErrMsg>Stack trace:
    BusComp [Position].BusComp_SetFieldValue(), Line: 1110</ErrMsg></Error>
    </com.siebel.om.sisnapi.i></Exception>
    at com.siebel.data.SiebelBusComp.pick(SiebelBusComp.java:241)
    at siebelconn.main(siebelconn.java:44)
    Java program
    import com.siebel.data.*;
    import com.siebel.data.SiebelException;
    class siebelconn {
    public static void main (String args [])
    SiebelDataBean m_dataBean = null;
    SiebelBusObject m_busObject = null;
    SiebelBusComp m_busComp = null;
    SiebelBusComp picklistBC = null;
         try{
    m_dataBean = new SiebelDataBean(); //Create Siebel JDB instance
    m_dataBean.login("XXXX", "XXX", "XXX");
         System.out.println("Logged in OK!");
    m_busObject = m_dataBean.getBusObject("Position");
    m_busComp = m_busObject.getBusComp("Position");
    m_busComp.newRecord(false);
    picklistBC = m_busComp.getPicklistBusComp("Division");
    picklistBC.clearToQuery();
    picklistBC.setViewMode(3);
    picklistBC.setSearchSpec("Name", "idmtest");
    //picklistBC.executeQuery(true);
    picklistBC.executeQuery2(true,true);
    if(picklistBC.firstRecord())
    System.out.println("picking the list");
    picklistBC.pick();
    System.out.println("records are there");
    m_busComp.setFieldValue("Name","Access GE HQ 11");
    m_busComp.writeRecord();
    }//if
         if(m_busObject!=null)
    m_busObject.release();
    if(m_busComp!=null)
    m_busComp.release();
    if(picklistBC!=null)
    picklistBC.release();
    if(m_dataBean!=null)
    m_dataBean.logoff();
    catch(Exception e)
    System.out.println(e);e.printStackTrace();
    if(m_busObject!=null)
    m_busObject.release();
    if(m_busComp!=null)
    m_busComp.release();
    if(picklistBC!=null)
    picklistBC.release();
    try
    if(m_dataBean!=null)
    m_dataBean.logoff();
    }catch(Exception e1){System.out.println(e1);}
    Can any body please help us.
    Thanks

    From the error code, it looks like you have a scripting error in the BusComp_SetFieldValue event on the Position
    business component in your application.
    Have you tried to look at that code or to turn of scripting for the application as a total?
    Axel

  • Query related to Siebel Data Bean - Business Object - Account - Update

    Hello,
    I am using Siebel Databean to update Business object - Account fields. I am using the field names displayed in browser to update the Account properties.
    But sometimes it fails with below error:-
    For e.g. Field 'Account Team' -
    Field 'AccountTeam' does not exist in definition for business component 'Account'.
    Please ask your systems administrator to check your application configuration.(SBL-DAT-00398)
    Where I can find the information related to mapping of fields in business object 'Account' which I can use in Siebel Data bean program?
    Thanks in advance !!

    Hi!
    You need to use Siebel Tools to determine the Business Component Field Mappings to the Applet Controls that you're looking at.
    Regards,
    Oli

  • Siebel migration with GoldenGate

    Dear All,
    we are planning to use GG for migrating siebel application from 7.8 version to 8.1 version.
    During Siebel migration at source system there are lot of DDL changes and transformation of data is expecting..
    can somebody share any documents or your experience on Goldengate configuration while Siebel upgrade....
    Thank you very much in advance...
    Regards
    MVk

    If anybody involved in any migration using Goldengate...
    please help me..
    Like transformation methods, bi-directional configuration for fall back
    ddl changes from old to migrated system.
    Thank you very much guys for your time..
    Best Regards
    MVk

  • BI Publisher server vs. Siebel report templates

    I am investigating creating BI publisher reports using data from Siebel.
    Do you know what the advantage is of integrating BI Publisher with Siebel vs. using BI Publisher Desktop to create report templates and just adding these into a Siebel database to view the data that way?
    Putting this another way, are there any advantages to running reports in BI Publisher server vs. running them in Siebel?
    E.g. Is there anything else you can do with the data in BI Publisher server that you can’t do in Siebel?
    Thanks
    Steve

    Hi,
    The Main Difference is that reports in Siebel can Manipulate data, whereas BI publisher can only read data and publish processed output, it cannot Modify data in the Database.
    -Domnic

  • Siebel Problem With a Workflow Process (Pleaseee help REAL PROBLEM)

    Well the problem is this i have a designed a workflow who is called by a JOB. Its functionality is to close Service Requests at certain time in the night.
    when i simulate a workflow against 2 different Servers it works fine without errors, but when i run a job that calls this WP in those servers i have diferent errors in diferent steps.
    In one server i have this kind of error in the last step "Cerrar Requerimiento":
    SBL-EXL-00151
    SBL-SCR-00141
    SBL-BPR-00162
    This operation is not allowed when there are no records displayed.
    Please execute a query that returns at least one record or add a new record
    and in the other i have this error in the 3er step:
    SBL-SCR-00141- Problem Running a eScript
    in spanish:
    Error de tiempo de ejecuci?n de Siebel eScript en el procedimiento 'GetFieldValue' de BusComp [Action]:
    Error: SiebelError: Esta operaci?n no se permite cuando no hay registros mostrados. Ejecute una consulta que devuelva por lo menos un registro o agregue un nuevo registro.(SBL-DAT-00215)
    (SBL-SCR-00141)
    Error al invocar servicio 'BCH EAI Query Utility', m?todo 'UpdateRecord' en el paso 'Cerrar Actividades'.(SBL-BPR-00162)
    (error in the Runtime of the Siebel eScript in the process GetFieldValue of Action,This operation is not allowed when there are no records displayed.
    Please execute a query that returns at least one record or add a new record
    error invoking the service "BCH EAI Query Utility in the Method UpdateRecord in the step "Cerrar Actividades".
    If they have the same job and workflow, and BS's active(i use the BS in other workflows and no problem with it) why they give error in diferent steps but they work fine when i use the Business Simulator?, its there a solution?, this can be a problem about the server config or triggers??
    thanks a lot!

    Hi,
    1.Is you're server and youre client using the same version of SRF ?
    2.Is the version for workflow in server and the one youre testing in client are the same ?
    3. Last but not least this BCH EAI Query Utility search spec is it correct ? Can it able to return at least one record base on you're search spec because I know some business service are required to return at least one record else it will throw error.
    Thanks,
    Joey Tan , Malaysia

  • Did anyone worked on integration Siebel 7.8 ecommunications with Oracle RTD

    Gurus,
    We are inprocess of implementing integration between Siebel eComunication Version 7.8.2.14 with Oracle RTD 2.2.1.
    As part of that we have imported all the SIA sifs related to 7.8 and all the .dat files, configuration defination (.def) files and Webservice XMLs.
    Synchronization of offers is happening properly with RTD Server, but to see the offers under Contact ->Summary (RTD)->Intelligent Offers VBC transaction is not successul and we are not able to see any record under that applet.
    Also by simulating we found that there is an error in calling methods
    Case 1
    BS – RTD SOAP Interface Service
    Method – DoGetDefaultChoices
    Script –
    //Make SOAP Call.
    oService = TheApplication ().GetService ("SDClientPortType");
    oService.InvokeMethod ("getDefaultResponse", wsInput, wsOutput);
    Error – On execution of the above script
    The method 'getDefaultResponse' is not supported on Business Service 'RTD Integration Service'.(SBL-DAT-00323)
    RTD Integration Service -> getDefaultResponse is not found but there in SDClientPortType (Called in DoGetDefaultChoices method of RTD SOAP Interface Service )
    Case 2
    BS – RTD SOAP Interface Service
    Method – DoCallAdvisor
    Script –
    //Make SOAP Call.
    oService = TheApplication ().GetService ("SDClientPortType");
    oService.InvokeMethod ("invoke", wsInput, wsOutput);
    Error – On execution of the above script
    2.The method 'invoke' is not supported on Business Service 'RTD Integration Service'.(SBL-DAT-00323)
    RTD Integration Service -> Invoke is not found but there in SDClientPortType(Called in DoGetDefaultChoices method of RTD SOAP Interface Service)
    Need you suggestion to resolve this issue.
    Quick responses would be appreciated.
    Regards,
    Vamsi

    Gurus,
    We are inprocess of implementing integration between Siebel eComunication Version 7.8.2.14 with Oracle RTD 2.2.1.
    As part of that we have imported all the SIA sifs related to 7.8 and all the .dat files, configuration defination (.def) files and Webservice XMLs.
    Synchronization of offers is happening properly with RTD Server, but to see the offers under Contact ->Summary (RTD)->Intelligent Offers VBC transaction is not successul and we are not able to see any record under that applet.
    Also by simulating we found that there is an error in calling methods
    Case 1
    BS – RTD SOAP Interface Service
    Method – DoGetDefaultChoices
    Script –
    //Make SOAP Call.
    oService = TheApplication ().GetService ("SDClientPortType");
    oService.InvokeMethod ("getDefaultResponse", wsInput, wsOutput);
    Error – On execution of the above script
    The method 'getDefaultResponse' is not supported on Business Service 'RTD Integration Service'.(SBL-DAT-00323)
    RTD Integration Service -> getDefaultResponse is not found but there in SDClientPortType (Called in DoGetDefaultChoices method of RTD SOAP Interface Service )
    Case 2
    BS – RTD SOAP Interface Service
    Method – DoCallAdvisor
    Script –
    //Make SOAP Call.
    oService = TheApplication ().GetService ("SDClientPortType");
    oService.InvokeMethod ("invoke", wsInput, wsOutput);
    Error – On execution of the above script
    2.The method 'invoke' is not supported on Business Service 'RTD Integration Service'.(SBL-DAT-00323)
    RTD Integration Service -> Invoke is not found but there in SDClientPortType(Called in DoGetDefaultChoices method of RTD SOAP Interface Service)
    Need you suggestion to resolve this issue.
    Quick responses would be appreciated.
    Regards,
    Vamsi

  • Siebel Upgrade 7.8 to 8.1 - Merge Repository step error.

    We are upgrading Siebel 7.8.2.14 to 8.1 and I get these errors at step "Repository Merge":
    !!ERROR::The same values for 'Column Name' already exist.
    If you would like to enter a new record, please ensure that the field values are unique.(SBL-DAT-00382)
    !!ERROR::The same values for 'Column Name' already exist.
    If you would like to enter a new record, please ensure that the field values are unique.(SBL-DAT-00382)
    Object being added to the new repository!!ERROR::SBL-DEV-62125: REQUIRED FKey not found in 'New Customer Repository'
    I am not sure if these are benign errors or not. Can you please help us fix the issue?

    Is there any more information in the Application Upgrader screens that you can post up? Have you gone through the logs? They tend to be huge, after a repository merge, but you might find something to help identify the problem.

Maybe you are looking for