BRtools table space creation error

hi,
Iam trying to create new table space in my R/3 system. When i went to brtools - space management sytem throwing error owner failed.I tried with all users to login like ( <SID>adm,administrator etc ...)even then same problem.Could you please suggest how to create table space with what login id
Error:
Main options for creation of tablespace in database WA6
1 - Tablespace name (tablespace) ......... [PSAPECDATA]
2 - Tablespace contents (contents) ....... [data]
3 - Segment space management (space) ..... [auto]
4 - SAP owner of tablespace (owner) ...... [EC5ADM]
5 - Data type in tablespace (data) ....... [both]
6 # Joined index/table tablespace (join) . []
Standard keys: c - cont, b - back, s - stop, r - refr, h - help
BR0662I Enter your choice:
c
BR0280I BRSPACE time stamp: 2006-06-14 21.08.45
BR0663I Your choice: 'c'
BR0259I Program execution will be continued...
BR0824E Owner EC5ADM not found in database or not SAP owner
BR0691E Checking input value for 'owner' failed
BR0669I Cannot continue due to previous warnings or errors - you can go back to
repeat the last action
BR0280I BRSPACE time stamp: 2006-06-14 21.08.45
BR0671I Enter 'b[ack]' to go back, 's[top]' to abort:
Please suggest.
- Cheers

Login as ora<sid> and run brtools. Tablespace owner will be SAP<SID> or SAPR3 depends upon your version.
Thanks
Prince

