Beginning curly brance has to be separate from if stmt

          <% if (a) {%>
          html here...
          <% } %>
          will trigger error,
          but
          <% if (a) %>
          <% { %>
          html here...
          <% } %>
          will fix it?!
          trace here:
          <Nov 29, 2000 11:33:19 AM PST> <Error> <HTTP> <[WebAppServletContext(3931207,pub
          lic_html_DefaultWebServer)] Servlet failed with Exception
          weblogic.servlet.jsp.JspException: (line 220): scriptlet close brace '}' unbalan
          ced at line 220 which breaks scope '_base_service_scope_'
          at weblogic.servlet.jsp.ScriptletScopeLexer.mCLOSE_BRACE(ScriptletScopeL
          exer.java:331)
          at weblogic.servlet.jsp.ScriptletScopeLexer.mTOKEN(ScriptletScopeLexer.j
          ava:213)
          at weblogic.servlet.jsp.ScriptletScopeLexer.nextToken(ScriptletScopeLexe
          r.java:145)
          at weblogic.servlet.jsp.ScriptletScopeLexer.parse(ScriptletScopeLexer.ja
          va:107)
          at weblogic.servlet.jsp.JspLexer.mSCRIPT(JspLexer.java:3575)
          at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:1806)
          at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1641)
          at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1523)
          at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:877)
          at weblogic.servlet.jsp.JspParser.doit(JspParser.java:74)
          at weblogic.servlet.jsp.JspParser.parse(JspParser.java:121)
          at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:100)
          at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:254
          at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:258)
          at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:172)
          at weblogic.servlet.jsp.JspStub.checkForReload(JspStub.java:101)
          at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
          java:297)
          at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
          pl.java:200)
          at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
          rvletContext.java:1107)
          at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
          pl.java:1482)
          at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
          at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
          >
          

Has the release date of GA set?
          Or, when it will be?
          Can you give us some hint?
          "Dave Brown" <[email protected]> wrote in message
          news:[email protected]...
          > Hi Dan,
          >
          > This indeed was a bug, that has been fixed for the
          > G.A. (final) version of the product, due out in
          > a week or two. We have made the JSP lexer smarter
          > about counting scope braces introduced in scriptlets,
          > and it will complain if they are found to be
          > unbalanced.
          >
          > -dave brown
          >
          > dan wrote:
          > >
          > > <% if (a) {%>
          > > html here...
          > > <% } %>
          > >
          > > will trigger error,
          > > but
          > > <% if (a) %>
          > > <% { %>
          > > html here...
          > > <% } %>
          > > will fix it?!
          > >
          > > trace here:
          > > <Nov 29, 2000 11:33:19 AM PST> <Error> <HTTP>
          <[WebAppServletContext(3931207,pub
          > > lic_html_DefaultWebServer)] Servlet failed with Exception
          > > weblogic.servlet.jsp.JspException: (line 220): scriptlet close brace '}'
          unbalan
          > > ced at line 220 which breaks scope '_base_service_scope_'
          > > at
          weblogic.servlet.jsp.ScriptletScopeLexer.mCLOSE_BRACE(ScriptletScopeL
          > > exer.java:331)
          > > at
          weblogic.servlet.jsp.ScriptletScopeLexer.mTOKEN(ScriptletScopeLexer.j
          > > ava:213)
          > > at
          weblogic.servlet.jsp.ScriptletScopeLexer.nextToken(ScriptletScopeLexe
          > > r.java:145)
          > > at
          weblogic.servlet.jsp.ScriptletScopeLexer.parse(ScriptletScopeLexer.ja
          > > va:107)
          > > at weblogic.servlet.jsp.JspLexer.mSCRIPT(JspLexer.java:3575)
          > > at
          weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:1806)
          > > at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1641)
          > > at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1523)
          > > at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:877)
          > > at weblogic.servlet.jsp.JspParser.doit(JspParser.java:74)
          > > at weblogic.servlet.jsp.JspParser.parse(JspParser.java:121)
          > > at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:100)
          > > at
          weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:254
          > > )
          > > at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:258)
          > > at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:172)
          > > at weblogic.servlet.jsp.JspStub.checkForReload(JspStub.java:101)
          > > at
          weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
          > > java:297)
          > > at
          weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
          > > pl.java:200)
          > > at
          weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
          > > rvletContext.java:1107)
          > > at
          weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
          > > pl.java:1482)
          > > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
          > > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
          > > >
          

