SESSION_PER_USER limit gets exceeded

I have an applicatiion which queries from bugDB using a Dblink. There are an items in page which are entered/selected, that go as input into a query associated with the resion. When I submit, query get executed and records are displayed. When I do this selection/execution a few times SESSION_PER_USER limit get execeeded message is displayed.
I think every time a query is getting executed there is a database session which gets created and this gets execeeded. I have to wait for some time, before presumably a background process clears the connection. I tried logging out or closing browser. It did not help much.
I am not sure of the solution!
Is there a way everytime II exceucte a query, I close the session including the database conenction in the background and then restart a new session. Experts please help out!
Regards
ravi

For a long as I can remember, OPEN DB LINKS default limit is 4. Closing and then re-opening DB links is horribly inefficient. Re-quering underlying tables every time you page through a resultset can also be very inefficient too (especially when your underlying data isn't changing), especially over DB links.
What I've done to solve my similar issues is:
1) -- Increase open DB links to allow for more without having to close them all the time.
-- execute immediate 'alter session close database link <linkname>';
-- DBMS_SESSION.close_database_link ('<linkname>');
-- DBA priv required
alter system set open_links=20 scope=spfile;
2) Use collections to allow the same SQL to be used with different DB links.
-- to avoid leaving lots of cached data lying around, you probably want to consider deleting collections when you navigate away from the page that uses them.
-- Consider page0 as a good place for the cleanup.
Re: Dynamic database link with IR
3) If your remote queries are slow, try including DRIVING_SITE hint
(in my Apex experience, even if all tables are remote - maybe due to the way Apex variable substitution / bind variables are handled?)
Re: Page load is timing out

