11gR2 mappings to SQLServer via gateway

Hi all,
we are evaluating the dataloading from SQLServer 2005 either via code template or via gateway (both cost a fortune in licences). The code template runs well but I don't know how to pass a dynamic filter criterion (e.g. a date) derived from the Oracle database. So there is a preference for the gateway but when validating a traditional mapping with a source table from a gateway module I'm getting the following message:
VLD-1151: Operator CALLDETAIL is bound to an object contained in native heterogeneous module SQLSERVER_LOCATION.
The detailed explanation (unfortunately it's not possible to copy it here) says that Oracle objects cannot directly access objects residing in native HS modules. I should use a template mapping. What does this mean? Does OWB enforce the use of code templates although there is a more efficient way which worked well until now? Or do I miss a configuration step?
I need a simple "insert into <locale table> select ... from <sqlserver table>@<gateway DB link>". How to achieve this via OWB.
regards
Thomas

Hi David,
the source tables are stored in a module under the Database/SQL-Server node which can have a location either of type "Native Database Connection" or "SQL Server Gateway". I created both types in order to test the CT implementation with the native location and the gateway implementation with the gateway location. Both cannot be accessed by Oracle. But the native location works for the CT implementation. But when using the tables from the gateway location (with whichever LCT) I get on validation:
VLD-1339: The source location of execution unit SQL_SERVER_GATEWAY_LOC_EU cannot be determined.
The source operator(s) in this execution unit may not have a valid location (such as a constant operator), or the source operator(s) are not bound to location(s) that can be accessed using JDBC (such as a table operator bound to a SAP system).
What do you mean with "+if you are building a traditional mapping that uses gateways, the module must be Oracle accessed/typed (Oracle or Oracle Database Gateway+"? This is an insolvable requirement for the source module as I described below.
1. We don't want to use a CT mapping for a gateway access. My client want to pay just one of the expensive licenses. And it worked in former releases without CT.
2. Effectively, I don't get it running neither in the traditional mapping nor in the CT mapping.
3. I want an ordinary INSERT statement generated. If OWB cannot do the job I must workaround it with a hardcoded procedure. It seems that OWB wants to force the users to implement CT's where it wasn't necessary until now.
some more ideas?
best regards
Thomas

Similar Messages

  • Oracle to/from SQLServer via XML

    hi,
    we are trying to make an Oracle application exchange data with
    an Application using SQLServer via XML. we have Oracle 8i. is
    this concept going to work ?
    i am an Oracle Designer/Developer. what do i need to learn in
    terms of technology ?
    thanks.

    I think you can >>make<< this work.
    A good start when looking for information is the book "Building
    Oracle XML Applications" by Steve Muench
    (http://www.oreilly.com/catalog/orxmlapp/). Its practical and
    when you get to the details of XML and XSLT, there are a lot of
    other more specialised books.
    With regard to the programming environment you can use several
    languages, PL/SQL, Java, C or C++. For most Oracle developers,
    PL/SQL is the easiest, but the XML development kit for PL/SQL
    does not have all the features of the others. Check this out
    first.
    Also, try to estimate the size of your XML files and whether or
    not you need to apply transformations. People on this forum have
    reported problems processing large XML files, but these problems
    also depend on the hardware used. Search this forum.
    Last, use the w3c version of XSLT, not Microsofts own dialect.
    hope this helps, Bart
    hi,
    we are trying to make an Oracle application exchange data with
    an Application using SQLServer via XML. we have Oracle 8i. is
    this concept going to work ?
    i am an Oracle Designer/Developer. what do i need to learn in
    terms of technology ?
    thanks.

  • Adding additional FX0 ports on uc540 via gateways

    Hi,
    Our sales rep has sold a UC540W-BRI-K9 to a customer but the customer doesn't have any BRI connections, they use PSTN lines.
    The issue is that they have 7 PSTN lines. We can purchase a 4 port FXO interface card but it's not enough to connect all the PSTN lines because the UC540 has only one expansion port..
    I guess the only option is to purchase a gateway device to allow the additional FXO.
    My question is, which media Gateway is supported on the UC540 via CCA programming?
    I know that SPA8800 is supported on the UC540 with the new software pack but it's only for the FXS ports.
    Are there any other devices?
    Regards
    Raymond

    Hi,
         I am looking for possible solutions for adding an additional FXO line to a UC540 as well.  Mine already has the additional VIC2-4FXO module and all FXO ports are used.  From reading the Manuals, Release Notes, and Forums, it sounds like the 8800 will only support additional FXS ports.  I have not found a solid answer as to why that is.  It seems like it would be a hardware/platform overload issue for the UC540 to support more than 8 FXO lines.  Is this assumption accurate or is there something we can do about it? 

  • Internet Links via Gateway using proxy?

    Does anyone know how to open the internet links through the Gateway with
    using proxy?
    If it is worked, how to include/exclude particular URL/domain/subdomain(s)
    in order to use/not use the gateway proxy?
    Thanks....
    Jay

    Have a look at the page of the admin console under Gateway Management/Manage Gateway Profile. There are four fields which affect how the gateway uses proxies: DNS Domains and Subdomains, Use Intranet Web Proxy, Use Web Proxy Enabled and Don't Use Web Proxy Enabled.
    In DNS Domains and Subdomains, you can list all the intranet domains and subdomains that will be accessed via specific proxies. The syntax for each line is
    domain_name [web_proxy1:port1] | subdomain1 [web_proxy2:port2] ...
    On the first line you specify the default domain and subdomain. Any requested URL's that do not include a subdomain and domain are treated by the gateway as belonging to this subdomain and domain for URL rewriting and proxying purposes.
    On the last line, you can specify something like '* myproxy:8080', which says that all domains/subdomains other that those listed on lines above will be accessed via the proxy 'myproxy' on port 8080.
    (Have a look at chapter 8 of the Administration Guide for examples of these entries.)
    If a proxy is indicated for a requested URL by the entries in this list, the gateway will access the URL via the nominated proxy subject to the following conditions:
    If you check Use Intranet Web Proxy, the gateway will use the proxy unless you've put the URL in the Don't Use Web Proxy Enabled list, in which case it will send the request directly.
    If you haven't checked Use Intranet Web Proxy, the gateway will use the proxy only if you have entered the URL in the Use Web Proxy Enabled list, otherwise it will send the request directly.
    Stephen

  • OMWB  migrating IBM UD2/MVS via gateway on UDB V6.1

    we would like to migrat a DB2 on OS/390 via a UDB V6.1 gateway to Oracle 9i
    First, we have sucessfully connected via the same JDBC that OMWB is using to the DB2 on OS/390 and we have succesfully migrated a local database on a NT/UDB but when using OMWB, which the via JDBC connects to the UDB which again connects to the via a gateway to the DB2 on OS/390, the OMWB continues to say that the we need a user with DBADM, and the user have same rights as DBADM, how come ???
    Have any other tried this way...any sugestions on alternativs..
    FLemming

    The reason is that when the Workbench is migrating a source database it first extracts a copy of the database metadata (system data dictionary) to establish its source model. It then maps what it finds to an Oracle equivalent. Taking a copy of the system data dictionary is our best way to get all the information we need. Why this works via JDBC, is that JDBC interfaces with the SQL layer of DB2, it recognises that these tables are remote and routes the request to DB2/390. I don't think data about the remote tables (i.e. structure) is kept in the local system data dictionary.
    Donal

  • Remote Desktop Connection Client 9.3.9600 unable to connect to Server 2012 RDS via Gateway

    Hi,
    I have a Windows Sever 2012 R2 RDS environment with two Gateways servers configured in high availability mode (RD Web Access, RD Gateway, RD Connection Broker roles installed) and four Windows Server 2012 R2 RDS Session Hosts. The servers are all running
    the most recent public server updates. With this configuration I when connecting externally using a Windows 7 computer with the older Remote Desktop Connection client (6.1.7601) I am able to connect without any problems however when I try connecting with a
    newer client from a computer running Windows 8.1 and the 9.3.9600 client I am unable to connect. 
    At the moment a NAT rule is configured to pass 80/443 traffic to only one of the RDS gateway servers, I've removed our load balancer from the configuration for the moment to reduce the complexity. 
    No error is generated by the client when it tries to connect it just stops trying to connect after a while.
    On the Gateways servers event logs for 
    Things I have looked into so far.
    - I've double and triple checked the RDS configuration and checked it against one of my other clients configurations that is working and they are identical. 
    - Connecting from an older client version works fine.
    I'm not sure what else can be checked does anyone have any ideas?

    Hi,
    1. What entries are you seeing in the RD Gateway's log?  Event Viewer\ Applications and Services Logs\ Microsoft\ Windows\ TerminalServices-Gateway
    2. How come you are not forwarding UDP port 3391 in addition to TCP port 443?  It should work without UDP, but you will not have UDP support which is one of the benefits of RDP 8.0/8.1.
    3. Are there any non-default group policy settings being applied to the servers and/or client PCs?  To be clear, I'm asking if any changes have been made to the default local and domain security policies, group policy objects, new GPOs that may have
    been added, etc., that are applicable to the servers and or client PCs.
    -TP

  • 05Q2 authentication-less desktop via gateway

    Hello all,
    I enabled the authentication-less desktop to be accessed through the gateway (added /portal/dt to non-authenticated url's and restarted the gateway).
    However, I would now like that when users access the gateway URL, they are redirected to the authentication-less desktop. When a user now accesses the gateway, he get's the access manager login page...
    Do you know of a way to do that? I would expect that the core authentication module (under service configuration) needs to know that users should be redirected to the portalserver /portal/dt instead of the accessmanager login page.
    Thanks for your input.
    Regards, Robert

    Hello Jerry, thanks for your response.
    My intention is for users to access the gateway URL (http://gateway/) and are redirected to the anonymous portal (https://gateway/http://portal:8080/portal/dt). At this time no authentication has taken place.
    I think the default succes login url does not work in this situation because the user is not authenticated yet. The user gets the AM login page. I would expect that the gateway has an option to redirect the user to a specific page. The standard success url already points to the portal desktop. I will try to add the gateway URL, see what happens :-)
    But is sure is tricky, because in the situation where the portal infra contains more then one portal server the success url should be able to point to more then one portal server. It isn't possible to use variable names for the portal url, is it?
    Regards, Robert

  • How to manage port 80 hosts via gateway - gateway vpn (rv220w)

    I replace our aging rv082 routers with wireless rv220w routers. The gateway to gateway vpn works great, however I am no longer able to manage our print servers port 80 management page. I can ping any host with success, and I can manage hosts that have a port 10000 or 8000 web interface - but no port 80 ones... I had no issues when using the old rv082 routers...

    I replace our aging rv082 routers with wireless rv220w routers. The gateway to gateway vpn works great, however I am no longer able to manage our print servers port 80 management page. I can ping any host with success, and I can manage hosts that have a port 10000 or 8000 web interface - but no port 80 ones... I had no issues when using the old rv082 routers...

  • "Wrong" User is used for getting Data via Gateway

    Hi experts,
    simple question:
    I have created a view which included a oDataModell, done like this:
    onInit: function() {
    var odataUrl = "/sap/opu/odata/sap/ZWWW_XXX/";
    var odataUser = "remoteuser";
    var odataPass = "pass";
    var oModel = new sap.ui.model.odata.ODataModel(odataUrl, false, odataUser, odataPass);
    sap.ui.getCore().setModel = oModel;
    this.getView().setModel(oModel);
    This is deployed in my Gateway Server (extra system), which will then gets the data from my SAP system.
    When I log on to my BSP page, I use my "normal" user (MFALLEN), perfect. Now, when the view needs the data, I am logged in to my SAP system also with my user (MFALLEN), not with my remoteuser (remoteuser) which I have added to the oModel.
    Is this the normal behaviour? Or am I doing something wrong? I want to use the remoteuser...
    Thanks
    Michael

    Could actually someone point me out if the second argument is mandatory?
    Yes, it is mandatory.
    The database has to know which encoding is used for the input file in order to load it correctly and convert data to the db charset (if necessary).
    If you don't know the encoding of the file, you can always assume one such as UTF-8, or the db charset itself that you can specify using nls_charset_id('CHAR_CS').
    That being said, the error you get is not expected. You should have received this :
    SQL> select xmltype(bfilename('DATA_DIR', 'units.xml')) from dual;
    select xmltype(bfilename('DATA_DIR', 'units.xml')) from dual
    ERROR at line 1:
    ORA-06553: PLS-306: wrong number or types of arguments in call to 'XMLTYPE'
    which is much more clear.
    So I guess there's another problem going on here. You should report it to Oracle Support.

  • Problem retrieving Apps info via Gateway

    I've installed 10g Disco Desktop and Admin.
    Both have the gateway info (ie: applsyspub/pub - apps) correctly applied.
    In Admin, if I go to: Tools -> Security and put in an Apps user, it sees it fine and I can apply it to a business area.
    In Admin, if I go to: Tools -> Privileges, I've set the same Apps user with all sorts of good power including admin.
    However, when connecting to Admin or Desktop and putting in the Apps user, it does not connect and only seems to work with database users.
    The Tools -> Options -> Connection is set to allow both types of users.
    Is there a process I'm not aware of that enforces the gateway connection, etc. as I would have thought this should work due to only client / server versions at this point.
    Thanks.
    Russ

    Hi Russ,
    Firstly, you need to create an Apps mode EUL to be able to connect as an Apps user. When you have an Apps mode EUL you should be able to connect as an Apps user, the EUL owner but not with any other database users.
    What error message do you get when you attempt to connect as an apps user? Have you checked that you can connect using you gateway connection username/password using sqlplus?
    Rod West

  • SCOM Agents in DMZ via Gateway Server

    I need to monitor all the web servers in our DMZ by placing a Gateway Server between them and SCOM RMS.
    Jus a  simple Question I have ................do I need to install certificates on all my web servers in DMZ to talk to SCOM Gateway Server or not????
    If I need certificates on all my DMZ webservers then what is the purpose of a gateway server?
    thanx

    Hi There,
    The certificate installation depends on the scenario.
    Scenario 1# If the Gateway server is in domain but, the servers in DMZ are not part of domain. We need certificate for each server to create Trust with Gateway server. Otherwise Gateway may not authenticate agent servers due to domain mismatch. And AD authentication
    is must while installing Agents.
    Scenario 2# If the Gateway Server and Agent Servers are in same domain in DMZ. In this scenario we need to have certificate only for Agent Servers not for Agent Servers, as the agents will be authenticated using AD (due to same domain).
    Scenario 3# If none of the Gateway server or Agent Server are in Domain. This case we need to issue certificate for each Server, including Gateway Server. This scenario the Gateway server will work as a mediator for communication only(in a Manner of speaking).
    Be sure that Gateway server concept can be avoided with servers DMZ and not in domain, but this will increase the security risk by authorizing multiple endpoint rules in firewall.
    Below link will give you more info about Gateway servers and its uses.
    http://technet.microsoft.com/en-us/library/hh212823.aspx
    http://technet.microsoft.com/en-us/library/hh230684.aspx
    Thanks,
    Goutam Nepak

  • Oracle 11gR2 - RAC to RAC replication via SAN

    Hi,
    Anyone there experience before on Oracle 11gr2 RAC to RAC via EMC SRDF setup? Please share some information and also provide links if there is any white paper/technical paper.
    Thanks
    Edited by: 858013 on May 11, 2011 12:10 AM

    In SAN replication, the database instance at the remote site cannot be started up and running as the SAN cannot allow read-write access to the filesystems.
    When the primary site goes down, you simply issue a STARTUP at the remote site --- provided that the SAN replication has guaranteed write ordering, else you will have a corrupted database. That is why it is very important to talk to your SAN storage vendors to get the replication setup correctly.
    (If the replication is correctly done, the STARTUP will "see" that the database files are fuzzy and that the onlin redo log files are available and attempt an Instance Recovery -- as if the instance / server had crashed or suffered a shutdown abort).
    Hemant K Chitale

  • Insert/Update On Oracle to MS SQL Server Gateway

    I have been successful in creating a gateway between Oracle and SQL Server.
    Everything works fine for a Select Stmt.
    But not for an Insert or Update,
    I get a message about a "Read Only Cursor".
    I have setup a HS_TRANSACTION_LOG table in the SQL Server DB. The user that I created the table with is the same as the user in the "tg4msql" file for recovery. The table has also been granted PUBLIC Access.
    What am I missing?
    MESSAGE:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Transparent gateway for MSSQL]FOR UPDATE cannot be specified on a READ ONLY cursor.

    Hi,
    I don't think the 32 vs. 64 bit is the issue. Have you tried checking OSS note: 512739. It describes the prerequisites for accessing MS SQLServer via DB Connect. Normally problems occurs due to unsupported data types being used in SQLServer - in such cases you have to create views in the source system and then use these views instead of the actual database tables. In the view you can perform the necessary data type conversion.
    Hth,
    Jacob

  • Remote session via RDGW fine with Windows - not possible with Mac ...?

    Hi,
    I've configured a fresh single RDS Server (all roles on one Server including Gateway) based on Windows Server 2012 R2. Everything works fine when we use Windows 7 with current RDP Client to connect via Gateway/HTTPS.
    When we use a Mac (OS X 10.9.3) with current Version of "Microsoft Remote Desktop" (8.0.7), no RDP Connection is established. Error message: "Unable to connect to remote PC. Please verify ...". Login on <external.domain.name>/rdweb
    works fine and I'm able to download the .rdp-file and open it with Microsoft Remote Desktop, but after a few seconds the error above appears.
    I did some traffic analyzing on our Firewall and it seems that the Mac try to connect on port 3389 on the public ip of the RDS Server, which is blocked. I manually configured a RDP Connection with Gateway - same error. The log of Microsoft Remote Desktop:
    [2014-May-22 11:58:30] RDP (0): Final rdp configuration used: gatewayhostname:s:<external.domain.name>
    screen mode id:i:2
    use multimon:i:1
    session bpp:i:32
    full address:s:<external.domain.name>
    audiomode:i:0
    username:s:
    disable wallpaper:i:0
    disable full window drag:i:0
    disable menu anims:i:0
    disable themes:i:0
    alternate shell:s:
    shell working directory:s:
    authentication level:i:2
    connect to console:i:0
    gatewayusagemethod:i:1
    disable cursor setting:i:0
    allow font smoothing:i:1
    allow desktop com:1
    redirectprinters:i:1
    bookmarktype:i:3
    use redirection server name:i:1
    loadbalanceinfo:s:tsv://MS Terminal Services Plugin.1.<name>_RDS
    [2014-May-22 11:58:30] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-May-22 11:58:30] RDP (0): lo0 af=18  addr= netmask=
    [2014-May-22 11:58:30] RDP (0): lo0 af=30 (AF_INET6)  addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-May-22 11:58:30] RDP (0): lo0 af=2 (AF_INET)  addr=127.0.0.1 netmask=255.0.0.0
    [2014-May-22 11:58:30] RDP (0): lo0 af=30 (AF_INET6)  addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-May-22 11:58:30] RDP (0): gif0 af=18  addr= netmask=
    [2014-May-22 11:58:30] RDP (0): stf0 af=18  addr= netmask=
    [2014-May-22 11:58:30] RDP (0): en0 af=18  addr= netmask=
    [2014-May-22 11:58:30] RDP (0): en0 af=30 (AF_INET6)  addr=<address>%en0 netmask=ffff:ffff:ffff:ffff::
    [2014-May-22 11:58:30] RDP (0): en0 af=2 (AF_INET)  addr=<address> netmask=255.255.255.0
    [2014-May-22 11:58:30] RDP (0): en0 af=2 (AF_INET)  addr=<address> netmask=255.255.255.0
    [2014-May-22 11:58:30] RDP (0): en1 af=18  addr= netmask=
    [2014-May-22 11:58:30] RDP (0): fw0 af=18  addr= netmask=
    [2014-May-22 11:58:30] RDP (0): en2 af=18  addr= netmask=
    [2014-May-22 11:58:30] RDP (0): bridge0 af=18  addr= netmask=
    [2014-May-22 11:58:30] RDP (0): p2p0 af=18  addr= netmask=
    [2014-May-22 11:58:30] RDP (0): --- END INTERFACE LIST ---
    [2014-May-22 11:58:30] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-May-22 11:58:30] RDP (0): client version: 8.0.24875
    [2014-May-22 11:58:30] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-May-22 11:58:30] RDP (0): correlation id: 7a0a5e55-c35a-c642-882e-788a487a0000
    [2014-May-22 11:58:30] RDP (0): Resolved '<external.domain.name>' to '<external ip address>' using NameResolveMethod_DNS(1)
    [2014-May-22 11:58:38] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-May-22 11:58:38] RDP (0): ------ END ACTIVE CONNECTION ------
    I remember that there was an issue to establish SSO based on DNS resolve (external Domain Name to internal ip address via Gateway Connection); but we resolved this with a new DNS Zone. But why is it fine on Windows, but not on Mac OS X with Microsoft
    Remote Desktop? I wondering why the MRD is not using the Gateway Connection to resolve the RDP host ... ?
    Many thanks,
    Erik

    And log from situation 1:
    [2014-Jun-03 14:43:36] RDP (0): Final rdp configuration used: redirectcomports=0
    disable themes=0
    allow font smoothing=1
    session bpp=32
    negotiate security layer=1
    disable wallpaper=0
    full address=rds.something.com
    rdgiskdcproxy=0
    [email protected]
    disable cursor setting=0
    gatewayusagemethod=2
    use redirection server name=1
    compression=1
    gatewayprofileusagemethod=1
    keyboardhook=2
    remoteapplicationmode=0
    allow desktop composition=1
    connection type=6
    alternate full address=rds.something.com
    drivestoredirect=*
    gatewayhostname=gw.something.com
    displayconnectionbar=1
    networkautodetect=1
    redirectposdevices=0
    gatewaycredentialssource=0
    screen mode id=2
    bitmapcachepersistenable=1
    disable full window drag=0
    shell working directory=
    workspace id=rds.something.com
    redirectprinters=1
    kdcproxyname=
    redirectclipboard=1
    use multimon=0
    disable menu anims=0
    prompt for credentials=0
    authentication level=2
    audiocapturemode=1
    audiomode=0
    autoreconnection enabled=1
    enableworkspacereconnect=0
    bandwidthautodetect=1
    alternate shell=
    videoplaybackmode=1
    promptcredentialonce=1
    redirectsmartcards=0
    winposstr=0,3,0,0,800,600
    devicestoredirect=*
    loadbalanceinfo=tsv://MS Terminal Services Plugin.1.something
    [2014-Jun-03 14:43:36] RDP (0): Final rdp configuration used: gatewayhostname:s:gw.something.com
    screen mode id:i:2
    use multimon:i:0
    session bpp:i:32
    full address:s:rds.something.com
    audiomode:i:0
    username:s:[email protected]
    disable wallpaper:i:0
    disable full window drag:i:0
    disable menu anims:i:0
    disable themes:i:0
    alternate shell:s:
    shell working directory:s:
    authentication level:i:2
    connect to console:i:0
    gatewayusagemethod:i:1
    disable cursor setting:i:0
    allow font smoothing:i:1
    allow desktop com:1
    redirectprinters:i:1
    bookmarktype:i:3
    use redirection server name:i:1
    loadbalanceinfo:s:tsv://MS Terminal Services Plugin.1.something
    [2014-Jun-03 14:43:36] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Jun-03 14:43:36] RDP (0): lo0 af=18  addr= netmask=
    [2014-Jun-03 14:43:36] RDP (0): lo0 af=30 (AF_INET6)  addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Jun-03 14:43:36] RDP (0): lo0 af=2 (AF_INET)  addr=127.0.0.1 netmask=255.0.0.0
    [2014-Jun-03 14:43:36] RDP (0): lo0 af=30 (AF_INET6)  addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Jun-03 14:43:36] RDP (0): gif0 af=18  addr= netmask=
    [2014-Jun-03 14:43:36] RDP (0): stf0 af=18  addr= netmask=
    [2014-Jun-03 14:43:36] RDP (0): en0 af=18  addr= netmask=
    [2014-Jun-03 14:43:36] RDP (0): en0 af=30 (AF_INET6)  addr=fe80::288:65ff:fe37:7788%en0 netmask=ffff:ffff:ffff:ffff::
    [2014-Jun-03 14:43:36] RDP (0): en0 af=2 (AF_INET)  addr=192.168.21.114 netmask=255.255.255.0
    [2014-Jun-03 14:43:36] RDP (0): en4 af=18  addr= netmask=
    [2014-Jun-03 14:43:36] RDP (0): bridge0 af=18  addr= netmask=
    [2014-Jun-03 14:43:36] RDP (0): p2p0 af=18  addr= netmask=
    [2014-Jun-03 14:43:36] RDP (0): --- END INTERFACE LIST ---
    [2014-Jun-03 14:43:36] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Jun-03 14:43:36] RDP (0): client version: 8.0.24875
    [2014-Jun-03 14:43:36] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Jun-03 14:43:36] RDP (0): correlation id: 9c3a9777-747c-704c-86d1-1ace1eef0000
    [2014-Jun-03 14:43:36] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Jun-03 14:43:36] RDP (0): ------ END ACTIVE CONNECTION ------
    Seems to have disappeared "workspace id=" or is it all right?

  • Slow RD connection to server via RD Gatway if NLA is disabled on the server

    If I disable NLA on a server (tried on 2 different servers), the rd connection (via gateway only) is much slower (over 1 min to get to the logon screen).
    RD Gateways are 2012R2, hosts are 2012 and 2012 R2.
    Re-enabling NLA fixes the issue. Any ideas?
    Dario Palermo

    Hi Dario,
    Putting the gatewayusagemethod:i:1 in the .rdp file will force the RD Client to use the gateway always and thus speed up the connection time. When connecting from the Internet, as a test, please uncheck Bypass RD Gateway server for local addresses in the RD
    Client options--Advanced tab--RD Gateway settings.
    Please try “Require user authentication for remote connections by using Network Level Authentication” policy setting under below path.
    Computer Configuration\Policies\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Security
    Configure Network Level Authentication for Remote Desktop Services Connections
    https://technet.microsoft.com/en-us/library/cc732713.aspx
    Addition you can check for “Network security: LAN Manager authentication level”
    https://technet.microsoft.com/en-us/library/cc738867(v=ws.10).aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    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]

Maybe you are looking for