Server 2012 r2 FTP & Web

I am setting up a Windows Server 2012 r2 in my home on a residential ISP. I have IIS, FTP, AD DS installed. I am having an issue getting FTP to work. Currently I have it set for ftp://myurl:447, however when I go to it it asks for my credentials, I type
them in and then it just sits there. After about 30 seconds I get 550 Data channel timed out. I have disabled FW, added rules to the FW, and still nothing. Someone mentioned about making the FTP server passive instead of active, but I have no idea how to do
that. Here is the latest of my logs from FW logs, and what I have my router setup as. Any help would be greatly appreciated.
2014-01-30 15:04:00 ALLOW TCP 72.214.221.126 192.168.0.107 34281 447 0 - 0 0 0 - - - RECEIVE
2014-01-30 15:04:00 ALLOW TCP 72.214.221.126 192.168.0.107 14142 447 0 - 0 0 0 - - - RECEIVE
2014-01-30 15:04:01 ALLOW ICMP fe80::cad3:a3ff:fe56:e564 ff02::1 - - 0 - - - - 130 0 - RECEIVE
2014-01-30 15:04:06 ALLOW TCP 72.214.221.126 192.168.0.107 35994 3389 0 - 0 0 0 - - - RECEIVE
2014-01-30 15:04:22 ALLOW TCP fe80::6155:75b:d9bf:f5c9 fe80::6155:75b:d9bf:f5c9 50124 389 0 - 0 0 0 - - - SEND
2014-01-30 15:04:22 ALLOW TCP fe80::6155:75b:d9bf:f5c9 fe80::6155:75b:d9bf:f5c9 50124 389 0 - 0 0 0 - - - RECEIVE
2014-01-30 15:04:22 ALLOW TCP fe80::6155:75b:d9bf:f5c9 fe80::6155:75b:d9bf:f5c9 50125 389 0 - 0 0 0 - - - SEND
2014-01-30 15:04:22 ALLOW TCP fe80::6155:75b:d9bf:f5c9 fe80::6155:75b:d9bf:f5c9 50125 389 0 - 0 0 0 - - - RECEIVE
2014-01-30 15:04:22 ALLOW TCP fe80::6155:75b:d9bf:f5c9 fe80::6155:75b:d9bf:f5c9 50126 389 0 - 0 0 0 - - - SEND
2014-01-30 15:04:22 ALLOW TCP fe80::6155:75b:d9bf:f5c9 fe80::6155:75b:d9bf:f5c9 50126 389 0 - 0 0 0 - - - RECEIVE
2014-01-30 15:04:27 ALLOW TCP ::1 ::1 50127 389 0 - 0 0 0 - - - SEND
2014-01-30 15:04:27 ALLOW TCP ::1 ::1 50127 389 0 - 0 0 0 - - - RECEIVE
2014-01-30 15:04:54 ALLOW UDP 169.254.122.199 169.254.255.255 138 138 0 - - - - - - - SEND
2014-01-30 15:04:54 ALLOW UDP 192.168.0.107 192.168.0.255 138 138 0 - - - - - - - SEND
2014-01-30 15:05:03 ALLOW ICMP fe80::cad3:a3ff:fe56:e564 ff02::1 - - 0 - - - - 130 0 - RECEIVE
Thanks,
Matt
EDIT: Also is there a way to make it so I can just type in ftp://myurl.com instead of having to add the port? Unfortunately Cox blocks port 21.

Hi,
Port 447 is used for:
ddm-dfm        
447/tcp    DDM-Distributed File Management
ddm-dfm        
447/udp    DDM-Distributed File Management
So I recommend you run netstat /a, check if FTP service is listening on port 447.
If you type
ftp://myurl.com, client will request port 21 by default. It is a client side behavior, we can do nothing on server side.

