Analytic Privilege : Something went wrong

Hi folks,
I am trying Analytic Privilege on SP08 system(doesn't matter what the system level is, but still ).
I created two tables in the schema "SREEHARIV" associated to the user "SREEHARIV".
Tables are Products and Desc.
Then I created one attribute view which joins the Products and descriptions (just like MARA and MAKT ).
Output result set
Now my intention is to make the user SREEHARIV to see only the data from country INDIA.
So I am creating an Analytic privilege with Country as attribute(is it the right way ?) .
After activating it, I added the same analytic privilege to SREEHARIV user.
Then, to test the same , I created a XSJS service which will query the attribute view.
var query = 'SELECT "PNAME","TEXT","COUNTRY","TURNOVER" FROM "_SYS_BIC"."Sreehari/ATR_PRODUCTS"';
var output = [];
try{
  var dbconn = $.db.getConnection();
  var pstmt  = dbconn.prepareStatement(query);
  var rs = pstmt.executeQuery();
  while(rs.next()){
  output.push({
  PNAME : rs.getString(1),
  TEXT : rs.getString(2),
  COUNTRY : rs.getString(3)
  $.response.setBody(JSON.stringify(output));
catch(err){
  $.response.setBody(err.message);
And I am getting the whole records returned .
I believe it is a logical mistake I am doing . Please correct me if this is not the exact use of analytical privileges . Please don't pump me the Development guide URL
Thanks in Advance ,
Sreehari

Hi Krishna,
Even I suspected the same. I assigned the analytic privilege to another user which is not having _SYS_BI_CP_ALL. Still the same    . Should I suspect SP08 anyway ?
Sreehari

Similar Messages

  • Sorry, Something Went Wrong, Unexpected Error Occurred

    Having a very strange issue with main SharePoint 2013 Page after upgraded all the way from 2003 to 2013. Initially setup 2013 Web App for just http and I could log in with my user account and do all things for which there are assigned privileges. Then converted
    to SSL and I receive the Sorry, Something Went Wrong error on the main page. No other user account we have tried has any problem whatsoever. This is currently an upgrade test environment but am very worried that we will encounter other users that have the
    same problem on the main page or some other site page. Thing is, I cannot find a single log entry that contains the Correlation value in the error report and it is only when hitting the site using SSL. It does not matter what computer I am using (tried multiple).
    The other users testing have no issues so far.
    Additional testing. When I change back to http set in Public URLs I have no problems but others do. When set to https in Public URLs I have problem and they don't. However, I was the first and only one, other than farm account (which never has problems)
    to work on the site using straight http.
    Any help on this would be appreciated. I have scanned through table upon table in the User Profile database thinking there must be something in there messing with profiles or setting some sort of default but cannot think of a thing. App Pool needs to be
    restarted in addition to IISRESET?

    Are you talking about central administration (e.g. "main SharePoint 2013 page")?
    if yes, make sure to set bindings in IIS to include a certificate, preferably a wildcard * cert. and then run
    Set-SPCentralAdministration -Port 443
    https://technet.microsoft.com/en-us/library/ff607832(v=office.15).aspx
    If you're talking about your team site, for ex. make sure you set binding for https on the site in IIS and use a wildcard cert.
    You can run a Merge-SPLogFile -Path c:\SP-error.txt -Correlation Input-Your-CorrelationID-Here and then paste the results on this blog and the group can help you, better if more info is provided. 
    If there is a correlation ID, you can get it with Merge-SPLogFile.
    https://technet.microsoft.com/en-us/library/ff607721(v=office.15).aspx you may have to use start and end times.
    Stacy Simpkins | MCSE SharePoint | www.sharepointpapa.com

  • Restore iphone 4 to install the ios 5 but something went wrong while doing back up and whenever i connect the phone to itunes theres an error and the phone turn off after 1min

    hi guys i just downloaded the ios 5 and while it was doing back up something went wrong and everything were stopped and shows me a message as an error msg and now whenever i connect my iphone 4(32g) to itunes after 1min it goes off and the battery full and the same thing happend again and again can u help me guys plz i only see connect to itunes on the screen no options even

    by reset option do you mean the DFU restore? worked for me, have you tried that?
    if not - hold the lock and home button until the power down bar comes up. then hold the lock button for ten seconds - next continue to hold the lock button and press the home button for ten seconds - next release the lock button and hold the home button for 10 seconds. this should be done with the phone tethered. If done right and your itunes is configured as such, the phone will reload the drivers and start up itunes, and then prompt for a restore/update.

  • Sorry, something went wrong - Open Office File from Search Results Page with Office Web Apps

    Hi,
    I'm getting "Sorry, something went wrong" error when I'm trying to open any office document from inside Search Results Page with Office Web Apps, the same error is appearing in the document preview as well.
    The error in SharePoint logs says that the file cannot be found.
    Please note that this error is coming only when the "Filename" of the document is not written in English (in my case its written with Arabic characters).
    If I try to open it from the document library, its opening properly with no errors.
    The only difference between two URLs (document URL in Search Results and in Document Library) is the value for "sourcedoc" attribute;
    In the case of Search Results page, the filename in "sourcedoc" attribute is kept as is with Arabic characters.
    While in the Document Library, the filename in "sourcedoc" attribute is converted into different characters (something like: "B9%D9%85%D9%8").
    Anybody have an idea on how to overcome this issue, implement a workaround or modify the "sourcedoc" behavior?
    Thanks in Advance.
    Hamza AlSughier

    Dear Wendy,
    Thanks for your efforts, I already tried your last suggestion before, but this didn't solve my problem.
    Actually my end users are accessing this portal using ADFS and HTTPS.
    Finally I got this solved, I have done below to get my overall solution working perfectly:
    - First I have configured Windows Authentication and ADFS Authentication on the same zone which is the default zone.
    - The issue when opening office documents with Arabic file name has disappeared as a result of first change.
    - Then I have faced an issue where we are not able to crawl content under Default zone, however we have to do so, after too many efforts, I found that its related to the Load-balancer/proxy, I have made the crawler server
    to crawl himself (http://CrawlServerName:PortNumber).
    - Also a change on Alternate Access Mapping was needed, I have set one of the extended zones (which is running Windows Authentication only) as Internal URL for the Default Zone, and this is was the URL I used for Crawling.
    I have configured Server Name Mappings to make sure we got proper URLs in Search Results.
    - Then we faced another issue, which is Authentication selection on login page (How to bypass this page, and authenticate using ADFS auto), I used this solution (Set Custom Sign In Page):
    http://0ut0ftheb0x.wordpress.com/2014/01/04/skip-the-authentication-selection-page-at-_logindefault-aspx-in-a-mixed-authentication-environment/.
    - I faced one more issue as a result of above workaround; Sign Out functionality wasn't working well; users get logged in automatically whenever I click on Sign Out. I solved this by modifying the "Sign Out" Control under _layouts;
    I made it to redirect users to ADFS Sign Out Page instead of SharePoint Sign Out Page (I know its not recommended, but I don't have any other option).
    Hamza AlSughier

  • Creative Cloud Packager - "Oops Something went wrong ..."  Service down?

    I have been trying to use the Creative Cloud Packager application for two days to download and package an app.  It is refursing to connect to Adobe and all I get is a criptic something went wrong try again later message. 
    I am an Enterprise customer and am using the most recent version of the packager available in my enterprise account download account.
    Please let me know what other information I can provide.
    Thank you.
    - Lynna Jackson, Williams College

    Hi,
    Download and Install Adobe Application Manager, launch it and let it update itself.  Then you should be able to close Application Manager and open Creative Cloud Packager.  That worked for me
    --=Thanks!
    --==Trey

  • Sharepoint 2013 foundation central admin "something went wrong"

    I recently installed SP1 (the bad version before it was pulled) on my SharePoint 2013 foundation server. I ran psconfig and made sure my databases were up to date after SP1. I checked central admin after psconfig and everything was working and good to
    go. I have little need to access it on a regular basis, so after the install I haven't attempted to access central admin for approximately a month. As the updated SP1 just hit a few days ago I attempted to pop into CA to does some work on the site in preparation,
    and I received the sorry something went wrong message. I thought it may be an issue due to the bad version of sp1 that was installed and/or high ram utilization. As this is a standalone box in production I could not reboot easily. I was finally able to do
    the install last night, and it appears the problem is still ongoing. The site has been in production for about 6 months now, I have never had any issues hitting CA previously. SharePoint is running as a VM, and we have decked the specs out for it. We are allocating
    4 cores and 24gb of ram to the site, and we are not seeing anything close to max resource utilization on the hypervisor or on SharePoint. I checked the correlation ID that SharePoint provides in the ULS logs and the only thing close to an error I get is a
    message "cannot find site lookup info for request uri
    http://localhost:<port binding>/." this is followed by "Application error when access /, Error=Exception of type 'System.ArgumentException' was thrown.". I'm exporting a copy of the vhd to experiment on in a test environment now, so
    I will update this if I get more info. I don't think this was caused by SP1 as I was able to hit the CA page after doing the upgrade, but other than standard users interacting with the site since SP1, there have been no changes from an administration perspective.
    I am the only one who touches the site here so I know changes weren't made without my knowledge. Anyone have a clue what could be causing this?

    I see, good to know. IT couldn't have been someone visiting the CA page turning it on, as its an IIS only setting. I cant say that no one ever would have changed the settings, but generally I am the administrator for this server and my colleagues don't touch
    it.
    When I say default content pages I mean my SharePoint site collection pages. The problem I was having when I started this thread was about CA, but I also noticed on my site collection that FBA is turned on as well. When I turn this off a few things
    happen, generally I get a message around authorization saying that the site collection admin or farm admin cannot view the page. On the few occasions I am able to login, the page content often renders without any css, so its just plain text on the page, or
    it places the text in random locations around the page. Generally when I try to navigate though I just get an access denied message shortly therafter. Keep in mind I have done absolutely no setup at all around FBA, so I'm not sure why turning off an authentication
    method that has not been configured at all would not allow me to access my site pages.

  • Workflows completes but goes to "Sorry something went wrong" page

    SharePoint Version: 2013
    Workflow Version: 2010
    My Title: Junior SharePoint Administrator
    I have been working weeks on a project to use workflows for a business process. It is as simple as setting variables and sending email to people.
    I have successfully created a site workflow and published it. When I start the workflow, it starts fine but then show me this (very annoying and always unhelpful) error --> Sorry,
    something went wrong. An unexpected error has occurred.
    Funny thing, the workflow stills completes fine and I get the email notification I created in the workflow! No errors messages in the workflow history either - completely clean.
    Is there any reason for this? I am concerned since it will be used by a large group of people monthly and this is a huge "NO" for UX experience and usability...
    I have tried linking the Correlation ID to anything and looking through server logs. I have got nothing.
    Help please? :)

    get the time that the error occurs, and recheck the log file that during this time, whether there is related information.
    what's your workflow do? what's the result by using other user account to start the workflow.
    Qiao Wei &lt;br/&gt; My blog:<a href="http://blog.goobol.com">http://blog.goobol.com</a>

  • Since iOS 7.1 my phone won't turn on and is asking me to connect to iTunes. I connect to itunes and it says it needs to be restored. Not sure why. I try to restore it and then it says something went wrong and it won't work. So I've been without my phone

    Since iOS 7.1 my phone won't turn on and is asking me to connect to iTunes. I connect to itunes and it says it needs to be restored. Not sure why. I try to restore it and then it says something went wrong and it won't work. So I've been without my phone for a couple days now. It gives me error code (29). The phone almost reboots and then 3/4 of the way through it gives me the error message.

    If using windows...
    Temporarily disable your firewall and antivirus software and try again...
    http://support.apple.com/kb/TS1379
    See iTunes Connection Issues here...
    iTunes for Windows: Troubleshooting security software issues
    NOTE:
    Make sure you have the Latest Version of iTunes (v11.1.5) Installed on your computer
    iTunes free download from www.itunes.com/download

  • Office 2013 - Something went wrong (no kidding)

    New x64 machine running Office Home & Business 2013 x86 OEM.
    Originally, everything was running fine. Installed fine, set up fine, and ran fine. Inexplicibally, user calls stating when running ANY office app, it states "Something went wrong" and would not open (computer was only a few days old, no other
    mods/installations).
    Tried:
    Online Quick Repair (same error)
    Online Full Repar (same error)
    Removal of product via KB2739501 (removed fine, now won't install)
    Now product is removed. Ran FixIt KB2739501 twice and even removed Office folders in programs dir. When attempting to run ClickToRun installer, i get "Something went wrong". Really?
    Tried x86 and x64 ClickToRun, no dice. Currently downloading the insanely massive offiline installer (because for some reason MS bundled x86 and x64 together... totally bright), but don't have any faith. User has been without Office apps for days. Scouring
    net notes MS has a recognized issue with the installer process and licensing, but various fixes that worked for others, doesn't work here.
    Any thoughts?
    Thanks,
    Jeremy

    Hi,
    The first step I suggest is to start Office Apps in Safe Mode, check if the crash will happen.
    Let's take Outlook for example:
    Press Win + R and type “outlook.exe /safe” in the blank box, then press Enter.
    If there’s no problem in Safe Mode, disable the suspicious add-ins to verify which add-ins caused this issue.
    If the issue persists in Safe Mode, please go to the Event Viewer, you may find out more information about why the Office apps crashed.
    Press Win + R and type "eventvwr" in the blank box, then press Enter.
    You may learn from http://www.msoutlook.info/question/317
    If now you can't install Office properly, please refer to the KB below:
    Office 2013 or Office 365 installation error "Something went wrong"
    http://support.microsoft.com/kb/2827031/en-us
    Try Fix it in the kb to try again.
    Thanks,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Sorry, something went wrong --- I got an error message after a new webapp was built and a new site collection was created

    Sorry, something went wrong --- I got an error message after a new webapp was built and a new site collection was created.
    This in SharePoint 2013 Farm.
    What should I do?
    1- I did a DisableLoopBack and set the value to "1".
    For hostname do I have to do : 111.111.111.111 (sample) and serversp2013?
    P.S. I fixed this issue once, long time ago and I forgot how it ... be done.

    Hi,
    For troubleshooting your issue, please take steps as below:
    1.Go to IIS, make sure the web application is actived.
    2.Go to IIS -> Applicaiton Pools, make sure the application pool related to your web application is started.
    Reference:
    http://support.microsoft.com/en-us/kb/926642/en-us
    http://www.techrepublic.com/forums/questions/cannot-browse-created-web-application-site-in-sharepoint-services-30/
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Error while editing Workflow Task List Item - "Sorry, something went wrong.. Web must contain a discussion list

    I have an custom approval workflow and when I try to edit an assigned  approval Task it throws me an error
    Sorry, something went wrong
    Web must contain a discussion list
    Any help appreciated!
    Pravs

    Hi,
    For a better troubleshooting, I suggest you do as the followings:
    1. Check the ULS log for more detailed error message, for SharePoint 2013, the ULS log is located at the path:
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS
    You can use ULS Log Viewer to check the information in the log.
    2. You can use fiddler to track if there is something wrong in the workflow request.
    Here are some detailed articles about debugging workflow:
    https://msdn.microsoft.com/en-us/library/office/dn508412.aspx
    https://sharepointlogviewer.codeplex.com/
    Thanks
    Best Regards
    Jerry Guo
    TechNet Community Support

  • Sorry something went wrong. Please try again. Power BI Scheduled Data Refresh

    My Power Pivot Connection can be refreshed locally from Excel workbook. However I receive the following error when attempting a data refresh from the Power BI site:
    Sorry, something went wrong. Please try again. Correlation ID: 70aad105-6563-42de-9c27-272ecfa082ee start date 2/24/15 at 11:38 AM
    

    Hi Ryan,
    Will you please check the following:
    1. are you refreshing the data from within Excel online?
    2. If yes, does your workbook connect to on premises data source?
    if yes, then refresh of on premises data sources from within Excel online is not supported. Schedule refresh is the only supported means to refresh workbooks connecting to on premises data sources or using Power Query.
    If this does not answer your question. Please mention the steps you followed & attach an image of the error you see.
    -mini

  • "Oops, something went wrong." error message when t...

    Since I was forced onto the new version of Skype due to the deprecation of historical versions I have been unable record a video message. Whilst I am able to participate in video calls with no hitches at all, attempting to record a video message instantly gives me the following error message:
    "Oops, something went wrong.
    Please try again, or get in touch if you need help."
    Unfortunately, Microsoft struggle to implement error codes in their software, I can only assume this is because consumers find technical looking numbers terrifying, so I have absolutely no idea what the problem is - it could be a near infinite number of things.
    I have done a full reinstallation of Skype, multiple times, including deleting all registries that are associated with Skype (as suggested in the Skype support site), clearing any obvious user caches that exist, and so on. Still, the problem persists. Not a single video source available on my computer allows the recording of a video message, so I do not believe this is a problem with my webcam or driver.
    Running Windows 7 Home Premium 64-bit, Skype 6.18.0.106.
    I would appreciate any suggestions to solve this frustrating problem. Thank you.
    - BanTheCatEmoji

    Please,  run the DirectX diagnostics tool (32-bit version).
    Go to Windows Start and in the Run box type dxdiag.exe and press the OK button. This will start the DirectX diagnostics program. Run this diagnostics and save the results to a file. Please, attach this file to your post.
    Be aware that you will have to zip this file before attaching it here.

  • HT1267 While upgrading my iPhone 3 to 4.2 something went wrong and would not start at all. When tried to restore after going through th process it comes up with the message "The iPhone could not be restored. An unknown error occurred [1015]." What can I d

    While upgrading my iPhone 3GS to iOS 4.2 something went wrong and came up with the message "The iPhone could not be restored. An unknown error occurred  [1015]." Now it will not start at all. It just stays on screen with USB and the iTune picture. What can I do to get it going again. I only tried to upgrade because I was prompted to up-grade and now I am helpless. I did a backup before starting the upgrade. The error message did not tell what to do next.  Any help is very much appreciated.

    Usually that means the iPhone was hacked to unlock it from the original
    carrier .
    Updating the operating system locks it back to that original carrier
    You could try this
    http://support.apple.com/kb/TS3281
    However if the iPhone was hacked it is probably a paper weight  now
    and as this is an Apple hosted forum  you can get no further help here

  • Exchange 2013 SP1 OWA something went wrong

    Hi,
    I have a three node exchange 2013 DAG cluster that I upgraded to SP1 three days ago.   All email flows currently work and ECP is available on all node on all browsers for all users.   OWA was working on 2013 CU3.   After 
    the upgrade to SP1  and I confirmed that all email flows were working,  I did change the administrators  username.  I noticed OWA problems after that, but they would have happened before the administrator rename.  I have confirmed 
    certificates and binding are correct on all three nodes.  I did rebuild the OWA directory on one node with no success.
    However OWA is only available using Firefox (tested on several users on several machines) .   Logging on to ECP using IE 11 works fine (multiple users) Logging on to OWA using  IE 11 give me the error.  This is happening on
    all three nodes using IE 11 but not Firefox 27
    something went wrong
    Sorry, we can't get that information right now. Please try again later. If the problem continues, contact your helpdesk.
    X-OWA-Error: ClientError;exMsg='_u' is undefined;file=ReferenceError: '_u' is undefined at $LE (https://exch02.loran3.net/owa/prem/15.0.847.32/scripts/boot.1.mouse.js:1:155) at Anonymous function (https://exch02.loran3.net/owa/prem/15.0.847.32/scripts/boot.1.mouse.js:1:305913) at $8J (https://exch02.loran3.net/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91:60172) at $E (https://exch02.loran3.net/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91:59789) at $4pj (https://exch02.loran3.net/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91:57814) at $6JC (https://exch02.loran3.net/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91:58302) at Anonymous function (https://exch02.loran3.net/owa/prem/15.0.847.32/scripts/boot.1.mouse.js:1:306768) at $8J (https://exch02.loran3.net/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91:60172) at $E (https://exch02.loran3.net/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91:59789) at $4pj (https://exch02.loran3.net/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91:57814):406
    X-OWA-Version: 15.0.847.32
    X-FEServer: EXCH02
    X-BEServer: null
    Date: 1/2/1601 2:43:20 PM
      Log Name:      System
    Source:        Microsoft-Windows-DistributedCOM
    Date:          3/13/2014 11:45:50 PM
    Event ID:      10028
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          SYSTEM
    Computer:      exch01.loran3.net
    Description:
    DCOM was unable to communicate with the computer EXCH02.loran3.net using any of the configured protocols; requested by PID     115c (c:\windows\system32\inetsrv\w3wp.exe).
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-DistributedCOM" Guid="{1B562E86-B7AA-4131-BADC-B6F3A001407E}" EventSourceName="DCOM" />
        <EventID Qualifiers="0">10028</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8080000000000000</Keywords>
        <TimeCreated SystemTime="2014-03-14T05:45:50.109325400Z" />
        <EventRecordID>12481</EventRecordID>
        <Correlation />
        <Execution ProcessID="596" ThreadID="1372" />
        <Channel>System</Channel>
        <Computer>exch01.loran3.net</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="param1">EXCH02.loran3.net</Data>
        <Data Name="param2">    115c</Data>
        <Data Name="param3">c:\windows\system32\inetsrv\w3wp.exe</Data>
        <Binary>3C5265636F726423313A20436F6D70757465723D286E756C6C293B5069643D3539363B332F31342F3230313420353A34353A35303A3130393B5374617475733D313832353B47656E636F6D703D323B4465746C6F633D313436313B466C6167733D303B506172616D733D303B3E3C5265636F726423323A20436F6D70757465723D286E756C6C293B5069643D3539363B332F31342F3230313420353A34353A35303A3130393B5374617475733D313832353B47656E636F6D703D323B4465746C6F633D3135333B466C6167733D303B506172616D733D343B7B506172616D23303A2D323134363839333030367D7B506172616D23313A347D7B506172616D23323A36383132367D7B506172616D23333A317D3E</Binary>
      </EventData>
    </Event>                   ---------------------                 I am also getting
    the following error
    Log Name:      Application
    Source:        ASP.NET 4.0.30319.0
    Date:          3/14/2014 12:46:26 AM
    Event ID:      1309
    Task Category: Web Event
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      exch01.loran3.net
    Description:
    Event code: 3005
    Event message: An unhandled exception has occurred.
    Event time: 3/14/2014 12:46:26 AM
    Event time (UTC): 3/14/2014 6:46:26 AM
    Event ID: 7741cd563e154a14a0ba52343b4e30ee
    Event sequence: 328
    Event occurrence: 87
    Event detail code: 0
    Application information:
        Application domain: /LM/W3SVC/2/ROOT/owa-1-130392504882416692
        Trust level: Full
        Application Virtual Path: /owa
        Application Path: C:\Program Files\Microsoft\Exchange Server\V15\ClientAccess\owa\
        Machine name: EXCH01
    Process information:
        Process ID: 8756
        Process name: w3wp.exe
        Account name: NT AUTHORITY\SYSTEM
    Exception information:
        Exception type: MapiExceptionIllegalCrossServerConnection
        Exception message: MapiExceptionIllegalCrossServerConnection: Monitoring mailbox [] with application ID [Client=OWA] is not allowed to make cross-server calls from [EXCH01.loran3.net] to [EXCH03.loran3.net]
       at Microsoft.Mapi.CrossServerDiagnostics.BlockCrossServerCall(ExRpcConnectionInfo connectionInfo, String mailboxDescription)
       at Microsoft.Mapi.CrossServerConnectionPolicy.CheckAndBlockMonitoringMailboxes(ExRpcConnectionInfo connectionInfo)
       at Microsoft.Mapi.CrossServerConnectionPolicy.Apply(ExRpcConnectionInfo connectionInfo)
       at Microsoft.Mapi.ExRpcConnectionFactory.Create(ExRpcConnectionInfo connectionInfo)
       at Microsoft.Mapi.MapiStore.OpenMapiStore(String serverDn, String userDn, String mailboxDn, Guid guidMailbox, Guid guidMdb, String userName, String domainName, String password, String httpProxyServerName, ConnectFlag connectFlags, OpenStoreFlag
    storeFlags, CultureInfo cultureInfo, Boolean wantRedirect, String& correctServerDN, ClientIdentityInfo clientIdentity, Boolean unifiedLogon, String applicationId, Client xropClient, Boolean wantWebServices, Byte[] clientSessionInfo, TimeSpan connectionTimeout,
    TimeSpan callTimeout, Byte[] tenantHint)
       at Microsoft.Mapi.MapiStore.OpenMailbox(String serverDn, String userDn, Guid guidMailbox, Guid guidMdb, String userName, String domainName, String password, ConnectFlag connectFlags, OpenStoreFlag storeFlags, CultureInfo cultureInfo, ClientIdentityInfo
    clientIdentity, String applicationId, Byte[] tenantPartitionHint, Boolean unifiedLogon)
       at Microsoft.Exchange.Data.Storage.MailboxSession.ForceOpen(MapiStore linkedStore, Boolean unifiedSession)
    Request information:
        Request URL:
    https://localhost:444/owa/proxylogon.owa
        Request path: /owa/proxylogon.owa
        User host address: 127.0.0.1
        User: LORAN3\SM_ae42d22c64ff48a5a
        Is authenticated: True
        Authentication Type: Kerberos
        Thread account name: NT AUTHORITY\SYSTEM
    Thread information:
        Thread ID: 39
        Thread account name: NT AUTHORITY\SYSTEM
        Is impersonating: False
        Stack trace:    at Microsoft.Mapi.CrossServerDiagnostics.BlockCrossServerCall(ExRpcConnectionInfo connectionInfo, String mailboxDescription)
       at Microsoft.Mapi.CrossServerConnectionPolicy.CheckAndBlockMonitoringMailboxes(ExRpcConnectionInfo connectionInfo)
       at Microsoft.Mapi.CrossServerConnectionPolicy.Apply(ExRpcConnectionInfo connectionInfo)
       at Microsoft.Mapi.ExRpcConnectionFactory.Create(ExRpcConnectionInfo connectionInfo)
       at Microsoft.Mapi.MapiStore.OpenMapiStore(String serverDn, String userDn, String mailboxDn, Guid guidMailbox, Guid guidMdb, String userName, String domainName, String password, String httpProxyServerName, ConnectFlag connectFlags, OpenStoreFlag
    storeFlags, CultureInfo cultureInfo, Boolean wantRedirect, String& correctServerDN, ClientIdentityInfo clientIdentity, Boolean unifiedLogon, String applicationId, Client xropClient, Boolean wantWebServices, Byte[] clientSessionInfo, TimeSpan connectionTimeout,
    TimeSpan callTimeout, Byte[] tenantHint)
       at Microsoft.Mapi.MapiStore.OpenMailbox(String serverDn, String userDn, Guid guidMailbox, Guid guidMdb, String userName, String domainName, String password, ConnectFlag connectFlags, OpenStoreFlag storeFlags, CultureInfo cultureInfo, ClientIdentityInfo
    clientIdentity, String applicationId, Byte[] tenantPartitionHint, Boolean unifiedLogon)
       at Microsoft.Exchange.Data.Storage.MailboxSession.ForceOpen(MapiStore linkedStore, Boolean unifiedSession)
    Custom event details:
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="ASP.NET 4.0.30319.0" />
        <EventID Qualifiers="32768">1309</EventID>
        <Level>3</Level>
        <Task>3</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-03-14T06:46:26.000000000Z" />
        <EventRecordID>115079</EventRecordID>
        <Channel>Application</Channel>
        <Computer>exch01.loran3.net</Computer>
        <Security />
      </System>
      <EventData>
        <Data>3005</Data>
        <Data>An unhandled exception has occurred.</Data>
        <Data>3/14/2014 12:46:26 AM</Data>
        <Data>3/14/2014 6:46:26 AM</Data>
        <Data>7741cd563e154a14a0ba52343b4e30ee</Data>
        <Data>328</Data>
        <Data>87</Data>
        <Data>0</Data>
        <Data>/LM/W3SVC/2/ROOT/owa-1-130392504882416692</Data>
        <Data>Full</Data>
        <Data>/owa</Data>
        <Data>C:\Program Files\Microsoft\Exchange Server\V15\ClientAccess\owa\</Data>
        <Data>EXCH01</Data>
        <Data>
        </Data>
        <Data>8756</Data>
        <Data>w3wp.exe</Data>
        <Data>NT AUTHORITY\SYSTEM</Data>
        <Data>MapiExceptionIllegalCrossServerConnection</Data>
        <Data>MapiExceptionIllegalCrossServerConnection: Monitoring mailbox [] with application ID [Client=OWA] is not allowed to make cross-server calls from [EXCH01.loran3.net] to [EXCH03.loran3.net]
       at Microsoft.Mapi.CrossServerDiagnostics.BlockCrossServerCall(ExRpcConnectionInfo connectionInfo, String mailboxDescription)
       at Microsoft.Mapi.CrossServerConnectionPolicy.CheckAndBlockMonitoringMailboxes(ExRpcConnectionInfo connectionInfo)
       at Microsoft.Mapi.CrossServerConnectionPolicy.Apply(ExRpcConnectionInfo connectionInfo)
       at Microsoft.Mapi.ExRpcConnectionFactory.Create(ExRpcConnectionInfo connectionInfo)
       at Microsoft.Mapi.MapiStore.OpenMapiStore(String serverDn, String userDn, String mailboxDn, Guid guidMailbox, Guid guidMdb, String userName, String domainName, String password, String httpProxyServerName, ConnectFlag connectFlags, OpenStoreFlag
    storeFlags, CultureInfo cultureInfo, Boolean wantRedirect, String&amp; correctServerDN, ClientIdentityInfo clientIdentity, Boolean unifiedLogon, String applicationId, Client xropClient, Boolean wantWebServices, Byte[] clientSessionInfo, TimeSpan connectionTimeout,
    TimeSpan callTimeout, Byte[] tenantHint)
       at Microsoft.Mapi.MapiStore.OpenMailbox(String serverDn, String userDn, Guid guidMailbox, Guid guidMdb, String userName, String domainName, String password, ConnectFlag connectFlags, OpenStoreFlag storeFlags, CultureInfo cultureInfo, ClientIdentityInfo
    clientIdentity, String applicationId, Byte[] tenantPartitionHint, Boolean unifiedLogon)
       at Microsoft.Exchange.Data.Storage.MailboxSession.ForceOpen(MapiStore linkedStore, Boolean unifiedSession)
    </Data>
        <Data>https://localhost:444/owa/proxylogon.owa</Data>
        <Data>/owa/proxylogon.owa</Data>
        <Data>127.0.0.1</Data>
        <Data>LORAN3\SM_ae42d22c64ff48a5a</Data>
        <Data>True</Data>
        <Data>Kerberos</Data>
        <Data>NT AUTHORITY\SYSTEM</Data>
        <Data>39</Data>
        <Data>NT AUTHORITY\SYSTEM</Data>
        <Data>False</Data>
        <Data>   at Microsoft.Mapi.CrossServerDiagnostics.BlockCrossServerCall(ExRpcConnectionInfo connectionInfo, String mailboxDescription)
       at Microsoft.Mapi.CrossServerConnectionPolicy.CheckAndBlockMonitoringMailboxes(ExRpcConnectionInfo connectionInfo)
       at Microsoft.Mapi.CrossServerConnectionPolicy.Apply(ExRpcConnectionInfo connectionInfo)
       at Microsoft.Mapi.ExRpcConnectionFactory.Create(ExRpcConnectionInfo connectionInfo)
       at Microsoft.Mapi.MapiStore.OpenMapiStore(String serverDn, String userDn, String mailboxDn, Guid guidMailbox, Guid guidMdb, String userName, String domainName, String password, String httpProxyServerName, ConnectFlag connectFlags, OpenStoreFlag
    storeFlags, CultureInfo cultureInfo, Boolean wantRedirect, String&amp; correctServerDN, ClientIdentityInfo clientIdentity, Boolean unifiedLogon, String applicationId, Client xropClient, Boolean wantWebServices, Byte[] clientSessionInfo, TimeSpan connectionTimeout,
    TimeSpan callTimeout, Byte[] tenantHint)
       at Microsoft.Mapi.MapiStore.OpenMailbox(String serverDn, String userDn, Guid guidMailbox, Guid guidMdb, String userName, String domainName, String password, ConnectFlag connectFlags, OpenStoreFlag storeFlags, CultureInfo cultureInfo, ClientIdentityInfo
    clientIdentity, String applicationId, Byte[] tenantPartitionHint, Boolean unifiedLogon)
       at Microsoft.Exchange.Data.Storage.MailboxSession.ForceOpen(MapiStore linkedStore, Boolean unifiedSession)
    </Data>
      </EventData>
    </Event>

    Thanks
    I have three  servers exch01,exch02,and exch03.  All three have both CAS and mailbox server roles.   This problem  does not occur using firefox (OWA and ECP are available) but the problem occurs with IE 11  and safari (ECP
    work, OWA dos not)  I have tried this from different machines and different users.  I have cleared the browser's cache and have even reloaded the client machines.  The problem occurs across all three exchange servers. 
    I have used iis manager to confirm the binding are correct. (works on Firefox) 
    From the local server ,  If I browse to
    https://localhost/ecp  I get my ecp page.   If I browse to
    https://localhost/owaI get the something went wrong page (X-OWA-Error: ClientError;exMsg='_u' is undefined;file=ReferenceError: '_u' is undefined)
    If I try to browse to https://localhost:444/owa/proxylogon.owa  I get the error page "this page cannot be displayed"
    I confirmed port 444 bindings are correct

Maybe you are looking for