XMA exceeding the configured page size

I've developed a call-based ECMA2.0 xma that gets a load of users from a web-service and for the full-import builds a ~3600 user list of CSEntryChange objects which are added to the GetImportEntriesResults object that's returned to the sync engine.
I've got a full-import (stage only) run profile with default values and when running the xma, which builds the list of users as expected, I get a "stopped-ma" error in the sync engine and then the following item in the event log:
The server encountered an unexpected error while performing an operation for a management agent.
 "3459 objects were returned on import, exceeding the configured page size in the Run Profile of 0. Only the first 0 objects were processed. Import aborted."
Looking at the
http://technet.microsoft.com/en-us/library/hh859479(v=ws.10).aspx walk-through guide, I've followed it and even put in their values for the page-size properties (which seem very low to me) and even tried configuring the page-size of the run profile,
though this doesn't seem to have any effect.
I'd like an unlimited page-size so it can handle any number of users, which I thought the default run profile value of 0 would be.
Does anyone know what I'm doing wrong?

There's no need to spool anything to disk - just wrap the results in an Enumerator that lives outside the scope of getting a page of results.  Here's a little example that maps quite closely to ECMA2 structure.
IEnumerator<string> enumerator;
void Main()
enumerator = Stuff().GetEnumerator();
bool hasMore = true;
while (hasMore)
var results = GetPage(995, out hasMore);
Console.WriteLine("Got {0} results", results.Count);
List<string> GetPage(int pageSize, out bool hasMore)
var list = new List<string>(pageSize);
hasMore = true;
for (int i = 0; i < pageSize; i++)
if (enumerator.MoveNext())
list.Add(enumerator.Current);
else
hasMore = false;
break;
return list;
IEnumerable<string> Stuff()
for (int i = 0; i < 1000; i++)
yield return string.Format("value {0}", i);
Steve Kradel, Zetetic LLC

