SharePoint BI in Windows Azure

Dear all
I have setup a BI demo environment on Windows Azure to show PowerPivot, PerformancePoint Services, and Power View. The demo environment include 3 VMs: DC, SQL 2012 SP1, and SharePoint 2013.
Every demo works fine when I use IE inside SharePoint VM. Then I creat a HTTP endpoint for the SharePoint VM on Windows Azure.
Now I can use IE to browse my SharePoint site from my laptop, and PerformancePoint Services works fine.
But when I click excel workbook from PowerPivot Gallery, the Excel Services raise an error shown as below:
Unable to Open the file
We couldn't find the file you wanted.
It's possible the file was renamed, moved or deleted.
besides that, if I click the Power View icon, IE will show the following error:
Sorry,
something went wrong
The Web application at
http://xxxxx.cloudapp.net/PowerPivot%20Gallery/BI.xlsx could not be found.
Verify that you have typed the URL correctly. If the URL should be serving
existing content, the system administrator may need to add a new request URL
mapping to the intended application.
How to solve thie problem?
Thank you.

Hi  Bird007,
According to your error message, it says the web application  could not be found. The issue can caused by alternate access mappings for the web application.
Please verify that the site works correct in a browser and double check that the server is correct registered in the AAM settings
For more information, you can refer to the article:
http://technet.microsoft.com/en-us/library/cc263208.aspx
http://technet.microsoft.com/en-us/library/cc262366.aspx
http://blog.sharepointrx.com/2009/08/26/the-web-application-at-url-could-not-be-found-verify-that-you-have-typed-the-url-correctly-if-the-url-should-be-serving-existing-content-the-system-administrator-may-need-to-add-a-new-request-url/
Best Regards,
Eric
Eric Tao
TechNet Community Support
Hi, Eric
Thanks your very much. It works:-)

