Error has occurred while processing your request reference #...

Every time we go to login into a particular site get the message an error has occurred while processing your request and give a reference number. This happens while using both browsers Safari and Firefox. I've cleared history and cookies/cache. Nothing seems to work. any suggestions?

The problem is at the server end.

Similar Messages

  • We're sorry, an error has occurred while processing the request. Please try again. that error comes when i registred the apple care protection plan plzz suggestion me

    We're sorry, an error has occurred while processing the request. Please try again. that error comes when i registred the apple care protection plan plzz suggestion me

    Call AppleCare.

  • My daughter sent a video of the puppies from her iPhone; my wife got the following error message when opening it: An error occurred while processing your request. Reference

    The other copied recipient was able to open the link and play the video on her Macbook. What do you think could be wrong? Do you have any suggestions for me?

    I did not realize there was not enough room for the error reference in the original post. The error message my wife received was:
    An error occurred while processing your request.
    Reference #50.2cc88f18.1337770650.1e469043

  • Hi,i am using iphone 4s,my problem is when i want to play video other than youtube file from facebook this message come out "An error occured while processing your request. Reference

    Hi,i am using iphone 4s,my problem is when i want to play video other than youtube file from facebook this message come out "An error occured while processing your request. Reference

    Is your friends phone jailbroke? Also are you using the facebook app? If so then you need to ask the developer of the app what the problem is.

  • Redirection error An error occurred while processing your request in provider-hosted app which is hosted in Windows Azure

    Hello,
    I developed one simple provider hosted app and I published it in my Azure website. I also published the SharePoint App of this solution in O365 site. I'm using Visual Studio 2013 Premium edition. I've followed all the steps to do this work e.g.
    generate the client ID and client secret through my O365 site and updated the AppManifest.xml as well as web.config etc. In my AppWeb project, I've TokenHelper.cs and SharePoint.cs classes.
    When I'm clicking the app from my O365 site, I get the following error "An error occurred while processing your request" which is due to the following code:
     protected void Page_PreInit(object sender, EventArgs e)
                Uri redirectUrl;
                switch (SharePointContextProvider.CheckRedirectionStatus(Context, out redirectUrl))
                    case RedirectionStatus.Ok:
                        return;
                    case RedirectionStatus.ShouldRedirect:
                        Response.Redirect(redirectUrl.AbsoluteUri, endResponse: true);
                        break;
                    case RedirectionStatus.CanNotRedirect:
                        Response.Write("An error occurred while processing your request.");
                        Response.End();
                        break;
    It's always executing the case RedirectionStatus.CanNotRedirect. Why?
    I've checked the method "CheckRedirectionStatus" of SharePointContext.cs class completely and I am not understanding why am I getting this error.
    When I browse my Azure website http://sitename.azurewebsites.net, even there I'm getting this error. I believe that error is because there is no query string parameter there e.g. SPHostURL etc.
    Please let me know why I'm having this redirection error.
    Thanks,
    Ashish

    Hi,
    For a better troubleshooting,
    I suggest you do as the following:
    Debug the code step by step to find the reason of the issue.
    For the remote debug your app from Windows Azure, you need to download Azure SDK:
    http://azure.microsoft.com/en-us/downloads/
    After installing the SDK, it will have “Attach Debugger” for Azure web site, you
    also need to set "Attach Debugger" to on in the Windows Azure Management Portal
    More detailed information about how to debug provider-hosted app:
    http://blogs.technet.com/b/speschka/archive/2013/11/25/debugging-sharepoint-apps-that-are-hosted-in-windows-azure-web-sites.aspx
    Best regards,
    ZhengyuGuo
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if
    they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Zhengyu Guo
    TechNet Community Support

  • ERROR: TF246021: An error occurred while processing your request.

    Since last week the CI build on our integration branch fails when setting the label for the branch, I tried to create a new (default) build definition, which fails with the same error. Any other branch can build successful.  We get the following error:
    Exception Message: TF246021: An error occurred while processing your request.
    Technical information (for administrator):
    SQL Server Error: 2601 (type VersionControlException)
    Exception Stack Trace: 
    Server stack trace: 
       at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.HandleReply(TfsClientOperation operation, TfsMessage message, Object[]& outputs)
       at Microsoft.TeamFoundation.VersionControl.Client.Repository5.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Int32 maxClientPathLength, Failure[]& failures)
       at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayer.LabelItem(String workspaceName, String workspaceOwner, VersionControlLabel label, LabelItemSpec[] labelSpecs, LabelChildOption children, Failure[]& failures)
       at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.CreateLabel(VersionControlLabel label, LabelItemSpec[] itemSpecs, LabelChildOption options, Failure[]& failures)
       at Microsoft.TeamFoundation.Build.Workflow.Activities.TfLabel.TfLabelInternal.RunCommand(VersionControlScope versionControlScope, String nonFatalError, VersionControlLabel label, IEnumerable`1 items, LabelChildOption childOption)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
    Exception rethrown at [0]: 
       at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)
       at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)
       at System.Func`6.EndInvoke(IAsyncResult result)
       at Microsoft.TeamFoundation.Build.Workflow.Activities.TfLabel.TfLabelInternal.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
       at System.Activities.AsyncCodeActivity`1.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
       at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
    Inner Exception Details:
    Exception Message: TF246021: An error occurred while processing your request.
    Technical information (for administrator):
    SQL Server Error: 2601 (type SoapException)SoapException Details: <soap:Detail xmlns:soap="http://www.w3.org/2003/05/soap-envelope" />
    Exception Stack Trace:
    When I manually create a Label on the branch it works fine, please advice?
    additional information: 
    By changing "Label sources" to false the build does complete. Does SQL Server Error: 2601 indicate a duplicate key error in the TFS database? 
    (Cannot insert duplicate key row in object '%.*ls' with unique index '%.*ls'.)
    see also: https://technet.microsoft.com/en-us/library/aa258747(v=sql.80).aspx

    Hi,
    For this issue, you can check if you can connect to TFS and perform operations on other client machines. If yes, the problem related to your environment.
    You can also delete the current workspace and cretea a new one, then do a workspace mapping. To delete the workspace, use tf workspace or delete it via Team Explorer. If the problem still exist, please let us know your environment, settings etc. for further
    investigation.
    Best regards,

  • An error occured while processing your request. Please try again. (Cannot Login!)

    Everytime I open the Best Buy PC App, I am unable to login. I keep getting the same error over and over. "An error occured while processing your request, please try again". I have tried:
    1. Uninstalling and reinstalling
    2. Rebooting.
    3. Rebooting after uninstalling and reinstalling.
    4. Changing my password 
    Nothing works. I cannot login no matter what I do.
    Anyone have any advice? 

    Hi TrojanTheRabbit,
    Thanks for your posts regarding some login issues with the PC App. I saw you had a posted on another user's thread, and I suggested reading Kyle's FAQ on the PC App and Digital downloads to see it can help you troubleshoot the login issue.
    There may have been an issue with the servers on 2.9.12 and I've emailed our business team on it, since there seems to be a few reports of similar errors that day. You might want to try it today and see if it works, in the event there was an issue with the servers.
    Let me know how it goes!
    Regards,
    Mariel|Community Connector | Best Buy® Corporate
     Private Message

  • Training Catalog - An error occurred while processing your request. Please try again later.

    Hi,
    I am trying to purchase Course 40361A Software Development Fundamentals for
    MTA exam 98-361
    when i click save to my learning button i get this error on training catalog site,
    An error occurred while processing your request. Please try again later.
    can any one help me with this,
    Sincerely

    Can you please provide the URL for the site this error is occurring on
    When you see answers and helpful posts, please click Vote As Helpful,
    Propose As Answer, and/or Mark As Answer
    Jeff Wharton
    MSysDev (C.Sturt), MDbDsgnMgt (C.Sturt), MCT, MCSE: Data Platform & Business Intelligence
    Blog: Mr. Wharty's Ramblings
    Twitter: @Mr_Wharty
    MC ID:
    Microsoft Transcript

  • An Error Occurred While Processing Your Request We're sorry. While processing your request, we encountered a system-related error. Your request was not processed. Error ID Code: b7bc5afa-ce52-434b-bfb6-3fb086b77a23

    Every time i log out of my Bank email after getting a copy of transactions, I get the following:
    An Error Occurred While Processing Your Request
    We're sorry. While processing your request, we encountered a system-related error.
    Your request was not processed.
    Error ID Code: b7bc5afa-ce52-434b-bfb6-3fb086b77a23
    If the error continues or you need to contact support, please provide them with the Error ID Code above.
    That's what I am doing. contacting support.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"

  • An exception occurred while processing your request

    Hi all,
    I upgraded my SAP NW 2004s from SP9 to SP13. After that I got error when use the Portal. The error message looks as follow:
    Portal Runtime Error
    An exception occurred while processing your request
    Exception id: 12:14_26/11/07_0024_8852650
    See the details for the exception ID in the log file.
    Someone knows what could be?
    Besides, I wonder where can I find the log file so I can see the details?
    Regards

    Hi ,
    We noted your recent postings regarding to the forums. In order to keep the forums organized and coherent for our members, we have removed the message from all forums except for (the most relevant topic area for your inquiry), and (where one of your fellow community members has already posted a reply).
    Please understand that the best way to get a quick and helpful response to a question about SAP solutions is to post it in the appropriate forum.
    Thanks for your participation in the SAP Developer Network.
    Best regards
    SAP Developer Network Moderator

  • Manager Self Service - An exception occurred while processing your request.

    hi SAP Expert,
    when i go to the Manager Self-Service > Team, Budget, Planning, the page was showing the error below :
    Headcount
    Portal runtime error.
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID: 01:57_15/07/10_0059_29014050
    Refer to the log file for details about this exception.
    Headcount (FTE)
    Portal runtime error.
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID: 01:57_15/07/10_0060_29014050
    Refer to the log file for details about this exception.
    anyway i can solve the issue above, thanks.
    Regards
    Hariyono

    here is the log details.
    000D6017A6BB00730000041A00001A0400048B6A0B064F02#1279187474281#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#RONALD#11677##n/a##8132a1708ff611df8fcc000d6017a6bb#SAPEngine_Application_Thread[impl:3]_19##0#0#Error#1#/System/Server#Java###Exception ID:05:51_15/07/10_0172_29014050
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/com.sap.pct/line_manager/com.sap.pct.erp.mss.bp_folder/com.sap.pct.erp.mss.roles/com.sap.pct.erp.mss.manager_self_service/com.sap.pct.erp.mss.manager/overview/com.sap.pct.erp.mss.budget/com.sap.pct.erp.mss.budget_page/com.sap.pct.erp.mss.bw_cost_center
    Component class : com.sapportals.portal.sapapplication.SAPApplicationIntegratorComponent
    User : RONALD
    at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:973)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:523)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:412)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Unable to parse template &\#39;<System.Access.WAS.protocol>://<System.Access.WAS.hostname>/sap/bw/BEx?sap-client=<System.client>&sap-language=<Request.Language>&accessibility=<User.Accessibility[SAP_BOOL]>&style_sheet=<LAF.StylesheetUrl[url_ENCODE]>&<TrayInformation[IF_true PROCESS_RECURSIVE]>&<Authentication>&<Report>&<BusinessParameters>&\#39;; the problem occured at position 82. Cannot process expression <System.client> because Invalid System Attribute:
    System: &\#39;SAP_LocalSystem&\#39;,
    Attribute: &\#39;client&\#39;.
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:123)
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    ... 29 more

  • Getting An error has occured while processing Report error

    Ok so I know that the 
    An error has occured while processing Report The query processor ran out of internal resources and could not produce a query plan.
    has been discussed a million times, but I have a problem that I think might be new. I can not change the query that is in use. I need to be able to force SQL to use as much memory as it needs to generate the execution plan and run the query regardless of
    impact on performance. Is there any way to do this.
    I am running SQL2008R2.
    I know that the best thing to do is rewrite the query or to break it into smaller parts but I can not do anything with the current query.
    Thanks for any help with this.

    Have you tried running the query in SSMS?
    Check this blog
    http://mssqlwiki.com/tag/the-query-processor-ran-out-of-internal-resources-and-could-not-produce-a-query-plan-this-is-a-rare-event-and-only-expected-for-extremely-complex-queries-or-queries-that-reference-a-very-large-numbe/
    In the end it also mentions few kb articles which are known issues for this error. Check those as well.
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • A fatal error has occurred while updating your device's software. Please try again.

    when the installation process is finished.. the reboot comes nxt and my BB device working now,, after a few minutes, it was appear that  "A fatal error has occurred while updating your device's software. Please try again" and i disconnected my device.. my question is.. is this error affect the stability or working of my DEVICE?
    I need your answer
    Solved!
    Go to Solution.

    Hi pasakaw
    Have you intrepted the update process in anyway .. maybe something gone wrong while doing this software update.Currently  what is the status of your BlackBerry  is it working properly ? 
    If you feel any problem then you should try an OS reload using desktop software which will fix any software glitchs.
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • SAP MII 14.0 SP5 Patch 11 - Error has occurred while processing data stream Dynamic Query role is not assigned to the Data Server

    Hello All,
    We are using a two tier architecture.
    Our Corp server calls the refinery server.
    Our CORP MII server uses user id abc_user to connect to the refinery data server.
    The user id abc_user has the SAP_xMII_Dynamic_Query role.
    The data server also has the checkbox for allow dynamic query enabled.
    But we are still getting the following error
    Error has occurred while processing data stream
    Dynamic Query role is not assigned to the Data Server; Use query template
    Once we add the SAP_xMII_Dynamic_Query role to the data server everything works fine. Is this feature by design ?
    Thanks,
    Kiran

    Thanks Anushree !!
    I thought that just adding the role to the user and enabling the dynamic query checkbox on the data server should work.
    But we even needed to add the role to the data server.
    Thanks,
    Kiran

  • An error has occurred while erasing your restore destination disk

    MacBook Pro, mid-2010 15-inch; OS X Mavericks (10.9.4); originally shipped with Snow Leopard.
    My MBP has crashed & won't start beyond the grey screen and spinning wheel. System restore from Time Machine backup won't work. I tried all these without success
    Safe mode (hold Shift during power-up)
    Verbose safe mode (hold Shift + Command + V during power-up) which reports
               ** /dev/rdisk0s2 (NO WRITE)
                   ** Root file system
                        Executing fsck_hfs (version hfs-226.1.1).
                   disk0s2: I/O error
              ...followed by some other stuff I haven't transcribed before it grinds to a halt
    Reset NVRAM (hold Option + Command + P + R during power-up)
    I can boot up ok into the Recovery partition (hold Command + R during power-up) to run Disk Utility and Time Machine.
    I can’t start from the OS X Install disk (hold C during power-up) cos my DVD drive spits out all CDs and DVDs after spinning them up. This despite cleaning with compressed air.  Tried to run AHT, the Apple Hardware Test (hold D during power-up): nada. Also running AHT from the internet - (hold Option + D during power-up), still nothing.
    I’ve verified my hard disk (all appears ok) and run Repair Disk Permissions.  This reports some problems, for example:
            Permissions differ on “System/Library/CoreServices/Feedback Assistant.app”; should be drwxr-xr-x ; they are lrwxr-xr-x .
              Unable to set owner and group ; error 22: Invalid argument
              Unable to set permissions ; error 22: Invalid argument
    Same problem (but with various different permissions) for
              “usr/lib/libruby.2.0.dylib”
              “usr/lib/libruby.dylib”
              “Applications/Safari.app/Contents/Resources/Safari.help/Contents/Resources/inde x.html”
    Also have lots where as well as unable to set owner, group and permissions the
              Group differs; should be 80; group is 0.
    Affected items are
              “Library/Printers”
              “Library/Printers/Icons”
              “Library/Printers/InstalledPrinters.plist”
    and a few dozen more for various items in subfolders of “Applications/iBooks.app/Contents”
    I don’t know if they’re linked with my problem or an irrelevant side-issue.  I don’t understand the ramifications of these wrong permissions that Disk Utility can’t repair.  And I don’t have the headspace or time to learn now either.
    I repeatedly tried system restore from Time Machine backup, but get the error:
              An error has occurred while erasing your restore destination disk.  Restart your computer and then try restoring again.
    I tried erasing the hard disk partition with Disk Utility but got the error
              Volume erase failed with error couldn't unmount disk.
    Now totally out of ideas.  Have I overlooked anything?  Is my hard drive a goner?  BTW my battery is also saying "Replace soon", but I don't know if that's relevant.  All help gratefully appreciated!

    There are several ways to back up a Mac that is not fully functional. You need an external hard drive or other storage device to hold the data.
    1. Start up from the Recovery partition, from Internet Recovery, or from a local Time Machine backup volume (option key at startup.) Launch Disk Utility and follow the instructions in this support article, under “Instructions for backing up to an external hard disk via Disk Utility.” The article refers to starting up from a DVD, but the procedure in Recovery mode is the same. You don't need a DVD if you're running OS X 10.7 or later.
    2. If Method 1 fails because of disk errors, then you may be able to salvage some of your files by copying them in the Finder. If you already have an external drive with OS X installed, start up from it. Otherwise, if you have Internet access, follow the instructions on this page to prepare the external drive and install OS X on it. You'll use the Recovery installer, rather than downloading it from the App Store.
    3. If you have access to a working Mac, and both it and the non-working Mac have FireWire or Thunderbolt ports, start the non-working Mac in target disk mode. Use the working Mac to copy the data to another drive. This technique won't work with USB, Ethernet, Wi-Fi, or Bluetooth.
    4. If the internal drive of the non-working Mac is user-replaceable, remove it and mount it in an external enclosure or drive dock. Use another Mac to copy the data.

Maybe you are looking for

  • PROBLEM Creating a Sample Application from Uploaded Data - ENDECA 3.1

    Good morning. I'm installing OEID 3.1 and y have many problems. One is when i want to créate a Sample Application from Uploaded Data following "InfoDiscGettingStarted.pdf" I have the next error message: "Task execution failed for workflow ID 1. Task

  • Need information on BAPI for Sales Process ?

    Hello SAP folks, I am currently involved in Consumer Portal integration with SAP System. I need information about the right kind of BAPI that would help me to enter and retrieve data from SAP database. I have noted down following funtionality in Sale

  • I frequently have to re-setup my laptop for Firefox Sync - what am I doing that removes the registration?

    I periodically run CCleaner and I am guessing it is removing something that is required for Firefox Sync. If I knew what it was, I would stop doing it.

  • 9i AS on Red Hat 7.0

    has anyone here been able to install 9i AS on Red Hat Linux 7.0? i can't even open the universal installer! all i get is a SIGSEGV error upon runnign runInstaller! anybody know how to solve this problem?

  • Parent -Account Name

    Mike... My Case Statement to create the formula that is no Parent Exists use Account Name else use Parent Name is not working...yours did in seconds (when you did it so speedy I was wow)...is the field not null? This is the statement I am using...it