Similar Messages

  • Brtool table space extension error

    Dear ALL,
    When Im trying to extend a tablespace using BRTOOLS, the following errors are coming.
    BR0259I Program execution will be continued...
    BR0252E Function fopen() failed for '/oracle/SMN/sapbackup/.user.pas' at location BrToolCall-2
    BR0253E errno 13: Permission denied
    The following permissions are existing
    -rwxr-xr-x    1 smnadm   sapsys      2132759 Feb 21 2009  brrestore
    -rwxr-xr-x    1 smnadm   sapsys      2785581 Feb 23 2009  brtools
    -rwsrwxr-x    1 orasmn   dba         5074068 Feb 25 2009  brarchive
    -rwsrwxr-x    1 orasmn   dba         6786275 Feb 25 2009  brconnect
    -rwsrwxr-x    1 orasmn   dba         5202913 Feb 25 2009  brbackup
    -rwxr-xr-x    1 smnadm   sapsys      5670503 Feb 25 2009  brrecover
    -rwxr-xr-x    1 smnadm   sapsys      6996331 Feb 25 2009  brspace
    could you please where could the problem exist?
    Thanks & Regards,
    Kiran

    Hi
    -rwsrwxr-x 1 orasmn dba 5074068 Feb 25 2009 brarchive
    -rwsrwxr-x 1 orasmn dba 6786275 Feb 25 2009 brconnect
    -rwsrwxr-x 1 orasmn dba 5202913 Feb 25 2009 brbackup
    Change the group ownership from "dba" to "sapsys".
    Refer the below note:
    [Note 113747 - Permissions for DBA tools BR*Tools and SAPDBA|https://service.sap.com/sap/support/notes/113747]
    It will solve the problem.
    Also, Always use latest BRTOOL version..
    Regards.
    Rajesh Narkhede

  • Info Space creation error on top of .unx

    Hi All,
    Version of SAP BO Explorer installed in our machine is 4.0 SP2.
    BI Platform version is 4.0 SP5.
    Issue 1:
    While trying to create Information Space out of .unx, getting the below error:
    Failed to retrieve the data source details.
    The creation of the data source object tree failed.
    No issue in Info Space creation when using Excel as the source.
    Issue 2:
    When trying to use the Personalize option, getting only Partial results.
    Can anyone suggest me on the above 2 issues?
    Thanks & Regards,
    Muthulakshmi R

    Hi H,
    Thanks for your prompt reply!
    Updated Explorer to SP5.
    Now, the screen goes black after providing the login credentials.
    In some machines, able to view the screen.
    But, the option to create Info Space is greyed out.
    Also, once i click on Manage Spaces, the page is getting loaded for sometime finally ends up with the below error:
    Failed to retrieve the data source list.
    Request timed out
    Any suggestions please.
    Regards,
    Muthulakshmi Ramanathan

  • Information space creation error in BOBJ Explorer

    while creating the information space i am getting the following error
    Failed to retrieve the data source details.
    The creation of the data source object tree failed.
    Cannot perform this operation: no valid license found
    Looks like a license key issue, but while installing the BOBJ Explorer setup does not asked for any license key,
    How to solve this error? How to get the license key and how can i update the license key information?
    Thanks,
    Kiran

    Hi all,
    The problem has been solved, I added all the license keys to the CMC server and then the problem got solved.
    Thanks,
    Kiran

  • Getting error message while creating encrypted table space

    I have created an oracle wallet and while creating table space I am getting the following error..
    Please provide me some thougts on this
    Wallet status is below
    file    /usr/tp/sys/oracle/admin/ofss41d2/wallet    OPEN
    the tablespace creation syntax is
    CREATE TABLESPACE corxpr_app_dat DATAFILE '/data/oracle/oradata/ofss41d2/corxpr_app_dat.dbf' SIZE 10M AUTOEXTEND   ON ENCRYPTION USING 'AES256' DEFAULT STORAGE(ENCRYPT);
    The error is
    Error starting at line 7 in command:
    CREATE TABLESPACE corxpr_app_dat DATAFILE '/data/oracle/oradata/ofss41d2/corxpr_app_dat.dbf' SIZE 10M AUTOEXTEND   ON ENCRYPTION USING 'AES256' DEFAULT STORAGE(ENCRYPT)
    Error at Command Line:7 Column:0
    Error report:
    SQL Error: ORA-28374: typed master key not found in wallet
    I am using Oracle 11.2.0.3.0

    Hello Bharati,
             you need to give the value of the constant by selecting from the source parameter.Hope this answer helps you.
    Assigning Points = Thanks in SDN
    Thanks & Regards
       Jai

  • Table creation Error "Ref Count for this object is higher than 0"

    Hi All
    I have a problem in creation of table using SDK on a button event.  I have a procedure to create tables and fields. If I call this procedure on a menu Event than it works fine but If I call this procedure on a button event than It gives error "Ref count for this object is higher than 0" . I know this error occur When an object does not release after creating a table. but this error occur at when first table is created. My code it given below. plz see and give me your valuable suggestions.
      Dim oUserTablesMD As SAPbobsCOM.UserTablesMD
                Try
                    oUserTablesMD = B1Connections.diCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserTables)
                    oUserTablesMD.TableName = "AM_OBIN"
                    oUserTablesMD.TableDescription = "PutAway Table"
                    oUserTablesMD.TableType = BoUTBTableType.bott_Document
                    lRetCode = oUserTablesMD.Add
                    '// check for errors in the process
                    If lRetCode <> 0 Then
                        B1Connections.diCompany.GetLastError(lRetCode, sErrMsg)
                        MsgBox(sErrMsg)
                    Else
                        B1Connections.theAppl.StatusBar.SetText("Table: " & oUserTablesMD.TableName & " was added successfully", BoMessageTime.bmt_Short, BoStatusBarMessageType.smt_Success)
                    End If
                    System.Runtime.InteropServices.Marshal.ReleaseComObject(oUserTablesMD)
                    oUserTablesMD = Nothing
                    GC.Collect()
                    oUserTablesMD = B1Connections.diCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserTables)
                    oUserTablesMD.TableName = "AM_BIN1"
                    oUserTablesMD.TableDescription = "PutAway Upper Grid"
                    oUserTablesMD.TableType = BoUTBTableType.bott_DocumentLines
                    lRetCode = oUserTablesMD.Add
                    '// check for errors in the process
                    If lRetCode <> 0 Then
                        If lRetCode = -1 Then
                        Else
                            B1Connections.diCompany.GetLastError(lRetCode, sErrMsg)
                            MsgBox(sErrMsg)
                        End If
                    Else
                        B1Connections.theAppl.StatusBar.SetText("Table: " & oUserTablesMD.TableName & " was added successfully", BoMessageTime.bmt_Short, BoStatusBarMessageType.smt_Success)
                    End If
                    System.Runtime.InteropServices.Marshal.ReleaseComObject(oUserTablesMD)
                    oUserTablesMD = Nothing
                    GC.Collect()
                Catch ex As Exception
                    MsgBox(ex.Message)
                End Try
    Thanks
    Regards
    Gorge

    Hi Gorge,
    The "Ref count error..." usually occurs in case of Meta Data objects not being properly cleared.  And yes, you have got the error in the right place, generally while creating tables / fields / UDOs.  For this, you just need to clear the Meta Data object (At times even DI objects like Record Set) once they are used.
    Eg: Release these objects in the below way in a Finally Block.
    System.Runtime.InteropServices.Marshal.ReleaseComObject(oRecordSet);
    Hope this helps.
    Regards,
    Satish

  • How to restart after table space error

    Hi,
    While loading a big file ( 360 MB)  with the File -> XI-<ABAP prodxy from source, we got the table space error in middle of load. Due to Content conversion split for 20K we normally get many messages per load.
    In this case after basis increased the disk space, how do i restart the process so that it start from where it is left. I checked Moni and there is no Que. I checked RWB for adapter also and there is no message with error. I also checked integration and all possible places..
    The Alert that came in for failure has a message ID. I checked and found that message ID has been processed successfully. Still the count of records at the source does not match with target and lot of records are missing.
    Is there any way to re run the process from where it was left.
    Thanks

    Hi,
    Check following:
    - RWB->Message monitoring->Adapter engine (not integration server)
    -Check for follwing status:
    "Holding", "Waiting" "To be delivering" "Error" your message should be here any of above status.
    Note: in RWB message monitoring select "Adapter engine"
    Regards,
    Gourav
    reward points if it helps you

  • Temp Tables Space error

    Hi Friends,
    We are using two fact tables in a query along with three master tables.
    We have tried to increase the table space for temp several times. But due to loads of data increasing in the facts We are struck back by the error could not increase the temp tablespace by 256M.
    The total row counts for the tables are Table1:6872692, Table2:5365824.
    Please suggest what could be done to over come the error. I know view could be used but even that is not jelling.
    Thanks,
    ravi.

    Are the tables in the local or remote database? Trying to understand if your problem is related to Heterogeneous Connectivity (this forum) since you didn't give details

  • Index Creation Error, while creating Information space

    Hi,
    I'm trying to create an Information Space in explorer based
    off of a Universe created on a Bex Query from SAP BW. 
    This
    Universe is created in Universe design tool based on BW 7.4,  gives below error, while creating report in  Web Intelligence based on Universe.
      Database error: Failed to execute MDX Query.
      Reason occured when starting the parser timeout during
    allocate/CPC-CALL.
    2) In Explorer everything seems to be working fine with the
    Information Space creation up until the point where I need to index it.  When I click 'Index' it takes about 5-10
    seconds and then fails with the following error
    Latest indexing failed
      Start Date: 2015/02/11 08:51
    End Date: 2015/02/11 08:53
    Server, BOHDSIA.ExplorerIndexingServer, generated the
    following messages:
      Index Creation Failed (
      The execution of the specified analysis query
    failed.-Database error: A database error has occured. (IES 10901)
      Database error: A database error has occured. (IES 10901))
      The Bex Query executes successfully in BEx Analyzer and webi
    report created with BEX as datasource

    Please see reply at:
    http://technet.oracle.com:89/ubb/Forum36/HTML/000661.html

  • Thread creation error: Not enough storage space

    Hi,
      Recently (the past week or so), my desktop client for Skype has been crashing regularly. This is accompanied by large (over 1.2GB) amounts of memory usage. At semi-regular intervals (say every few hours), Skype will post an error with the text "Thread creation error: Not enough storage space..."
    I am using the latest build of Skype. I am not performing any Skype logging. This error is clearly an ongoing issue which has not been addressed, as prior threads have discussed this as well.

    Errors like this have been addressed and continue to be addressed.  Being that the errors are related to memory leakage of one form or the other, the problem can have several sources and be agitated by several programs.  I personally run the latest version on all my machines in a 24/7 capacity and have not run into the problem.  Some versions in the past created a similar error for me, yet the latest has not.  If you've already updated your IE's flash and that has not alleviated the problem, the only other solution is running an earlier release that doesn't crash for you or restart Skype more often.  I've had virtual video devices trigger this behavior by simply launching the video settings once.  The virtual device even when not in use continued to consume memory under Skype until it crashed.  So if you use any virtual audio/video components you may want to remove them to see if that changes anything.  Some people have also blocked ads when those were the source.
    http://community.skype.com/t5/Windows-desktop-clie​nt/low-storage/m-p/3974193/highlight/true#M344826

  • Snap Shot too old error And UNDO Table space.

    I posted [This Question|http://forums.oracle.com/forums/thread.jspa?threadID=718704&tstart=0] in PL/SQL forum. Now thought this would be a better place.
    Thanks,
    Karthick.

    Karthik,
    Its actually not the same thing when we talk about manual Rollback Segments and Automatic Undo Segments. Besides the fact that the former is created by us and thus needs to be managed properly in the terms of the size and other things, the later one is far more performance oriented. There are couple of enhancements which are done in terms of Automatic Undo , to quote a few, Undo Stealing is one .Another is the on the fly making the undo segments offfline and while starting up the database, only the needed ones are available . This enables the fast instance startup.
    Wont oracle automatically adjust the UNDO_RETENTION parameter based on the UNDO table space size.
    If you have read it from Orcle docs than you must have seen this advice is correct when the release is 10.2 onwards and the tablespace is autoextensible. If the tablespace is autoextensible than from 10.2 onwards, you don't need to worry about the undo_retention period. It will be set automatically. If the tablespace is not autoextensible than Oracle would set the parameter value to the duration of the query.
    For the snapshot too old error, I would suggest you read this link,
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:275215756923
    There is no other document AFAIK which explains it more clearly than this one.
    HTH
    Aman....

  • Table creation error

    All,
    Am trying to create a table after dropping it, But facing the error. How can I check this one.
    Connected to:
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
    SQL> drop table admin.TBL_TENANTSUBSCRIPTION;
    drop table admin.TBL_TENANTSUBSCRIPTION
    ERROR at line 1:
    ORA-00942: table or view does not exist
    SQL> CREATE TABLE ADMIN.TBL_TENANTSUBSCRIPTION(
    2 ID NUMBER(18, 0) NOT NULL ,
    3 PACKAGEID NUMBER(18, 0) NOT NULL,
    4 TENANTID NUMBER(18, 0) NOT NULL,
    5 SUBSCRIPTIONDATE DATE NOT NULL,
    6 NOOFUSERS NUMBER(18, 0) NOT NULL,
    7 DURATION NUMBER(18, 0) ,
    8 ACTIVE CHAR(1) NOT NULL,
    9 CREATEDBY VARCHAR2(256) NOT NULL,
    10 CREATEDAT TIMESTAMP NOT NULL,
    11 MODIFIEDBY VARCHAR2(256) ,
    12 MODIFIEDAT TIMESTAMP ,
    13 ISDELETED CHAR(1) ,
    14 SAVESTATUS VARCHAR2(15) NOT NULL,
    15 ENTRYORIGIN VARCHAR2(10) NOT NULL,
    16 APPROVALSTATUS VARCHAR2(15) ,
    17 ROWVER TIMESTAMP NOT NULL
    18 )
    19 /
    CREATE TABLE ADMIN.TBL_TENANTSUBSCRIPTION(
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    SQL>
    Sorry .... Checked in USER_OBJECTS and got the solution.
    Thanks
    Edited by: 968217 on Apr 21, 2013 11:57 AM

    Hi peeks
    please read that
    Doc ID:      Note:4430427.8
    Subject:      Bug 4430427 - ORA-604 / ORA-903 from SQL against partitioned table with subquery partition pruning
    may be a relation ?

  • Unable to increase table space

    Hi,
    i am getting this error on sap apoo 3.1 ides sytem
    ORA-001653 Unable to increase table space PSAPEL46DD #
    Can any one tell me who do i increase the tables space step by step
    Thanks
    Priya

    Hi,
    You can do it in couple of ways,ie either with sapdba or brtools.
    execute sapdba or brtools and follow the menu options(its quite straight forward)
    or you can do it through sqlplus with the command
    ALTER TABLESPACE PSAPEL46DD  ADD DATAFILE '/path of the file ' size xxxM;
    Regards,
    Cherry

  • UNDO Table space management

    Dear All,
    My client Export/Import Process failed while Importing at quality server. Production Server Export process completed successfully.
    It looks like your UNDO tablespace is too small to handle a large volume transaction. Either increase your UNDO tablespace size or commit more often.  Received this error at QAR Server and client import process failed.
    Pl. guide how to Increase UNDO Table space or if any more solution to resolve my issue.
    Regards,
    Naik Diptesh

    Hi,
    As per your error, it looks like that your Undo tablespace was full because of that your import failed. Undo tablespace you can increase from brtools in PSAPUNDO.
    As you have not mentioned your database release. Please check below notes for undo management as per your release.:
    Note 1035137 - Oracle Database 10g: Automatic Undo Retention
    Note 600141 -     Oracle9i: Automatic UNDO Management
    Thanks
    Sunny

  • Installation of the Proof of Purchase from the ACPI table failed. Error code:0xC004F059

    I just updated Window 8.0 to 8.1 for the second time as the first Time there was an UEFI issue...  the 8.1 installs and update seemed smooth... I shut down, and I leave for work. I come home fire up my PC it seems slow!! it boots...
    I notice some live tiles are active I prefer mine off so I  shut off a couple Live tiles. so then I decide to open the Mail tile and it locks up... and then one of my browsers freezes up!!! I could not open task manager at all to end the
    proses, so I decided to restart and then an app was not allowing windows to restart!!! so windows ended the task on its own could not make out what program or app it was!!! and the machine booted up slower again. I went into the event viewer
    and what do I find in there is this stuff and now looking at it this all started after the windows 8.1 update... I get it we all want the latest and greatest OS but as my mom said good things come to those whom wait don't rush into anything!!!
    and I think Microsoft you are rushing to push stuff out onto the Market... so now I have to sit here and wonder why my PC now takes 2 + minutes to load!!! (BS) and on win 8.0 it took 60 seconds... fix this please I will watch and see if
    this happens again if it keeps up I will have to once again revert back to 8.0 and at that point I will want some $$$ compensation for my loss... why should I have to go through hoops for something with the word Mircrosoft attached to it...
    I wonder how many others have had this same issue and don't even know its happening....
    1.
    Installation of the Proof of Purchase from the ACPI table failed. Error code:0xC004F059
    2.
    taskhostex (2888) WebCacheLocal: The shadow header page of file C:\Users\Dale\AppData\Local\Microsoft\Windows\WebCache\V01.chk was damaged.The primary header page (4096 bytes) was used instead.
    3.
    The driver \Driver\WudfRd failed to load for the device SWD\WPDBUSENUM\{362b48de-4382-11e3-be6e-3085a9a945d8}#0000000000007E00.
    4.
    Driver detected an internal error in its data structures for
    5.
    The program wwahost.exe version 6.3.9600.16431 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Action Center control panel.
    Process ID: e14
    Start Time: 01cf3eb70280ca6e
    Termination Time: 4294967295
    Application Path: C:\WINDOWS\syswow64\wwahost.exe
    Report Id: f7b4be2f-aaaa-11e3-8250-3085a9a945d8
    Faulting package full name: Microsoft.SkypeApp_2.0.0.5011_x86__kzf8qxf38zg5c
    Faulting package-relative application ID: App
    6.
    The program wwahost.exe version 6.3.9600.16431 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Action Center control panel.
    Process ID: 15bc
    Start Time: 01cf3eb66f89a193
    Termination Time: 15
    Application Path: C:\WINDOWS\system32\wwahost.exe
    Report Id: 0fd54265-aaaa-11e3-8250-3085a9a945d8
    Faulting package full name: microsoft.windowscommunicationsapps_17.4.9600.16384_x64__8wekyb3d8bbwe
    Faulting package-relative application ID: Microsoft.WindowsLive.Mail

    I have the something similar happening as reported in  event viewer in the warning section:
     System
      - Provider
       [ Name]  Microsoft-Windows-Security-SPP
       [ Guid]  {E23B33B0-C8C9-472C-A5F9-F2BDFEA0F156}
       [ EventSourceName]  Software Protection Platform Service
      - EventID 1058
       [ Qualifiers]  32768
       Version 0
       Level 3
       Task 0
       Opcode 0
       Keywords 0x80000000000000
      - TimeCreated
       [ SystemTime]  2014-08-13T04:35:49.000000000Z
       EventRecordID 80761
       Correlation
      - Execution
       [ ProcessID]  0
       [ ThreadID]  0
       Channel Application
       Computer Monzworks
       Security
    - EventData
       0xC004F059
    installation of the proof of purchase from the acpi table failed 0xc004f059
    My System Properties page says "Windows is activated"  and a product Id is displayed. I am on a window 8.1 core OS after applying the update successfulling from Window 8. My computer is an AsusTek Computer Inc. ,
    Asus Desktop PC CM1745 Series - 64-bit Operating System x64-based processor.
    I had trouble with AODDriver4.2.0 causing errors because the system could not find the path, It turned out to be uncleared program remnants in the registry were looking for an old version of the driver, in the wrong place , instead of the current one.  
    Oh, and I tried sfc/scannow and DISM /Online /Cleanup-Image /RestoreHealth from elevated cmd prompt and elevated powershell ise everthing was reported with no errors and with powershell, the report said windows store corruption was repaired.
    Before this I had used apps.diagcab and it said my IE 11's  temporary internet files folder was in the wrong place that it was going to put it back. Well, it messed up my IE 11 so the folder location was in the same place but it was not listed in the
    location:                 . <----- Just like this. Plus the amount of disk space available was 8mb-which messed up any sort of operations for example putting in a new search
    engine could not be completed.  I had to use a system restore.   I currently have no errors showing up but warnings yes. thankfully most are minor.This is the other event viewer report which could be related:
    - System
      - Provider
       [ Name]  Microsoft-Windows-Security-Auditing
       [ Guid]  {54849625-5478-4994-A5BA-3E3B0328C30D}
       EventID 5061
       Version 0
       Level 0
       Task 12290
       Opcode 0
       Keywords 0x8010000000000000
      - TimeCreated
       [ SystemTime]  2014-08-13T03:48:26.671362500Z
       EventRecordID 290021
       Correlation
      - Execution
       [ ProcessID]  676
       [ ThreadID]  728
       Channel Security
       Computer Monzworks
       Security
    - EventData
      SubjectUserSid S-1-5-21-4255092528-2166032690-2543152005-1002
      SubjectUserName Monz Prez
      SubjectDomainName MONZWORKS
      SubjectLogonId 0x239d9
      ProviderName Microsoft Software Key Storage Provider
      AlgorithmName UNKNOWN
      KeyName CD1CC265-0DA0-4230-8419-CB6F808FE688
      KeyType %%2500
      Operation %%2480
      ReturnCode 0x80090016
    I am tired so talk among yourselves.
    Sincerely Tired

Maybe you are looking for

  • Photoshop Elements 6 not opening jpegs following adjustment.

    I am getting the following error message: Photoshop Elements could not complete your request because a JPEG marker segment length is too short (the file may be truncated or incomplete). This error message has occured with images that I have imported

  • I installed the developer toolbar and it is not showing

    I have installed the developer toolbar and it is not visible, and not listed in the View-toolbars menu either. Do I need to enable it? Mac OSX

  • ThinkPad T500 Screen Resolution Issues

    Dear All, Wonder if anybody can provide any advise on the following issue(s): Just bought a T500 Centrino vpro, running on XP professional, 15" screen. Really happy with it, its fast and all. However, there seem to be only a few screen resolution opt

  • ISW on Solaris 10 stabilty issue

    Folks, I am testing iSW on Solaris 10 and am seeing an issue where after some days the box eventually looses network connectivity and becomes unresponsive and i am forced to do a hard power cycle to get it back up. I am suspecting that there is a Jav

  • Events in JPanel

    Hi! I have a problem using events. This is the situation: I want to do something like a GUI designer with swing controls(JLabel, JEditTextField,JTextArea,JCheckbox). The controls are added to a panel. I defined the mouseclicked, mouseDragged, mousePr