Import schema works partially

I am new to jdeveloper/bpel (v. 10.1.3.4) and am trying to import a schema from *[http://www.openapplications.org/oagis/9]*. The entire oagis schema (about 1GB) has been downloaded to my hard drive (is this necessary or can a url be used).
I create a new synchronous bpel project with the wizard and on the second screen, jdeveloper prompts for input and output schema elements. The files that were downloaded from openapplications have a standalone folder with the xsd file that I want for input - GetSupplierPartyMaster.xsd. I can import it and select the proper schema that is needed (by the way, these xsd files contain several imports of imports).
Then I do the output schema which is ShowSupplierPartyMaster.xsd but when it is imported jdeveloper shows an error saying it cannot build schema_. However, if this file is done first (before the input), there is no schema error. It's almost like there is a clash because of duplicates on the importing stuff.
I've tried importing the url http://www.openapplications/oagis/9 which doesn't work and tried importing their wsdl that is included without luck because it doesn't show all the functions.
The error is Exception: Problem building schema in the structure window. This error is in the Log Messages:
Can not build schema 'http://www.openapplications.org/oagis/9' located at 'file:/H:/My_Work/Application1/BPELProcess3/Nouns/SupplierPartyMaster.xsd'
Invalid reference: 'http://www.openapplications.org/oagis/9:SupplierPartyMaster'
java.lang.Exception: Can not build schema 'http://www.openapplications.org/oagis/9' located at 'file:/H:/My_Work/Application1/BPELProcess3/Nouns/SupplierPartyMaster.xsd'
Invalid reference: 'http://www.openapplications.org/oagis/9:SupplierPartyMaster'
I'm sure this is probably fairly easy if I know which method to use or which button to press.
Thanks,
Edited by: user2485492 on Aug 19, 2009 9:11 AM

This issue has been resolved by placing the a "nouns" folder in the filesystem under the bpel project folder and adding SupplierPartyMaster.xsd in the nouns folder.

Similar Messages

  • Import Mail working partially

    I've browsed through an enormous amount of these posts looking for my issue but have only found partial fixes. (One of the previous questions solved an unrelated issue, so that was a relief). But here is the current problem.
    After getting my PowerBook back from AppleCare (new hard drive), I began to start moving all of my previously-backed-up data onto the laptop. iCal, Address Book, iLife apps, all that was going well. But Mail is giving me trouble.
    I was able to import most of my mail that was backed up, but some of it refuses to come back. From looking at the folder of messages, there should be hundreds and hundreds of emails getting imported from two specific and important folders (Inbox & Sent). However, only 14 emails are being imported total. The .mbox file extension is correct (it is a POP email account that only stores files for a temporary time on the server, so the rest of these that I have must be manually input) but most of these emails are nowhere to be found.
    If anyone has ideas or suggestions, I would really appreciate it.
    PowerBook G4 12 1.5GHz   Mac OS X (10.4.4)  

    I can't answer, but have had the same problem. In my case, it was a mailbox that I inadvertently deleted and pulled out of a backup, so there shouldn't have been any data corruption. I only mention this because some people may write off your problem as corruption in the rescued data, but my mailbox also was supposedly placed into an Import folder, which doesn't actually exist anywhere that I can find. (Even in the ~/Library/Mail/ folder anywhere.)

  • Error while import schema in HANA DB

    Hi...
    I am trying to perform an export-import of a HANA DB user instance at schema level including all objects (in my case tables and synonyms) and data.
    Export and Import works very well except importing a schema which contains a synonym referred to other existing schema .
    Here is a test case
    - Schema A with a Table and Schema B to contain a synonym for schema A's table.
    - Exported both schemas to CSV which is done successfully and everything looked ok in export location.
    - Imported Schema A and then Schema B with the following command.
    Command:
    IMPORT "<bkup_schema>"."*" FROM '<bkp_location>' WITH RENAME SCHEMA <bkup_schema> TO <brand_new_schema>;
    The schema A (with table) imported fine.  Schema B (with synonym) gives the below error :
    "SAP DBTech JDBC: [2048]: column store error: table import failed:  [2003] An index already exists with the same name "
    When trying to use "REPLACE" clause in the command the error changes as below:
    SAP DBTech JDBC: [2048]: column store error: table import failed:  [30117] Binary import failed (cannot execute drop statement)
    Has anybody faced this type of error before??

    Folks, I am running into the same issue. What I figure out was the following:
    1) I turn off the autocommit
    2) I run the import for the first time
    import "<SCHEMA_NAME>"."*" as binary from '<location>' with replace;
    rollback;
    3) I get the error as described
    SAP DBTech JDBC: [2048]: column store error: table import failed:  [30117] Binary import failed (cannot execute drop statement)
    4) I run this import once again and commit and surprisingly the error is gone and the import is successful.
    import "<SCHEMA_NAME>"."*" as binary from '<location>' with replace;
    commit;

  • Random Bingads WSDL errors: Parsing WSDL: Couldn't load from...failed to load external entity, Could not connect to host, Parsing Schema: can't import schema from

    Hi,
    I am developing a web tool that accesses client's Bingads accounts via OAUTH2 granting. I am downloading data from clients daily.
    Generally it worked, but for 2 days I am experiencing a weird issue, that in random times (but more and more often though) I receive random error messages from Bing server. I am pasting below a few example from my logs (with timestamp and request/response).
    Must note that I launch these requests from the server where we have the webapp but also I launch it locally. The same is the result.
    The timestamp is in France time (GMT+1).
    Thanks ahead!
    Best regards,
    Steve
    2015-01-14 15:08:05: Service\BingAds::initService => SOAP-ERROR: Parsing Schema: can't import schema from 'https://reporting.api.bingads.microsoft.com/Api/Advertiser/Reporting/V9/ReportingService.svc?xsd=xsd0'
    ---------Soap Request:--------------------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v9"><SOAP-ENV:Header><ns1:CustomerAccountId>XXX</ns1:CustomerAccountId><ns1:CustomerId/><ns1:DeveloperToken>XXX</ns1:DeveloperToken><ns1:UserName/><ns1:Password/><ns1:AuthenticationToken>XXX</ns1:AuthenticationToken></SOAP-ENV:Header><SOAP-ENV:Body><ns1:GetDetailedBulkDownloadStatusRequest><ns1:RequestId>108277125</ns1:RequestId></ns1:GetDetailedBulkDownloadStatusRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
    ---------Response:------------------------------------------------
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:TrackingId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9">XXXXX</h:TrackingId></s:Header><s:Body><GetDetailedBulkDownloadStatusResponse
    xmlns="https://bingads.microsoft.com/CampaignManagement/v9"><Errors i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/><ForwardCompatibilityMap xmlns:a="http://schemas.datacontract.org/2004/07/System.Collections.Generic"
    xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/><PercentComplete>100</PercentComplete><RequestStatus>Completed</RequestStatus><ResultFileUrl>https://download.api.bingads.microsoft.com/ReportDownload/Download.aspx?q=XXX</ResultFileUrl></GetDetailedBulkDownloadStatusResponse></s:Body></s:Envelope>
    2015-01-15 05:41:39: Service\BingAds::getCampaigns => SoapFault: Could not connect to host
    ---------Soap Request:--------------------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v9"><SOAP-ENV:Header><ns1:CustomerAccountId>XXX</ns1:CustomerAccountId><ns1:CustomerId/><ns1:DeveloperToken>XXX</ns1:DeveloperToken><ns1:UserName/><ns1:Password/><ns1:AuthenticationToken>XXX</ns1:AuthenticationToken></SOAP-ENV:Header><SOAP-ENV:Body><ns1:GetCampaignsByAccountIdRequest><ns1:AccountId>XXX</ns1:AccountId></ns1:GetCampaignsByAccountIdRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
    ---------Response:------------------------------------------------
    (empty response logged)
    2015-01-15 05:45:00: Service\BingAds::initService => SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v9/CampaignManagementService.svc?singleWsdl' : failed to load external entity "https://api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v9/CampaignManagementService.svc?singleWsdl"
    2015-01-15 11:58:46: Service\BingAds::getCampaigns =>
    ---------Soap Fault:--------------------------------------------
    SoapFault catched:
    Could not connect to host
    ---------Soap Request:--------------------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v9"><SOAP-ENV:Header><ns1:CustomerAccountId>XXXX</ns1:CustomerAccountId><ns1:CustomerId/><ns1:DeveloperToken>XXXX</ns1:DeveloperToken><ns1:UserName/><ns1:Password/><ns1:AuthenticationToken>XXX</ns1:AuthenticationToken></SOAP-ENV:Header><SOAP-ENV:Body><ns1:GetCampaignsByAccountIdRequest><ns1:AccountId>XXXX</ns1:AccountId></ns1:GetCampaignsByAccountIdRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
    ---------Response:------------------------------------------------
    (empty response logged)
    2015-01-15 11:59:50: Service\BingAds::initService =>
    ---------Soap Fault:--------------------------------------------
    SoapFault catched:
    SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v9/CampaignManagementService.svc?singleWsdl' : failed to load external entity "https://api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v9/CampaignManagementService.svc?singleWsdl"
    ---------Soap Request:--------------------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v9"><SOAP-ENV:Header><ns1:CustomerAccountId>XXX</ns1:CustomerAccountId><ns1:CustomerId/><ns1:DeveloperToken>XXXXX</ns1:DeveloperToken><ns1:UserName/><ns1:Password/><ns1:AuthenticationToken>XXXX</ns1:AuthenticationToken></SOAP-ENV:Header><SOAP-ENV:Body><ns1:GetCampaignsByAccountIdRequest><ns1:AccountId>XXX</ns1:AccountId></ns1:GetCampaignsByAccountIdRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
    ---------Response:------------------------------------------------
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:TrackingId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9">XXXXX</h:TrackingId></s:Header><s:Body><GetCampaignsByAccountIdResponse
    xmlns="https://bingads.microsoft.com/CampaignManagement/v9"><Campaigns xmlns:i="http://www.w3.org/2001/XMLSchema-instance"></Campaign>........</Campaigns></GetCampaignsByAccountIdResponse></s:Body></s:Envelope>
    2015-01-15 12:05:55: Service\BingAds::getCampaigns =>
    ---------Soap Fault:--------------------------------------------
    SoapFault catched:
    Could not connect to host
    ---------Soap Request:--------------------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v9"><SOAP-ENV:Header><ns1:CustomerAccountId>XXXXX</ns1:CustomerAccountId><ns1:CustomerId/><ns1:DeveloperToken>XXXXX</ns1:DeveloperToken><ns1:UserName/><ns1:Password/><ns1:AuthenticationToken>XXXXXX</ns1:AuthenticationToken></SOAP-ENV:Header><SOAP-ENV:Body><ns1:GetCampaignsByAccountIdRequest><ns1:AccountId>XXXXX</ns1:AccountId></ns1:GetCampaignsByAccountIdRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
    ---------Response:------------------------------------------------
    (empty response logged)

    Hi,
    1. I am using the older version of the PHP library provided by Bing (updated on 1/20/2014), so that is doing the WSDL loadings. I initialize the proxy calling OpticoBingAdsClientProxy providing what it needs, and then do the requests.
    2. I have a cron that reads data from client's accounts. I make several calls, like get search query report, get keyword performance report, get keyword bulk data. As the script progressed the first 2 worked and the third gave error. Or in other cases the
    first request failed. The calls have quite some time in between them since I process data (sometimes even 160 seconds)
    3. I did not change the code ion terms of requests, since as I said I use the PHP library (same credentials, ...).
    As of today (2015-01-16 10:30 GMT + 2) running my script, still have the same issues.
    Thank you!
    Steve

  • ExportI/Import Actual Work for each resourse day by day

    Hi all,
    this is my first post and I'm trying to export some data by Microsoft Project Project Professional 2010 32bit (version 14.0.7140.5002).
    I need your help in order to solve this issues :
    (Priority 1) export actual work for each resource of my Project in the following format:
           DAY;Resource Name;Summary Task Name; Task Name; hours
    (Priority 2) Import actual work for each resource inmy Project in the following format:
           DAY;Resource Name;Summary Task Name(if needed); Task Name; hours
    I'm searching into forum but I'm not clear what is the correct object to use.
    Thanks a lot for your help.
    Alberto

    In primis thanks a lot for your answer.
    I want create a macro VBA and add a "botton" on task bar in order to execute this macro - output format is CSV file but I think is excellent if I write it in Excel format.
    I have partially closed first priority (you can see below code) - I need create a little message box in order to receive period and path output.
    I appreciate your collaboration in order to help me. :)
    Thanks
    Sub ResourceActualWorkDetail()
        Dim rs As Resources
        Dim r As Resource
        Dim A As Assignment
        Dim TSV As TimeScaleValue
        Dim TSVS As TimeScaleValues
        MsgBox ActiveProject.Name
        Close #1
        Open "C:\Users\xxx.xxx\Desktop\" & ActiveProject.Name & " - TimeReport.csv" For Output As #1
        Write #1, "Summary Task;Task Name;Risorsa;Giorno;Ore"
        'Header
        Set rs = ActiveProject.Resources
        For Each r In rs
                For Each A In r.Assignments
                    For Each TSV In A.TimeScaleData("01/01/2015", "31/12/2015", pjAssignmentTimescaledActualWork, TimeScaleUnit:=pjTimescaleDays)
                        If TSV.Value <> "" And TSV.Value > "0" Then
                            Write #1, _
                                A.TaskSummaryName _
                                & ";" & A.TaskName _
                                & ";" & r.Name _
                                & ";" & TSV.StartDate _
                                & ";" & TSV.Value / 60
                        End If
                    Next TSV
                Next A
        Next r
        Close #1
     End Sub

  • Error while importing schemas using datapump

    Hi,
    I am trying to import schema from qc to development. after importing i got the following error attached below:
    Processing object type SCHEMA_EXPORT/TABLE/GRANT/WITH_GRANT_OPTION/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/TABLE/GRANT/CROSS_SCHEMA/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    ORA-39065: unexpected master process exception in RECEIVE
    ORA-39078: unable to dequeue message for agent MCP from queue "KUPC$C_2_20090421161917"
    Job "SYS"."uat.210409" stopped due to fatal error at 20:15:13
    ORA-39014: One or more workers have prematurely exited.
    ORA-39029: worker 2 with process name "DW02" prematurely terminated
    ORA-31671: Worker process DW02 had an unhandled exception.
    ORA-39078: unable to dequeue message for agent KUPC$A_2_20090421161934 from queue "KUPC$C_2_20090421161917"
    ORA-06512: at "SYS.KUPW$WORKER", line 1397
    ORA-06512: at line 2
    ORA-39029: worker 3 with process name "DW03" prematurely terminated
    ORA-31671: Worker process DW03 had an unhandled exception.
    ORA-39078: unable to dequeue message for agent KUPC$A_2_20090421162030 from queue "KUPC$C_2_20090421161917"
    ORA-06512: at "SYS.KUPW$WORKER", line 1397
    ORA-06512: at line 2
    ORA-39029: worker 4 with process name "DW04" prematurely terminated
    ORA-31671: Worker process DW04 had an unhandled exception.
    ORA-39078: unable to dequeue message for agent KUPC$A_2_20090421162031 from queue "KUPC$C_2_20090421161917"
    ORA-06512: at "SYS.KUPW$WORKER", line 1397
    ORA-06512: at line 2
    Is my import completed successfully or not??. please help...

    When a datapump job runs, it creates a table called the master table. It has the same name as the job name. This is used to keep track of where all of the information in the dumpfile is located. It is also used when restarting a job. For some reason, this table got dropped. I'm not sure why, but in most cases, datapump jobs are restartable. I don't know why the original message was reported, but I was hoping the job woudl be restartable. You could always just rerun the job. Since the job that failed already created tables and indexes, if you restart the job, all of the objects that are dependent on those objects will not be created by default.
    Let's say you have table tab1 with an index ind1 and both table and index are anaylized. Since tab1 is already created, the datapump job will mark all of the objects dependent on tab1 to skip. This includes the index, table_statistics, and index_statistics. To get around this, you could say
    table_exists_action=replace
    but this will replace all tables that are in the dumpfile. Your other options are:
    table_exists_action=
    truncate -- to truncate the data in the table and then just reload the data, but not the dependent objects
    append -- to append the data from the dumpfile to the existing table, but do not import the dependent objects
    skip -- skip the data and dependent objects from the dumpfile.
    Hope this helps.
    Dean

  • Distributing imported schema in jar file

    I've written a validator using an external xsd schema. The schema contains an import of another schema: I use the classloader to get an InputStream of the main schema and everything works fine as long as the location defined in the import schemaLocation attribute is in the classpath. Now the thing is that I need to distribute the validator and the two schema files in a jar, to be used in a web application context. The jar is in the WEF-INF/lib directory and I have no problems with the main schema (the one I read with getResourceAsStream()), but the schemaLocation attribute of the import element isn't resolved. Is there a way to have things sorted out?
    Thanks in advance.

    DocumentBuilder also has a setEntityResolver() method. The way to find out where the parser is looking for an imported schema is (I think) to implement an EntityResolver and to see what values are being passed to its resolveEntity method. Although in practice I don't know why you care where it is looking. You want to tell it where to look, since it isn't looking where you want, and that's what the EntityResolver is for. (Assuming, as I said earlier, that the EntityResolver is actually called for schemas. But you can find that out as well by implementing one.)

  • Wsimport with imported schemas

    Hi,
    I am using a WSDL which imports some external schemas
    however, when I run the wsimport tool I got this error
    error: undefined simple or complex type 'ebi:Service'
    line 0 of file:/D:/PROJECTS/webservices/servers/WSEBI/src/main/webapp/WSEBI.ws
    dl#types?schema1
    error: Element "{http://www.ebi.ac.uk/ws/WSEBI}getServices" not found.
    this is the type declaration in the WSDL
    <wsdl:types>
            <xsd:schema
                targetNamespace="http://www.ebi.ac.uk/ws/WSEBI"
                xmlns="http://www.w3.org/2001/XMLSchema"
                xmlns:tns="http://www.ebi.ac.uk/ws/WSEBI"
                xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
                xmlns:ebi="http://www.ebi.ac.uk/ws">
                <xsd:import
                namespace="http://www.ebi.ac.uk/ws"
                location="WSEBITypes.xsd"/>
                <xsd:element
                            name="getWSDL"
                            type="xsd:string"/>
                <xsd:element
                            name="getWSDLResponse"
                            type="xsd:string"/>
                <xsd:element
                            name="getServices"
                            type="tns:Void"/>
                <xsd:element
                            name="getServicesResponse"
                            type="tns:ServiceList"/>
                <xsd:complexType name="Service">
                    <xsd:sequence>
                        <xsd:element
                            maxOccurs="1"
                            minOccurs="1"
                            name="name"
                            type="xsd:string"/>
                        <xsd:element
                            maxOccurs="1"
                            minOccurs="1"
                            name="description"
                            type="xsd:string">
                            <xsd:annotation>
                                <xsd:documentation>
                                    Name of the implementation of the server
                                </xsd:documentation>
                            </xsd:annotation>
                            </xsd:element>
                        <xsd:element
                            maxOccurs="1"
                            minOccurs="1"
                            name="wsdl"
                            type="xsd:string"/>
                    </xsd:sequence>
                </xsd:complexType>
                <xsd:complexType name="ServiceList">
                  <xsd:sequence>
                    <xsd:element maxOccurs="unbounded" minOccurs="0" name="ListElement" type="ebi:PollRequest"/>
                 </xsd:sequence>
                </xsd:complexType>
                <xsd:complexType name="Void">
                    <xsd:sequence/>
                </xsd:complexType>
            </xsd:schema>
        </wsdl:types>the imported schema looks like this
    <xsd:schema
                targetNamespace="http://www.ebi.ac.uk/ws"
                xmlns:ebi="http://www.ebi.ac.uk/ws"
                xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:complexType name="Service">
                    <xsd:sequence>
                        <xsd:element
                            maxOccurs="1"
                            minOccurs="1"
                            name="name"
                            type="xsd:string"/>
                        <xsd:element
                            maxOccurs="1"
                            minOccurs="1"
                            name="description"
                            type="xsd:string">
                            <xsd:annotation>
                                <xsd:documentation>
                                    Name of the implementation of the server
                                </xsd:documentation>
                            </xsd:annotation>
                            </xsd:element>
                        <xsd:element
                            maxOccurs="1"
                            minOccurs="1"
                            name="wsdl"
                            type="xsd:string"/>
                    </xsd:sequence>
                </xsd:complexType>
                <xsd:complexType name="Data">
                    <xsd:sequence>
                        <xsd:element maxOccurs="1" minOccurs="1" name="type" type="xsd:string">
                            <xsd:annotation>
                                <xsd:documentation>
                                    Database for the search
                                </xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element maxOccurs="1" minOccurs="1" name="content" type="xsd:string">
                            <xsd:annotation>
                                <xsd:documentation>
                                    Database for the search
                                </xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
                <xsd:complexType name="Result">
                    <xsd:sequence>
                        <xsd:element maxOccurs="1" minOccurs="1" name="type" type="xsd:string">
                            <xsd:annotation>
                                <xsd:documentation>
                                    Database for the search
                                </xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element maxOccurs="1" minOccurs="1" name="content" type="xsd:string">
                            <xsd:annotation>
                                <xsd:documentation>
                                    Database for the search
                                </xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
                <xsd:complexType name="PollRequest">
                    <xsd:sequence>
                        <xsd:element maxOccurs="1" minOccurs="1" name="type" type="xsd:string">
                            <xsd:annotation>
                                <xsd:documentation>
                                    Database for the search
                                </xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element maxOccurs="1" minOccurs="1" name="content" type="xsd:string">
                            <xsd:annotation>
                                <xsd:documentation>
                                    Database for the search
                                </xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
                <xsd:complexType name="DataInputs">
                  <xsd:sequence>
                    <xsd:element maxOccurs="unbounded" minOccurs="0" name="ListElement" type="ebi:Data"/>
                 </xsd:sequence>
                </xsd:complexType>
                <xsd:complexType name="Results">
                  <xsd:sequence>
                    <xsd:element maxOccurs="unbounded" minOccurs="0" name="ListElement" type="ebi:Result"/>
                 </xsd:sequence>
                </xsd:complexType>
    </xsd:schema> however, when I run the wsimport tool I got this error
    error: undefined simple or complex type 'ebi:Service' 
    line 0 of file:/D:/PROJECTS/webservices/servers/WSEBI/src/main/webapp/WSEBI.ws
    dl#types?schema1
    error: Element "{http://www.ebi.ac.uk/ws/WSEBI}getServices" not found.if instead of
      <xsd:complexType name="ServiceList">
                  <xsd:sequence>
                    <xsd:element maxOccurs="unbounded" minOccurs="0" name="ListElement" type="ebi:Service"/>
                 </xsd:sequence>
                </xsd:complexType>I use the local type
      <xsd:complexType name="ServiceList">
                  <xsd:sequence>
                    <xsd:element maxOccurs="unbounded" minOccurs="0" name="ListElement" type="tns:Service"/>
                 </xsd:sequence>
                </xsd:complexType>it works
    so it is not finding the reference to the type in the imported schema,
    can anybody help with this?
    thanks a lot
    PD. the whole WSDL is this
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions
        name="WSEBI"
        targetNamespace="http://www.ebi.ac.uk/ws/WSEBI"
        xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
        xmlns:tns="http://www.ebi.ac.uk/ws/WSEBI"
        xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
        xmlns:ebi="http://www.ebi.ac.uk/ws">
        <wsdl:types>
            <xsd:schema
                targetNamespace="http://www.ebi.ac.uk/ws/WSEBI"
                xmlns="http://www.w3.org/2001/XMLSchema"
                xmlns:tns="http://www.ebi.ac.uk/ws/WSEBI"
                xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
                xmlns:ebi="http://www.ebi.ac.uk/ws">
                <xsd:import
                namespace="http://www.ebi.ac.uk/ws"
                location="WSEBITypes.xsd"/>
                <xsd:element
                            name="getWSDL"
                            type="xsd:string"/>
                <xsd:element
                            name="getWSDLResponse"
                            type="xsd:string"/>
                <xsd:element
                            name="getServices"
                            type="tns:Void"/>
                <xsd:element
                            name="getServicesResponse"
                            type="tns:ServiceList"/>
                <xsd:complexType name="Service">
                    <xsd:sequence>
                        <xsd:element
                            maxOccurs="1"
                            minOccurs="1"
                            name="name"
                            type="xsd:string"/>
                        <xsd:element
                            maxOccurs="1"
                            minOccurs="1"
                            name="description"
                            type="xsd:string">
                            <xsd:annotation>
                                <xsd:documentation>
                                    Name of the implementation of the server
                                </xsd:documentation>
                            </xsd:annotation>
                            </xsd:element>
                        <xsd:element
                            maxOccurs="1"
                            minOccurs="1"
                            name="wsdl"
                            type="xsd:string"/>
                    </xsd:sequence>
                </xsd:complexType>
                <xsd:complexType name="ServiceList">
                  <xsd:sequence>
                    <xsd:element maxOccurs="unbounded" minOccurs="0" name="ListElement" type="ebi:PollRequest"/>
                 </xsd:sequence>
                </xsd:complexType>
                <xsd:complexType name="Void">
                    <xsd:sequence/>
                </xsd:complexType>
            </xsd:schema>
        </wsdl:types>
        <wsdl:message name="getServicesRequest">
            <wsdl:part element="tns:getServices" name="parameters"/>
        </wsdl:message>
        <wsdl:message name="getServicesResponse">
            <wsdl:part element="tns:getServicesResponse" name="parameters"/>
        </wsdl:message>
        <wsdl:message name="getWSDLRequest">
            <wsdl:part element="tns:getWSDL" name="parameters"/>
        </wsdl:message>
        <wsdl:message name="getWSDLResponse">
            <wsdl:part element="tns:getWSDLResponse" name="parameters"/>
        </wsdl:message>
        <wsdl:portType name="WSEBI">
            <wsdl:operation name="getWSDL">
                <wsdl:input message="tns:getWSDLRequest"/>
                <wsdl:output message="tns:getWSDLResponse"/>
            </wsdl:operation>
            <wsdl:operation name="getServices">
                <wsdl:input message="tns:getServicesRequest"/>
                <wsdl:output message="tns:getServicesResponse"/>
            </wsdl:operation>
        </wsdl:portType>
        <wsdl:binding name="WSEBIBinding" type="tns:WSEBI">
            <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
            <wsdl:operation name="getServices">
                <soap:operation soapAction=""/>
                <wsdl:input>
                    <soap:body use="literal"/>
                </wsdl:input>
                <wsdl:output>
                    <soap:body use="literal"/>
                </wsdl:output>
            </wsdl:operation>
            <wsdl:operation name="getWSDL">
                <soap:operation soapAction=""/>
                <wsdl:input>
                    <soap:body use="literal"/>
                </wsdl:input>
                <wsdl:output>
                    <soap:body use="literal"/>
                </wsdl:output>
            </wsdl:operation>
        </wsdl:binding>
        <wsdl:service name="WSEBIService">
            <wsdl:port binding="tns:WSEBIBinding" name="WSEBIPort">
                <soap:address location="http://localhost:8080/ws/WSEBI"/>
            </wsdl:port>
        </wsdl:service>
        <wsdl:documentation> Documentation for this service can be found at       http://www.ebi.ac.uk/Tools/webservices/WSEBI  </wsdl:documentation>
    </wsdl:definitions>

    Hi,
    I am using a WSDL which imports some external schemas
    however, when I run the wsimport tool I got this error
    error: undefined simple or complex type 'ebi:Service'
    line 0 of file:/D:/PROJECTS/webservices/servers/WSEBI/src/main/webapp/WSEBI.ws
    dl#types?schema1
    error: Element "{http://www.ebi.ac.uk/ws/WSEBI}getServices" not found.
    this is the type declaration in the WSDL
    <wsdl:types>
            <xsd:schema
                targetNamespace="http://www.ebi.ac.uk/ws/WSEBI"
                xmlns="http://www.w3.org/2001/XMLSchema"
                xmlns:tns="http://www.ebi.ac.uk/ws/WSEBI"
                xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
                xmlns:ebi="http://www.ebi.ac.uk/ws">
                <xsd:import
                namespace="http://www.ebi.ac.uk/ws"
                location="WSEBITypes.xsd"/>
                <xsd:element
                            name="getWSDL"
                            type="xsd:string"/>
                <xsd:element
                            name="getWSDLResponse"
                            type="xsd:string"/>
                <xsd:element
                            name="getServices"
                            type="tns:Void"/>
                <xsd:element
                            name="getServicesResponse"
                            type="tns:ServiceList"/>
                <xsd:complexType name="Service">
                    <xsd:sequence>
                        <xsd:element
                            maxOccurs="1"
                            minOccurs="1"
                            name="name"
                            type="xsd:string"/>
                        <xsd:element
                            maxOccurs="1"
                            minOccurs="1"
                            name="description"
                            type="xsd:string">
                            <xsd:annotation>
                                <xsd:documentation>
                                    Name of the implementation of the server
                                </xsd:documentation>
                            </xsd:annotation>
                            </xsd:element>
                        <xsd:element
                            maxOccurs="1"
                            minOccurs="1"
                            name="wsdl"
                            type="xsd:string"/>
                    </xsd:sequence>
                </xsd:complexType>
                <xsd:complexType name="ServiceList">
                  <xsd:sequence>
                    <xsd:element maxOccurs="unbounded" minOccurs="0" name="ListElement" type="ebi:PollRequest"/>
                 </xsd:sequence>
                </xsd:complexType>
                <xsd:complexType name="Void">
                    <xsd:sequence/>
                </xsd:complexType>
            </xsd:schema>
        </wsdl:types>the imported schema looks like this
    <xsd:schema
                targetNamespace="http://www.ebi.ac.uk/ws"
                xmlns:ebi="http://www.ebi.ac.uk/ws"
                xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:complexType name="Service">
                    <xsd:sequence>
                        <xsd:element
                            maxOccurs="1"
                            minOccurs="1"
                            name="name"
                            type="xsd:string"/>
                        <xsd:element
                            maxOccurs="1"
                            minOccurs="1"
                            name="description"
                            type="xsd:string">
                            <xsd:annotation>
                                <xsd:documentation>
                                    Name of the implementation of the server
                                </xsd:documentation>
                            </xsd:annotation>
                            </xsd:element>
                        <xsd:element
                            maxOccurs="1"
                            minOccurs="1"
                            name="wsdl"
                            type="xsd:string"/>
                    </xsd:sequence>
                </xsd:complexType>
                <xsd:complexType name="Data">
                    <xsd:sequence>
                        <xsd:element maxOccurs="1" minOccurs="1" name="type" type="xsd:string">
                            <xsd:annotation>
                                <xsd:documentation>
                                    Database for the search
                                </xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element maxOccurs="1" minOccurs="1" name="content" type="xsd:string">
                            <xsd:annotation>
                                <xsd:documentation>
                                    Database for the search
                                </xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
                <xsd:complexType name="Result">
                    <xsd:sequence>
                        <xsd:element maxOccurs="1" minOccurs="1" name="type" type="xsd:string">
                            <xsd:annotation>
                                <xsd:documentation>
                                    Database for the search
                                </xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element maxOccurs="1" minOccurs="1" name="content" type="xsd:string">
                            <xsd:annotation>
                                <xsd:documentation>
                                    Database for the search
                                </xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
                <xsd:complexType name="PollRequest">
                    <xsd:sequence>
                        <xsd:element maxOccurs="1" minOccurs="1" name="type" type="xsd:string">
                            <xsd:annotation>
                                <xsd:documentation>
                                    Database for the search
                                </xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element maxOccurs="1" minOccurs="1" name="content" type="xsd:string">
                            <xsd:annotation>
                                <xsd:documentation>
                                    Database for the search
                                </xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
                <xsd:complexType name="DataInputs">
                  <xsd:sequence>
                    <xsd:element maxOccurs="unbounded" minOccurs="0" name="ListElement" type="ebi:Data"/>
                 </xsd:sequence>
                </xsd:complexType>
                <xsd:complexType name="Results">
                  <xsd:sequence>
                    <xsd:element maxOccurs="unbounded" minOccurs="0" name="ListElement" type="ebi:Result"/>
                 </xsd:sequence>
                </xsd:complexType>
    </xsd:schema> however, when I run the wsimport tool I got this error
    error: undefined simple or complex type 'ebi:Service' 
    line 0 of file:/D:/PROJECTS/webservices/servers/WSEBI/src/main/webapp/WSEBI.ws
    dl#types?schema1
    error: Element "{http://www.ebi.ac.uk/ws/WSEBI}getServices" not found.if instead of
      <xsd:complexType name="ServiceList">
                  <xsd:sequence>
                    <xsd:element maxOccurs="unbounded" minOccurs="0" name="ListElement" type="ebi:Service"/>
                 </xsd:sequence>
                </xsd:complexType>I use the local type
      <xsd:complexType name="ServiceList">
                  <xsd:sequence>
                    <xsd:element maxOccurs="unbounded" minOccurs="0" name="ListElement" type="tns:Service"/>
                 </xsd:sequence>
                </xsd:complexType>it works
    so it is not finding the reference to the type in the imported schema,
    can anybody help with this?
    thanks a lot
    PD. the whole WSDL is this
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions
        name="WSEBI"
        targetNamespace="http://www.ebi.ac.uk/ws/WSEBI"
        xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
        xmlns:tns="http://www.ebi.ac.uk/ws/WSEBI"
        xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
        xmlns:ebi="http://www.ebi.ac.uk/ws">
        <wsdl:types>
            <xsd:schema
                targetNamespace="http://www.ebi.ac.uk/ws/WSEBI"
                xmlns="http://www.w3.org/2001/XMLSchema"
                xmlns:tns="http://www.ebi.ac.uk/ws/WSEBI"
                xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
                xmlns:ebi="http://www.ebi.ac.uk/ws">
                <xsd:import
                namespace="http://www.ebi.ac.uk/ws"
                location="WSEBITypes.xsd"/>
                <xsd:element
                            name="getWSDL"
                            type="xsd:string"/>
                <xsd:element
                            name="getWSDLResponse"
                            type="xsd:string"/>
                <xsd:element
                            name="getServices"
                            type="tns:Void"/>
                <xsd:element
                            name="getServicesResponse"
                            type="tns:ServiceList"/>
                <xsd:complexType name="Service">
                    <xsd:sequence>
                        <xsd:element
                            maxOccurs="1"
                            minOccurs="1"
                            name="name"
                            type="xsd:string"/>
                        <xsd:element
                            maxOccurs="1"
                            minOccurs="1"
                            name="description"
                            type="xsd:string">
                            <xsd:annotation>
                                <xsd:documentation>
                                    Name of the implementation of the server
                                </xsd:documentation>
                            </xsd:annotation>
                            </xsd:element>
                        <xsd:element
                            maxOccurs="1"
                            minOccurs="1"
                            name="wsdl"
                            type="xsd:string"/>
                    </xsd:sequence>
                </xsd:complexType>
                <xsd:complexType name="ServiceList">
                  <xsd:sequence>
                    <xsd:element maxOccurs="unbounded" minOccurs="0" name="ListElement" type="ebi:PollRequest"/>
                 </xsd:sequence>
                </xsd:complexType>
                <xsd:complexType name="Void">
                    <xsd:sequence/>
                </xsd:complexType>
            </xsd:schema>
        </wsdl:types>
        <wsdl:message name="getServicesRequest">
            <wsdl:part element="tns:getServices" name="parameters"/>
        </wsdl:message>
        <wsdl:message name="getServicesResponse">
            <wsdl:part element="tns:getServicesResponse" name="parameters"/>
        </wsdl:message>
        <wsdl:message name="getWSDLRequest">
            <wsdl:part element="tns:getWSDL" name="parameters"/>
        </wsdl:message>
        <wsdl:message name="getWSDLResponse">
            <wsdl:part element="tns:getWSDLResponse" name="parameters"/>
        </wsdl:message>
        <wsdl:portType name="WSEBI">
            <wsdl:operation name="getWSDL">
                <wsdl:input message="tns:getWSDLRequest"/>
                <wsdl:output message="tns:getWSDLResponse"/>
            </wsdl:operation>
            <wsdl:operation name="getServices">
                <wsdl:input message="tns:getServicesRequest"/>
                <wsdl:output message="tns:getServicesResponse"/>
            </wsdl:operation>
        </wsdl:portType>
        <wsdl:binding name="WSEBIBinding" type="tns:WSEBI">
            <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
            <wsdl:operation name="getServices">
                <soap:operation soapAction=""/>
                <wsdl:input>
                    <soap:body use="literal"/>
                </wsdl:input>
                <wsdl:output>
                    <soap:body use="literal"/>
                </wsdl:output>
            </wsdl:operation>
            <wsdl:operation name="getWSDL">
                <soap:operation soapAction=""/>
                <wsdl:input>
                    <soap:body use="literal"/>
                </wsdl:input>
                <wsdl:output>
                    <soap:body use="literal"/>
                </wsdl:output>
            </wsdl:operation>
        </wsdl:binding>
        <wsdl:service name="WSEBIService">
            <wsdl:port binding="tns:WSEBIBinding" name="WSEBIPort">
                <soap:address location="http://localhost:8080/ws/WSEBI"/>
            </wsdl:port>
        </wsdl:service>
        <wsdl:documentation> Documentation for this service can be found at       http://www.ebi.ac.uk/Tools/webservices/WSEBI  </wsdl:documentation>
    </wsdl:definitions>

  • Bpel: problems importing schema from http-url

    i have problems importing the schema "http://schemas.xmlsoap.org/ws/2003/03/addressing/". I'm using JDeveloper 10.1.3.3.0.4157 and SoaSuite 10.1.3.1.0 with the patch 10.1.3.3.0.
    The problem can be reproduced very easily:
    * create a new "BPEL Process Project" from template "Synchronous BPEL Process" and use all default settings
         -> deploying to my local app-server works
    * add a new variable to the process
         * select "Element" as type
         * click "Browse Elements..."
         * click "Import Schema File..."
         * enter "http://schemas.xmlsoap.org/ws/2003/03/addressing/"
         * select "Imported Schemas/addressing/EndpointReference"
         * finish creating variable
    * save all and deploy
         -> the ant console shows the following error:
    BUILD FAILED
    C:\oracle\JDeveloper\jdev\mywork\TejTest\BPELProcess1\build.xml:79: A problem occured while connecting to server "127.0.0.1" using port "8888": bpel_BPELProcess1_1.0.jar failed to deploy. Exception message is: ORABPEL-05215
    Fehler beim Laden von Prozess.
    Bei der Prozessdomäne sind folgende Fehler beim Laden des Prozesses "BPELProcess1" (Revision "1.0") aufgetreten: BPEL-Validierung nicht erfolgreich.
    Validierung der BPEL-Quelle nicht erfolgreich. Fehler:
    [Fehler ORABPEL-10902]: Kompilierung nicht erfolgreich
    [Beschreibung]: in "bpel.xml", XML-Parsing nicht erfolgreich. Grund "nicht definiertes Teilelement.
    In WSDL-Datei bei "file:/C:/oracle/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_BPELProcess1_1.0_c64929dfd2dacf95db3c9da081c1797d.tmp/BPELProcess1.wsdl" ist das Teilelement der Nachricht "{http://xmlns.oracle.com/BPELProcess1}BPELProcess1ProcessRequest" in keinem der Schemas definiert.
    Vergewissern Sie sich, dass die Schreibweise des QName-Elements korrekt ist und dass der WSDL-Import vollständig ausgeführt wurde.
    [Mögliche Behebung]: n/v.
    Wenn Sie ein Patch auf dem Server installiert haben, stellen Sie sicher, dass die bpelcClasspath-Domäneneigenschaft die Patch-Klassen enthält.
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.java:285)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:862)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:728)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:445)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    sorry for the german message, i couldn't get the english version. basically it says that "{http://xmlns.oracle.com/BPELProcess1}BPELProcess1ProcessRequest" is not defined in any schema, what is very strange because before importing the schema from http..., the element ...BPELProcess1ProcessRequest has been found.
    another strange thing is that if i download the schema from http://schemas.xmlsoap.org/ws/2003/03/addressing/ and import it from a local file, everything works as expected.

    When importing a schema there are two attributes to the import element to be aware of: namespace and schemaLocation. I think this is the basis of confusion, particularly where the same value is used for both in this case.
    I suspect that the schema import works for ax90033 because the schemaLocation is being specified as "http://schemas.xmlsoap.org/ws/2003/03/addressing/".
    The W3C has some further information on this at http://www.w3.org/TR/2004/REC-xmlschema-1-20041028/structures.html#element-import which gives an indication of the complexity that lies behind schema imports.
    Peter
    http://soastation.blogspot.com

  • Import schema to a different tablespace

    hi,
    I've exported my instance:
    EXP SYSTEM/MANAGER@OLDINSTANCE FULL=Y FILE=C:\EXP_FILE.DMP LOG=C:\ERROR_EXP.LOG
    after I've created new tablespace and new user:
    CREATE TABLESPACE MAX DATAFILE 'c:\MAX01.dbf' SIZE 3800M REUSE DEFAULT STORAGE
    (INITIAL 10240 NEXT 10240 MINEXTENTS 1 MAXEXTENTS 256 PCTINCREASE 0) ONLINE;
    CREATE USER MAX IDENTIFIED BY MAX DEFAULT TABLESPACE MAX TEMPORARY TABLESPACE TEMP;
    finally I've imported tom's objects in MAX:
    IMP SYSTEM/MANAGER@NEWINSTANCE FROMUSER=TOM TOUSER=MAX FILE=C:\EXP_FILE.DMP LOG=C:\ERROR_IMP.log
    but in some tables I get these errors:
    IMP-00017: following statement failed with ORACLE error 1658:
    "CREATE TABLE "AREA" ("OFL" VARCHAR2(4), "OBL" VARCHAR2(32), "OSITE" V"
    "ARCHAR2(32), "OLS" VARCHAR2(32), "OAREA" NUMBER, "DV_ID" VARCHAR2(32), "DP_"
    "ID" VARCHAR2(32), "ODISMESSO" VARCHAR2(2), "OTYPE" VARCHAR2(64), "OCAT" VAR"
    "CHAR2(64), "OOCCUP" NUMBER, "SFL" VARCHAR2(32), "SBL" VARCHAR2(32), "SSITE""
    " VARCHAR2(32), "PRORATE" VARCHAR2(8), "STYPE" VARCHAR2(64), "SCAT" VARCHAR2"
    "(64), "SAREA" NUMBER, "SOCCUP" NUMBER, "AREA_SERV" NUMBER) PCTFREE 10 PCTU"
    "SED 40 INITRANS 1 MAXTRANS 255 LOGGING STORAGE(INITIAL 314572800 NEXT 52428"
    "800 MINEXTENTS 1 MAXEXTENTS 1000 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS "
    "1 BUFFER_POOL DEFAULT) TABLESPACE "TOM""
    IMP-00003: ORACLE error 1658 encountered
    ORA-01658: unable to create INITIAL extent for segment in tablespace TOM
    In new instance there are 2 tablespaces (TOM, MAX)
    I tried 2 solution:
    1) I've taken the tablespace TOM offline in the new instance, but when I import fromuser=TOM touser=MAX.............
    I get error because not exist tablespace TOM
    2)I removed MAX's quota on the TOM tablespace in the new instance.
    ALTER USER MAX QUOTA unlimited ON TOM;
    but when I import I get alway the same error:
    ORA-01658: unable to create INITIAL extent for segment in tablespace TOM
    I know That I must encrease tablespace TOM for avoid this error, but I must create 6 new users in 6 different tablespaces and I'd to increase tablespace TOM too much (how many GB?).
    how can I import schema to a different tablespace?
    Thanks
    Raf

    I don't understand why you cannot import TOM's scheme
    to new instance, because you say that you' ve TOM
    tablespace in the database.
    Check size of it, may be you need to increase size or
    you can TOM tablespace set autoextended.
    Also, you can set MAX tablespace is default in new database and set TOM tablespace is readonly.
    Then import cannot create object in TOM tablespace
    and create this in MAX tablespace.
    Best regards, Victor

  • Import schema doesn't show any link id.

    Hi,
    When i connect http://hostname:50300/strategy/bi/ then choose import schema,after that i cannot see any link ids in the menu.Link ids were already created on application server.Do yo have any suggestion about this situation?
    Regards...

    Hi,
    - If you can't see a Link ID in the dropdown of the BICA Import Schema screen, make sure that PIP is actually connecting properly to PAS.
    - In the SM Administrator you must go to the Manage Models screen and create a Model Connection (BICDEFAULT) to be used by the BICA tool.
    - Stop and start the SAP SM Extended Listener and the SAP SM Listener services. If you are running SM 7.5 with the JPIP version of Interactive Publisher, go to the JPIP Session Monitor from the Tools menu and restart JPIP.
    Hope this helps,
    Miguel

  • Question about import the work repository

    I am trying to import a work repository from server B to server A, originally the work repository in server B was imported from server A, I did some modification in Server B, and export it, now I am trying to import it back to server A.
    I get the error as below:
    com.sunopsis.core.n: This import action has been cancelled because it could damage your repository (problem with the identifier sequences)
    in topology manager/repository, I have same ID in both work repository, what should I do to import this work repository back to server A?
    Thanks

    Bad news...
    Unfortunately after start to create/delete objects the sequence of each repository get its own values and is not possible to syncronize it again after that.
    Until today I saw export and import only working into empty repository.
    There is a way to do the work manually, controlling each repository ID but is complex and take time.
    Maybe Oracle support have some script ready for that.
    Edited by: Cezar Santos on 11/03/2009 17:52

  • HL7 schema modification error with imported schema namespace

    I have created a variant of one of the out of the box HL7 schemas.  The changes were made to the related Segments schema.  I have a custom namespace identified on both the "master" schema and one on the modified schema which is being
    imported into the "master".  I have verified that the namespace of the imported schema matches the namespace identified in the import statement of the master schema.  However, I am getting the following error and I'm not sure how to proceed.
    There was a failure executing the receive pipeline: "MyProject, MyProject.Pipelines, Version=1.0.0.0, Culture=neutral, PublicKeyToken=318a75bd6cda7207" Source: "BTAHL7 2.X Disassembler" Receive Port: "rp_ReceiveHL7" URI: "10.26.146.39:11001"
    Reason: The namespace attribute 'http://MyProject/2XHL7/MDM/Segments_23' of an import should be the same value as the targetNamespace 'http://microsoft.com/HealthCare/HL7/2X/2.3/Segments' of the imported schema. 

    Indeed, however, the namespace of the import is same as the value of the imported schema, but the namespace of neither schema is http://microsoft.com/HealthCare/HL7/2X/2.3/Segments,
    since I changed it when I made the modification.  That namespace does not exist in my project, nor does it exist locally, so i'm not sure where this error message is trying to lead me.

  • Import Schema into new (production) environment in APEX 4.2

    Hello,
    I am having troubles with deploying developed application into new environment. I exported application, schema and workspace and I want to import it all to a new machine. Except schema, I have imported and installed it all successfully. But after I import generated script (DDL) trough SQL Workshop->SQL Scripts I am not able to find created scheme.
    Let me explain my steps in sequence:
    1. I have installed XE 11g Release 2, and APEX 4.2 on the new machine (Win 7).
    2. New (ghost) workspace and schema were created (named as TESTWS, TESTSCH).
    3. After I logged to a new workspace (TESTWS) I completed importing old schema (DEVSCH) -( I have found that the import and install sequence should be - fist Schema, second Workspace (with mapped schema), and then Application)
    4. Finally I have imported old workspace (DEVWS) trough administrator console, and have tried to assign it to old (imported) schema (DEVSCH) but without any success. I was not able to locate imported schema.
    I am not sure if there is a missing step or something I have doing wrongly, so please advise what to do in order to import and recognize/locate/see imported scheme into new APEX environment?
    Thank you in advance,
    BR
    Jasmin

    No.. Once you import an application into HIGHER version of APEX, it is modified to that version.. This is a suggestion, but I would advise having some sort of version control in this case, so you can go back to a prior version easily...
    Thank you,
    Tony Miller
    Ruckersville, VA

  • Hello , Recently my company purchased a Fujifilm X30 . We were surprised that Adobe has not updated the plug in for this camera. Since we are your customers, we would like to know, when they will perform this update ? For us it is very important to work w

    Hello , Recently my company purchased a Fujifilm X30 . We were surprised that Adobe has not updated the plug in for this camera. Since we are your customers, we would like to know, when they will perform this update ? For us it is very important to work with all our tools work quickly and efficiently, I guess I understand.
    We await your response .
    Thank you very much .

    This is a user to user forum with "some" Adobe staff participation, make requests at this link
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