Similar Messages

  • Can't download files on Android from Server 2012 Essentials Remote Web Access

    I have two servers, one with Windows Server 2012 Essentials, and the other SBS 2011.  Employees like using Remote Web Access to log in from anywhere and have access to shared folders.  It works perfect on a Desktop computer, but when they try to
    use their Android tablets or phones, and want to download a file (e.g. a PDF) from one of the shared folders on the server, the download fails.   When Microsoft was pushing 2012 they said RWA worked great on mobile devices, do I have to set up something
    separately to make this happen?
    I've completely disabled the firewall, and have ports 80,443,987, and 1723(just to be safe) all forwarded to the server.
    I can log into the RWA site on the android, browse files and folders, but when I select a PDF to download, the download shows as if it's starting, shows in my android notification as if its going to start downloading (Shows MobileDownload www.mydomain.com)
    but eventually after a few minutes, will time out and show "Download Unsuccessful".
    Network connectivity is fine as I can do this on a Windows Desktop PC using any browser (Chrome, Firefox, IE) and successfully download anything I want.
    UPDATE:  I found this in the event handler when I tried to download something from a mobile device...
    - System
    - Provider
    [ Name] ASP.NET 4.0.30319.0
    - EventID 1309
    [ Qualifiers] 32768
    Level 3
    Task 3
    Keywords 0x80000000000000
    - TimeCreated
    [ SystemTime] 2014-01-12T16:49:12.000000000Z
    EventRecordID 72818
    Channel Application
    Computer MYSERVER.MYDOMAIN.local
    Security
    - EventData
    3005
    An unhandled exception has occurred.
    1/12/2014 11:49:12 AM
    1/12/2014 4:49:12 PM
    953eedf1ad414391a193e5f98a281da5
    263
    3
    0
    /LM/W3SVC/1/ROOT/Remote-1-130340167702975633
    Full
    /Remote
    C:\Program Files\Windows Server\Bin\WebApps\RemoteAccess\
    MYSERVER
    2592
    w3wp.exe
    NT AUTHORITY\NETWORK SERVICE
    HttpException
    Server cannot set content type after HTTP headers have been sent. at System.Web.HttpResponse.set_ContentType(String value) at System.Web.UI.Page.SetIntrinsics(HttpContext context, Boolean allowAsync) at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at Microsoft.WindowsServerSolutions.Web.RemoteAccessSite.RealPageHandler.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    https://remote.MYDOMAIN.com:443/Remote/fs/MobileDownload.aspx?path=\\MYSERVER\PICTURES\2013603.jpg
    /Remote/fs/MobileDownload.aspx
    MY.IP.ADDRESS.141
    MYDOMAIN\user
    True
    Forms
    NT AUTHORITY\NETWORK SERVICE
    31
    NT AUTHORITY\NETWORK SERVICE
    False
    at System.Web.HttpResponse.set_ContentType(String value) at System.Web.UI.Page.SetIntrinsics(HttpContext context, Boolean allowAsync) at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at Microsoft.WindowsServerSolutions.Web.RemoteAccessSite.RealPageHandler.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

    Hi,
    Before going further, would you please let me confirm something firstly?
    Would you please let me know if all Android devices
    encounter this same issue? If you download different type files, will still this issue persists? You can upload a small file (such as a text file) to the share folder, then check if Android device can’t download it.
    Based on your description, when logon a desktop computer, you will download files via RWA successfully. Please use the user account which logon computer to logon
    the Android device, will still fail to download?
    Please check if there has enough free space in Android devices that be used to save download.
    When this issue occurred, please check the state of Android device in Dashboard. Besides, I suggest you should run the Best Practices Analyzer (BPA) and fix all
    it can find. Then monitor the result.
    Run the Windows Server 2012 Essentials Best Practices Analyzer
    http://technet.microsoft.com/en-us/library/jj200181.aspx
    In addition, regarding to the Event ID 1309, please refer to the following articles.
    Event ID: 1309 Source: ASP.NET 4.0.30319.0
    http://www.eventid.net/display-eventid-1309-source-ASP.NET%204.0.30319.0-eventno-11022-phase-1.htm
    Hope this helps.
    Best regards,
    Justin Gu

  • Setup NLB on server 2012 R2 for web server

    I have one web server which running around 45 to 50 applications. Recently server goes down due to some network issue at data center. now i want to keep one more server with same websites so if one of our server goes down another will keep running and users
    can still access websites. I have search on google and found one PS Script which create websites and transfer the data as well script as below.
    add-pssnapin wdeploysnapin3.0
    New-WDPublishSettings -ComputerName calantha -AgentType MSDepSvc -FileName c:\websites\calantha.publishsettings
    New-WDPublishSettings -ComputerName saffron -AgentType MSDepSvc -FileName c:\websites\saffron.publishsettings -UserID administrator -Password pass@123#
    Sync-WDServer -SourcePublishSettings c:\websites\calantha.publishSettings -DestinationPublishSettings c:\websites\saffron.publishSettings
    just want know can this script will work in my case or i have to use NLB as my websites are not kept in shared and if i want to use NLB then i have to keep data on shared server or i have to keep it updated across all servers. Also i want to keep 2nd server
    to another country will it work with NLB  
    Akshay Pate

    HI,
    If you are building NLB websites then the best method for the websites is put them on a shared disk DFS etc. When updating the websites you need to keep in mind that this must be done on both Webservers and need to be the same.
    there for you can use iis shared configuration. see blog post below.
    http://www.iis.net/learn/manage/managing-your-configuration-settings/shared-configuration_264
    and for your script here is a sample form the iis site :
    http://www.iis.net/learn/publish/using-web-deploy/web-deploy-powershell-cmdlets
    Greetings, Robert Smit Follow me @clustermvp http://robertsmit.wordpress.com/ “Please click "Vote As Helpful" if it is helpful for you and Proposed As Answer” Please remember to click “Mark as Answer” on the post that helps you

  • How to solve the error 0x80073701 in Server 2012 Essentials?

    Good afternoon, I have a big problem when trying to add some roles or features on my Server 2012 Essentials get the error 0x80073701, in my case I am trying to install telnet client and server, but to see if the problem was with them already tried other
    roles and features and also the error remains. I thought it was some evil update installed and uninstalled all and the error continues.
    Tiago Pinheiro - MCP

    Hi Tiago,
    Would you please let me confirm whether the Windows Server 2012 Essentials is migrated from
    Previous Versions or a clean install? Just a confirmation, thanks for your understanding.
    On current situation, please use the following tool to check the integrity of the .NET Framework.
    .NET Framework Setup Verification
    Tool User's Guide
    Please also use
    Install-WindowsFeature PowerShell command and check if help you to install Roles and Features on the Windows Server 2012 Essentials successfully.
    In addition, Please follow the path: C:\Windows\Logs\CBS and check CBS log file if find more clues.
    à
    get the error 0x80073701
    By the way, the error seems that mean there are some system files are missing, which caused the installation
    failure. If it’s not a production environment, maybe consider that run
    sfc /scannow command to scan all protected system files and monitor the result.
    Please Note: since it’s a Windows Server 2012 Essentials, the web configuration file may become corrupted when you run the SFC command. For more details, please refer to following KB.
    The web configuration file may become corrupted when you
    run the SFC command in Windows Server 2012 Essentials
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu
    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 Support, contact
    [email protected]

  • How do I change the URL to the Remote Web Access server in Windows Server 2012?

    Hallo!
    I have set up a Remote Dexktop Service using the "Quick" deployment method in Server Manager and everything is working greate internally, but I cannot start an app published in Remote Web Access from outside our network.
    The problem is that it wants to start the using the internal URL, for example, server.domain.local, instead of the external one, for example remote.server.com.
    I therefore want to know how I can change the default URL for the Remote Web Access server and all the Remote Web Apps in Windows Server 2012?
    I have allready looked in Server Manager and I can change some of the deployment settings in server manager, but there is no way to alter the URL of the Remote Web Access server. See below images:
    Pressing the internal URL only results in opening the internal URL.
    This was very simple to do in Windows Server 2008 R2 using the tsconfig tool, but it does not seam to be any way of solving this in server manager.
    A possible sollution would be to alter the registry someware in HKLM->Software->Microsoft->Windows NT->Terminal Services. But this can easaly lead to problems due to wrong format, etc. and is probably not supported.
    Is there a simpler and supported way?

    That option can be used to connect to any machine that you want.  The error message indicates that the client machine cannot resolve the name "server.domain.local" to an IP address that it can connect to.
    You have several options for configuring that tab on the RDweb site.  You can even remove it entirely. 
    Customization of RD Web Site
    RD Web provides a number of customization options for the RD Web interface, including the ability to control default Gateway server settings and redirection settings. These settings
    are controlled by editing the web.config file located in %SYSTEMROOT%\Web\RDWeb\Pages.
    Displaying Local Help
    To display local help for users instead of the web-based help, edit the LocalHelp value and change the value from false to true.
    <!-- LocalHelp: Displays local help for users, instead of the web-based help. Value must be "true" or "false" -->
    <add key="LocalHelp" value="false" />
    When this value is changed, a user that clicks on Help in the upper right corner of the RD Web login page will open the local help file instead of web-based help.
    Hiding the Connect to a Remote PC Tab
    The RDWeb page
    Connect to a Remote PC tab can be hidden from users to prevent connections to any servers through RD Web other than the servers configured in a collection. By default, this setting is set to true and the
    Remote Desktops tab is displayed. To hide the tab, set the value to false.
    <!-- ShowDesktops: Displays or hides the Remote Desktops tab. Value must be "true" or "false" -->
    <add key="ShowDesktops" value="true" />
    When the value is set to false, a user will not see the Connect to a Remote PC tab when logged on to the RD Web page
    RD Gateway Settings
    If the Connect to a Remote PC tab is enabled, an administrator can configure RD Web to use a Gateway server when connecting to remote computers. To specify a gateway, edit the below
    value with the name of the RD Gateway server:
    <!-- DefaultTSGateway: Admin can preset this to a given Gateway name, or set to "" for no gateway. -->
    <add key="DefaultTSGateway" value="" />
    The default authentication method for the RD Gateway server can also be configured by editing the following section of the web.config:
    <!-- GatewayCredentialsSource: TS Gateway Authentication Type.
    Admins can preset this.
    0 = User Password
    1 = Smartcard
    4 = "Ask me later"
    -->
    <add key="GatewayCredentialsSource" value="0" />
    Devices and Resources
    By default, only Printers and Clipboard are redirected on connections made using the Connect to a Remote PC tab. If the user clicks the
    Options << button, the redirection settings for a specific connection can be modified
    To configure each specified redirection option to be enabled or disabled by default, edit the following section in the web.config file:
    <!-- Devices and resources: Preset the Checkbox values to either true or false -->
    <add key="xPrinterRedirection" value="true" />
    <add key="xClipboard" value="true" />
    <add key="xDriveRedirection" value="false" />
    <add key="xPnPRedirection" value="false" />
    <add key="xPortRedirection" value="false" />
    LAN Experience Defaults
    Windows Server 2012 RD Web Access can display a new user selectable option for optimizing the connection for a LAN experience. This option is displayed at the bottom of the RD Web
    page and can be controlled by the administrator using the following section of the web.config file:
    <!--  Checkbox to opt for optimized LAN experience -->
    <add key="ShowOptimizeExperience" value="false" />
    <add key="OptimizeExperienceState" value="false" />
    This value is set to false by default, but when changed to true, the following checkbox will display at the bottom of the webpage. The LAN experience
    checkbox can also be set as enabled by default.
    Each setting can also be modified using the IIS Manager user interface:
    Don Geddes - SR Support Escalation Engineer - Remote Desktop Services - Printing and Imaging

  • Unable to add replication feature in sql server 2012 web edition

    Hi All,
    We are using SQL Server 2012, Web edition and when it was installed replication is not an added feature so I tried to add this feature but getting below error.
    Error: There are no SQL Server instances or shared features that can be updated on this computer.
    Description: The version of SQL Server instance MSSQLSERVER does not match the version expected by the SQL Server update. The installed SQL Server product version is 11.1.3000.0, and the expected SQL Server version is 11.0.2100.60
    And also please let me know how to identify the default file location of the setup file 'setup.exe' for SQL Server 2012 (Webedition, 64bit) Grateful to your time and support.
    I'm using "C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Update Cache\KB2777772\QFE\setup.exe" to add replication feature, please correct me if I'm wrong.
    Thank You.
    Regards,
    Kalyan
    ----Learners Curiosity Never Ends----

    It looks like you are trying to add Replication Components, however, you are using the Cumulative update package 5 setup, which is wrong.
    Note that you will not find the setup file for SQL Server on your file system, it will be on your installation media.
    To install SQL Server Replication Components, locate your installation media and run Setup.exe.  Select the add features to an existing instance option, select your instance, and add replication components.
    Brandon Williams (blog |
    linkedin)

  • Lost window, using published application on server 2012, when access it via web remote.

    Hi,
    We use an edi software installed on a Server 2012.
    When we use this software accessing the server by Remote Desktop, everything works normal.
    When we use the same software accessing the server by web access, (...softname/RDWeb/Feed/webfeed.aspx) where was published this soft application, we lost some windows after different actions.
    For example if I do a modification for a value in one specific window, after I click save, that window disappear but can appear again only if I click again anywhere on my desktop.
    In other words that window lost the focus and probably is still open under another window. Clicking again anywhere, will reactivate it and that window appear again.
    Can you please help me to find a solution to this problem?
    Thank You!

    Hi,
    For example if I do a modification for a value in one specific window, after I click save, that window disappear but can appear again only if I click again anywhere on my desktop.
    Would you please tell us which window and what has been modified specifically?
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • SQL Server 2012 Web synchronization option for SQL Server Merge Replication

    I have 2 servers for this:
    1. WIndows Server 2008 with SQL SERVER 2012
    2. Windows Web SErver 2008 With IIS 7 - and SQL Client Conectivity Tools installed
    https://192.168.100.8/sqlreplication/replisapi.dll?diag  i have the next results:
    Class Initialization test:
    Class Status
    ErrorCode
    replisapi.dll classes SUCCESS 0x0
    CLSID_SQLReplErrors FAILED 0x80040154
    replrec.dll classes FAILED 0x80040154
    msxml6.dll classes SUCCESS 0x0
    Where replrec.dll is supposed to be? On the WebServer or Database Server? And if the answer is on the Webserver, how can i install it?
    Thank you,
    biionut

    Hi biionut,
    Did you install SQL Server 2012 Replication Components on the IIS server?  The steps to install replication components are covered in
    How to: Install SQL Server Replication Components.
    Also, is your IIS server running 64-bit Windows?  If so you will need to allow 32-bit applications to run on the IIS server:
    cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
    Brandon Williams (blog |
    linkedin)

  • RDP via remote web workspace from Server 2012 R2 Essentials on Win 8 Client unable to connect to local printer.

    Hi,
    Having an issue redirecting to a local printer when using a remote desktop session initiated through from a Essentials 2012 R2 server via remote web workspace on a Win 8.1 client, it doesn't pick up the Local printer, or even give the option of which
    local resources to use on connection, just goes straight through and displays the remote desktop on connection.
    I know its not a server global policy issue as it works fine on a Win 7 client with the same user being able to print locally whilst in a RD session
    Any idea's as to how I can resolve this issue and enable local redirected printing or at least give me the options of specifiying which resources to connect on the local machine at the start of a session.
    It's complicated I think as the essentials box is acting as the gateway so I cannot setup a session directly, the certificates are all working correctly so I am confused as to whats causing the issue.
    Any help would be appreciated.

    Hi,
    Thank you for posting in Windows Server Forum.
    Please try to connect the printer with IP address and check the result. You can go through beneath article might helpful in your case.
    Windows Server 2012 Essentials : Add a Network Printer
    Try to change the selected print drivers:
    1.  Return back to the Devices and Printers window
    2.  Double click on your printer, and then double click on Customize your printer
    3.  Click on the Advanced tab, and change the print driver to the one we just installed.
    4.  If you wish, you can also click on the Sharing tab, and make the printer available.
    More information.
    Installing Network Printer to Windows Server 2012 Essentials
    Hope it helps!
    Thanks,
    Dharmesh

  • Migrating From Window Server 2003 to Window Server 2012 for Web server deployment and Developmemt Machine is on Window Server 2008

    Hi Microsoft Team,
    We need your urgent advice and that is also on priority:
    Issue Description: We need to migrate from
    WINDOW SERVER 2003 to WINDOW SERVER 2012 while the development activity will be carried
    under WINDOW SERVER 2008 as DEVELOPMENT BOX.
    .NET Framework Version: 3.5 ( For both DEVLOPMENT(WINDOW SERVER 2008) and WEBSERVER(to WINDOW SERVER 2012))
     IIS Version: 7.5 (For both DEVLOPMENT(WINDOW SERVER 2008) and WEBSERVER(to WINDOW SERVER 2012))
    Need your quick advice Is that configuration feasible for Development and
    Deployment (Web Server).
    Highly appreciate your response as this will depend which product we need to buy also if you feel any showstopper or concern. Please let us know.

    Hi,
    As suggested by Tim, in order to get better assistance, we can ask for help in the following IIS forum.
    IIS Forum
    http://forums.iis.net/
    In addition, regarding migrating from Windows Server 2003 to Windows Server 2012, the following blog can be referred to for more information.
    Step-By-Step: Active Directory Migration from Windows Server 2003 to Windows Server 2012
    http://blogs.technet.com/b/canitpro/archive/2013/05/27/step-by-step-active-directory-migration-from-windows-server-2003-to-windows-server-2012.aspx
    Best regards,
    Frank Shen

  • Web Access for Remote Desktop on Windows Server 2012

    Hello,
    i've a Windows Server 2012 without a domain. So i installed the remote desktop session host, the remote desktop license server and the remote desktop gateway as a server role only. All is working fine. Without a domain, no management tools for remote
    desktop are available. So i configure the remote desktop via the registry. I define (via registry) some remoteapps, too. All values are copied from a running Windows Server 2008 R2. So the remoteapps are runing.
    Now i want to use the new Microsoft Remote Desktop client for Android. To use a remoteapp i must define a remote resource. To define a remote resource i need a url to the web access for remote desktop. So i installed the web access. But if i login to the
    web access, i don't see any remoteapp. What's wrong? I've set the ShowInTSWA to 1. What must i do to access an existing remoteapp via web access?
    Martin

    Hi Martin,
    Server 2012 RD Web Access is designed to retrieve published RemoteApps and Desktops from a Server 2012 RD Connection Broker and/or a Server 2008 R2 RD Session Host server.  From your description it doesn't appear that you are using either of the above.
    I know it is a more complicated set up, but you should consider having a domain, creating a RDS deployment, etc., so that you can use the full featureset as it was intended.  You can do it all on a single server if needed.  For Server 2012
    there is a hotfix that needs to be applied to permit RD Connection Broker to work on the same server instance as active directory.
    -TP

  • Domain computers can't runt RD Web applications when connected from outside company – Windows server 2012 R2

    Hi Everyone,
    I have a question related to RDweb service.
    I have successfully installed RD web role on windows server 2012 R2.
    All went ok. I also installed a valid third party certificate.
    I can connect from outside to the server and run applications using any devices: Ipad’s, mobiles and laptops.
    The problem is that: Any Computer/Laptop that is joined on the domain can connect to RDWEB from outside the company BUT CAN'T RUN ANY APPLICATIONS. The RD session is taking long time it failes.
    Note that from inside the network is working.
    What it can be?
    Thank you in advance,
    Criss

    Hi,
    The internet connection from where I’m doing the tests is quite good. I think the error with the latency is not relevant because probably the computerRD gateway it doesn’t allow it and that way it fails with this error. For a computer that never been joined
    on the domain is working perfect no delay at all..
    We are using RD Gateway … installed everything on the same machine Windows server 2012 R2.
    When I click RemoteApp I see the remote the prompt of RD gateway, I click ok, then nothing happened for 2-3 min. after this time it brings the error with the delay.. OR “couldn’t connect on the remote computer because an error occurred on the remote
    computer that you want to connect to.”
    Again, the connection is failing ONLY when we try to connect from outside the company and it happened ONLY with the Computers that are joined on the Domain.
    EX: An user (with Office Laptop - joined on domain) can connect to RD Gateway and lunch the RemoteApp’s from inside LAN but when is leaving Home can’t run the Remote App;s. In the meantime he can connect and run RemoteApp’s with his private computer.
    What it can be different between the Office and his home private computer?
    For Outside users we’ve have open only port 443 on firewall. Why need to open UPD 3391?
    I’ve notice that if I take a laptop that is working and join it on the domain it will have the same issue. If will dis-join it will still have the same issue after all.
    Thank You

  • Unable to uninstall or remove ADFS Service Proxy and Web Agents from Server 2012

    I have a Server 2012 machine that's a primary host for company websites. An inexperienced developer (with FAR more access than he should've had; yes, epic fail) was able to install ADFS Service Proxy and ADFS 1.1 Web Agents (for SAML) on the server. He didn't
    complete the configuration, realizing he'd over stepped his boundaries. He did install the rollup update 3 to ADFS though. However, now I'm unable to uninstall the components. It's not listed in the updates and the option to remove from Roles/Features is grayed
    out.
    Any help would be awesome!

    Hi,
    Thank you for your sharing!
    Your post is very beneficial to other people who have similar issues.
    Please feel free to let us know if you encounter any issues in the future.
    In addition, here is a dedicated ADFS forum below:
    Claims based access platform (CBA), code-named Geneva Forum
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=Geneva
    Best Regards,
    Amy

  • Can't install Windows Server 2012 Web Application Proxy

    Hello,
     I'm using a Server 2012 R2 evaluation copy of windows. Windows is fully patched. I'm having trouble installing the Web Application Proxy using the Ms recommended method - when I use:
    https://technet.microsoft.com/en-gb/library/dn383662.aspx#BKMK_PSstep2
    The role service is not listed and if I use PowerShell "Install-WindowsFeature Web-Application-Proxy -IncludeManagementTools" I receive an error regarding an invalid role or feature name.
    My server has a certificate installed in the personal computer store with private key.
    What am I missing?
    Thanks
    IT Support/Everything

    Hi,
    Sorry for the delay reply.
    For Windows Server 2012R2 standard, we could see the web application proxy.
    Please check the image below:
    Regards.
    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 Support, contact [email protected]

  • Server 2012 R2 essentials url rewrite to exchange 2013 breaks remote web workplace

    Hi all
    Have a server 2012 r2 with essentials experience installed and an exchange 2013 sp1 on a member server.
    I have 2 certificates
    remote.domain.com for the essentials rww
    mail.domain.com for exchange owa
    I have added the administrator account to enterprise admins and have joined the exchange server with the essentials connector, so it appears on the dashboard.
    Both certificates are installed correctly.
    I have installed ARR 3.0 and created a serverfarm mail.domain.com and accepted that it created url rewrite for me.
    Server farm does not have ssl offload enabled.
    The url rewrite is setup like this:
    Requested url: matches pattern, Using: Wildcards, Pattern *
    Conditions: Match All, Input: HTTPS, Type: Matches the pattern, Pattern: ON
    Action: Route to server farm
    Scheme: https://, Server farm: mail.domain.com, Path: /{R:0}
    Stop processing of subsequent rules: checked
    Now pointing protokol 443 til the IP of the essentials server and navigating to https://mail.domain.com/owa brings the owa logon page with my trusted server certificate and all.
    Everything works fine.
    If I then navigate to https://remote.domain.com/remote then the webpage should show the login to the essentials remote web workplace. 
    But instead it shows a some what crippled version, like forms and pictures missing and it is obviously not working.
    Trying to troubleshoot i changed the url rewrite from wildcards to exact match and put owa into the pattern field.
    Then my remote web workplace showed up correctly with the matching certificate and all was fine.
    But now owa shows a 404 directory not found.
    I guess I need some help on this.
    Somehow that server farm and the url rewrite, messes up my default website, with the remote site.
    Much appreciated...
    \Lars

    Lars,
    RE-Run the WSE wizard to reset the Internet settings.
    Remove ARR and URLReWrite.
    Once removed reboot.
    Install ARR and URLReWrite again by downloading.
    Do NOT configure any farm settings.
    Use the ARRConfig utility that comes with WSE:
    http://technet.microsoft.com/en-us/library/jj200172.aspx
    That TN page explains how to run the utility. Make sure you have exported the mail certificate including Public Key and Extended Properties first.
    Philip Elder Microsoft Cluster MVP Blog: http://blog.mpecsinc.ca

