When i amtrying to create a new master repository i was getting error.

**I created the schema for master repository and when i am tring to create a master repository it was throwing the following error.**
com.sunopsis.tools.core.exception.SnpsRuntimeException: java.sql.SQLException: ORA-01658: unable to create INITIAL extent for segment in tablespace SYSTEM
detaioled error
com.sunopsis.tools.core.exception.SnpsRuntimeException: java.sql.SQLException: ORA-01658: unable to create INITIAL extent for segment in tablespace SYSTEM
     at oracle.odi.sdk.repository.OdiRepositoryManager.createMasterRepository(OdiRepositoryManager.java)
     at com.sunopsis.wizards.MasterRepositoryWizard.d(MasterRepositoryWizard.java)
     at com.sunopsis.wizards.MasterRepositoryWizard.f(MasterRepositoryWizard.java)
     at com.sunopsis.wizards.MasterRepositoryWizard.a(MasterRepositoryWizard.java)
     at com.sunopsis.wizards.MasterRepositoryWizard.a(MasterRepositoryWizard.java)
     at com.sunopsis.wizards.MasterRepositoryWizard$IvjEventHandler.actionPerformed(MasterRepositoryWizard.java)
     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
     at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
     at java.awt.Component.processMouseEvent(Unknown Source)
     at java.awt.Component.processEvent(Unknown Source)
     at java.awt.Container.processEvent(Unknown Source)
     at java.awt.Component.dispatchEventImpl(Unknown Source)
     at java.awt.Container.dispatchEventImpl(Unknown Source)
     at java.awt.Component.dispatchEvent(Unknown Source)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
     at java.awt.Container.dispatchEventImpl(Unknown Source)
     at java.awt.Window.dispatchEventImpl(Unknown Source)
     at java.awt.Component.dispatchEvent(Unknown Source)
     at java.awt.EventQueue.dispatchEvent(Unknown Source)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
     at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.sql.SQLException: ORA-01658: unable to create INITIAL extent for segment in tablespace SYSTEM
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
     at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
     at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:185)
     at oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows(T4CPreparedStatement.java:633)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1086)
     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2984)
     at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3057)
     at com.sunopsis.sql.SnpsQuery.executeUpdate(SnpsQuery.java)
     at com.sunopsis.dwg.xml.DwgXmlSession.execute(DwgXmlSession.java)
     at com.sunopsis.repository.manager.RepositoryManager.a(RepositoryManager.java)
     at com.sunopsis.repository.manager.RepositoryManager.masterRepositoryCreation(RepositoryManager.java)
     ... 29 more
Caused by:
java.sql.SQLException: ORA-01658: unable to create INITIAL extent for segment in tablespace SYSTEM
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
     at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
     at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:185)
     at oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows(T4CPreparedStatement.java:633)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1086)
     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2984)
     at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3057)
     at com.sunopsis.sql.SnpsQuery.executeUpdate(SnpsQuery.java)
     at com.sunopsis.dwg.xml.DwgXmlSession.execute(DwgXmlSession.java)
     at com.sunopsis.repository.manager.RepositoryManager.a(RepositoryManager.java)
     at com.sunopsis.repository.manager.RepositoryManager.masterRepositoryCreation(RepositoryManager.java)
     at oracle.odi.sdk.repository.OdiRepositoryManager.createMasterRepository(OdiRepositoryManager.java)
     at com.sunopsis.wizards.MasterRepositoryWizard.d(MasterRepositoryWizard.java)
     at com.sunopsis.wizards.MasterRepositoryWizard.f(MasterRepositoryWizard.java)
     at com.sunopsis.wizards.MasterRepositoryWizard.a(MasterRepositoryWizard.java)
     at com.sunopsis.wizards.MasterRepositoryWizard.a(MasterRepositoryWizard.java)
     at com.sunopsis.wizards.MasterRepositoryWizard$IvjEventHandler.actionPerformed(MasterRepositoryWizard.java)
     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
     at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
     at java.awt.Component.processMouseEvent(Unknown Source)
     at java.awt.Component.processEvent(Unknown Source)
     at java.awt.Container.processEvent(Unknown Source)
     at java.awt.Component.dispatchEventImpl(Unknown Source)
     at java.awt.Container.dispatchEventImpl(Unknown Source)
     at java.awt.Component.dispatchEvent(Unknown Source)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
     at java.awt.Container.dispatchEventImpl(Unknown Source)
     at java.awt.Window.dispatchEventImpl(Unknown Source)
     at java.awt.Component.dispatchEvent(Unknown Source)
     at java.awt.EventQueue.dispatchEvent(Unknown Source)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
     at java.awt.EventDispatchThread.run(Unknown Source)

