Reg: Exception (ALT NOT FOUND) in the fun.module CS_BOM_EXPL_MAT_V2

Hi Experts,
I called the fun. module CS_BOM_EXPL_MAT_V2 in SE38.
While executing the function module, it is giving output for some types of material like (TP0331-).
But it is raising the exception ALT NOT FOUND for some types of material like 'TB1000-'
But for all types of material, it is giving correct output in SE37.
I gave the input parameter's,
CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'
EXPORTING
   CAPID                       = 'PP01'
   DATUV                       = sy-datum
   EMENG                       = '1'
   MKTLS                       = 'X'
   MEHRS                       = 'X'
   MTNRV                       = 'TB1000-'
   STLAL                       = '1'
   STLAN                       = '1'
   SVWVO                       = 'X'
   WERKS                       = '0010'
   VRSVO                       = 'X'
  TABLES
    stb                         = it_stpox
EXCEPTIONS
   ALT_NOT_FOUND               = 1
   CALL_INVALID                = 2
   MATERIAL_NOT_FOUND          = 3
   MISSING_AUTHORIZATION       = 4
   NO_BOM_FOUND                = 5
   NO_PLANT_DATA               = 6
   NO_SUITABLE_BOM_FOUND       = 7
   CONVERSION_ERROR            = 8
   OTHERS                      = 9
Can you please suggest me, why for the particular types of material, these function module is executing correctly in SE37 not in SE38.
Whether i need to give some more inputs in SE38.
Please guide me,
Thanks in advance,
Vijay.R

