Network Link Conditioner on select interfaces?

Is there any way to set the Network Link Conditioner to only affect a specific interface? I'd like to have it only affect my wireless so my wired network and localhost are unaffected.

Is there any way to set the Network Link Conditioner to only affect a specific interface? I'd like to have it only affect my wireless so my wired network and localhost are unaffected.

Similar Messages

  • Network Link Conditioner to control Wi-Fi

    I just finished installing and testing Network Link Conditioner that comes with Mac OS X Lion and Xcode4.1. It works great locally on the Mac, i.e. when I use the Internet connection that Network Link Condition is limiting directly.
    However, when I create a Wi-Fi network on the Mac and share with it the Mac's Internet connection, Network Link Conditioner blocks Internet access to the Wi-Fi network completely. When Network Link Conditioner is turned off, the phones that are connected to the Wi-Fi network are able to browse the Web without issues. But when I turn Network Link Conditioner back on, the phones lose Internet connectivity.
    Does this mean NLC cannot be used to test actual iOS devices and is only useful when testing using the Simulator? Or is there a workaround for this?
    Thank you.

    I think the problem is caused by packets entering the firewall multiple times, inappropriately.  This normally might be corrected via some MAC layer 2 filtering rules in ipfw, but those features are not present within ipfw as it appears in Mac OS X.
    Note that Mac OS X Lion uses natpmpd for NAT in Internet Sharing, while Mac OS X Snow Leopard uses natd.  These NAT solutions operate with different technical consequences, some of which affect the firewall rules used by Network Link Conditioner.
    In the interim, I've found an acceptable, if not ideal solution.  Instead of allowing Network Link Conditioner to create ipfw rules that modify every packet on every interface, modify the rules to only trap inbound packets traversing from the bridged interface to the LAN interface, and vice versa for outbound packets.  After all, if you're testing simulated network conditions on attached WiFi devices, you only need to degrade network conditions for those devices, and you don't need (or probably want) your Mac's internal Internet connection to be affected.
    I've created a script that can be executed to automatically fix the appropriate ipfw rules in Mac OS X Lion.  It needs to be executed as root every time you select a new profile in Network Link Conditioner.  Or, run it once in polling mode ( '-p' ), and it will run in the background and detect and fix Network Link Conditioner firewall rules automatically.  It needs to be run as root because ipfw can only inspect and modify rules from an account with root privileges.
    The script is located here: https://gist.github.com/1870945
    If you want to perform the same logic manually, simply look for rules in the following format using 'ipfw list':
    00100 pipe 40269 ip from any to any in
    00200 pipe 40270 ip from any to any out
    Replace them with rules in the following format, assuming that en0 is your LAN connection and en1 is your bridged WiFi connection:
    00100 pipe 40269 ip from any to any xmit en1 recv en0 in
    00200 pipe 40270 ip from any to any recv en1 xmit en0 out
    To perform the above modifications, issue the following commands:
    ipfw delete 100 200
    ipfw add 100 pipe 40269 ip from any to any xmit en1 recv en0 in
    ipfw add 200 pipe 40270 ip from any to any recv en1 xmit en0 out
    You might need to reset your host and/or client WiFi connections before the modified rules work properly, as the firewall maintains packet state that sometimes directs packets according to previous firewall rules.
    Note that in order for ipfw to allow rules to be created that span interfaces, you might have to modify the 'scopedroute' property to be disabled.  Unfortunately, Mac OS X Lion has made this property read-only, and you can no longer modify the property by performing the following command, which works in Snow Leopard:
    sudo sysctl -w net.inet.ip.scopedroute=0
    If you find yourself needing to fix this problem in order for Network Link Conditioner to work with bridged connections in Mac OS X Lion, read the following link for a solution on how to modify 'scopedroute':
    http://pastebin.com/NzAARKVG
    Also note that after having implemented all of the above, sometimes the connection seems to freeze for several seconds at a time, after which it resumes normally.  You can disable/reenable WiFi on the client to correct the situation immediately, or just wait it out.  It's an unfortunate side-effect of not having all the necessary tools to direct packets properly in Mac OS X Lion.

  • Network Link Conditioner installed successfully but doesn't have an effect

    Hi community,
    i installed Network Link Conditioner while Mountain Lion has been Beta.
    I see the Network Link Conditioner Pane in my Preferences but if i turn on the effect with the toggle nothing happens. I setup a no connectivity profile to test it and Safari, my own application i want test and the iPhone simulator as well are able to open web pages.
    It seems, that the version i had installed has no effect on the network stack?
    However, i downloaded the latest version but im unable to uninstall the Network Link Conditioner.
    If you have any suggestions i would be happy to know them.
    I don't want to reinstall my system just for setting up Network Link Conditioner but i really need it for testing purposes.

    I had the same problem but it was my mistake that I downloaded the "Network LInk Conditioner" of Mountain Lion where as i am usling Lion OSX . Actually in https://developer.apple.com/downloads/index.action , there are two links for download and there is specified the OS also . I checked and download again for Lion and it isworking fine .

  • Network Link Conditioner?

    What is Network Link Conditioner? & what does it do?, it was in My Utilities Folder & I Clicked The Link & it Installed on My iMac Computer in My System Preferences & I Wanted to know what it is? & What it does? & should I Turn it on? or leave it off?

    You can read about it here:
    http://9to5mac.com/2011/08/10/new-in-os-x-lion-network-link-conditioner-utility- lets-you-simulate-internet-and-bandwidth-conditions/
    And no, you don't need it - only really if you are a developer for apps, etc. Don't turn it on - just leave it.
    How did you get it? I don't have it, but I don't have Xcode either.

  • Network link conditioner profiles

    Hi,
    Network link conditioner has a series of pre-defined profiles ( '3G - Good',  '3G - Lossy Network', etc). I was wondering where those profiles values are based on.
    It seems that loss, latency and bandwidth are suposed to be some estimation on average real-world scenarios. Is this the case or is there some study or report to backup those values. I would like to know if there was.
    Thanks,
    Dinis.

    You can read about it here:
    http://9to5mac.com/2011/08/10/new-in-os-x-lion-network-link-conditioner-utility- lets-you-simulate-internet-and-bandwidth-conditions/
    And no, you don't need it - only really if you are a developer for apps, etc. Don't turn it on - just leave it.
    How did you get it? I don't have it, but I don't have Xcode either.

  • Import Data over network link in oracle 11g

    We want to take export of the OND schema in production database and
    import it to the OND schema in UAT database over a network
    link by using data pump,in Oracle 11g.Kindly share the steps.

    Scenario:
    Directly importing the TEST01 schema in the production database (oraodrmu) to test database oraodrmt, over
    a network by using database link and data pump in Oracle 11g.
    Note: When you perform an import over a database link, the import source is a database, not a dump file set, and the data is imported to the connected database instance.
    Because the link can identify a remotely networked database, the terms database link and network link are used interchangeably.
    =================================================================
    STEP-1 (IN PRODUCTION DATABASE - oraodrmu)
    =================================================================
    [root@szoddb01]>su - oraodrmu
    Enter user-name: /as sysdba
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> grant resource to test01;
    Grant succeeded.
    SQL> grant imp_full_database to test01;
    Grant succeeded.
    SQL> select owner,object_type,status,count(*) from dba_objects where owner='TEST01' group by owner,object_type,status;
    OWNER OBJECT_TYPE STATUS COUNT(*)
    TEST01 PROCEDURE     VALID 2
    TEST01 TABLE VALID 419
    TEST01 SEQUENCE VALID 3
    TEST01 FUNCTION VALID 8
    TEST01 TRIGGER VALID 3
    TEST01 INDEX VALID 545
    TEST01 LOB VALID 18
    7 rows selected.
    SQL>
    SQL> set pages 999
    SQL> col "size MB" format 999,999,999
    SQL> col "Objects" format 999,999,999
    SQL> select obj.owner "Owner"
    2 , obj_cnt "Objects"
    3 , decode(seg_size, NULL, 0, seg_size) "size MB"
    4 from (select owner, count(*) obj_cnt from dba_objects group by owner) obj
    5 , (select owner, ceil(sum(bytes)/1024/1024) seg_size
    6 from dba_segments group by owner) seg
    7 where obj.owner = seg.owner(+)
    8 order by 3 desc ,2 desc, 1
    9 /
    Owner Objects size MB
    OND                    8,097     284,011
    SYS                    9,601     1,912
    TEST01                    998     1,164
    3 rows selected.
    SQL> exit
    =================================================================
    STEP-2 (IN TEST DATABASE - oraodrmt)
    =================================================================
    [root@szoddb01]>su - oraodrmt
    [oraodrmt@szoddb01]>sqlplus
    SQL*Plus: Release 11.2.0.2.0 Production on Mon Dec 3 18:40:16 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Enter user-name: /as sysdba
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select name,open_mode from v$database;
    NAME OPEN_MODE
    ODRMT READ WRITE
    SQL> create tablespace test_test datafile '/trn_u04/oradata/odrmt/test01.dbf' size 2048m;
    Tablespace created.
    SQL> create user test01 identified by test123 default tablespace test_test;
    User created.
    SQL> grant resource, create session to test01;
    Grant succeeded.
    SQL> grant EXP_FULL_DATABASE to test01;
    Grant succeeded.
    SQL> grant imp_FULL_DATABASE to test01;
    Grant succeeded.
    Note: ODRMU is the DNS hoste name.We can test the connect with: [oraodrmt@szoddb01]>sqlplus test01/test01@odrmu
    SQL> create directory test_network_dump as '/dbdump/test_exp';
    Directory created.
    SQL> grant read,write on directory test_network_dump to test01;
    Grant succeeded.
    SQL> conn test01/test123
    Connected.
    SQL> create DATABASE LINK remote_test CONNECT TO test01 identified by test01 USING 'ODRMU';
    Database link created.
    For testing the database link we can try the below sql:
    SQL> select count(*) from OA_APVARIABLENAME@remote_test;
    COUNT(*)
    59
    SQL> exit
    [oraodrmt@szoddb01]>impdp test01/test123 network_link=remote_test directory=test_network_dump remap_schema=test01:test01 logfile=impdp__networklink_grms.log;
    [oraodrmt@szoddb01]>
    Import: Release 11.2.0.2.0 - Production on Mon Dec 3 19:42:47 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Starting "TEST01"."SYS_IMPORT_SCHEMA_01": test01/******** network_link=remote_test directory=test_network_dump remap_schema=test01:test01 logfile=impdp_grms_networklink.log
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 318.5 MB
    Processing object type SCHEMA_EXPORT/USER
    ORA-31684: Object type USER:"TEST01" already exists
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/ROLE_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    . . imported "TEST01"."SY_TASK_HISTORY" 779914 rows
    . . imported "TEST01"."JCR_JNL_JOURNAL" 603 rows
    . . imported "TEST01"."GX_GROUP_SHELL" 1229 rows
    Job "TEST01"."SYS_IMPORT_SCHEMA_01" completed with 1 error(s) at 19:45:19
    [oraodrmt@szoddb01]>sqlplus
    SQL*Plus: Release 11.2.0.2.0 Production on Mon Dec 3 19:46:04 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Enter user-name: /as sysdba
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select owner,object_type,status,count(*) from dba_objects where owner='TEST01' group by owner,object_type,status;
    OWNER OBJECT_TYPE STATUS COUNT(*)
    TEST01 PROCEDURE          VALID 2
    TEST01 TABLE               VALID 419
    TEST01 SEQUENCE          VALID 3
    TEST01 FUNCTION          VALID 8
    TEST01 TRIGGER          VALID 3
    TEST01 INDEX               VALID 545
    TEST01 LOB               VALID 18
    TEST01 DATABASE LINK          VALID 1
    8 rows selected.
    SQL>
    SQL> set pages 999
    SQL> col "size MB" format 999,999,999
    SQL> col "Objects" format 999,999,999
    SQL> select obj.owner "Owner"
    2 , obj_cnt "Objects"
    3 , decode(seg_size, NULL, 0, seg_size) "size MB"
    4 from (select owner, count(*) obj_cnt from dba_objects group by owner) obj
    5 , (select owner, ceil(sum(bytes)/1024/1024) seg_size
    6 from dba_segments group by owner) seg
    7 where obj.owner = seg.owner(+)
    8 order by 3 desc ,2 desc, 1
    9 /
    Owner Objects size MB
    OND                8,065          247,529
    SYS               9,554          6,507
    TEST01               999          1,164
    13 rows selected.
    =================================================================
    STEP-3 FOR REMOVING THE DATABASE LINK
    =================================================================
    [oraodrmt@szoddb01]>sqlplus
    SQL*Plus: Release 11.2.0.2.0 Production on Mon Dec 3 19:16:01 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Enter user-name: /as sysdba
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> drop database link remote_test;
    Database link dropped.

  • Table refresh Using Network Link

    Hi All,
    I am using 11g 11.1.0.6 database and I am usning network link to refresh few tables. The requirement is something like , on production , we have META schema
    and on Test we have meta_qa schema. meta on prod has five tables , for example tab1... tab5. now, i need to refresh these tables in meta_qa on test.
    we are also using one job , which is doing the same thing , but here the only difference is , we don't have meta_qa schema on prod database.
    regards

    Thanks Justin for the inputs, but I still not out of the woods.
    userid=x/x
    TABLES=(USER_SECURITY_INBOX,USER_ACCESS_SECURITY,WH_USERS_OPID,WH_USERS_OPID_INFO,WH_USERS_REDBRICK_INFO)
    EXCLUDE=CONSTRAINT
    table_exists_action=truncate
    remap_schema=META:META_QA
    NETWORK_LINK=CPMPROD
    LOGFILE=data_pump_dir:meta_reload_imp.log
    content=DATA_ONLY
    JOB_NAME=RELOADAnd the log file returns following ----
    Import: Release 11.1.0.6.0 - 64bit Production on Friday, 30 March, 2012 15:20:05
    Copyright (c) 2003, 2007, Oracle.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    With the Partitioning and OLAP options
    Starting "ORAADMIN"."RELOAD":  PARFILE=/db/cpmtest/oracle/scripts/imp/ctl/cpmtest_meta_qa_reload_dp_imp.ctl
    Estimate in progress using BLOCKS method...
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 0 KB
    ORA-39166: Object WH_USERS_REDBRICK_INFO was not found.
    ORA-39166: Object WH_USERS_OPID_INFO was not found.
    ORA-39166: Object WH_USERS_OPID was not found.
    ORA-39166: Object USER_ACCESS_SECURITY was not found.
    ORA-39166: Object USER_SECURITY_INBOX was not found.
    ORA-31655: no data or metadata objects selected for job
    Job "ORAADMIN"."RELOAD" completed with 6 error(s) at 15:20:12

  • How to link snp_scen_task to which interface or LKM used

    Hi, I need to know how to link snp_scen_task to which interface and KM used.
    my sql as below:
    --start--
    SELECT *
    FROM [dbo].[SNP_SCEN_TASK]
    WHERE TASK_NAME3 ='Generate Control File'
    and DEF_TXT like '%os.system%'
    --end--

    You can find the required information from the work repository documentation which defines the structure and content of all the repository tables and is now available on My Oracle Support. Simply login to http://support.oracle.com, and look for Doc ID 1903225.1

  • Import over network link fails when table and special character.

    I am trying to do an import over the network link. Below is the command I am using to do the import. In the parameter file the table name has "$" sign. Database is on AIX.
    impdp "'/ as sysdba'" PARFILE=par_aml_aud_import.txt LOGFILE=test.log
    PARFILE:
    JOB_NAME=MONTHLY_XYZ_IMPORT
    NETWORK_LINK=XYZ_IMPORT_LNK
    DIRECTORY=XYZ_AUD_IMPORT
    TABLE_EXISTS_ACTION=TRUNCATE
    REMAP_SCHEMA=XYZ:XYZ_AUDIT
    REMAP_TABLESPACE=XYZ_DATA:XYZ_AUDIT_DATA
    REMAP_TABLESPACE=XYZ_INDEX:XYZ_AUDIT_INDEX
    EXCLUDE=GRANT
    TABLES=XYZ.DR$ABC_EFG_CTC1$N, DR$MNO_PQR_CTC1$N
    I have tested this import with following options.
    on the command line TABLES=\"XYZ\".\"DR\$ABC_EFG_CTC1\$N\" ---- (IN THE PARFILE)
    on the command line TABLES=\"XYZ\".\"DR\$ABC_EFG_CTC1\$N\" ---- (WITHOUT USING PARFILE)
    Still my import fails with below error.
    ======================
    ORA-39166: Object ."DR$ABC_EFG_CTC1$N" was not found.
    ORA-39166: Object ."DR$MNO_PQR_CTC1$N" was not found.
    ORA-39166: Object XYZ was not found.
    ORA-31655: no data or metadata objects selected for job
    Job "SYS"."SYS_IMPORT_TABLE_01" completed with 3 error(s) at 07:46:30
    I had more than 20 tables to import. All the other tables get imported except these tables which have special character. I have confirmed that these tables exists in source database.
    Please advice.
    Thanks
    Shelly

    First hint: don't use as sysdba
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_import.htm#sthref243
    Instead, create a user with (no more than necessary) export and/or import rights
    user7414922 wrote:
    on the command line TABLES=\"XYZ\".\"DR\$ABC_EFG_CTC1\$N\" ---- (WITHOUT USING PARFILE)Try something like tables=xyz.table\$name
    or
    tables='xyz.table$name'
    TABLES=XYZ.DR$ABC_EFG_CTC1$N, DR$MNO_PQR_CTC1$NSecond table should probably have schema qualifier as well.

  • SharePoint 2013 Foundation Top Link Bar wrong selected page when no navigation match

    Hello,
    I've got the following issue.
    At one of my clients we are working on a public web site based on SharePoint 2013 Foundation (yes I know... Foundation...). I've branded the Top Nav Bar and ran into a problem.
    When I navigate to one of the pages in the Top Link Bar the selected item is marked as "Selected", great! But when I navigate to one of the pages that is not added in the Top Link Bar the first item is marked as "Selected", not so great.
    For example when I navigate to /Pages/About.aspx the first item /Pages/Home.aspx is selected.
    Can you help me out?

    Hi,
    Could you give me more detailed information about this issue?
    Could you give me a Screenshot about this issue?
    In addition, there is an articles about customizing the top link bar, please have a look at:
    http://msdn.microsoft.com/en-us/library/office/gg252669(v=office.14).aspx
    http://msdn.microsoft.com/en-us/library/office/gg277254(v=office.14).aspx
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Nokia Maps/ N95: Support for network links?

    Hello,
    I have a GPS tracker device I would like to monitor in Nokia N95's maps. On PC I am using Google Maps with a network link, to see it's position in real time.
    Does Nokia Maps support network links like in Google Earth?
    Feel free to try - here's a sample URL from TrackingTheWorld:
    http://trackingtheworld.com.r.seekdotnet.com/images/260156.kml
    It should look something like this:
    http://trackingtheworld.com.r.seekdotnet.com/Gmap.aspx?name=260156
    Bjørn Tore

    The beta has been out for your phone for a while now and licenses from previous versions do work with the beta. 
    You need to ask about availability of the final product on the maps 3 beta forum.  You will most likely will not get an official answer here.
    http://betalabs.nokia.com/forums/nokia-maps-30-with-ovi-maps 

  • Network adapter for the private interface for RAC

    Hi guys
    This is the specification for the Network adapter for the private interface in RAC:
    The network adapter for the private interface must support the user datagram protocol (UDP) using high-speed network adapters and a network switch that supports TCP/IP (Gigabit Ethernet or better).
    Do you have a document where I can have more deep details about it ?
    Thanks

    user2931261 wrote:
    This is the specification for the Network adapter for the private interface in RAC:
    The network adapter for the private interface must support the user datagram protocol (UDP) using high-speed network adapters and a network switch that supports TCP/IP (Gigabit Ethernet or better).Note that TCP is also used in addition to UDP over the Interconnect. As for the statement that the NIC must support UDP - wrong statement to make. The NIC does not support UDP. The IP (Internet Protocol) stack does. The NIC supports the bottom layer of the ISO model. UDP is at layer 4.
    As for your Interconnect, you have two basic choices. Gigabyte Ethernet or Infiniband.
    For GigE you need of course a GigE NIC and a GigE switch, and a cable to wire the NIC into the switch.
    For Infiniband you need a HCA card (e.g. Mellanox InfiniHost PCI card) and an Infiniband switch. As HCA cards are dual port, it make sense to get 2 cables and wire both ports into the switch and bond those 2 ports as a single logical NIC. You can run IPoIB (IP over Infiniband), which means that the 2 ports on the HCA will be seen by the o/s as NICs - and bonding is supported which enables you to create a single logical NIC on top of these 2 NICs and thus have full redundancy.
    Also note that GigE typically is only 1Gb/s. 10 Gb/s is available, but expensive (especially the switch). Infiniband typically is QDR rate today that provides you with 40Gb/s pipes. So each port on the HCA will be 40Gb and the bonded port will thus be 2x40Gb/s.
    Infiniband is a lot faster and more scalable for an Interconnect than GigE.
    Also, because of the capacity and flexibility and low latency of Infiniband, you can also use it for your storage fabric layer (running your storage protocol over it).
    Typically you will need to get HBA cards (dual fibre port) to wire the RAC node to the storage array's fibre channel switch. These HBA ports are 2Gb/s.
    You can eliminate these HBAs and fibre cables by using a storage protocol like SRP (Scsi RDMA Protocol - RDMA=Remote Direct Memory Access) - running SRP over your Infiniband infrastructure, together with your Interconnect.
    This is btw what Oracle's Database Machine and Exadata Storage servers use (and one the reasons they have broken all RAC performance records).

  • Why the network link LED always off for all B200 blade servers? is it normal or heathy?

    Hi Expert,
    Why the network link LED always off for all B200 blade servers? is it normal or heathy? refer to the installation document, it means no active network connection. However, all these servers are up and running with netwirk connection. anyone could explain this?

    Hi Tabish,
    How many times do you have to open this same topic?
    In my opinion, this is your THIRD thread for the same topic.

  • Expdp network link

    Hi,
    1,Can we use network link in expdp from 11g (destination)to 10g ( traget) for data migration?
    2,Can we do like copy the user password from 10g and apply to 11g?
    The below one is goet from source(10g).
    grant connect,resource to HKHR identified by 'EAA43BC83A9C1BD4';
    grant connect,resource to CSHEi dentified by 'C8F09D04F6AD4B05';
    If we execute the above one at 11g,can we get the same password in 11g as 10g?
    Is it possible?Because we have nearly 500 users in the database.
    Any other method.
    Thanks & Regards,
    VN
    Edited by: user3266490 on Feb 21, 2012 8:27 PM

    Yes this all should work just fine. If you want the schemas moved over, just make sure that you use a privileged account. If you are having each person move their own schemas and the the schemas are not prived, then the user account with passwords are not moved over.
    If you are using full=y the the schema running the datapump job needs to be prived anyway, so no issue. If you are moving multiple schemas, then the same applies. The schema running a multi schema job needs to be prived, so no issue.
    The passwords will be copied over when the schema is created.
    Again, this should all work fine.
    Dean

  • Adding Show more link in multi select refinement panel

    Hi,
    Is it possible to add show more link in multi-select refinement panel.In the default refiners, the show more link comes OOB.Is it possible to bring the same logic in multi select refinement panel?
    Thanks,                                                                        
     Saranya

    Hi Saranya,
    From your description, you need to create your own custom multi-value refinement panel and add Show more/fewer function:
    http://www.eliostruyf.com/creating-custom-refiner-control-display-templates-for-sharepoint-2013/
    Here is an article describe about ready-made method to Auto collapse multi-valued refiners in the SharePoint 2013 search refinement panel, please check if it can be help:
    http://blogs.msdn.com/b/boodablog/archive/2014/10/27/auto-collapse-multi-valued-refiners-in-the-sharepoint-2013-search-refinement-panel.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

Maybe you are looking for

  • Possible GET_PRINT_DOCUMENT bug (signature 2)

    APEX 4.0.2 Oracle 11.2.0.1.0 Based on our testing, GET_PRINT_DOCUMENT only returns XML for report queries within the current application. i.e. It appears the GET_PRINT_DOCUMENT API ignores the value passed into p_application_id. I verified this behav

  • GRC 10 EAM authentication error while login to firefighter

    Hi, User raised EAM access request and it is approved in all the stages. When he is trying to login to use EAM, it is giving logon option and asking to enter return code and when he continue after giving return code,it is showing authentication page

  • Air cs5 and template

    Hello, I'm trying to develop applications for Android. 1) I have the version of Flash included in Cs5 with solme litle examples of air, I need to download something else or air is already full? 2) there are some examples, on the web, of applications

  • I'd like help choosing an MSI mainboard(not so sure after seeing many problems)

    Well now I'm really confused. I have a couple of friends who are big MSI fans and they're making different recommendations. One says P965 Platinum and the other says P6N SLI Platinum, and when I go online to check them out, I find a couple of other M

  • Email .gpx attachments

    I used to receive emailed .gpx attachments from geocaching.com, which I was able to download, save and open with Cacheberry. For some reason the attached files now appear as "text/xml" and I can not download them. If I forward the same email with the