All Site Replication connection from particular one Server

Hi,
I have AD structure with multiple Site. All site have one Domain Controller. But KCC automatically create
connection from one particular server (DC) for all site DC.
Example : I have 5 Site and 5 DC. Each DC belongs to each site. I check all DC create "automatically generated"
connection from DC5 only. I don't want to create manual replication connection. I want kcc is generated connection from different server ( from DC2).
It is possible ?

Each DC belongs to a specific site?
To have KCC make 'smart' connections, the easiest and preffered way is to define site links and define an appropriate cost to them. http://technet.microsoft.com/en-us/library/cc794882%28v=ws.10%29.aspx KCC
will use the connection with lowest cost that is available to create a replication connection. 
If you have multiple dc's in one site, you can make the dc that has to handle replication 'preferred bridgehead' http://technet.microsoft.com/en-us/library/cc776937(v=ws.10).aspx
Note it is indeed best practice not to create manual replication connections, but  to have KCC handle it. That will ensure that if network downtime occurs on an important link, KCC can 'failover' to other connections while maintaining consistency.
MCP/MCSA/MCTS/MCITP

Similar Messages

  • Trying to set up my video site to stream from the "fms server." Any Idea?

    I am trying to set up my video site to stream from the “fms server” and the instruction stated that I should create my own new folder in the application directory on the “fms server,” and I have created my directory, which I called “brigma_streams”, and I have copied files from {FMS-Install-Dir}/ sample/Application/vod to my new folder.
    I also configured the vod service in the FMS-Install-Dir/applications/(in my-New-Folder/Application.xml file).
    Here is the sample of my configuration below:
    <Streams>/;${BRIGMA_STREAMS_VOD_COMMON_DIR}</Streams>
    <Streams>/;${BRIGMA_STREAMS_VOD_DIR}</Streams>
    And here is an example on how I modified to my XML streaming:
    src="rtmp://localhost/inetpub/wwwroot/brigma_streams/SanfordNSons768K_002.f4v"
    thumb="thumbs/SanfordNSons768K_002.jpg" />
    After all these configuration and modification it still didn’t work at all when I tested the video in streaming mode. Could some one please take a look at and point me to the right direction. Thanks in advance.

    Hi,
    After adding the configurations to the Application.xml file, you also need to add those entries to the FMS.ini file (in the conf folder). Please add those entries (similar to VOD_ entries) if not already added.
    Once that step is also done, the src RTMP url will look like this : rtmp://localhost/<name of your application folder>/mp4:<stream-name-with-extension>

  • Connection from the web server to the database which is situated in another machine.

    Thanks for the reply.
    I need to know, whether there shold be a physical connection between the web server and database machine? or can we connect to the database machine through the web, if the database machine has a domain name? if there is a physical connection, we can use the jdbc/odbc connection. but if we are connecting through the web, how can I estblish the connection using a JDBC/ ODBC connection?
    Regards,
    George

    As long as there's a network connection between the two machines, you should be able to make the connection. I'm not sure what the difference between a 'direct connection' and a 'connection through the web' is-- are you actually running a network cable from one machine to another?
    When you cannot make the connection, are you able to do a 'tnsping' on the target database?
    When you say 'connecting through the web', is it possible that you're going through a firewall? If so, the firewall may be blocking the ports you need to communicate on.
    Justin Cave
    ODBC Development

  • How to pull all the txt files from an application server to oracle server

    hi
    i got some 30 txt files on java application server. i have two questions
    1) can java guys will be able to move those files to some oracle directory that will be used by create external table command.
    2) can oracle do that using a stored procedure ..but then for it i think i have to create ftppkg and ftpbdy and call and connect each time...
    which one is better and why?
    regards
    raj

    Hi,
    You can create procedure to move file from application server to oracle server.
    Code for list all files in directory
    ops$tkyte@8i> GRANT JAVAUSERPRIV to ops$tkyte
      2  /
    Grant succeeded.
    That grant must be given to the owner of the procedure..  Allows them to read
    directories.
    ops$tkyte@8i> create global temporary table DIR_LIST
      2  ( filename varchar2(255) )
      3  on commit delete rows
      4  /
    Table created.
    ops$tkyte@8i> create or replace
      2     and compile java source named "DirList"
      3  as
      4  import java.io.*;
      5  import java.sql.*;
      6 
      7  public class DirList
      8  {
      9  public static void getList(String directory)
    10                     throws SQLException
    11  {
    12      File path = new File( directory );
    13      String[] list = path.list();
    14      String element;
    15 
    16      for(int i = 0; i < list.length; i++)
    17      {
    18          element = list;
    19 #sql { INSERT INTO DIR_LIST (FILENAME)
    20 VALUES (:element) };
    21 }
    22 }
    23
    24 }
    25 /
    Java created.
    ops$tkyte@8i>
    ops$tkyte@8i> create or replace
    2 procedure get_dir_list( p_directory in varchar2 )
    3 as language java
    4 name 'DirList.getList( java.lang.String )';
    5 /
    Procedure created.
    ops$tkyte@8i>
    ops$tkyte@8i> exec get_dir_list( '/tmp' );
    PL/SQL procedure successfully completed.
    ops$tkyte@8i> select * from dir_list where rownum < 5;
    FILENAME
    data.dat
    .rpc_door
    .pcmcia
    ps_data
    http://asktom.oracle.com/pls/asktom/f?p=100:11:3597961203953876::::P11_QUESTION_ID:439619916584

  • Not all files will import from NAS Synology Server to PC running LR 5.3

    We recently moved our photos to a new Synolgy NAS server. I have a Lenovo all in one and installed the latest version of LightRoom 5.3. When I import my photos, not all of them get imported, only a fraction of them. I can see all the photos on the server via the run command but after I import not all the photos get transferred over. Does anyone else have this issue? What would cause this bottle neck?

    Well, well what do you know.. it just came up..
    I moved all files from the LR folder except the catalog, rebooted and it came up...
    I guess the next thing to do is to get the previews back.
    Hope this is a good sign...

  • Problem to connect from client to server RMISSLSecuritySocket

    Hi,
    I�m try to connect to my RMISSLSecuritySocket out of my LAN and the debug tell me:
    keyStore is :
    keyStore type is : jks
    keyStore provider is :
    init keystore
    init keymanager of type SunX509
    trustStore is: seguridad\clientstore
    trustStore type is : jks
    trustStore provider is :
    init truststore
    adding as trusted cert:
    Subject: CN=Romenawerson, OU=Romenawerson Software, O=Masser, L=SC, ST=SC, C=ES
    Issuer: CN=Romenawerson, OU=Romenawerson Software, O=Masser, L=SC, ST=SC, C=ES
    Algorithm: RSA; Serial number: 0x443264ec
    Valid from Tue Apr 04 13:22:04 BST 2006 until Mon Jul 03 13:22:04 BST 2006
    trigger seeding of SecureRandom
    done seeding SecureRandom
    %% No cached client session
    *** ClientHello, TLSv1
    RandomCookie: GMT: 1166208304 bytes = { 177, 248, 233, 26, 255, 131, 30, 219, 187, 7, 161, 130, 36, 97, 87, 143, 144, 27, 106, 206, 189, 167, 26, 137, 97, 16, 104, 162 }
    Session ID: {}
    Cipher Suites: [SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_DES_CBC_SHA, SSL_DHE_RSA_WITH_DES_CBC_SHA, SSL_DHE_DSS_WITH_DES_CBC_SHA, SSL_RSA_EXPORT_WITH_RC4_40_MD5, SSL_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA]
    Compression Methods: { 0 }
    AWT-EventQueue-0, WRITE: TLSv1 Handshake, length = 73
    AWT-EventQueue-0, WRITE: SSLv2 client hello message, length = 98
    AWT-EventQueue-0, READ: TLSv1 Handshake, length = 945
    *** ServerHello, TLSv1
    RandomCookie: GMT: 1166208307 bytes = { 184, 222, 131, 149, 231, 192, 11, 143, 18, 21, 255, 30, 23, 69, 88, 116, 202, 214, 156, 247, 108, 121, 158, 141, 11, 182, 75, 196 }
    Session ID: {70, 131, 237, 51, 103, 184, 128, 17, 11, 250, 79, 30, 226, 89, 202, 255, 40, 244, 207, 103, 23, 232, 181, 12, 213, 90, 153, 213, 5, 179, 105, 119}
    Cipher Suite: SSL_RSA_WITH_RC4_128_MD5
    Compression Method: 0
    %% Created: [Session-1, SSL_RSA_WITH_RC4_128_MD5]
    ** SSL_RSA_WITH_RC4_128_MD5
    *** Certificate chain
    chain [0] = [
    Version: V1
    Subject: CN=Romenawerson, OU=Romenawerson Software, O=Masser, L=SC, ST=SC, C=ES
    Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
    Key: Sun RSA public key, 2048 bits
    modulus: 26218049066688812844166292053322592777371129439466024553015697381624406300839227173808057660437842049778162997716778672465698869907347066124616563594240125762524939915402315386003803148278000690289855047564064085048848218487772248550902777635260652977838418228357272143568678808697631825834935842172373214502488401919079625206784817447169856160975190854447483259794542577274185756524489133463104507701871398035038051874790106390687139882093092278152813019096166210094417604042911501907793329618438553321927409287787349853730049580333692091467723730149335152659294835570337214736792744190512402485625826849470971056221
    public exponent: 65537
    Validity: [From: Tue Apr 04 13:22:04 BST 2006,
                   To: Mon Jul 03 13:22:04 BST 2006]
    Issuer: CN=Romenawerson, OU=Romenawerson Software, O=Masser, L=SC, ST=SC, C=ES
    SerialNumber: [    443264ec]
    Algorithm: [MD5withRSA]
    Signature:
    0000: 99 79 9F 84 5E A9 54 D5 19 D9 B9 2E EC F0 8F 98 .y..^.T.........
    0010: B2 35 DD 26 34 84 37 3C 47 50 2E 2A 05 5C 21 C3 .5.&4.7<GP.*.\!.
    0020: D6 98 24 CB 04 9E CF DC 1E 35 5C 4A 0A 29 EA 4E ..$......5\J.).N
    0030: 21 84 26 9A 6E 47 A2 17 77 A1 60 2A A6 F3 E9 92 !.&.nG..w.`*....
    0040: DD 76 77 D5 20 ED 94 9F AA FD 56 4F 6F 77 75 E3 .vw. .....VOowu.
    0050: EE E4 3B 4F 80 10 1A 68 E3 20 7A D8 27 19 31 54 ..;O...h. z.'.1T
    0060: 9C 90 8C D8 49 EA 48 73 FD F6 C6 6F 71 56 89 2E ....I.Hs...oqV..
    0070: 3D 4F 29 0D ED 50 8E BA FA A6 2B 54 D9 91 1D 98 =O)..P....+T....
    0080: E9 1A E7 17 DB DC 6B 84 D9 A4 32 6B BD 65 F1 F1 ......k...2k.e..
    0090: 24 10 69 B7 43 C7 76 B5 E3 29 4C 41 12 62 E2 DF $.i.C.v..)LA.b..
    00A0: 95 6F 6A FA 52 B8 FB C5 DB 1C B8 54 F3 20 0E B4 .oj.R......T. ..
    00B0: BE B6 B6 36 09 F3 CF 3A 1E E8 68 1D 34 D9 EF 43 ...6...:..h.4..C
    00C0: 3F FC 11 D2 B8 45 A7 1C 72 81 DD 3A 82 FC F7 DC ?....E..r..:....
    00D0: C8 98 69 86 83 09 96 BF D9 1D 94 36 2E 50 7F 48 ..i........6.P.H
    00E0: 05 B2 3B A6 F1 75 34 06 38 14 BE BD 60 3B F7 17 ..;..u4.8...`;..
    00F0: 03 92 B4 38 99 47 5F 96 DC F1 33 22 C5 BE FB 91 ...8.G_...3"....
    Found trusted certificate:
    Version: V1
    Subject: CN=Romenawerson, OU=Romenawerson Software, O=Masser, L=SC, ST=SC, C=ES
    Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
    Key: Sun RSA public key, 2048 bits
    modulus: 26218049066688812844166292053322592777371129439466024553015697381624406300839227173808057660437842049778162997716778672465698869907347066124616563594240125762524939915402315386003803148278000690289855047564064085048848218487772248550902777635260652977838418228357272143568678808697631825834935842172373214502488401919079625206784817447169856160975190854447483259794542577274185756524489133463104507701871398035038051874790106390687139882093092278152813019096166210094417604042911501907793329618438553321927409287787349853730049580333692091467723730149335152659294835570337214736792744190512402485625826849470971056221
    public exponent: 65537
    Validity: [From: Tue Apr 04 13:22:04 BST 2006,
                   To: Mon Jul 03 13:22:04 BST 2006]
    Issuer: CN=Romenawerson, OU=Romenawerson Software, O=Masser, L=SC, ST=SC, C=ES
    SerialNumber: [    443264ec]
    Algorithm: [MD5withRSA]
    Signature:
    0000: 99 79 9F 84 5E A9 54 D5 19 D9 B9 2E EC F0 8F 98 .y..^.T.........
    0010: B2 35 DD 26 34 84 37 3C 47 50 2E 2A 05 5C 21 C3 .5.&4.7<GP.*.\!.
    0020: D6 98 24 CB 04 9E CF DC 1E 35 5C 4A 0A 29 EA 4E ..$......5\J.).N
    0030: 21 84 26 9A 6E 47 A2 17 77 A1 60 2A A6 F3 E9 92 !.&.nG..w.`*....
    0040: DD 76 77 D5 20 ED 94 9F AA FD 56 4F 6F 77 75 E3 .vw. .....VOowu.
    0050: EE E4 3B 4F 80 10 1A 68 E3 20 7A D8 27 19 31 54 ..;O...h. z.'.1T
    0060: 9C 90 8C D8 49 EA 48 73 FD F6 C6 6F 71 56 89 2E ....I.Hs...oqV..
    0070: 3D 4F 29 0D ED 50 8E BA FA A6 2B 54 D9 91 1D 98 =O)..P....+T....
    0080: E9 1A E7 17 DB DC 6B 84 D9 A4 32 6B BD 65 F1 F1 ......k...2k.e..
    0090: 24 10 69 B7 43 C7 76 B5 E3 29 4C 41 12 62 E2 DF $.i.C.v..)LA.b..
    00A0: 95 6F 6A FA 52 B8 FB C5 DB 1C B8 54 F3 20 0E B4 .oj.R......T. ..
    00B0: BE B6 B6 36 09 F3 CF 3A 1E E8 68 1D 34 D9 EF 43 ...6...:..h.4..C
    00C0: 3F FC 11 D2 B8 45 A7 1C 72 81 DD 3A 82 FC F7 DC ?....E..r..:....
    00D0: C8 98 69 86 83 09 96 BF D9 1D 94 36 2E 50 7F 48 ..i........6.P.H
    00E0: 05 B2 3B A6 F1 75 34 06 38 14 BE BD 60 3B F7 17 ..;..u4.8...`;..
    00F0: 03 92 B4 38 99 47 5F 96 DC F1 33 22 C5 BE FB 91 ...8.G_...3"....
    *** ServerHelloDone
    *** ClientKeyExchange, RSA PreMasterSecret, TLSv1
    AWT-EventQueue-0, WRITE: TLSv1 Handshake, length = 262
    SESSION KEYGEN:
    PreMaster Secret:
    0000: 03 01 E3 5F 8B 56 4D 06 C4 F6 12 CD 93 81 AF 2C ..._.VM........,
    0010: 62 26 48 E1 F7 98 41 3E 97 99 40 AD 80 2A 2D C6 b&H...A>..@..*-.
    0020: F7 13 6D 2A 15 EF 4C F9 E3 B4 90 9E 6E 07 51 C5 ..m*..L.....n.Q.
    CONNECTION KEYGEN:
    Client Nonce:
    0000: 46 83 ED 30 B1 F8 E9 1A FF 83 1E DB BB 07 A1 82 F..0............
    0010: 24 61 57 8F 90 1B 6A CE BD A7 1A 89 61 10 68 A2 $aW...j.....a.h.
    Server Nonce:
    0000: 46 83 ED 33 B8 DE 83 95 E7 C0 0B 8F 12 15 FF 1E F..3............
    0010: 17 45 58 74 CA D6 9C F7 6C 79 9E 8D 0B B6 4B C4 .EXt....ly....K.
    Master Secret:
    0000: 91 F9 46 EC DC 49 20 6E 1B 36 43 FD 25 49 FD 03 ..F..I n.6C.%I..
    0010: AC 97 EF 22 8F 8C 16 F3 82 4C 38 BD C1 E6 D5 38 ...".....L8....8
    0020: 11 20 1C D1 41 50 C6 96 96 92 39 0B D8 2C 00 DF . ..AP....9..,..
    Client MAC write Secret:
    0000: 5E 90 BF 8E 39 D1 B8 4C 43 65 32 D4 6E 92 F0 C0 ^...9..LCe2.n...
    Server MAC write Secret:
    0000: 41 EF 1A 63 21 69 D7 C6 82 FA E0 EA CC F2 7F C6 A..c!i..........
    Client write key:
    0000: 16 A2 E1 AD 6C BA 83 E7 DD 22 59 44 21 48 A2 12 ....l...."YD!H..
    Server write key:
    0000: 7B FC 54 77 6F 67 92 99 88 71 6C 34 ED 48 C2 1C ..Twog...ql4.H..
    ... no IV used for this cipher
    AWT-EventQueue-0, WRITE: TLSv1 Change Cipher Spec, length = 1
    *** Finished
    verify_data: { 185, 57, 235, 98, 149, 175, 131, 220, 206, 66, 222, 206 }
    AWT-EventQueue-0, WRITE: TLSv1 Handshake, length = 32
    AWT-EventQueue-0, READ: TLSv1 Change Cipher Spec, length = 1
    AWT-EventQueue-0, READ: TLSv1 Handshake, length = 32
    *** Finished
    verify_data: { 170, 212, 47, 137, 112, 161, 231, 13, 84, 116, 170, 163 }
    %% Cached client session: [Session-1, SSL_RSA_WITH_RC4_128_MD5]
    AWT-EventQueue-0, WRITE: TLSv1 Application Data, length = 23
    AWT-EventQueue-0, setSoTimeout(900000) called
    AWT-EventQueue-0, READ: TLSv1 Application Data, length = 35
    AWT-EventQueue-0, setSoTimeout(0) called
    AWT-EventQueue-0, WRITE: TLSv1 Application Data, length = 35
    AWT-EventQueue-0, WRITE: TLSv1 Application Data, length = 72
    AWT-EventQueue-0, READ: TLSv1 Application Data, length = 322
    28-jun-2007 18:17:57 sun.rmi.transport.WeakRef pin
    M�S FINA: AWT-EventQueue-0: strongRef = sun.rmi.transport.DGCImpl@1551f60
    28-jun-2007 18:17:57 sun.rmi.transport.ObjectTable putTarget
    M�S FINA: AWT-EventQueue-0: add object [0:0:0, 2]
    28-jun-2007 18:17:57 sun.rmi.transport.ConnectionInputStream done
    M�S FINA: AWT-EventQueue-0: send ack
    AWT-EventQueue-0, WRITE: TLSv1 Application Data, length = 17
    AWT-EventQueue-0, READ: TLSv1 Application Data, length = 17
    AWT-EventQueue-0, WRITE: TLSv1 Application Data, length = 31
    The Exception is: Connection refuse to host: 192.168.1.21; java.net.ConnectException: Connection timed out: connect
    I think that the Hadshaked it�s ok, but I don�t know why I can�t connect satisfactorily. In my LAN the aplication is working perfectily. Please help me!!!!!!!! Sorry but my english is not very well.

    Hi,
    After installation of XI , We have to do some post installation activities to configure the XI as an Integration server...
    If you have not done the post installation activities ..try to execute the Template Installer..
    It will do all the post installation activities ...here is the path.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/4b/c25a42793d1653e10000000a155106/frameset.htm
    If this is helpfull for you ....reward points...
    regds,
    vasanth.

  • Vpn connection from administration win server 2012 r2

    hello every one i have win server 2012 for the connection vpn i need make setting as like subnetwork get access to the from main office to the district office?

    Hi,
    Can you ping normally to other server from your server 2012 R2?
    Does user has enough permission for remoting?
    Can you telnet port 3389 and see whether RDP port is opened?
    Please try to perform remote desktop with “mstsc /admin” switch and check the result. Addition try to perform the remote session with IP address specified for that server. Also you can try PowerShell command to enable remote desktop.
    set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server'-name "fDenyTSConnections" -Value 0 
    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]

  • Error connecting from Vista to Server

    Hi to All,
    I don't sure that this is the correct forum for my question.
    I have this "scenario"
    1) My app is on Win Server 2003 R2 (with Domain)
    2) Many clients works fine with a link like this:
    http://server01.sede.mySite.it:7778/forms90/f90servlet?config=myApp
    3) I have installed under the Domain a Vista Ultimate PC and it work correctly
    4) But if I run the previous link, Vista display a message error "no Internet connection" and close the Browser. Obviously, I have tested the Internet connection on Vista and it works fine.
    Have You an Idea ?
    Thank You and Best Regards.
    Gaetano
    Message was edited by:
    NICK048

    as I see in your URL, you work with Forms 9i. That's much too old. Please try a Forms 10g Rel. 2 Installation.
    And have a look on metalink, if Vista is certified with this AS

  • Check for all the dependencies of a particular SQL Server Login in SQL Server 2008R2.

    I have to alter a SQL Server Login credentials. Before altering it I have to research that where is this login is being used currently. How to determine all the places where it is being used for? Thanks in advance.
    PGupta

    I have to alter a SQL Server Login credentials. Before altering it I have to research that where is this login is being used currently. How to determine all the places where it is being used for? Thanks in advance.
    PGupta
    Find out database to which this login is mapped.If its sysadmin login I guess it won't be used in application unless you dont follow security practices.Shoot a mail to application owners,all application owners.Inform them take permission from them to change
    it.
    This is not a exact solution but will save you from fingers getting pointed at you.because you already informed every body.
    I guess there is no perfect way to find. If somebody can point I will be happy
    Edit:You can configure login auditing from using below link and can check errorlog for details.Make it for both successful and failed login.Failed logins messages in errorlog has IP associated with them as well.So enough for you to guess
    http://msdn.microsoft.com/en-us/library/ms175850.aspx
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Migrating from Sun One server 7.0 to Sun One Application server 8.2

    To migrate my application i loaded some lib at Classpath Prefix: in JVM settings in the server. I loaded some libs that overrides some server's lib... When i put my lib there they will override the server's???

    MBeans in Sun ONE AppServer 7.0 are not exposed externally. In the past, Sun has provided private APIs to ISVs allowing them to create monitoring and management products. As private APIs, changes may happen without notification.
    We plan to expose MBeans in Sun ONE AppServer 8.

  • Firefox thinks I am in Indonesia, how do I reset this to in US (all sites I access from firefox default to Indonesian, e.g. google and yahoo). I have cleared the cache. This does not happen on explorer on same laptop.

    I am based in the US. Since a business trip to Jakarta, everything I bring up in Firefox defaults to Indonesia, e.g. yahoo comes up in Indonesian id.yahoo.com, google displays as google.co.id.
    I have:
    - cleared the firefox cache.
    - searched settings for a country or language setting
    - searched firefox help archive
    This does not happen on explorer on the same pc.

    I believe that our “Werbung problem” adds an additional second hyperlink to the pop-up window. This second link is activated whenever you trigger a saved hyperlink to a Mail.com site.
    I had the same problem and eliminated it by deleting all bookmarks, hyperlinks and automatic links that take firefox to a mail.com address. So I just deleted all bookmarks I had saved for mail.com. I also changed my home page link because it also went to my email at mail.com. I then did a warm boot, opened firefox and re-saved my bookmarks and homepage to the desired addresses. Good luck.

  • If icloud updates all that is connected, what if one device fails? Will it be deleted off all devices?

    I have just set up icloud on my home PC running Windows 7, icloud online and my iphone. I understand how it works by updating all systems together but I was wondering about any crashes on any of the three devices. If somehow my iphone lost all my contacts, will they be lost on icloud and my home pc?

    Yes.  If something caused your contacts to be deleted on one of your devices while it was still syncing with your iCloud account, they would be deleted everywhere.  That's why it's important to back up your synced data.  You can, for example, use an app like My Contacts Backup to periodically create a backup of your contacts for safekeeping.

  • How to connect from Redhat Oracle10g server to Foxpro on windows server ?

    they say it can be done by Oracle HSODBC, but i can't find Foxpro ODBC for Redhat.
    i need to create some dblink to read/write data on Foxpro from Oracle.
    does anybody have some experience about this ? pls advice.
    thanks.
    Edited by: HeLmi on Apr 30, 2010 4:57 PM

    Heterogeneous Connectivity

  • Exchange 2013 - Prevent Outlook Clients From Connecting To A CAS Server In A Different AD Site

    Hi all,
    I could really do with your help!
    We have 3 physical sites, A, B & C, with sites A & B having a really fast low latency links between them, so from an AD point of view they are 1 site.  Site C has links to both sites A & B, but the link is a lot slower.
    We have an exchange design with 3 servers (one located at each physical site) that will form a DAG spread over the 3 physical sites.  Ideally we will separate the CAS and mailbox server roles out and have them controlled by a hardware load balancer,
    however we can have both roles on the same server if required.
    What we want, is to prevent is a situation where an outlook client in site C connects to a CAS server in site A/B with the mail being hosted on a mailbox server in site C therefore traversing the network twice to get its mail.
    From doing the Microsoft training course, my understanding is that in Exchange 2013, the CAS server only proxy's the request on to the mailbox server and does not redirect the request to the CAS server in the site where the mailbox server resides.
    I have seen information online stating that a single namespace is the way to go as long as your site links/network bandwidth is good, but nothing to help with our scenario.
    Has anyone else come across this situation and how did you get round it?
    Thanks in advance :)

    Hi Johnson,
    Based on my knowledge, Outlook Client will connect to the CAS server which in local first.
    Please check whether the CAS server that in site C is healthy.
    If the CAS server in site C is healthy, please disable the CAS Load Balance for testing.
    Also found a useful blog for your reference:
    Exchange 2013 Client Access Server Role
    http://blogs.technet.com/b/exchange/archive/2013/01/25/exchange-2013-client-access-server-role.aspx
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • Script to pull all connections from one IP out of DPS access logs...

    I need an efficient script to pull all of the connections for 2 IP's (or match the first two octets of the IP will cover both addresses also) from multiple DPS access logs out and write them to a file.
    The current one-liner I've been using doesn't work well with multiple access log files. So I tried combining multiple logs into one access log, and then trying to parse that large log file (around . The problem is, I am now getting the error: "bash: /usr/bin/egrep: Arg list too long", which is because it takes all of the connection numbers and builds a grep with them.
    Here is the one-liner I've been using:
    FILTER='client=192.168.1.1|client=192.168.2.1'; FILE='access.*'; for j in $FILE; do unset CONN; for i in `egrep -h "$FILTER" $j | awk '{print $8}'`; do CONN="$CONN|$i"; done; if [ -n "${CONN+x}" ]; then egrep -h $CONN $j; fi; done | sort -t '/' -k2,2M -k1n
    Is there a faster and more efficient way to pull out all of the connections from one or more IP's in access logs? I would think someone out there would have written something to do this?
    Thanks everyone!!!
    Edited by: keesor on Aug 17, 2011 2:49 PM

    It could be as simple as
    lgrep -O conn <IP> access
    If you have more logs you can cat them and pipe the output to lgrep in a pipeline, like:
    cat access.1 access.2 ... access.n | lgrep -O conn <IP>
    Just make sure that the logs are listed in sequence. The script won't produce reliable results if the log is non-sequential.

Maybe you are looking for

  • Records available in T-Code 'PR05' is not getting populated in ESS

    Hi Experts, I am facing one issue in Travel management portal. In T-Code 'PR05',I could see 3 records for a particular employee.But in portal I could see only two of them. Records are of with start dates on year 2012,2013 and 2014.Apart from 2012 rec

  • OnSubmit of FORM not working in Tomcat/5.5.9..........

    hello I am a starter in JSP and I decided 2 try dis code out but it never works on my tomcat..... I browsed d internet for some form validadtion scripts and dey 2 didnt worked on d tomca.... Heres d code pls tell me whts d problem is .. <%@ page lang

  • Can I use album artist rather than Artist on my iPod160?

    The Artist selection on the iPod has its problems as "Album Artist" is not always the same as "Artist". I know I can correct the Cover Flow problems with Artist View by use of the Sort Artist option but I do have a few questions. I would rather displ

  • Query regarding Rules in MARS

    Hello Friends, Please let me know what type of Event these rules will trigger? (REFER ATTACHED DOC SCREENSHOT) Specifically I want to know the meaning behind "Count". If I increase the count field to 2 or 3 what will it do. Also the time I configured

  • ORA-12899 while trying to update Metalink credential on OEM 10.2.0.4

    Hi, My Oracle DBMS version is 10.2.0.4 (non-Grid) on SUN/SPARC 64. I tried to add my metalink credential (which is 32 character long) to the 'Patching Setup' section but bumped into ORA-12899: value too large for column "SYSMAN"."MGMT_ARU_CREDENTIALS