11i Doubts - Oracle services ?

Hi All / Chander
Again I have few doubts, few services (like
%db920_RDBMSHTTPServer,%_IASHTTPServer ) related to
Oracle are set to manual & when I try to start it
gives error msg, could you pls confirm that these
services should not be started as its set to manual
(pls confirm with your services list related to
oracle)
Doubt 2:
My "Oracle Apache Server PROD" sometimes starts
without any disturbance, but sometimes it starts
during machine startup & suddenly it stops
automatically. When I try to start it, it gives an
error message stating there is an internal error &
contact system admin...
Then I removed the classpath environment variable
(which I set it as ./), after the machine restart the
Apache server was able to start. Pls advice on this
issue too, was it due to the classpath setting?
Path details:
c:\oracle\prodora\8.0.6\bin;E:\jdk131\bin;E:\MKS\bin;E:\MKS\bin\X11;E:\MKS\mksnt;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
Doubt 3:
I installed the entire application on my C: drive (80
GB) Vison DB, when I opened the jserv.properties file
I found for few entries it has D:\... instead of C:\.
Then I changed it with "find/replace option" as C:\
Note: D:\ drive is empty & nothing is installed here.
Does it has any impact with the Apache service
startup?
Pls advice...
Thanks & regards,
Ambi

[email protected] wrote:
Path to oracle service file or folder where can i check services and port for oracleServices and ports for what, for different tools like EM , isql*plus or for the connectivity , like tnsnames and so on ? What's the db version in 4 digits?
HTH
Aman....