Hi,
Its not a issue with ODI rather its issue with allocating table space to ODI to create master repos. Have a talk with your DBA and get it fixed. Bottom line, there is no space in your hard drive.
http://www.dbmotive.com/oracle_error_codes.php?errcode=01658
Thanks,
G

Similar Messages

  • Create new Master Repository - oracle technology exist in logical topology

    I have created a new master repository using the 'Create Master Repository' function in to an ORacle database user. This was all successful and I can sign in to topology manager as SUPERVISOR.
    However I notice that the physical topology includes the 'oracle' technology in the list but this is NOT present in the logical topology.
    When I import our models and projects that were developed elsewhere they fail becasue they are based on the oracle technology and this does not exist in the logical topology.
    If I try to create the oracle technology or import it I get an error index violation on AK_TECHNO which is the index on the SNP_TECHNO table.
    In the physical topology the oracle technology is shown as being both 'physical' and 'logical' (both check boxes are checked).
    Any ideas ?

    how can I find a way of admitting that this was indeed the case......................
    Turned off the hide unused technologoes and there they all are - including Oracle.................
    So that explains why it appeared at some point before - once some data servers had been defined etc...........
    I have my dataservers and schemas loaded now in the physical topology - but they are still not shoinwg in the logical topology - I think this is due to the data server in physical not being in the correct context. When I click the physical dataserver and go in to the contexts tab and choose global I get the error message (logical topology not configured for this context).

  • BAPI_MATERIAL_SAVEDATA - Error when i try to create a new material

    Hi.
    When I try to create a new material with bapi BAPI_MATERIAL_SAVEDATA, This function return following error :
    M3 - 262 - Enter a material number.
    I understand that is obligatory to fill this field to create a material, but i need that the system give an automatic material number .
    Is this posible with this bapi, or I need other function ?
    thanks.

    Hello
    Control will be at the Material type level.
    We will define whether the number range for Material type is internal (automatic assignment) or External.
    If it is set as External, we need to input the Material numebr externally.
    Please check your material type selection and number range for the same during the BAPI execution.
    More info :
    Define Number Ranges for Each Material Type
    In this step, you define the type of number assignment and the number range intervals for material master records. When creating a material master record, you must assign it a unique number. There are two ways of doing this:
    internal number assignment
    In this case, a number within the number range interval allowed is assigned by the SAP system.
    external number assignment
    Here, the user assigns a number within the number range interval allowed. You can define the intervals for external number assignment numerically and alphanumerically.
    You define the number range intervals for so-called groups. You assign one or more material types to each group.
    If you assign just one material type to a group, you can define both an internal and an external number range interval for the material type.
    Recommendation
    SAP recommends using internal number assignment. Since you can use matchcodes to select materials according to any desired criteria, it is not normally necessary to use a mnemonic external number.
    However, external number assignment can be advantageous if you want to use your materials in other systems outside the SAP system. However, the field Old material number and a matchcode are also available as standard for this purpose.
    Actions
    1. Assign each material type to a group. Remember that you can also group together more than one material type.
    2. Define the number range intervals for each group.
    warm regards
    Ramakrishna.

  • Created a New Master Page

    I have created a new Master Page for my Sharepoint Online site and the design works great, Except when I try to add a new app.
    When I go to Site Contents > Add an app and do a search for eg a list it comes up blank, but when I do back to default master page they all appear perfectly. Is there something that I need to put into the new Master Page to allow for these Apps to appear?
    I followed this guide to create the Master Page
    http://www.microsofttechnology.net/2013/09/branding-sharepoint-2013-online-custom_19.html
    Any help appreciated.
    Thanks 

    Yes Since you have changed the master page those options would not be available. If you try this on a different site collection where you haven't set the master page it would work perfectly fine. Even if you have set a master page on a site and you create
    a sub site under that site collection then it wont be available to you because it comes with the default master page templates. The only way to achieve this is by resetting the default master page( or selecting the other template available
    in change the look of website option) or by hiring a SharePoint developer who can create a similar site content page and options of lists and libraries for you or inherit it from the master page code.
    If you find this information helpful then please propose this as an answer and vote.
    Thanks.
    Kind Regards,
    Ujjwal Patel
     |
    SharePoint Online Support Engineer,MCPD,MCTS,MCAD.
     

  • My friend wanted to create a new iCloud account that was different to  her iTunes and app one when she deleted her iCloud account that was the same as her iTunes it won't let her log into her iTunes one now

    My friend wanted to create a new iCloud account that was different to  her iTunes and app one when she deleted her iCloud account that was the same as her iTunes it won't let her log into her iTunes one now what can I do to fix it she has paid or apps and songs and of she makes another account everything will be lost.
    Need help please :) thanks

    Ah thanks Razmee however there is NO option to delete the iCloud account in settings!

  • When I go to create a new project in imovie using the iPhone 5, I am not able to see any of my video clips or photos that are saved on the device.

    When I go to create a new project in imovie using the iPhone 5, I am not able to see any of my video clips or photos that are saved on the device.

    When you move or copy the compound clips with their events into an external drive all the events should be there. Not clear on why you want to move them into a single event. You can drag and drop from one event to another.
    Why are you using compound clips? You can simply copy the project from each machine with used media onto the external drive and that should do it.

  • I cannot recover my Master Password under 10.6.8. I want to change it. I do have my admin password for my account. How can I create a new master pw?

    I cannot recover my Master Password under 10.6.8. I want to change it. I do have my admin password for my account. How can I create a new master pw?

    If you are referring the Master Password that can be set in System Preferences>Security>FileVault, then see this thread:
    How to reset FileVault master password
    http://discussions.apple.com/thread.jspa?messageID=5822772
    As explained there, and for obvious security reasons, a new master password created in this fashion way will not unlock any pre-existing FileVault accounts. Resetting the master password is therefore only useful after you turn off FileVault in all existing accounts. You can then turn FileVault back on after the new master password is in place.

  • When I try to create a new Message on my Mac, Messages does not bring up my Contacts

    I have followed the instructions to setup Messages, I can send messages to the email addresses that I have memorized, but when I try to create a new Message on my Mac, Messages does not bring up my Contacts when I type in the search field for a person that has an iPad or iPhone.
    This sems out of sorts for an Apple product. Their stuff normally just works.
    For some reason, My Mac Mini with Mountain Lion doesn't recognize my contact names, or it isn't synched with my contacts...
    Anybody else want to weigh in, please?
    Thank you!

    Hi,
    I would point out that I did say...
    Of course the Contacts List has to have people listed in it.
    The Error seems to be that you have not even got an My Card.
    The OS when the computer is brand new and you set up the first Admin Account should create at least once Card entry for the Address Book/Contacts which has the Head and Shoulders icon (the My Card)
    The does presume the the first account on the Mac doers have a person's First name and Last name to work with.
    Of course not everyone sets things up this way.
    Anyhow
    To Check the Contacts List open the app.
    Go to the Preferences.
    Go to the Accounts section.
    This should list at least two "accounts
    One is for Syncing with iCloud and the other is for storing the Info on the Mac itself
    In System Preferences > iCloud you can only set up one Apple ID to be the iCloud ID.
    If you do or have changed this you may have extra accounts in the Contacts > Preferences > Accounts
    Uploaded with Skitch!
    7:36 PM      Thursday; September 6, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • "When I try to create a new file I am getting this message:  "While executing getDynamicContent in AddressURL.htm, a JavaScript error occured".... what should I do?  Thank you, Lisa

    "When I try to create a new file I am getting this message:  "While executing getDynamicContent in AddressURL.htm, a JavaScript error occured".... what should I do?  Thank you, Lisa

    Troubleshoot JavaScript errors | Dreamweaver CS4, CS5, CS5.5, CS6
    Start with steps #4, #12 and #10.
    Nancy O.

  • Creating a new Master Page for new SharePoint 365 Environment

    Hello,
    If you create a new Master Page for your 365 site collection should all the Promoted Links, List Headings, etc. (standard items that are in the OOO SP Master Page) still remain the 'Blue SP Color' or are you able to change these items in the Master
    Page as well?  If someone needs additional information on my question please let me know.
    Thank you in advance!
    Joanie

    Hi Joanie,
    use those article to build your master page for office 365
    http://rstagg.com/2013/04/17/office-365-branding-creating-a-custom-masterpage-for-your-office-365-public-facing-website/
    http://msdn.microsoft.com/en-us/library/jj822370.aspx
    Kind Regards,
    John Naguib
    Technical Consultant/Architect
    MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation
    Please remember to mark your question as answered if this solves your problem

  • Hey, when i try to create a new piece on garage band it pops up with a box saying 'file could not be opened' help please!

    hello, when i try to create a new piece or try to start a new piece of music on garageband a box pops up and says file could not be opened. I need a quick and helpful responce please. thankyou

    That makes sense. You already have a Sync account with that email address, so it's already in use. If you want to use that same email but you can't remember the sync key follow the steps provided [https://support.mozilla.com/en-US/kb/Firefox%20Sync%20is%20not%20working?s=sync&as=s#w_ive-lost-my-sync-key-what-can-i-do here].
    The other option is to delete your account in the following address: https://account.services.mozilla.com/account/delete and start from scratch.

  • Aperture crashes when I try to create a new project

    Hello all, having an odd problem with Aperture crashing when I try to create a new project.
    I suspect the problem is likely related to the library file's permissions, as I was previously working with this library as another user (stopped using the account because of issues solved by too many fonts being installed).
    The problem occurs when I finish naming the project and hit enter, so presumably when Aperture attempts to save the new project into the library file.
    Any ideas?

    Ha i figured as much...
    Thanks for the help. Wish i could just update I movie!!!!

  • FaceTime won't accept the password which I wrote down some time ago and doesn't provide a "forgot your password" option. And when I try to create a new account it tells me that my email is already registered. What can I do to revise my password?

    FaceTime won't accept the password which I wrote down some time ago and doesn't provide a "forgot your password" option. And when I try to create a new account it tells me that my email is already registered. What can I do to revise my password?

    Hello Sheila,
    Thank you for the details of the issue you are experiencing with FaceTime.  It sounds like your Apple ID password is not being recognized. 
    You can reset your password using the steps in the following article:
    Apple ID: If you forget your password
    http://support.apple.com/kb/HT5787
    You can contact the Account Security team if you are unable to reset your password using those steps:
    Apple ID: Contacting Apple for help with Apple ID account security
    http://support.apple.com/kb/HT5699
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • HT2534 i have a half-filled form for my apple id account & in it there is no option as NONE for credit card payment method. Now when i try to create a new account it asks me for a different email/apple id as my actual id already exists???

    i have a half-filled form for my apple id account & in it there is no option as NONE for credit card payment method. Now when i try to create a new account it asks me for a different email/apple id as my actual id already exists???

    If you want to use the email address that you used on the first account then you will need to remove it from that first account before you can do so e.g. via the Store > View Account menu option on your computer's or via http://appleid.apple.com - you can create a new email address via http://gmail.com or http://hotmail.com to replace it with.

  • Why do my text messages quit when I try to create a new message?

    Why do my text messages quit when I try to create a new message?

    Don't know.  But have you tried the basic troubleshooting steps recommended in the User Guide?  What exactly HAVE you done to troubleshoot your issue?

Maybe you are looking for

  • Problem with DATE in Interactive Report

    Hello, In Interactive Report when I click on the header of any column with DATE datatype, nothing happens due to Javascript error: Line: 2 Char: 14838 Error: Expected identifier, string or number Code: 0 Click on any other column works perfectly as w

  • Back too XP OK I give

    Back too XP ::: Could not stand the sound coming out of my 300 dollar speakers and 200$ sound card ,OMG! creative,Nvida,Asus ,all of them DRIVERS JUST S..K ASS,with vista ultimate

  • My iphone 5c "all contacts" list suddenly shows groups in the upper left corner and has lost the phone numbers on most of them.  how do I get them back?

    The contacts list on my iphone 5c suddenly shows groups in the upper left hand corner of the all contacts list and many of the phone numbers no longer show.  How do I get them back?  I can't seem to get the groups word to disappear.

  • Deleting photos

    It happens quite often that, trying to delete photo/s form the basket, iPhoto6.0.5 shuts itself. When I reopen it, the photo/s is/are still in the basket. How can I get rid of it/them? I send them to the basket directly from the Library, after having

  • Lost all bookmarks & hyperlinks are now black! (Mac)

    While using firefox my browser froze as i ran out of memory. I tried to close some windows while the browser was paused, however it was frozen so i had to force quit. When i re opened firefox all my bookmarks were gone, both in the toolbar and bookma