Similar Messages

  • Incoming message size exceeds the configured maximum size for protocol t3

    Hi All,
    I've encountered an error as follow:
    weblogic.socket.MaxMessageSizeExceededException: Incoming message of size 50004000 bytes exceeds the configured maximum of 50000000 bytes of protocol t3.
    But the request message is only 3MB, why it is enlarged to over 50M?
    There is a For Each loop section in main flow, is it because for one loop, there will be a copy of request message?
    How to enlarge message size for protocol t3?
    Go to server/protocol and change 'Maximum Message Size' for AdminServer, OSB Servers and SOA servers?
    Thanks and Regards,
    Bruce

    Hi,
    1) After setting -Dweblogic.MaxMessageSize to 25000000
    <BEA-000403> <IOException occurred on socket: Socket[addr=ac-sync-webserver1/172.24.128.8,port=9040,localport=36285]
    weblogic.socket.MaxMessageSizeExceededException: Incoming message of size: '25002240' bytes exceeds the configured maximum of: '25000000' bytes for protocol: 't3'
    at weblogic.socket.BaseAbstractMuxableSocket.incrementBufferOffset(BaseAbstractMuxableSocket.java:174)
    2) After setting -Dweblogic.MaxMessageSize to 50000000
    <BEA-000403> <IOException occurred on socket: Socket[addr=ac-sync-webserver2/172.24.128.9,port=9040,localport=59925]
    weblogic.socket.MaxMessageSizeExceededException: Incoming message of size: '50000400' bytes exceeds the configured maximum of: '50000000' bytes for protocol:
    't3'.
    And even after setting various values for -Dweblogic.MaxMessageSize , issue weblogic.socket.MaxMessageSizeExceededException was observed.
    To overcome the issue set Manual Service Migration Only as after several experiments and replicating the issue it was found out that in case of no available pinned services, must set the migration policies of the migratable targets on "Manual Service Migration Only".
    And once it is corrected; it was noticed that weblogic.socket.MaxMessageSizeExceededException issue also resolved.
    WebLogic Server can fail over most services transparently, but it's unable to do the same when dealing with pinned services.
    Pinned Services : JMS and JTA are considered as pinned services. They're hosted on individual members of a cluster and not on all server instances.
    You can have high availability only if the cluster can ensure that these pinned services are always running somewhere in the cluster.
    When a WebLogic Server instance hosting these critical pinned services fails, WebLogic Server can't support their continuous availability and uses migration instead of failover to ensure that they are always available.
    Regards,
    Kal

  • Layer 0 exceeds the maximum layer size allowed.

    I am getting the following message and do not know what to change in my pref.
    Formatting was not successful. Layer 0 exceeds the maximum layer size allowed. Please choose a suitable marker location that will support this condition.

    No change in preferences, it is something you need to make a marker for on a DL Disc
    On the layer break some threads below - basically there needs to be a marker somewhere so that is around 1/2 way give or take Take a look at the PDF pages 576-586 for some of the details.
    http://discussions.apple.com/thread.jspa?messageID=4274608&#4274608
    http://discussions.apple.com/thread.jspa?messageID=4470720&#4470720
    http://discussions.apple.com/thread.jspa?messageID=4309773&#4309773

  • Smartform doesn't show preview when the records exceed the main window size

    Hi
    When i print the smart form having line items exceeding the main window size on the page it does not show the preview. The internal table loop goes into infinite loop. Is there any means whereby if the records don't fit on the main window of the page will be continued to the next page. Right now I have no clue how it is to be resolved. I feel the problem is in layout, as when i remove the main window the internal table code works fine and it does not move in infinite loop. Please help me resolve this issue.
    Thanks in advance

    Hi
    I have deleted the table from main window and instead inserted a loop.
    Also i created the two pages. But the problem still persists.
    But for my requirement my each line item in the main window has 3 lines.
    Also my layout will be the same for all pages so is there a need to create a new page.
    Is there any mechanism whereby if the line items dont fit on the mainwindow of the page will automatically continue on another page without having to define it.. please guide? Right now the smartform goes in infinite loop if it doesn't fit in main window size
    Thanks

  • How do I get Distiller to render other than the default page size

    I have double ad I laid out in Illustrator and I need to make a PDF with the Bleed/Trim/Color bars/ETC. In the past I could print to postscript file and run it through distiller, but after distilling, only an 8x11 is created.  I've gone into the edit settings and created another preset that has the default page size set to the size I need it, but it seems counterproductive and not what I'm used to.  Is there something that I'm missing?
    Note: When generating the PS file I've tried selecting both my printer ppd and the device independent option.

    Working in Mac Illustrator CC. Acrobat XI
    I go to Print with these settings:
    Drag the postScript File onto Distiller (Tried various preset settings)
    And I get this – an 8.5 x 11 portion:
    I've also tried printing with my printer PPD:

  • Can Reader pick up the Default Page Size of a printer that is not the Windows Default Printer?

    We have a web based application that generates PDF documents via Crystal Reports.
    We are using Adobe Reader 8
    The PDF pages are displayed within an Internet Explorer window where the the users then print the document.
    The application is designed so the user only gets one chance to print the document (ie they cant come back and change printer settings if they happen to print the document out incorrectly)
    The document needs to be printed on A3 paper, full duplex.
    We have a printer set-up decidated to the printing of the documents generated by this application.  The default page size of this printer is set of A3.
    If we set this dedicated printer as the Windows Default Printer we have no problems at all.  The default page size (A3) is picked up and the document is printed correctly.
    If any other printer is set as the Windows Default Printer (eg one that has a default page size of A4), the users must obviously select the correct printer from the Print Dialogue Box -however when the user selects the dedicated A3 printer, the page size remains as A4 (page size of the Windows Default Printer).  This means the user must remember to change the paper size to A3 each time.
    Out users find IT a struggle at the best of times - anything that makes the process simpler is very welcomed!
    Is there a way to ensure the default page size of the printer is respected when that printer is not the Windows Default Printer?
    Thanks!

    No.

  • Change the Default Page Size for WebI

    Hello Experts,
    We have requriement where we need to change the default page size and margins for WebI, I have change the page size in defaultconfig.xml but don't see any options for Margins, How do I change the default margins?
    Any help or suggestion would be highlt appereciated.
    Thanks,
    Nishith

    From what I am finding it doesn't seem to be possible in 3.x, I could be wrong and someone might chime in with a workaround but at least it was added in 4.0
    -Dave

  • Java IOException:exceeded the configured maximum no.of connections

    Folks,
    I need some urgent help please,
    I have developed an application that sends messages in XML Format to the
    Server and the server sends a response back.
    A new request is sent by the client as soon as it receives a response from the
    client
    So if I sends Request A ,I get a response back for request A.
    Then I send Request B,I get a response back for request B
    Now suddenly while sending Request C the system halted.
    On checking the Error I encountered a strange IO Exception thrown
    'Java.io.IOException:exceeded the configured number of connections"
    Please can anyone tell me what this means?
    I have an HTTPWriter class that invokes the Server
    public void sendRequest(byte[] str) {
    try {
    urlConnect(url,str);
    }catch(IOException e) {
    String eIS = e.toString();
    Registry.getAlertError("Connection Error", eIS);
    Where eIS is the error message described above.
    Please can some suggest what shud i do? This is extremely urgent folks.
    An honest response is much appreciated

    what 'jschell' has said is correct .. why dont you use Sockets.. they are far secure and reliable also.. Thanks.

  • Exception:Exceeded the configured max no.of Connection!!!!

    Folks
    I need some urgent help please,
    I have developed an application that sends messages in XML Format to the
    Server and the server sends a response back.
    A new request is sent by the client as soon as it receives a response from the
    client
    So if I sends Request A ,I get a response back for request A.
    Then I send Request B,I get a response back for request B
    No suddenly while sending Request C the system halted.
    On checking the Error I encountered a strange IO Exception thrown
    'Java.io.IOException:exceeded the configured maxumum number of connections"
    Please can anyone tell me what this means?
    I have an HTTPWriter class that invokes the Server
    public void sendRequest(byte[] str) {
    try {
    urlConnect(url,str);
    }catch(IOException e) {
    String eIs = e.toString();
    Registry.getAlertError("Connection Error", eIS);
    Where eIS is the error message described above.
    Please can some suggest what shud i do? This is extremely urgent folks.
    An honest response is much appreciated

    It probably means that you are not closing connections when you are done with them. That is normally the reason it occurs.

  • Is there a way to adjust the Auto Page Size

    Hi,
    When selecting the "Auto" size option in the InDesign print dialog, it makes the page .6667" bigger than the document page size. I would like to adjust that amount to an even 1" bigger than the document page size. Is there a way to change this setting?
    I understand I can create a custom page size for each document, but I rather just have the "Auto" option make the page size 1" bigger for printing.
    Thanks,
    Keith

    You can set the size of the page's content section with the Inspector/Page/Layout pane:
    OT

  • HELP!!! layer 0 exceeds the maximum layer size allowed (DVD STUDIO PRO)

    when I try to burn a dual dvd with 7.1 gb on it. The discs are 8.5gb dual dvd's, it says this in the error box.
    Formatting was not successful. Layer 0 exceeds the maximum layer size allowed. Please choose a suitable marker location that will support this condition.
    I have tried to dual layer break point on a chapter half way through and other locations, but it still says it. What do I do???? I need to get this done ASAP!!!!! Can you please help, its kinda a emegency!!!!!!
    please email me back at [email protected]
    Thanks so much
    G5   Mac OS X (10.4.6)  

    Hey timeline
    welcome to the apple boards...
    ill give you the easy fix, although i would recommend the proper fix.
    first, build your project on any of your drives so you can see your audio and video TS folders.
    once you see your build, then click on "Format" and before you click on format (on the lower right hand corner of the Format window, click on the second tab and under "Layer Break" click the drop down box and whatever is NOT greyed out, can be used as a layer break.
    the more proper way do it it would require you to do some calculations based on the amount of video in your project and re-encode your video.
    hope that helps
    Mikey M.

  • Formatting was not successful.  Layer 0 exceeds the maximum layer size

    I am attempting to burn my first dvd w/ dvdstudio pro. I pressed burn. Processing took approximately 25 minutes. Everything seems to be goin well. The I get the following message,
    "Formatting was not successful. Layer 0 exceeds the maximum layer size allowed. Please choose a suitable marker location that will support this condition."
    Can anyone help me out with this?
    The following info was in the build log,
    Starting DVD Build MUSICVIDEOMIXTAPE...
    Compiler Initializing...
    Precompiling Project MUSICVIDEOMIXTAPE
    Compiling VMG Information...
    Created 8 PGCs in VTSM1
    Created 5 PGCs in VTSM2
    Created 8 PGCs in VMG.
    1 Menu(s) will be created...
    Compiling Menu PGCs...
    Compiling Menu#1 (Menu 1)...
    Rendering Menu:Menu 1,Language:1...
    Generating Transition: VTSM #01, VOB #1...
    Writing VIDEO_TS.VOB
    Compiling Menu PGCs...
    Writing VTS020.VOB
    2 VTSs and 2 Titles will be created...
    Compiling VTS#1 (drivin me wild- Common & Lilly Allen)...
    Muxing VTS011.VOB
    Done.
    Compiling VTS#2 (d12 vid mix tape)...
    Writing VTS020.VOB
    Muxing VTS021.VOB
    Done.
    Linking VMG...
    Linking VTS#1...
    Linking VTS#2...
    Writing VTS#1...
    Writing VTS#2...
    Writing VMG...
    Writing Layout Info...
    Compile Completed Successfully
    Note: The file ‘MUSICVIDEOMIXTAPE.layout’ found in the ‘VIDEO_TS’ folder is not a DVD-Video file and will not be included in the final disc or DLT.
    Note: The file ‘VOB_DATA.LAY’ found in the ‘VIDEO_TS’ folder is not a DVD-Video file and will not be included in the final disc or DLT.
    Formatting was not successful. Layer 0 exceeds the maximum layer size allowed. Please choose a suitable marker location that will support this condition.

    It sounds like you are trying to burn a dual layer disc. Do you need a dual layer disc? (i.e., do you have more than 4.3 GB of material?) If you do then there is a tutorial at;
    http://www.kenstone.net/fcphomepage/dual_layer_mediagary.html

  • Exception:exceeded the configured maximum no of connection!!!!

    Folks
    I need some urgent help please,
    I have developed an application that sends messages in XML Format to the
    Server and the server sends a response back.
    A new request is sent by the client as soon as it receives a response from the
    client
    So if I sends Request A ,I get a response back for request A.
    Then I send Request B,I get a response back for request B
    No suddenly while sending Request C the system halted.
    On checking the Error I encountered a strange IO Exception thrown
    'Java.io.IOException:exceeded the configured maximum number of connections"
    Please can anyone tell me what this means?
    I have an HTTPWriter class that invokes the Server
    public void sendRequest(byte[] str) {
    try {
    urlConnect(url,str);
    }catch(IOException e) {
    String eIs = e.toString();
    Registry.getAlertError("Connection Error", eIS);
    Where eIS is the error message described above.
    Please can some suggest what shud i do? This is extremely urgent folks.
    An honest response is much appreciated

    I am closing each connection in the finally clause
    What shud I do?Re-examine your code to verify that each is being closed.

  • Message submission rate for this client has exceeded the configured limit

    Hi,
    I got the below error when user try to send an email to more than 1 users from their application.
    host Exchange[exchange] said: 421 4.4.2 Message submission rate for this client has exceeded the configured limit (in reply to MAIL FROM command) <*@gibsonins.com>: lost connection with exchange[exchange] while sending RCPT TO .
    Please let me know the solution for this issue.
    Regards,
    Hakim.B
    Hakim

    Hi All,
    I have recently migrated my server from exchange 2010 to exchange 2013 and I am facing same issue here and have set message rate limit to unlimited and also checked the CPU.
    All looks normal then also the issue is there.
    I have tested the scenario on my system. Tried to send 10 mails in 1 minute and while sending the email at 9th one it gives error.
    "An error occurred while sending mail. The mail server responded:  4.4.2 Message submission rate for this client has exceeded the configured limit.  Please verify that your email address is correct in your Mail preferences and try again."
    Can anyone help me on this.
    Thanks,
    Ganesh Prajapati

  • How do I set the default page size for printing on a 8450.

    A few days ago I printed some envelopes and now when I print from some programs, the print page size has remained the envelope size.  I want to print from any program on letter size paper without changing the settings every time.
    Thanks
    This question was solved.
    View Solution.

    This document can help you set the print settings for any type of printing. Not just for photos as the title suggests. You should not have to keep setting it every time.
    Printer settings
    007OHMSS
    I was a support engineer for HP.
    If the advice resolved the situation, please mark it as a solution. Thank you.

Maybe you are looking for

  • Acrobat 9 Pro installation problem

    I have some problem while installing the acrobat 9 pro where download from adobe.com While I start to install to acrobat 9 pro, then there will be a window that will count from 00.00% to 100%, right. After counting to 100%, the window will close and

  • HELP! Ovi Suite "Packet Data Access Point Not Vali...

    So i downloaded Ovi suite to get internet from my phone i have a Nokia 3711 and when i try to connect i get this message on my phone "Packet data access point not valid" what does this mean? and how can i fix it? I have unlimited internet data thing.

  • How to get Specific Sunday of the Month in ssrs ?

    Hi Guys, Have a requirement in MDX query that will get the Date of Second Sunday of March and First Sunday of November. Note: The requirement depends on the YEAR parameter Thanks in advance, Naveen

  • What CPU/PSU did a patch come from?

    Is there some way to map what patchset a patch number came from? Why does opatch toss that information. It would be very helpful if it was included: $ opatch lsinv -bugs_fixed | grep 6769075 6769075 6769075 Fri Sep 09 16:14:17 EDT 2011 QUERY FAILING

  • Lost Cd Rom - prompt when install update

    I've got a 6500Slide and had the PC suite installed on my desktop. I tried updating the software the other day at the prompt for new updates being available. Got as far as the wizard asking me to insert the CDrom that came with the phone, which I now