Similar Messages

  • Free item gets confirmed before main item if credit limit is exceeded

    Hi,
    I am facing an issue,My stock balance is 10000,in sales order ordered main item is 11000 and free items is 1100.IF the credit limit is not activated for the customer means,Scheduled quantities is coming perfect.
    Now,The customer's credit limit got exceeded and sales order is released via vkm3 the system is confirming only free items(Tann).It's not confirming main items(Tan).
    Kindly suggest me.
    Regards,
    Prabhu.

    Hi
    The only other way i see to stop is to tick / activate complete delivery indicator in Sales Order and use incompletion procedure or make this field as mandatory in customer master but in the second case it will be applicable for all orders for customer .
    Regards
    Rohit

  • Wierd behavior, error #554-5.3.4 Content conversion limit(s) exceeded

    Hello
    My customer have a local Exchange 2010 SP3 installation. 
    They use a 3-party line of business application that tries to send an email with an attachment to another internal user.
    The applications uses API to open a new mail in Outlook 2010 where the email is ready to send with the recipient, body and attachment. 
    If the user presses send. They get a NDR right away. But if they remove the recipient address and type it manually again it works. 
    The NDR says 
    Diagnoseinformasjon for systemansvarlige:
    Genererende server: FS1.mydomain.local
    [email protected]
    #554-5.3.4 Content conversion limit(s) exceeded 554 5.3.4 STOREDRV.Submit.Exception:ConversionFailedException; Failed to process message due to a permanent exception with message The content conversion limit has been exceeded. ConversionFailedException: The content conversion limit has been exceeded. ##
    Opprinnelige meldingshoder:
    Received: from FS1.mydomain.local ([fe80::39d4:621:4758:d99]) by
    FS1.domain.local ([fe80::39d4:621:4758:d99%13]) with mapi id 14.03.0123.003;
    Fri, 20 Sep 2013 11:29:04 +0200
    MIME-Version: 1.0
    Content-Type: text/plain
    Date: Fri, 20 Sep 2013 11:29:04 +0200
    Message-ID: <[email protected]>
    Subject: =?iso-8859-1?Q?P=E5minnelse?=
    Ive read up on Content conversion limit(s) and tried setting different limits on my transportconfig, transportserver, receiveconnector, sendconnector etc. Without any luck.
    I see that alot of other users that get a similar NDR. Have descriptions that specify more detailed error reasons. Like for example to many attachments or to large header. But mine don't.
    So i activated Pipeline tracing and content conversation tracing. 
    This is my output
    Microsoft.Exchange.Data.Storage.ConversionFailedException: The content conversion limit has been exceeded.
    at Microsoft.Exchange.Data.Storage.ConversionAddressCollection.CreateResolutionList()
    at Microsoft.Exchange.Data.Storage.ConversionAddressCache.Resolve()
    at Microsoft.Exchange.Data.Storage.ItemToMimeConverter.get_AddressCache()
    at Microsoft.Exchange.Data.Storage.ItemToMimeConverter.WriteFromHeader()
    at Microsoft.Exchange.Data.Storage.ItemToMimeConverter.WriteMimeHeaders(MimeFlags flags)
    at Microsoft.Exchange.Data.Storage.ItemToMimeConverter.ConvertItemToSummaryTnef(MimeStreamWriter writer, ConversionLimitsTracker limits, Boolean base64Encode)
    at Microsoft.Exchange.Data.Storage.ItemConversion.<>c__DisplayClassc.<InternalConvertItemToSummaryTnef>b__b()
    at Microsoft.Exchange.Data.Storage.ConvertUtils.CallCts(Trace tracer, String methodName, LocalizedString exceptionString, CtsCall ctsCall)
    at Microsoft.Exchange.Data.Storage.ItemConversion.InternalConvertItemToSummaryTnef(Item itemIn, Stream mimeOut, OutboundConversionOptions options)
    at Microsoft.Exchange.Data.Storage.ItemConversion.ConvertItemToSummaryTnef(Item itemIn, Stream mimeOut, OutboundConversionOptions options)
    OutboundConversionOptions:
    - detectionOptions: CharsetDetectionOptions:
    - preferredInternetCodePageForShiftJis: 50222
    - requiredCoverage: 100
    - preferredCharset: null
    - encodeAttachmentsAsBinhex: False
    - suppressDisplayName: False
    - internetMessageFormat: Mime
    - internetTextFormat: HtmlAndTextAlternative
    - imceaEncapsulationDomain: mydomain.no
    - preserveReportBody: True
    - byteEncoderTypeFor7BitCharsets: UseQP
    - clearCategories: True
    - owaServer:
    - logDirectoryPath: C:\Program Files\Microsoft\Exchange Server\V14\TransportRoles\Logs\PipelineTracing
    - isSenderTrusted: True
    - dsnWriter: Microsoft.Exchange.Extensibility.Internal.DsnHumanReadableWriter
    - userADSession: Microsoft.Exchange.Data.Directory.Recipient.ADRecipientSession
    - useRFC2231Encoding: False
    - recipientCache: Microsoft.Exchange.Data.Directory.Recipient.ADRecipientCache
    - demoteBcc: False
    - useSimpleDisplayName: False
    - partialStnefConversion: False
    - resolveRecipientsInAttachedMessages: True
    - quoteDisplayNameBeforeRfc2047Encoding: False
    - filterOutPredecessorChangeList: False
    ConversionLimits:
    - maxMimeTextHeaderLength: 2000
    - maxMimeSubjectLength: 255
    - maxSize: 2147483647
    - maxMimeRecipients: 12288
    - maxBodyPartsTotal: 250
    - maxEmbeddedMessageDepth: 100
    - exemptPFReplicationMessages: True
    It is worth mentioning that the email only has 3 lines of text and the attachment is a 72 KB .tif file. Their is only one recipient. It doesn't matter what the recipient is. As long as he is the recipient from the line of business application.
    The total .msg message size is 89 KB in total. 
    Im completely stuck and appreciate every input.  

    Really sorry to say Rob that we didnt find a solution. Our client just accepted it. Both Microsoft and the application provider pointed the finger at each other. And we hope to move this customer to Office 365 instead in time. 
    Kinds regards
    Karl Jørgen Weme
    MCP
    Please remember to click “Mark as Answer” on the post that helps you, and to click
    “Unmark as Answer” if a marked post does not actually answer your question. Please
    VOTE as HELPFUL if the post helps you. This can be beneficial to other community members reading the thread.

  • CTI warning: The request failed because the timeout limit was exceeded.

    hi,
    For a perticular IP Phone extension when agent is going to login using CTI agent toolkit then CTI generatin this msg "CTI warning: The request failed because the timeout limit was exceeded". but the other ph is working fine. I have deleted this phone and add againg. And the ph re-associate with PG and JTapi user. but still have the prob. For more plz see the find attached.

    Your first troubleshooting step here should be to check what JTAPI Gateway thinks is the state of that extension, you can easily check that through procmon. Here's an example from my lab.
    C:\Documents and Settings\Administrator>procmon ipcc pg1a jgw1
    >>>>jdi 2000
    >>>>
    Addr: 2000      ActiveLines: 0          RegistrationState: IN_SERVICE
            m_CurrentInvokeID = 0
            m_elapsedTPServicesRequestSeconds = 0
            queuedDTMFDigits = null
            sendingDTMFInProgress: N
            sendQueuedMsgAddCallObserverResponse: Y
            monitoredVirtualDialerPort: N
            virtualDialerPort: N
            loggedInAgent: N
            DeviceStatus : UnmonitoredDevice
            addressDeviceType : GWMSG.DEVICE_TYPE_DEVICE
            observeredTypeString : logged Out Agent Device
            isAddressRestricted: N
            addressDeviceProtocol : PROTOCOL_SCCP
            silentMonitorStatus : 0
            silentMonitoredCallID : -1
            TerminalName : SEP001BD52C547F
    The RegistrationState should be IN_SERVICE for a phone that is registered with CUCM. If you can see that the phone is registered with CUCM in it's adminsitration pages, made sure that it's in the list of associated devices, made sure you're running the correct version of the jtapi plugin and still see it as OUT_OF_SERVICE, you're probably looking at a CTI Manager defect. CSCti07947 and CSCti11651 spring to mind but there are probably a couple more.
    Most of these defects should be fixed in releases like CUCM 7.1(5), 8.0(x) and up. If the issue persists, you're probably best off opening a TAC Service Request to identify the exact cause. The PG (JTAPI Gateway) only shows you what it gets from CTI Manager, so as you can see from my above observations, you'd want to focus your troubleshooting on the CUCM end.

  • ORA-12540 TNS Internal Limit REstriction Exceeded

    I was trying to install personal 9i on my Dell running XP. The install goes fine until it gets to creating the database and then I get ORA-12540 TNS: Internal Limit Restriction Exceeded. What am I doing wrong?

    oerr ora 12540
    12540, 00000, "TNS:internal limit restriction exceeded"
    // *Cause: Too many TNS connections open simultaneously.
    // *Action: Wait for connections to close and re-try.
    How many TNS connections you are having on your box?
    Daljit Singh

  • Sales order is blocking while credit limit is exceeded ...

    Dear Friends ,
    Client issue  regarding credit management ,
    all customers are defined under low risk category ,
    in OVA8 transaction code we activated 
    i) For Static credit check : reaction D & status Block checked & open orders , open deliveries are blocked
    ii) For Oldest open items :  reaction D & status Block checked & days oldest item 10 days
    Issue is ,
    while creating a sales order pop-showing credit limit is exceeded but it is not blocking the sales order , some not blocking the delivery .  It is showing only pop-up for when it is in periods from 10-60 days in F.31 transaction code  . requirement is it should be blocked .
    Please respond asap ...
    thanks in advance ...

    Dear,
    Oldest open Item check works as follows.
    Say, you have set the Oldest Open Item indicator with D and Block (activated) and Days oldestItem as 1.
    Then, the system will check if there are any any open accounting documents (billing documents which accounting document is created and not cleared) - and will consider the bill due date too, and will validate, if there are any open items which has crossed the billing due date, and that cross count is greater than the one mentioned in OVA8.. If any such document is there, then it will block the sales document..
    say: Billing date: 10/10/ 2011
    Payment terms: due in 10 days
    Then, this will be treated as oldest open item after 20/10/2011..
    If you are creating document on 22/11/2011, the system will block the new order as this document exceeds the count (count in OVA8 is 1; whereas, this document is older than 2 days)..
    Hope this clarifies about oldest open item and when the system will block the sales order..
    Check in FD10n, this will show you all details clearly..
    If the credit block is set, still you are able to create delivery, check any seasonal factor or checks in financial A/R summary is maintained (if anything)..
    thank you
    Venkatesh

  • Preposition size limit was exceeded

    Hi Everyone,
    I have a preposition job that's trying to copy a folder roughly 108GB in size (comprised of subfolders and files).  I have the job running nightly and it always terminates after several hours copying about 27GB of data saying, "Preposition size limit was exceeded."  I understand that we might be running into the reserved cache limit, and I have already set the preposition to use 100% of the cache.
    My question is, if this job terminates after copying 27GB of the 108GB, what happens the next time this job starts on the next scheduled iteration the following night.  Right now, it is set to "Files changed since last preposition."  Will the preposition resume where it last Status:Terminated or will it start over since it wasn't Status:Complete task (ie. I'll never copy the full 108 GB since it keeps starting over)?
    The versions of the two WAAS devices on each end:
    Cisco Wide Area Application Services Software (WAAS)
    Copyright (c) 1999-2012 by Cisco Systems, Inc.
    Cisco Wide Area Application Services (accelerator-k9) Software Release 4.4.7 (build b4 Apr 25 2012)
    Version: nme-wae-502-4.4.7.4
    Cisco Wide Area Application Services Software (WAAS)
    Copyright (c) 1999-2012 by Cisco Systems, Inc.
    Cisco Wide Area Application Services (accelerator-k9) Software Release 4.4.7 (build b4 Apr 25 2012)
    Version: oe512-4.4.7.4
    Thanks,
    JP Babiera

    Hi JP,
    I was digging into details and i got this in user guide:
    Step 4 Ensure that the Status column shows Completed.
    If this column shows a failure, look in the Reason column for an explanation that can help you troubleshoot why the preposition task failed. After resolving the issue, you can schedule the preposition task to run again now, or wait until the scheduled start time and check the status again later
    So looking at this explanation it does seem that prepositioning should resume where it actually left off.
    For more details please visit the below link and section: Checking the Preposition Status
    http://www.cisco.com/en/US/docs/app_ntwk_services/waas/waas/v413/configuration/guide/filesvr.html#wp1043724
    Regards,
    Kanwal

  • OGG ABEND TNS:internal limit restriction exceeded

    I Want to determine the cause..error
    Stopped Primary Extract.
    command START EXTA....
    but EXTA error occurred.
    EXTA error log ..............................................................................
    ERROR   OGG-00665  Oracle GoldenGate Capture for Oracle, exta.prm:  OCI Error during OCIServerAttach (status = 12540-ORA-12540: TNS:internal limit restriction exceeded), SQL<Not available>.
    a few minutes later starting process again. then Extract was started.
    at the time swap memoery was full.
    these phenomena are related to the OGG ?
    DB error log.................................................................................
    TNS-12500: TNS:listener failed to start a dedicated server process
    TNS-12540: TNS:internal limit restriction exceeded
      TNS-12560: TNS:protocol adapter error
       TNS-00510: Internal limit restriction exceeded
        Solaris Error: 12: Not enough space

    Thanks for comming back.
    while this issue happens login to db directly even as sysdba takes a while and could not even view listener status. I tried to kill some of the processes base on below cmd.
    ps -eaf|grep LOCAL
    then I am able to connect to db , also Listener responds.
    i also noticed queuesize was set on listener.ora and removed it , and set the trace levels to 10.
    Listener has been restarted now. Seems stable at the min.
    But i am not sure if the actuall issue has been resolved or not.
    I also checked the resource limit
    none of them reached limitation
    RESOURCE_NAME CURRENT_UTILIZATION MAX_UTILIZATION INITIAL_AL LIMIT_VALU
    processes 324 688 700 700
    sessions 335 478 1088 1088
    enqueue_locks 580 768 14380 14380
    enqueue_resources 286 314 3011 UNLIMITED
    ges_procs 0 0 0 0
    ges_ress 0 0 0 UNLIMITED
    ges_locks 0 0 0 UNLIMITED
    ges_cache_ress 0 0 0 UNLIMITED
    ges_reg_msgs 0 0 0 UNLIMITED
    ges_big_msgs 0 0 0 UNLIMITED
    ges_rsv_msgs 0 0 0 0
    gcs_resources 0 0 0 0
    gcs_shadows 0 0 0 0
    dml_locks 0 0 100 UNLIMITED
    temporary_table_locks 0 64 UNLIMITED UNLIMITED
    transactions 0 0 1196 UNLIMITED
    branches 0 1 1196 UNLIMITED
    cmtcallbk 0 6 1196 UNLIMITED
    max_rollback_segments 63 63 1196 65535
    sort_segment_locks 12 80 UNLIMITED UNLIMITED
    k2q_locks 0 0 2176 UNLIMITED
    max_shared_servers 0 0 UNLIMITED UNLIMITED
    parallel_max_servers 0 96 640 3600

  • How to reset site after data transfer limit is exceeded

    hi everyone
    i wonder if you can help me, i exceeded my data tranfer limit on the 9th of the month, as i published a new site many people viewed it and the limit was exceeded quickly. now it is the 16th and the site is still unavailable. why is this? can anybody help me sort this out? its just a few photos and one small video. its rather frustrating,
    thanks very much
    mac oX   Mac OS X (10.4.7)  
    mac oX   Mac OS X (10.4.7)  

    Sounds like a question for Apple/.Mac support???

  • HT1420 I use two MacBook pro, two iPads and two iPhones. Upon connection and attempt to synchronize photos I receive a message that my authorization limit is exceeded. I read that iOS devices do not count against the authorization limit.

    I use two MacBook pro, two iPads and two iPhones. Upon connection and attempt to synchronize photos I receive a message that my authorization limit is exceeded. I read that iOS devices do not count against the authorization limit. One iPhone and one iPad show in the authorization list. iTunes wants to delete my purchased programs and books from the iPad to continue synchronization. What can I do?

    Ok, now I do wish I could edit....
    I forgot to APPLY the network settings for the USB cable to work. Connected thru USB I can tether.
    So, I kept playing, and playing some more...
    I had previously unpaired everything, and gone as far as removing network devices HOWEVER...
    I didn't remove the Ethernet, Firewire or Airport Network devices.
    Now, I have done so. I REMOVED EVERYTHING
    No pairing, no network devices.
    Bluetooth was already turned off, and I rebooted.
    I turned off tethering and rebooted the iphone.
    I turned on bluetooth (on the MBP), I turned on tethering. I browsed for the iphone. It said I was already paired???? Ok, repair AGAIN, and THE IPHONE SHOWED MY BLUETOOTH TETHERING BLUE BAR at the top of the screen!
    I opened a web page, no go... d4mn, I was close...
    Opened network preferences and the created a new bluetooth PAN and voila! Internet back on the MBP. I am about to reinstall the ethernet and airport (I can live without firewire for now) and see what happens.
    Basically, the link I posted two posts ago, I had already done that, but I NEEDED to remove ethernet, firewire and airport as well...
    So MAYBE it's fixed, we'll see for how long. I'm not going to mark this as answered for now, because basically, it has failed for no reason, and I want to know why...
    Hopefully someone can come up with something, but having to delete and reinstall all pairings and network devices (to me) is not really a solution, it's a workaround (at best).

  • FAST Search - Unable to Complete Query on BackEnd resource limit remporarily exceeded code:1013

    Hi ,
    We are using FAST search in our SharePoint 2010 environment. I am encountering an issue while navigating to 21st  page or Query string value 200 and above (
    URL -> /Pages/results.aspx?k=1&s=All&start1=201
    ) in search core result web part. The error message is UI is  "
    The search request was unable to execute on FAST Search Server".
    I have found the below log in the ULS .
    SearchServiceApplication::Execute--Exception:   Microsoft.Office.Server.Search.Query.FASTSearchQueryException: Unable to   complete query on backend Resource limit temporarily
    exceeded Code:   1013   
    at Microsoft.Office.Server.Search.Query.Gateway.FastSearchGateway.GetQueryResult(IQuery   query)   
    at   Microsoft.Office.Server.Search.Query.Gateway.FastSearchGateway.ExecuteSearch(SearchRequest   request, String queryString)   
    at   Microsoft.Office.Server.Search.Query.Gateway.AbstractSearchGateway.Search(SearchRequest   request)   
    at   Microsoft.Office.Server.Search.Query.FASTQueryInternal.ExecuteSearch(SearchRequest   request, ResultTableCollection rtc)   
    at Microsoft.Office.Server.Search.Query.FASTQueryInternal.Execute(QueryProperties   properties)   
    at   Microsoft.Office.Server.Search.Administration.SearchServiceApplication.Execute(QueryProperties   properties)
    Please share your thoughts or advise if some has come across this issue. Thanks!

    Hi ,
    We are using FAST search in our SharePoint 2010 environment. I am encountering an issue while navigating to 21st  page or Query string value 200 and above (
    URL -> /Pages/results.aspx?k=1&s=All&start1=201
    ) in search core result web part. The error message is UI is  "
    The search request was unable to execute on FAST Search Server".
    I have found the below log in the ULS .
    SearchServiceApplication::Execute--Exception:   Microsoft.Office.Server.Search.Query.FASTSearchQueryException: Unable to   complete query on backend Resource limit temporarily
    exceeded Code:   1013   
    at Microsoft.Office.Server.Search.Query.Gateway.FastSearchGateway.GetQueryResult(IQuery   query)   
    at   Microsoft.Office.Server.Search.Query.Gateway.FastSearchGateway.ExecuteSearch(SearchRequest   request, String queryString)   
    at   Microsoft.Office.Server.Search.Query.Gateway.AbstractSearchGateway.Search(SearchRequest   request)   
    at   Microsoft.Office.Server.Search.Query.FASTQueryInternal.ExecuteSearch(SearchRequest   request, ResultTableCollection rtc)   
    at Microsoft.Office.Server.Search.Query.FASTQueryInternal.Execute(QueryProperties   properties)   
    at   Microsoft.Office.Server.Search.Administration.SearchServiceApplication.Execute(QueryProperties   properties)
    Please share your thoughts or advise if some has come across this issue. Thanks!

  • TNS:internal limit restriction exceeded

    Hi!
    Finding the below in listener.log
    <msg time='2013-03-28T10:15:32.927+01:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='pacspd1211'
    host_addr='10.143.10.13'>
    <txt>TNS-12518: TNS:listener could not hand off client connection
    TNS-12540: TNS:internal limit restriction exceeded
    </txt>
    </msg>
    Any suggestions pls.

    Duplicated :
    TNS-12540: TNS:internal limit restriction exceeded
    +-- locking this thread --+
    Nicolas.

  • HT4863 Since yesterday I get exceeded sending limits message has been placed in out box.  I have not exceeded the 5g limit and this is the only message I have sent all day

    Since yesterday I have been receiving this message anytime I try and send a message.  I only have very little stored information. I don't send more than 4 emails a day and only to one or two people.  I went through my mailbox folders to delete and still this message.  What's up this just started a day or 2  ago.  I have not changed my amount of usage in the last 2 years Any suggestions

    This happened today out of the blue. I was having problems with my Yahoo account stalling on my iMac so decided to change over to iCloud...
    After sending the first email sucessfuly telling everyone of the change I got "The sender address [email protected] was rejected by the server p05-smtp.mail.me.com"
    After much frustration and time I eventually set up a new outgoing server...
    Mail/Preferences/Accounts/Outgoing Mail Server SMTP / (drop down select) Edit SMTP server list/ +new and double click and enter 'smtp.mail.me.com'/ then select Advanced tab/ check, use default ports/ check use SSL/Authentication - Password/ enter username and password/click okay to retuen to Preferences/Select 'smtp.mail.me.com...etc' as outgoing mail server and select TLS com.apple...etc certificate /Save
    This has cured the problem for me, but seems like a bit of a farce really.
    On iPad and iPhone it's pretty much the same deal but it's slightly different.
    Settings/iCloud/Account/Advanced/Mail (allow sending from [email protected]) / Outgoing Mail Server/Primary Server (set to off)/Add server/Host Name - enter 'smtp.mail.me.com' /username & Password/SSL set to On/Authentication - set to Password/Server port 587
    All of this worked for me so I hope I save someone the same headache I had ALL DAY! So freakish that this ahppened to a all deivces in one day unless there is a coms problem with Icloud here, but everything else works...I hope...
    Neale

  • Amount by which Credit Limit  is exceeded

    Hi all,
              At the time of saving sales order, system does the credit check and if the value of sales order exceeds the credit limit, the system flashes  the message giving  the amount by which the credit limit is blocked.
    We need the table name where this amount is stored for reporting purposes.
    Thanks:
    Shardul

    Hi!
    Check table KNKK in transaction SE16.
    Regards
    Tamá

  • Cannot increase Credit Limit - Get error message F4724

    Hi All,
    In FD32, I'm trying to increase the credit limit of a customer.  I get message Message no. F4724 that says "Maximum Individual limit should only be $$$$"  and it prints the $ amount of the current limit.  I try to increase the limit on other customers and I can with no error message.
    Have you ever seen this message and do you know what causes it to be displayed?  I searched notes and don't see anything, so I'm not sure where to look.
    Thanks in advance for your expertise!
    Karla

    Hi,
    Please check the central data. It has a section for Maximum permitted limits - Total amount and individual limit. Change the fields as need.
    Thanks,
    Leela

Maybe you are looking for