Similar Messages

  • Multi-Org impact on Oracle CRM modules especially on Oracle Service

    Multi-Org impact on Oracle CRM modules especially on Oracle Service
    ====================================================
    I have been searching for any information (notes,whitepapers/ presentation) on the impact of multi org implementation on Oracle Service module and so far not been able to find any either on metalink or on internet.
    Any of you have any inputs on this ? Please provide the same if any.
    basically,
    Looking for the kind of security applied on SR creation form,Debrief form and charges form when a multi org is enabled.
    I also tried to test this out in our instance and found that it seems to have no impact.
    Gana

    HI,
    Yes indeed there is a impact of MULTI-ORG on the Service Module in 11i.
    All the things are integrated now.
    Everything is dependent on the MO:Operating Unit Profile Option and the setup which you had done.
    1)
    Security on SR creation Form:-
    See you can implement the security, but for that you have to setup accordinglly and also to follow the process.
    If you create 2 responsibilities with MO profile option different, then none of them will able to see the others data.
    Note:-
    But if you are using the instance to generate the SR, then you had to make it sure that the ITEM which you are using should be assigned to the Operating unit which is set in the MO profile Options of that responsibility.
    2)
    Debrief Form:-
    As you must know that for debrief to work, you had to setup the Service Activities.
    This is where you can define the security.
    1) Create a Service activity,
    2) Map it with BILLING TYPES
    3) Map the Billing Types with Order Management Header and the Line Type
    This the place where you can specify the Operating Unit.
    When a user will log in and open a debrief form, then he will be able to see only those service activities which are mapped with the operating unit as that of set in MO Profile Option to the user.
    3)
    Charges:-
    The same as the debrief is applied on the charges TAB.
    Here you will only able to see the Service activites which are mapped with the operating unit as that of set in MO operating unit.
    If you want ITEM level security, then you will be only able to see the items which are assigned to the Operating unit as that of set in the MO profile option.
    Hope this will clear your doubt.
    If want more clarification, you can ask me.
    Regds,
    Vikram

  • How to get "Oracle Services for MTS" working?

    I've implemented the microsoft code example (see at the bottom) for the use of distributed transactions (with system.transactions and MTS support). The code works fine as long as I use only MS sqlserver.
    Well, I tried one connection to an oracle database and one connection to the sqlserver - and here the trouble starts ;-)
    Oracle doesn't care about the transaction. After the command is executed the changes are made to the oracle database at once (no commit has occured at that point) even if the second command isn't successfull.
    I suppose at the moment that the problem must be something around the interaction between MTS and oracle database, more precisly the oracle Services for MTS.
    I've installed the odp.net client (ODAC1020221.exe).
    The installer tells me that oracle data access components 10.2.0.2.21 and within the Oracle Services for MTS are installed.
    But I cannot find a service with that name in the service list, OracleMTSRecoveryService is listed, but I'm not sure if that's the right one.
    So here are my questions:
    What's the name for 'Oracle Services for MTS' in the services list?
    Do I have to install more than the odp.net client to get the MTS support running?
    Is there a mistake in the code I'm running?
    any help is welcome ...
    thanx in advance!!!
    And here's the code I'm working with:
    [Transaction(TransactionOption.RequiresNew)]
    public class Worker : ServicedComponent
    [AutoComplete]
    public void Test()
    using (TransactionScope scope = new TransactionScope(TransactionScopeOption.RequiresNew, new TimeSpan(0, 5, 0)))
    DbProviderFactory theFactory = DbProviderFactories.GetFactory("Oracle.DataAccess.Client");
    using (DbConnection connection1 = theFactory.CreateConnection())
    try
    connection1.ConnectionString = ".........";
    connection1.Open();
    DbCommand command1 = theFactory.CreateCommand();
    command1.Connection = connection1;
    command1.CommandText = "Insert into user (name, surname,benoid) values ('hans','wurst','32315134512345')";
    object returnValue = command1.ExecuteNonQuery();
    using (SqlConnection connection2 = new SqlConnection("Data Source=localhost;Database=UserManagement;Trusted_Connection=true;"))
    try
    connection2.Open();
    //this command fails
    SqlCommand command2 = new SqlCommand("Insert into uuuu (name, vorname) values ('hans','wurst')", connection2);
    object retValue = command2.ExecuteNonQuery();
    catch (Exception ex)
    return;
    catch (Exception ex)
    return;
    scope.Complete();
    }

    hey what's up you figured out your problem with M$DTC/Oracle 11i with ODP.NET trying to do a TransactionScope?
    I saw your problem - and I ran into the same.
    Re: 10g Express + ODP.NET (version 2.111.6.20) > support TransactionScope?
    Trying to install "Oracle Services for MTS" not sure how but working on it now. Doc looks old however,
    http://www.oracle.com/technology/tech/windows/ora_mts/index.html
    Did you get pass this already?

  • Query regarding the tutorial for Oracle Service Bus (OSB 10gR3)

    Hi,
    I am working on a tutorial of Oracle Service Bus (OSB 10gR3).
    I have created the proxy service and the Business Service, using Oracle Service Bus console.
    The details are as follows:
    Proxy service: LoanGateway
    Business service1: A value of 4.9 or less causes the message to be routed to the ManagerLoanReview business service.
    Business service2: A value of 5.0 or greater causes the message to be routed to the NormalLoan business service.
    When i send the request message, so that it gets routed from proxy service to one of the business service than it gives following error.
    Request Document
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    </soap:Header>
    <soapenv:Body>
    <exam:processLoanApp xmlns:exam="http://example.org">
    <loanRequest xsi:type="java:LoanStruct" xmlns:java="java:normal.client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <!--Optional:-->
    <java:Name>Smith</java:Name>
    <!--Optional:-->
    <java:SSN>1234567</java:SSN>
    <!--Optional:-->
    <java:Rate>4.1</java:Rate>
    <!--Optional:-->
    <java:Amount>9000000</java:Amount>
    <!--Optional:-->
    <java:NumOfYear>10</java:NumOfYear>
    <!--Optional:-->
    <java:Notes>Manager Loan Application Review Service</java:Notes>
    </loanRequest>
    </exam:processLoanApp>
    </soapenv:Body>
    </soapenv:Envelope>
    Response Document
    The invocation resulted in an error: .
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
    <soapenv:Fault>
    <faultcode>soapenv:Server</faultcode>
    <faultstring>
    BEA-380002: Tried all: '1' addresses, but could not connect over HTTP to server: 'localhost', port: '7021'
    </faultstring>
    <detail>
    <con:fault xmlns:con="http://www.bea.com/wli/sb/context">
    <con:errorCode>BEA-380002</con:errorCode>
    <con:reason>
    Tried all: '1' addresses, but could not connect over HTTP to server: 'localhost', port: '7021'
    </con:reason>
    <con:location>
    <con:node>RouteNode1</con:node>
    <con:path>request-pipeline</con:path>
    </con:location>
    </con:fault>
    </detail>
    </soapenv:Fault>
    </soapenv:Body>
    </soapenv:Envelope>
    Response Metadata
    <con:metadata xmlns:con="http://www.bea.com/wli/sb/test/config">
    <tran:headers xsi:type="http:HttpResponseHeaders" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:tran="http://www.bea.com/wli/sb/transports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <http:Content-Type>text/xml; charset=utf-8</http:Content-Type>
    </tran:headers>
    <tran:response-code xmlns:tran="http://www.bea.com/wli/sb/transports">1</tran:response-code>
    <tran:encoding xmlns:tran="http://www.bea.com/wli/sb/transports">utf-8</tran:encoding>
    </con:metadata>

    I have the same problem and I'm not able to telnet localhost on port 7021. How can I change this port number I think that port must be 7001, it is correct?Examples server domain is pre-configured for port 7021. The samples domain will have the examples properly deployed in this domain out of box. You dont need to change any thing in {BEA_HOME}\osb_10.3\samples\domains\servicebus\config.
    I doubt this has to do something with firewall . Check the last statement in the log after starting the domain.
    <May 19, 2009 8:50:09 AM IST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.177.242.25:7001 for protocols iiop, t3, ldap, snmp, http.>
    <May 19, 2009 8:50:09 AM IST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
    <May 19, 2009 8:50:09 AM IST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "AdminServer" for domain "base_domain" running in Development Mode>
    <May 19, 2009 8:50:09 AM IST> <Warning> <Server> <BEA-002611> <Hostname "mneelapu", maps to multiple IP addresses: 10.177.242.25, 127.0.0.1>
    <May 19, 2009 8:50:09 AM IST> <Warning> <Server> <BEA-002611> <Hostname "XYZ-v411-10-177-242-25.oracle.com", maps to multiple IP addresses: 10.177.242.25, 127.0.0.1>
    <May 19, 2009 8:50:09 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <May 19, 2009 8:50:09 AM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    What are you seeing in your log file?
    Edited by: mneelapu on May 19, 2009 9:58 AM

  • Understanding on Oracle services for Microsoft Transaction Server frm dba point of view

    Hi ALL,
    i read : -> https://docs.oracle.com/database/121/NTMTS/recovery.htm#NTMTS003
    Need help to further confirm my understanding on what i read.
    I am coming from the DBA angle... .
    the functionality of the Microsoft Transaction server is integrated within the operating system as a COM+ server and as a .NET server,  "
    can i say these is the application servers ?
    and the Microsoft Transaction distributed co -ordinator components is part of it.
    Question, i don't install the Oracle Recovery Services on the above system right?
    Question 2, as a dba, my only concern is to make sure the Oracle Services for Microsoft Transaction Server is installed. Is this correct ?
    plus making sure to create the OraMTS administrator to run the recovery job to check for in-doubt transaction.
    Question 3:
    is this Oracle services for Microsoft Transaction Server used only when an application useses multiple databases in an env?
    Can i say that when there is no user MTSSYS in my database, Oracle services for MTS is not used?
    The reason why i ask is i am upgrading/ migrating my database and this database don't work with more then 1 database or the application does not work with more then 1 databases.
    I ask the apps team all they say is that they are also not too sure. Thus need help/ advice.

    Daniel,
    In pre-8.1.7.4.0 beta implementations, your application server e.g. IIS or MTX.EXE hosts MTS transactional components. When such components acquire OLEDB or ODBC connections to Oracle and external service setup for that database i.e. OracleMTSService<id> joins the MTS transaction on behalf of the Oracle database which quite often runs on a non-Windows platform e.g. Solaris. We restrict each database to have one and only such service. This brings in scalability and availability issues. In 8.1.7.4.0 we have embedded the transaction join and commit logic in the clientside dll. There is no OracleMTSService<id> for a given database. The only service needed is a recovery service one per Windows machine on which Oracle Svcs For MTS is installed. This service is automatically created on installation of the product and doesn't connect to the databases. Instead the involved databases connect to the service via HTTP to resolve any MTS-related transactions that are in-doubt.

  • I can't start Oracle Services for MTS

    Hello there, Oracle users!
    I am new here, as new to the Oracle technology. We are developping a
    software which must be transaction compliant, and we're on microsoft
    platform, and thatswy we're using sql2000 and microsoft transaction
    server for our application server components.
    But one of our clients wants to use oracle 8i db as the resource manager. We had to make the proper work mts with oracle. I've red all of the oracle documentation within this topic, and i successfully installed
    the Oracle Services for MTS on our development machine at the workplace.
    (created the mts_proxy_info table, granted the specific roles to a specific db user, the specific privileges, and so on), and
    it is working nicely, the log says "accepting new enlistment requests",
    everything is wonderful.
    But at the client, i repeated all of the steps (the only difference is,
    that they have the server on a HP-UX machine instead of winnt and i had not access to the oracle server, i just gived the sql script to the oracle dba guy there (maybe he missed something?)), and when i wanted to start the oracle services for MTS on the Application server, the log says this: "incorrect password, or username". I really don't
    undestand it, because i can connect through the OLEDB driver with the
    specified username, password and Service name. (in a datalink (udl), for example)
    If anybody had an idea i would be very happy
    thanks in advance,
    daniel szabo
    ps: the app server config is:
    nt 4.0 server
    sp 6
    option pack 2
    iis 4
    mts 2
    script host 5.5
    ie5

    Daniel,
    In pre-8.1.7.4.0 beta implementations, your application server e.g. IIS or MTX.EXE hosts MTS transactional components. When such components acquire OLEDB or ODBC connections to Oracle and external service setup for that database i.e. OracleMTSService<id> joins the MTS transaction on behalf of the Oracle database which quite often runs on a non-Windows platform e.g. Solaris. We restrict each database to have one and only such service. This brings in scalability and availability issues. In 8.1.7.4.0 we have embedded the transaction join and commit logic in the clientside dll. There is no OracleMTSService<id> for a given database. The only service needed is a recovery service one per Windows machine on which Oracle Svcs For MTS is installed. This service is automatically created on installation of the product and doesn't connect to the databases. Instead the involved databases connect to the service via HTTP to resolve any MTS-related transactions that are in-doubt.

  • Oracle Services Procurement is not enabled

    Hi,
    in 11.5.10 on Linux, a user receive the following :
    Oracle Services Procurement is not enabledWhere and How to enable it ?
    Thanks.

    thank you Ahmed.
    It is for 11i.
    I run the
    and in report I have :
    ap 11i.AP.M(3151444) 11i.AP.M(3151444) 11i.AP.O(4551936)
    Does-it mean that our Oracle Accounts Payable is Family Pack M ?
    And that note is applied to 11.5.i
    Error: You Cannot Access This Page Because Oracle Services Procurement Is Not Enabled After Select The 'Contractor Request' TAB [ID 295455.1]
    Modified 18-NOV-2008 Type PROBLEM Status PUBLISHED
    Applies To
    iProcurement - Version: 11.5.10
    This problem can occur on any platform
    Confirm the following conditions are met:
    1. PO: Enable Services Procurement should be set to Yes .
    If No, set it to Yes and bounce the Apache server .
    2.Ensure the instance has the following patch configuration:
    a) Oracle Accounts Payable is Family Pack M higher
    b) or Finance F
    c) or Oracle Accounts Payable is not installed
    Thank you.

  • Oracle service goes down intermittently

    ENV:single instance db 11.2.0.3 on 64bit windows 2008 server R2
    no errors found in alert.log,oracle service goes down intermittently.
    Following is the last lines in alert.log:
    +2013-05-29 20:54:59.890000 -06:00+
    Starting background process SMCO
    SMCO started with pid=70, OS id=22636
    +2013-05-29 21:16:59.697000 -06:00+
    Time drift detected. Please check VKTM trace file for more details.
    contents of the VKTM trace file:
    Trace file C:\APP\ORACLE\DIAG1\diag\rdbms\vis\vis\trace\vis_vktm_25308.trc
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Windows NT Version V6.1
    CPU                 : 6 - type 8664, 6 Physical Cores
    Process Affinity    : 0x0x0000000000000000
    Memory (Avail/Total): Ph:27412M/31899M, PhPgF:41016M/63797M+
    Instance name: vis
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 4
    Windows thread id: 25308, image: ORACLE.EXE (VKTM)
    *** 2013-05-29 20:50:32.274
    *** SESSION ID:(2017.1) 2013-05-29 20:50:32.274
    *** CLIENT ID:() 2013-05-29 20:50:32.274
    *** SERVICE NAME:() 2013-05-29 20:50:32.274
    *** MODULE NAME:() 2013-05-29 20:50:32.274
    *** ACTION NAME:() 2013-05-29 20:50:32.274
    kstmmainvktm: succeeded in setting elevated priority
    highres_enabled
    *** 2013-05-29 20:50:32.274
    VKTM running at (10)millisec precision with DBRM quantum (100)ms
    +[Start] HighResTick = 842214976721+
    kstmrmtickcnt = 0 : ksudbrmseccnt[0] = 1369882232
    kstmchkdrift (kstmhighrestimecntkeeper:highres): Time jumped forward by (7478947)usec at (843798718318) whereas (1000000) is allowed
    From windows event viewer,can found application error,following is the detail:
    Log Name:      Application
    Source:        Application Error
    Date:          5/29/2013 9:16:52 PM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      SLC03OMO.us.oracle.com
    Description:
    Faulting application name: ORACLE.EXE, version: 11.2.0.3, time stamp: 0x4eb21f4b
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc0000005
    Fault offset: 0x000000006e8a00b6
    Faulting process id: 0x3524
    Faulting application start time: 0x01ce5ce060341504
    Faulting application path: c:\app\oracle\product\11.2.0\bin\ORACLE.EXE
    Faulting module path: unknown
    Report Id: 5eec0ca0-c8d7-11e2-a59d-fc9cad5d59a7
    Event Xml:
    +<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">+
    +<System>+
    +<Provider Name="Application Error" />+
    +<EventID Qualifiers="0">1000</EventID>+
    +<Level>2</Level>+
    +<Task>100</Task>+
    +<Keywords>0x80000000000000</Keywords>+
    +<TimeCreated SystemTime="2013-05-30T03:16:52.000000000Z" />+
    +<EventRecordID>33818</EventRecordID>+
    +<Channel>Application</Channel>+
    +<Computer>SLC03OMO.us.oracle.com</Computer>+
    +<Security />+
    +</System>+
    +<EventData>+
    +<Data>ORACLE.EXE</Data>+
    +<Data>11.2.0.3</Data>+
    +<Data>4eb21f4b</Data>+
    +<Data>unknown</Data>+
    +<Data>0.0.0.0</Data>+
    +<Data>00000000</Data>+
    +<Data>c0000005</Data>+
    +<Data>000000006e8a00b6</Data>+
    +<Data>3524</Data>+
    +<Data>01ce5ce060341504</Data>+
    +<Data>c:\app\oracle\product\11.2.0\bin\ORACLE.EXE</Data>+
    +<Data>unknown</Data>+
    +<Data>5eec0ca0-c8d7-11e2-a59d-fc9cad5d59a7</Data>+
    +</EventData>+
    +</Event>+
    can found another windows error reporting* occured almost the same time as the above application error:*
    Log Name:      Application
    Source:        Windows Error Reporting
    Date:          5/29/2013 9:17:14 PM
    Event ID:      1001
    Task Category: None
    Level:         Information
    Keywords:      Classic
    User:          N/A
    Computer:      SLC03OMO.us.oracle.com
    Description:
    Fault bucket , type 0
    Event Name: APPCRASH
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: ORACLE.EXE
    P2: 11.2.0.3
    P3: 4eb21f4b
    P4: StackHash_2264
    P5: 0.0.0.0
    P6: 00000000
    P7: c0000005
    P8: 000000006e8a00b6
    P9:
    P10:
    Attached files:
    C:\Windows\Temp\WER753D.tmp.appcompat.txt
    C:\Windows\Temp\WER757D.tmp.WERInternalMetadata.xml
    C:\Windows\Temp\WER757E.tmp.hdmp
    C:\Windows\Temp\WER93C5.tmp.mdmp
    These files may be available here:
    C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_ORACLE.EXE_74241b6d51d6043166543f6b75dacacb44b54_cab_274194bc
    Analysis symbol:
    Rechecking for solution: 0
    Report Id: 5eec0ca0-c8d7-11e2-a59d-fc9cad5d59a7
    Report Status: 4
    Event Xml:
    +<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">+
    +<System>+
    +<Provider Name="Windows Error Reporting" />+
    +<EventID Qualifiers="0">1001</EventID>+
    +<Level>4</Level>+
    +<Task>0</Task>+
    +<Keywords>0x80000000000000</Keywords>+
    +<TimeCreated SystemTime="2013-05-30T03:17:14.000000000Z" />+
    +<EventRecordID>33819</EventRecordID>+
    +<Channel>Application</Channel>+
    +<Computer>SLC03OMO.us.oracle.com</Computer>+
    +<Security />+
    +</System>+
    +<EventData>+
    +<Data>+
    +</Data>+
    +<Data>0</Data>+
    +<Data>APPCRASH</Data>+
    +<Data>Not available</Data>+
    +<Data>0</Data>+
    +<Data>ORACLE.EXE</Data>+
    +<Data>11.2.0.3</Data>+
    +<Data>4eb21f4b</Data>+
    +<Data>StackHash_2264</Data>+
    +<Data>0.0.0.0</Data>+
    +<Data>00000000</Data>+
    +<Data>c0000005</Data>+
    +<Data>000000006e8a00b6</Data>+
    +<Data>+
    +</Data>+
    +<Data>+
    +</Data>+
    +<Data>+
    C:\Windows\Temp\WER753D.tmp.appcompat.txt
    C:\Windows\Temp\WER757D.tmp.WERInternalMetadata.xml
    C:\Windows\Temp\WER757E.tmp.hdmp
    C:\Windows\Temp\WER93C5.tmp.mdmp</Data>
    +<Data>C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_ORACLE.EXE_74241b6d51d6043166543f6b75dacacb44b54_cab_274194bc</Data>+
    +<Data>+
    +</Data>+
    +<Data>0</Data>+
    +<Data>5eec0ca0-c8d7-11e2-a59d-fc9cad5d59a7</Data>+
    +<Data>4</Data>+
    +</EventData>+
    +</Event>+
    and following is the log of windows control manager:
    Log Name:      System
    Source:        Service Control Manager
    Date:          5/29/2013 9:17:15 PM
    Event ID:      7034
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      SLC03OMO.us.oracle.com
    Description:
    The OracleServiceVIS service terminated unexpectedly.  It has done this 3 time(s).
    Event Xml:
    +<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">+
    +<System>+
    +<Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" />+
    +<EventID Qualifiers="49152">7034</EventID>+
    +<Version>0</Version>+
    +<Level>2</Level>+
    +<Task>0</Task>+
    +<Opcode>0</Opcode>+
    +<Keywords>0x8080000000000000</Keywords>+
    +<TimeCreated SystemTime="2013-05-30T03:17:15.208132800Z" />+
    +<EventRecordID>88710</EventRecordID>+
    +<Correlation />+
    +<Execution ProcessID="512" ThreadID="5532" />+
    +<Channel>System</Channel>+
    +<Computer>SLC03OMO.us.oracle.com</Computer>+
    +<Security />+
    +</System>+
    +<EventData>+
    +<Data Name="param1">OracleServiceVIS</Data>+
    +<Data Name="param2">3</Data>+
    +</EventData>+
    +</Event>+
    Wondering how to fix the issue.
    Thanks

    You'll have better luck posting this in the database forum. This one is specifically for "Oracle Services for Microsoft Transaction Server", which is a client side service that helps in the recovery of in doubt distributed transactions. It sounds like you're having a database issue.
    greg

  • How to log the exception using Log action in Oracle Service Bus

    Hi,
    Whenever an exception is raised how to log the exception using Log action in oracle service bus.After logging where I have to find the logged message.

    It would be in the log file for the managed server which ran the request. If you are logging the message at a lower level than your app server, however, you won't see it. You should be logging the exception at Error level.

  • Oracle OSB 11G. Unable to find Oracle Service Bus Configuration Page.

    Hi All,
    Sorry for the apparent silly question but I am studying and learning the product.
    I have the OSB 11G installed and running with a proxy service working and routing requests. The Oracle ESB documentation http://download.oracle.com/docs/cd/E21764_01/doc.1111/e15866/ui_ref.htm#i1327746 at chapter 4.4.2 New Oracle Service Bus Configuration Project Wizard
    Use this wizard to create an Oracle Service Bus configuration project. For configuration options, see Section 4.4.3, "Oracle Service Bus Configuration Page."
    4.4.3 Oracle Service Bus Configuration Page.
    I don't see the configuration page in anywhere in the left pane of the console. Am I missing something? The project creation works fine but I just don't see the configuration Wizard.
    Thanks.
    Regards
    Salvatore Ilardo

    The link which you are referring is for user interface objects in the Oracle Service Bus plug-ins and OSB plug-ins are used with OEPE (Oracle Enterprise Pack for Ecplise) for OSB development. OEPE is the only supported IDE for OSB development as of now.
    Remember, at a time, one and only one Oracle Service Bus Configuration project can be deployed in a OSB domain which may contain desired number of Oracle Service Bus Projects and that's why there is no provision of creating Oracle Service Bus Configuration Project in sbconsole GUI. In IDE, you may create many Oracle Service Bus Configuration Project and that's why it has a Oracle Service Bus Configuration Project Wizard.
    Regards,
    Anuj

  • Need to Import an application built using Oracle Service Bus on Oracle Public Cloud

    I have built an application using Oracle Service Bus (OSB) eclipsed IDE which transfers file from server1 to server2, reads the transferred file, transforms it into a payload and calls a webservice. I have tested this application locally by installing Oracle Service Bus on one on my servers.
    I have java as a service account on Oracle Public Cloud. I would like to import the above application onto Oracle Public Cloud. I am not sure if the Weblogic domain on Oracle Public Cloud has enabled OSB or not.
    Let me know if someone can help me.

    Hello,
    Oracle Service Bus is currently not supported in Oracle Java Cloud Service.
    Oracle Java Cloud Service supports deployment of JavaEE and ADF applications.
    -- Nilesh

  • Installing Oracle Services for MTS (9.2) on a 8.1.7 Database

    Hello,
    I'm trying to run the script oramtsadmin.sql which comes with the Oracle Services for MTS 9.2 on a 8.1.7 database.
    When trying to compile the UTL_ORAMTS package I get the following error:
    The following error has occurred:
    PACKAGE BODY MTSSYS.UTL_ORAMTS
    On line: 0
    PLS-00908: The stored format of UTL_ORAMTS is not supported by this release
    Any idea where I can find a copy of this wrapped package that can be compiled on a 8.1.7 database ?
    thx,
    Piet Neyrinck

    I have the same problem. The documentation sayes that it will work with 8.1.7, but when I run the script I get the same error

  • Error while Installing Oracle Services for Microsoft Transaction Server

    I downloaded "Oracle9i Database Release 2 Enterprise/Standard/Personal Edition for Windows NT/2000/XP" and installed the personal edition. It did not install successfully and gave this error message:
    Error while Installing Oracle Services for Microsoft Transaction Server
    The specified key was not found while trying to GetValue
    - stop installation of all products.
    - stop installation of this component only.
    The installation of Oracle 9i Database was unsuccessful
    The Integration tools and client installed just fine from the same download. Why didn't the database install successfully? All the other components seemed to install just fine and the database appeared to be created - but I could not open it and there was not start menu option for DBA Studio.
    I am running Windows 2000 professional with Service Pack 3 on a 2 GHz Pentium4 machine with 512MB Rambus RAM, 32bit color graphics ATI All-in-Wonder card, about 40GB of disk space, a local peer-to-peer network via cat5 cable to another Win2k P3 machine, and Creative Soundblaster Audigy card. Do I need to adjust any network settings? Would it help or hinder if I installed MS IIS? WinNT has a Microsoft Transaction Server (MTS) but Win2k has COM+ instead; does that make a difference in terms of the installer looking for MTS? Do I need to configure COM+ in some special way / change settings?

    HI Salman,
    I am doing the following.
    1. I am installing Oracle 10.2.01 Database(Not Client) on my windows Xp laptop. While installation i Choose the custom option and Check the Oracle Windows Interface. In that i check the "Install Oracle Services for Microsoft Transaction server" checkbox. The installation goes on fine till 99% and when it tries to install the
    Oracle Services for Microsoft Transaction server it gives an error saying that "Microsoft Transaction server" was not found on the system.
    I had previously installed the same on my laptop and it was working fine. but after uninstallation when i try to re install i get this problem.
    If i go to the services.msc option in windows i still see the OracleMTSRecoveryService option even when i have uninstalled oracle. But when i try to start the services i get the following error
    Could Not start the OracleMTSRecoveryService on the local computer.
    Error 3: The system cannot find the file specified.
    Any help on how to resolve this issue will be highly appreciated

  • Error installing oracle service registry 10.1.3.1

    have installed oracle SOA suite 10.1.3.3.0 (oracle SOA suite 10.1.3.1.0 + patch) in advanced mode.
    While installing Oracle service registry(10.1.3.1) , in application server selection page, there is no option to select the Application server for the version 10.1.3.3.0.
    Available options are
    oc4j standalone 10.1.2.0.2
    oracle 10g 10.1.2.0.2.
    oc4j standalone 10.1.3.1
    oracle 10g 10.1.3.1
    I went on with the installation by selecting oracle 10g 10.1.3.1.
    Installation stops with a build error.
    Prepare the build directory...
    Create 'env.properties' demo settings file...
    Create the Service Registry configuration file oracle-servletconf.xml...
    Prepare Service Registry module...
    Copy Service Registry libraries and classes...
    Configure Systinet Registry module ..
    Configuring Registry...
    [java] BUILD FAILED
    [java] file:D:/oracle/registry_10_1_3/etc/setup/setupserver.xml:538: A zip file cannot include itself
    [java] Total time: 2 minutes 18 seconds
    Java returned: 1
    Installation failed. If accessible, see "d:\oracle\registry_10_1_3\log\install.log".
    To correct installation parameters and resume installation click Recover.
    .

    i am pasting the log file...
    #Fri Apr 11 19:40:38 GMT+05:30 2008
    olite.database.password.confirmation=***
    porting.context=registry
    db.system.name.condition=olite
    porting.oracle.admin.password=***
    porting.oracle.https.port=4443
    alldb.create.datasource.name=jdbc/registryDS
    porting.oracle.home=E\:\\product\\10.1.3.1\\OracleAS_1
    porting.oracle.http.port=7777
    alldb.create.datasource.indirect.password=***
    install.server.admin.mail=[ admin e-mail ]
    install.os.is.win.andcondition=true
    create.desktop.icons=yes
    porting.oracle.admin.name=oc4jadmin
    olite.database.password=***
    porting.make.deploy=yes
    alldb.create.datasource.indirect.password.username=
    porting.https.use=yes
    porting.oracle.ormi.port=6003
    alldb.install.registry.name=OracleAS Service Registry
    install.server.admin.name=admin
    account.backend.type.condition=database
    alldb.install.demo.data=no
    install.server.admin.password.confirmation=***
    dist.version=10.1.3.1
    olite.database.name=uddinode
    alldb.create.datasource=yes
    install.type.condition=standalone
    olite.database.dir=e\:\\oracle\\registry_10_1_3\\olite
    alldb.install.demo.data.settings=
    create.menu.items=no
    alldb.create.drop.condition=createComplete
    porting.oracle.instance.name=home
    porting.application.name=registry
    install.directory=e\:\\oracle\\registry_10_1_3
    install.server.admin.password=***
    olite.database.user=uddiuser
    porting.oracle.ormi.host=localhost
    db.showall.condition=false
    porting.server.type.condition=standalone
    porting.make.jazn=yes
    porting.hostname=hst-pcs3023.corp.satyam.ad
    porting.type.condition=oraclefull
    install.windows.menu=Oracle Application Server Service Registry 10.1.3
    [echo] Expanding E:\AIA\oracle-service-registry-10.1.3.1.jar to e:\oracle\registry_10_1_3 ...
    [echo] Building scripts ...
    [echo] Platform is Windows
    [echo] Preparing 'admin' account ...
    [echo] Preparing account_list ...
    [echo] Preparing permission_list ...
    [echo] Preparing approval management ...
    [echo] Creating standalone configuration ...
    [java] Buildfile: e:\oracle\registry_10_1_3\etc\setup\setupserver.xml
    [java] installprops:
    [java] props:
    [java] props2:
    [java] changeSecurity:
    [java] install.security:
    [java] install.ssl.transport:
    [java] [java] Done.
    [java] [java] Done.
    [java] [java] Done.
    [java] [delete] Deleting: E:\oracle\registry_10_1_3\conf\authToken.crt
    [java] changeports:
    [java] [echo] Preparing ports ...
    [java] [delete] Deleting: E:\oracle\registry_10_1_3\etc\ssl.properties
    [java] [style] Processing E:\oracle\registry_10_1_3\conf\serverconf.xml to E:\oracle\registry_10_1_3\conf\serverconf.xml.new
    [java] [style] Loading stylesheet E:\oracle\registry_10_1_3\etc\bin\serverconf.xsl
    [java] [style] Processing E:\oracle\registry_10_1_3\app\uddi\conf\web.xml to E:\oracle\registry_10_1_3\app\uddi\conf\web.xml.new
    [java] [style] Loading stylesheet E:\oracle\registry_10_1_3\etc\bin\web.xsl
    [java] [style] Processing E:\oracle\registry_10_1_3\app\uddi\conf\web_ui.xml to E:\oracle\registry_10_1_3\app\uddi\conf\web_ui.xml.new
    [java] [style] Loading stylesheet E:\oracle\registry_10_1_3\etc\bin\web.xsl
    [java] buichangeports:
    [java] [mkdir] Created dir: E:\oracle\registry_10_1_3\tmp
    [java] [unjar] Expanding: E:\oracle\registry_10_1_3\app\uddi\bsc.jar into E:\oracle\registry_10_1_3\tmp
    [java] [style] Processing E:\oracle\registry_10_1_3\tmp\conf\web.xml to E:\oracle\registry_10_1_3\tmp\conf\web.xml.new
    [java] [style] Loading stylesheet E:\oracle\registry_10_1_3\etc\bin\web.xsl
    [java] [move] Moving 1 files to E:\oracle\registry_10_1_3\tmp\conf
    [java] [style] Processing E:\oracle\registry_10_1_3\tmp\conf\bsc.xml to E:\oracle\registry_10_1_3\tmp\conf\bsc.xml.new
    [java] [style] Loading stylesheet E:\oracle\registry_10_1_3\etc\bin\web.xsl
    [java] [move] Moving 1 files to E:\oracle\registry_10_1_3\tmp\conf
    [java] [jar] Building jar: E:\oracle\registry_10_1_3\tmp\bsc.jar
    [java] buichangeports_sync_dist:
    [java] [copy] Copying 1 file to E:\oracle\registry_10_1_3\dist
    [java] [move] Moving 1 files to E:\oracle\registry_10_1_3\app\uddi
    [java] [delete] Deleting directory E:\oracle\registry_10_1_3\tmp
    [java] [style] Processing E:\oracle\registry_10_1_3\app\uddi\conf\configurator.xml to E:\oracle\registry_10_1_3\app\uddi\conf\configurator.xml.new
    [java] [style] Loading stylesheet E:\oracle\registry_10_1_3\etc\bin\configurator.xsl
    [java] [style] Processing E:\oracle\registry_10_1_3\app\uddi\conf\node.xml to E:\oracle\registry_10_1_3\app\uddi\conf\node.xml.new
    [java] [style] Loading stylesheet E:\oracle\registry_10_1_3\etc\bin\node.xsl
    [java] [style] Processing E:\oracle\registry_10_1_3\app\uddi\conf\security.xml to E:\oracle\registry_10_1_3\app\uddi\conf\security.xml.new
    [java] [style] Loading stylesheet E:\oracle\registry_10_1_3\etc\bin\security.xsl
    [java] [move] Moving 1 files to E:\oracle\registry_10_1_3\conf
    [java] [move] Moving 1 files to E:\oracle\registry_10_1_3\app\uddi\conf
    [java] [move] Moving 1 files to E:\oracle\registry_10_1_3\app\uddi\conf
    [java] [move] Moving 1 files to E:\oracle\registry_10_1_3\app\uddi\conf
    [java] [move] Moving 1 files to E:\oracle\registry_10_1_3\app\uddi\conf
    [java] [move] Moving 1 files to E:\oracle\registry_10_1_3\app\uddi\conf
    [java] changeTModelPorts:
    [java] changePortsOperationalBE:
    [java] [copy] Copying 1 file to E:\oracle\registry_10_1_3\etc\db\data
    [java] [copy] Copying 1 file to E:\oracle\registry_10_1_3\etc\db\data
    [java] [copy] Copying 1 file to E:\oracle\registry_10_1_3\etc\db\data
    [java] [copy] Copying 1 file to E:\oracle\registry_10_1_3\etc\db\data
    [java] importOperationalTM:
    [java] importOperationalBS:
    [java] changePortsOtherTModels:
    [java] [copy] Copying 1 file to E:\oracle\registry_10_1_3\etc\db\data
    [java] importOtherTModels:
    [java] changeDemoDataPorts:
    [java] changePortsDemoData:
    [java] [copy] Copying 1 file to E:\oracle\registry_10_1_3\demos\conf
    [java] [copy] Copying 1 file to E:\oracle\registry_10_1_3\demos\conf
    [java] importDemoData.no:
    [java] copyDocDemos:
    [java] [echo] Copying data to 'e:\oracle\registry_10_1_3/doc/demos'...
    [java] [copy] Copying 13 files to E:\oracle\registry_10_1_3\doc\demos\bsc
    [java] [copy] Copying 1 file to E:\oracle\registry_10_1_3\doc\demos
    [java] [copy] Copying 1 file to E:\oracle\registry_10_1_3\doc\demos
    [java] [copy] Copying 1 file to E:\oracle\registry_10_1_3\doc\demos
    [java] [copy] Copying 1 file to E:\oracle\registry_10_1_3\doc\demos
    [java] [copy] Copying 1 file to E:\oracle\registry_10_1_3\doc\demos
    [java] [copy] Copying 1 file to E:\oracle\registry_10_1_3\doc\demos
    [java] create.desktop.icons.yes:
    [java] create.menu.items.no:
    [java] applicationCore:
    [java] [echo] Preparing applicationCore ...
    [java] [style] Processing E:\oracle\registry_10_1_3\app\uddi\conf\application_core.xml to E:\oracle\registry_10_1_3\app\uddi\conf\application_core.xml.new
    [java] [style] Loading stylesheet E:\oracle\registry_10_1_3\etc\bin\application_core.xsl
    [java] [move] Moving 1 files to E:\oracle\registry_10_1_3\app\uddi\conf
    [java] [delete] Deleting: E:\oracle\registry_10_1_3\etc\smtp.properties
    [java] setup:
    [java] [echo] Configuring Registry...
    [java] type.standalone:
    [java] [delete] Deleting directory E:\oracle\registry_10_1_3\registry_10_1_3
    [java] BUILD SUCCESSFUL
    [java] Total time: 2 minutes 43 seconds
    [java] Buildfile: e:\oracle\registry_10_1_3\etc\setup\install.xml
    [java] properties:
    [java] license:
    [java] [java] License key has been accepted.
    [java] BUILD SUCCESSFUL
    [java] Total time: 22 seconds
    [java] Buildfile: e:\oracle\registry_10_1_3\etc\setup\directory.xml
    [java] directory:
    [java] [delete] Deleting: E:\oracle\registry_10_1_3\etc\ldap.properties
    [java] [echo] Preparing LDAP backend ...
    [java] [style] Processing E:\oracle\registry_10_1_3\app\uddi\conf\directory.xml to E:\oracle\registry_10_1_3\app\uddi\conf\directory.xml.new
    [java] [style] Loading stylesheet E:\oracle\registry_10_1_3\etc\bin\directory.xsl
    [java] [copy] Copying 1 file to E:\oracle\registry_10_1_3\app\uddi\conf
    [java] [delete] Deleting: E:\oracle\registry_10_1_3\app\uddi\conf\directory.xml.new
    [java] account_core:
    [java] account_core.database:
    [java] [echo] Preparing database account backend ...
    [java] [style] Processing E:\oracle\registry_10_1_3\app\uddi\conf\account_core.xml to E:\oracle\registry_10_1_3\app\uddi\conf\account_core.xml.new
    [java] [style] Loading stylesheet E:\oracle\registry_10_1_3\etc\bin\account_core_backend.xsl
    [java] [style] Processing E:\oracle\registry_10_1_3\app\uddi\conf\group_core.xml to E:\oracle\registry_10_1_3\app\uddi\conf\group_core.xml.new
    [java] [style] Loading stylesheet E:\oracle\registry_10_1_3\etc\bin\group_core_backend.xsl
    [java] [move] Moving 1 files to E:\oracle\registry_10_1_3\app\uddi\conf
    [java] [move] Moving 1 files to E:\oracle\registry_10_1_3\app\uddi\conf
    [java] BUILD SUCCESSFUL
    [java] Total time: 2 seconds
    [java] Buildfile: e:\oracle\registry_10_1_3\etc\setup\database.xml
    [java] database:
    [java] database.createComplete:
    [java] database.create:
    [java] account_core:
    [java] account_core.database:
    [java] [echo] Preparing database account backend ...
    [java] [style] Processing E:\oracle\registry_10_1_3\app\uddi\conf\account_core.xml to E:\oracle\registry_10_1_3\app\uddi\conf\account_core.xml.new
    [java] [style] Loading stylesheet E:\oracle\registry_10_1_3\etc\bin\account_core_backend.xsl
    [java] [style] Processing E:\oracle\registry_10_1_3\app\uddi\conf\group_core.xml to E:\oracle\registry_10_1_3\app\uddi\conf\group_core.xml.new
    [java] [style] Loading stylesheet E:\oracle\registry_10_1_3\etc\bin\group_core_backend.xsl
    [java] [move] Moving 1 files to E:\oracle\registry_10_1_3\app\uddi\conf
    [java] [move] Moving 1 files to E:\oracle\registry_10_1_3\app\uddi\conf
    [java] server.database:
    [java] [echo] Copying JDBC drivers ...
    [java] db.create.complete:
    [java] uddi.class.path.jars_zips:
    [java] olite.database:
    [java] polite_ini:
    [java] [echo] Installing polite.ini into Windows directory ...
    [java] [move] Moving 1 files to C:\WINDOWS
    [java] [copy] Copying 1 file to C:\WINDOWS
    [java] create_db:
    [java] debug_print:
    [java] [echo]
    [java] [echo] UDDI_DB : ;DataDirectory=e:\oracle\registry_10_1_3\olite;Database=uddinode
    [java] [echo] UDDI_USER : uddiuser
    [java] [echo] java.library.path : E:\product\10.1.3.1\OracleAS_1\jdk\bin;.;C:\WINDOWS\system32;C:\WINDOWS;E:\product\10.1.3.1\OracleAS_1\bin;E:\product\10.1.3.1\OracleAS_1\jdk\bin;E:\product\10.1.3.1\OracleAS_1\ant\bin;D:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\Program Files\PC Connectivity Solution\;C:\Program Files\CA\Dcs\DMScripting\;C:\Program Files\CA\DCS\CAWIN\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\CA\Unicenter Software Delivery\BIN;C:\Program Files\Java\j2re1.4.1_05;C:\PROGRA~1\CA\SC\CAM\bin;C:\Program Files\CA\DSM\bin;C:\Program Files\CA\SharedComponents\ScanEngine;C:\Program Files\CA\SharedComponents\CAUpdate\;C:\Program Files\CA\SharedComponents\ThirdParty\;C:\Program Files\CA\SharedComponents\SubscriptionLicense\;C:\Program Files\CA\eTrustITM;E:\product\10.1.3.1\OracleAS_1\ip\adapters\bin;E:\product\10.1.3.1\OracleAS_1\ip\adapters\lib;C:\Program Files\Samsung\Samsung PC Studio 3\;E:\product\10.1.3.1\OracleAS_1\OPatch;E:\product\10.1.3.1\OracleAS_1;E:/product/10.1.3.1/OracleAS_1/jdk/bin;e:\oracle\registry_10_1_3/etc/olite
    [java] [echo]
    [java] [echo] Creating new database ...
    [java] [copy] Copying 1 file to E:\oracle\registry_10_1_3\olite
    [java] create_input_quiet:
    [java] create_input:
    [java] [java] Properties:
    [java] [java] user:system
    [java] [java] password:***
    [java] [java] charSet:UTF8
    [java] [java] GRANT RESOURCE TO uddiuser;
    [java] [java] SQL:GRANT RESOURCE TO uddiuser
    [java] create_schema:
    [java] [echo] Creating schema ...
    [java] create_batch:
    [java] [java] Properties:
    [java] [java] user:uddiuser
    [java] [java] password:***
    [java] [java] charSet:UTF8
    [java] [java] SQL:CREATE TABLE passwd ( loginName varchar2 ( 255 ) PRIMARY KEY , password varchar2 ( 32 ) NOT NULL , email varchar2 ( 255 ) NOT NULL , fullName varchar2 ( 255 ) NOT NULL , description varchar2 ( 255 ) , languageCode varchar2 ( 26 ) DEFAULT 'en' NOT NULL , businessName varchar2 ( 255 ) , phone varchar2 ( 50 ) , alternatePhone varchar2 ( 50 ) , address varchar2 ( 1024 ) , stateProvince varchar2 ( 128 ) , city varchar2 ( 128 ) , country varchar2 ( 64 ) , zip varchar2 ( 50 ) , enableCode varchar2 ( 41 ) , expiration decimal ( 19 ) DEFAULT 0 , expires char ( 1 ) DEFAULT 'n' , externalAccount char ( 1 ) DEFAULT 'n' , blocked char ( 1 ) DEFAULT 'y' , tModelsLimit decimal ( 10 ) DEFAULT 10 , entitiesLimit decimal ( 10 ) DEFAULT 1 , servicesLimit decimal ( 10 ) DEFAULT 4 , bindingsLimit decimal ( 10 ) DEFAULT 2 , assertionsLimit decimal ( 10 ) DEFAULT 10 , subscriptionsLimit decimal ( 10 ) DEFAULT 0 , lastLoginTime decimal ( 19 ) , currentLoginTime decimal ( 19 ) )
    [java] [java] SQL: CREATE TABLE passwdProperty ( loginName varchar2 ( 255 ) NOT NULL REFERENCES passwd ( loginName ) ON DELETE CASCADE , name varchar2 ( 255 ) NOT NULL , value varchar2 ( 255 ) NOT NULL )
    [java] [java] SQL: CREATE INDEX idx_passwdProps ON passwdProperty ( loginName )
    [java] [java] SQL: CREATE TABLE groups ( groupName varchar2 ( 255 ) PRIMARY KEY , ownerName varchar2 ( 255 ) NOT NULL , description varchar2 ( 255 ) , private char ( 1 ) DEFAULT 'y' , externalGroup char ( 1 ) DEFAULT 'n' )
    [java] [java] SQL: CREATE INDEX idx_groupsOwnerName ON groups ( ownerName )
    [java] [java] SQL: CREATE TABLE groupMembers ( groupName varchar2 ( 255 ) REFERENCES groups ( groupName ) ON DELETE CASCADE , memberName varchar2 ( 255 ) NOT NULL )
    [java] [java] SQL: CREATE INDEX idx_groupMembers ON groupMembers ( groupName , memberName )
    [java] [java] SQL: CREATE TABLE permission ( permissionId decimal ( 19 ) PRIMARY KEY , type varchar2 ( 255 ) NOT NULL , name varchar2 ( 255 ) NOT NULL , principalName varchar2 ( 255 ) NOT NULL , principalIsUser char ( 1 ) DEFAULT 'y' )
    [java] [java] SQL: CREATE INDEX idx_permission ON permission ( principalName )
    [java] [java] SQL: CREATE TABLE permissionAction ( permissionId decimal ( 19 ) REFERENCES permission ( permissionId ) ON DELETE CASCADE , action varchar2 ( 255 ) NOT NULL )
    [java] [java] SQL: CREATE INDEX idx_permissionAction ON permissionAction ( permissionId )
    [java] [java] SQL: CREATE TABLE tModel ( tModelId decimal ( 19 ) NOT NULL , tModelKey varchar2 ( 255 ) NOT NULL , tModelKeyLower varchar2 ( 255 ) NOT NULL , tModelKeyOld char ( 41 ) NOT NULL , nameText varchar2 ( 255 ) NOT NULL , nameTextLower varchar2 ( 255 ) NOT NULL , lang varchar2 ( 20 ) NULL , deleted decimal ( 10 ) DEFAULT 0 NOT NULL , created decimal ( 19 ) NOT NULL , modified decimal ( 19 ) NOT NULL , modifiedIncluding decimal ( 19 ) NOT NULL , userName varchar2 ( 255 ) NOT NULL , nodeId varchar2 ( 255 ) NOT NULL , systemFlag decimal ( 10 ) DEFAULT 0 NOT NULL , deletedFlag decimal ( 10 ) DEFAULT 0 NOT NULL , publicFind decimal ( 1 ) DEFAULT 1 NOT NULL , publicGet decimal ( 1 ) DEFAULT 1 NOT NULL , PRIMARY KEY ( tModelId ) )
    [java] [java] SQL: CREATE INDEX idx_tModelKeyLower ON tModel ( tModelKeyLower )
    [java] [java] SQL: CREATE INDEX idx_tModelKeyOld ON tModel ( tModelKeyOld )
    [java] [java] SQL: CREATE INDEX idx_tModelSortName ON tModel ( nameText )
    [java] [java] SQL: CREATE INDEX idx_tModelSortNameLower ON tModel ( nameTextLower )
    [java] [java] SQL: CREATE INDEX idx_tModelSortTime ON tModel ( modified )
    [java] [java] SQL: CREATE INDEX idx_tModelSystemFlag ON tModel ( systemFlag )
    [java] [java] SQL: CREATE INDEX idx_tModelDeletedFlag ON tModel ( deletedFlag )
    [java] [java] SQL: CREATE TABLE aclBagTM ( seqNum INTEGER AUTO INCREMENT , tModelId decimal ( 19 ) NOT NULL REFERENCES tModel ( tModelId ) ON DELETE CASCADE , userName varchar2 ( 255 ) NULL , groupName varchar2 ( 255 ) NULL , privilegeId decimal ( 19 ) NOT NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_aclTMuser ON aclBagTM ( tModelId , userName , privilegeId )
    [java] [java] SQL: CREATE INDEX idx_aclTMgroup ON aclBagTM ( tModelId , groupName , privilegeId )
    [java] [java] SQL: CREATE TABLE descriptionTM ( seqNum INTEGER AUTO INCREMENT , ownerId decimal ( 19 ) NOT NULL , subId decimal ( 10 ) NOT NULL , tModelId decimal ( 19 ) NOT NULL REFERENCES tModel ( tModelId ) ON DELETE CASCADE , description varchar2 ( 255 ) NULL , lang varchar2 ( 20 ) NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_descTMOwner ON descriptionTM ( ownerId , subId )
    [java] [java] SQL: CREATE TABLE categoryBagTM ( seqNum INTEGER AUTO INCREMENT , tModelId decimal ( 19 ) NOT NULL REFERENCES tModel ( tModelId ) ON DELETE CASCADE , keyName varchar2 ( 255 ) NULL , keyValue varchar2 ( 255 ) NULL , keyValueLower varchar2 ( 255 ) NULL , keyValueOld varchar2 ( 41 ) NULL , keyValueTrNum number ( 25 , 6 ) NULL , keyValueTrString varchar2 ( 255 ) NULL , tModelKey varchar2 ( 255 ) NULL , tModelKeyLower varchar2 ( 255 ) NOT NULL , tModelKeyOld char ( 41 ) NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_cbtmid ON categoryBagTM ( tModelId )
    [java] [java] SQL: CREATE INDEX idx_cbtmfind ON categoryBagTM ( tModelKeyLower , keyValue )
    [java] [java] SQL: CREATE INDEX idx_cbtmfindOld ON categoryBagTM ( tModelKeyOld , keyValue )
    [java] [java] SQL: CREATE INDEX idx_cbtmrqn ON categoryBagTM ( tModelKeyLower , keyValueTrNum )
    [java] [java] SQL: CREATE INDEX idx_cbtmrqnOld ON categoryBagTM ( tModelKeyOld , keyValueTrNum )
    [java] [java] SQL: CREATE INDEX idx_cbtmrqs ON categoryBagTM ( tModelKeyLower , keyValueTrString )
    [java] [java] SQL: CREATE INDEX idx_cbtmrqsOld ON categoryBagTM ( tModelKeyOld , keyValueTrString )
    [java] [java] SQL: CREATE TABLE identifierBagTM ( seqNum INTEGER AUTO INCREMENT , tModelId decimal ( 19 ) NOT NULL REFERENCES tModel ( tModelId ) ON DELETE CASCADE , keyName varchar2 ( 255 ) NULL , keyValue varchar2 ( 255 ) NULL , keyValueLower varchar2 ( 255 ) NULL , keyValueOld varchar2 ( 41 ) NULL , tModelKey varchar2 ( 255 ) NULL , tModelKeyLower varchar2 ( 255 ) NOT NULL , tModelKeyOld char ( 41 ) NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_ibtmid ON identifierBagTM ( tModelId )
    [java] [java] SQL: CREATE INDEX idx_ibtmfind ON identifierBagTM ( tModelKeyLower , keyValue )
    [java] [java] SQL: CREATE INDEX idx_ibtmfindOld ON identifierBagTM ( tModelKeyOld , keyValue )
    [java] [java] SQL: CREATE TABLE keyedReferenceGroupTM ( groupId decimal ( 19 ) NOT NULL , tModelId decimal ( 19 ) NOT NULL REFERENCES tModel ( tModelId ) ON DELETE CASCADE , tModelKey varchar2 ( 255 ) NULL , tModelKeyLower varchar2 ( 255 ) NOT NULL , PRIMARY KEY ( groupId ) )
    [java] [java] SQL: CREATE INDEX idx_krgtmid ON keyedReferenceGroupTM ( tModelId )
    [java] [java] SQL: CREATE INDEX idx_krgtmfind ON keyedReferenceGroupTM ( tModelKeyLower , tModelId , groupId )
    [java] [java] SQL: CREATE TABLE keyedReferenceTM ( seqNum INTEGER AUTO INCREMENT , groupId decimal ( 19 ) NOT NULL REFERENCES keyedReferenceGroupTM ( groupId ) ON DELETE CASCADE , tModelKey varchar2 ( 255 ) NOT NULL , tModelKeyLower varchar2 ( 255 ) NOT NULL , tModelKeyOld char ( 41 ) NULL , keyValue varchar2 ( 255 ) NULL , keyValueLower varchar2 ( 255 ) NULL , keyValueOld varchar2 ( 41 ) NULL , keyValueTrNum number ( 25 , 6 ) NULL , keyValueTrString varchar2 ( 255 ) NULL , keyName varchar2 ( 255 ) NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_krtmid ON keyedReferenceTM ( groupId )
    [java] [java] SQL: CREATE INDEX idx_krtmfind ON keyedReferenceTM ( tModelKeyLower , keyValue )
    [java] [java] SQL: CREATE INDEX idx_krtmfindOld ON keyedReferenceTM ( tModelKeyOld , keyValue )
    [java] [java] SQL: CREATE INDEX idx_krtmrqn ON keyedReferenceTM ( tModelKeyLower , keyValueTrNum )
    [java] [java] SQL: CREATE INDEX idx_krtmrqs ON keyedReferenceTM ( tModelKeyLower , keyValueTrString )
    [java] [java] SQL: CREATE TABLE overviewDocTM ( overviewId decimal ( 19 ) NOT NULL , tModelId decimal ( 19 ) NOT NULL REFERENCES tModel ( tModelId ) ON DELETE CASCADE , overviewURL LONG VARBINARY NULL , useType varchar2 ( 255 ) NULL , PRIMARY KEY ( overviewId ) )
    [java] [java] SQL: CREATE INDEX idx_overviewTM ON overviewDocTM ( tModelId )
    [java] [java] SQL: CREATE TABLE signatureTM ( seqNum INTEGER AUTO INCREMENT , tModelId decimal ( 19 ) NOT NULL REFERENCES tModel ( tModelId ) ON DELETE CASCADE , signature LONG VARBINARY NULL , created decimal ( 1 ) DEFAULT 0 NOT NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_sigTM ON signatureTM ( tModelId )
    [java] [java] SQL: CREATE TABLE businessEntity ( businessId decimal ( 19 ) NOT NULL , businessKey varchar2 ( 255 ) NOT NULL , businessKeyLower varchar2 ( 255 ) NOT NULL , businessKeyOld char ( 36 ) NOT NULL , nameText varchar2 ( 255 ) NOT NULL , nameTextLower varchar2 ( 255 ) NOT NULL , created decimal ( 19 ) NOT NULL , modified decimal ( 19 ) NOT NULL , modifiedIncluding decimal ( 19 ) NOT NULL , userName varchar2 ( 255 ) NOT NULL , nodeId varchar2 ( 255 ) NOT NULL , systemFlag decimal ( 10 ) DEFAULT 0 NOT NULL , deletedFlag decimal ( 10 ) DEFAULT 0 NOT NULL , publicFind decimal ( 1 ) DEFAULT 1 NOT NULL , publicGet decimal ( 1 ) DEFAULT 1 NOT NULL , PRIMARY KEY ( businessId ) )
    [java] [java] SQL: CREATE INDEX idx_beKeyLower ON businessEntity ( businessKeyLower )
    [java] [java] SQL: CREATE INDEX idx_beKeyOld ON businessEntity ( businessKeyOld )
    [java] [java] SQL: CREATE INDEX idx_beSortName ON businessEntity ( nameText )
    [java] [java] SQL: CREATE INDEX idx_beSortNameLower ON businessEntity ( nameTextLower )
    [java] [java] SQL: CREATE INDEX idx_beSortTime ON businessEntity ( modified )
    [java] [java] SQL: CREATE INDEX idx_beSystemFlag ON businessEntity ( systemFlag )
    [java] [java] SQL: CREATE INDEX idx_beDeletedFlag ON businessEntity ( deletedFlag )
    [java] [java] SQL: CREATE TABLE aclBagBE ( seqNum INTEGER AUTO INCREMENT , businessId decimal ( 19 ) NOT NULL REFERENCES businessEntity ( businessId ) ON DELETE CASCADE , userName varchar2 ( 255 ) NULL , groupName varchar2 ( 255 ) NULL , privilegeId decimal ( 19 ) NOT NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_aclBEuser ON aclBagBE ( businessId , userName , privilegeId )
    [java] [java] SQL: CREATE INDEX idx_aclBEgroup ON aclBagBE ( businessId , groupName , privilegeId )
    [java] [java] SQL: CREATE TABLE descriptionBE ( seqNum INTEGER AUTO INCREMENT , businessId decimal ( 19 ) NOT NULL REFERENCES businessEntity ( businessId ) ON DELETE CASCADE , description varchar2 ( 255 ) NULL , lang varchar2 ( 20 ) NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_descBEOwner ON descriptionBE ( businessId )
    [java] [java] SQL: CREATE TABLE discoveryURL ( seqNum INTEGER AUTO INCREMENT , businessId decimal ( 19 ) NOT NULL REFERENCES businessEntity ( businessId ) ON DELETE CASCADE , discoveryURL varchar2 ( 255 ) NULL , discoveryURL2 varchar2 ( 3846 ) NULL , useType varchar2 ( 255 ) NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_urlOwner ON discoveryURL ( businessId )
    [java] [java] SQL: CREATE INDEX idx_urlFind ON discoveryURL ( discoveryURL )
    [java] [java] SQL: CREATE TABLE identifierBagBE ( seqNum INTEGER AUTO INCREMENT , businessId decimal ( 19 ) NOT NULL REFERENCES businessEntity ( businessId ) ON DELETE CASCADE , keyName varchar2 ( 255 ) NULL , keyValue varchar2 ( 255 ) NULL , keyValueLower varchar2 ( 255 ) NULL , keyValueOld varchar2 ( 41 ) NULL , tModelKey varchar2 ( 255 ) NOT NULL , tModelKeyLower varchar2 ( 255 ) NOT NULL , tModelKeyOld char ( 41 ) NOT NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_ibbeid ON identifierBagBE ( businessId )
    [java] [java] SQL: CREATE INDEX idx_ibbefind ON identifierBagBE ( tModelKeyLower , keyValue )
    [java] [java] SQL: CREATE INDEX idx_ibbefindOld ON identifierBagBE ( tModelKeyOld , keyValue )
    [java] [java] SQL: CREATE TABLE categoryBagBE ( seqNum INTEGER AUTO INCREMENT , businessId decimal ( 19 ) NOT NULL REFERENCES businessEntity ( businessId ) ON DELETE CASCADE , keyName varchar2 ( 255 ) NULL , keyValue varchar2 ( 255 ) NULL , keyValueLower varchar2 ( 255 ) NULL , keyValueOld varchar2 ( 41 ) NULL , keyValueTrNum number ( 25 , 6 ) NULL , keyValueTrString varchar2 ( 255 ) NULL , tModelKey varchar2 ( 255 ) NULL , tModelKeyLower varchar2 ( 255 ) NOT NULL , tModelKeyOld char ( 41 ) NOT NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_cbbeid ON categoryBagBE ( businessId )
    [java] [java] SQL: CREATE INDEX idx_cbbefind ON categoryBagBE ( tModelKeyLower , keyValue )
    [java] [java] SQL: CREATE INDEX idx_cbbefindOld ON categoryBagBE ( tModelKeyOld , keyValue )
    [java] [java] SQL: CREATE INDEX idx_cbberqn ON categoryBagBE ( tModelKeyLower , keyValueTrNum )
    [java] [java] SQL: CREATE INDEX idx_cbberqnOld ON categoryBagBE ( tModelKeyOld , keyValueTrNum )
    [java] [java] SQL: CREATE INDEX idx_cbberqs ON categoryBagBE ( tModelKeyLower , keyValueTrString )
    [java] [java] SQL: CREATE INDEX idx_cbberqsOld ON categoryBagBE ( tModelKeyOld , keyValueTrString )
    [java] [java] SQL: CREATE TABLE keyedReferenceGroupBE ( groupId decimal ( 19 ) NOT NULL , businessId decimal ( 19 ) NOT NULL REFERENCES businessEntity ( businessId ) ON DELETE CASCADE , tModelKey varchar2 ( 255 ) NULL , tModelKeyLower varchar2 ( 255 ) NOT NULL , PRIMARY KEY ( groupId ) )
    [java] [java] SQL: CREATE INDEX idx_krgbeid ON keyedReferenceGroupBE ( businessId )
    [java] [java] SQL: CREATE INDEX idx_krgbefind ON keyedReferenceGroupBE ( tModelKeyLower )
    [java] [java] SQL: CREATE TABLE keyedReferenceBE ( seqNum INTEGER AUTO INCREMENT , groupId decimal ( 19 ) NOT NULL REFERENCES keyedReferenceGroupBE ( groupId ) ON DELETE CASCADE , tModelKey varchar2 ( 255 ) NOT NULL , tModelKeyLower varchar2 ( 255 ) NOT NULL , tModelKeyOld char ( 41 ) NOT NULL , keyValue varchar2 ( 255 ) NULL , keyValueLower varchar2 ( 255 ) NULL , keyValueOld varchar2 ( 41 ) NULL , keyValueTrNum number ( 25 , 6 ) NULL , keyValueTrString varchar2 ( 255 ) NULL , keyName varchar2 ( 255 ) NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_krbeid ON keyedReferenceBE ( groupId )
    [java] [java] SQL: CREATE INDEX idx_krbefind ON keyedReferenceBE ( tModelKeyLower , keyValue )
    [java] [java] SQL: CREATE INDEX idx_krbefindOld ON keyedReferenceBE ( tModelKeyOld , keyValue )
    [java] [java] SQL: CREATE INDEX idx_krberqn ON keyedReferenceBE ( tModelKeyLower , keyValueTrNum )
    [java] [java] SQL: CREATE INDEX idx_krberqs ON keyedReferenceBE ( tModelKeyLower , keyValueTrString )
    [java] [java] SQL: CREATE TABLE nameBE ( seqNum INTEGER AUTO INCREMENT , businessId decimal ( 19 ) NOT NULL REFERENCES businessEntity ( businessId ) ON DELETE CASCADE , nameText varchar2 ( 255 ) NOT NULL , nameTextLower varchar2 ( 255 ) NOT NULL , lang varchar2 ( 20 ) NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_namebeid ON nameBE ( businessId )
    [java] [java] SQL: CREATE INDEX idx_namebefind ON nameBE ( nameText )
    [java] [java] SQL: CREATE INDEX idx_namebefind2 ON nameBE ( nameTextLower )
    [java] [java] SQL: CREATE TABLE signatureBE ( seqNum INTEGER AUTO INCREMENT , businessId decimal ( 19 ) NOT NULL REFERENCES businessEntity ( businessId ) ON DELETE CASCADE , signature LONG VARBINARY NULL , created decimal ( 1 ) DEFAULT 0 NOT NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_sigBE ON signatureBE ( businessId )
    [java] [java] SQL: CREATE TABLE contact ( contactId decimal ( 19 ) NOT NULL , businessId decimal ( 19 ) NULL REFERENCES businessEntity ( businessId ) ON DELETE CASCADE , useType varchar2 ( 255 ) NULL , PRIMARY KEY ( contactId ) )
    [java] [java] SQL: CREATE INDEX idx_contactOwner ON contact ( businessId )
    [java] [java] SQL: CREATE TABLE descriptionCO ( seqNum INTEGER AUTO INCREMENT , contactId decimal ( 19 ) NOT NULL REFERENCES contact ( contactId ) ON DELETE CASCADE , description varchar2 ( 255 ) NULL , lang varchar2 ( 20 ) NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_descCO ON descriptionCO ( contactId )
    [java] [java] SQL: CREATE TABLE personalName ( seqNum INTEGER AUTO INCREMENT , contactId decimal ( 19 ) NOT NULL REFERENCES contact ( contactId ) ON DELETE CASCADE , personName varchar2 ( 255 ) NULL , lang varchar2 ( 20 ) NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_persName ON personalName ( contactId )
    [java] [java] SQL: CREATE TABLE email ( seqNum INTEGER AUTO INCREMENT , contactId decimal ( 19 ) NOT NULL REFERENCES contact ( contactId ) ON DELETE CASCADE , email varchar2 ( 255 ) NULL , useType varchar2 ( 255 ) NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_email ON email ( contactId )
    [java] [java] SQL: CREATE TABLE phone ( seqNum INTEGER AUTO INCREMENT , contactId decimal ( 19 ) NOT NULL REFERENCES contact ( contactId ) ON DELETE CASCADE , phone varchar2 ( 50 ) NULL , useType varchar2 ( 255 ) NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_phone ON phone ( contactId )
    [java] [java] SQL: CREATE TABLE address ( addressId decimal ( 19 ) NOT NULL , contactId decimal ( 19 ) NOT NULL REFERENCES contact ( contactId ) ON DELETE CASCADE , lang varchar2 ( 20 ) NULL , useType varchar2 ( 255 ) NULL , sortCode varchar2 ( 10 ) NULL , tModelKey varchar2 ( 255 ) NULL , tModelKeyOld varchar2 ( 41 ) NULL , PRIMARY KEY ( addressId ) )
    [java] [java] SQL: CREATE INDEX idx_address ON address ( contactId )
    [java] [java] SQL: CREATE TABLE addressLine ( seqNum INTEGER AUTO INCREMENT , addressId decimal ( 19 ) NOT NULL REFERENCES address ( addressId ) ON DELETE CASCADE , keyName varchar2 ( 255 ) NULL , keyValue varchar2 ( 255 ) NULL , addressLine varchar2 ( 80 ) NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_addressLine ON addressLine ( addressId )
    [java] [java] SQL: CREATE TABLE businessService ( serviceId decimal ( 19 ) NOT NULL , businessId decimal ( 19 ) NOT NULL REFERENCES businessEntity ( businessId ) ON DELETE CASCADE , serviceKey varchar2 ( 255 ) NOT NULL , serviceKeyLower varchar2 ( 255 ) NOT NULL , serviceKeyOld char ( 36 ) NOT NULL , nameText varchar2 ( 255 ) NOT NULL , nameTextLower varchar2 ( 255 ) NOT NULL , servicePosition decimal ( 19 ) NULL , created decimal ( 19 ) NOT NULL , modified decimal ( 19 ) NOT NULL , modifiedIncluding decimal ( 19 ) NOT NULL , userName varchar2 ( 255 ) NOT NULL , nodeId varchar2 ( 255 ) NOT NULL , systemFlag decimal ( 10 ) DEFAULT 0 NOT NULL , deletedFlag decimal ( 10 ) DEFAULT 0 NOT NULL , publicFind decimal ( 1 ) DEFAULT 1 NOT NULL , publicGet decimal ( 1 ) DEFAULT 1 NOT NULL , PRIMARY KEY ( serviceId ) )
    [java] [java] SQL: CREATE INDEX idx_bsBusinesId ON businessService ( businessId )
    [java] [java] SQL: CREATE INDEX idx_bsKeyLower ON businessService ( serviceKeyLower )
    [java] [java] SQL: CREATE INDEX idx_bsKeyOld ON businessService ( serviceKeyOld )
    [java] [java] SQL: CREATE INDEX idx_bsSortName ON businessService ( nameText )
    [java] [java] SQL: CREATE INDEX idx_bsSortNameLower ON businessService ( nameTextLower )
    [java] [java] SQL: CREATE INDEX idx_bsSortTime ON businessService ( modified )
    [java] [java] SQL: CREATE INDEX idx_bsSystemFlag ON businessService ( systemFlag )
    [java] [java] SQL: CREATE INDEX idx_bsDeletedFlag ON businessService ( deletedFlag )
    [java] [java] SQL: CREATE TABLE projectedBusinessService ( projectedServiceId INTEGER AUTO INCREMENT , serviceId decimal ( 19 ) NOT NULL , businessId decimal ( 19 ) NOT NULL REFERENCES businessEntity ( businessId ) ON DELETE CASCADE , businessKey varchar2 ( 255 ) NOT NULL , businessKeyOld varchar2 ( 41 ) NOT NULL , serviceKey varchar2 ( 255 ) NOT NULL , serviceKeyOld varchar2 ( 41 ) NOT NULL , servicePosition decimal ( 19 ) NULL )
    [java] [java] SQL: CREATE INDEX idx_pbsBusinesId ON projectedBusinessService ( businessId )
    [java] [java] SQL: CREATE INDEX idx_pbsServiceId ON projectedBusinessService ( serviceId )
    [java] [java] SQL: CREATE TABLE aclBagBS ( seqNum INTEGER AUTO INCREMENT , serviceId decimal ( 19 ) NOT NULL REFERENCES businessService ( serviceId ) ON DELETE CASCADE , userName varchar2 ( 255 ) NULL , groupName varchar2 ( 255 ) NULL , privilegeId decimal ( 19 ) NOT NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_aclBSuser ON aclBagBS ( serviceId , userName , privilegeId )
    [java] [java] SQL: CREATE INDEX idx_aclBSgroup ON aclBagBS ( serviceId , groupName , privilegeId )
    [java] [java] SQL: CREATE TABLE descriptionBS ( seqNum INTEGER AUTO INCREMENT , serviceId decimal ( 19 ) NOT NULL REFERENCES businessService ( serviceId ) ON DELETE CASCADE , description varchar2 ( 255 ) NULL , lang varchar2 ( 20 ) NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_descBSOwner ON descriptionBS ( serviceId )
    [java] [java] SQL: CREATE TABLE categoryBagBS ( seqNum INTEGER AUTO INCREMENT , serviceId decimal ( 19 ) NOT NULL REFERENCES businessService ( serviceId ) ON DELETE CASCADE , keyName varchar2 ( 255 ) NULL , keyValue varchar2 ( 255 ) NULL , keyValueLower varchar2 ( 255 ) NULL , keyValueOld varchar2 ( 41 ) NULL , keyValueTrNum number ( 25 , 6 ) NULL , keyValueTrString varchar2 ( 255 ) NULL , tModelKey varchar2 ( 255 ) NULL , tModelKeyLower varchar2 ( 255 ) NOT NULL , tModelKeyOld char ( 41 ) NOT NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_cbbsid ON categoryBagBS ( serviceId )
    [java] [java] SQL: CREATE INDEX idx_cbbsfind ON categoryBagBS ( tModelKeyLower , keyValue )
    [java] [java] SQL: CREATE INDEX idx_cbbsfindOld ON categoryBagBS ( tModelKeyOld , keyValue )
    [java] [java] SQL: CREATE INDEX idx_cbbsrqn ON categoryBagBS ( tModelKeyLower , keyValueTrNum )
    [java] [java] SQL: CREATE INDEX idx_cbbsrqnOld ON categoryBagBS ( tModelKeyOld , keyValueTrNum )
    [java] [java] SQL: CREATE INDEX idx_cbbsrqs ON categoryBagBS ( tModelKeyLower , keyValueTrString )
    [java] [java] SQL: CREATE INDEX idx_cbbsrqsOld ON categoryBagBS ( tModelKeyOld , keyValueTrString )
    [java] [java] SQL: CREATE TABLE keyedReferenceGroupBS ( groupId decimal ( 19 ) NOT NULL , serviceId decimal ( 19 ) NOT NULL REFERENCES businessService ( serviceId ) ON DELETE CASCADE , tModelKey varchar2 ( 255 ) NULL , tModelKeyLower varchar2 ( 255 ) NOT NULL , PRIMARY KEY ( groupId ) )
    [java] [java] SQL: CREATE INDEX idx_krgbsid ON keyedReferenceGroupBS ( serviceId )
    [java] [java] SQL: CREATE INDEX idx_krgbsfind ON keyedReferenceGroupBS ( tModelKeyLower )
    [java] [java] SQL: CREATE TABLE keyedReferenceBS ( seqNum INTEGER AUTO INCREMENT , groupId decimal ( 19 ) NOT NULL REFERENCES keyedReferenceGroupBS ( groupId ) ON DELETE CASCADE , tModelKey varchar2 ( 255 ) NOT NULL , tModelKeyLower varchar2 ( 255 ) NOT NULL , tModelKeyOld char ( 41 ) NOT NULL , keyValue varchar2 ( 255 ) NULL , keyValueLower varchar2 ( 255 ) NULL , keyValueOld varchar2 ( 41 ) NULL , keyValueTrNum number ( 25 , 6 ) NULL , keyValueTrString varchar2 ( 255 ) NULL , keyName varchar2 ( 255 ) NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_krbsid ON keyedReferenceBS ( groupId )
    [java] [java] SQL: CREATE INDEX idx_krbsfind ON keyedReferenceBS ( tModelKeyLower , keyValue )
    [java] [java] SQL: CREATE INDEX idx_krbsfindOld ON keyedReferenceBS ( tModelKeyOld , keyValue )
    [java] [java] SQL: CREATE INDEX idx_krbsrqn ON keyedReferenceBS ( tModelKeyLower , keyValueTrNum )
    [java] [java] SQL: CREATE INDEX idx_krbsrqs ON keyedReferenceBS ( tModelKeyLower , keyValueTrString )
    [java] [java] SQL: CREATE TABLE nameBS ( seqNum INTEGER AUTO INCREMENT , serviceId decimal ( 19 ) NOT NULL REFERENCES businessService ( serviceId ) ON DELETE CASCADE , nameText varchar2 ( 255 ) NOT NULL , nameTextLower varchar2 ( 255 ) NOT NULL , lang varchar2 ( 20 ) NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_nameBS ON nameBS ( serviceId )
    [java] [java] SQL: CREATE INDEX idx_nameBSfind ON nameBS ( nameText , lang )
    [java] [java] SQL: CREATE TABLE signatureBS ( seqNum INTEGER AUTO INCREMENT , serviceId decimal ( 19 ) NOT NULL REFERENCES businessService ( serviceId ) ON DELETE CASCADE , signature LONG VARBINARY NULL , created decimal ( 1 ) DEFAULT 0 NOT NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_sigBS ON signatureBS ( serviceId )
    [java] [java] SQL: CREATE TABLE bindingTemplate ( bindingId decimal ( 19 ) NOT NULL , serviceId decimal ( 19 ) NOT NULL REFERENCES businessService ( serviceId ) ON DELETE CASCADE , bindingKey varchar2 ( 255 ) NOT NULL , bindingKeyLower varchar2 ( 255 ) NOT NULL , bindingKeyOld char ( 36 ) NOT NULL , accessPointPart1 varchar2 ( 2048 ) NULL , accessPointPart2 varchar2 ( 2053 ) NULL , useType varchar2 ( 255 ) NULL , urlType varchar2 ( 16 ) NULL , hostingRedirector varchar2 ( 255 ) NULL , hostingRedirectorOld char ( 36 ) NULL , bindingPosition decimal ( 19 ) NULL , created decimal ( 19 ) NOT NULL , modified decimal ( 19 ) NOT NULL , modifiedIncluding decimal ( 19 ) NOT NULL , userName varchar2 ( 255 ) NOT NULL , nodeId varchar2 ( 255 ) NOT NULL , systemFlag decimal ( 10 ) DEFAULT 0 NOT NULL , deletedFlag decimal ( 10 ) DEFAULT 0 NOT NULL , publicFind decimal ( 1 ) DEFAULT 1 NOT NULL , publicGet decimal ( 1 ) DEFAULT 1 NOT NULL , PRIMARY KEY ( bindingId ) )
    [java] [java] SQL: CREATE INDEX idx_btBusinesId ON bindingTemplate ( serviceId )
    [java] [java] SQL: CREATE INDEX idx_btKeyLower ON bindingTemplate ( bindingKeyLower )
    [java] [java] SQL: CREATE INDEX idx_btKeyOld ON bindingTemplate ( bindingKeyOld )
    [java] [java] SQL: CREATE INDEX idx_btSortTime ON bindingTemplate ( modified )
    [java] [java] SQL: CREATE INDEX idx_btSystemFlag ON bindingTemplate ( systemFlag )
    [java] [java] SQL: CREATE INDEX idx_btDeletedFlag ON bindingTemplate ( deletedFlag )
    [java] [java] SQL: CREATE TABLE aclBagBT ( seqNum INTEGER AUTO INCREMENT , bindingId decimal ( 19 ) NOT NULL REFERENCES bindingTemplate ( bindingId ) ON DELETE CASCADE , userName varchar2 ( 255 ) NULL , groupName varchar2 ( 255 ) NULL , privilegeId decimal ( 19 ) NOT NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_aclBTuser ON aclBagBT ( bindingId , userName , privilegeId )
    [java] [java] SQL: CREATE INDEX idx_aclBTgroup ON aclBagBT ( bindingId , groupName , privilegeId )
    [java] [java] SQL: CREATE TABLE descriptionBT ( seqNum INTEGER AUTO INCREMENT , ownerId decimal ( 19 ) NOT NULL , subId decimal ( 10 ) NOT NULL , bindingId decimal ( 19 ) NOT NULL REFERENCES bindingTemplate ( bindingId ) ON DELETE CASCADE , description varchar2 ( 255 ) NULL , lang varchar2 ( 20 ) NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_descBTbinding ON descriptionBT ( bindingId )
    [java] [java] SQL: CREATE INDEX idx_descBTOwner ON descriptionBT ( ownerId )
    [java] [java] SQL: CREATE TABLE categoryBagBT ( seqNum INTEGER AUTO INCREMENT , bindingId decimal ( 19 ) NOT NULL REFERENCES bindingTemplate ( bindingId ) ON DELETE CASCADE , keyName varchar2 ( 255 ) NULL , keyValue varchar2 ( 255 ) NULL , keyValueLower varchar2 ( 255 ) NULL , keyValueOld varchar2 ( 41 ) NULL , keyValueTrNum number ( 25 , 6 ) NULL , keyValueTrString varchar2 ( 255 ) NULL , tModelKey varchar2 ( 255 ) NULL , tModelKeyLower varchar2 ( 255 ) NOT NULL , tModelKeyOld char ( 41 ) NOT NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_cbbtid ON categoryBagBT ( bindingId )
    [java] [java] SQL: CREATE INDEX idx_cbbtfind ON categoryBagBT ( tModelKeyLower , keyValue )
    [java] [java] SQL: CREATE INDEX idx_cbbtfindOld ON categoryBagBT ( tModelKeyOld , keyValue )
    [java] [java] SQL: CREATE INDEX idx_cbbtrqn ON categoryBagBT ( tModelKeyLower , keyValueTrNum )
    [java] [java] SQL: CREATE INDEX idx_cbbtrqnOld ON categoryBagBT ( tModelKeyOld , keyValueTrNum )
    [java] [java] SQL: CREATE INDEX idx_cbbtrqs ON categoryBagBT ( tModelKeyLower , keyValueTrString )
    [java] [java] SQL: CREATE INDEX idx_cbbtrqsOld ON categoryBagBT ( tModelKeyOld , keyValueTrString )
    [java] [java] SQL: CREATE TABLE keyedReferenceGroupBT ( groupId decimal ( 19 ) NOT NULL , bindingId decimal ( 19 ) NOT NULL REFERENCES bindingTemplate ( bindingId ) ON DELETE CASCADE , tModelKey varchar2 ( 255 ) NULL , tModelKeyLower varchar2 ( 255 ) NOT NULL , PRIMARY KEY ( groupId ) )
    [java] [java] SQL: CREATE INDEX idx_krgbtid ON keyedReferenceGroupBT ( bindingId )
    [java] [java] SQL: CREATE INDEX idx_krgbtfind ON keyedReferenceGroupBT ( tModelKeyLower )
    [java] [java] SQL: CREATE TABLE keyedReferenceBT ( seqNum INTEGER AUTO INCREMENT , groupId decimal ( 19 ) NOT NULL REFERENCES keyedReferenceGroupBT ( groupId ) ON DELETE CASCADE , tModelKey varchar2 ( 255 ) NOT NULL , tModelKeyLower varchar2 ( 255 ) NOT NULL , tModelKeyOld char ( 41 ) NOT NULL , keyValue varchar2 ( 255 ) NULL , keyValueLower varchar2 ( 255 ) NULL , keyValueOld varchar2 ( 41 ) NULL , keyValueTrNum number ( 25 , 6 ) NULL , keyValueTrString varchar2 ( 255 ) NULL , keyName varchar2 ( 255 ) NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_krbtid ON keyedReferenceBT ( groupId )
    [java] [java] SQL: CREATE INDEX idx_krbtfind ON keyedReferenceBT ( tModelKeyLower , keyValue )
    [java] [java] SQL: CREATE INDEX idx_krbtfindOld ON keyedReferenceBT ( tModelKeyOld , keyValue )
    [java] [java] SQL: CREATE INDEX idx_krbtrqn ON keyedReferenceBT ( tModelKeyLower , keyValueTrNum )
    [java] [java] SQL: CREATE INDEX idx_krbtrqs ON keyedReferenceBT ( tModelKeyLower , keyValueTrString )
    [java] [java] SQL: CREATE TABLE signatureBT ( seqNum INTEGER AUTO INCREMENT , bindingId decimal ( 19 ) NOT NULL REFERENCES bindingTemplate ( bindingId ) ON DELETE CASCADE , signature LONG VARBINARY NULL , created decimal ( 1 ) DEFAULT 0 NOT NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_sigBT ON signatureBT ( bindingId )
    [java] [java] SQL: CREATE TABLE tModelInstanceInfo ( instanceId decimal ( 19 ) NOT NULL , bindingId decimal ( 19 ) NOT NULL REFERENCES bindingTemplate ( bindingId ) ON DELETE CASCADE , serviceId decimal ( 19 ) NOT NULL , tModelKey varchar2 ( 255 ) NOT NULL , tModelKeyLower varchar2 ( 255 ) NOT NULL , tModelKeyOld char ( 41 ) NOT NULL , instanceParms LONG VARBINARY NULL , PRIMARY KEY ( instanceId ) )
    [java] [java] SQL: CREATE INDEX idx_TMIIOwner ON tModelInstanceInfo ( bindingId )
    [java] [java] SQL: CREATE INDEX idx_TMIIfind ON tModelInstanceInfo ( tModelKeyLower )
    [java] [java] SQL: CREATE INDEX idx_TMIIfind2 ON tModelInstanceInfo ( tModelKeyOld )
    [java] [java] SQL: CREATE TABLE overviewDocTMI ( overviewId decimal ( 19 ) NOT NULL , instanceId decimal ( 19 ) NOT NULL REFERENCES tModelInstanceInfo ( instanceId ) ON DELETE CASCADE , overviewURL LONG VARBINARY NULL , useType varchar2 ( 255 ) NULL , PRIMARY KEY ( overviewId ) )
    [java] [java] SQL: CREATE INDEX idx_TMIIdocOwner ON overviewDocTMI ( instanceId )
    [java] [java] SQL: CREATE TABLE publisherAssertion ( publisherAssertionId decimal ( 19 ) NOT NULL , fromId decimal ( 19 ) NOT NULL , toId decimal ( 19 ) NOT NULL , keyName varchar2 ( 255 ) NULL , keyValue varchar2 ( 255 ) NULL , keyValueLower varchar2 ( 255 ) NULL , tModelKey varchar2 ( 255 ) NULL , tModelKeyLower varchar2 ( 255 ) NULL , tModelKeyOld char ( 41 ) NULL , flag decimal ( 10 ) NOT NULL , created decimal ( 19 ) NOT NULL , modified decimal ( 19 ) NOT NULL , nodeId varchar2 ( 255 ) NULL , PRIMARY KEY ( publisherAssertionId ) )
    [java] [java] SQL: CREATE INDEX idx_PAfromId ON publisherAssertion ( fromId )
    [java] [java] SQL: CREATE INDEX idx_PAtoId ON publisherAssertion ( toId )
    [java] [java] SQL: CREATE INDEX idx_PAfind ON publisherAssertion ( tModelKeyLower , keyValue , keyName )
    [java] [java] SQL: CREATE INDEX idx_PAfindOld ON publisherAssertion ( tModelKeyOld , keyValue , keyName )
    [java] [java] SQL: CREATE TABLE signaturePA ( seqNum INTEGER AUTO INCREMENT , publisherAssertionId decimal ( 19 ) NOT NULL REFERENCES publisherAssertion ( publisherAssertionId ) ON DELETE CASCADE , signature LONG VARBINARY NULL , created decimal ( 1 ) DEFAULT 0 NOT NULL , PRIMARY KEY ( seqNum ) )
    [java] [java] SQL: CREATE INDEX idx_sigPA ON signaturePA ( publisherAssertionId )
    [java] [java] SQL: CREATE TABLE taxonomy ( id decimal ( 19 ) NOT NULL , tModelId decimal ( 19 ) NOT NULL REFERENCES tModel ( tModelId ) ON DELETE CASCADE , tModelKeyLower varchar2 ( 255 ) NOT NULL , keyName varchar2 ( 255 ) NULL , keyValue varchar2 ( 255 ) NULL , parentId decimal ( 19 ) NOT NULL , disabled decimal ( 10 ) DEFAULT 0 NOT NULL , idPath varchar2 ( 255 ) NOT NULL , PRIMARY KEY ( id ) )
    [java] [java] SQL: CREATE INDEX idx_taxonomy ON taxonomy ( tModelId , parentId )
    [java] [java] SQL: CREATE INDEX idx_taxonomyFind ON taxonomy ( keyValue , keyName )
    [java] [java] SQL: CREATE INDEX idx_taxonomyKey ON taxonomy ( tModelKeyLower )
    [java] [java] SQL: CREATE TABLE transferToken ( transferTokenId decimal ( 19 ) PRIMARY KEY , userName varchar2 ( 255 ) NOT NULL , nodeId varchar2 ( 255 ) NOT NULL , requestExpiration decimal ( 19 ) NOT NULL , opaqueToken varchar2 ( 255 ) NOT NULL )
    [java] [java] SQL: CREATE TABLE transferKeys ( transferTokenId decimal ( 19 ) NOT NULL REFERENCES transferToken ( transferTokenId ) ON DELETE CASCADE , itemKey varchar2 ( 255 ) NOT NULL , itemType char ( 1 ) NOT NULL )
    [java] [java] SQL: CREATE INDEX idx_transferKeys ON transferKeys ( transferTokenId )
    [java] [java] SQL: CREATE TABLE subscription ( subscriptionId decimal ( 19 ) NOT NULL , subscriptionKey varchar2 ( 255 ) NOT NULL , subscriptionKeyLower varchar2 ( 255 ) NOT NULL , userName varchar2 ( 255 ) NOT NULL , bindingKey varchar2 ( 255 ) NULL , expireAfter decimal ( 19 ) NULL , maxEntities decimal ( 10 ) NULL , notificationInterval varchar2 ( 64 ) NULL , isBrief decimal ( 1 ) NULL , lastNotification decimal ( 19 ) NULL , filter varchar2 ( 4000 ) NOT NULL , PRIMARY KEY ( subscriptionId ) , UNIQUE ( subscriptionKey ) )
    [java] [java] SQL: CREATE TABLE subscriptionBag ( subscriptionId decimal ( 19 ) NOT NULL REFERENCES subscription ( subscriptionId ) ON DELETE CASCADE , subscribedId decimal ( 19 ) NOT NULL , deletedTime decimal ( 19 ) NULL , subscribedKey varchar2 ( 255 ) NOT NULL , unique ( subscriptionId , subscribedId ) )
    [java] [java] SQL: CREATE INDEX idx_subscriptionBag ON subscriptionBag ( subscriptionId , subscribedId , deletedTime )
    [java] [java] SQL: CREATE TABLE sequences ( value decimal ( 19 ) )
    [java] [java] SQL: INSERT INTO sequences ( value ) VALUES ( 1 )
    [java] [java] SQL: CREATE GLOBAL TEMPORARY TABLE keyTemp ( threadId decimal ( 19 ) NOT NULL , id decimal ( 19 ) NULL , ownerId decimal ( 19 ) NULL , entityKey varchar2 ( 255 ) NULL , type decimal ( 10 ) NULL , orderId decimal ( 10 ) NULL , sortName varchar2 ( 255 ) , sortTime decimal ( 13 ) )
    [java] [java] SQL: CREATE TABLE approvalManagement ( approver varchar2 ( 255 ) NOT NULL , approverIsUser char ( 1 ) DEFAULT 'y' , requestor varchar2 ( 255 ) NOT NULL , requestorIsUser char ( 1 ) DEFAULT 'y' )
    [java] [java] SQL: CREATE TABLE approver ( name varchar2 ( 255 ) NOT NULL , isUser char ( 1 ) DEFAULT 'y' )
    [java] [java] SQL: CREATE TABLE approvalRequest ( requestKey varchar2 ( 255 ) PRIMARY KEY , name varchar2 ( 255 ) NOT NULL , requestorName varchar2 ( 255 ) NOT NULL , status varchar2 ( 14 ) NOT NULL , time decimal ( 19 ) NOT NULL , description varchar2 ( 255 ) )
    [java] [java] SQL: CREATE INDEX idx_arfr ON approvalRequest ( requestKey , status )
    [java] [java] SQL: CREATE TABLE approvalKey ( requestKey varchar2 ( 255 ) NOT NULL REFERENCES approvalRequest ( requestKey ) ON DELETE CASCADE , entityId decimal ( 19 ) NOT NULL , type varchar2 ( 2 ) NOT NULL , mark char ( 1 ) NOT NULL )
    [java] [java] SQL: CREATE TABLE approvalRequestRecord ( requestKey varchar2 ( 255 ) NOT NULL REFERENCES approvalRequest ( requestKey ) ON DELETE CASCADE , userName varchar2 ( 255 ) NOT NULL , action varchar2 ( 14 ) NOT NULL , time decimal ( 19 ) NOT NULL , message varchar2 ( 4000 ) )
    [java] [java] SQL: CREATE TABLE tModelCache ( tModelId decimal ( 19 ) NOT NULL REFERENCES tModel ( tModelId ) ON DELETE CASCADE , pageId decimal ( 10 ) NOT NULL , object LONG VARBINARY )
    [java] [java] SQL: CREATE INDEX idx_tModelCache ON tModelCache ( tModelId )
    [java] [java] SQL: CREATE TABLE businessCache ( businessId decimal ( 19 ) NOT NULL REFERENCES businessEntity ( businessId ) ON DELETE CASCADE , pageId decimal ( 10 ) NOT NULL , object LONG VARBINARY )
    [java] [java] SQL: CREATE INDEX idx_businessCache ON businessCache ( businessId )
    [java] [java] SQL: CREATE TABLE serviceCache ( serviceId decimal ( 19 ) NOT NULL REFERENCES businessService ( serviceId ) ON DELETE CASCADE , pageId decimal ( 10 ) NOT NULL , object LONG VARBINARY )
    [java] [java] SQL: CREATE INDEX idx_serviceCache ON serviceCache ( serviceId )
    [java] [java] SQL: CREATE TABLE bindingCache ( bindingId decimal ( 19 ) NOT NULL REFERENCES bindingTemplate ( bindingId ) ON DELETE CASCADE , pageId decimal ( 10 ) NOT NULL , object LONG VARBINARY )
    [java] [java] SQL: CREATE INDEX idx_bindingCache ON bindingCache ( bindingId )
    [java] install:
    [java] uddi.class.path.jars_zips:
    [java] olite.data:
    [java] changeDBParams:
    [java] [style] Processing E:\oracle\registry_10_1_3\etc\db\data\operationalBE.xml to E:\oracle\registry_10_1_3\etc\db\data\operationalBE.xml.new
    [java] [style] Loading stylesheet E:\oracle\registry_10_1_3\etc\bin\operationalBE.xsl
    [java] [move] Moving 1 files to E:\oracle\registry_10_1_3\etc\db\data
    [java] [copy] Copying 1 file to E:\oracle\registry_10_1_3\app\uddi\conf
    [java] [style] Processing E:\oracle\registry_10_1_3\app\uddi\conf\tmp.xml to E:\oracle\registry_10_1_3\app\uddi\conf\database.xml
    [java] [style] Loading stylesheet E:\oracle\registry_10_1_3\etc\bin\database.xsl
    [java] [delete] Deleting: E:\oracle\registry_10_1_3\app\uddi\conf\tmp.xml
    [java] [delete] Deleting: E:\oracle\registry_10_1_3\etc\db.properties
    [java] importData:
    [java] [echo] Importing system data ...
    [java] importGroup:
    [java] [echo] e:\oracle\registry_10_1_3/etc/db/data/groups.xml
    [java] importFile:
    [java] [echo] e:\oracle\registry_10_1_3/etc/db/data/taxonomyTModels.xml
    [java] importFile:
    [java] [echo] e:\oracle\registry_10_1_3/etc/db/data/taxonomiesWithKeysAsValues.xml
    [java] importFile:
    [java] [echo] e:\oracle\registry_10_1_3/etc/db/data/utilityV2TModels.xml
    [java] importFile:
    [java] [echo] e:\oracle\registry_10_1_3/etc/db/data/utilityTModels.xml
    [java] importFile:
    [java] [echo] e:\oracle\registry_10_1_3/etc/db/data/wsdlCanonicalTModels.xml
    [java] importFile:
    [java] [echo] e:\oracle\registry_10_1_3/etc/db/data/systinetTModels.xml
    [java] importFile:
    [java] [echo] e:\oracle\registry_10_1_3/etc/db/data/wsrpTModels.xml
    [java] importFile:
    [java] [echo] e:\oracle\registry_10_1_3/etc/db/data/oracleTModels.xml
    [java] importOperationalTM:
    [java] importFile:
    [java] [echo] e:\oracle\registry_10_1_3/etc/db/data/operationalTM.xml
    [java] importOperationalBE:
    [java] importFile:
    [java] [echo] e:\oracle\registry_10_1_3/etc/db/data/operationalBE.xml
    [java] importOperationalBS:
    [java] importFile:
    [java] [echo] e:\oracle\registry_10_1_3/etc/db/data/operationalBS.xml
    [java] importFile:
    [java] [echo] e:\oracle\registry_10_1_3/etc/db/data/comparators.xml
    [java] importTaxonomy:
    [java] [echo] e:\oracle\registry_10_1_3/etc/db/data/taxonomy/ebxml-org_specifications.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/microsoft-com_geoweb-2000.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/ntis-gov_naics_1997.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/ntis-gov_sic_1997.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_taxonomySystem.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_acl.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_acl_create-allowed.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_acl_create-denied.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_acl_delete-allowed.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_acl_delete-denied.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_acl_find-allowed.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_acl_find-denied.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_acl_get-allowed.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_acl_get-denied.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_acl_save-allowed.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_acl_save-denied.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_taxonomyCompatibility.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_comparator.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_isTransformedBy.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_isOrderedBy.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_xml_local-name.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/uddi-org-ubr-naics02.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/uddi-org-ubr-postal_address.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/uddi-org-ubr-dnb-com-duns.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/uddi-org-ubr-iso-ch-1984-icd.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/uddi-org-ubr-categorization-iso3166.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/uddi-org-ubr-thomasregister-com-supplierid.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/uddi-org_entityKeyValues.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/uddi-org_general_keywords.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/uddi-org_isReplacedBy.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/uddi-org_nodes.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/uddi-org_owningBusiness.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/uddi-org_resource_reference.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/uddi-org_resource_type.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/uddi-org_types.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/uddi-org_validatedBy.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/uddi.org_wsdl_types.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/unspsc-org_unspsc-3_1.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/uddi-org_wsdl_portTypeReference.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/uddi-org_wsdl_categorization_protocol.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/uddi-org_wsdl_categorization_transport.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_dependency.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_resource_location.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_xml_local-name.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_xml_schema_location.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_transformation_output-method.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/ws-i-org_conformsTo_2002_12.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_endpoint_status.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_endpoint_availability.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_interface_status.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_service_certification.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_usage.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_version.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_milestone.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_release-date.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/uddi-oasis-open_org-wsrp-service_type.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/uddi-oasis-open_org_wsrp_producer_service_reference.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/uddi-oasis-open_org-wsrp-portlet_handle.xml
    [java] importTaxonomy:
    [java] [echo] e:\oracle\registry_10_1_3/etc/db/data/taxonomy/unspsc-org_unspsc.xml
    [java] importTaxonomy:
    [java] [echo] e:\oracle\registry_10_1_3/etc/db/data/taxonomy/uddi-org-ubr-unspsc_v6_0501.xml
    [java] importTaxonomy:
    [java] [echo] e:\oracle\registry_10_1_3/etc/db/data/taxonomy/schemas-xmlsoap-org_ws_2003_03_localpolicyreference.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/schemas-xmlsoap-org_ws_2003_03_policytypes.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/schemas-xmlsoap-org_ws_2003_03_remotepolicyreference.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_management_metrics_avg-byte.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_management_metrics_avg-byte-input.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_management_metrics_avg-byte-output.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_management_metrics_avg-message-throughput.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_management_metrics_avg-response-time.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_management_metrics_errors.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_management_metrics_hits.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_management_metrics_policy-violations.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_management_metrics_median-byte.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_management_metrics_median-byte-input.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_management_metrics_median-byte-output.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_management_metrics_median-response-time.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_management_metrics_reference.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_management_proxy-reference.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_management_server-reference.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_management_state.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_management_state-change-request.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_management_system.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_management_type.xml, e:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_management_url.xml
    [java] importOtherTModels:
    [java] importFile:
    [java] [echo] e:\oracle\registry_10_1_3/etc/db/data/otherTModels.xml
    [java] importFile:
    [java] [echo] e:\oracle\registry_10_1_3/etc/db/data/ubrTModels.xml
    [java] importFile:
    [java] [echo] e:\oracle\registry_10_1_3/etc/db/data/ebXmlTModels.xml
    [java] importDemo.no:
    [java] checkApproval:
    [java] importApproval:
    [java] install:
    [java] database.props:
    [java] database.library1:
    [java] database.library2:
    [java] changeports.database:
    [java] db.installDatasourceSetup:
    [java] db.addDatasourceXml.yes:
    [java] database.driver.props:
    [java] olite.driver:
    [java] [echo] Copying JDBC driver e:\oracle\registry_10_1_3/app/uddi/services/WASP-INF/lib/olite40.jar to application server
    [java] other.driver:
    [java] db.copyDatasourceDriverSetup.yes:
    [java] database.driver.props:
    [java] db.updateDatasourceLibrariesSetup.yes:
    [java] database.driver.props:
    [java] db.updateDatasourceLibrariesSetup.yes:
    [java] BUILD SUCCESSFUL
    [java] Total time: 16 minutes 32 seconds
    [java] Buildfile: e:\oracle\registry_10_1_3\etc\setup\porting.xml
    [java] props:
    [java] props2:
    [java] Overriding previous definition of reference to uddi.tool.classpath
    [java] port:
    [java] port.oraclefull.shared.no:
    [java] oracle.condition:
    [java] oracle:
    [java] oraclefull.condition:
    [java] oraclefull:
    [java] oracle1012.condition:
    [java] oracle1012:
    [java] oracle1012full.condition:
    [java] oracle1012full:
    [java] make_ear:
    [java] run-build:
    [java] server-portation:
    [java] http-port-eval-set:
    [java] http-port-eval-not-set:
    [java] http-port-eval:
    [java] https-port-eval-set:
    [java] https-port-eval-not-set:
    [java] https-port-eval:
    [java] wasp-url-eval:
    [java] eval-demos-env:
    [java] modify-demos:
    [java] self-containing-eval:
    [java] http-port-eval-set:
    [java] http-port-eval-not-set:
    [java] http-port-eval:
    [java] https-port-eval-set:
    [java] https-port-eval-not-set:
    [java] https-port-eval:
    [java] init:
    [java] make_ear:
    [java] [echo] Prepare the build directory...
    [java] clean:
    [java] prepare-build-dir:
    [java] [mkdir] Created dir: E:\oracle\registry_10_1_3\conf\porting\oracle\build\_hd_tmp
    [java] post-prepare-build-dir1:
    [java] post-prepare-build-dir2:
    [java] [copy] Copying 1 file to E:\oracle\registry_10_1_3\conf\porting\oracle\build\wasp_servlet\META-INF
    [java] [copy] Copying 1 file to E:\oracle\registry_10_1_3\conf\porting\oracle\build\wasp_servlet\META-INF
    [java] post-prepare-build-dir3:
    [java] post-prepare-build-dir4:
    [java] post-prepare-build-dir:
    [java] [copy] Copying 1 file to E:\oracle\registry_10_1_3\conf\porting\oracle\build\wasp_servlet\META-INF
    [java] db.createDatasourceXml.yes:
    [java] olite.connection.props:
    [java] db.createDatasourceXml.internal:
    [java] [style] Processing E:\oracle\registry_10_1_3\conf\porting\data-sources.xml to E:\oracle\registry_10_1_3\conf\porting\oracle\build\wasp_servlet\META-INF\data-sources.xml
    [java] [style] Loading stylesheet E:\oracle\registry_10_1_3\conf\porting\dataSource.xsl
    [java] [mkdir] Created dir: E:\oracle\registry_10_1_3\conf\porting\oracle\build\wasp_servlet\lib
    [java] database.driver.props:
    [java] olite.driver:
    [java] [echo] Copying JDBC driver e:\oracle\registry_10_1_3/app/uddi/services/WASP-INF/lib/olite40.jar to application server
    [java] other.driver:
    [java] db.copyDatasourceDriver.yes:
    [java] database.driver.props:
    [java] db.updateDatasourceLibraries.other:
    [java] db.updateDatasourceLibraries.olite:
    [java] [copy] Copying 1 file to E:\oracle\registry_10_1_3\conf\porting\oracle\build\wasp_servlet\META-INF
    [java] [style] Processing E:\oracle\registry_10_1_3\conf\porting\oracle\build\wasp_servlet\META-INF\orion-application.xml.tmp to E:\oracle\registry_10_1_3\conf\porting\oracle\build\wasp_servlet\META-INF\orion-application.xml
    [java] [style] Loading stylesheet E:\oracle\registry_10_1_3\conf\porting\orionApplication.xsl
    [java] [delete] Deleting: E:\oracle\registry_10_1_3\conf\porting\oracle\build\wasp_servlet\META-INF\orion-application.xml.tmp
    [java] db.updateDatasourceLibraries.yes:
    [java] [echo] Create 'env.properties' demo settings file...
    [java] copy-demo-env-properties-file.oracle:
    [java] copy-demo-env-properties-file.oracle.https.yes:
    [java] [copy] Copying 1 file to E:\oracle\registry_10_1_3\conf\porting\oracle\build
    [java] replace-demo-env-properties:
    [java] [copy] Copying 1 file to E:\oracle\registry_10_1_3\demos
    [java] copy-demo-env-properties-file.oraclefull:
    [java] [echo] Create the Service Registry configuration file oracle-servletconf.xml...
    [java] prepare-config-file:
    [java] [style] DEPRECATED - the style attribute should be relative to the project's
    [java] [style] basedir, not the tasks's basedir.
    [java] [style] Processing E:\oracle\registry_10_1_3\conf\serverconf.xml to E:\oracle\registry_10_1_3\conf\oracle-servletcon

  • Calling Oracle BPM Process Web Service from Oracle Service Bus

    Hi
    I am using Oracle Service Bus 10gR3.
    I have developed simple BPM process through Oracle BPM studio 10.3.1.0.I then followed steps below
    1. Create a Process.
    2. Expose the Process as a Web Service.
    3. Run the project. This starts the Process Execution Engine.
    4. Create an ALSB External Resource of type Management Host.
    5. Create a second ALSB External Resource for registration.
    6. Register the End Point
    Until this point everything is fine. Then I created one project through Oracle Service Bus console. Under that created WSDL, Proxy Service and Business Service Folders. I am using the web service created through BPM studio as teh Business Service in SB . I then created one proxy service to route the request to the Business Service.
    Finally when I try to test the Proxy Service by launching test console, I get the
    <con:fault xmlns:con="http://www.bea.com/wli/sb/context">
    <con:errorCode>BEA-380001</con:errorCode>
    <con:reason>INTERNAL SERVER ERROR</con:reason>
    <con:location>
    <con:node>RouteNode1</con:node>
    <con:path>response-pipeline</con:path>
    </con:location>
    </con:fault>
    I also tried to debug through "Oracle Workshop for WebLogic Version 10.3 " . But I am not getting enough details as to why this is failing.
    Please help me . Thanks In advance.
    Thanks
    Nilay
    Edited by: user8950019 on Feb 1, 2010 4:11 AM

    Hi,
    When im calling wsdl created when BPM exposed as webservice in SOAP-ui, i first hit the startSession
    Request is:-
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:exp="http://bea.com/albpm/ExpenseManagement/ExpenseReport">
    <soapenv:Header/>
    <soapenv:Body>
    <exp:startSession>
    <password>Employee</password>
    <user>Employee</user>
    </exp:startSession>
    </soapenv:Body>
    </soapenv:Envelope>
    Response i Get is:-
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
    <ns1:startSessionResponse xmlns:ns1="http://bea.com/albpm/ExpenseManagement/ExpenseReport">
    <return>3782hecq1s85h</return>
    </ns1:startSessionResponse>
    </soapenv:Body>
    </soapenv:Envelope
    but when i put this sessionId in main request:-
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:exp="http://bea.com/albpm/ExpenseManagement/ExpenseReport">
    <soapenv:Header/>
    <soapenv:Body>
    <exp:expenseReport>
    <sessionId>3782hecq1s85h</sessionId>
    <reportArg>
    <!--Optional:-->
    <comments>yes</comments>
    <!--Optional:-->
    <costCenter>jaa</costCenter>
    <!--Optional:-->
    <description>aa</description>
    <!--Optional:-->
    <isApproved>y</isApproved>
    <!--Zero or more repetitions:-->
    <items>
    <!--Optional:-->
    <elements>
    <!--Optional:-->
    <amount>700</amount>
    <!--Optional:-->
    <date>?</date>
    <!--Optional:-->
    <description>?</description>
    <!--Optional:-->
    <receiptChecked>?</receiptChecked>
    </elements>
    </items>
    <!--Optional:-->
    <reviewedBy>?</reviewedBy>
    <!--Optional:-->
    <submitDate>?</submitDate>
    <!--Optional:-->
    <submittedBy>?</submittedBy>
    <!--Optional:-->
    <total>?</total>
    </reportArg>
    </exp:expenseReport>
    </soapenv:Body>
    </soapenv:Envelope>
    Response coming is :-
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
    <soapenv:Fault>
    <faultcode>soapenv:Server.userException</faultcode>
    <faultstring>fuego.lang.ComponentExecutionException: The method 'expenseReport' from class 'xobject.ExpenseReportWebServiceImpl.ExpenseReportServiceInternalAlbpmListenerImpl' could not be successfully executed.</faultstring>
    <detail>
    <ns1:stackTrace xmlns:ns1="http://xml.apache.org/axis/">fuego.lang.ComponentExecutionException: The method 'expenseReport' from class 'xobject.ExpenseReportWebServiceImpl.ExpenseReportServiceInternalAlbpmListenerImpl' could not be successfully executed.
         at fuego.lang.Invokeable.invokeImpl(Invokeable.java:244)
         at fuego.lang.Invokeable.invokeDynamic(Invokeable.java:188)
         at fuego.lang.Invokeable.invoke(Invokeable.java:160)
         at fuego.soaptype.SoapListener.invokeDynamic(SoapListener.java:104)
         at fuego.lang.Invokeable.invoke(Invokeable.java:160)
         at fuego.fengine.FEngineWebServiceExecutor$2.execute(FEngineWebServiceExecutor.java:133)
         at fuego.server.execution.DefaultEngineExecution$AtomicExecutionTA.runTransaction(DefaultEngineExecution.java:304)
         at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:470)
         at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:551)
         at fuego.transaction.TransactionAction.start(TransactionAction.java:212)
         at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:123)
         at fuego.server.execution.EngineExecution.executeImmediate(EngineExecution.java:66)
         at fuego.fengine.FEngineWebServiceExecutor$1.run(FEngineWebServiceExecutor.java:65)
         at fuego.component.Message.process(Message.java:576)
         at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:780)
         at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:755)
         at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:142)
         at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:134)
         at fuego.fengine.FEngineProcessBean.processBatch(FEngineProcessBean.java:244)
         at fuego.fengine.FEngineWebServiceExecutor$WebServiceExecutorPrincipal.processBatch(FEngineWebServiceExecutor.java:168)
         at fuego.component.ExecutionThread.work(ExecutionThread.java:839)
         at fuego.component.ExecutionThread.run(ExecutionThread.java:408)
    Caused by: java.lang.RuntimeException: java.lang.NumberFormatException: For input string: "jaa"
         at xobject.ExpenseReportWebServiceImpl.ExpenseReportServiceInternalAlbpmListenerImpl.expenseReport(ExpenseReportServiceInternalAlbpmListenerImpl.xcdl:36)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at fuego.lang.JavaClass.invokeMethod(JavaClass.java:1410)
         at fuego.lang.JavaObject.invoke(JavaObject.java:227)
         at fuego.lang.Invokeable.invokeImpl(Invokeable.java:234)
         ... 21 more
    Caused by: java.lang.NumberFormatException: For input string: "jaa"
         at java.lang.NumberFormatException.forInputString(Unknown Source)
         at java.lang.Integer.parseInt(Unknown Source)
         at java.lang.Integer.valueOf(Unknown Source)
         at fuego.util.Conversion.tojava_lang_Integer(Conversion.java:934)
         at fuego.xobject.runtime.ConversionUtilities.fromString(ConversionUtilities.java:56)
         at fuegoblock.xml.XmlElementDeserializer.deserializeElement(XmlElementDeserializer.java:175)
         at fuegoblock.xml.XmlElementDeserializer.deserialize(XmlElementDeserializer.java:81)
         at fuegoblock.xml.DynamicXml.createObjectFrom(DynamicXml.java:160)
         at fuegoblock.xml.DynamicXml.createObjectFrom(DynamicXml.java:119)
         at xobject.ExpenseReportWebServiceImpl.ExpenseReportServiceInternalAlbpmListenerImpl.expenseReport(ExpenseReportServiceInternalAlbpmListenerImpl.xcdl:17)
         ... 28 more</ns1:stackTrace>
    <ns2:hostname xmlns:ns2="http://xml.apache.org/axis/">D-113014550</ns2:hostname>
    </detail>
    </soapenv:Fault>
    </soapenv:Body>
    </soapenv:Envelope>
    can anyone explain why this error is coming.?
    Edited by: user8937128 on May 19, 2010 6:58 AM

Maybe you are looking for