EWS limits

Hi,
I have a question regarding the EWS rate limits. I know about the throttling policy from exchange, but reading the new "Unified Messaging Guide 10.x" it now also has "Paged View Functionality"
The "Paged View Functionality" is for Exchange 2013 and higher, but for Exchange 2010 RU4 and later on page 2-33 there is a note saying: "If you have the paged view functionality disabled, configure EWS limits using the following steps"
What does that mean? I have Exchange 2010, if I enable the "Paged View Functionality" for my CUC 10.5, I don't have to create EWS ThrottlingPolicy?
Thanks
JH

Hello,
I did this yesterday. You only need one account. The tricky thing is that the authentication needs to be the same for both Exchange 2003 and Exchange 2010. We are using 2003 and 2007 at the moment and what I am finding is that the 2003 server is set up for HTTP auth and the 2007 cluster is set for HTTPS. We tried changing 2003 to use HTTPS instead but I can't get Unity Connection to link up with it that way. So the way we ended up setting it up was 2 Unified Messaging services in Unity Connection. Both use the same account and are set to search for Exchange servers. Both are using the same AD service account. The only difference is that one of the services is set for HTTP auth (for Exchange 2003) and the other is set for HTTPS (for Exchange 2007). Unfortunately, this means if we migrate small groups of users to Exchange 2007, we need to manually change them to the Unified Messaging service with HTTPS auth. If we were able to do all the users in one shot, it would be as easy as just changing that option in the Unified Messaging service they are already assigned to. I tried to see if we could use bulk edit to make the change but the Unified Messaging option is greyed out...
HTH and good luck!
James

