Use SQL Azure with local web app?

Hello all-
I have a web app running on a local-ish (our Data Center) server which runs ColdFusion and SQL Server on the same physical hardware.  The load for the app is not too great, so running both services on the same box is not problem.
I need to upgrade SQL Server, and I would prefer not to put more resources onto our local servers if possible.  Essentially, I would like to move to the cloud.  BUT at this point I don't want to move my code to the cloud due to file storage and
a few other issues.
Is it feasible to use SQL Azure as my datasource for my local web app?  I am at a top-tier University on the west coast, and our connection speeds are about as good as you can possibly get.
I don't mind a minor slowdown.  For instance, if the round-trip takes 30 milliseconds, I won't be sweating that.  But I'd rather not have a relatively snappy app turn into something agonizing for users.
Also, we have a perimeter firewall on campus which normally blocks all SQL Server traffic.  Is it possible to change the port that SQL Azure uses?
Any guidance would be appreciated.
Thanks-
Karl

Hello,
At this time I have 4 virtual servers on Azure (2 of them SQL Server instances) on a high availability configuration and it only
cost 13.35 per day. It is very cheap. Incoming traffic is free.
About how to Connect to SQL Azure, the following application may help:
http://code.msdn.microsoft.com/windowsazure/ASPNET-MVC-connect-with-1f40770f
What is the size of the database?
About the port default port and the organizational firewall, please read the following article:
http://www.dotnetsolutions.co.uk/blog/connecting-to-sql-azure-without-changing-your-firewall
Hope this helps.
Regards,
Alberto Morillo
SQLCoffee.com

