Max limit reached for tablespace in SAP BW

Hi Friends,
We are having one SAP BW system on DB6, AIX...in that the max limit for tablespabe is 512GB, which is going to be exceeded soon...
So it is planned to move some tables from tablespaces of aggregates i.e. FACTI, FACTD into new tablespaces...
How can this be achieved?
Thanks & Regards,
Kunal Patel.

He Kunal,
As mentioned by Jens, you can use the DB2 9's Large RIDS (Larger Record Identifiers) support which significantly increases the size limit for table space.  SAP has a tools to do the conversion for you - OSS Note 11058956 (ABAP tool for activating large RIDs).
Regards,
-Beck

Similar Messages

  • "Subscriptions limit reached for same user" validation error when trying to create a subscription to a product - wha can cause this?

    Hi,
    I've created a third product level called "partner" other than the two that come as standard.
    I'm running through the process of taking an existing user from the starter product to the partner product, and am subscribing the user to partner before removing the starter subscription. There seems no problem with a user having both a starter and unlimited
    subscription, but am getting the following error when subscribing to partner.
    "Subscriptions limit reached for same user"
    This is using a subscriptions put. The same code works fine when upgrading to unlimited.
    What can cause this?
    Andy

    Hi Miao,
    The function to promote someone to partner is:
    public async Task<ActionResult> ToPartner(string id)
    //add partner subscription
    var prodId = await APIMHandler.GetProductIdFromName("Partner");
    var subscriptionId = Guid.NewGuid().ToString();
    //set apim role to partner
    var partnerId = (await APIMHandler.GetGroups()).First(a => a.name == "Partners").id;
    await APIMHandler.AddUserToGroup(id, partnerId);
    if (await APIMHandler.SubscribeToProduct(subscriptionId, id, prodId))
    //disable starter subscription
    await ApimDelegationController.HandleFreeSubscriptionRemoval(id);
    //set local role to partner
    await UserManager.AddToRoleAsync(id, "Partners");
    return RedirectToAction("Index");
    Where subscribetoproduct is:
    public static async Task<bool> SubscribeToProduct(string subscriptionId, string UserId, string productId)
    //The REST API and the delegation are inconsistent in how they represent ids.
    if (!UserId.StartsWith("/users/"))
    UserId = "/users/" + UserId;
    if (!productId.StartsWith("/products/"))
    productId = "/products/" + productId;
    var client = new HttpClient();
    client.DefaultRequestHeaders.TryAddWithoutValidation("Authorization", "SharedAccessSignature " + CalculateAcessToken(ApimIdentifier, ApimPrimaryKey));
    var uri = ApimBaseUrl + "subscriptions/" + subscriptionId.ToString() + "?api-version=" + ApiVersion;
    var response = await client.PutAsJsonAsync(uri, new { userId = UserId, productId = productId, state = "active" });
    if (response.StatusCode == System.Net.HttpStatusCode.Created)
    return true;
    if (response.StatusCode == System.Net.HttpStatusCode.Conflict)
    var error = await response.Content.ReadAsStringAsync();
    return false;
    if (response.StatusCode == System.Net.HttpStatusCode.BadRequest)
    var error = await response.Content.ReadAsStringAsync();
    return false;
    var errorf = await response.Content.ReadAsStringAsync();
    throw new Exception(string.Format("Error in SubscribeToProduct: return status {0}. Content: {1}", response.StatusCode.ToString(), errorf));
    The status code is "BadRequest" and the error provided earler is returned.
    So at this time the user is added to the "partners" group, but I can't subscribe them to the Partner subscription, which is accessible to members of the partner group.
    Andy

  • Account limit reached for icloud.?

    Hey.. I need to know why i can´t acces icloud..
    I have other accounts.. because some people come to my computer then i configure them.
    but now. i don´t know why this limit???
    what to do...?? helpp!!!!!!!!!!!!

    Hmm, FREE ??
    I pay for this service, and just want to be able to create new iCloud accounts for my coworkers, witch is now made pretty impossible ...
    I want to create a new iCloud account (AppleID) on my Mac, but it says:
    Account Limit Reached
    This device is no longer eligible for creating an iCloud accunt.
    This seems ridiculous to me, and I don't have another device to create a new account, I want in on THIS machine ...
    I used this machine to create at least 17 iCloud accounts, it gave no problems at all before, this must be a serious bug, I hope !!
    At least in an earlyer stage this was not a problem, deleting any iClouds accounts on my machine does not solve this issue neither.
    As far as I know there is no other way to create an AppleID using any xxx@icloud address ??

  • 'Max identity limit reached for same contact number' - question

    Hi everyone, I need some help figuring out what this error means. It happend ever since I switched from pay as you go to pay monthly a while back. When O2 made the switch I noticed some weird behavoir on my account, for example every time I log in to O2.co.uk I have to reset my password regardless if it is correct or not, and also the iphone app has never seemded to work for me. I found this error the other day trying to reset my contact details and I think it may be related.http://imgur.com/igeW5kI Any information on how to fix this would be really helpful as I am not sure what exactly has happened here.. Thanks all,Dave    

    Hi I am not sure at all .....though I do know IMgur means an Internet Image sharing website....Are you actually trying to log into My O2? http://www.o2.co.uk/myo2Maybe you need to contact O2 and ask them to look at reprovisioning your account. Its the only other thing I can think of. I presume you have rebooted your phone numerous times?http://www.o2.co.uk/contactus
     

  • How to increse max limit 100 for an assignment block

    Hi,
    In the accounts overview, we have an assignment block for service contracts. A particular BP has more than 100 contracts. but this assignment block displays only 100 contracts. Need to increase this limit.
    Kindly suggest a solution. Let me know if you need more details.
    System is CRM 5.2
    Regards,
    Vinay Sah

    Hi,
    @Gangadhar - Great coincidence. i just did what you told and was about to share the result with you guys when i saw your post. Actually the method which you have mentioned is called when you search for a contract from the search screen. anyways i appreciate your efforts for me. thanks a lot.
    @Carl - Thanks for the hint you gave me which helped to find the root cause.
    Problem lies in class CL_BUPA_IL_ONE_ORDER_COMP, method Read. At line number 52, a call is made to method get_result_ of class CL_CRM_Q1O_SEARCH. In this call, 100 has been harcoded for importing parameter iv_max_hits. Since this is a generic method for all BT, can't change this.
    I guess SAP could have thought of some better solution than limiting this to 100, like asking the user via a popup or informing the user via a msg that more than 100 docs exist and you can see them by expanding the assignment block. I know this can be complex but after all they are SAP guys, who have built this such a complex system, nothing is impossible for them.
    I don't know how to resolve this. Maybe i'll open an OSS message to SAP and ask them.
    Thank you guys for all your help.
    Regards,
    Vinay Sah

  • How do I correct the error message: Activation Limit reached for creative suite

    I have the software loaded on only TWO computers. A desktop computer running Win-XP and a recently purchased Win 8 laptop running windows 8
    any help would be greatly appreciated.

    Hi Ted,
    Welcome to Adobe Community.
    This error message would only pop up once we have installed the product on two machine already and trying to get the product installed and activated on a third machine .
    I would request you to please connect with the Adobe support team over the phone/Chat and they should be able to provide a solution there and then for you .
    Contact Adobe # http://helpx.adobe.com/contact.html
    Regards,
    Kartikay Sharma

  • New computer - activation limit reached for Photoshop Elements 10

    I purchased a new PC with Windows 7.  I had the C drive in the old computer installed into the new computer as a D drive. Photoshop Elements had been installed on the old C drive. I then installed Photoshop Elements on the C drive in the new computer. I'm now receiving an Adobe Activation screen that states "This serial number has already been activated on two computers. You must correct this problem to continue. To correct and successfully activate this product you must deactivate one of the other activated copies." Instructions for deactivation state the it's an option located under the Help tab. Unfortunately in both versions of PS 10 running on this computer the "Deactivate" option is grayed out.
    Now what? Should I uninstall the version on my C drive, and will this fix the problem?

    You need to contact support directly for activation/deactivation and other installation issues. It’s usually possible to start a live chat, if an Adobe agent is free, and often to get the problem fixed right away. You will need your serial number.
    To get help now click here for product support

  • Clipping path limit reached for TIFF Preview,

    I'm just starting to get this message when saving a file I've been working on for a week
    I'm not sure what's new in the file but I don't have ant TIFF's or any clipping paths in the file
    CS3
    Steve

    Got this message this morning in a not very complicated or large file. It doesn't seem to affect anything. Anyone have any ideas what and why this is?

  • BYE Connection limit reached

    Hi, Everyone
    My customer's site use Webmail (using JavaMail API and customer made webmail module) connect IMAP.
    Rescently, I can see the following IMAP log.
    2006/11/15 16:51:38 <E> <com.daou.winip.mail.manage.UserLoginManager> javax.mail.MessagingException: * BYE Connection limit reached
    for your IP address;
    nested exception is:
    com.sun.mail.iap.ConnectionException: * BYE Connection limit reached for your IP address
    As a result of this, login is very slow and IMAP connection is disconnected.
    Anyone who experienced this, plz let me know how to solve this problem.
    Mail version are iMS5.2 patch2 and JES6.2
    iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)
    libimta.so 5.2 Patch 2 (built 19:30:12, Jul 14 2004)
    SunOS mail 5.8 Generic_108528-13 sun4u sparc SUNW,Ultra-Enterprise
    ./imsimta version
    Sun Java(tm) System Messaging Server 6.2-3.04 (built Jul 15 2005)
    libimta.so 6.2-3.04 (built 01:43:03, Jul 15 2005)
    SunOS fly 5.9 Generic_118558-06 sun4u sparc SUNW,Ultra-60
    And I didn't change any IMAP setting.
    Thanks

    My mail provider has further indicated that even during part of the period I am idle and not opening any of my folders in mail App, sometimes the app is hitting the IMAP mail server. This is not an expected behaviour he is saying.
    It perhaps implies that the iOS mail App is having bug.

  • Error: Max processing time or Max records limit reached

    Hi All,
    While I run the report in Infoview, I get the below error:
    Unable to retrieve object:
    Max processing time or Max records limit reached
    Kindly suggest me.
    Thanks,
    Meena

    There is a default limit on the number of records returned and on the time out of an 'idle' connection..These could be set in the CMC , however first try to check the query for that report and see if it is applying your record selection criteria at the database level  ( use the Show Sql option and see if all your selection criteria have been turned into WHERE clauses)
    - this will drastically reduces both the number of records returned to the Crystal and the time it takes for...
    You can find setting here:
    CMC>servers>page server>properties
    Its always not recommended to set it to unlimited as page server is not a robust server, you need to schedule such reports that uses job server which is more robust.
    Regards,
    Parsa.

  • Redirecting the message Max User Limit Reached to page

    Hi Gurus,
    We have set a user limit parameter in portal to limit the no of users logging into portal at a time...This parameter was set for each server node.
    Now as soon as the limit reached on any of the sap server, then that triggers the message to the new user that "MAX_USER_LIMIT_REACHED".
    We wanted to redirect this message/page to a different page where we say that user has to try after 15 minutes as the system is loaded now....
    Can Anyone help me in knowing how to get this message/page redirected.
    Regards,
    Radhe.
    Edited by: radhe# on Mar 12, 2010 6:56 AM

    Hi I am not sure at all .....though I do know IMgur means an Internet Image sharing website....Are you actually trying to log into My O2? http://www.o2.co.uk/myo2Maybe you need to contact O2 and ask them to look at reprovisioning your account. Its the only other thing I can think of. I presume you have rebooted your phone numerous times?http://www.o2.co.uk/contactus
     

  • Device is no longer eligible for creating a free icloud account how to create on iphone, How do I create an apple ID if it says " No longer eligible for creating a free iCloud account "? It says Account limit reached?

    device is no longer eligible for creating a free icloud account how to create on iphone, How do I create an apple ID if it says " No longer eligible for creating a free iCloud account "? It says Account limit reached?
    Kindly advice.
    Thanks
    Mahfooz

    I had the same issue on my iPod touch 4th Gen, I noticed the issue after updating the device to 6.1.5. I dont know what device or IOS your running but if it is similar then I think this ma be the cause. My solution to you is to create a free apple ID on their website, https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/createAppleId. Hope this helped and good luck!

  • Material Transaction sequence reached max limit in Version 11.0.3

    Problem Desc:
    Oracle Applications Version 11.0.3
    Material Transaction sequence reached max limit.
    Material Transaction sequence got exhausted.
    All the material transacted got stuck in AQ Process.
    Material transactions done are pertaining to PO Receipts, Sub Inventory transfer, Inter Org transfer,
    Could you please advice a solution.
    Thanks and Regards
    Aditya

    Hello,
    I had similar problem standard seq reached max limit. I could not book sales order. Solution from metalink was simple alter seq.
    http://docs.oracle.com/cd/B13789_01/server.101/b10759/statements_6014.htm
    MAXVALUE
    Specify the maximum value the sequence can generate. This integer value can have 28 or fewer digits. MAXVALUE must be equal to or greater than START WITH and must be greater than MINVALUE.
    Regards,
    Luko

  • Max limit for Hierarchy

    Hi,
    The client has varying levels of people reporting levels.Some go down just three levels, others go down 14 levels.
    What is robust way to model and store that hierarchy and present its hierarchy values in OBI.
    Is 11 the max limit for Hierarchy?
    Thanks

    AFAIK, I dont think there is any thing limiting about OBIEE in terms of max. levels within a hierarchy other than the limits set by your data source (oracle has 1000 column limit AFAIK in a table).
    Swapan.

  • I have the ipad 4g and it is displaying the message "resource limit reached" only had it for two days

    I have the ipad 4g and it is displaying the message "resource limit reached" only had it for two days

    Are restrictions turned on?  I suspect the "resource limit" is something that is set there.
    Settings > General > Restrictions

Maybe you are looking for