Similar Messages

  • EWS API - Impersonating to update a calendar item created by any other user than a service account, raise an error "Access is denied. Check credentials and try again."

    Hi,
    I am new to using EWS managed APIs.
    Following is the issue:
    1. I am using a service account e.g. [email protected]. This user is a global administrator and also has ApplicationImpersonation role assigned. (Sign into Online Office 365 account -> Admin -> select "Exchange" tab- > select Permissions
    on the left panel -> create an impersonation role -> assign ApplicationImpersonation in Roles: and [email protected] in Members: -> Click on save)
    2. Create a calendar item by other user for e.g. [email protected], and invite an attendee - [email protected].
    3. In a c# program, I connect to EWS service using a service account - [email protected], fetch its calendar events. If organizer of an event is some other user - [email protected] then
    I use impersonation in the following way to update the calendar event/item properties- subject, body text etc.
            private static void Impersonate(string organizer)
                string impersonatedUserSMTPAddress = organizer;
                ImpersonatedUserId impersonatedUserId =
                    new ImpersonatedUserId(ConnectingIdType.SmtpAddress, impersonatedUserSMTPAddress);
                service.ImpersonatedUserId = impersonatedUserId;
    4. It was working fine till yesterday afternoon. Suddenly, it started throwing an exception "Access is denied. Check credentials and try again." Whenever I try to
    update that event.
           private static void FindAndUpdate(ExchangeService service)
                CalendarView cv = new CalendarView(DateTime.Now, DateTime.Now.AddDays(30));
                cv.MaxItemsReturned = 25;
                try
                    FindItemsResults<Item> masterResults = service.FindItems(WellKnownFolderName.Calendar, cv);
                    foreach (Appointment item in masterResults.Items)
                        if (item is Appointment)
                            Appointment masterItem = item as Appointment;
                            if (!masterRecurEventIDs.Contains(masterItem.ICalUid.ToString()))
                                masterItem.Load();
                                if (!masterItem.Subject.Contains(" (Updated content)"))
                                    //impersonate organizer to update and save for further use
                                    Impersonate(masterItem.Organizer.Address.ToString());
                                    // Update the subject and body
                                    masterItem.Subject = masterItem.Subject + " (Updated content)";
                                    string currentBodyType = masterItem.Body.BodyType.ToString();
                                    masterItem.Body = masterItem.Body.Text + "\nUpdated Body Info:
    xxxxxxxxxxxx";
                                    // This results in an UpdateItem operation call to EWS.
                                    masterItem.Update(ConflictResolutionMode.AutoResolve);
                                    // Send updated notification to organizer of an appointment
                                    CreateAndSendEmail(masterItem.Organizer.Address.ToString(), masterItem.Subject);
                                    masterRecurEventIDs.Add(masterItem.ICalUid.ToString());
                                else
                                    Console.WriteLine("Event is already updated. No need to update again.:\r\n");
                                    Console.WriteLine("Subject: " + masterItem.Subject);
                                    Console.WriteLine("Description: " + masterItem.Body.Text);
                catch (Exception ex)
                    Console.WriteLine("Error: " + ex.Message);
    5. What could be an issue here? Initially I thought may be its a throttling policy which is stopping same user after making certain API call limits for the day, but I am still seeing this issue today.
    Any help is appreciated.
    Thanks

    Your logic doesn't sound correct here eg
    2. Create a calendar item by other user for e.g. [email protected], and invite an attendee - [email protected]
    3. In a c# program, I connect to EWS service using a service account - [email protected], fetch its calendar events. If organizer of an event is some other user - [email protected] then
    I use impersonation in the following way to update the calendar event/item properties- subject, body text etc.
    When your connecting to [email protected] mailbox the only user that can make changes to items within
    abccalendar is abc (or ABC's delegates). If your impersonating the Organizer of the appointment pqr that wouldn't work unless the organizer had rights to abc's calendar. If you want to make updates to a calendar
    appointment like that you should connect to the Organizers mailbox first update the original, send updates and then accept the updates.
    When you impersonate your impersonating the security context of the Mailbox your impersonating so its the same a logging on as that user in OWA or Outlook.
    Cheers
    Glen

  • In Exchange 2013 i cannot open mails with attachments greater than 19.6 MB in EWS or OWA

    Hello,
    i have in Exchange 2013 CU3 on Windows 2012 the following problem :
    When backup mails using EWS i get the message " EWS Error Code : ErrorMessageSizeExceeded." in mails with attachments greater than 20.137 KB ( 19.6 MB).
    Then I checked all the settings of the EWS , but the defaults are already significantly higher than these 19.6 MB (Base64 approximately 26.5 MB)
    web.config ( maxAllowedContentLength = " 85000000 ").
    Settings of the MaxSendSize and ReceiveSize are 300MB .
    All requestfiltering settings in IIS are set to 85MB.
    When i access via EMS or OWA , file attachments over 19.6 MB can not be opened .
    However, the preview shows in OWA the correct mail including attachment and it can be saved from the preview up to the set maximum size.
    By double clicking on an email in OWA bigger than 19.6 MB i get the following error message:
    "Error : Your request can not be completed right now Please try again later . . "
    Send and receive mail can also be up to maxsize .
    When accessing via Outlook , this problem does not occur.
    i hope anyone here can help me
    Thanks in advance

    Hi,
    To change the maximum message size for Outlook Web App clients, you need to change the value of
    maxAllowedContentLength, maxRequestLength and both instances of
    maxReceivedMessageSize by editing %ExchangeInstallPath%ClientAccess\Owa\web.config in notepad.
    To change the maximum message size for Exchange Web Services clients, you need to change the value of
    maxAllowedContentLength and all instances of maxReceivedMessageSize="67108864" in %ExchangeInstallPath%ClientAccess\exchweb\ews\web.config.
    When you are finished, save and close the Web.config file. Also need to restart IIS by running the following command:
    IISReset /noforce
    For more information about Configure Client-Specific Message Size Limits on Client Access Servers, please refer to:
    http://technet.microsoft.com/en-us/library/hh529949(v=exchg.150).aspx
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Call EWS from SharePoint 2013 SharePoint Hosted App (JavaScript) in Office 365

    I am trying to call the exchange web service (EWS) of an exchange online server from a SharePoint hosted app. I am limited thus to the use of Javascript. During my call i am always getting an access denied error.
    The body of the SOAP request is good since I have tested it using a client application, but I am not being able to get it to work via a jquery ajax call. I am sure that this is an authentification issue and I have no problem sending the credentials during
    the call. I have added them in the header. This is what I have ended up doing but still no luck.
    functionGetUnReadEmailCount() {
    varsoapPacket = "<?xml version='1.0' encoding='utf-8'?>"+
    "<soap:Envelope xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'xmlns:t='http://schemas.microsoft.com/exchange/services/2006/types'>"+
    '<soap:Header>'+
    '<wsse:Security>'+
    '<wsse:UsernameToken>'+
    '<wsse:Username>******</wsse:Username>'+
    '<wsse:Password>******</wsse:Password>'+
    '</wsse:UsernameToken>'+
    '</wsse:Security>'+
    '</soap:Header>'+
    "<soap:Body>"+
    "<FindItem xmlns='http://schemas.microsoft.com/exchange/services/2006/messages' xmlns:t='http://schemas.microsoft.com/exchange/services/2006/types'Traversal='Shallow'>"+
    "<ItemShape>"+
    "<t:BaseShape>IdOnly</t:BaseShape>"+
    "</ItemShape>"+
    "<IndexedPageItemView MaxEntriesReturned='50' Offset='0' BasePoint='Beginning' />"+
    "<Restriction>"+
    "<t:IsEqualTo>"+
    "<t:FieldURI FieldURI='message:IsRead' />"+
    "<t:FieldURIOrConstant>"+
    "<t:Constant Value='false' />"+
    "</t:FieldURIOrConstant>"+
    "</t:IsEqualTo>"+
    "</Restriction>"+
    "<ParentFolderIds>"+
    "<t:DistinguishedFolderId Id='inbox' />"+
    "</ParentFolderIds>"+
    "</FindItem>"+
    "</soap:Body>"+
    "</soap:Envelope>";
    $.support.cors = true;
    $.ajax({
            url: "https://outlook.office365.com/EWS/Exchange.asmx",
            type: "POST",
            dataType: "xml",
            data: soapPacket,
            complete: processResult,
            error: OnError,
            contentType: "text/xml; charset=\"utf-8\""
    Any help is highly appreciated.
    Thanks.
    Elie

    Hi Elie,
    Since this forum is discussing about Developing Apps for Office 2013, and your issue is more related about Exchange development. I will move this thread to the more related forum.
    Reference:
    https://social.msdn.microsoft.com/Forums/en-US/home?forum=exchangesvrdevelopment
    Thanks for your understanding.
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Exchange Server 2013 REST EWS service

    Exchange Server 2013 introduces REST EWS service which enables us to retrieve user's photo either from exchange or AD server.
    Does it provides this functionality only? Does REST EWS service provide APIs to pull data or items from inbox, calendar, journal and Notes etc?
    If yes, then it is not documented on MSDN site.
    Can you please confirm if REST EWS service provides all the API which SOAP based EWS service provides? Or does it provide only limited functionality?

    To follow up on this conversation, there are many REST APIs now available in Exchange Online.
    http://msdn.microsoft.com/en-us/office/office365/api/api-catalog
    Michael | Microsoft Exchange Developer Content
    The
    Exchange Development Forum Guide has useful information for using the Exchange Development Forum.
    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. This can be beneficial to other community members reading the thread.

  • Entourage 2008 EWS Attachment limit on Exchange 2010

    Hi Folks,
    I'm having a problem allowing my Entourage users to attach files larger than 10MB. I've looked through all of the potential attachment limits on Transport config/Send connectors/Receive connectors/Users mailbox settings, but they all look okay to me.
    [PS] C:\Windows\system32>get-mailbox user | fl max*
    MaxSafeSenders    :
    MaxBlockedSenders :
    MaxSendSize       : 150 MB (157,286,400 bytes)
    MaxReceiveSize    : 150 MB (157,286,400 bytes)
    [PS] C:\Windows\system32>get-sendconnector | fl max*
    MaxMessageSize : 150 MB (157,286,400 bytes)
    MaxMessageSize : 150 MB (157,286,400 bytes)
    [PS] C:\Windows\system32>get-receiveconnector | fl max*
    MaxInboundConnection                    : 5000
    MaxInboundConnectionPerSource           : unlimited
    MaxInboundConnectionPercentagePerSource : 100
    MaxHeaderSize                           : 64 KB (65,536 bytes)
    MaxHopCount                             : 30
    MaxLocalHopCount                        : 8
    MaxLogonFailures                        : 3
    MaxMessageSize                          : 150 MB (157,286,400 bytes)
    MaxProtocolErrors                       : 5
    MaxRecipientsPerMessage                 : 5000
    MaxAcknowledgementDelay                 : 00:00:30
    MaxInboundConnection                    : 5000
    MaxInboundConnectionPerSource           : 20
    MaxInboundConnectionPercentagePerSource : 2
    MaxHeaderSize                           : 64 KB (65,536 bytes)
    MaxHopCount                             : 30
    MaxLocalHopCount                        : 8
    MaxLogonFailures                        : 3
    MaxMessageSize                          : 150 MB (157,286,400 bytes)
    MaxProtocolErrors                       : 5
    MaxRecipientsPerMessage                 : 200
    MaxAcknowledgementDelay                 : 00:00:30
    [PS] C:\Windows\system32>get-transportconfig | fl max*
    MaxDumpsterSizePerDatabase : 100 MB (104,857,600 bytes)
    MaxDumpsterTime            : 7.00:00:00
    MaxReceiveSize             : 150 MB (157,286,400 bytes)
    MaxRecipientEnvelopeLimit  : unlimited
    MaxSendSize                : 150 MB (157,286,400 bytes)
    I'm running Exchange 2010 (with Rollup3 installed), on Server 2008R2.
    My clients are running Entourage 2008 EWS, patched up with the latest Office Mac updates.
    Apart from their inability to send 10+MB attachments, everything else is fine.
    Regards,

    Shane
    Toutges solution worked for us.  Exchange Server 2010 (current patch level as of March 2015), Mac OS Outlook 2011 via EWS.
    Key to the solution is this revision:
    maxReceivedMessageSize value
    to [example value]
    51200000 underneath the heading <EWSMessageEncoderSoap11Element />. There are 6 places to make this change (bytes)
    I have not seen this noted under the several MS Tech Net articles that pertain to the problem of sending large email attachments via Mac Outlook 2011 via EWS.

  • Using EWS on Office 365 ends in 'ErrorTooManyObjectsOpened'

    Hello,
    we have a problem with our sync-tool which is using the EWS to sync appointments between our calender and the exchange calender. One "service" account is in use to access the calender of users which will be synchronized and this is not done
    via impersonation. This works fine on the most customer setups, regardless if it is a local exchange system or a Office 365 account. 
    Now we have one customer that get's an error while loading properties for items. The error message is 'ErrorTooManyObjectsOpened'. So but this does not happen to all of the 20 users. Just a few, around 20 % get this error. Also if we temporary disable
    all users expect one which gets the error. 
    What makes me also very "confuse" is, that we can use FindItems/FindAppointments without errors and the following LoadPropertiesForItems
    get's the error. 
    Dim nPropertySet As New PropertySet(BasePropertySet.FirstClassProperties, nAdditionalProperties)
    nPropertySet.BasePropertySet = BasePropertySet.FirstClassProperties
    FindResult = Service.FindAppointments(New FolderId(WellKnownFolderName.Calendar, New Mailbox(MyUser.User.Email)), nCalenderView)
    For Each ObjAppointment As Appointment In nFindResult.Items
    ItemList.Add(ObjAppointment)
    Next
    Service.LoadPropertiesForItems(ItemList, nPropertySet)
    We are using the EWS Managed API to access the EWS.
    I found
    another post with this error, but the solutions does not work for us. We have done the "break" between the calls with a bigger resolution of 120sek every 5 users, but it does not work.
    So it looks like there is another limitation that I don't know yet.

    >>What makes me also very "confuse" is, that we can use FindItems/FindAppointments
    without errors and the following LoadPropertiesForItemsget's the error.
    What happens when you do LoadPropertiesForItems is that it does a batch GetItem Operation. The error is a throttling error telling you that you have too many items open so doing a batch GetItem for too many objects would make sense (where as FindItems is
    just one op), putting in a time break probably won't help in this regards what you should look at doing is dialing back your batch size eg the number of Items you do a
    LoadPropertiesForItems on. Instead of working backwards I would suggest working up eg start with batches of 50 items and see if you get the same problem, if not increase this until you find the tipping point. Concurrency can be issue here if
    you have multiple threads using the same account you can still only be allowed to open 1000 Items open per account (this would be a big problem if you had a FindItems and GetItem request done concurrently using the same account).
    Have you tried using the X-AnchorMailbox header ?
    http://msdn.microsoft.com/en-us/library/office/dn458789(v=exchg.150).aspx . This header affects that way the request is load balenced and proxied if your accessing a Mailbox other then the secuirty context being used. I would suggest you try using
    the X-AnchorMailbox header and target the Mailbox your attempting to access. 
    The other thing you can do is that each request has a unique RequestId
    http://blogs.msdn.com/b/exchangedev/archive/2012/06/18/exchange-web-services-managed-api-1-2-1-now-released.aspx which can
    then be used to find any server side issues in the EWSLogs on the server. So you could open a support request with Microsoft and ask them to check why this is failing based on the RequestId. 
    Cheers
    Glen

  • EWS service calls not responding. No timeout, no error, no response

    Hi.
    I'm using the EWS Managed API v2.2 to make EWS calls to Exchange 2010 SP1 on premises.  The referenced code is a C# client application running in .Net 3.5 on a Windows 2008 server.
    Recently at one of my customers, we have a weird situation where service calls, any service call,never receives a response.  
    We are setting an explicit timeout, surrounding service calls with logging and are using EWS trace listening.  The listener show the EWSRequest SOAP message, and that's it.  The logging shows the "before service call" log entry but not the
    "after service call" entry.
    I suspected throttling might be behind it and have temporarily removed the EWS throttling limits to no effect and in any case, I would expect an error response if throttling was kicking in.
    This is how the service is initialised:
    public ExchangeWebService(string username, string password, string emailAddress, string exchangeUrl, string exchangeVersion)
    ExchangeVersion exVersion = (ExchangeVersion)Enum.Parse(typeof(ExchangeVersion), exchangeVersion);
    _exchangeService = CreateExchangeService(username, password, emailAddress, exchangeUrl, exVersion);
    _exchangeService.Timeout = 30000;
    private static ExchangeService CreateExchangeService(string username, string password, string emailAddress,
    string exchangeUrl, ExchangeVersion exchangeVersion)
    IntegrationLogging _il = new IntegrationLogging(Constants.LoggingSourceName);
    ExchangeService service = new ExchangeService(exchangeVersion);
    QualifiedUserName qualifiedName = new QualifiedUserName(username);
    NetworkCredential credentials = new NetworkCredential(qualifiedName.UserName, password);
    if (qualifiedName.HasDomain)
    credentials.Domain = qualifiedName.Domain;
    service.Credentials = credentials;
    if (string.IsNullOrEmpty(exchangeUrl))
    if (string.IsNullOrEmpty(emailAddress))
    throw new ArgumentException("emailAddress and exchangeUrl parameters cannot both be empty");
    else
    _il.WriteTrace(string.Format("CreateExchangeService using auto discovery with email address {0} and user name {1}. {2}", emailAddress, username, Environment.StackTrace));
    service.AutodiscoverUrl(emailAddress);
    else
    _il.WriteTrace(string.Format("CreateExchangeService using EWS URI {0} and user name {1}", exchangeUrl, username));
    service.Url = new Uri(exchangeUrl);
    return service;
    From one of the methods that never returns, we get the first log entry but not the second and our perf monitor shows the thread still running at the line of the service call.
    _il.WriteTrace("ConvertInternalIdToEwsId:mailboxAddress=" + mailboxAddress);
    AlternateIdBase _altBase = _exchangeService.ConvertId(_alternateId, IdFormat.EwsId);
    _il.WriteTrace("ConvertInternalIdToEwsId:Returned from call");
    return ((AlternateId)_altBase).UniqueId;
    The service instance is of type `Microsoft.Exchange.WebServices.Data.ExchangeService`.
    This problem seems to be intermittent.  How can a call not result in a response, an exception or a timeout?
    Thanks
    Simon

    Did you check the IIS logs on the target server, to make sure that the EWS requests are actually reaching it?
    OWA For SmartPhone

  • EWS, Office 365, An internal server error occurred. The operation failed.

    I am using EWS 2.0 to access a users calendar in Office 365. I use AutoDiscover to find the ExchagneService, then bind to the calendar via CalendarFolder.Bind and at the next statement folder.FindAppointments I get the error
    An internal server error occurred. The operation failed.
    I know that the credentials used to access the user are correct - have tested in the webmail and it works just fine.
    If I use my own credentials (after having assigned rights to the user in question) my program does not fail. Only apparent difference is the administrator role.
    Below I have listed the central parts of the code:
    First the AutoDiscover (which work)
    service = new ExchangeService(ExchangeVersion.Exchange2010_SP1,TimeZoneInfo.Local ); // service is a global variable
    service.Credentials = new NetworkCredential(ConfigClass.CalendarReaderName, ConfigClass.CalendarReaderPassword);
    service.AutodiscoverUrl(cal, RedirectionUrlValidationCallback);
    Then the part where I want to get the appointments
    CalendarView view = new CalendarView(_firstdate, _lastdate);
    Mailbox mailbox = new Mailbox(cal); // cal is the e-mail address of the user
    FolderId id = new FolderId(WellKnownFolderName.Calendar, mailbox);
    CalendarFolder folder = CalendarFolder.Bind(service, id);
    FindItemsResults<Appointment> findResults = folder.FindAppointments(view); // This is where the error occurs
    Anybody know what this error actually means and how to solve the situation. I want to run the program using a service account rather than my personal credentials.

    the error came back - but the trace revealed the error:
            <m:ResponseMessages>
              <m:FindItemResponseMessage ResponseClass="Error">
                <m:MessageText>An internal server error occurred. The operation failed.</m:MessageText>
                <m:ResponseCode>ErrorInternalServerError</m:ResponseCode>
                <m:DescriptiveLinkKey>0</m:DescriptiveLinkKey>
                <m:MessageXml>
                  <t:Value Name="InnerErrorMessageText">Too many concurrent connections opened.</t:Value>
                  <t:Value Name="InnerErrorResponseCode">ErrorTooManyObjectsOpened</t:Value>
                  <t:Value Name="InnerErrorDescriptiveLinkKey">0</t:Value>
                </m:MessageXml>
              </m:FindItemResponseMessage>
            </m:ResponseMessages>
          </m:FindItemResponse>
        </s:Body>
      </s:Envelope>
    </Trace>
    The account is used for other purposes as well - looking into other calendars. And I have seen this limitation before and read that it is a timing issue.
    I guess I need to use another account ...

  • Memory limitation on T61

    I have the following Lenovo notebook :
    Product: ThinkPad T61 8898-55G [change]
    Operating system: All [change]
    Original description: T7100(1.8GHz), 1GB RAM, 120GB 5400rpm HD, 14.1in 1024x768 LCD, Intel X3100, CDRW/DVDRW, Intel 802.11abg wireless, Bluetooth, Modem, 1Gb Ethernet, UltraNav, Secure chip, Fingerprint reader, 4c Li-Ion, WinVista Business 32
    I configured my Notebook with a Dual-boot Windowx XP Pro SP3 and Windows Vista Bussines SP1 (32 bit)
    I have 2x 512 MB PC2-5300 667 MHz DDR2 memory inside.
    I read on the Lenovo site :
     Memory Compatibility
    (**) Windows Vista supports up to 4GB maximum memory (32-bit versions of Windows Vista cannot support 4GB). Windows XP supports up to 3GB maximum memory
    I like to update my memory with
    2x 40Y7734 1 GB PC2-5300 667 MHz DDR2 
    or
    2x 40Y7735 2 GB PC2-5300 667 MHz DDR2
    I like to know if I choose for 2x 2GB , will :
    Windows XP SP3 work just fine only it works with 3GB instead of 4GB installed memory
    Window Vista SP1 (32-bit) with the 4GB (even not supported) work stable ?
    Because the prices of 1 GB and 2 GB won't change much nowadays.
    I prefer to use 2x 2GB modules, but I like to know will it work (even with the memory limitation) stable on XP or on Vista
    or it is better/safer to use 2x 1GB modules
    Can anybody help/explain me or advice me ? 
    Electronic
    Message Edited by electronic on 01-16-2009 09:51 PM

    You're better off with 2x2GB, you may decide to run a 64-bit OS someday...and you will notice a difference between 2GB and 3GB when running a 32-bit OS.
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

  • Report for Qty Contract and Value Contract with PO release exceeding limits

    Hi All,
    Is there a std report in SAP that the users can use to view Qty and Val Contracts that has exceed in Qty (in case of Qty Contracts) or Val (in case of Val Contracts) ?
    Thanks in advance!

    hi Duke,
    If thinking logically, then there is no report for the same..this may be because you enter the qty or value limits in the contract doc itself....So, when you make the PO for the same, and if the qty or value exceeds the system automatically provides the message..stating that the qty or value has exceeded....
    So, there is no report for the same...
    Hope it helps...
    Regards
    Priyanka.P

  • IPhone limited to 130 apps at a time! 6,200 apps available in app store

    The i phone is limited to nine app screen i notice this when i try to move on to a tenth screen and it would not let me and also when you download a app after all 9 screen are full the app dose not show up but the app store says it is installed apple needs to expand the amount of screen allowed. you then end up having to delete 2 apps download 1 app in able to make the invisible app appear you have to try this one out for your self so you get a better idea of what i mean so it looks like we are limited to 144 apps per iPhone subtract 14 apps that come default on the screen not including the 4 that are on the bar below you are left with 130 apps that can be downloaded and use at a time per i phone that ***** there are over 6,200 apps available in the app store as i type this to you and apple is limiting me to only carry 130 at a time there is somthing worng with this and i think somthing should be done!

    No acutally what that means is most people like myself have to install 30 apps just to get the iphone to do half the things it should have done out of the box. Sure some are wants but most are "need" in order for it to do the things my old palm treo 600 could do, and still there's not copy and past and no video. On top of that they have a stupid 130 limit. I'd love to hear why that is.

  • Writing to file limiting system performanc​e

    Hello,
    I really could use some help with my VI in terms of writing data.  I’ve had a LOT of help optimizing my code and am trying to enhance the performance in terms of data acquisition.  However, it seems as though writing to a data file is really limiting the frequency I can sample at.  I’ve done some research and understand that writing data at every iteration of the while loop and the build array function slows things down.  How would I modify the code so that the array buffer would store maybe 5000 data points before writing to a file, then clearing the array?  That would keep the array size small, as well as reduce the number of times the program is performing the write to file function.  Is there a better way of doing this?  I’m open to any other ideas as well.    
    I am taking data from 14 channels, and would like to sample at 1 kHz each.  The task right now is created within Measurement and Automation Explorer, and the number of samples is at 100.  I also use a buffer indicator, which will generally grow out of control, no matter how much I modify the number of samples and the frequency.  The length of my test can last upwards to 6 hours, so it needs to work that long without crashing.     
    The code and attached subVI’s is attached.  Hopefully it's all there.
    Thanks for your help,
    Alex
    Attachments:
    Test Program.zip ‏295 KB

    Lynn,
    Yea, I'll have to keep on the block diagram size in the future.  Can get unwieldy.
    I tried incorporating the Recent History Buffer example into my code.  I did have a few hang ups, which are giving me some trouble.  Mostly, how do I connect my waveform data to the Buffer VI?  Will I be able to have all my channels connect to this?  Also, ultimately I will have two write to file VI's.  Can the buffer differentiate between which file to write?
    Thanks,
    Alex
    Attachments:
    Instrument Panel V1.1 (Labview 8.0).vi ‏159 KB

  • HT3705 Has anyone any ideas why a Pages file v09 exported from v5 bloats from around 212kb to 5.9mb? I had to export existing template files back from the latest version to v09 due to limited features in latest version.

    Recently updated Pages because of Mavericks update, quickly discovered how limited new version is, exported altered files back to Pages 09 format and re-opened using earlier Pages. In amending to re-save as templates again noticed a 212kb file has bloated to 5.9mb.
    Has anyone any ideas or experience as it will not take long to fill up a 1TB drive at this rate! - I had left behind PC's and MS Office and was reasobaly happy using Pages for business, but it looks like Office for Mac is now going to b eneeded.

    Yes, I opened them all with 5 then re-saved as v5 templates. Then realised other problems with v5 so exported them all back v09 as xxx.pages files. Used some with v09 and noticed they had all increased.
    I just checked again and noticed that the initial v5 saved templates had typically increased from 412kb to 1.1MB (they do have 4 graphics) - then after exporting the templates are 5.9MB in v09 an dthe files are still 412kb.
    I had a similar problem many years ago using RTF files with Word and they kept bloating everytime you edited and saved due to saved or linked graphics?

  • Session variable size limitation (LV Webservices)

    Hi community,
    I read couple dozen email addresses from an XML and trying to write them into a session variable. The email addresses are comma separated and have a total string length of about 1100 characters. When I try to write it into a session variable LabVIEW drops an error message (-67158).
    It is very clearly related to the size of the string as if use lets say only 200 characters I dont receive the error message.
    How can I get rid of this limitation?
    Thanks!

    I am writing a general purpose webpage where I need email notifications. I have the workaround ready (before I send out the emails I dont read the emails from a session, but using the userID stored in the session to read the email from the xml). But generally having this limitation is annoying and unnecessary as normally you easily can store 100kB in one session. (probably even more, but that was the max I have ever did)

Maybe you are looking for

  • Column Arrenge in order in intractive report

    hi.. i want to Arrenge Column according to me in order in intractive report .I have use arrow for up & dowmn in report Column Attributes .but there are no change . How can i arrenge column in order acording to me. Thanks Manoj Kaushsik

  • Error in session processing

    hi i got an error message when i select the session from sm35 and click on process. "the session cannot be processed". inside the code i have provided the selection screen options to select either of session or call transaction,but i have written cod

  • Is the windows PC adobe photoshop CS6 serial number software compatible with MAC PC?

    Help?

  • 3.5mm jack

    can anyone tell me which all nokia phones have direct 3.5mm jack?? At last a nseries phone im truely happy with THE N82

  • Running Ubuntu via Parallels

    Hi everyone, I know most people are able to run Windows 7 via Parallels Desktop 6. However, I wanted to be able to run Ubuntu 10.04 via Parallels. I am unsure about how to do this as it does not recognize my partition. I am able to load natively fine