Similar Messages

  • Unable to acces a an Azure website that uses SQL Azure?

    I have have uploaded a website to Azure that usese SQL Azure. When I try to access that stie iget the connection error message below.
    "The device or resource (the site URL) is not set up to accept connections on port "The World Wide Web service (HTTP)".
    When I upload a website that does not uses SQL azure, I can access that site without any connection errors.
    Appreciate any feedback.
    Thanks

    Does the site load at all?  If not, can you double check that your endpoints are properly defined in your service definition?
    Have you configured your SQL Azure instance to accept connections from other Windows Azure Services datacenters?  You need to make sure the firewall rule exists with IP Start and End range of 0.0.0.0.  There is a check box you can simply
    check in the SQL Azure firewall settings.
    If neither of those work, can you paste the SQL Connection string (without the server, username, and password).
    Harin

  • 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

  • SharePoint 2013 cannot view PDF documents in mobile browser with office web apps

    Hi,
    I'm receiving the following error when viewing SharePoint 2013 PDF documents in a mobile browser after clicking on the filename:
    "Viewing of .pdf files has been disabled in Microsoft Word Mobile Viewer. Please get in touch with your helpdesk."
    My Question
    Is viewing PDF documents in mobile browsers with Office Web Apps SP1 actually supported?  If so, how can I enable it?  I've already have pdf viewing working in non-mobile browsers. Word documents open just fine on mobile browsers too.
    I'm getting conflicting answers for pdf mobile viewing support from various sources:
    You've got Microsoft toting that they've added in PDF viewing on any device for Office Web Apps
    http://blogs.office.com/2013/07/03/pdfs-in-the-word-web-app/
    A MS support person saying saying it is not supported
    http://blogs.technet.com/b/office_web_apps_server_2013_support_blog/archive/2013/12/31/enabling-pdf-previews-in-document-libraries-with-office-web-apps-2013-in-sharepoint-2013-open-link-does-not-work-from-preview.aspx
    Another person implying that it should work because you can disable pdf browsing for mobile browsers only
    http://blogs.technet.com/b/office_resource_kit/archive/2013/07/24/control-whether-pdfs-open-in-word-web-app-or-the-default-pdf-reader.aspx
    What I've tried
    When I started looking into this there was a mobile WOPI entry:
    Application     : WordPdf
    Extension       : PDF
    ProgId          :
    Action          : mobileView
    IsDefaultAction : False
    ServerName      : 20SP8
    WopiZone        : internal-http
    I tried experimenting with tweaking this binding by changing the DefaultAction to true, and even removing it altogether via:
    Get-SPWopiBinding -Action "MobileView" -Application "WordPDF" | Remove-SPWopiBinding -Confirm:$false
    But I still get the same message.
    I removed all the WordPdf bindings and re-added them via:
    New-SPWOPIBinding –ServerName "<myserver>" –Application "WordPDF" -AllowHTTP
    No dice.  In fact the mobileview binding doesn't even come back... but I guess that is a different issue altogether.
    Version
    SharePoint 2013 (SP1)
    Office Web Apps Server (SP1)
    Farm Setup
    Internal facing only
    2 front end servers, 1 app server, 1 office web apps server

    I think the PDF support, if it exists, in only in Office 365. Always remember that the Office 365 and on premises versions will never be in sync. On premise is updated using periodic service packs and Office 365 has continuous updates. (I've heard every
    10 days.)
    In my Office 365 / IE 10 tests, the PDFs open in the browser's default PDF viewer, in my case FoxIt Reader. So I can't prove one way or the other about support in Office Web Apps.
    Mike Smith TechTrainingNotes.blogspot.com

  • Open Documents with Office Web App - SharePoint 2013

    We have configured Office Web App for our SharePoint 2013 Farm and in Site settings, Site Collection Features,  have disabled "Open Documents in Client Applications by Default" . Out of 15 sites, all documents in 13 sites open in Office
    Web App. One of the 2 sites where the document still open using Client Application is a Wiki site.
    Advanced propertied for the libraries settings has been set to "Use the server default (Open in the browser)". Anything else to check to open documents in Office Web App?
    Thanks
    MP

    Hi,              
    As I understand, you encountered the issue when you want to open documents with Office Web App.
    Check things below:
    1. In the library setting->advanced setting, you can choose the open in the browser to see if the same situation will occur.
    2. Check if you have not enable the Open Documents in Client Applications by Default feature.
    If you choose Activate to enable the Open in Client feature (documents will open in the client application), or
    Deactivate to disable the Open in Client feature (documents will open in the browser).
    You can go to Site setting->site collection administration->site collection feature->Open
    Documents in Client Applications by Default to set the feature.
    The article below is about how to set the default open behavior for browser-enabled documents.
    https://technet.microsoft.com/en-us/library/ee837425(v=office.15).aspx
    The article below is about how to configure office web apps for SharePoint 2013.
    Configure Office Web Apps for SharePoint 2013
    Best regards
    Sara Fan
    TechNet Community Support

  • Is there any solution for convert document spreadsheet presentation to images with Office Web Apps?

    Hi there!
    Is there any solutions for convert document spreadsheet presentation to images with Office Web Apps?

    Hi,
    As far as I know, there is no build-in feature that convert Office file to image format in Office web app yet.
    I'll collect the information, and submit it with internal ways. Then, we could also submit the feedback here:
    http://office.microsoft.com/suggestions.aspx
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • I want to use the iphone4 with local GSM providers in Nigeria

    I have an iPhone4 which I bought as a pay-as-you-go from O2 in England (UK). But now I have moved to Nigeria. I want to use the iphone4 with local GSM providers. How do I go about it? Please help.Thanks.

    You contact o2 as they are the only ones who can unlock the phone for you.

  • Problem using SQL Loader with ODI

    Hi,
    I am having problems using SQL Loader with ODI. I am trying to fill an oracle table with data from a txt file. At first I had used "File to SQL" LKM, but due to the size of the source txt file (700MB), I decided to use "File to Oracle (SQLLDR)" LKM.
    The error that appears in myFile.txt.log is: "SQL*Loader-101: Invalid argument for username/password"
    I think that the problem could be in the definition of the data server (Physical architecutre in topology), because I have left blank Host, user and password.
    Is this the problem? What host and user should I use? With "File to SQL" works fine living this blank, but takes to much time.
    Thanks in advance

    I tried to use your code, but I couldn´t make it work (I don´t know Jython). I think the problem could be with the use of quotes
    Here is what I wrote:
    import os
    retVal = os.system(r'sqlldr control=E:\Public\TXTODI\PROFITA2/Profita2Final.txt.ctl log=E:\Public\TXTODI\PROFITA2/Profita2Final.txt.log userid=MYUSER/myPassword @ mySID')
    if retVal == 1 or retVal > 2:
    raise 'SQLLDR failed. Please check the for details '
    And the error message is:
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 5, in ?
    SQLLDR failed. Please check the for details
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.h.y(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)

  • WLC 2100 guest access with local web authentification

    Hello I tried to create a guest acces with local web authentification.
    My Laptop is connected to the Wlan but My Browser don't ask my login and password

    Please refer to the following links:
    http://www.cisco.com/c/en/us/support/docs/wireless-mobility/wlan-security/69340-web-auth-config.html
    http://www.cisco.com/c/en/us/support/docs/wireless-mobility/wlan-security/115951-web-auth-wlc-guide-00.html

  • How to use SQL loader with DBF fixed format record

    Hi everybody!
    My situation is that: I want to use SQL loader with Foxpro DBF format, it similar to case 2 study (Fixed format record) but DBF file has header, how can I tell SQL loader skip header.
    Thank you in advance

    Another option is to apply SQL operators to fields
    LOAD DATA
       INFILE *
       APPEND
    INTO TABLE emp
    FIELDS TERMINATED BY "," OPTIONALLY ENCLOSED BY '"' (
       empno,
       ename,
       job,
       mgr,
       hiredate DATE(20) "DD-Month-YYYY",
       sal,
       comm,
       deptno CHAR TERMINATED BY ':',
       projno,
    loadseq "my_seq.nextval")This is a modified control file of Case Study 3 which originally demonstrated the use of the Sequence parameter

  • Windows 2008 Server crashed - How to find location of remote shared files that they used to access on remote web app?

    We have a client that was running windows 2008 server.  A previous IT person had setup their system, so we were walking into a situation where there were many unknowns.  Server was mainly handling emails only, and we were able to get their exchange
    database off and export PSTs to hosted exchange via microsoft.
    Everything went fine with that, however one user said that he used to access files on the server via the remote web app as he described.  He would go to the following url:
    https://mail.theirdomain.com/remote/menu.aspx#
    and he would use his login and then he would see several links to folders.  He could then click on those and see his desired files.  
    We were able to get the server booted again, however we could not find any of the files he described on it at all, leaving me to suspect that perhaps this remote link was accessing another PC.  
    We have the old server up and running, however the link above is no longer active because we have pointed the domain to the new hosted exchange server.  As I am still learning and my boss wanted me to research this on my own and figure out how to find
    out where these files are located.  Any advice would be greatly appreciated.  
    Just as a note I did try access mail.localhost.com/remote/menu.aspx# on the server but this did not work.  Is there any way in the IIS 7 management console to figure out where this was pointing to?  

    I figured it out - The server was using sharepoint to host these files.  I browsed localhost:987 and opened the sharepoint site locally on the server.  They had several documents to be exported, however when clicking on Open in Explorer it was
    giving an error that local client was not configured.  I installed Desktop Experience and after that was able to open it in Windows Explorer and copy all files off.  

  • Open links to documents with Office Web Apps

    Hi,
    I am trying to configure SharePoint 2013 and Office Web Apps Server 2013 in a Multi Tenant environment for a client that has specific requirements when it comes to document handling.
    They have a number of document libraries where the majority of their user base will only be able to view the documents it contains using the Office Web Apps Viewer and not be able to download it or access it using the local client (Their SharePoint Group
    membership has View Only Permission on the Site).  We see exactly this behaviour when the documents are accessed from within the Document Library App or associated Web Part but not if the documents are linked to from elsewhere within the Site, e.g. The
    library in question is being used to store newsletters and they want to be able to insert links to the latest newsletter in an Announcement or Newsfeed item. As it stands these links present the user with an access request page or with Read permissions on
    their SharePoint Group a browser download dialog.
    My initial searches have so far brought up a suggestion to
    doing the reverse in search which might be promising and updating workflows to modify the url provided in an email to the appropriate wopi url which in my mind suggests a user manual.  Something that would work automatically on at least the
    Site, better Site Collection or ideally Site Subscription level is what I am looking for as our clients users are far from technically minded and a lookup table of file extensions and how to construct the url is out of the question.
    Thanks in advance for any help or advice provided.
    Matt

    Hi,
    I am trying to configure SharePoint 2013 and Office Web Apps Server 2013 in a Multi Tenant environment for a client that has specific requirements when it comes to document handling.
    They have a number of document libraries where the majority of their user base will only be able to view the documents it contains using the Office Web Apps Viewer and not be able to download it or access it using the local client (Their SharePoint Group
    membership has View Only Permission on the Site).  We see exactly this behaviour when the documents are accessed from within the Document Library App or associated Web Part but not if the documents are linked to from elsewhere within the Site, e.g. The
    library in question is being used to store newsletters and they want to be able to insert links to the latest newsletter in an Announcement or Newsfeed item. As it stands these links present the user with an access request page or with Read permissions on
    their SharePoint Group a browser download dialog.
    My initial searches have so far brought up a suggestion to
    doing the reverse in search which might be promising and updating workflows to modify the url provided in an email to the appropriate wopi url which in my mind suggests a user manual.  Something that would work automatically on at least the
    Site, better Site Collection or ideally Site Subscription level is what I am looking for as our clients users are far from technically minded and a lookup table of file extensions and how to construct the url is out of the question.
    Thanks in advance for any help or advice provided.
    Matt

  • OWA Blank Attachment Preview with Office Web Apps Server

    Environment:  Exchange 2013 CU3 / Office Web Apps Server 2013
    OS:  Windows Server 2012 R2
    After implementing Office Web Apps server per the Integration with Exchange 2013 instructions, attachment previews in OWA show up as blank windows.  The pop up says Opening your mailbox, then goes blank.  I have the WAC endpoint configured in Exchange,
    I can access the discovery URL from the Exchange servers, and I am seeing event 142.  Some forums say that these events should be in the CAS application logs.  I am seeing mine in the Mailbox server app logs.  Has anyone seen a similar issue.
     I have also attempted to view the ULS logs on the Office Web Apps server, but I don't see anything that looks like a rendering request.  But, I also don't know what that request would look like.  The Exchange and Office Web Apps server are
    in the same network with no firewall in between them The local firewalls have also been turned off, so any type of blockage should not be the issue.

    I dont want to be happy too soon, but i think for me this did the trick:
    from time to time, this event appeared in the application eventlog:
    Source: MSExchange Certificate Deployment
    Event ID: 2005
    Task Category: General
    Level: Warning
    Keywords: Classic
    Description:
    Federation or Auth certificate not found: ED2C3E86EBE821AAC2C0DEA85CAB5787E2CAC5F3. Unable to find the certificate in the local or neighboring sites. Confirm that the certificate is available in your topology and if necessary, reset the certificate on the Federation
    Trust to a valid certificate using Set-FederationTrust or Set-AuthConfig. The certificate may take time to propagate to the local or neighboring sites.
    The solution was found here: http://community.spiceworks.com/topic/512374-missing-the-microsoft-exchange-server-auth-certificate
    1. New-ExchangeCertificate -KeySize 2048 -PrivateKeyExportable $true -SubjectName "cn= Microsoft Exchange Server Auth Certificate" -DomainName "*.yourdomain.com" -FriendlyName "Microsoft Exchange Server Auth Certificate" -Services smtp
    Do not accept to replace the SMTP certificate when prompted
    2. Note the thumbprint of the new certificate. Let us assume it is 7A39541F8DF58D4821967DD8F899B27410F7C081
    3. $a=get-date
    4. Set-AuthConfig -NewCertificateThumbprint 7A39541F8DF58D4821967DD8F899B27410F7C081 –NewCertificateEffectiveDate $a
    Accept to continue despite the fact that the certificate effective date is not 48 hours into the future
    5. Set-AuthConfig –PublishCertificate
    6. Make sure to remove any potential reference to the previous certificate (which might not exist anymore) by doing Set-AuthConfig -ClearPreviousCertificate
    Maybe this helps some of you too.

  • PowerPoint presentations not working with Office Web Apps

         Hi,
         I have deployed Lync 2013 and Office Web Apps Server in order to share PowerPoint presentations. All te sharings are working fine (Desktop, Program, Whiteboard, Poll) but PowerPoint presentations.
         I have re-installed Office Web Apps Server several times but it doesn't work:
         Discovery URL is OK
         Event IDs in Lync Server Event Viewer are OK
         I have checked certificate and created it twice and that's not the problem (when tried to use a wrong certificate, the behaviour was different).
         Tried aspnet_regiis but didn't worked.
         Both Lync Server and Office Web Apps Server are updated.
         Servers are Windows Server 2008 R2 SP1.
         I have tested both Lync 2013 and Lync 2013 Basic clients but no one works.
         When I share a PowerPoint, I can see it follows the whole way through LyncShare, Lync Server and Office Web Apps Server. PowerPoint files get to Office Web Apps Server (different name but I can move then to other workstation and check
    they are the files shared).
         Clients begin showing a "Loading..." but end showing "Network connectivity lost or server too busy" (after 90 seconds more or less).
         If I get URL from Lync-UccApi-0:
         https://wacserver.domain/m/Presenter.aspx?a=0&amp;e=true&amp;WopiSrc=https%3A%2F%2Flyncpool.domain%2FDataCollabWeb%2Fwopi%2Ffiles%2F11-1-90C848&amp;access_token=AAMFEECCjUt7489YhSlhQY4GBWcGEIsJ8vG8JQH9w0g_TTTVe3aBEECCjUt7489YhSlhQY4GBWeCApwQgyBHjXVmSaUT70sAAlMNX4oAfTt5Nqgy5sJwqlLneNAxGYYIsFS5edC90AgIDURhdGFDb2xsYWJXZWI&amp;&lt;fs=FULLSCREEN&amp;&gt;&lt;rec=RECORDING&amp;&gt;&lt;thm=THEME_ID&amp;&gt;&lt;ui=UI_LLCC&amp;&gt;&lt;rs=DC_LLCC&amp;&gt;
         If I put this URL in the browser, it turns black and shows "Loading..." and, after a long while, "PowerPoint Web App...", but it remains in this state (loading) without working.
         In the Office Web Apps Server Event Viewer there are some errors related to other services I'm not using, as OneNote, or for Monitoring with the "PositiveDirect" and "NegativeDirect" tokens. Machine also answers it's
    Unhealthy, but as I have read, this is not a problem.
         In the ULS Logs I just see errors related to these events but logs for PowerPoint work fine. And IIS is answering with "200" (although there are a number of petitions that seem to be repeated:
    2013-12-02 16:23:15 WACSERVER_IP GET /m/getdata.ashx s=a%3D0%26WopiSrc%3Dhttps%253a%252f%252flyncpool.domain%252fDataCollabWeb%252fwopi%252ffiles%252f11-1-90C848%26access_token%3DAAMFEECCjUt7489YhSlhQY4GBWcGEBpfUkNifoaqnZCEMbqB4haBEECCjUt7489YhSlhQY4GBWeCApwQgyCHF8jSo70Xws4SrDZyRP3zgH8FZLobf75sHXgxfCmyK4YIxsoPfNC90AgIDURhdGFDb2xsYWJXZWI%26rec%3Dfalse%26thm%3D1%26ui%3Des-ES%26rs%3Des-ES%26%3D&n=-1&r=1386001395077
    443 - Client_IP Mozilla/4.0+(compatible;... 200 0 0 218
    2013-12-02 16:23:15 WACSERVER_IP GET /m/getdata.ashx s=a%3D0%26WopiSrc%3Dhttps%253a%252f%252flyncpool.domain%252fDataCollabWeb%252fwopi%252ffiles%252f11-1-90C848%26access_token%3DAAMFEECCjUt7489YhSlhQY4GBWcGEBpfUkNifoaqnZCEMbqB4haBEECCjUt7489YhSlhQY4GBWeCApwQgyCHF8jSo70Xws4SrDZyRP3zgH8FZLobf75sHXgxfCmyK4YIxsoPfNC90AgIDURhdGFDb2xsYWJXZWI%26rec%3Dfalse%26thm%3D1%26ui%3Des-ES%26rs%3Des-ES%26%3D&n=-1&r=1386001396078
    443 - Client_IP Mozilla/4.0+(compatible;... 200 0 0 203
    2013-12-02 16:23:17 WACSERVER_IP GET /m/getdata.ashx s=a%3D0%26WopiSrc%3Dhttps%253a%252f%252flyncpool.domain%252fDataCollabWeb%252fwopi%252ffiles%252f11-1-90C848%26access_token%3DAAMFEECCjUt7489YhSlhQY4GBWcGEBpfUkNifoaqnZCEMbqB4haBEECCjUt7489YhSlhQY4GBWeCApwQgyCHF8jSo70Xws4SrDZyRP3zgH8FZLobf75sHXgxfCmyK4YIxsoPfNC90AgIDURhdGFDb2xsYWJXZWI%26rec%3Dfalse%26thm%3D1%26ui%3Des-ES%26rs%3Des-ES%26%3D&n=-1&r=1386001397093
    443 - Client_IP Mozilla/4.0+(compatible;... 200 0 0 203
    2013-12-02 16:23:18 WACSERVER_IP GET /m/getdata.ashx s=a%3D0%26WopiSrc%3Dhttps%253a%252f%252flyncpool.domain%252fDataCollabWeb%252fwopi%252ffiles%252f11-1-90C848%26access_token%3DAAMFEECCjUt7489YhSlhQY4GBWcGEBpfUkNifoaqnZCEMbqB4haBEECCjUt7489YhSlhQY4GBWeCApwQgyCHF8jSo70Xws4SrDZyRP3zgH8FZLobf75sHXgxfCmyK4YIxsoPfNC90AgIDURhdGFDb2xsYWJXZWI%26rec%3Dfalse%26thm%3D1%26ui%3Des-ES%26rs%3Des-ES%26%3D&n=-1&r=1386001398093
    443 - Client_IP Mozilla/4.0+(compatible;... 200 0 0 218
    2013-12-02 16:23:19 WACSERVER_IP GET /m/getdata.ashx s=a%3D0%26WopiSrc%3Dhttps%253a%252f%252flyncpool.domain%252fDataCollabWeb%252fwopi%252ffiles%252f11-1-90C848%26access_token%3DAAMFEECCjUt7489YhSlhQY4GBWcGEBpfUkNifoaqnZCEMbqB4haBEECCjUt7489YhSlhQY4GBWeCApwQgyCHF8jSo70Xws4SrDZyRP3zgH8FZLobf75sHXgxfCmyK4YIxsoPfNC90AgIDURhdGFDb2xsYWJXZWI%26rec%3Dfalse%26thm%3D1%26ui%3Des-ES%26rs%3Des-ES%26%3D&n=-1&r=1386001399078
    443 - Client_IP Mozilla/4.0+(compatible;... 200 0 0 328
    2013-12-02 16:23:20 WACSERVER_IP GET /m/getdata.ashx s=a%3D0%26WopiSrc%3Dhttps%253a%252f%252flyncpool.domain%252fDataCollabWeb%252fwopi%252ffiles%252f11-1-90C848%26access_token%3DAAMFEECCjUt7489YhSlhQY4GBWcGEBpfUkNifoaqnZCEMbqB4haBEECCjUt7489YhSlhQY4GBWeCApwQgyCHF8jSo70Xws4SrDZyRP3zgH8FZLobf75sHXgxfCmyK4YIxsoPfNC90AgIDURhdGFDb2xsYWJXZWI%26rec%3Dfalse%26thm%3D1%26ui%3Des-ES%26rs%3Des-ES%26%3D&n=-1&r=1386001400076
    443 - Client_IP Mozilla/4.0+(compatible;... 200 0 0 234
    2013-12-02 16:23:20 WACSERVER_IP GET /m/getdata.ashx s=a%3D0%26WopiSrc%3Dhttps%253a%252f%252flyncpool.domain%252fDataCollabWeb%252fwopi%252ffiles%252f11-1-90C848%26access_token%3DAAMFEECCjUt7489YhSlhQY4GBWcGEBpfUkNifoaqnZCEMbqB4haBEECCjUt7489YhSlhQY4GBWeCApwQgyCHF8jSo70Xws4SrDZyRP3zgH8FZLobf75sHXgxfCmyK4YIxsoPfNC90AgIDURhdGFDb2xsYWJXZWI%26rec%3Dfalse%26thm%3D1%26ui%3Des-ES%26rs%3Des-ES%26%3D&n=-1&r=1386001401076
    443 - Client_IP Mozilla/4.0+(compatible;... 200 0 0 203
         It seems that something is not working between the clients and Office Web Apps Server. There is not a firewall and machines see each other. Certificate is accepted.
         I have tried so many thing but none of them worked.
         Does anybody have an idea?
         Thanks!

         Hi Thamara,
         There is a HLB but I thought of that and tested both: with HLB and pointing just a Front End, without HLB. In both cases, results were the same.
         I can access the Front End pool web services from the WAC server using the IE.
         I'm watching now this event:
    <?xml version="1.0" encoding="utf-16"?>
    <HealthReport xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <HealthMessage>BroadcastServicesWatchdog_Wfe reported status for BroadcastServices_Host in category '3'. Reported status: Contacting Participant.svc failed with an exception: The remote server returned an error: (404) Not Found.</HealthMessage>
    </HealthReport>
         Reading some posts, it's a known issue fixable by adding HTTP-Activation feature... in Windows 2012. I have a Windows 2008 and .NET Framework 4.5 is installed. I've tried to add HTTP-Activation feature from .NET Framework 3.5, but a number
    of format errors appear. I don't know how I could fix it in Windows 2008.
         In addition, as I'm making test for share PPT and they aren't finally showed, this error appears also:
    <?xml version="1.0" encoding="utf-16"?>
    <HealthReport xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <HealthMessage>PowerPointViewingServicesWatchdog_App reported status for PPTConversionService in category '0'. Reported status: AppManager: A request appears to be stuck in the queue. [State: ReadyToWork] [Start Time: 12/03/2013 10:35:07] [CorrelationId:
    ec4db345-0e8c-477e-ac0e-71afcb9a8efd] [DocId: https%3A%2F%2FLYNCPOOL.DOMAIN%2FDataCollabWeb%2Fwopi%2Ffiles%2F1-1-2BCF63F] [ClusterId: 0] [RequestId: 51e9263e-fc78-46b0-93ca-de48272dd2bc] [Current InProgress Queue Length: 4]</HealthMessage>
    </HealthReport>
         It seems that PPTs are being queued as they aren't actually showed.
         Does this give you any clue?
         Thank you very much.
         Kind regards.

  • Got errors when trying to open word document with Office Web App Server and customized WOPI host

    I am configuring the Office Web App Server with our ASP.NET MVC WOPI host based on this example. https://code.msdn.microsoft.com/office/Building-an-Office-Web-f98650d6. While both the OWA server and WOPI server has been set up and I can use Excel and PowerPoint
    app to open and edit xls and ppt file now, there are problems opening word documents no matter I enable or disable the editing function of OWA server.
    When I open a word document while enabling editing I got this error:
    If I disable editing I got this message:
    I have tried several file so I thought it is not the files' problem. Also I didn't find any exception in the log of OWA server. 

    Hi Gary Jiang,
    Thanks for posting in MSDN forum.
    This forum is for developers discussing issues about
    apps for Office.
    Based on the description, it seems that you got an issue when you deploy the code sample. If I understood clearly, I suggest that you contact the author of the code sample from the "Q and A" tab.
    Also if you have the question about WOPI, I suggest that you get more effective response from
    Office
    Protocols forum.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for