Maybe you are looking for

  • Acrobat 9.0 Cant print duplex

    hi, we cant print selfmade adobe-files in duplex modus. it is possible with 8.0 and 7.0 version but now we got the new version 9.0 and its now not possible. when we are get manuals or other pdf-files the duplex modus works correct but if we print an

  • How to get the text of a multiple-choice response

    If  call report-quiz-interactions, i got only the response value. <row display-seq="1" transcript-id="2007071200" interaction-id="2007027923" sco-id="2007071193" score="0"> <name>jazz doe</name> <sco-name>Thursday Meeting</sco-name> <date-created>200

  • Standalone Portal PDK - OmniPortlet Wizard - Where is it?

    So, I have the latest revision of the PDK. It is installed and configured properly. I have even registered it as a provider in the portal. However, I do not see where I can invoke the OmniPortlet Builder or the WebClipping Builder wizards like we hav

  • Problem in 6070 connecting

    i have a problem in connecting my 6070 to computer nokia pc suite canot connect with it if any one know how to solve please replay

  • Get Protocol and get Port

    hello All, I have an application that runs on Tomcat over HTTP or HTTPS, and it could be using any port for either protocol. I need to figure out in my servlets what protocol/port that request came from.. any insights? I am using JDK 1.3.1/J2SDKEE1.3