Similar Messages

  • I have tried to download a movie via iTunes. Every time the download nears the end, it stops and restarts from the beginning. This has happened 5 times. Any solutions?

    I have tried to download a movie via iTunes. Every time the download nears the end, it stops and restarts from the beginning. This has happened 5 times. How can I clear the download or solve this?

    If it is a HD movie, it may not be enough. The iPad also need working space.
    Try download to iTune (computer) and "Move" to iPad.

  • I have a new ipad air and my own apple id. My wife has iphone and her own apple iD.  All our music is in her apple id.  can i sync both ipad and phone for music but keep my ipad separate from her iphone ?

    I have a new ipad air and my own apple id. My wife has iphone and her own apple iD. 
    All our music is in her apple id.  can i sync both ipad and phone for music but keep my ipad separate from her iphone for everything else?

    How to use multiple iPods, iPads, or iPhones with one computer
    http://support.apple.com/kb/HT1495
    How to Share a Family iPad
    http://www.macworld.com/article/1163347/how_to_share_a_family_ipad.html
    Using iPhone, iPad, or iPod with multiple computers
    http://support.apple.com/kb/ht1202
    iOS & iCloud Tips: Sharing an Apple ID With Your Family
    http://www.macstories.net/stories/ios-5-icloud-tips-sharing-an-apple-id-with-you r-family/
    How To Best Use and Share Apple IDs across iPhones, iPads and iPods
    http://www.nerdsonsite.com/blog/2012/06/07/help-im-appleid-confused/
     Cheers, Tom

  • Downloaded 3.6 version of firefox and it changed my favorites, quicken, other files back to 1.5 yrs ago. How do I get back the info it has erased or hidden from me???

    Question
    Today downloaded 3.6 version of firefox and it changed my favorites, quicken, other files back to 1.5 yrs ago. How do I get back the info it has erased or hidden from me???

    What do you mean by '''''"changed my favorites, quicken, other files back to 1.5 yrs ago"'''''? More detail please.
    <br />
    You have an item installed that is considered malware/spyware/adware. To see the plugins submitted with your question, click "More system details..." to the right of your original question post.
    *Ask Toolbar Plugin Stub for 32-bit Windows
    Unfortunately, it is becoming more and more common for these kinds of "extras" (toolbars, security scanners, etc.) to be added to your browser/system/desktop when adding or updating other software, some from very well-know software vendors. You must carefully read information before downloading any "free" software and be very alert during the install process for any opportunity to opt-out of "extras" being installed.
    '''<u>If you have the Ask Toolbar</u>'''<br />
    * First try to disable or uninstall the Ask Toolbar in Firefox via "Tools -> Add-ons -> Extensions". See: [[Uninstalling add-ons]]<br />
    *In some cases, you may need to uninstall the Ask Toolbar using Windows Control Panel .
    **See [http://support.mozilla.com/en-US/kb/Cannot+uninstall+an+add-on#Uninstall_from_Windows_Control_Panel Cannot uninstall an add-on - Uninstall from Windows Add/Remove Programs].
    '''<u>You '''MAY''' need to reset your homepage</u>''' if an Ask search page opens when first starting Firefox. Firefox can open multiple home pages. Home pages are separated by the "|" symbol.
    *See: http://support.mozilla.com/en-US/kb/How+to+set+the+home+page
    '''<u>You ''MAY'' need to reset a preference</u>''' if searches from the URL/location bar take you to an Ask search page.<br />
    To reset the preference related to Ask search from the URL/location bar via about:config, specifically the keyword.URL preference -<br />
    *Open a new tab or window.
    *Type '''''about:config''''' in the URL/address bar and press the Enter key
    *If you see a warning, accept it (promise to be careful)
    *Filter = keyword.url
    *Right-click on the preference below the Filter, and choose Reset
    *Restart Firefox (File > Restart Firefox)
    *See: http://kb.mozillazine.org/Keyword.URL for details.
    Also see:<br />
    * http://kb.mozillazine.org/Problematic_extensions#Ask_Toolbar
    * http://kb.mozillazine.org/Uninstalling_toolbars
    <br />
    '''Other issues that need your attention'''
    The information submitted with your question indicates that you have out of date plugins with known security and stability issues that should be updated. To see the plugins submitted with your question, click "More system details..." to the right of your original question post.
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.3"
    **New Adobe Reader X (version 10) with Protected Mode just released 2010-11-19
    **See: http://www.securityweek.com/adobe-releases-acrobat-reader-x-protected-mode
    *Shockwave Flash 10.1 r82
    *Next Generation Java Plug-in 1.6.0_19 for Mozilla browsers
    **4 updates behind
    #'''Check your plugin versions''': http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**Use the links below to avoid getting the troublesome "getplus" Adobe Download Manager and other "extras" you may not want
    #**Use Firefox to download and SAVE the installer to your hard drive from the appropriate link below
    #**Click "Save to File"; save to your Desktop (so you can find it)
    #**After download completes, close Firefox
    #**Click the installer you just downloaded and allow the install to continue
    #***Note: Vista and Win7 users may need to right-click the installer and choose "Run as Administrator"
    #**'''<u>Download link</u>''': ftp://ftp.adobe.com/pub/adobe/reader/
    #***Choose your OS
    #***Choose the latest #.x version (example 9.x, for version 9)
    #***Choose the highest number version listed
    #****NOTE: 10.x is the new Adobe Reader X (Windows and Mac only as of this posting)
    #***Choose your language
    #***Download the file
    #***Windows: choose the .exe file; Mac: choose the .dmg file
    #*Using either of the links below will force you to install the "getPlus" Adobe Download Manager. Also be sure to uncheck the McAfee Scanner if you do not want the link forcibly installed on your desktop
    #**''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #**Also see: https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox (do not use the link on this page for downloading; you may get the troublesome "getplus" Adobe Download Manager (Adobe DLM) and other "extras")
    #*After the installation, start Firefox and check your version again.
    #'''Update the [[Managing the Flash plugin|Flash]] plugin''' to the latest version.
    #*Download and SAVE to your Desktop so you can find the installer later
    #*If you do not have the current version, click on the "Player Download Center" link on the "'''Download and information'''" or "'''Download Manual installers'''" below
    #*After download is complete, exit Firefox
    #*Click on the installer you just downloaded and install
    #**Windows 7 and Vista: may need to right-click the installer and choose "Run as Administrator"
    #*Start Firefox and check your version again or test the installation by going back to the download link below
    #*'''Download and information''': http://www.adobe.com/software/flash/about/
    #**Use Firefox to go to the above site to update the Firefox plugin (will also install plugin for most other browsers; except IE)
    #**Use IE to go to the above site to update the IE ActiveX
    #*'''Download Manual installers'''. Note separate links for:
    #**Plugin for Firefox and most other browsers
    #**ActiveX for IE
    #'''Update the [[Java]] plugin''' to the latest version.
    #*Download site: http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)
    #*Also see "Manual Update" in this article: http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates
    #* Removing old versions (if needed): http://www.java.com/en/download/faq/remove_olderversions.xml
    #* Remove multiple Java Console extensions (if needed): http://kb.mozillazine.org
    #*Java Test: http://www.java.com/en/download/help/testvm.xml

  • Keeping business contacts separate from personal contacts

    Dear All,
    I'm sure this is not an uncommon situation and I bet that thousands if not millions of individuals have this same or similar problem. 
    I am self employed and use my MacBook Pro for both work and personal purposes.
    I use "Gmail" for my personal email and I have a separate "Google Apps" account (using my own domain) that handles my business emails.
    I use Apple's Mail application for both email accounts mentioned above (setup using IMAP settings)
    For various and obvious reasons I'd like to keep my business contacts separate from my personal ones.
    I searched for ways to have two separate address books but it doesn't seem to be possible.
    I read about Plaxo but I don't want to pay a yearly/monthly fee.
    I don't want to create a separate user account on my Mac because I'd be switching between them too often throughout the day. That would be annoying.
    Soooo, has anyone come up with any clever workarounds?
    How do you fellow freelancers deal with this?
    I'd appreciate any ideas, tips or workarounds.
    Thanks! – Xavier

    Did anyone end up finding a solution to this problem?
    A complication I find with address books, groups, and even with the trial of Bento that I played with, is that you cannot move individual contacts from the main pool without deleting them altogether. And there is nowhere else to move them to.
    As agodfrin says, it would be great if you could make them invisible. Or, if you could move them to an "infrequently needed" or "private" group so that they no longer appear in the main group. This is most relevant to me because I often add new contacts when out with my iPhone, and they are automatically added to the main list. I then have to go back and find them like needles in a haystack, and there is no way of viewing a chronoligical listing of entries in order of date first entered. I end up searching through the same irrelevant old contacts again and again to find an weed out my numerous recent ones. It's a real time waster when trying to send out marketing materials to relevant people.
    I saw that there was an app previously available which listed contacts chronologically, but it is no longer available. I think we really need to be able to separate our main contact list into different branches.
    I'm flabberghasted that there doesn't seem to be more of a demand for this kind of logical functionality.

  • How to move Documents and Settings and All Libraries To D drive to separate from the OS

    I want to move my Documents and settings Folder to D drive so I can back up the OS separate from Data or at least move Libraries to D drive. I have partitioned my hard drive so that most of the space is on D drive and about 100G is on C drive. I can't understand why the old My Documents file structure was changed where now it is called Libraries and My Documents is a sub folder to that and My Music, My Picture etc are not in My Documents anymore. Let’s just randomly shuffle directories to enhance the Window 7 experience. If you have not already figured out I am an XP user. I know there is a way to do what I want to do because virtually all corporate systems are setup this way.
    Oh how the heck to I get access to Documents and Settings? Well sometimes programs hide stuff there. Like why does Zune software hide your album art in documents and settings that you spent hours downloading and fixing so that when you move my music that all your album art does not go with it.
    Perry

    Hi,
    In Windows Vista and Windows 7, the “My Documents and Settings“, has been replaced by "Users". The My Documents, My Music, My Pictures, and
    My Videos folders in Windows XP are transferred to the following folders in Windows 7:
    %systemdrive%\Users\user_name\Documents
    %systemdrive%\Users\user_name\Music
    %systemdrive%\Users\user_name\Pictures
    %systemdrive%\Users\user_name\Videos
    You can find your user files in the above folders and move them to the drive you like.
    For more information, please refer to
    http://support.microsoft.com/kb/930128
    http://support.microsoft.com/kb/930890
    It applies to Windows 7.
    Hope it helps.
    Vivian Xing - MSFT
    When I visit the two quoted knowledge base links from Windows 7 I get -
    System TipThis article applies to a different version of Windows than the one you are using. Content in this article may not be relevant to you.Visit the Windows 7 Solution
    Center
    In other words your reply does not apply to Windows 7.
    Do you please have an answer which does apply to Windows 7?
    Cheers,
    Brian Towers

  • HT1338 When i type in arabic, the letters appear separate from each other. they should join

    I have activated arabic language on my mcbook. when i try to type a document on Microsoft Word, It does type each letter separate from the others. like this:  ع ر ب ی. Can any one advise please?

    MS Word for Mac OS X has never supported Arabic.  You have to use a different app. Mellel is the best, but TextEdit, Nisus Writer, and OpenOffice should also work OK.  Pages has bugs.

  • Request timed out because there has been no reply from the server in 600000

    Issue:
    Request timed out because there has been no reply from the server in 600000
    Scenario:
    1. All the crystal reports are designed by using Crystal Report 2008 Version -- 12.3.0.601
    2. All reports are uploaded to CMC (SAP Business Objects Enterprise XI, Product: 12.1.0)
    3. using Front-End .net Winform
    4. Crystal Report is binding is done using Business View Manager (since having more than one databases)
    5. Business View Manager Connects to Oracle using "Oracle Server" connection
    6. Loading reports as follows
    string queryString = string.Empty;
    SessionMgr sessionMgr = new SessionMgr();
    EnterpriseSession enterpriseSession = sessionMgr.Logon(userName, userPassword, serverName, authType);
    EnterpriseService enterpriseService = enterpriseSession.GetService("InfoStore");
    InfoStore infoStore = new InfoStore(enterpriseService);
    enterpriseService = enterpriseSession.GetService("PSReportFactory");
    Object psrfObject = enterpriseService.Interface;
    PSReportFactory psReportFactory = (PSReportFactory)psrfObject;
    queryString = "Select SI_CUID, SI_ID, SI_NAME, SI_PARENTID From CI_INFOOBJECTS " + "Where SI_PROGID='CrystalEnterprise.Report' " + "And SI_ID=" + ReportId;
    InfoObjects infoObjects = infoStore.Query(queryString);
    InfoObject infoObject = infoObjects[1];
    ReportDocument crDoc = new ReportDocument();
    crDoc.Load(infoObject, enterpriseSession);
    7. All the reports are getting loaded properly and i am able to dynamically set the report parameters
    8. After executing report, some of the reports take more than 10 minutes, due to which shows following error
    Request timed out because there has been no reply from the server in 600000
    Note i have done following:
    1. I have checked stored procedure running through oracle for more than 10 minutes (1 hr, 2 hrs)
    2. Tried simply running crystal report without front-end running perfectly more than 10 minutes (1 hr, 2 hr)
    3. When i run .net winform application for specific reports which takes long time, gives "Request timed out because there has been no reply from the server in 600000"
    Also i have done lot much R&D and spent almost weeks to get resolution but not getting any solution out of it, please help me in this case
    HKEY_LOCAL_MACHINESOFTWAREBusiness ObjectsSuite 12.0Report Application ServerClient SDKCorbaAdapterWaitReplyTimeout = 600000 and HKEY_LOCAL_MACHINESOFTWAREBusiness ObjectsSuite 12.0Report Application ServerInprocServerEnterpriseRequ
    AS per following URL
    Session timeout
    1. Log into Central Management Console
    2. Go to server,right click on Crystal report processing server and select properties,change the idle connection time out to 60 minutes
    3. Also right click on crystal report cache server and select properties ,change the idle connection time out to 60 minutes
    4. Restart Crystal Report Processing Server and Crystal Report Cache Server
    5. Change the session time out to 60 minutes in web.xml of INfoviewApp,InfoViewAppAction,PlatformSerivces and CrystalReports.
    6. Navigate to the following location
    <BO Install Dir>Business ObjectsTomcat55webappsInfoViewAppWEB-INF
    7. Edit the web.xml in notepad and search for the below lines.
    <session-config>
    <session-timeout>20</session-timeout> <!-- 20 minutes for session objects -->
    </session-config>
    8. Increase the Session-Timeout parameter to 20 to 60 minutes in web.xml . Save this file
    9. Repeat the same for the web.xml file in the InfoViewAppActions folder in <BO Install Dir>Business ObjectsTomcat55webappsInfoViewAppActionsWEB-INF
    10. Repeat the same for the web.xml file in the PlatformSerivces folder in <BO Install Dir>Business ObjectsTomcat55webappsPlatformSerivcesWEB-INF
    11. Repeat the same for the web.xml file in the CrystalReports folder in <BO Install Dir>Business ObjectsTomcat55webappsInfoViewAppActionsWEB-INF
    12. Restart the tomcat server
    Still i am getting same error, please help me, if you have any idea, clue with respect to this error on winform

    This error is specific to RAS. The default CORBA request timeout is 10 minute = 600000 ms. When the RAS SDK does not get the reponse back from RAS server in 600000 ms it throws this message. Why it works in InfoView\CMC what I believe you refer to as "Front End' application is because InfoView\ CMC don't use RAS.
    1. First make sure that a smaller report wich runs pretty fast ( 1-2 min) works. This will confirm that there is no connectivitiy issues between RAS and RAS SDK.
    2. If you get the efrror for every single report, even the smaller ones, make sure the box running RAS and RAS SDK code( in case they are 2 different) can ping each other with IP, shortname and FQDN. If there is a firewall between them, the RAS port needs to be opened for bidirectional communication. By default RAS chooses a random port for communication with SDK but within CMC you can configure it to use a specific port and open it.
    3. If the issue is specific only to reports that are long running, typically more than 10 minutes, then you need to inclease the CORBA timeout to a value more than what the reports typically would take to process. This is done on client code side or IIS in this case.
    Here are the steps:
    Make the following changes on the application server/system.
    Open RegEdit by going to Start > Run and typing in regedit.exe. Then click Ok.
    Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 11.5\Report Application Server\Client SDK\CorbaAdapter
    Change the value of SendRequestTimeout(ms) to 100000.
    Change the value of WaitReplyTimeout(ms) to 6,000,000 ms. The default value is 600,000 ms and may not be long enough.
    Restart IIS by going to Start > Run and typing in iisreset. Then click Ok.
    Retry the failing application.
    See note:  1296656
    This error should be easy to fix
    Edited by: Aasavari Bhave on Feb 2, 2012 11:20 AM

  • I want to start my own account separate from my parents. Can I transfer my music from one account to another? If so, how?

    I want to start my own account separate from my parents. Can I transfer my music from one account to another? If so, how?

    lisafromwindermere wrote:
    I want to start my own account separate from my parents. Can I transfer my music from one account to another? If so, how?
    Lisa,
    Just get copies of the song files and add them to your iTunes library.  With the exception of any DRM-protected files (purchased before mid-2009 and never upgraded) they will play fine, even though they are technically associated with the original account.

  • HT4436 I want to set up an icloud account for work, separate from our personal accounts.  We all have iPad 2.  How do I do that?

    I want to set up an icloud account for work, separate from our personal accounts.  We all have iPad 2.  How do I do that?

    You can set up a second ("secondary") iCloud account on your device by going to Settings>Mail,Contacts,Calendars>Add Account>iCloud.  Secondary accounts do have limitations. Only the primary account can be used for Photo Stream, Bookmarks, Documents, iCloud Backup and Find My Device.  Push mail only works for the primary account; secondary account mail is fetch.

  • "This message has not been downloaded from the server" - Multiple devices all using Exchange Active Sync

    We are having this issue across multiple IOS devices ranging from IOS version 5.x up to the latest 6.1.2. Many (not all) emails sent to the devices are unreadable and simply state: "This message has not been downloaded from the server". Microsoft believes this to be some sort of bug with the IOS devices in the way they are handling the SSL encryption.
    Facts:
    - Devices are connected to an Exchange 2010 SP1 Rollup 6 via Active Sync (No POP3, IMAP or SMTP)
    - issue occurs on multiple IOS devices within the organization ranging from IOS 5.x up to the latest 6.1.2
    - Issue occurs on both external cellular data and internal wireless networks
    - Not all emails sent to the devices result in the error, but issue does tend to occur more frequently from certain senders/domains
    - Using the same user account on an android phone does not result in an issue (even when receiving the exactly same email that has been sent to the IOS devices)
    - Closing mail app / rebooting device does not resolve the issue
    - Doesn't appear to matter what the mesage format is (can be html, plaintext, etc)
    - Spent nearly 7 hours with Microsoft going through the Exchange server configuration and looking for possible causes. None have been found and all testing indicates things are setup correctly.
    - This is not a case of Issue 2.3 listed here: http://support.microsoft.com/kb/2563324 (verified by Microsoft Support)
    - If we disable SSL on the IOS device and connect via plain HTTP the messages are displayed correctly!
    - If we use a different SSL certificate, the issue still occurs - so not a problem with the original cert.
    Does anyone have any suggestions on what would cause this? Does the ISO devices have any sort of log that would indicate why it's reporting this error? The current error is pretty unhelpful.

    GFI Have a solution for this problem. It is to do with iOS implementation of reading the message headers when SPF compliance modifications are made by GFI.
    http://kb.gfi.com/articles/SkyNet_Article/Error-This-message-has-not-been-downlo aded-from-the-server-when-downloading-messages-to-an-iOS-device?retURL=%2Fapex%2 FSupportHome&popup=true

  • About an hour ago, I purchased Real Racing 2 from the Mac App Store for $12.99, but since then it has not downloaded one bit, even though I have a stable wifi connection. The money has already been taken from my account as well. What should I do?

    About an hour ago, I purchased Real Racing 2 from the Mac App Store for $12.99, but since then it has not downloaded one bit, even though I have a stable wifi connection. The money has already been taken from my account as well. What should I do?

    Just to make sure, open Mac App Store and click Purchases. Can you pause the download and restart it?

  • I have a 1TB external hard drive (NTFS) that has all my files from my old PC, how do I create a partition on it for HFS  without formatting it so that I can use it for Time Machine and the like?

    I have a 1TB external hard drive (NTFS) that has all my files from my old PC, how do I create a partition on it for HFS  without formatting it so that I can use it for Time Machine and the like?

    There aren't any 3rd party apps or anything. I use PC's and Mac's at school and the only computer connected to a printer at my house is a PC so i need access to both

  • I would like to have an email account that is password-protected that I can access on my Mac, Iphone and Ipad, separate from the Mail application, with an alert button that indicates unread messages

    I would like to have an email account that is password-protected that I can access on my Mac, Iphone and Ipad, separate from the Mail application, with an alert button that indicates unread messages

    Try a search... I'm sure if you put forth a little effort you can find a solution that will work for you.

  • I would like to have an email account that is password-protected that I can access on my Mac, Iphone and Ipad, separate from M, with an alert button that indicates unread messages

    I would like to have an email account that is password-protected that I can access on my Mac, Iphone and Ipad, separate from M, with an alert button that indicates unread messages

    Try a search... I'm sure if you put forth a little effort you can find a solution that will work for you.

Maybe you are looking for

  • To add a Text field in Standard Transaction

    Hi.. i want to add a Text field for a email address in BP transaction Address tab  and want to update that in to a data base table So can we suggest  User Exit and BADI for the Updation if Any or give the the process to over come this issue

  • Some of Chinese character is not displaying correctly in PDF output

    Hi all I'm involved in the 1st Peoplesoft project in Korea and having a difficulty with displaying Chinese character in PDF output. Usually Koreans can translate their name in Chinese and that Chinese name is displayed in personal information in thei

  • Dynamic physical table source schema

    Hi All, Is it possible to dynamically change the physical schema name ? I am in process of creating a report, but the report should shows the data based on logged in user. NOTE: There is a one to one mapping between BI user and oracle database schema

  • DB_Release_Unknown

    Hi, I was upgraded my DB(oracle) from 9.2 to 10g when i am running DB02 transaction i am getting an ABAP Dump called "DB_Release_Unknown" please help me in solving this dump error.

  • IPhoto freezes when Preferences/Accounts selected

    I am using iPhoto '11, ver. 9.2 (626) with OSX 10.7.4.  I used iPhoto Library Manager to rebuild my Library and everything seems to be working just great except when I select Preferences - Accounts.  When the screen displays, it highlights MobileMe a