Similar Messages

  • How to get sharepoint online (office 365) data in cloud/windows azure (provider) hosted app using Javascript?

    How to get sharepoint online (office 365) data in cloud/windows azure (provider) hosted app using Javascript?
    I wish to retrieve sharepoint online data in html page (hosted in windows azure) using javascript and then need to play with AngularJS

    Hi,
    According to your description, you might want to get data from Office 365 SharePoint Online(also known as host web) and pass to the Provider Hosted App which is hosted
    in Windows Azure site.
    I would suggest you take a look at the links below about accessing data from the host web
     for a quick start:
    https://msdn.microsoft.com/en-us/library/office/fp179927(v=office.15).aspx#SP15Accessdatafromremoteapp_Codeexample
    http://dannyjessee.com/blog/index.php/2014/07/accessing-sharepoint-data-from-provider-hosted-apps-use-the-right-context/
    Aother sample solution for your reference:
    https://code.msdn.microsoft.com/SharePoint-2013-Get-the-0ec36bb6
    Best regards
    Patrick Liang
    TechNet Community Support

  • Can't access OneDrive for Business of my SharePoint 2013 running on Azure

    Hi,
    I have SharePoint running on a Azure virtual machine setup using the scripts included with the VS2013 gallery image (no AD, only NTML). I've opened the end points 80->80 and made sure OneDrive works locally on the machine and I can access SP from
    outside (after disabling the min download feature).
    If I try linking OneDrive for B from the outside I get prompted for a password but then a error message follows says the path might be wrong.
    Is there some ports that I need to open? Any log I could check?
    Any ideas are wellcome.
    Br,
    Tom

    Hi Devdumper,
    Please use network monitor tool to check whether there were some blocked port traffic on Azure.
    Please open Event Viewer->Windows Logs->Application, then filter Current log, select the Event sources is Skydrive-SyncEngine, check whether there are some errors related to this issue.
    As I am not familiar with Azure, I suggest you create a new thread on Azure forum, more experts will assist you with this issue.
    Microsoft Azure forum:
    http://social.technet.microsoft.com/Forums/en-US/home?category=windowsazureplatform
    I hope this helps.
    Thanks,
    Wendy
    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]
    Wendy Li
    TechNet Community Support

  • Trying to access SharePoint Site, Hosted in Azure, from public Internet

    I am looking for basic guidance on how to browse a SharePoint 2013 Environment, Hosted in
    Azure, from a PC not located on the same network. In other words from an internet connected PC. I believe this was working until some Azure or Windows update took place, and now I can no longer connect to my environment
    via SharePoint Designer, IE, or ShareGate migration tool. (I am NOT looking to open up a public facing website with Anonymous access.)
    Currently when I try to access http://Server_Name.cloudapp.net I end up looking at a IIS 8 Splash Screen.
    There seems to be a combination of settings that need to be in order for this to happen. I believe they fall into the following topics Any help is appreciated.
    Azure Settings:
    DNS name: SERVER_NAME.cloudapp.net
    ENDPOINTS
    IIS Settings:
    Bindings
    DNS Server Settings:
    Host A Records
    SharePoint Settings:
    Alternate Access Mappings
    Other:
    Hosts File
    Windows Server Firewall
     

    Hi,
    How did you publish the SharePoint site hosted in Azure to Internet?
    I recommend to follow the link below to see if the issue still occurs:
    http://thuansoldier.net/?p=4044
    As Microsoft Azure changes public virtual IP address every time you turn on your virtual machine, please make sure you check the new address then assign it to SharePoint AAM again.
    Thanks,
    Victoria
    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]
    Victoria Xia
    TechNet Community Support

  • 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

  • Setup Windows Azure Workflow - Add-WFHost error "WF_Management/WFTOPIC" and token provider service

    Hi,
    i want to install the new windows azure workflow manager and service bus on my sharepoint 2013 server.
    All works fine in setup. I got the Powershell-Script from the wizard and configured it to meet my requierments.
    I start it and get to the last point "add-wfhost".
    Here i got following error:
    VERBOSE: [12.12.2012 09:30:13]: Validating input and configuration parameters.
    VERBOSE: [12.12.2012 09:30:14]: Installing auto-generated certificate.
    VERBOSE: [12.12.2012 09:30:16]: Granting 'Log on as Service' privilege to the RunAs account.
    VERBOSE: [12.12.2012 09:30:16]: Workflow Manager configuration starting.
    VERBOSE: [12.12.2012 09:30:19]: Configuring Workflow Manager runtime settings.
    Add-WFHost : Could not successfully create management Service Bus entity 'WF_Management/WFTOPIC' with multiple retries within a timespan of 00:02:05.7914488.. The exception of the last retry is: The
    token provider service was not avaliable when obtaining a token for 'https://myServer.sps2013.local:9355/WorkflowDefaultNamespace/$STS/Windows/'..
    At C:\Users\wawsrv\Documents\workflowconfiguration.ps1:42 char:1
    + Add-WFHost -WFFarmDBConnectionString 'Data Source=myServer.sps2013.local;Initia ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : OperationStopped: (:) [Add-WFHost], TimeoutException
    + FullyQualifiedErrorId : WFRuntimeSettingFailed,Microsoft.Workflow.Deployment.Commands.AddWFHost
    I installed it on a sharepoint 2013 box server (AD, DNS, SQL and SP on one maschin).
    I know this is not supported, but it should work. Im loged in as the service account for the workflow. I've granted the domain admin rights and sql sysadmin /dbowner rights.
    Now my answer is:
    It is not the "normal" error with the wf_management/WFTOPIC. What is this token provider service and why he tries the port 9355. I dont use ssl, so how can i change the request url or how do i have to set it up correct?
    Thx alot on this!

    When you say 'setup gateway correctly' what do you mean?
    How was your gateway setup and what did you change?
    I have the same problem, and despite removing all proxy settings, i am still having this issue. I can navigate fine to the 'WorkflowDefaultNamespace' and get a RSS Feed type of page, but when i add the $STS/Windows Virtual Directories, i get a 400 Bad Request. 

  • How to fully backup virtual machines in Windows Azure

    For those of you like me using the 90-day trial package of Windows Azure for testing purpose before moving on to the cloud, I want to backup all virtual machines unless my account will be disabled if it reaches spending limit. Recently another account
    has been disabled so all virtual machines I created are removed. I've heard of the approach used to export virtual machines.
    Thuan Soldier
    A 23-year-old man loving Microsoft technologies and making crazy ideas on business journey.
    SharePoint Vietnam |
    Blog | Twitter

    Hi Thuan,
    When you hit the spending limit on a trail subscription, or an MSDN subscription with monthly limits, while it looks like your VMs are removed, the VHDs for those VMs still exist in your storage account and you can create VMs from them again when you enable
    your subscription again (convert to pay-as-you-go, or wait for the next billing cycle in the case of subscriptions with on-going monthly limits).
    Because of that, it isn't necessary to back them up relevant to the spending limit being hit.
    And note that backing them up outside of Azure would incur egress fees which would cause you to hit your spending limit more quickly.
    While it can be simpler to configure everything from scratch from new VMs created in Azure, another approach would be to configure them on-premises in Hyper-V, then upload them as either disks (to use for a single VM in Azure) or as images (generalized with
    sysprep to use as a base template for multiple VMs). That way you already have a backup of the VHD in the copy you have on-premises. And, since inbound traffic is free, you don't have the same issue of hitting your spending limit more quickly (there will be
    some outbound when doing an upload, but very little in comparison to a download).
    Thanks,
    Craig

  • Windows azure and project server

    Hello,
    I am investigating the possibilities of hosting MS Project server on windows azure.  I have questions as follows:
    - Can MS project server 2010 be installed on azure
    - if I have a license of MS project 2010 and on azure I install the same version can I use the same license without purchasing a new one for MS project server?
    - I found this link http://www.windowsazure.com/en-us/pricing/calculator/?scenario=full# for azure pricing calculations, but I do not see there sharepoint cost and project server cost. What will be approximate cost for these two platforms on azure?
    Also please let me know if there is some other information that I may need regarding this hosting.
    Thank you,

    Hi,
    From my research, As Azure does support the creating of Virtual Machines there is nothing to stop you using this environment to install SQL, SharePoint and Project Server. This is a fully supported environment, All Microsoft software that is installed in
    the Windows Azure Virtual Machine environment must be properly licensed. By default, Windows Azure Virtual Machines include a license for use of Windows Server in the Windows Azure environment. Certain Windows Azure Virtual Machine offerings may also include
    additional Microsoft software on a per-hour or evaluation basis. Licenses for other software must be obtained separately. For information about Microsoft’s License Mobility program see
    Volume Licensing. In some cases, specific versions of Microsoft server software are required for support. These versions are noted in following article.
    # http://support.microsoft.com/kb/2721672/en-us
    Details:
    Microsoft Project Server
    Microsoft Project Server 2013 and later versions are supported.
    Microsoft SharePoint Server
    Microsoft SharePoint Server 2010 and later versions are supported on Windows Azure Virtual Machines.
    Microsoft doesn't look inside your VMs, from my experience, if you have the licensed, you will not be charged for Microsoft Project Server. Hope it helps.
    Best Regards
    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.

  • Windows Azure Online backup Vs. StoreSimple?

    what's the difference between Windows Azure Online Backup compared with StorSimple+Windows Azure? 
    what scenario is for StorSimple, what scenario is for the Online Backup?
    Ming

    StorSimple is an appliance which can provision a LUN(s) which is comprised of SSD+HDD+Cloud storage.  Hot/warm/cold blocks are dynamically and automatically managed on a per-LUN basis.  
    StorSimple does not however have agents (except for
    SharePoint) which can, for example, back up a SQL Database.  It would also be ill advised to put a SQL database on a StorSimple LUN, and expect to benefit from the Azure connection.  I would advise using DPM for protecting these types of workloads,
    and using StorSimple for flat-files.
    Mike Crowley | MVP
    My Blog --
    Planet Technologies

  • Not able to inistall Sharepoint 2013 on windows server 2012 r2

    Hi ,
    I am trying to install Sharepoint enterprise 2013 on windows 2012 r2. In very early stage i got issue when i ran prerequisite installer. 
    As we all know in this case we need to install prerequisite manually. I downloaded all the prerequisite and installed them manually. I have enabled all web and application role. then followed below link and installed all the prerequisite 
    http://iouchkov.wordpress.com/2013/10/19/how-to-install-sharepoint-2013-on-windows-server-2012-r2/
    SQL Server 2008 R2 SP1 Native
    Client 
    Microsoft
    WCF Data Services 5.0 
    Microsoft Information Protection
    and Control Client (MSIPC)
    Microsoft Sync Framework Runtime
    v1.0 SP1 (x64) 
    Windows
    Identity Extensions 
    Windows
    Identity Foundation (KB974405) 
    Windows
    Server AppFabric
    CU
    1 for AppFabric 1.1 (KB2671763)
    All got installed correctly on server validated from control panel then i restarted the server and Ran  SharePoint Set up
    But still facing issue attached in form of image
    Please help me on this.
    kirtesh

    Hi kirtesh,
    According to your description, my understanding is that you got an error when you ran prerequisite installer.
    Please make sure the Windows Server Features and Role services are enabled in your SharePoint server.
    Start > All Programs > Administrative Tools > Server Manager->Add Roles and Features:
    i. Application Server
    ii. File Services
    iii. Web Server (IIS)
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Windows Azure Tools for Visual Studio 2013 - v2.2 install fails on Windows Server 2012 R2

    Microsoft Visual Studio Professional 2013
    Version 12.0.21005.1 REL
    Microsoft .NET Framework
    Version 4.5.51641
    The installation completes without any errors on my VM running Windows Server 2012 R2, however its not recognized in VS2013 ? It also breaks the Publish functionality when I try and publish a web site to my hosting provider.

    I tried install, uninstall, reinstall cycle several times without success. Any help would be greatly appreciated.
    here is my About info:
    Microsoft Visual Studio Professional 2013
    Version 12.0.21005.1 REL
    Microsoft .NET Framework
    Version 4.5.51641
    Installed Version: Professional
    LightSwitch for Visual Studio 2013   06177-004-0444002-02824
    Microsoft LightSwitch for Visual Studio 2013
    Microsoft Office Developer Tools for Visual Studio 2013 ENU   06177-004-0444002-02824
    Microsoft Office Developer Tools for Visual Studio 2013 ENU
    Team Explorer for Visual Studio 2013   06177-004-0444002-02824
    Microsoft Team Explorer for Visual Studio 2013
    Visual Basic 2013   06177-004-0444002-02824
    Microsoft Visual Basic 2013
    Visual C# 2013   06177-004-0444002-02824
    Microsoft Visual C# 2013
    Visual C++ 2013   06177-004-0444002-02824
    Microsoft Visual C++ 2013
    Visual F# 2013   06177-004-0444002-02824
    Microsoft Visual F# 2013
    Visual Studio 2013 Code Analysis Spell Checker   06177-004-0444002-02824
    Microsoft® Visual Studio® 2013 Code Analysis Spell Checker
    Portions of International CorrectSpell™ spelling correction system © 1993 by Lernout & Hauspie Speech Products N.V. All rights reserved.
    The American Heritage® Dictionary of the English Language, Third Edition Copyright © 1992 Houghton Mifflin Company. Electronic version licensed from Lernout & Hauspie Speech Products N.V. All rights reserved.
    ASP.NET Web Frameworks and Tools 2012.2   4.1.21001.0
    For additional information, visit http://go.microsoft.com/fwlink/?LinkID=309563
    ASP.NET Web Frameworks and Tools 2013   5.0.11001.0
    For additional information, visit http://www.asp.net/
    BusinessObjectEditor   1.0
    Information about my package
    CodeRush for Visual Studio   13.2
    Common Azure Tools   1.0
    Provides common services for use by Azure Mobile Services and Windows Azure Tools.
    CreateLayoutWizardPkg   1.0
    Create layout wizard.
    DevExpress.ExpressApp.Design.DesignDynamicPackage   1.0
    DevExpress VSIX Package
    DevExpress.ExpressApp.DesignPackage   1.0
    DevExpress VSIX Package
    DevExtreme.Design   13.2.6
    DevExtreme Visual Studio integration package
    DXCore for Visual Studio   13.2
    DXCore for Visual Studio
    PreEmptive Analytics Visualizer   1.2
    Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.
    SQL Server Data Tools   12.0.30919.1
    Microsoft SQL Server Data Tools
    Windows Azure Mobile Services Tools   1.0
    Windows Azure Mobile Services Tools
    Workflow Manager Tools 1.0   1.0
    This package contains the necessary Visual Studio integration components for Workflow Manager.
    XtraReports package   1.0
    XtraReports package

  • Unable to load the web site after deploying into the windows azure.Internal Server 500

    Hello everyone,
    Currently we are having one cloude service running into window azure.We are weekly deployeing that from local visual studio 2010.Yesterday when i published from visuual studio after that i am getting 500-Internal server error while opening my URL.So i had
    thought of enabling the Remote Access for my cloude service ,but when i am trying to do that i am geting different differnt errors.
    Details are like..
    3:14:39 PM - Warning: There are package validation warnings.
    3:14:39 PM - Checking for Remote Desktop certificate...
    3:14:40 PM - Preparing deployment for ScrumApplication.Azure - 2/11/2015 3:13:26 PM with Subscription ID 'b7a6057b-c401-46d7-a18d-7e0a4d6d1863' using Service Management URL 'https://management.core.windows.net/'...
    3:14:40 PM - Connecting...
    3:14:40 PM - Verifying storage account 'leanzy'...
    3:14:41 PM - Uploading Package...
    3:35:24 PM - Updating...
    3:36:13 PM - Legacy plugin RemoteAccess is found in role ScrumApplication. Please remove the import from Service Definition file to use the Extension.
    and some time i am getting another issue like
    1:58:36 AM - Warning: There are package validation warnings.
    11:58:36 AM - Checking for Remote Desktop certificate...
    11:58:41 AM - Uploading Certificates...
    11:59:01 AM - Preparing deployment for ScrumApplication.Azure - 2/11/2015 11:57:47 AM with Subscription ID 'b7a6057b-c401-46d7-a18d-7e0a4d6d1863' using Service Management URL 'https://management.core.windows.net/'...
    11:59:01 AM - Connecting...
    11:59:01 AM - Verifying storage account 'leanzy'...
    11:59:03 AM - Uploading Package...
    12:10:41 PM - Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.
    so please help me to resolve the problem in urgent basis. 
    Please mail me if anything we can do on urgent basis.
    My email id is- [email protected]
    Thanks in advance.

    hi Madhusudan,
    According to your description, It is very hard to reproduce your issue. But from my experience, I suggest you can try those steps:
    1.Please try to create a new cloud service and try to deploy on Azure. I wanted to check whether the environment  issue.
    2.Please try to redeploy your project and disable RemoteAccess feature in your deployment process.
    Any results, please let me know free.
    Regards,
    Will
    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.

  • Crystal report installation problem in windows azure.

    Hi Everyone,
    Good day!.
    I have purchased standard version of web site in windows azure server,i'm converting existing normal asp.net application into widows azure project as web role project.In my existing project they have used crystal report tool to generate the reports.
    The issue has been arrived when i published the project into azure server.When i did some R&D people have suggested some tool to install the tool name called "CRRuntime.MSI".We tried and install this msi file both 64 bit and 32 bit,but the
    problem we couldn't even know whether the .MSI file got installed or not.
    Still we are having same issues in server.Please give your good ideas to short this issue in server.
    I'm using VS 2012
    Thanks in advance !
    Regards,
    Ranjithkumar.

    Hi,
    Please make sure that you are enabling remote connection to the web role while deploying from visual studio 2012. Then get remote connectivity RDP file for the VM and connect to it. Install your tool manually and check if the problem getting resolved. If
    this manual installation works then you can schedule installation as start up task in Azure web role.
    [Although I don't know if your tool can be installed automatically by .cmd or .bat or powershell script file]
    You can add installations as start up task in Azure Web Role service definition file. Here is the link and sample XML tags-
    http://msdn.microsoft.com/en-us/library/gg456327.aspx
    <ServiceDefinition name="MyService" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition">
    <WebRole name="WebRole1">
    <Startup>
    <Task commandLine="Startup.cmd" executionContext="limited" taskType="simple">
    </Task>
    </Startup>
    </WebRole>
    </ServiceDefinition>
    Mark As Answer if it helps you |
    My Blog

  • How to remove credit card details from Windows azure account?

    Hi friends,
    I Just want to remove my credit card details from my windows azure account.
    Is there any possiblity or else i just want to delete my account. Plz help me.
    Thanks
    dvishnu

    if you simply delete all the apps, storage, databases etc whatever is hosted on azure you should not get charged.
    if you want to cancel your account here is the link
    http://www.windowsazure.com/en-us/support/cancel-account/
    hope that helps
    -------------------------------------------Please mark as answered if it helped
    Please mark as answered if it helped Vishal Narayan Saxena http://twitter.com/vishalishere http://www.ogleogle.com/vishal/

  • How to configure a proxy server for Windows Azure Tools in Visual Studio 2013

    Hi Visual Studio/Azure Tools team
    I would like to use the Windows Azure tools in Visual Studio 2013 to manage my Azure Web sites (Server Explorer -> Windows Azure -> Web Sites) from within my corporate network which is secured using a proxy server. Unfortunately, I am not able to use
    the Windows Azure tools since the required HTTPS connection to windows azure is not going through the default configured proxy. Instead, Visual Studio tries directly to connect to port 443 which is blocked by our corporate firewall (and yes: there is no way
    around using our proxy server). Other visual studio features like NuGet, updates, etc. work fine and use the configured proxy server. 
    So my question: How can I configure visual studio respective its Azure tools to use a proxy server instead of a direct connection? I already tried configuring the proxy server within the file devenv.exe.config but this doesn't show any effect for Windows Azure
    tools.
    Regards
    tschaena

    As we have very similar problems I consider the found solution a work arround an existing problem which will not work if corporate FW policy does not allow such changes.
    In my mind, any tools in charge of dealing with some sort of FW protocols should deliver the following information, should make it absolute clear how to setup that the request packages are setup rigth at the first time.
    a) proxy server
    b) proxy port
    c) proxy user
    d) proxy users-password
    e) proxy.auth.Preference="BASIC"
    And for moste tools (including Visual Studio and AZUR Tools) it is absolut unclear
    a) how to setup that on a per tools basis
    b) OR who inherits this information from whom    i.e. use the same as IE does, what if we use FireFox or any other browsers?
    I understand that developers requested to cure such problem areas will often have difficulty to gain all required elemenst used to realy test the solution.
    But I can tell you: I loos more time figthing down the FW setups for my clients. WHat I do at home in a sniff, takes ages to be realised by all the various clients on the market where each has to deliver the same sort of information but actually does not,
    or has it just somewhere, but not in the vicinity of the demanding user.
    Good examples i.e. NetBeans IDE where the Option Menu shows very clearly what information is required to pass through a FW/Proxy; but even there, the hint to start with a BASIC authentication schema is not part of this OPTION menu and must be added a JAVA
    environment value. But at least, it works.
    Sepp

Maybe you are looking for

  • Regarding to the Contention Window (CW), Help please.

    Regarding to the Contention Window (CW). as we know that the wireless client who wants to send data to the access point must generate a back-off time between 0 and CWmin and and waits until the RF channel is free for an interval called DIFS. now who

  • Multiple fax/email contacts for same Vendor - How to set it up for Output

    Hi All We have two different plant using same vendor A but their contacts are different. for example. Plant 1000 has the contact as Rep1 with fax 1 and email1                    and Plant 2000 has the contact as Rep 2 with fax 2 and email 2 We would

  • BAPI_SALESORDER_SIMULATE How to get the conditions on header level?

    Hi, is it possible to get the pricing conditions on header level (sales order) with the Bapi BAPI_SALESORDER_SIMULATE? We only found the information on item level? Thanks a lot.

  • Selection screen to another screen

    Hi, I have a requirement. in my abap code i first define a selection screen. after entering the some values in the selection screen, and press enter, i have to go to another screen, and by clicking the back button i have to come back to the selection

  • Macro to create Excel data to PDF file.

    hi i have data in my spread sheet, assume Sheet1. I want user to view/save the data in PDF file automaticallu upon clicking command button. Viewing/saving any onething will work for me. Need complete steps please. Thanks, Robo.