hi,
i have done the code like this,
CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'
EXPORTING
CAPID = 'PP01'
DATUV = sy-datum
EMENG = '1'
MKTLS = 'X'
MEHRS = 'X'
MTNRV = 'TB1000-'
STLAL = '01'  """" i have changed the value as 01 instead of 1.
STLAN = '1'
SVWVO = 'X'
WERKS = '0010'
VRSVO = 'X'
TABLES
stb = it_stpox
EXCEPTIONS
ALT_NOT_FOUND = 1
CALL_INVALID = 2
MATERIAL_NOT_FOUND = 3
MISSING_AUTHORIZATION = 4
NO_BOM_FOUND = 5
NO_PLANT_DATA = 6
NO_SUITABLE_BOM_FOUND = 7
CONVERSION_ERROR = 8
OTHERS = 9
it is a small problem..
whether u need any more information..
please let me know.. still it is not working means,
paste your code.. i will check
regards
vijay

Similar Messages

  • Bc4j.xcfg is not found in the classpath exception

    Hi All,
    I making a storefront application demo application.I am using Jdeveloper 11.1.1.3 .I am following step from activity guide.I am newbie in ADF.
    I have only model project.I have'nt created the view controller project.'When i am trying to run the java file created inside the test folder The error i am getting is
    oracle.fod.storefront.test.StorefrontTest
    Exception in thread "main" oracle.jbo.ConfigException: JBO-33001: Configuration file /test/common/bc4j.xcfg is not found in the classpath.
    When i checked the folder i found bc4j.xcfg file in the right directory i.e C:\JDeveloper\mywork\Storefront-05\StorefrontModel\src\oracle\fod\storefront\test\common
    Any suggestion what i should check

    can u check if the bc4j.cfg is available in the classes folder here
    C:\JDeveloper\mywork\Storefront-05\StorefrontModel\classes\oracle\fod\storefront\test\common

  • JUNIT test failure-Configuration file bc4j.xcfg not found in the classpath

    Hi All,
    As part of an ESS project,Im having a model project containing a VO(parameters VO).This VO is configured to have Read-only access through SQL query and have only one transient attribute each.For the model projects containing the VO for pre merge checker compliance I had to create JUNIT Test projects containing new AMs for testing the parametersVO. While running the JUNIT tests I got an exception like
    “oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.ConfigException, msg=JBO-33001: Configuration file /oracle/apps/hcm/goals/core/dataMigration/publicEssModel/test/applicationModule/common/bc4j.xcfg is not found in the classpath.”.—even though this file is contained in both the src/classes folder of the project.
    When i try to run the TestAM I'm getting an exception like 'configuration tester.xcfg not found in the calsspath.
    While debugging this error, we found that we are able to successfully run the JUNIT tests if we make some changes in the adf-config.xml file of the Application. The change required is to comment out the mdsC:adf-mds-config tag in the xml file.
    After doing this change Im also able to run my AM without any exception.
    Is this a known issue?.
    Since modifying the adf-config.xml is not a recommended practice is there any workaround that we can get rid of this exception.
    Regards,
    Ajin.

    Just checked but could only find this thread Unable to run ADFBC JUNIT Test Classes with JDEV11G 11.1.1.6
    As it's also dealing with junit and 11.1.1.6.0 you might want to read it.
    Timo

  • JB-3300-cfgration file-demo/common/bc4j.xcfg is not found in the classpath.

    Frnds,
    Doing login application using ADF thru viewobjects and entity objects.Created login page with fileds and backing bean fetching values entered by user, in the same bean trying to get data(from database)thru viewobject ......iam getting this error
    javax.faces.el.EvaluationException: oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.ConfigException, msg=JBO-33001: Configuration file /demo/common/bc4j.xcfg is not found in the classpath.
         at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:51)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
    Caused by: oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.ConfigException, msg=JBO-33001: Configuration file /demo/common/bc4j.xcfg is not found in the classpath.
         at oracle.jbo.common.ampool.PoolMgr.findPool(PoolMgr.java:529)
         at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1505)
         at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1482)
    code used in bean is:
    ApplicationModule appmod = Configuration.createRootApplicationModule("demo.model","LAppModule");
    ViewObject vo= appmod.findViewObject("ViewObj1");
    pls help me.
    Thanks and Regards,
    Ashok B.

    **LogBeanPage.java**
    package project1;
    import oracle.adf.model.BindingContext;
    import oracle.adf.view.rich.component.rich.RichDocument;
    import oracle.adf.view.rich.component.rich.RichForm;
    import oracle.adf.view.rich.component.rich.input.RichInputText;
    import oracle.adf.view.rich.component.rich.layout.RichPanelFormLayout;
    import oracle.adf.view.rich.component.rich.nav.RichCommandButton;
    import oracle.adf.view.rich.component.rich.output.RichMessages;
    import oracle.binding.BindingContainer;
    import oracle.binding.OperationBinding;
    public class LoginPage {
    private RichCommandButton cb1;
    private RichInputText it1;
    private RichInputText it2;
    private RichPanelFormLayout pfl1;
    private RichForm f1;
    private RichMessages m1;
    private RichDocument d1;
    public LoginPage() {
    public void setCb1(RichCommandButton cb1) {
    this.cb1 = cb1;
    public RichCommandButton getCb1() {
    return cb1;
    public void setIt1(RichInputText it1) {
    this.it1 = it1;
    public RichInputText getIt1() {
    return it1;
    public void setIt2(RichInputText it2) {
    this.it2 = it2;
    public RichInputText getIt2() {
    return it2;
    public void setPfl1(RichPanelFormLayout pfl1) {
    this.pfl1 = pfl1;
    public RichPanelFormLayout getPfl1() {
    return pfl1;
    public void setF1(RichForm f1) {
    this.f1 = f1;
    public RichForm getF1() {
    return f1;
    public void setM1(RichMessages m1) {
    this.m1 = m1;
    public RichMessages getM1() {
    return m1;
    public void setD1(RichDocument d1) {
    this.d1 = d1;
    public RichDocument getD1() {
    return d1;
    public String cb1_action()
    String returnStr="error";
    System.out.println("Inside loginBtn_action");
    BindingContainer bindings=getBindings();
    OperationBinding operationBinding = bindings.getOperationBinding("checkLoginCredentails");
    Object result = operationBinding.execute();
    System.out.println(result);
    if (operationBinding.getErrors().isEmpty())
    returnStr= "success";
    System.out.println("returnStr= " + returnStr);
    return returnStr;
    private BindingContainer getBindings()
    return BindingContext.getCurrent().getCurrentBindingsEntry();
    }

  • BC Service Interface deployment issue (bc4j.xcfg is not found in the class)

    When I invoke my WS method I receive this formatted output:
    <env:Envelope
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Header/>
    <env:Body>
    <env:Fault>
    <faultcode>env:Server</faultcode>
    <faultstring>JBO-29000: Unexpected exception caught: oracle.jbo.ConfigException, msg=JBO-33001: Configuration file /com/atrium/ws/bc/model/common/bc4j.xcfg is not found in the classpath.JBO-33001: Configuration file /com/atrium/ws/bc/model/common/bc4j.xcfg is not found in the classpath.</faultstring>
    <detail>
    <tns:ServiceErrorMessage
    xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <tns:code>29000</tns:code>
    <tns:message>JBO-29000: Unexpected exception caught: oracle.jbo.ConfigException, msg=JBO-33001: Configuration file /com/atrium/ws/bc/model/common/bc4j.xcfg is not found in the classpath.</tns:message>
    <tns:severity>SEVERITY_ERROR</tns:severity>
    <tns:detail
    xsi:type="tns:ServiceErrorMessage">
    <tns:code>33001</tns:code>
    <tns:message>JBO-33001: Configuration file /com/atrium/ws/bc/model/common/bc4j.xcfg is not found in the classpath.</tns:message>
    <tns:severity>SEVERITY_ERROR</tns:severity>
    <tns:exceptionClassName>oracle.jbo.ConfigException</tns:exceptionClassName>
    </tns:detail>
    <tns:exceptionClassName>oracle.jbo.JboException</tns:exceptionClassName>
    </tns:ServiceErrorMessage>
    </detail>
    </env:Fault>
    </env:Body>
    </env:Envelope>
    My Bc4j.xcfg is in my (bcProfile1_MiddleTier.jar) when I deploy this to my weblogic instance.
    Any suggestions?

    could be something to do with application jws file.

  • "XML File not found for the Container DataBindings.cpx" error after deploy

    Hello,
    I have a problem with my JSP-Javaproject. Local works all fine but when i deploy my project to a Oracle Aplication Server i allway get this XML-File-Not-found exception:
    oracle.jbo.NoXMLFileException: JBO-26001: XML File not found for the Container DataBindings.cpx
    In my EAR-File the DataBindings.cpx is at:
    \WEB-INF\classes\
    My JSP-File:
    <jbo:ApplicationModule id="AippackageModule" definition="DataBindings.DataModule" releasemode="Stateful" />
    My web.xml:
    <context-param>
    <param-name>CpxFileName</param-name>
    <param-value>DataBindings</param-value>
    </context-param>
    My DataBindings.cpx:
    <?xml version='1.0' encoding='windows-1252' ?>
    <Application xmlns="http://xmlns.oracle.com/adfm/application" id="DataBindings"
    Package="" ClientType="Generic">
    <pageMap>
    </pageMap>
    <pageDefinitionUsages>
    <page id="eonerrorPageDef"
    path="de.avacon.ahb.system.tools.pageDefs.eonerrorPageDef"/>
    </pageDefinitionUsages>
    <dataControlUsages>
    <BC4JDataControl Configuration="AppModuleLocal"
    Package="model.data"
    xmlns="http://xmlns.oracle.com/adfm/datacontrol"
    id="DataModule">
    <Parameters/>
    </BC4JDataControl>
    </dataControlUsages>
    </Application>
    What can i do?
    Thanks, steve

    Adding the dependency in the ViewController fixed this for me.
    I'm using two AppModules in the controller and the second one wasn't being picked up.
    I was able to fix this by:
    Go to the Project Properties, select Dependencies, edit the Dependent Projects and Archives, find the model that's failing and add a tick in the Build Output box.
    The model should now be picked up in the ViewController's DataBindings.cpx source file, though I did have to restart JDev for this to be picked up.
    HTH
    Phil

  • Error while running February 2014 CU for SharePoint 2010 Foundation: The expected version of the product was not found on the system

    I ran SP2 and SP2 for Language Pack successfully before.
    Here is how it looks:
    Product
    Version
    Status
    Language Pack for SharePoint   Foundation 2010 - Portuguese/Português (Brasil)
    Installed
    Microsoft SharePoint Foundation 2010 1046   Lang Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft SharePoint Foundation 2010 1046   Lang Pack Core
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   2010 Server Language Pack (KB2687462) 64-Bit Edition
    14.0.7015.1000
    Installed
    Language Pack for SharePoint,   Project Server and Office Web Apps 2010 - Portuguese/Português (Brasil)
    Installed
    Microsoft Access Services Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Document Lifecycle Components   Portuguese (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Hotfix for Microsoft Office Server   (KB2512800)
    14.0.5138.5000
    Installed
    Microsoft Excel Services Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Excel Web App Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   2010 Server Language Pack (KB2687462) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft InfoPath Form Services   Portuguese (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Server Proof (Portuguese   (Brazil)) 2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Web Apps Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   2010 Server Language Pack (KB2687462) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Web Apps Proof   (Portuguese (Brazil)) 2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   2010 Server Language Pack (KB2687462) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Web Apps Shared Coms   Portuguese (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   2010 Server Language Pack (KB2687462) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft OMUI Portuguese (Brazil)   Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   2010 Server Language Pack (KB2687462) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Project Server Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   2010 Server Language Pack (KB2687462) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Search Server 2010 Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Hotfix for Microsoft Office Server   (KB2475878)
    14.0.5135.5000
    Installed
    Microsoft Shared Coms Portuguese (Brazil)   Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft SharePoint Foundation 2010 1046   Lang Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft SharePoint Portal Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Slide Library Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Visio Services Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Web Analytics Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Word Server Portuguese (Brazil)   Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft XMUI Portuguese (Brazil)   Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   2010 Server Language Pack (KB2687462) 64-Bit Edition
    14.0.7015.1000
    Installed
    PerformancePoint Services in SharePoint   1046 Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft SharePoint   Foundation 2010
    Installed
    Microsoft SharePoint Foundation 2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft SharePoint Foundation 2010 1033   Lang Pack
    14.0.4763.1000
    Installed
    Hotfix for Microsoft SharePoint   Foundation 2010 (KB2512804)
    14.0.5138.5000
    Installed
    Microsoft SharePoint Foundation 2010 Core
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft® Search Server 2010   Express
    Installed
    Microsoft Office Server Proof (Arabic)   2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Server Proof (English)   2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Server Proof (French)   2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Server Proof (German)   2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Server Proof (Russian)   2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Server Proof (Spanish)   2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Search Server 2010 Core
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Search Server 2010 English   Language Pack
    14.0.4763.1000
    Installed
    Hotfix for Microsoft Office Server   (KB2475878)
    14.0.5135.5000
    Installed
    Microsoft Search Server 2010 Express
    14.0.4763.1000
    Installed
    Microsoft Shared Components
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Shared Coms English Language   Pack
    14.0.4763.1000
    Installed
    Microsoft SharePoint Foundation 2010 1033   Lang Pack
    14.0.4763.1000
    Installed
    Hotfix for Microsoft SharePoint   Foundation 2010 (KB2512804)
    14.0.5138.5000
    Installed
    Microsoft SharePoint Foundation 2010 Core
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Web Analytics English Language   Pack
    14.0.4763.1000
    Installed
    Microsoft Web Analytics Web Front End   Components
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    However when I try to run February CU or December CU I get the error:
    The expected version of the product was not found on the system
    it's possible that I messed up because
    I think I installed a SharePoint Server Service Pack 2 in a SharePoint Foundation Farm.
    these are the files I ran:
    1 - SP2 pt-br
    oserversp2010-kb2687453-fullfile-x64-pt-br
    2 - SP2 for Language Pack pt-br:
    oslpksp2010-kb2687462-fullfile-x64-pt-br
    3 - ran configuration wizard (had na error message the first time and success in the second try)
    4 - December CU or February CU:
    Download SharePoint Foundation 2010 February 2014 CU
    The expected version of the product was not found on the system
    In the first step I think I should have installed
    wsssp2010-kb2687464-fullfile-x64-pt-br
    Now I try to runthis and I get:
    The update is already installed on the system.
    Hopefully this is a QA Environment but it would be a pain to start over.
    Any suggestion?
    Thanks
    J.Clua

    Hi,
    Here are all errors logged:
    [OWSTIMER]   [SPContentDatabaseSequence] [ERROR] [3/11/2014 5:10:18 PM]: Found a missing   feature Id = [81606c80-44b3-47c9-8c24-136bdeb07d64]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:10:18 PM]: The feature with Id   81606c80-44b3-47c9-8c24-136bdeb07d64 is referenced in the database   [WSS_Content_Sites_01], but is not installed
    on the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:10:18 PM]: Found a missing feature Id =   [4b6e8a49-765d-47a1-92f8-91f61d07bbed]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:10:18 PM]: The feature with Id   4b6e8a49-765d-47a1-92f8-91f61d07bbed is referenced in the database   [WSS_Content_Sites_01], but is not installed
    on the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:10:18 PM]: Found a missing feature Id =   [af6d9aec-7c38-4dda-997f-cc1ddbb87c92]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:10:18 PM]: The feature with Id   af6d9aec-7c38-4dda-997f-cc1ddbb87c92 is referenced in the database   [WSS_Content_Sites_01], but is not installed
    on the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:10:18 PM]: Found a missing feature Id =   [00bfea71-dbd7-4f72-b8cb-da7ac0440130]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:10:18 PM]: The feature with Id   00bfea71-dbd7-4f72-b8cb-da7ac0440130 is referenced in the database   [WSS_Content_Sites_01], but is not installed
    on the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:16:17 PM]: Found a missing feature Id =   [5daabc0d-5714-4b95-9238-95d58704bc11], Name = [Blog Rating], Description =   [This feature allows visitors
    to rate blog posts], Install Location = [Blog   Rating]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:16:17 PM]: The feature with Id   5daabc0d-5714-4b95-9238-95d58704bc11 is referenced in the database   [WSS_Content_AcademiaTI], but is not installed
    on the current farm. The   missing feature may cause upgrade to fail. Please install any solution which   contains the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:23:56 PM]: Found a missing feature Id =   [af6d9aec-7c38-4dda-997f-cc1ddbb87c92]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:23:56 PM]: The feature with Id   af6d9aec-7c38-4dda-997f-cc1ddbb87c92 is referenced in the database   [WSS_Content_GlobalIT], but is not installed
    on the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [DEBUG] [3/11/2014 5:25:49 PM]: Retrieving site definition for language   1046...
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:50 PM]: Found 21 web(s) using missing web template   75801 (lcid: 1046) in ContentDatabase WSS_Content_EXP.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:50 PM]: The site definitions with Id 75801 is   referenced in the database [WSS_Content_EXP], but is not installed on the   current farm. The
    missing site definition may cause upgrade to fail. Please   install any solution which contains the site definition and restart upgrade   if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:50 PM]: Found 1 web(s) using missing web template   75802 (lcid: 1033) in ContentDatabase WSS_Content_EXP.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:50 PM]: The site definitions with Id 75802 is   referenced in the database [WSS_Content_EXP], but is not installed on the   current farm. The
    missing site definition may cause upgrade to fail. Please   install any solution which contains the site definition and restart upgrade   if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:53 PM]: Found a missing feature Id =   [75a0fea7-2d1e-451a-b445-16bc346d7d8e]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:53 PM]: The feature with Id   75a0fea7-2d1e-451a-b445-16bc346d7d8e is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:53 PM]: Found a missing feature Id =   [75a0fea7-5f69-4282-83ae-22808c0fbfd9]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:53 PM]: The feature with Id   75a0fea7-5f69-4282-83ae-22808c0fbfd9 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:53 PM]: Found a missing feature Id =   [75a0fea7-6e3f-4d4a-8f78-245bda567b60]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: The feature with Id   75a0fea7-6e3f-4d4a-8f78-245bda567b60 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: Found a missing feature Id =   [75a0fea7-040e-4abb-b94b-32f1e7572840]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: The feature with Id   75a0fea7-040e-4abb-b94b-32f1e7572840 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: Found a missing feature Id =   [75a0fea7-b5a0-47d5-90e6-4b3205b02278]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: The feature with Id   75a0fea7-b5a0-47d5-90e6-4b3205b02278 is referenced in the database   [[OWSTIMER] [SPContentDatabaseSequence] [ERROR]
    [3/11/2014 5:25:54 PM]: Found   a missing feature Id = [75a0fea7-b5a0-47d5-90e6-4b3205b02278]], but is not   installed on the current farm. The missing feature may cause upgrade to fail.   Please install any solution which contains the feature
    and restart upgrade if   necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: Found a missing feature Id =   [f7b9c169-1418-41f3-888f-8ac436e17a0a]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: The feature with Id   f7b9c169-1418-41f3-888f-8ac436e17a0a is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: Found a missing feature Id =   [75a0fea7-f13a-4670-8b69-97e90d05f7c8]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: The feature with Id   75a0fea7-f13a-4670-8b69-97e90d05f7c8 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: Found a missing feature Id =   [75a0fea7-377d-4b4f-b864-984379ed0f42]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: The feature with Id   75a0fea7-377d-4b4f-b864-984379ed0f42 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: Found a missing feature Id =   [75a0fea7-9d96-4f02-a800-a3512154efcd]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: The feature with Id   75a0fea7-9d96-4f02-a800-a3512154efcd is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: Found a missing feature Id =   [90cd055f-f21f-42c5-b3fe-bb67173583d4]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: The feature with Id   90cd055f-f21f-42c5-b3fe-bb67173583d4 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: Found a missing feature Id =   [75a0fea7-0017-4993-85fe-c37971507bbc]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: The feature with Id   75a0fea7-0017-4993-85fe-c37971507bbc is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: Found a missing feature Id =   [75a0fea7-fe65-41c3-a965-c5df83fb098b]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: The feature with Id   75a0fea7-fe65-41c3-a965-c5df83fb098b is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: Found a missing feature Id =   [75a0fea7-7c51-4a75-92c1-cbaccb371622]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: The feature with Id   75a0fea7-7c51-4a75-92c1-cbaccb371622 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: Found a missing feature Id =   [75a0fea7-b0ef-434e-90d6-ce997d970564]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: The feature with Id   75a0fea7-b0ef-434e-90d6-ce997d970564 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: Found a missing feature Id =   [75a0fea7-37d2-484b-b362-dcff1538e2a4]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: The feature with Id   75a0fea7-37d2-484b-b362-dcff1538e2a4 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: Found a missing feature Id =   [49c44827-4747-4e89-999c-f199ad95cfa8]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:56 PM]: The feature with Id   49c44827-4747-4e89-999c-f199ad95cfa8 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:56 PM]: Found a missing feature Id =   [75a0fea7-42e8-4527-8313-f63c4c49a7e6]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:56 PM]: The feature with Id   75a0fea7-42e8-4527-8313-f63c4c49a7e6 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:56 PM]: Found a missing feature Id =   [75a0fea7-a4ce-4a83-867d-f6be0ffdd867]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:56 PM]: The feature with Id   75a0fea7-a4ce-4a83-867d-f6be0ffdd867 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPSiteWssSequence] [ERROR]   [3/11/2014 5:32:40 PM]: Action 4.0.23.0 of   Microsoft.SharePoint.Upgrade.SPSiteWssSequence failed.
    [OWSTIMER] [SPSiteWssSequence] [ERROR]   [3/11/2014 5:32:40 PM]: Inner Exception: Já existe um campo com este nome.
    O nome especificado para este campo é   igual ao de outro campo da lista. Escolha outro nome e tente   novamente.<nativehr>0x81020013</nativehr><nativestack></nativestack>
    [OWSTIMER] [SPSiteWssSequence] [ERROR]   [3/11/2014 5:32:40 PM]:   
    at   Microsoft.SharePoint.Library.SPRequestInternalClass.UpdateField(String   bstrUrl, String bstrListName, String bstrXML)
         at Microsoft.SharePoint.Library.SPRequest.UpdateField(String bstrUrl,   String bstrListName, String bstrXML)
    [OWSTIMER] [SPSiteWssSequence] [ERROR]   [3/11/2014 5:32:40 PM]: Exception: Já existe um campo com este nome.
    O nome especificado para este campo é   igual ao de outro campo da lista. Escolha outro nome e tente novamente.
    [OWSTIMER] [SPSiteWssSequence] [ERROR]   [3/11/2014 5:32:40 PM]:   
    at   Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)
    [OWSTIMER] [SPUpgradeSession] [ERROR]   [3/11/2014 5:32:40 PM]: Upgrade [SPSite Url=http://sjkqa41:7779] failed.   Microsoft.SharePoint.Upgrade.SPSiteWssSequence has the ContinueOnFailiure bit   set. Moving
    on to the next object in sequence.
    [OWSTIMER] [SPUpgradeSession] [ERROR]   [3/11/2014 5:32:40 PM]: Inner Exception: Já existe um campo com este nome.
    O nome especificado para este campo é   igual ao de outro campo da lista. Escolha outro nome e tente novamente.
    [OWSTIMER] [SPUpgradeSession] [ERROR]   [3/11/2014 5:32:40 PM]:   
    at   Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)
         at Microsoft.SharePoint.Library.SPRequest.UpdateField(String bstrUrl,   String bstrListName, String bstrXML)
         at Microsoft.SharePoint.SPField.UpdateCore(Boolean bToggleSealed)
         at Microsoft.SharePoint.SPFieldIndexCollection.IndexOneField(Object   field, Boolean bIndexed)
         at Microsoft.SharePoint.SPFieldIndexCollection.Add(SPField field)
         at   Microsoft.SharePoint.Upgrade.RestoreWorkflowAndDatasourceLibraryPermissions.Upgrade()
         at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
    [OWSTIMER] [SPUpgradeSession] [ERROR]   [3/11/2014 5:32:40 PM]: Exception: Action 4.0.23.0 of   Microsoft.SharePoint.Upgrade.SPSiteWssSequence failed.
    [OWSTIMER] [SPUpgradeSession] [ERROR]   [3/11/2014 5:32:40 PM]:   
    at   Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
         at Microsoft.SharePoint.Upgrade.SPUpgradeSession.Upgrade(Object o,   Boolean bRecurse)
    [OWSTIMER] [SPUpgradeSession] [ERROR]   [3/11/2014 5:37:44 PM]: Upgrade Timer job is exiting due to exception:   Microsoft.SharePoint.Upgrade.SPUpgradeException: Upgrade completed with   errors. 
    Review the upgrade log file   located in C:\Program Files\Common Files\Microsoft Shared\Web Server   Extensions\14\LOGS\Upgrade-20140311-164603-307.log. 
    The number of errors and warnings is listed   at the end of the upgrade log file.
         at Microsoft.SharePoint.Upgrade.SPUpgradeSession.CheckPoint()
         at Microsoft.SharePoint.Upgrade.SPUpgradeSession.LogEnd()
         at   Microsoft.SharePoint.Administration.SPUpgradeJobDefinition.Execute(Guid   targetInstanceId)
    Despite all the erros, can I consider these farm updated in terms of SharePoint build?
    Thanks
    J.Clua

  • Service ticket not found in the subject

    Hi,
    I've got simple authorisation working from Java to an Linux MIT KDC. I've also got tickets via kinit from the kdc on the Linux server. I'm trying to use JAAS sample code:
    Does anyone know how I can get this to work?
    MY login.conf file is
    GSSClient{
    com.sun.security.auth.module.Krb5LoginModule required
    useTicketCache="true";
    Rserver{
    com.sun.security.auth.module.Krb5LoginModule required
    storeKey=true
    useKeyTab=true
    doNotPrompt=true
    keyTab="/etc/harsh.keytab"
    principal="Rserver/kdc.mahindrabt.com";
    and the error which i am getting is i have enable debug
    ratnesh
    Name of the [email protected]
    before peerlc.login()
    KinitOptions cache name is /tmp/krb5cc_0
    DEBUG <CCacheInputStream> client principal is [email protected]
    DEBUG <CCacheInputStream> server principal is krbtgt/[email protected]
    DEBUG <CCacheInputStream> key type: 16
    DEBUG <CCacheInputStream> auth time: Thu Dec 18 15:20:02 IST 2003
    DEBUG <CCacheInputStream> start time: Thu Dec 18 15:20:02 IST 2003
    DEBUG <CCacheInputStream> end time: Fri Dec 19 01:20:02 IST 2003
    DEBUG <CCacheInputStream> renew_till time: Thu Jan 01 05:30:00 IST 1970
    CCacheInputStream: readFlags() INITIAL;Host address is 10.3.1.110
    DEBUG <CCacheInputStream>
    DEBUG <CCacheInputStream> client principal is [email protected]
    DEBUG <CCacheInputStream> server principal is host/[email protected]
    DEBUG <CCacheInputStream> key type: 1
    DEBUG <CCacheInputStream> auth time: Thu Dec 18 15:20:02 IST 2003
    DEBUG <CCacheInputStream> start time: Thu Dec 18 16:17:13 IST 2003
    DEBUG <CCacheInputStream> end time: Fri Dec 19 01:20:02 IST 2003
    DEBUG <CCacheInputStream> renew_till time: Thu Jan 01 05:30:00 IST 1970
    CCacheInputStream: readFlags()Host address is 10.3.1.110
    DEBUG <CCacheInputStream>after peerlc.login()
    prior to subject.doAs()
    value of s isSubject:
    Principal: [email protected]
    Private Credential: Ticket (hex) =
    0000: 61 82 01 06 30 82 01 02 A0 03 02 01 05 A1 10 1B a...0...........
    0010: 0E 4D 41 48 49 4E 44 52 41 42 54 2E 43 4F 4D A2 .MAHINDRABT.COM.
    0020: 23 30 21 A0 03 02 01 00 A1 1A 30 18 1B 06 6B 72 #0!.......0...kr
    0030: 62 74 67 74 1B 0E 4D 41 48 49 4E 44 52 41 42 54 btgt..MAHINDRABT
    0040: 2E 43 4F 4D A3 81 C3 30 81 C0 A0 03 02 01 01 A1 .COM...0........
    0050: 03 02 01 01 A2 81 B3 04 81 B0 CB 01 79 E9 43 1A ............y.C.
    0060: AE 64 90 28 83 D6 79 82 6A 4C 26 08 A9 C2 59 E7 .d.(..y.jL&...Y.
    0070: 21 2E 4C 41 81 B5 01 75 9A 24 87 C0 30 3B F9 A7 !.LA...u.$..0;..
    0080: 6B 4E 5D 29 5D A0 9F 91 55 92 D6 FD E4 4B 0A 84 kN])]...U....K..
    0090: 06 5B 07 14 00 7E 96 C6 2F 15 4B 34 9F D6 0D E2 .[....../.K4....
    00A0: 89 48 B3 78 63 B8 A0 B0 81 14 28 A8 3F 29 A5 D7 .H.xc.....(.?)..
    00B0: 64 D5 40 B7 19 A8 6D FC F2 82 86 02 C5 13 32 AA [email protected].
    00C0: A8 42 A5 8B 3D 52 DB 83 C7 1F 19 31 3E 6C 87 B0 .B..=R.....1>l..
    00D0: BD A5 6A 26 8E DB 2C EA F5 06 2F 90 0A DA 77 58 ..j&..,.../...wX
    00E0: CC 0A 67 27 4E 51 7D 74 50 08 79 E4 06 EA C9 30 ..g'NQ.tP.y....0
    00F0: E4 F8 40 51 F5 D9 FA C1 AF D9 D3 2E 4A 32 59 CC [email protected].
    0100: 10 1A 0F AA 7D 98 30 9B A7 26
    Client Principal = [email protected]
    Server Principal = krbtgt/[email protected]
    Session Key = EncryptionKey: keyType=16 keyBytes (hex dump)=
    0000: 9B B5 0E FB 8F 49 64 8F 32 31 10 AE 6E A8 BA 80 .....Id.21..n...
    0010: C4 16 45 4A 92 34 A1 02
    Forwardable Ticket false
    Forwarded Ticket false
    Proxiable Ticket false
    Proxy Ticket false
    Postdated Ticket false
    Renewable Ticket false
    Initial Ticket false
    Auth Time = Thu Dec 18 15:20:02 IST 2003
    Start Time = Thu Dec 18 15:20:02 IST 2003
    End Time = Fri Dec 19 01:20:02 IST 2003
    Renew Till = Null
    Client Addresses clientAddresses[0] = /10.3.1.110
    GSSClient... Getting client credentialsFound ticket for [email protected] to go to krbtgt/[email protected] expiring on Fri Dec 19 01:20:02 IST 2003
    GSSClient... GSSManager creating security context
    GSSClient... Sending token to server over secure contextEntered Krb5Context.initSecContext with state=STATE_NEW
    Found ticket for [email protected] to go to krbtgt/[email protected] expiring on Fri Dec 19 01:20:02 IST 2003
    Service ticket not found in the subject
    Credentials acquireServiceCreds: same realm
    CksumType: sun.security.krb5.internal.crypto.RsaMd5CksumTypeKrbException: KDC has no support for encryption type (14)
    at sun.security.krb5.internal.crypto.p.a(DashoA6275:58)
    at sun.security.krb5.EncryptedData.<init>(DashoA6275:84)
    at sun.security.krb5.KrbApReq.b(DashoA6275:438)
    at sun.security.krb5.KrbApReq.a(DashoA6275:211)
    at sun.security.krb5.KrbApReq.<init>(DashoA6275:172)
    at sun.security.krb5.KrbTgsReq.a(DashoA6275:319)
    at sun.security.krb5.KrbTgsReq.<init>(DashoA6275:166)
    at sun.security.krb5.KrbTgsReq.<init>(DashoA6275:87)
    at sun.security.krb5.internal.az.a(DashoA6275:289)
    at sun.security.krb5.internal.az.a(DashoA6275:106)
    at sun.security.krb5.Credentials.acquireServiceCreds(DashoA6275:490)
    at sun.security.jgss.krb5.Krb5Context.initSecContext(Krb5Context.java:580)
    at sun.security.jgss.GSSContextImpl.initSecContext(GSSContextImpl.java:213)
    at sun.security.jgss.GSSContextImpl.initSecContext(GSSContextImpl.java:158)
    at GSSClient.run(GSSClient.java:184)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAs(Subject.java:320)
    at GSSClient.login(GSSClient.java:124)
    at GSSClient.main(GSSClient.java:63)
    GSSClient... GSS Exception No valid credentials provided (Mechanism level: KDC has no support for encryption type (14))after to getting context
    Client authentication deined..
    If i dosnt do kinit it work fine
    Cheers
    Harsh Ahuja

    I think you do have a ticket in your subject, problem is that they ar'nt readable by suns core librarys. Sun seems to lack suport for des3-cbc-sha1. Try creating tickets with des-cbc-crc.
    wikm@empusa:~$ klist -a
    Credentials cache: FILE:/tmp/krb5cc_1001
    Principal: [email protected]
    Cache version: 4
    Server: krbtgt/[email protected]
    Ticket etype: des-cbc-crc, kvno 1
    Auth time: Dec 22 15:31:03 2003
    End time: Dec 23 01:31:03 2003
    Ticket flags: initial
    Addresses: IPv4:130.237.95.15
    Server: [email protected]
    Ticket etype: des-cbc-crc, kvno 2
    Auth time: Dec 22 15:31:03 2003
    End time: Dec 23 01:31:03 2003
    Ticket flags:
    Addresses: IPv4:130.237.95.15
    / Mikael

  • Business Rule Error: Fact not found in the rule engine working memory, rule

    I am trying to create a simple decision table with an input(ValidateInput) and a output(ValidateOutput). The input and output schemas have unbounded and nested elements(Parent-child relationship). When I create a condition(specific condition on input) and in the action I am asserting the output object. But when I run using EM it throws the following exception. It would be helpful if somebody could tell me what could be the problem. Please note when I set the output as ValidateInput object then it runs fine. Also it executes fine with ValidateOutput if it doesn't have unbounded(List) element inside it.
    Error Message: {http://xmlns.oracle.com/OracleRules10/OracleRules10_DecisionService_1}operationErroredFault
    Fault ID     rules:211
    Fault Time     Jun 18, 2011 10:45:13 AM
    Non Recoverable Business Fault :
    Fact not found in the rule engine working memory, rule session execution failed. The rule session 270013 failed because an instance of the fact com.example.customer.ValidateResponse could not be found in the working memory of the rule session. This is most likely a rule modeling error. The decision service interaction expects the fact instance to exist in the working memory of the rule session. Check the rule actions in rule designer and make sure that a fact of the expected type is being asserted. If the error persists, contact Oracle Support Services. 270013
    Edited by: reachsky on 18 Jun, 2011 9:57 AM

    It's working now..I had to use Global variable to declare child element of the output variable and use the same during action.

  • Java.lang.AssertionError: WSDL not found in the class file "processes

    Hi,
    I am using WLI 10.3 workshop to build process application. I have designed one JPD which inturn call another process JPD. So i have used worklist process control to create the process and tried to access the process. When i am executing the code, i am getting below error message.
    13-Jun-2011 14:13:00 o'clock BST> <Error> <WLI> <BEA-000000> <Exception processing processes.ISPSSQMsgLisnt
    Java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at com.bea.wli.knex.runtime.core.dispatcher.DispUnit.loadDispFile(DispUnit.java:219)
    Truncated. see log file for complete stacktrace
    Java.lang.AssertionError: WSDL not found in the class file "processes.ISPSSQMsgLisnt", annotated class = processes.ISPSSQMsgLisnt
    --ClassAnnotations:
    --Method Annotations:
    --Field Annotations:
    can't continue
    at com.bea.wli.knex.runtime.jws.dispatcher.JwsDispClass.<init>(JwsDispClass.java:392)
    at com.bea.wli.bpm.runtime.JpdDispClass.<init>(JpdDispClass.java:65)
    at com.bea.wli.bpm.runtime.JpdDispClass.<init>(JpdDispClass.java:55)
    at com.bea.wli.bpm.runtime.JpdDispFile.createPrimaryDispClass(JpdDispFile.java:382)
    at com.bea.wli.knex.runtime.core.dispatcher.DispFile.<init>(DispFile.java:154)
    Truncated. see log file for complete stacktrace
    xception processing processes.ISPSSQMsgLisnt
    ava.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at com.bea.wli.knex.runtime.core.dispatcher.DispUnit.loadDispFile(DispUnit.java:219)
    at com.bea.wli.knex.runtime.core.dispatcher.DispUnit.<init>(DispUnit.java:153)
    at com.bea.wli.knex.runtime.core.dispatcher.DispCache.ensureDispUnit(DispCache.java:628)
    at com.bea.wli.knex.runtime.core.dispatcher.DispCache.ensureDispUnitForURI(DispCache.java:1029)
    at com.bea.wli.knex.runtime.core.dispatcher.DispCache.ensureDispUnitForURI(DispCache.java:950)
    at com.bea.wli.broker.JWSSubscriber.getDispClass(JWSSubscriber.java:231)
    at com.bea.wli.broker.JWSSubscriber.getRequest(JWSSubscriber.java:184)
    at com.bea.wli.broker.JWSSubscriber.doDispatch(JWSSubscriber.java:358)
    at com.bea.wli.broker.JWSSubscriber.doDispatch(JWSSubscriber.java:348)
    at com.bea.wli.broker.SubscriptionDispatcher.doDispatch(SubscriptionDispatcher.java:87)
    at com.bea.wli.broker.MessageBroker$PrivilegedSubscriptionDispatcher.run(MessageBroker.java:179)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at com.bea.wli.security.authentication.AuthenticationService.runAs(AuthenticationService.java:108)
    at com.bea.wli.broker.MsgBrokerSecurityHelper.doDispatch(MsgBrokerSecurityHelper.java:231)
    at com.bea.wli.broker.MessageBroker$PrivilegedSubscriptionDispatcher.doDispatch(MessageBroker.java:165)
    at com.bea.wli.broker.MessageBroker.publishMessage(MessageBroker.java:984)
    at com.bea.wli.mbconnector.jms.JmsConnMDB.publishMBMessage(JmsConnMDB.java:343)
    at com.bea.wli.mbconnector.jms.JmsConnMDB.onMessage(JmsConnMDB.java:475)
    at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
    at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
    at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4547)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:4233)
    at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3709)
    at weblogic.jms.client.JMSSession.access$000(JMSSession.java:114)
    at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5058)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    aused by: java.lang.AssertionError: WSDL not found in the class file "processes.ISPSSQMsgLisnt", annotated class = processes.ISPSSQMsgLisnt
    --ClassAnnotations:
    --Method Annotations:
    --Field Annotations:
    can't continue
    at com.bea.wli.knex.runtime.jws.dispatcher.JwsDispClass.<init>(JwsDispClass.java:392)
    at com.bea.wli.bpm.runtime.JpdDispClass.<init>(JpdDispClass.java:65)
    at com.bea.wli.bpm.runtime.JpdDispClass.<init>(JpdDispClass.java:55)
    at com.bea.wli.bpm.runtime.JpdDispFile.createPrimaryDispClass(JpdDispFile.java:382)
    at com.bea.wli.knex.runtime.core.dispatcher.DispFile.<init>(DispFile.java:154)
    at com.bea.wli.knex.runtime.jws.dispatcher.JwsDispFile.<init>(JwsDispFile.java:24)
    at com.bea.wli.bpm.runtime.JpdDispFile.<init>(JpdDispFile.java:108)
    ... 34 more

    Hi
    Are you using wli process control?
    That uses wsdl and could cause the issue.
    I also saw couple of internal bugs CR264315 and CR288904 on the same issue on 9.2.
    Since this is a wli issue could you post in the wli newsgroup to get more answers http://forums.bea.com/forum.jspa?forumID=2047 ?
    Also you can open a BEA support case at http://support.bea.com and an wli support engineer would help you. Please refer to the Cr numbers above in your support case.
    Thanks
    Vimala

  • ADMT 3.2 Group Migration - Include File error: The object was not found in the domain

    Hello,
    I have been digging for weeks and still no answer. I am trying to migrate Group across two domains and if I select the group, it works just fine. But I want to bulk-migrate groups. So I am going the Include-File route. when ever I load the file I get
    the bulk of the groups processed but I get a dialogue box that states:
    The following objects are either not found or do not meet selection requirement. No migration will be performed on these objects.
    Then I get a list a group and the message states:
    The object was not found in the domain "contoso.com"
    Does any one know anything about this or how to fix it? I have compared the files with good/bad versions using ADSI edit and from its POV they look the same.

    Hi,
    Thanks for your post.
    There is an attribute named "showInAdvancedViewOnly" which specifies whether the object is to be visible in the "Advanced" mode of user interfaces. This is to say, if the schema attribute "ShowInAdvanceViewOnly" is set to TRUE for any security principal
    in AD, we would not be able to find that account or group while trying to migrate it except the simple ADUC search. Just as the issue you encountered.
    Therefore, please enable the "Advanced" mode in Active Directory Users and Computers, and then check if the three groups could be migrated or not.
    If anything unclear or you have any questions about this case, please feel free to let me know.
    Thanks and I look forward to your reply.
    Best regards,
    Ann Zhu

  • Trading partner agreement not found for the given input values

    Hi,
    I am working on EDI X12 over generic exchange outbound.
    In enqueue script:
    replyToMsgID =
    from =TEE
    to =RF
    actionName =BASFEDI841
    doctypeName =841
    doctypeRevision =4010
    msgType =1
    payload =RF_841_4010_1_12.xml
    attachment=
    I am getting the Trading partner agreement not found.
    B2B log:
    ***** REQUEST MESSAGE *****
    Exchange Protocol: Generic Version 1.0
    Transport Protocol: FTP
    Unique Message ID: TEE_2009Mar01_15_37_29_170.dat
    Trading Partner: RF
    Message Signed: No
    Payload encrypted: No
    Information incomplete
    2009.03.01 at 15:37:29:477: Thread-20: B2B - (INFORMATION) oracle.tip.adapter.b2b.engine.Engine:processOutgoingMessage Exit
    2009.03.01 at 15:37:29:477: Thread-20: B2B - (DEBUG) DBContext commit: Enter
    2009.03.01 at 15:37:29:477: Thread-20: B2B - (DEBUG) DBContext commit: Leave
    2009.03.01 at 15:37:29:478: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.data.MsgListener:onMessage Exit
    2009.03.01 at 15:37:32:910: Thread-21: B2B - (DEBUG)
    Protocol = FTP
    Version = 1.0
    Transport Header
    filename:TEE_2009Mar01_15_37_29_170.dat
    filesize:7787
    file_ext:dat
    fullpath://users/dab2b01/RF841/TEE_2009Mar01_15_37_29_170.dat
    timestamp:1970-01-01T00:00:00.000-00:00
    2009.03.01 at 15:37:32:973: Thread-21: B2B - (DEBUG) DBContext beginTransaction: Enter
    2009.03.01 at 15:37:32:974: Thread-21: B2B - (DEBUG) DBContext beginTransaction: Transaction.begin()
    2009.03.01 at 15:37:32:974: Thread-21: B2B - (DEBUG) DBContext beginTransaction: Leave
    2009.03.01 at 15:37:32:974: Thread-21: B2B - (DEBUG) InterfaceListener:onMessage - Invoke inbound callout - null - null
    2009.03.01 at 15:37:32:975: Thread-21: B2B - (DEBUG) InterfaceListenersyncAckEBMSchecking header names
    2009.03.01 at 15:37:32:975: Thread-21: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertNativeEvtTblRow(2 params) Enter
    2009.03.01 at 15:37:32:998: Thread-21: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertNativeEvtTblRow(2 params) Exit
    2009.03.01 at 15:37:32:999: Thread-21: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.InterfaceListener:onMessage sendEventtrue
    2009.03.01 at 15:37:33:005: Thread-21: B2B - (DEBUG) DBContext commit: Enter
    2009.03.01 at 15:37:33:011: Thread-21: B2B - (DEBUG) DBContext commit: Transaction.commit()
    2009.03.01 at 15:37:33:011: Thread-21: B2B - (DEBUG) DBContext commit: Leave
    2009.03.01 at 15:37:33:012: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.data.MsgListener:onMessage Enter
    2009.03.01 at 15:37:33:013: Thread-20: B2B - (DEBUG) DBContext beginTransaction: Enter
    2009.03.01 at 15:37:33:013: Thread-20: B2B - (DEBUG) DBContext beginTransaction: Transaction.begin()
    2009.03.01 at 15:37:33:013: Thread-20: B2B - (DEBUG) DBContext beginTransaction: Leave
    2009.03.01 at 15:37:33:014: Thread-20: B2B - (INFORMATION) oracle.tip.adapter.b2b.engine.Engine:processEvents Enter
    2009.03.01 at 15:37:33:014: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:processEvents begin transaction
    2009.03.01 at 15:37:33:015: Thread-20: B2B - (DEBUG) DBContext beginTransaction: Enter
    2009.03.01 at 15:37:33:015: Thread-20: B2B - (DEBUG) DBContext beginTransaction: Leave
    2009.03.01 at 15:37:33:015: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:handleMessageEvent Enter
    2009.03.01 at 15:37:33:015: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:incomingContinueProcess Enter
    2009.03.01 at 15:37:33:015: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:getWireMessage Enter
    2009.03.01 at 15:37:33:019: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:getWireMessage Exit
    2009.03.01 at 15:37:33:020: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:formTransportMessage Enter
    2009.03.01 at 15:37:33:027: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:formTransportMessage Exit
    2009.03.01 at 15:37:33:028: Thread-20: B2B - (INFORMATION) oracle.tip.adapter.b2b.engine.Engine:processIncomingMessage Enter
    2009.03.01 at 15:37:33:042: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:processIncomingMessage Identify Business Protocol
    2009.03.01 at 15:37:33:042: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:processIncomingMessage Do Unpack using the BP specific package class
    2009.03.01 at 15:37:33:043: Thread-20: B2B - (DEBUG) MimePackaging:unpack:Enter
    2009.03.01 at 15:37:33:043: Thread-20: B2B - (DEBUG) MimePackaging:doUnpack:Enter
    2009.03.01 at 15:37:33:044: Thread-20: B2B - (DEBUG) MimePackaging:unpackNonMimeMessage:Enter
    2009.03.01 at 15:37:33:044: Thread-20: B2B - (DEBUG) MimePackaging:unpackNonMimeMessage:encoding = UTF-8
    2009.03.01 at 15:37:33:045: Thread-20: B2B - (DEBUG) MimePackaging:unpackNonMimeMessage:oracle.tip.adapter.b2b.packaging.Component@8a2023
    2009.03.01 at 15:37:33:045: Thread-20: B2B - (DEBUG) MimePackaging:unpackNonMimeMessage:Exit
    2009.03.01 at 15:37:33:046: Thread-20: B2B - (DEBUG) MimePackaging:unpack:Exit
    2009.03.01 at 15:37:33:046: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:processIncomingMessage Decode the Incoming Message into B2B Message
    2009.03.01 at 15:37:33:046: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:GenericExchangePlugin:decodeIncomingMessage Enter
    2009.03.01 at 15:37:33:046: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:GenericExchangePlugin:decodeIncomingMessage Number of Components = 1
    2009.03.01 at 15:37:33:047: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:decodeIncomingMessage Transport Protocol = {FTP}
    2009.03.01 at 15:37:33:047: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:decodeIncomingMessage filename = TEE_2009Mar01_15_37_29_170.dat
    2009.03.01 at 15:37:33:048: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:decodeIncomingMessage FILE_FORMAT = FROM_PARTY - TEE
    2009.03.01 at 15:37:33:048: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:decodeIncomingMessage File TP Host name = TEE
    2009.03.01 at 15:37:33:048: Thread-20: B2B - (DEBUG) calling setInitiatingPartyId() changing from null to TPName: TEE Type: null Value: null
    2009.03.01 at 15:37:33:048: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:decodeIncomingMessage fromParty = TEE
    2009.03.01 at 15:37:33:048: Thread-20: B2B - (DEBUG) calling setFromPartyId() changing from null to TPName: TEE Type: null Value: null
    2009.03.01 at 15:37:33:049: Thread-20: B2B - (DEBUG) calling setToPartyId() changing from null to TPName: null Type: null Value: null
    2009.03.01 at 15:37:33:049: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:GenericExchangePlugin:decodeIncomingMessage security info NULL
    2009.03.01 at 15:37:33:056: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:GenericExchangePlugin:decodeIncomingMessage Exit
    2009.03.01 at 15:37:33:056: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:processHubMessage Enter
    2009.03.01 at 15:37:33:056: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:processHubMessage toTP null
    2009.03.01 at 15:37:33:057: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:processHubMessage hubUrl null
    2009.03.01 at 15:37:33:057: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:processHubMessage Exit
    2009.03.01 at 15:37:33:057: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:processIncomingMessage ProtocolCollabId = null
    2009.03.01 at 15:37:33:057: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:processIncomingMessage CollaborationName null
    2009.03.01 at 15:37:33:057: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:checkDuplicate Enter
    2009.03.01 at 15:37:33:058: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:checkDuplicate check non-RosettaNet Message
    2009.03.01 at 15:37:33:060: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:checkDuplicate Exit
    2009.03.01 at 15:37:33:060: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:processIncomingMessage Protocol Collaboration Id : null
    2009.03.01 at 15:37:33:060: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:identifyIncomingDocument Enter
    2009.03.01 at 15:37:33:063: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:preProcessor enter
    2009.03.01 at 15:37:33:064: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:preProcessor edi = X12
    2009.03.01 at 15:37:33:064: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:preProcessor segment delimiter is 27
    2009.03.01 at 15:37:33:073: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:identifyIncomingDocument preprocess result =
    ISA~00~Authorizat~00~Security I~01~Interchange Sen~01~Interchange Rec~090301~1935~U~00401~000001101~0~I~+'GS~SP~Application Sen~Application Rec~20090301~1537~1101~T~004010'ST~841~5709'SPI~00~01~Reference Identification~Entity Title~Entity Purpose~A~00~01~00~10~Source Subquali~773~1~AA~0001'RDT~A~Revision Value~001~~~01'RDT~A~Revision Value~001~~~01'RDT~A~Revision Value~001~~~01'RDT~A~Revision Value~001~~~01'NTE~AAA~Description'X1~C~Export Licen~C~~1~1~COU~SCHEDULE B~D~252876~59154.0269~A~01~8~U~Identification Code'X2~Import License Number~~20090301~~20090301~20090301'X7~Free-Form Message~Free-Form Message'AMT~1~1~C'REF~01~Reference Identification~Description~01+Reference Identification+01+Reference Identification+01+Reference Identification'DTM~001~~~01~CC~Date Time Period'PER~1A~Name~AA~Communication Number~AA~Communication Number~AA~Communication Number~Contact Inquiry Refe'N1~01~Name~1~Identification Code~01~01'N2~Name~Name'N3~Address Information~Address Information'N4~City Name~ST~POSTAL CODE~COU~A~Location Identifier'REF~01~Reference Identification~Description~01+Reference Identification+01+Reference Identification+01+Reference Identification'PER~1A~Name~AA~Communication Number~AA~Communication Number~AA~Communication Number~Contact Inquiry Refe'HL~1~~1~0'SPI~00~01~Reference Identification~Entity Title~Entity Purpose~A~00~01~00~10~Source Subquali~4~1~AA~0001'RDT~A~Revision Value~001~~~01'PRR~Assigned Identificat~10~Source Subquali~BRK~Description~10~Source Subquali~A~10~Source Subquali~1'PRT~EXC~10~Source Subquali~N'PRS~1~Description'LIN~Assigned Identificat~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID'PER~1A~Name~AA~Communication Number~AA~Communication Number~AA~Communication Number~Contact Inquiry Refe'MSG~Free-Form Message Text~AA~3'N1~01~Name~1~Identification Code~01~01'N2~Name~Name'N3~Address Information~Address Information'N4~City Name~ST~POSTAL CODE~COU~A~Location Identifier'PER~1A~Name~AA~Communication Number~AA~Communication Number~AA~Communication Number~Contact Inquiry Refe'N9~01~Reference Identification~Free-form Description~~~01~01+Reference Identification+01+Reference Identification+01+Reference Identification'PID~F~01~10~Product Desc~Description~1S~Source Subquali~N~LAN'PKD~AMM01~Source Subquali~10~Packagi~L'QTY~01~1~01+3+60.42665+01+5+3+01+1+51887.5+01+6+7.79+01+2+3953.97808'MEA~9L~1~6~01+5+56318.8+01+1+30.72+01+1+1+01+7+8887.19467+01+6+661.97698~6~7~01~~1S~BM'MEA~9L~1~5~01+3+696.4+01+4+4+01+3+1221.27922+01+1+994232.001+01+3+872.859~3~9~01~~1S~BM'MEA~9L~1~3~01+8+8+01+1+7.75+01+2+6.395+01+1+2.1+01+6+7.59~6~4~01~~1S~BM'MEA~9L~1~6~01+6+7393.71+01+3+54258.8579+01+8+28012.940+01+5+8+01+7+8.8~9~9~01~~1S~BM'MEA~9L~1~8~01+5+8661152.98+01+7+6356848.72+01+7+1010847.39+01+5+4939.33859+01+3+7.84050~8~4~01~~1S~BM'UIT~01+7+8.3+01+2+8.702047+01+8+323.16049+01+8+40699.4+01+5+30.909~1~AA'LOC~01~Reference Identification~Description~Reference Identification~Catego~01~Reference Identification~Description~Reference Identification~6~01+7+257.30155+01+1+963640.085+01+1+9.42+01+4+1+01+3+67.61~8~01+6+3.6+01+2+20.5+01+4+6.99+01+7+5+01+5+213.507492~5~01+2+3077486.5+01+7+78023.621+01+3+6.74+01+7+138554.0+01+3+4111.4~2~01+9+2.6+01+8+91290.0173+01+9+1.9+01+2+6.168+01+1+26.9~2~01+2+1+01+6+67348.246+01+4+8.50+01+7+37.63+01+5+130691508.0~1~01+5+8.39+01+1+2.0+01+6+7.3+01+5+173.68084+01+5+550.4928~01~Reference Identification~Description'PWK~01~1~26~01~1~Identification Code~Description~1+1+1+1+1~AR'PKG~F~01~10~Packagi~Description~01'MEA~9L~1~6~01+9+99.2217+01+5+6.5043+01+8+30.76+01+9+3+01+1+7~3~2~01~~1S~BM'REF~01~Reference Identification~Description~01+Reference Identification+01+Reference Identification+01+Reference Identification'DTM~001~~~01~CC~Date Time Period'PER~1A~Name~AA~Communication Number~AA~Communication Number~AA~Communication Number~Contact Inquiry Refe'LX~6'LIN~Assigned Identificat~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID~A1~Product/Service ID'TMD~01~10~Product Desc~01~01~Description~~Reference Identification~Source Subquali'MEA~9L~1~4~01+7+71.1+01+2+277.0+01+2+9.19003+01+1+901.516+01+3+7803582.87~8~7~01~~1S~BM'PSD~01~01~9661549~01+2+140318.0112+01+3+30.74740+01+9+67.17+01+7+5.1130+01+3+56743.0~01~01~01~Description'SPS~193487350~66823328~472426~5.6~01+3+519.45554+01+6+145146.03+01+2+63994262.5+01+3+1.3166+01+8+4.7~440443'DTM~001~~~01~CC~Date Time Period'REF~01~Reference Identification~Description~01+Reference Identification+01+Reference Identification+01+Reference Identification'REF~01~Reference Identification~Description~01+Reference Identification+01+Reference Identification+01+Reference Identification'REF~01~Reference Identification~Description~01+Reference Identification+01+Reference Identification+01+Reference Identification'REF~01~Reference Identification~Description~01+Reference Identification+01+Reference Identification+01+Reference Identification'REF~01~Reference Identification~Description~01+Reference Identification+01+Reference Identification+01+Reference Identification'REF~01~Reference Identification~Description~01+Reference Identification+01+Reference Identification+01+Reference Identification'REF~01~Reference Identification~Description~01+Reference Identification+01+Reference Identification+01+Reference Identification'REF~01~Reference Identification~Description~01+Reference Identification+01+Reference Identification+01+Reference Identification'REF~01~Reference Identification~Description~01+Reference Identification+01+Reference Identification+01+Reference Identification'EFI~00~Free-Form Message Text~9A~Version Identifier~Program Identifier~Version Identifier~Interchange Format~Version Identifier~Compression Technique~A0~File Name~Bloc~7~84410~Version Identifier~ASB'BIN~3~hii'CID~1~01~10~Product Desc~Description~Source Subquali~N'UIT~01+6+940.5+01+3+4.7+01+9+3.1+01+6+58.1+01+2+115728.9010~3~AA'TMD~01~10~Product Desc~01~01~Description~~Reference Identification~Source Subquali'PSD~01~01~595~01+1+5.139+01+3+1+01+5+4+01+5+19.1+01+5+3441.57231~01~01~01~Description'CSS~GC~01+1+33832819.6+01+1+1.5332+01+5+1.1+01+1+12173.83+01+5+813.282453~874~27~1~2~38'SPS~9~1154210~75~9.5~01+2+473.9+01+5+28.394421+01+6+755.69932+01+3+8407.2+01+3+1~54261910'MSG~Free-Form Message Text~AA~66511'MEA~9L~1~3~01+6+4.979+01+8+60.167241+01+8+48.03003+01+1+1.6086+01+5+2417168.92~3~1~01~~1S~BM'DTM~001~~~01~CC~Date Time Period'REF~01~Reference Identification~Description~01+Reference Identification+01+Reference Identification+01+Reference Identification'STA~01~9~01+6+66133.5+01+1+1+01+6+45813032.4+01+3+3329.6+01+7+63878.29~1~9L~3~5~01'DTM~001~~~01~CC~Date Time Period'REF~01~Reference Identification~Description~01+Reference Identification+01+Reference Identification+01+Reference Identification'CRF~01+6+7050.3+01+3+892.07605+01+6+847.7520+01+7+4+01+4+1.7~59.926'LS~CID'CID~1~01~10~Product Desc~Description~Source Subquali~N'MEA~9L~1~1~01+2+316324.35+01+8+852.8+01+7+4.2+01+8+6.3+01+7+9.3~2~4~01~~1S~BM'STA~01~6~01+2+751.60984+01+2+5+01+7+60.63+01+3+5366069.5+01+7+1.891~1~9L~1~8~01'LE~CID'EFI~00~Free-Form Message Text~9A~Version Identifier~Program Identifier~Version Identifier~Interchange Format~Version Identifier~Compression Technique~A0~File Name~Bloc~2~64~Version Identifier~ASB'BIN~3~hii'SE~91~5709'GE~1~1101'IEA~1~000001101'

    .... b2b.log:
    2009.03.01 at 15:37:33:077: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:ISelectorImpl Enter
    2009.03.01 at 15:37:33:078: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:ISelectorImpl validateEnvelope = false
    2009.03.01 at 15:37:33:078: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:ISelectorImpl Leave
    2009.03.01 at 15:37:33:078: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Enter
    2009.03.01 at 15:37:33:079: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Return = oracle.tip.adapter.b2b.document.edi.ISelectorImpl@43da1b
    2009.03.01 at 15:37:33:085: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Param Name = SeverityConfig
    2009.03.01 at 15:37:33:085: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Value = null
    2009.03.01 at 15:37:33:107: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processNode ISA Key = InterchangeSenderID Val = Interchange Sen
    2009.03.01 at 15:37:33:108: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processNode ISA Key = InterchangeSenderQual Val = 01
    2009.03.01 at 15:37:33:108: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processNode standard = X12
    2009.03.01 at 15:37:33:108: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processNode ISA Key = InterchangeReceiverID Val = Interchange Rec
    2009.03.01 at 15:37:33:109: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processNode ISA Key = InterchangeControlVersion Val = 00401
    2009.03.01 at 15:37:33:109: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processNode ISA Key = InterchangeReceiverQual Val = 01
    2009.03.01 at 15:37:33:109: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processNode Group Key = GroupSenderID Val = Application Sen
    2009.03.01 at 15:37:33:110: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processNode X12 Doc Revision : 004010
    2009.03.01 at 15:37:33:110: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processNode X12 Doc Revision : 4010
    2009.03.01 at 15:37:33:110: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processNode Group Key = GroupReceiverID Val = Application Rec
    2009.03.01 at 15:37:33:110: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processNode Transaction Count = 1
    2009.03.01 at 15:37:33:111: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processNode DocType = 841
    2009.03.01 at 15:37:33:111: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverQual = 01
    2009.03.01 at 15:37:33:112: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderID = Interchange Sen
    2009.03.01 at 15:37:33:112: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverID = Interchange Rec
    2009.03.01 at 15:37:33:112: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupReceiverID = Application Rec
    2009.03.01 at 15:37:33:112: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeControlVersion = 00401
    2009.03.01 at 15:37:33:113: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupSenderID = Application Sen
    2009.03.01 at 15:37:33:113: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderQual = 01
    2009.03.01 at 15:37:33:113: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:identifyIncomingDocument exit
    2009.03.01 at 15:37:33:113: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Correlation:incomingCorrelate Enter
    2009.03.01 at 15:37:33:113: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Correlation:incomingCorrelate msginfo reftomsgid is null, nothing to correlate
    2009.03.01 at 15:37:33:114: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Correlation:incomingCorrelate Exit
    2009.03.01 at 15:37:33:114: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:processIncomingMessage number of b2b messages 1
    2009.03.01 at 15:37:33:114: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:processIncomingMessage msgtype = 1
    2009.03.01 at 15:37:33:115: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.TPAProcessor:processIncomingTPA() Begin TPA Processing..
    2009.03.01 at 15:37:33:115: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.TPAProcessor:processTPA() PARTIES (before calling processParty) :
    initial : null
    from : TPName: TEE Type: null Value: null
    to : TPName: null Type: null Value: null
    final : null
    initiating : TPName: TEE Type: null Value: null
    2009.03.01 at 15:37:33:115: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.TPAProcessor:processTPA() direction is incoming
    2009.03.01 at 15:37:33:115: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.TPAProcessor:processTPA() calling processparty with : TPName: null Type: null Value: null
    2009.03.01 at 15:37:33:116: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.RepoDataAccessor:processParty() Begin..
    2009.03.01 at 15:37:33:119: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.TPAProcessor:processTPA() after calling processparty : TPName: TEE Type: null Value: null
    2009.03.01 at 15:37:33:119: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.TPAProcessor:processTPA() PARTIES (after calling processParty):
    initial : null
    from : TPName: TEE Type: null Value: null
    to : TPName: TEE Type: null Value: null
    final : null
    initiating : TPName: TEE Type: null Value: null
    2009.03.01 at 15:37:33:120: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.TPAProcessor:processTPA() docTypeName: 841 docTypeRevision: 4010
    2009.03.01 at 15:37:33:127: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.TPAProcessor:processTPA() actionName: BARFEDI841 actionRevision: 1.0
    2009.03.01 at 15:37:33:127: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getCollaborationDetails() Begin.. Activity Name : BARFEDI841 Activity Version: 1.0
    2009.03.01 at 15:37:33:131: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.TPAProcessor:processTPA() eventName:<BARFEDI841>
    2009.03.01 at 15:37:33:131: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.TPAProcessor:processTPA() messageType:1
    2009.03.01 at 15:37:33:136: Thread-20: B2B - (DEBUG) calling setMode() changing from -1 to 2
    2009.03.01 at 15:37:33:137: Thread-20: B2B - (DEBUG) calling setInitiatingPartyId() changing from TPName: TEE Type: null Value: null to TPName: TEE Type: null Value: null
    2009.03.01 at 15:37:33:137: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.TPAProcessor:processTPA() cpaID=null
    2009.03.01 at 15:37:33:137: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.TPAProcessor:processTPA() TPA Name : null
    2009.03.01 at 15:37:33:137: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.TPAProcessor:processTPA() TPA Name : null
    2009.03.01 at 15:37:33:138: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.TPAIdentifier:identifyTPA() Begin..
    2009.03.01 at 15:37:33:138: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.TPAIdentifier:identifyTPA()
    From Party -> null-null-TEE-null To Party -> null-null-TEE-null Business Action name -> BARFEDI841
    2009.03.01 at 15:37:33:138: Thread-20: B2B - (DEBUG) RepoDataAccessor:getAgreementNameByBaTPName() Begin..
    2009.03.01 at 15:37:33:138: Thread-20: B2B - (DEBUG) RepoDataAccessor:getAgreementNameByBaTPName() fromParty: TPName: TEE Type: null Value: null toParty: TPName: TEE Type: null Value: null initiatingParty: TPName: TEE Type: null Value: null
    2009.03.01 at 15:37:33:139: Thread-20: B2B - (DEBUG) RepoDataAccessor:getAgreementNameByBaTPName() SELECT ag.name FROM TIP_BusinessAction_ra ba1, TIP_Party_ra tp1, TIP_BusinessAction_ra ba2, TIP_Party_ra tp2, TIP_SupportedBusinessAction_ra sba1, TIP_SupportedBusinessAction_ra sba2, TIP_Participant_ra tpp1, TIP_Participant_ra tpp2, TIP_Agreement_ra ag WHERE tp1.name = ? AND ba1.name = ? AND ba1.revision = ? AND sba1.isinitiator = ? AND tpp1.agreement = ag.ID AND tpp1.supportedbusinessaction = sba1.ID AND sba1.tradingpartner = tp1.ID AND sba1.businessaction = ba1.ID AND tp2.name = ? AND ba2.name = ? AND ba2.revision = ? AND sba2.isinitiator = ? AND tpp2.agreement = ag.ID AND tpp2.supportedbusinessaction = sba2.ID AND sba2.tradingpartner = tp2.ID AND sba2.businessaction = ba2.ID AND tpp1.agreement = tpp2.agreement AND ((ag.effectivefromdate <= SYSDATE) OR (ag.effectivefromdate IS NULL)) AND ((ag.effectivetodate +1 >= SYSDATE) OR (ag.effectivetodate IS NULL))
    2009.03.01 at 15:37:33:139: Thread-20: B2B - (DEBUG) RepoDataAccessor:getAgreementNameByBaTPName() bind vars: TEE,BARFEDI841,1.0,Y,TEE,BARFEDI841,1.0,N
    2009.03.01 at 15:37:33:145: Thread-20: B2B - (ERROR) Error -: AIP-50547: Trading partner agreement not found for the given input values: From party[NAME] "TEE", To party[NAME] "TEE", Business action name "BARFEDI841"; also verify agreement effectiveToDate
    at oracle.tip.adapter.b2b.tpa.RepoDataAccessor.getAgreementNameByBaTPName(RepoDataAccessor.java:2345)
    at oracle.tip.adapter.b2b.tpa.TPAIdentifier.identifyTPA(TPAIdentifier.java:186)
    at oracle.tip.adapter.b2b.tpa.TPAProcessor.processTPA(TPAProcessor.java:587)
    at oracle.tip.adapter.b2b.tpa.TPAProcessor.processIncomingTPA(TPAProcessor.java:238)
    at oracle.tip.adapter.b2b.engine.Engine.processIncomingMessage(Engine.java:1832)
    at oracle.tip.adapter.b2b.engine.Engine.incomingContinueProcess(Engine.java:2573)
    at oracle.tip.adapter.b2b.engine.Engine.handleMessageEvent(Engine.java:2443)
    at oracle.tip.adapter.b2b.engine.Engine.processEvents(Engine.java:2398)
    at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:527)
    at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:374)
    at java.lang.Thread.run(Thread.java:534)
    2009.03.01 at 15:37:33:145: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:XXX: processIncomingMessage B2BDE
    2009.03.01 at 15:37:33:146: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:handleExceptionBeforeIncomingTPA Enter
    2009.03.01 at 15:37:33:146: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:XXX: handleInboundException Enter
    2009.03.01 at 15:37:33:146: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:XXX: handleInboundException Error message is Error -: AIP-50547: Trading partner agreement not found for the given input values: From party[NAME] "TEE", To party[NAME] "TEE", Business action name "BARFEDI841"; also verify agreement effectiveToDate
    2009.03.01 at 15:37:33:146: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:XXX: isFARequired Enter
    2009.03.01 at 15:37:33:147: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:XXX: isFARequired {filename=TEE_2009Mar01_15_37_29_170.dat, filesize=7787, file_ext=dat, fullpath=//users/dab2b01/RF841/TEE_2009Mar01_15_37_29_170.dat, timestamp=1970-01-01T00:00:00.000-00:00}
    2009.03.01 at 15:37:33:147: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:XXX: isFARequired returning false
    2009.03.01 at 15:37:33:147: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:XXX: handleInboundException FA not required
    2009.03.01 at 15:37:33:148: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:handleInboundException Updating Error Message: Error -: AIP-50547: Trading partner agreement not found for the given input values: From party[NAME] "TEE", To party[NAME] "TEE", Business action name "BARFEDI841"; also verify agreement effectiveToDate
    2009.03.01 at 15:37:33:148: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:updateWireBusinessToErrorState Enter
    2009.03.01 at 15:37:33:149: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:updateWireBusinessToErrorState Wire message found
    2009.03.01 at 15:37:33:149: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:updateWireBusinessToErrorState Creating new b2berror object
    2009.03.01 at 15:37:33:149: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:updateWireBusinessToErrorState enum0 not null
    2009.03.01 at 15:37:33:149: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:updateWireBusinessToErrorState Updating wire message error information
    2009.03.01 at 15:37:33:155: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:updateWireBusinessToErrorState Updating wire message protocol message id
    2009.03.01 at 15:37:33:171: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:updateWireBusinessToErrorState Updating wire message payload storage
    2009.03.01 at 15:37:33:182: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:updateWireBusinessToErrorState Creating new business message
    2009.03.01 at 15:37:33:182: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertMsgTblRow Enter
    2009.03.01 at 15:37:33:189: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertMsgTblRow toparty name TEE
    2009.03.01 at 15:37:33:189: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertMsgTblRow toparty type and value nullnull
    2009.03.01 at 15:37:33:196: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertMsgTblRow BusinessAction for the given name BARFEDI841 BusinessAction_0E95
    2009.03.01 at 15:37:33:207: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:updateWireBusinessToErrorState Updating business message error information
    2009.03.01 at 15:37:33:217: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:updateWireBusinessToErrorState Exit
    2009.03.01 at 15:37:33:218: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:handleInboundException Updating Native Event Tbl Row
    2009.03.01 at 15:37:33:218: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:updateNativeEvtTblRow Enter
    2009.03.01 at 15:37:33:220: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:updateNativeEvtTblRow msgInfo.id = TEE_2009Mar01_15_37_29_170.dat@0A4DBD5D11FC2AEDA770000018E26600
    2009.03.01 at 15:37:33:220: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:
    ** DbAccess:updateNativeEvtTblRow:tip_wireMsg protocolCollabID = null
    2009.03.01 at 15:37:33:226: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:handleInboundException notifying App
    2009.03.01 at 15:37:33:226: Thread-20: B2B - (DEBUG) Engine:notifyApp Enter
    2009.03.01 at 15:37:33:232: Thread-20: B2B - (DEBUG) notifyApp:notifyApp Enqueue the ip exception message:
    <Exception xmlns="http://integration.oracle.com/B2B/Exception" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <correlationId>null</correlationId>
    <b2bMessageId>0A4DBD5D11FC2AEDA680000018E265F0</b2bMessageId>
    <errorCode>AIP-50547</errorCode>
    <errorText>Trading partner agreement not found for the given input values: From party[NAME] "TEE", To party[NAME] "TEE", Business action name "BARFEDI841"; also verify agreement effectiveToDate</errorText>
    <errorDescription>
    <![CDATA[Machine Info: (dgia21a.TEEis.com)
    Description: Unable to identify the trading partner agreement from the given input values. Also verify agreement effectiveToDate
    StackTrace:
    Error -:  AIP-50547:  Trading partner agreement not found for the given input values: From party[NAME] "TEE", To party[NAME] "TEE", Business action name "BARFEDI841"; also verify agreement effectiveToDate
    at oracle.tip.adapter.b2b.tpa.RepoDataAccessor.getAgreementNameByBaTPName(RepoDataAccessor.java:2345)
    at oracle.tip.adapter.b2b.tpa.TPAIdentifier.identifyTPA(TPAIdentifier.java:186)
    at oracle.tip.adapter.b2b.tpa.TPAProcessor.processTPA(TPAProcessor.java:587)
    at oracle.tip.adapter.b2b.tpa.TPAProcessor.processIncomingTPA(TPAProcessor.java:238)
    at oracle.tip.adapter.b2b.engine.Engine.processIncomingMessage(Engine.java:1832)
    at oracle.tip.adapter.b2b.engine.Engine.incomingContinueProcess(Engine.java:2573)
    at oracle.tip.adapter.b2b.engine.Engine.handleMessageEvent(Engine.java:2443)
    at oracle.tip.adapter.b2b.engine.Engine.processEvents(Engine.java:2398)
    at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:527)
    at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:374)
    at java.lang.Thread.run(Thread.java:534)
    ]]>
    </errorDescription>
    <errorSeverity>2</errorSeverity>
    </Exception>
    2009.03.01 at 15:37:33:244: Thread-20: B2B - (DEBUG) Engine:notifyApp Exit
    2009.03.01 at 15:37:33:244: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:handleInboundException Updated the Error Message Successfully: Error -: AIP-50547: Trading partner agreement not found for the given input values: From party[NAME] "TEE", To party[NAME] "TEE", Business action name "BARFEDI841"; also verify agreement effectiveToDate
    2009.03.01 at 15:37:33:245: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:XXX: handleInboundException Exit
    2009.03.01 at 15:37:33:245: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:handleExceptionBeforeIncomingTPA Exit
    2009.03.01 at 15:37:33:245: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:incomingContinueProcess Exit
    2009.03.01 at 15:37:33:245: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:handleMessageEvent Exit
    2009.03.01 at 15:37:33:245: Thread-20: B2B - (INFORMATION) oracle.tip.adapter.b2b.engine.Engine:processEvents Exit
    2009.03.01 at 15:37:33:246: Thread-20: B2B - (DEBUG) DBContext commit: Enter
    2009.03.01 at 15:37:33:263: Thread-20: B2B - (DEBUG) DBContext commit: Transaction.commit()
    2009.03.01 at 15:37:33:263: Thread-20: B2B - (DEBUG) DBContext commit: Leave
    2009.03.01 at 15:37:33:264: Thread-20: B2B - (DEBUG) oracle.tip.adapter.b2b.data.MsgListener:onMessage Exit

  • Shared Services database content not found in the specified database."

    Trying to configure Version 11 and get the error: "Shared Services database content not found in the specified database". Relevant details on my issue as below:
    - I'm running Windows 7 and SQL Server 2008 on my local machine.
    - I did have a previous installation of Hyperion 9 on my machine which I uninstalled before installing 11. However, after uninstalling, I could still see the Hyperion EPM (empty folders) in my "All Programs", which I manually deleted.
    - Now I've installed Essbase 11, and for now am trying to configure Hyperion Foundation only (Common Settings and Configure Database is greyed out, I checked deploy to applicaiton server. I left the calculation manager and workspace blank).
    - The next window is the "Configure Shared Services and Database Registry" option. I chose "Perform 1st time Configuration of Shared Services Database". When I enter the relevant details, I got the error mentioned above. My error log file entries are as below:
    (Jul 14, 2010, 02:10:50 PM), com.hyperion.hit.registry.Registry, ERROR, Exception when trying to store the component
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
         at java.util.ArrayList.RangeCheck(ArrayList.java:546)
         at java.util.ArrayList.get(ArrayList.java:321)
         at com.hyperion.hit.registry.JDBCRegistryUtils.storeComponent(JDBCRegistryUtils.java:612)
         at com.hyperion.hit.registry.JDBCRegistryUtils.saveComponent(JDBCRegistryUtils.java:166)
         at com.hyperion.hit.registry.Registry.storeComponent(Registry.java:2749)
         at com.hyperion.hit.registry.Registry.getInstance(Registry.java:353)
         at com.hyperion.config.wizard.impl.RegistryWizardRule.validate(RegistryWizardRule.java:66)
         at com.hyperion.cis.config.wizard.adapter.WizardFormAdapterPanel.queryEnter(WizardFormAdapterPanel.java:80)
         at com.installshield.wizard.awt.AWTWizardUI.currentBeanChanged(Unknown Source)
         at com.installshield.wizard.swing.SwingWizardUI.currentBeanChanged(SwingWizardUI.java:842)
         at com.installshield.wizard.StandardWizardListener.currentBeanChanged(Unknown Source)
         at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1822)
    (Jul 14, 2010, 02:11:08 PM), com.hyperion.cis.config.wizard.adapter.WizardFormAdapterPanel, ERROR, Shared Services database content not found in the specified database.
    (Jul 14, 2010, 02:11:58 PM), com.hyperion.cis.config.wizard.adapter.WizardFormAdapterPanel, ERROR, Shared Services database content not found in the specified database.
    I believe version 11 supports Windows 7, but correct me if I'm wrong. What's going on here? Any suggestions on what I should try ?

    Actually when I installed version 9, I never got around to configuring shared services and so never had a shared services database in SQL Server to begin with.
    One question about the registry entry you told me to delete: The (HKEY_LOCAL_MACHINE\SOFTWARE\Hyperion Solutions) which currently exists would be the entry for version 11 which I have installed right? It's the only entry for Hyperion Solutions in the registry.
    After uninstalling versino 9, C:/hyperion still existed on my machine (though it didnt have all the subfolders which it did prior to uninstalling), so I manually deleted it before installing verison 11.
    I wouldn't mind installing it on a compatible version of windows, but the thing is that at this point this is all that is available to me.
    and I don't have any other oracle products.
    thanks....

  • The requested feature DSC-Service is not found on the target machine.

    Hi,
    I'm trying to create a DSC Pull Server with a 2008 R2 SP1 Virtual Machine,
    While many of the forums and tutorials have helped, particularly https ://www .google.com/url?url=https://davewyatt.wordpress.com/2014/06/07/how-to-install-a-dsc-pull-server-on-windows-2008-r2/&rct=j&frm=1&q=&esrc=s&sa=U&ei=7BavVKvxMIHEmAWDjoLwBQ&ved=0CBQQFjAA&usg=AFQjCNEUHC8QBHfNgChYXnMQe87rXrHz1g
    after installing all of these modules and moving on to later tutorials I'm experiencing an error every time I try to run a pull server configuration scrpit.
    After running the script found here: http://www .systemcentercentral.com/day-1-intro-to-powershell-dsc-and-configuring-your-first-pull-server
    I then trid to execute that code on the localhost,
    it came up with this error:
    PowerShell provider MSFT_RoleResource failed to execute Test-TargetResource functionality with error
    message: The requested feature DSC-Service is not found on the target machine.
    + CategoryInfo : InvalidOperation: (:) [], CimException
    + FullyQualifiedErrorId : ProviderOperationExecutionFailure
    + PSComputerName : localhost
    Please Help, I cannot find the DSC-Service Module, and while some scripts have allowed and Pull Server to be created, they do not function peroperly because of this error.
    Thanks a lot.
    P.S. due to this being a 2008 R2 SP1 machine When then running the command: Add-WindowsFeature DSC-Server (As has been suggested by a lot of soureces) This error Will Come up:
    Add-WindowsFeature : ArgumentNotValid: Invalid role, role service, or feature: 'DSC-Service'. The name was
    not found.
    At line:1 char:1
    + Add-WindowsFeature
    + ~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidData: (:) [Add-WindowsFeature], Exception
    + FullyQualifiedErrorId : NameDoesNotExist,Microsoft.Windows.ServerManager.Commands.AddWindowsFeatureComm
    and

    Hi Anna,
    I'm in the same situation as Nathys.
    I tried everything you indicated. However, it still does not work. I got the same error:
    PowerShell provider MSFT_RoleResource  failed to execute Test-TargetResource functionality with error message: The requested feature DSC-Service is not found on the
    target machine.
        + CategoryInfo          : InvalidOperation: (:) [], CimException
        + FullyQualifiedErrorId : ProviderOperationExecutionFailure
        + PSComputerName        : devops-01
    The SendConfigurationApply function did not succeed.
        + CategoryInfo          : NotSpecified: (root/Microsoft/...gurationManager:String) [], CimException
        + FullyQualifiedErrorId : MI RESULT 1
        + PSComputerName        : devops-01
    PS C:\Workspace\dsc> dism /online /Enable-Feature /FeatureName:DSC-Service
    Deployment Image Servicing and Management tool
    Version: 6.1.7600.16385
    Image Version: 6.1.7600.16385
    Enabling feature(s)
    [==========================100.0%==========================]
    The operation completed successfully.
    I have restarted the computer, but it still does not work.

  • Errors with CF 8.0.1 hotfix 3 and hotfix 4, "Object Instantiation Exception.Class not found"

    We need to get our servers up to date with the latest ColdFusion hotfixes in order to pass our security scans and policies. We have been following the Adobe instructions for installing the hotfixes, but we’re getting the same errors each time. The CF 8 hotfix 2 works fine, but once we install hotfix 3 and/or hotfix 4, we get the following errors:
    "Object Instantiation Exception.Class not found: coldfusion.security.ESAPIUtils The specific sequence of files included or processed is: C:\ColdFusion\wwwroot\WEB-INF\exception\java\lang\Exception.cfm, line: 12 "
    coldfusion.runtime.java.JavaObjectClassNotFoundException:
    We have dozens of servers running Windows XP, Netscape Enterprise Server 6.1 (I  know, don’t laugh), ColdFusion 8,0,1,195765, and Java Version 1.6.0_04. Just about  the only good thing about running XP on our servers is that it matches  our development boxes, so we have almost mirrored environments for dev,  test, and production. We do NOT have the CF install with the J2EE configuration.
    The crazy thing is, on tech note 51180 (http://kb2.adobe.com/cps/511/cpsid_51180.html), it says that the fix for bug # 71787 (Fix for "Object Instantiation Exception" thrown when calling a Java object constructor or method with a null argument under JDK 1.6.) was added in cumulative hotfix 2. However we don’t see this problem until we go to hotfix 3 (or 4).
    I’ve also been reading that other people had this same problem, and that the CF 8 hotfix 3 was not compatible with certain versions of JDK, then when you read the Adobe site for CF 8.0.1 hotfix 3, it says “Added the updated cumulative hotfix to make it compatible with jdk 1.4.x, 1.5.x and 1.6.x.”, so that makes me think that Adobe was supposed to have fixed this CF 8.0.1 hotfix 3 JDK incompatability issue - but unfortunately it's still not working for us. We have followed the instructions for removing the jar files and starting/restarting the CF server as directed, we’ve tried this 5-6 times, and still no luck.
    Recommendations? Seems like this is a ColdFusion bug to me – one that says is fixed on the Adobe site, but is not fixed in our environment. Please advise, thanks.

    For what it's worth, we had an MXUnit user describe a similar, though not identical, problem after installing the latest hotfixes. In his case, he's getting "NoSuchMethodExceptions".

Maybe you are looking for