Maybe you are looking for

  • Integration between Oracle BPM and RTD(rule engine)

    Hi, I have Oracle BPM - 10.3.2.0.0  Build 100141 Oracle RTD(rules engine) - 3.0.0.1 Please let me know whether the versions of RTD and Oracle BPM mentioned above can be integrated with each other. How the interaction between Oracle BPM enterprise and

  • Very Critical....Barcode Configuration..Plz Help....

    Hi SAP Gurus.... Could you all plz help me to map in SAP..MM..Its very critical need to provide solution to my client ASAP 1.     Client procures two types of products from ABC Dubai namely, A and B products. 2.     The products under warranty are be

  • Oracle VM 3.1 into VirtualBox how-to

    I'm trying for a testing to install latest Oracle VM release into VirtualBox. Host: VirtualBOX 4.1.16 Guests: Oracle VM Manger (3.1.1) Guests: Oracle VM Server (3.1.1) Guests: Oracle VM Server (3.1.1) Can I simulate a shared storage between the two V

  • Recover a deleted recording after a save

    Help!! I only realized after a save that I'd accidentally deleted the whole first half of my main narrative track. I've been working on this file for several days and was wondering if garageband saves earlier versions of a file, like word does, that

  • Bapi_Quotation_Createfromdata_Input: Cannot add an Order_Partners node

    Hi!!! I have a Development component that creates quotations with BAPI Bapi_Quotation_Createfromdata_Input for R/3, but I have problems creating a node for order partners. Here is the code:   public void wdDoInit()     //@@begin wdDoInit()     //$$be