Lock timeout error trying to create a partition

I'm getting a lock timeout error attempting to partition a large BSEG table.  I have done this before successfully on other tables but for some reason this keeps failing with the following error:
Could not execute 'ALTER TABLE "OURSCHEMA"."BSEG" PARTITION BY RANGE (GJAHR) (PARTITION 1 <= VALUES < 1999, PARTITION ...' in 2:30:35.927 hours . SAP DBTech JDBC: [131]: transaction rolled back by lock wait timeout: Lock timeout occurs while waiting TABLE_LOCK of mode EXCLUSIVE(TRANSACTION_ID=128, UPDATE_TRANSACTION_ID=2123074)
NOTE: We have SUSPENDED the replication of BSEG while this partition is happening.
Anybody experience this problem?
Thanks,
-Patrick

Hi,
Try partitoning the BSEG table from SLT using the t-code IUUC_REPL_CONTENT - Maintaining the replication settings.
Select the schema, select BSEG, go to 'Edit settings' and enter the script in the 'Partition Command' of BSED.
eg,: PARTITION BY HASH(GJAHR) PARTITIONS 5
Try replicating now from Data Prov.
Hope it works...
Regards,
Papil

Similar Messages

  • Connection timeout error trying to connect to wireless network

    Going nuts...
    I have my Time Capsule plugged into an outlet that runs back to my switch (Netgear) which in turn goes into my modem (AT&T uverse).
    (the switch runs out to about 6 ethernet outlets in my house)
    Everything was working grand until I screwed something up, no idea what, of course!
    I have set my Time Capsule set up...
    In the AirPort Utility
    AirPort tab
    Wireless mode:create a wireless network
    Connect using: Ethernet
    Internet tab
    Connect using: Ethernet
    Connection sharing: Off (Bridge mode)
    From these settings I can see the wireless network I have set up, but I can't connect to it (get a 'connection timeout' error when trying to connect to the wireless network using my laptop)
    When I try to change to Conenction Sharing to: 'share a public IP address' or 'distribute a range of IP address', then I get other errors... (DHCP Beginning and DHCP Ending Address Errors).
    Any advice would be great - thanks! 

    Bridge Mode is the correct setting for your Time Capsule.
    To aid in troubleshooting, I suggest that you temporarily move the Time Capsule close to the Uverse router and connect directly to one of the Ethernet ports on that device. Test to see if your wireless is working.
    If yes, then move the Time Capsule again and this time temporarily connect to the Ethernet switch to test that way.
    Keep working your way outward, testing as  you go. If the wireless works on the first test when you connect directly to the Uverse router, at some point, you will find the connection problem. It's almost always something simple, like an Ethernet cable that is not making a good connection with one of the Ethernet ports.

  • Error trying to create https connection from Web Dynpro

    Hi experts!!
    I am trying to create a WD view with an actionButton and a form template, when the user fills the data in the form and presses the button, i want to create an Https connect and post some parameters to the URL.
    HttpsURLConnection cannot be resolved,
    com.sun.net.ssl.internal.ssl.Provider() does't not exist in the package com.sun.net.ssl.internal.ssl.Provider()
    do i need to add any jars?? I've already added the jsse.jar
    The code i use is the following.
    private void sendHttp(){
          String response = "";
          HttpsURLConnection connection = null;
          try {
                      System.setProperty("java.protocol.handler.pkgs", "com.sun.net.ssl.internal.www.protocol");
                      java.security.Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
                      URL url = new URL(<your_url>);
                      connection = (HttpsURLConnection) url.openConnection();
                      connection.setDoInput(true);
                      connection.setDoOutput(true);
                      connection.setAllowUserInteraction(true);
                      connection.setUseCaches(false);
                }     catch(Exception e) {
                      response = response +  "Error in getting connection: " ;
                      response = response +  e ;
                if (connection != null){
                      try {
                            connection.setRequestMethod("POST");
                            connection.setFollowRedirects(true);
                            //build all the parameters into 1 string
                            String query = "parameter1name=" + URLEncoder.encode(parameter1value);
                                  query += "&";
                                  query += "parameter2name=" + URLEncoder.encode(parameter2value);
                            connection.setRequestProperty("Content-length",String.valueOf (query.length()));
                            connection.setRequestProperty("Content-Type","application/x-www- form-urlencoded");
                            connection.setRequestProperty("User-Agent", "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)");
                            // open up the output stream of the connection
                            DataOutputStream output = new DataOutputStream( connection.getOutputStream() );
                            // write out the data
                            int queryLength = query.length();
                            output.writeBytes( query );
                            output.close();
                            //if responsecode <> 200 you should stop: should always be 200
                            String responsecode = connection.getResponseCode();
                            if (responsecode.equalsIgnoreCase("200")){
                                  String inputLine;
                                  StringBuffer input = new StringBuffer();
                                  BufferedReader in =     new BufferedReader(     new InputStreamReader(connection.getInputStream()));
                                                                                    //Get site response
                                  while ((inputLine = in.readLine()) != null) {
                                        input.append(inputLine);
                                  in.close();
                                  response = response + input.toString();
                      }     catch(Exception e) {
                          response = response +  "Error in using connection: " ;
                          response = response +  e ;
              wdContext.currentContextElement().setResponse(response);

    Hai ,
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/526bd490-0201-0010-038e-d3ff7eb1d16e
    please check above link .
    application server u have take load balancing click on next  there u take click on radio button of Msg server .
    Regards ,
    venkat

  • Error trying to create a Power View report against a Multi Dimensional SSAS cube

    Hi all,
    We have installed the Power View For Multidimensional Models CTP, released last November 27 on our Analysis Server instances.  I am now trying to create a Power View report in SharePoint that is connected to a Multi-Dimensional cube.
    I have followed the instructions diligently:
    1. Install the CTP
    2. Created a data connection of type "Microsoft BI Semantic Model for Power View" (see attachment #1)
    3. Tested that the connection was valid (all is good here!)
    I then select the "Create Power View Report" option from the data connection that I created above.
    The Power View GUI appears, and then throws an error:
    Error text:
    "An error occurred while loading the model for the item or data source 'http://server/site/SalesVarianceAnalysis_MDX.rsds'. Verify that the connection information is correct and that you have permissions to access the data source."
    The details of the error are:
    <detail><ErrorCode xmlns="rsCannotRetrieveModel</ErrorCode><HttpStatus">http://www.microsoft.com/sql/reportingservices">rsCannotRetrieveModel</ErrorCode><HttpStatus
    xmlns="400</HttpStatus><Message">http://www.microsoft.com/sql/reportingservices">400</HttpStatus><Message xmlns="An">http://www.microsoft.com/sql/reportingservices">An
    error occurred while loading the model for the item or data source 'http://hubtest/sites/broadcasting/thewowzone/Data Connections/SalesVarianceAnalysis_MDX.rsds'. Verify that the connection information is correct and that you have permissions to access the
    data source.</Message><HelpLink xmlns="http://go.microsoft.com/fwlink/?LinkId=20476&EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&EvtID=rsCannotRetrieveModel&ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&ProdVer=11.0.3000.0</HelpLink><ProductName">http://www.microsoft.com/sql/reportingservices">http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsCannotRetrieveModel&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3000.0</HelpLink><ProductName
    xmlns="Microsoft">http://www.microsoft.com/sql/reportingservices">Microsoft SQL Server Reporting Services</ProductName><ProductVersion xmlns="11.0.3000.0</ProductVersion><ProductLocaleId">http://www.microsoft.com/sql/reportingservices">11.0.3000.0</ProductVersion><ProductLocaleId
    xmlns="127</ProductLocaleId><OperatingSystem">http://www.microsoft.com/sql/reportingservices">127</ProductLocaleId><OperatingSystem xmlns="OsIndependent</OperatingSystem><CountryLocaleId">http://www.microsoft.com/sql/reportingservices">OsIndependent</OperatingSystem><CountryLocaleId
    xmlns="1033</CountryLocaleId><MoreInformation">http://www.microsoft.com/sql/reportingservices">1033</CountryLocaleId><MoreInformation xmlns="<Source>ReportingServicesLibrary</Source><Message">http://www.microsoft.com/sql/reportingservices"><Source>ReportingServicesLibrary</Source><Message
    msrs:ErrorCode="rsCannotRetrieveModel" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsCannotRetrieveModel&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3000.0"
    xmlns:msrs="An">http://www.microsoft.com/sql/reportingservices">An error occurred while loading the model for the item or data source '<omitted for security purposes>.
    Verify that the connection information is correct and that you have permissions to access the data source.</Message><MoreInformation><Source></Source><Message>For more information about this error navigate to the report server
    on the local server machine, or enable remote errors</Message></MoreInformation></MoreInformation><Warnings xmlns="http://www.microsoft.com/sql/reportingservices" /></detail>
    So, I can connect with the connection, but I get an error when connecting with Power View. 
    Any suggestions are appreciated.
    Thanks...
    /Peter
    Peter

    Hi Peter - are you specifying the cube name in the connection string?
    Data Source=[server];Initial Catalog=AdventureWorksDW-MD;Cube='Adventure Works'
    Check out
    http://blogs.msdn.com/b/analysisservices/archive/2012/12/09/power-view-for-multidimensional-models-feature-drill-down.aspx

  • Error trying to create App for SharePoint Online

    I'm trying to create my first app for SharePoint Online using Visual Studio 2012. I believe I have all of the pre-reqs installed/configured. I have created a dev site in our SharePoint Online environment. I am a Site Collection administrator for that site.
    When I open VS2012, and try to create a new app project, it prompts me to connect to my dev site. When I enter the URL for that site, it give me the following login:
    We use ADFS, so when I enter my email address, it redirects me to my organizations federated login:
    Once I login, it takes me to the screen that reads "Error: An error has occurred on the server" with the standard SharePoint correlation id.
    I can't seem to get past this, and it won't let me start the new app project. Any thoughts on how to proceed?
    Thanks in advance,
    cflbasser

    Here is the correlation error screen for reference:
    When I click "go back to site", it takes me here:

  • Error trying to create first database with Database Studio on MaxDB 7.7

    After installing the Database Studio 7.7 and starting up, i tried to create a first (local) database following the procedure documented in the online manual:
    Under the heading of "Servers" an entry "<Local>" was created.
    Then  i used the right mouse button to "Create Database...".
    A popup window appears with:
    Database Server <Local>
    Database Name MAXDB
    Login Information for Server (user/password) grayed out.
    Then doing "Next >" generates the following error:
    No installation available on server '<Local>'.
    Remark: installation went without problems.
    Any help is appreciated greatly.

    Hi Simon,
    a silly question just to clarify the issue: Do you have a MaxDB Installation on your PC where Database Studio was installed?
    What does the Event Log tell you about the issue?
    See Window->Show View->Event Log Viewer
    or if not listed there
    Window->Show View->Other ...->Database Studio->Event Log Viewer
    Could you please have a look and tell me what it says? If you find a message that is related to your problem double click it and press the little Copy to clipboard icon in the upper right corner then you can paste the message in your reply.
    Cheers,
    Daniel

  • Error trying to create transport in netweaver developer

    Im trying to creat a transport in netweaver developer but i got the message: Predecessor activities have been detected wich are assigned to failed change requests. Please handle these failures first before releasing again.
    I searched on CBS, for collision, dirty dcs, broken dcs and everything is fine.
    please help!!!

    Hi Benjamin,
    When trying to check-in the DC, While activating your DC, Click on 'Selected Activity' folder directly and then click on Activate button
    Hope this will help you.
    Thanks
    Arun

  • Lion: error trying to delete a partition with disc utility

    Hi to all. Today I tryed to delete an old and unused partition with disc utility, but after starting the process an error pop up ans says: Necessary support for file system resize, like HFS+ with enabled journaling.
    What should i do? I've created a cd with iPartition, and it works, but i prefer to use disc utility. Can anyone help?

    Select the partition in Disk Utility and see if you can turn on journaling, if it's an HFS+ volume. How is the drive presently partitioned: APM, GUID, or MBR?
    How old is this partition and how was it created?

  • Error trying to create object of Class IUSer

    I am trying to put in a code that is based on Rle assignment for the user on the portal.
    i am trying to put this code
    IWDClientUser user = WDClientUser.getCurrentUser();
    IUser userID = user.getSAPUser();
    String Userrole=new String();
    for (Iterator iter = userID.getRoles(true); iter.hasNext();) {
    IRole role = UMFactory.getRoleFactory().getRole((String) iter.next());
    Userrole=role.getUniqueName();
    But there is an error in line IUser userID = user.getSAPUser();.
    when i say add imports it is not adding the packages required to cretae an object of this class.
    When i try to manually import
    com.sap.security.api.sda
    but am not able to.. any ideas how to acheive this and assist me if i am doing anything worng?
    regards
    Sam

    Austin,
    Sorry for asking the basic questions.This is what i am doing. I went to DC, right clicked on it and selected properties. Then select JAva build path opition and then select Libraries. There i click on Add External JARs and select com.sap.security.api.jar.
    and click ok.
    do i need to do anything else here.
    And when ever i come back after a while i see that the external
    Jar is missing. IT looks weird. I have to keep on importing the external JAr after every few operations.
    Not sure what the problem could be
    thanks a lto for your patience in helping me ou ton this issue
    Below is the erro rmessage i get when trying to activate
    Build number assigned: 165853
    Change request state from QUEUED to PROCESSING
    ACTIVATION request in Build Space "DJI_EMXSSTR_D" at Node ID: 37,961,750
         [id: 165,817; parentID: 0; type: 4]
         [options: FORCE ACTIVATE PREDECESSORS]
    REQUEST PROCESSING started at 2007-04-17 22:13:46.500 GMT
    ===== Pre-Processing =====
    Waiting 19 ms
    List of activities to be activated:
         1 activity in compartment "sap.com_SAP_ESS_1"
              ESS_lea_1005
                   [seq. no 272][created by RJOGAM at 2007-04-17 18:14:26.0][ID 06c9c16aed2511dbafd000306e5ddf50]
    Analyse dependencies to predecessor activities... started at 2007-04-17 22:13:47.253 GMT
    Analysing predecessors in compartment "sap.com_SAP_ESS_1"
         The following predecessor has to be added to request 165817:
              "XSS_lea_selectionlistview_1003"   [seq. no 271][created by RJOGAM at 4/17/07 1:34 PM][ID 53225486ec4c11db812200306e5ddf50]
    Analyse dependencies to predecessor activities... finished at 2007-04-17 22:13:47.434 GMT and took 181 ms
    Analyse activities... started at 2007-04-17 22:13:47.434 GMT
    Development line state verification started at 2007-04-17 22:13:47.509 GMT
    Verification of the development line [ws/EMXSSTR/sap.com_SAP_ESS/dev/active/] SUCCEEDED
    Development line state verification finished at 2007-04-17 22:13:47.540 GMT and took 31 ms
    Cache verification, level 2 (Comparison of attributes) started at 2007-04-17 22:13:47.540 GMT
    Verification of the following object:
         [DC: sap.com/ess/lea, group: 0] SUCCEEDED
    Cache verification finished at 2007-04-17 22:13:47.617 GMT and took 77 ms
    Analyse dependencies to predecessor activities... finished at 2007-04-17 22:13:47.629 GMT and took 144 ms
              SKIP  : Development Component "sap.com/ess/lea"
         1 component to be build in compartment "sap.com_SAP_ESS_1"
    Analyse activities... finished at 2007-04-17 22:13:47.680 GMT and took 246 ms
    Calculate all combinations of components and variants to be built...
         "sap.com/ess/lea" variant "default"
    Prepare build environment in the file system... started at 2007-04-17 22:13:47.852 GMT
         Synchronize development configuration... finished at 2007-04-17 22:13:47.862 GMT and took 10 ms
         Synchronize component definitions... finished at 2007-04-17 22:13:47.883 GMT and took 20 ms
         Synchronize sources...
    Development line state verification started at 2007-04-17 22:13:47.970 GMT
    Verification of the development line [ws/EMXSSTR/sap.com_SAP_ESS/dev/active/] SUCCEEDED
    Development line state verification finished at 2007-04-17 22:13:48.011 GMT and took 41 ms
    Cache verification, level 2 (Comparison of attributes) started at 2007-04-17 22:13:48.011 GMT
    Verification of the following object:
         [DC: sap.com/ess/lea, group: 1] FAILED
    Comparison of cache items on the paths:
         [/usr/sap/DJI/JC03/j2ee/cluster/server0/temp/CBS/33/.CACHE/1195/DCs/sap.com/ess/lea/_comp/src/packages/com/sap/xss/hr/lea/selectionlist/SelectionListView.wdcontroller]
         [ws/EMXSSTR/sap.com_SAP_ESS/dev/active/DCs/sap.com/ess/lea/_comp/src/packages/com/sap/xss/hr/lea/selectionlist/SelectionListView.wdcontroller]
    on verification level 2 FAILED due to the following reason:
    Difference in attribute 'Timestamp' [Thu Mar 01 16:49:43 EST 2007][Thu Mar 01 16:49:44 EST 2007]
    Comparison of cache items on the paths:
         [/usr/sap/DJI/JC03/j2ee/cluster/server0/temp/CBS/33/.CACHE/1195/DCs/sap.com/ess/lea/_comp/src/packages/com/sap/xss/hr/lea/selectionlist/SelectionListView.wdcontroller.xlf]
         [ws/EMXSSTR/sap.com_SAP_ESS/dev/active/DCs/sap.com/ess/lea/_comp/src/packages/com/sap/xss/hr/lea/selectionlist/SelectionListView.wdcontroller.xlf]
    on verification level 2 FAILED due to the following reason:
    Difference in attribute 'Timestamp' [Thu Mar 01 16:49:43 EST 2007][Thu Mar 01 16:49:44 EST 2007]
    Comparison of cache items on the paths:
         [/usr/sap/DJI/JC03/j2ee/cluster/server0/temp/CBS/33/.CACHE/1195/DCs/sap.com/ess/lea/_comp/src/packages/com/sap/xss/hr/lea/selectionlist/SelectionListView.wdview]
         [ws/EMXSSTR/sap.com_SAP_ESS/dev/active/DCs/sap.com/ess/lea/_comp/src/packages/com/sap/xss/hr/lea/selectionlist/SelectionListView.wdview]
    on verification level 2 FAILED due to the following reason:
    Difference in attribute 'Timestamp' [Thu Mar 01 16:49:43 EST 2007][Thu Mar 01 16:49:44 EST 2007]
    Comparison of cache items on the paths:
         [/usr/sap/DJI/JC03/j2ee/cluster/server0/temp/CBS/33/.CACHE/1195/DCs/sap.com/ess/lea/_comp/src/packages/com/sap/xss/hr/lea/selectionlist/SelectionListView.wdview.xlf]
         [ws/EMXSSTR/sap.com_SAP_ESS/dev/active/DCs/sap.com/ess/lea/_comp/src/packages/com/sap/xss/hr/lea/selectionlist/SelectionListView.wdview.xlf]
    on verification level 2 FAILED due to the following reason:
    Difference in attribute 'Timestamp' [Thu Mar 01 16:49:43 EST 2007][Thu Mar 01 16:49:44 EST 2007]
    Cache verification finished at 2007-04-17 22:13:54.824 GMT and took 6 s 813 ms
         Synchronize sources... finished at 2007-04-17 22:14:02.175 GMT and took 14 s 292 ms
         Synchronize used libraries...
              public part "default" of component "sap.com/tc/col/api" ... OK
                   [PP "default" of DC 226 variant "default"][SC 1196][last successful build: 162348]
              public part "default" of component "sap.com/tc/cmi" ... OK
                   [PP "default" of DC 217 variant "default"][SC 1196][last successful build: 164158]
              public part "default" of component "sap.com/tc/ddic/ddicruntime" ... OK
                   [PP "default" of DC 218 variant "default"][SC 1196][last successful build: 164158]
              public part "default" of component "sap.com/tc/wd/webdynpro" ... OK
                   [PP "default" of DC 196 variant "default"][SC 1192][last successful build: 162348]
              public part "default" of component "sap.com/tc/logging" ... OK
                   [PP "default" of DC 184 variant "default"][SC 1192][last successful build: 162348]
              public part "default" of component "sap.com/com.sap.aii.proxy.framework" ... OK
                   [PP "default" of DC 221 variant "default"][SC 1196][last successful build: 164158]
              public part "default" of component "sap.com/com.sap.aii.util.misc" ... OK
                   [PP "default" of DC 222 variant "default"][SC 1196][last successful build: 162348]
              public part "default" of component "sap.com/com.sap.mw.jco" ... OK
                   [PP "default" of DC 126 variant "default"][SC 1192][last successful build: 162348]
              public part "FloorplanManager" of component "sap.com/pcui_gp/xssfpm" ... OK
                   [PP "FloorplanManager" of DC 223 variant "default"][SC 1193][last successful build: 162556]
              public part "FloorplanManager" of component "sap.com/pcui_gp/xssfpm" ... OK
                   [PP "FloorplanManager" of DC 223 variant "default"][SC 1193][last successful build: 162556]
              public part "FloorplanManager" of component "sap.com/pcui_gp/xssfpm" ... OK
                   [PP "FloorplanManager" of DC 223 variant "default"][SC 1193][last successful build: 162556]
              public part "FloorplanManager" of component "sap.com/pcui_gp/xssfpm" ... OK
                   [PP "FloorplanManager" of DC 223 variant "default"][SC 1193][last successful build: 162556]
              public part "FPMUtils" of component "sap.com/pcui_gp/xssutils" ... OK
                   [PP "FPMUtils" of DC 224 variant "default"][SC 1193][last successful build: 162556]
              public part "FPMUtils" of component "sap.com/pcui_gp/xssutils" ... OK
                   [PP "FPMUtils" of DC 224 variant "default"][SC 1193][last successful build: 162556]
              public part "FPMUtils" of component "sap.com/pcui_gp/xssutils" ... OK
                   [PP "FPMUtils" of DC 224 variant "default"][SC 1193][last successful build: 162556]
              public part "FPMUtils" of component "sap.com/pcui_gp/xssutils" ... OK
                   [PP "FPMUtils" of DC 224 variant "default"][SC 1193][last successful build: 162556]
              public part "default" of component "sap.com/tc/ddic/metamodel/content" ... OK
                   [PP "default" of DC 219 variant "default"][SC 1196][last successful build: 162348]
              public part "default" of component "sap.com/tc/wdp/metamodel/content" ... OK
                   [PP "default" of DC 220 variant "default"][SC 1196][last successful build: 162348]
              public part "default" of component "sap.com/com.sap.exception" ... OK
                   [PP "default" of DC 123 variant "default"][SC 1192][last successful build: 162348]
              public part "default" of component "sap.com/com.sap.exception" ... OK
                   [PP "default" of DC 123 variant "default"][SC 1192][last successful build: 162348]
              public part "FcTmDataExchange" of component "sap.com/pcui_gp/tecl" ... OK
                   [PP "FcTmDataExchange" of DC 230 variant "default"][SC 1193][last successful build: 162556]
              public part "FcTmDataExchange" of component "sap.com/pcui_gp/tecl" ... OK
                   [PP "FcTmDataExchange" of DC 230 variant "default"][SC 1193][last successful build: 162556]
              public part "FcTmDataExchange" of component "sap.com/pcui_gp/tecl" ... OK
                   [PP "FcTmDataExchange" of DC 230 variant "default"][SC 1193][last successful build: 162556]
         Synchronize used libraries... finished at 2007-04-17 22:14:06.635 GMT and took 4 s 459 ms
    The source cache is in INCONSISTENT state for at least one of the request DCs. The build might produce incorrect results.
    Prepare build environment in the file system... finished at 2007-04-17 22:14:06.635 GMT and took 18 s 783 ms
    ===== Pre-Processing =====  finished at 2007-04-17 22:14:06.636 GMT and took 20 s 117 ms
    Waiting 33 ms
    ===== Processing =====
    BUILD DCs
         "sap.com/ess/lea" in variant "default"
              .. FAILURE: The build failed due to compilation errors. See build log for details. [result code: 202]
    ===== Processing =====  finished at 2007-04-17 22:16:01.800 GMT and took 1 m 55 s 131 ms
    ===== Post-Processing =====
    Waiting 12 ms
    Check whether build was successful for all required variants...
         "sap.com/ess/lea" in variant "default"   FAILED
    ===== Post-Processing =====  finished at 2007-04-17 22:16:01.815 GMT and took 3 ms
    Change request state from PROCESSING to FAILED
    ERROR! The following problem(s) occurred  during request processing:
    ERROR! The following error occurred during request processing:Activation FAILED due to build problems. See build logs for details.
    REQUEST PROCESSING finished at 2007-04-17 22:16:01.824 GMT and took 2 m 15 s 324 ms
    sam
    Message was edited by:
            sameer chilama
    Message was edited by:
            sameer chilama

  • Error Trying to Create Capture Media Error 80004005

    Hey everyone need some help here.  I was at TechEd last week, in which I did the hands-on-lab on using boot media to capture a reference PC, can't remember the name.  Anyway, here is my problem, I tried to do the exact same set up on our setup
    and it fails.  I go through the following process:
    1.  Create Task Sequence Media
    2.  Select Capture Media
    3.  Select CD/DVD Set
    4.  Give it a name
    5.  Point to my boot image, and select my distribution point. and then
    IT FAILS!
    Media creation failed with error message: 'Unspecified error'
    Refer to CreateTsMedia.log file to find more details.
    When I look through the log file, the last item I see is:
    <![LOG[CreateMedia.exe finished with error code 80004005]LOG]!><time="14:26:31.972+240" date="05-19-2014" component="CreateTsMedia" context="" type="2" thread="5548" file="createmedia.cpp:1123">
    The info that I find seems to point to this being a problem with a USB drive not big enough to support the boot wim, but I am creating and ISO.. so whats the deal?
    Let me know what else I need to add to help me out.

    <![LOG[ ===============================================================]LOG]!><time="14:26:18.667+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548"
    file="createmedia.cpp:979">
    <![LOG[Begin media creation: ]LOG]!><time="14:26:18.669+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:980">
    <![LOG[Media: capture]LOG]!><time="14:26:18.671+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:267">
    <![LOG['Provider'=SERVER.REMOVE.FOR.SECURITY]LOG]!><time="14:26:18.671+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:208">
    <![LOG['Site Code'=PS1]LOG]!><time="14:26:18.671+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:208">
    <![LOG['Distribution Points(s)'=SERVER.REMOVE.FOR.SECURITY]LOG]!><time="14:26:18.671+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:208">
    <![LOG['Boot Image Package ID'=PS100015]LOG]!><time="14:26:18.671+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:208">
    <![LOG['Physical Media Type'=CD]LOG]!><time="14:26:18.671+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:208">
    <![LOG['Media Destination'=K:\boot.iso]LOG]!><time="14:26:18.671+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:208">
    <![LOG[Media label: 'Configuration Manager 2012']LOG]!><time="14:26:18.671+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:1025">
    <![LOG[Creating media from Admin Console]LOG]!><time="14:26:18.671+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:1029">
    <![LOG[COMMAND LINE: ]LOG]!><time="14:26:18.671+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:929">
    <![LOG[CreateMedia.exe /K:capture /N:**** /P:SERVER.REMOVE.FOR.SECURITY /S:PS1 /C:**** /D:SERVER.REMOVE.FOR.SECURITY /L:Configuration Manager 2012 /B:PS100015 /T:CD /F:K:\boot.iso ]LOG]!><time="14:26:18.671+240" date="05-19-2014"
    component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:930">
    <![LOG[Another thread has been started to create TS media]LOG]!><time="14:26:18.672+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="createmedia.cpp:589">
    <![LOG[======= CreateCaptureMedia invoked =======]LOG]!><time="14:26:18.672+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="createtsmedia.cpp:1207">
    <![LOG[---------------------------- CreateTsMedia ----------------------------]LOG]!><time="14:26:18.672+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204"
    file="createtsmedia.cpp:245">
    <![LOG[Requested output path: K:\boot.iso (CD)]LOG]!><time="14:26:18.672+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="createtsmedia.cpp:267">
    <![LOG[Total number of TS variables: 0]LOG]!><time="14:26:18.672+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="createtsmedia.cpp:106">
    <![LOG[Temporary directory 'C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204' created, free space on drive 'C:' is 67565 MB]LOG]!><time="14:26:18.673+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="tempdirectory.cpp:87">
    <![LOG[Opened WMI namespace '\\SERVER.REMOVE.FOR.SECURITY\root\SMS\site_PS1' ]LOG]!><time="14:26:18.715+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204"
    file="mediafactory.cpp:924">
    <![LOG[Local computer is COMPUTER]LOG]!><time="14:26:18.729+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="utils.cpp:384">
    <![LOG[Package manager created successfully]LOG]!><time="14:26:18.729+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="mediafactory.cpp:408">
    <![LOG[Local computer is Computer]LOG]!><time="14:26:18.731+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="utils.cpp:384">
    <![LOG[Creating policy manager]LOG]!><time="14:26:18.731+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="mediafactory.cpp:444">
    <![LOG[Setting up Install Toolkit]LOG]!><time="14:26:18.731+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="mediatoolkit.cpp:214">
    <![LOG[Copying package PS100015 to C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Cache]LOG]!><time="14:26:18.827+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204"
    file="packagemgr.cpp:334">
    <![LOG[Retrieving info for package PS100015.119]LOG]!><time="14:26:18.827+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="packagemgr.cpp:1042">
    <![LOG[Content library is on remote system 'SERVER.REMOVE.FOR.SECURITY']LOG]!><time="14:26:19.569+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="utils.cpp:617">
    <![LOG[Connected to remote registry service on 'SERVER.REMOVE.FOR.SECURITY']LOG]!><time="14:26:19.588+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204"
    file="utils.cpp:691">
    <![LOG[Content Library: Local Path='E:\SCCMContentLib', Remote Path='\\SERVER.REMOVE.FOR.SECURITY\SCCMContentLib$', File Library Usable Drives='E:\,E:\,D:\,C:\']LOG]!><time="14:26:19.592+240" date="05-19-2014" component="CreateTsMedia"
    context="" type="1" thread="4204" file="utils.cpp:830">
    <![LOG[Registering package PS100015.119 with content at \\SERVER.REMOVE.FOR.SECURITY\SCCMContentLib$]LOG]!><time="14:26:19.937+240" date="05-19-2014" component="CreateTsMedia" context="" type="1"
    thread="4204" file="packagemgr.cpp:591">
    <![LOG[VerifyContentHash: Hash algorithm is 32780]LOG]!><time="14:26:22.001+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="downloadcontent.cpp:1829">
    <![LOG[Hash value of package PS100015 is verified]LOG]!><time="14:26:25.372+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="packagemgr.cpp:494">
    <![LOG[ADK installation root registry value not found.]LOG]!><time="14:26:25.373+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="wimfile.cpp:197">
    <![LOG[Loaded C:\windows\system32\wimgapi.dll]LOG]!><time="14:26:25.373+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="wimfile.cpp:334">
    <![LOG[Opening image file C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Cache\PS100015\boot.PS100015.wim]LOG]!><time="14:26:25.373+240" date="05-19-2014" component="CreateTsMedia" context="" type="1"
    thread="4204" file="wimfile.cpp:412">
    <![LOG[Applying image 1 to volume C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit]LOG]!><time="14:26:25.510+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204"
    file="wimfile.cpp:603">
    <![LOG[Closing image file C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Cache\PS100015\boot.PS100015.wim]LOG]!><time="14:26:25.591+240" date="05-19-2014" component="CreateTsMedia" context="" type="1"
    thread="4204" file="wimfile.cpp:448">
    <![LOG[More than one resource file found in the media creation toolkit. Media resources may be in a different language than what was expected]LOG]!><time="14:26:25.593+240" date="05-19-2014" component="CreateTsMedia"
    context="" type="2" thread="4204" file="mediatoolkit.cpp:177">
    <![LOG[Generating capture task sequence]LOG]!><time="14:26:25.613+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="policymgr.cpp:1094">
    <![LOG[Downloading policies for Task Sequence (Capture)]LOG]!><time="14:26:25.618+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="policymgr.cpp:294">
    <![LOG[2 policies downloaded]LOG]!><time="14:26:25.789+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="policymgr.cpp:322">
    <![LOG[Stored policy 1, PolicyID='{4BC44CAD-CDE9-4058-8C83-FB4FEE22FB1D}--6F6BCC28']LOG]!><time="14:26:25.791+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204"
    file="policymgr.cpp:214">
    <![LOG[Stored policy 2, PolicyID='DEP-{4BC44CAD-CDE9-4058-8C83-FB4FEE22FB1D}-PS100015-6F6BCC28']LOG]!><time="14:26:25.793+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204"
    file="policymgr.cpp:214">
    <![LOG[Stored policy assignment 1]LOG]!><time="14:26:25.793+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="policymgr.cpp:254">
    <![LOG[Stored policy assignment 2]LOG]!><time="14:26:25.793+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="policymgr.cpp:254">
    <![LOG[Site server not found for sitecode PS1]LOG]!><time="14:26:25.928+240" date="05-19-2014" component="CreateTsMedia" context="" type="3" thread="4204" file="siteinfo.cpp:109">
    <![LOG[Retrieval of client configuration polices has failed]LOG]!><time="14:26:25.929+240" date="05-19-2014" component="CreateTsMedia" context="" type="3" thread="4204" file="mediafactory.cpp:1030">
    <![LOG[Failed to create media generator (0x80004005)]LOG]!><time="14:26:25.929+240" date="05-19-2014" component="CreateTsMedia" context="" type="3" thread="4204" file="createtsmedia.cpp:342">
    <![LOG[CreateTsMedia failed with error 0x80004005, details='']LOG]!><time="14:26:25.929+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="createtsmedia.cpp:355">
    <![LOG[Unable to delete file C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms\bin\i386\1033\TsRes.dll (0x80070005). Continuing.]LOG]!><time="14:26:25.963+240" date="05-19-2014" component="CreateTsMedia"
    context="" type="1" thread="4204" file="ccmfile.cpp:1056">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms\bin\i386\1033 (0x80070091).  Continuing.]LOG]!><time="14:26:25.963+240" date="05-19-2014" component="CreateTsMedia"
    context="" type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms\bin\i386 (0x80070091).  Continuing.]LOG]!><time="14:26:25.964+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms\bin (0x80070091).  Continuing.]LOG]!><time="14:26:25.965+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms (0x80070091).  Continuing.]LOG]!><time="14:26:25.965+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit (0x80070091).  Continuing.]LOG]!><time="14:26:25.966+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Error deleting files in temp directory (0x80070091). Retrying after delay.]LOG]!><time="14:26:25.966+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204"
    file="tempdirectory.cpp:128">
    <![LOG[Unable to delete file C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms\bin\i386\1033\TsRes.dll (0x80070005). Continuing.]LOG]!><time="14:26:28.967+240" date="05-19-2014" component="CreateTsMedia"
    context="" type="1" thread="4204" file="ccmfile.cpp:1056">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms\bin\i386\1033 (0x80070091).  Continuing.]LOG]!><time="14:26:28.967+240" date="05-19-2014" component="CreateTsMedia"
    context="" type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms\bin\i386 (0x80070091).  Continuing.]LOG]!><time="14:26:28.968+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms\bin (0x80070091).  Continuing.]LOG]!><time="14:26:28.968+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms (0x80070091).  Continuing.]LOG]!><time="14:26:28.968+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit (0x80070091).  Continuing.]LOG]!><time="14:26:28.968+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Error deleting files in temp directory (0x80070091). Retrying after delay.]LOG]!><time="14:26:28.969+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204"
    file="tempdirectory.cpp:128">
    <![LOG[Unable to delete file C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms\bin\i386\1033\TsRes.dll (0x80070005). Continuing.]LOG]!><time="14:26:31.970+240" date="05-19-2014" component="CreateTsMedia"
    context="" type="1" thread="4204" file="ccmfile.cpp:1056">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms\bin\i386\1033 (0x80070091).  Continuing.]LOG]!><time="14:26:31.970+240" date="05-19-2014" component="CreateTsMedia"
    context="" type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms\bin\i386 (0x80070091).  Continuing.]LOG]!><time="14:26:31.970+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms\bin (0x80070091).  Continuing.]LOG]!><time="14:26:31.971+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms (0x80070091).  Continuing.]LOG]!><time="14:26:31.971+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit (0x80070091).  Continuing.]LOG]!><time="14:26:31.971+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete all files in temp directory. Giving up. (0x80070091)]LOG]!><time="14:26:31.972+240" date="05-19-2014" component="CreateTsMedia" context="" type="3" thread="4204"
    file="tempdirectory.cpp:138">
    <![LOG[Media creation process that was started from Admin Console completed.
    ]LOG]!><time="14:26:31.972+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:1065">
    <![LOG[CreateMedia.exe finished with error code 80004005]LOG]!><time="14:26:31.972+240" date="05-19-2014" component="CreateTsMedia" context="" type="2" thread="5548" file="createmedia.cpp:1123">

  • Error Trying to create a planning application 9.3.1.2

    Hi,
    I have a problem when I try to create a new application in Planning.
    I re installed a new server from scratch with the lastest version in Oracle eDelivery (9.3.1.2), using DB2 as database.
    All is working fine (shared service, essbase, eas ...) never got an error, but i'm not able to create a planning application, I have an error at the end of the process using: http://server:8300/HyperionPlanning/AppWizard.jsp.
    For information, I have 4 different databases in DB2 (Shared Services, Essbase, Planning and the Planning Instance).
    Here is the error log I have in Tomcat:
    26 févr. 2009 10:52:08 org.apache.coyote.http11.Http11Protocol init
    INFO: Initialisation de Coyote HTTP/1.1 sur http-8300
    26 févr. 2009 10:52:08 org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 594 ms
    26 févr. 2009 10:52:08 org.apache.catalina.core.StandardService start
    INFO: Démarrage du service Catalina
    26 févr. 2009 10:52:08 org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/5.0.28
    26 févr. 2009 10:52:08 org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    26 févr. 2009 10:52:08 org.apache.catalina.core.StandardHost getDeployer
    INFO: Create Host deployer for direct deployment ( non-jmx )
    26 févr. 2009 10:52:08 org.apache.catalina.core.StandardHostDeployer install
    INFO: Installation d'une application pour le chemin de contexte /HyperionPlanning depuis l'URL file:C:\Hyperion\deployments\Tomcat5\HyperionPlanning\webapps\HyperionPlanning
    Creating rebind thread to RMI
    Cache Control is :public,max-age=2592000
    26 févr. 2009 10:52:12 org.apache.coyote.http11.Http11Protocol start
    INFO: Démarrage de Coyote HTTP/1.1 sur http-8300
    26 févr. 2009 10:52:13 org.apache.jk.common.ChannelSocket init
    INFO: JK2: ajp13 listening on /0.0.0.0:8302
    26 févr. 2009 10:52:13 org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/31 config=null
    26 févr. 2009 10:52:13 org.apache.catalina.startup.Catalina start
    INFO: Server startup in 4781 ms
    java.util.MissingResourceException: Can't find bundle for base name HspCustomMsgs, locale fr
    java.util.MissingResourceException: Can't find bundle for base name HspImgs, locale fr
    java.util.MissingResourceException: Can't find bundle for base name HspCustomImgs, locale fr
    java.util.MissingResourceException: Can't find bundle for base name HspImgs, locale fr_FR
    java.util.MissingResourceException: Can't find bundle for base name HspCustomImgs, locale fr_FR
    [INFO] AuthChallengeProcessor - basic authentication scheme selected
    [INFO] AuthChallengeProcessor - basic authentication scheme selected
    Setting Arbor path to: C:\Hyperion\common\EssbaseRTC\9.3.1
    Connection to the datasource created successfully.
    createSchema hyperion.jdbc.base.BaseBatchUpdateException: [Hyperion][DB2 JDBC Driver][DB2]No default primary tablespace exists for the new table.
    hyperion.jdbc.base.BaseBatchUpdateException: [Hyperion][DB2 JDBC Driver][DB2]No default primary tablespace exists for the new table.
         at hyperion.jdbc.db2.DB2ImplStatement.executeBatch(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.commonExecute(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.executeBatch(Unknown Source)
         at com.hyperion.planning.sql.HspSetupSQLImpl.createSchema(Unknown Source)
         at com.hyperion.planning.HspManageApplication.createApp(Unknown Source)
         at com.hyperion.planning.appdeploy.HspManageAppSession.createApplication(Unknown Source)
         at HspCreateApp.Handle(Unknown Source)
         at HspCreateApp.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Unknown Source)
    Unable to create Scehma for application. Exiting Application Creation.
    Exception in Application Creation :Unable to create Scehma for application. Exiting Application Creation.
    java.lang.IllegalStateException: Unable to create Scehma for application. Exiting Application Creation.
         at com.hyperion.planning.HspManageApplication.createApp(Unknown Source)
         at com.hyperion.planning.appdeploy.HspManageAppSession.createApplication(Unknown Source)
         at HspCreateApp.Handle(Unknown Source)
         at HspCreateApp.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Unknown Source)
    java.lang.RuntimeException: Create application failed.
         at com.hyperion.planning.appdeploy.HspManageAppSession.createApplication(Unknown Source)
         at HspCreateApp.Handle(Unknown Source)
         at HspCreateApp.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Unknown Source)
    I think it is something related to DB2 (on a different server), but i don't know what...
    Many thanks for any help and kind regards.

    Hi,
    It looks like it is around the DB2 set up.
    In the errors you posted :-
    No default primary tablespace exists for the new table
    Unable to create Scehma for application
    So maybe it is down to tablespace or permissions
    Be sure to see the sections in the installation guide regarding DB2, also any information in the 9.3.1 readme
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error trying to create a Master Form

    Hello,
    <b>I keep getting told to put this in different sections of the forum.</b>
    Exception from wwv_generate_component.build_procedure (WWV-01821)
    Error creating module: ORA-01403: no data found (WWV-16042)
    Has anyone seen this error before? I am new at creating forms...and ORACLE.
    All Help is Appreciated!!!!

    Keith,
    This is the Application Express forum. I think you are using Oracle Portal, an unrelated product. This forum might be where you need to go: http://forums.oracle.com/forums/forum.jspa?forumID=7 .
    I am fairly new to ORACLE...
    It's Oracle.
    Scott

  • Internal error trying to create a VM

    I'm unable to create a VM in Azure, and I just get this message. Is there anything I can do to find out more? I'm totally stuck. Azure status looks good so I have nothing to go on. Thanks.
    The server encountered an internal error. Please retry the request. The long running operation tracking ID was: a817554bf7af76488bc4c7dddd50d852.

    Hi,
    Which region did you select when creating the VM? Can you create VMs in other region?
    Based on my experience, sometimes, after getting the error "The server encountered an internal error. Please retry the request", you can wait for a while, then you can create a VM succussfully.
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Getting -61 error when trying to create an image

    I am trying to create a new image .. and my hard drive is not listed on the left hand panel .. the other night it worked fine except it would keep locking up so i did a disc repair and then restarted when i did a restart to prepare for a fresh install i noticed my hard drive was no longer in the disc utlitity not sure why that is.. Now the Snow leopard disc is stuck in the drive and I am unable to eject the disc tried almost every ejection command there is nothing .. isnt there a way to mount the hard drive through the terminal?

    This is from a reply to your other thread:
    Calgarystar wrote:
    ...seems odd that it worked before and then all of a sudden then it works then it doesnt...
    Hmmm... I have a hunch:  attempting to read through the imprecise Mac terminology of your previous posts, my intuition tells me that when you were referencing "installing on a new image" and "creating an image" that then "defaulted to 17 MB", you were misusing the term "image" to mean "partition".
    If that's the case and you went and tried to create a partition on your hard drive , then you obviously destroyed all your data and even the drive's formatting.
    That would most certainly explain a non-working hard drive.

  • Help? Trying to create partition for Windows...

    Okay so I'm trying to create a partition for Windows XP and I go to the Boot Camp Assistant and I have it set to 32 GB and I click partition and it says that I have to "repair the disk." So I go to the Disk Utitlity and I tried verifying my Mac HD and it couldn't even verify. Here's the description:
    Verifying volume "Macintosh HD"
    Performing live verification
    Checking Journaled HFS Plus volume
    Checking Extents Overflow file
    Checking Catalog file
    Incorrect number of thread records
    Incorrect number of thread records
    Checking multi-linked files
    Checking Catalog hierarchy
    Checking Extended Attributes file
    Checking volume bitmap
    Checking volume information
    The volume Macintosh HD needs to be repaired.
    Error: Filesystem verify or repair failed
    Someone please tell me what does this all mean and tell me how to make the error go away

    Hello akl88066
    To repair the Macintosh volume, you will need to boot and make the repairs from the install disk as described in the link below!
    http://docs.info.apple.com/article.html?path=Mac/10.5/en/8492.html
    Dennis

Maybe you are looking for

  • P6N Platinum heatsinks

    I'm looking into getting an aftermarket HSF for my new build, and i was thinking about taking off the existing chipset heatsink piece, taking out the thermal pads that are there, and applying some Arctic Silver instead. Has anyone done this? Is it wo

  • How can i get live help for premiere elements 11

    how can i get live help with premiere elements 11

  • ST03N Transaction profile showing one entry with a symbol

    Hi SDN Community I got a weird issue in my ST03n view that it shows one symbol in it that we dont have a clue what it is. In transaction profile-standard we get onlye one entry... like if all the tx were budled in it. If i click on it, it shows me th

  • How do you compile a subclass?

    Can anyone help in answering the following question regarding inheritance? I have two classes one extending the other. When I put both classes into a single file and run the javac command to compile them the compilation takes place and no errors are

  • SQL Agent won't start

    Hi, I tried to start the SQL Agent on my SQL 2008 Server but got this error: TITLE: Microsoft SQL Server Management Studio Unable to start service SQLSERVERAGENT on server ACHSQL12. (mscorlib) ADDITIONAL INFORMATION: The SQLSERVERAGENT service on ACH