Branch  Office Setup Error.........

hi all,
when i try to do branch office setup from the webtogo server,the download hangs at one point and dislays this error........ this error does not appear when i do normal setup......
webtgo.exe bad image
"..............mysync_java.dll is not a valid windows image . please check against your installation diskette"
i use oracle 8i database and oracle 9i lite(with latest patchset for 9i lite).
i try to download on windows 2000 professional and 2000 server.....
can anyone provide solution for this???????
Thanks,
Ashok Kumar

Hi again
This are my findings up to this moment
managed somehow to pass the authentication problem and reached this exception
Sync session exception stack trace:
java.sql.SQLException: ORA-01403: no data found
ORA-06512: at "MOBILEADMIN.CONS_EXT", line 216
ORA-06512: at line 1
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:166)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:318)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:281)
     at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:636)
     at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:185)
     at oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows(T4CPreparedStatement.java:799)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1211)
     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3137)
     at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3208)
     at oracle.lite.sync.Subscription.executeAndClose(Unknown Source)
     at oracle.lite.sync.HeliosSession.startSession(Unknown Source)
To reach this point:
- set the m_conn private member of the heliosSession class with reflection with value from Consolidator.getConnection()
- set the m_client_id public member with username
- set prviate m_passwd private member of heliosSession with reflection with the password.
- to advance, changed in table mobileclient.c$etc_passwd with userpassword instead of null. somehow seems that heliossSession class, in initconvis method is comparring password from the file with that one, that is null. I don't know all the implications of this.
Hope it helps
Florin

Similar Messages

  • Branch Office setup

    Hello All.
    I have a problem with a branch office setup, and I can't for the life of me think of what the problem is.
    I have a remote office setup, using an ASA 5505 that is set up to establish an easy vpn connection to the central network.  The connection at the branch office is a 20/5 cable modem, the central network has a 25/25 fiber connection.
    The issue I have is this.  Wired clients work fine at this branch office, at least 95% of the time.  I have a lightweight AP there that can come up and join the controllers at the central network, no problem.  I haven't done anything with H-REAP because there are really no resources locally they need that would allow them to do their work, so all traffic is tunneled back to the WLC.
    Wireless clients can authenticate to the AP, and I can get 15-20ms ping responses from them all day.  Latency never comes close to the 600ms proposed limit with CAPWAP.  Yet, for some reason the performance of the clients is problematic.  Webpages will frequently not load correctly, they experience some freezing, and with one application we use - it refuses to load completely.
    If we bring these same computers to an AP connected to our central network, on the same SSID, they work flawlessly.
    Something about this particular location is causing a lot of grief for our users.
    For what it's worth, we are running WCS 7.0.230.0 and the WLCs are on 7.0.116.0.  The ASA is running a pretty basic configuration, pretty much out of the box with the easy vpn configuration entered.
    Any help on this would be appreciated, I am at my wit's end with this setup.

    Yes, 20/5 Download/Upload. 
    So I did as you suggested, here are the results with a 1400 byte packet:
    Ping statistics for 172.16.253.50:
        Packets: Sent = 100, Received = 99, Lost = 1 (1% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 17ms, Maximum = 2208ms, Average = 42ms
    That 2208ms response was an anomaly.  I ran it again and got this:
    Ping statistics for 172.16.253.50:
        Packets: Sent = 100, Received = 100, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 16ms, Maximum = 93ms, Average = 21ms
    With this one specific application we're testing with - it stops loading at a predictable point, every time.  However, I can remain VNC'd to this machine the entire time, and do anything else on the machine, but the application will fail to load at the same point every time.  But like I said, if I bring that client back to our main network, it works just fine, so it's not the application itself causing the problem, and we have other, smaller issues with other applications we have.  It's really bizarre.
    It's really not acting like interference.  I just set up a new site with an identical configuration - but with a 3502i AP, and I can replicate the behavior at that location too.  Unfortunately at this time we don't have anything to study the traffic with - I actually have a call on a solution for that this afternoon.

  • Branch office setup with L3 switch and router with IOS security

    Hello,
    I am in the process of putting together a small branch office network and I am in need of some design advise. The network will support about 10-15 workstations/phones, 3-4 printers, and 4-5 servers. In addition we will eventually have up to 25-30 remote users connecting to the servers via remote access VPN, and there will also be 2-3 site-to-site IPSec tunnels to reach other branches.
    I have a 2911 (security bundle) router and 3560 IP Base L3 switch to work with. I have attached a basic diagram of my topology. My initial design plan for the network was to setup separate VLANs for workstation, phone, printer, and server traffic. The 3560 would then be setup with SVIs to perform routing between VLANs. The port between the router and switch would be setup as a routed port, and static routes would be applied on the switch and router as necessary. The thought behind this was that I'd be utilizing the switch backplane for VLAN routing instead instead of doing router-on-a-stick.
    Since there is no firewall between the switch and router my plan was to setup IOS firewalling on the router. From what I am reading ZBF is my best option for this. What I was hoping for was a way to set custom policies for each VLAN, but it seems that zones are applied per interface. Since the interface between the router and switch is a routed interface, not a trunk/subinterface(s), it doesn't seem like there would be a way for me to use ZBF to control traffic on different VLANs. From what I am gathering I would have to group all of my internal network into one zone, or I would have to scrap L3 switching all together and do router-on-a-stick if I want to be able to set separate policies for each VLAN. Am I correct in my thinking here?
    I guess what I am getting at is that I really don't want to do router-on-a-stick if I have a nice switch backplane to do all of the internal routing. At the same time I obviously need some kind of firewalling done on the router, and since different VLANs have different security requirements the firewalling needs to be fairly granular.
    If I am indeed correct in the above thinking what would be the best solution for my scenario? That is, how can I setup this network so that I am utilizing the switch to do L3 routing while also leveraging the firewall capabilities of IOS security?
    Any input would be appreciated.
    Thanks,
    Austin

    Thanks for the input.
    1. I agree, since I have only three to four printers, they need not be in a separate VLAN. I simply was compartmentalizing VLANs by function when I initially came up with the design.
    2. Here's a little more info on the phone situation. The phones are VoIP. The IP PBX is on premise, but they are currently on a completely separate ISP/network. The goal in the future is to converge the data and voice networks and setup PBR/route maps to route voice traffic out the voice ISP and data traffic out the other ISP. This leads up to #3. 
    3. The reason a router was purchased over a firewall was that ASA's cannot handle routing and dual ISPs very well. PBR is not supported at all on an ASA, and dual ISPs can only be setup in an active/standby state. Also, an ASA Sec+ does not have near the VPN capabilities that the 2911 security does. The ASA Sec+ would support only 25 concurrent IPSec connections while the 2911 security is capable of doing an upwards of 200 IPSec connections.
    Your point about moving the SVI's to a firewall to perform filtering between VLANs makes sense, however, wouldn't this be the same thing as creating subinterfaces on a router? In both cases you are moving routing from the switch backplane to the firewall/routing device, which is what I am trying to avoid.  

  • Branch office web-to-go is not starting

    Hi,
    I have downloaded and installed the Oracle Lite Branch Office setup from server's webtogo/setup. But the webtogo in branch office PC is not starting. The htttp://localhost/webtogo and listener are not started even after executing the executables manually.
    The PATH variable is set correctly. The branch office PC has Windows XP.
    Regards,
    Aneesh

    Hi,
    webtogo -d option is giving following error.
    E:\mobileclient\bin>webtogo -d
    log9: [LOADING wtgos.dll BOAdminToolNative]
    log9: [BOAdminToolNative wtgos Loaded Successfully]
    log9: MODE_BRANCH CONNECT_STRING =jdbc:polite@:1160:
    log1: Translated JDK:'Cp1252' to IANA: 'WINDOWS-1252'
    log1: Mount point jdbc:polite@:1160:WEBTOGO oracle.lite.web.ifs.OMFS@145d068
    log9: java.sql.SQLException: [ODBC 08001] unable to connect to data source
    log9: at oracle.lite.poljdbc.LiteEmbJDBCConnection.jniDriverConnect(Native Met
    hod)
    log9: at oracle.lite.poljdbc.LiteEmbJDBCConnection.connect(Unknown Source)
    log9: at oracle.lite.poljdbc.LiteType2JDBCFactory.createConnection(Unknown Sou
    rce)
    log9: at oracle.lite.poljdbc.POLJDBCConnection.<init>(Unknown Source)
    log9: at oracle.lite.poljdbc.OracleConnection.<init>(Unknown Source)
    log9: at oracle.lite.poljdbc.POLJDBCDriver.connect(Unknown Source)
    log9: at java.sql.DriverManager.getConnection(Unknown Source)
    log9: at java.sql.DriverManager.getConnection(Unknown Source)
    log9: at oracle.lite.web.JupConnection.<init>(Unknown Source)
    log9: at oracle.lite.web.JupConfig.createConnection(Unknown Source)
    log9: at oracle.lite.web.JupConfig.getConnection(Unknown Source)
    log9: at oracle.lite.web.JupConfig.getStatement(Unknown Source)
    log9: at oracle.lite.web.JupServer.loadMimes(Unknown Source)
    log9: at oracle.lite.web.JupConfig.reload(Unknown Source)
    log9: at oracle.lite.web.JupConfig.initializeRM(Unknown Source)
    log9: at oracle.lite.web.JupConfig.initializeRM(Unknown Source)
    log9: at oracle.lite.web.JupServer.initialize(Unknown Source)
    log9: at oracle.lite.web.JupServer.listen(Unknown Source)
    log9: at oracle.lite.web.JupServer.main(Unknown Source)
    log-1: ============== Server Exception - Begin ==================
    java.sql.SQLException: [ODBC 08001] unable to connect to data source
    at oracle.lite.poljdbc.LiteEmbJDBCConnection.jniDriverConnect(Native Met
    hod)
    at oracle.lite.poljdbc.LiteEmbJDBCConnection.connect(Unknown Source)
    at oracle.lite.poljdbc.LiteType2JDBCFactory.createConnection(Unknown Sou
    rce)
    at oracle.lite.poljdbc.POLJDBCConnection.<init>(Unknown Source)
    at oracle.lite.poljdbc.OracleConnection.<init>(Unknown Source)
    at oracle.lite.poljdbc.POLJDBCDriver.connect(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at oracle.lite.web.JupConnection.<init>(Unknown Source)
    at oracle.lite.web.JupConfig.createConnection(Unknown Source)
    at oracle.lite.web.JupConfig.getConnection(Unknown Source)
    at oracle.lite.web.FileHandlerUtil.<init>(Unknown Source)
    at oracle.mobile.job.Scheduler.<init>(Unknown Source)
    at oracle.lite.web.JupConfig.initializeRM(Unknown Source)
    at oracle.lite.web.JupConfig.initializeRM(Unknown Source)
    at oracle.lite.web.JupServer.initialize(Unknown Source)
    at oracle.lite.web.JupServer.listen(Unknown Source)
    at oracle.lite.web.JupServer.main(Unknown Source)
    ================== Server Exception - End ====================
    Noticed that listener is not getting started,
    E:\mobileclient\bin>olsv2040 /start
    OliteService reports the following error:
    OliteService failed, Error Code: (0x5), Message: Access is denied.
    Internal message: StartService failed in CmdStartService function.
    Forgot to mention earlier,
    During installation of branch office client, I recieved following Warnings,
    1. Operating system message: Password doesnot meet minimum security requirements. Check the password length, complexity and history.
    2. No mapping between accounts and security ID was done.
    Thanks,
    Regards,
    Aneesh

  • SCCM 2012 - Deploying Office 2013 Application - Setup Errors

    dear SCCM admins,
    i am trying to test deploying office 2013 to users in my company. i made the application and deployments. the application appeared in the software center and in the application catalog.
    The problem is whenever a user "which is not a local administrator" tries to install this application, it gives me the setup errors message saying "You must have administrative privileges to install or uninstall this
    product."
    Is there any specific configuration to make to overcome this behavior???
    appreciate your suggesstions
    M.Zakaria

    As you can see from the screenshot you need to add the ProductID after the uninstall command.
    See here for finding the ProductID
    http://blogmines.com/blog/2012/07/21/how-to-check-version-of-office-2013-products/
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Simulating small branch office in lab network

    Hi,
    I have to setup what seems to be a very basic configuration, but it doesn't work.
    In our lab there is a cluster of switches with a 3550 that does all the routing for vlans.
    I need to simulate a sort of a small branch office that has one connection
    to the outside world (the lab network).
    Here is my design:
    Vlan 230 (the internet)
    A port on 3550 is in vlan 230 and is connected to e0/0 (172.26.230.150) on 2611 router.
    e0/1 interface on a 2611 is (192.168.1.1).
    A PC is connected to e0/1 (192.168.1.12).
    From the router I can ping any host on vlan 230 and other vlans,
    I can also ping the pc connected to e0/1.
    However from the PC I can only ping 192.168.1.1(e0/1) and 172.26.230.150 (e0/0)
    Below is my configuration
    Thanks for your help.
    R2611-1#sh run
    Building configuration...
    Current configuration:
    version 12.0
    service timestamps debug uptime
    service timestamps log uptime
    no service password-encryption
    hostname R2611-1
    ip subnet-zero
    ip dhcp excluded-address 192.168.1.1 192.168.1.9
    ip dhcp pool 192.168.1
       network 192.168.1.0 255.255.255.0
       default-router 192.168.1.1
    interface Ethernet0/0
    ip address 172.26.230.150 255.255.255.0
    no ip directed-broadcast
    no ip mroute-cache
    no mop enabled
    interface Ethernet0/1
    ip address 192.168.1.1 255.255.255.0
    no ip directed-broadcast
    no ip mroute-cache
    ip classless
    ip route 0.0.0.0 0.0.0.0 172.26.230.1
    ip http server
    no scheduler allocate
    end

    You are not performing nat on the router.
    This is typically required on a box which provides internet connectivity.
    Probably the other hosts on vlan 230 have no route back to the pc on 192.168.1.1
    Configuring nat on the router will resolve this problem.
    regards,
    Leo

  • Office 2013 Error when launching iCloud Control Panel

    After installing iCloud Control Panel 2.1.2 on my Win 7 pc, I get an Office 2013 error when I open or close iCloud Control Panel. "We're sorry, but Microsoft Office has run into an error that is preventing it from working correctly.  Microsoft Office will need to be closed as a result.  Wou you like us to repair now?"
    I close the error window and everything seems to work correctly.  There is no other message and iCould Control Panel is not giving me any help.
    How can I fix the problem and get rid of this error message?

    Can you describe the error message? Maybe your setup info and a screenshot.. ?

  • Windows 8.1 laptop not connecting to domain in branch office

    We have a problem with a laptop. 
    It is installed in our Head office (The Netherlands), just like all other laptops by using an image.
    Tested and working on the domain.
    The user had to go to one of our branch offices (China) and when he connected there, the laptop just won't connect to the domain.
    When he plugged in the laptop, it keeps trying to connect it's directaccess.
    Other laptops (same image) immediately recognize the domain network, but this laptop just won't.
    I am able to ping everything on the local network (MPLS connection), from HQ to all Branch offices but not access them.
    I've tried changing the DNS settings, but without any result.
    Any suggestions?

    Hi,
    According to this tool's description, I think it should be helpful to check system current enviroment, such as network, certificates, etc. problem. Actually according to your description, I doubt it probably network enviroment of ISP problem, but we should
    find a way to verify our suspect. Then this tool would be convenient, it also would generate a trace log and it would be helpful with troubleshooting.
    The DirectAccess Client Troubleshooting Tool is a graphical application, based on the .NET Framework, which checks the health of a DirectAccess client by running various tests.  Built-in health tests: The following tests are currently implemented:
    Network interfaces Network location (NLS and NRPT DNS) IP connectivity (6to4, Teredo, IPHTTPS, entry point in a multisite setup, DNS) Windows Firewall (applied profile, Firewall outbound rules) Certificates (EKU Client Authentication, trust chain for AIA and
    CRL) IPsec infrastructure tunnel (Domain SysVol share) IPsec intranet tunnel (PING and HTTP probes) Additional features Run post-check script (PowerShell, VBScript, BAT or CMD file)
    Roger Lu
    TechNet Community Support

  • Branch Office Connectivity

    hi
    we have firewall setup in our main office with following setup:
    we are running DC on Windows 2008 Servers with MS Exchange 2010, lync 2010 and ip phone as well.
    planning to setup AD replication to our branch offices for network drive access and group policy update; kindly advice on this.
    Best Regards,
    Ramesh TP

    Hi
     i think you mean about best practice topology.
    First of all,you will add Additional Domain Controllers on your branch offices.Also This ADC will have DNS,DHCP role based.And will deploy a File server.
    Important point is structure you want to build.
    This is a detailed article about domain topologies, So please check this article about your questions;
    https://msdn.microsoft.com/en-us/library/cc749945.aspx?=255&MSPPError=-2147217396

  • Branch Office VOIPs do not register.

    Hi:
    I've been breaking my head on this for a few weeks and nothing seems to be working.
    I have three PIX 515e, one at each office.
    ALL VOIPs are Polycom 300IP phones.
    We have a main office (called PB) with 15 VOIP phones.
    We have a branch office (called JAX) with 2 VOIP phones.
    We have a branch office (called JADE) with 2 VOIP phones.
    All site VOIPs must register with a hosted PBX outside of all three offices (called TN).
    All 15 VOIPs at PB are registering and working with TN.
    Only one of two VOIPs at JAX is registering with TN.
    No VOIPs at JADE are registering with TN.
    VPN Tunnels are up and functioning between PB and JAX and PB and JADE. Able to ping both ways and users in both branch sites are able to map folders to our servers.
    I have opened UDP 5060 (SIP) on all interfaces. It seems there is initial conversation between TN and JAX and JADE but receiving following errors at both branches.
    Pre-allocate SIP for secondary channel blah blah blah and followed immediately with a
    Teardown UDP connection blah blah blah
    I have attached configs for all three PIX 515e boxes (edited for security).
    Could somebody take a gander at this and help me out. I'm at a complete loss.
    Thank you so much in advance and have a great day!

    Thank you for the feedback and suggestion GTG! I went ahead and posted it on the "security" bb and I'm going to look into SIP inspection.
    Can you please MOVE this thread to the Security section and delete the duplicate post you've created?
    Here's the link to your duplicate post:  https://supportforums.cisco.com/thread/2260989

  • Branch Office Mail Server?

    I have Mac OS X providing mail services to about 100 users at a main office. We are opening a branch office with 20-30 users. I'm wondering if it is possible to setup another mail server for the branch office using the same domain. The users at the branch office are moderately heavy users who will often deal with lots of attachments. I would like them to have an IMAP server that is local to them for better performance and to reduce traffic on the main office network.
    I thought I'd give it a try. There's a field called "Mail Server" on the mail tab of WGM for each user. I put the address of the branch office server in that field. However, the main office server keeps the messages in its own mailstore. So, what's this field for? It doesn't seem to do anything.
    I see a way to accomplish this by editing the postfix alias file for each user and adding a line for each branch office user like branchofficeuser: [email protected] but that wouldn't be so nice if I ever have to turn over administration of these servers to someone else.
    Is there any way to distribute mail for users of the same domain across more than one IMAP server without resorting to entering aliases to subdomains for each user?

    x

  • Branch Office implementation

    where can I find a good white paper on 'Branch Office' arch. and implementation of Lite?

    Hi ,
    Oracle Lite -Branch Office not working as expected
    Lite Version- 5.0.2
    1.     The documentation says an odbc dsn should have been automatically created with a name of "USER_DBNAME” when sync with Mobile server
    2.     A blank "files available for download" page is display with no buttons and no file from url ‘http://BR/public/download’
    3.     Can’t see any application in the Branch office system
         Steps used to create/publish a branch office application
         We have three machines and their hostnames are
         M1 = Mobile Server + Mobile development kit Win2k
         M2 = Branch Office win2k
         M3 = Branch Office client win2k
    1) Install Mobile Server and mobile developer kit 5.0.2 on machine M1 2) Launch "Mobile Server Control Center" to machine M1
    3) Create user “Test”, Assign user "Test" System Privilege of
    "Administrator"
    4) Assign user "Test" to the "Branch Adminstrators" group
    5) Create a dummy application (Sample. jar).
    6) Launch packaging wizard on machine m1
    7) Select "Win32 Native" as your target
    8) created snapshots with scott.emp table
    9) Enter "Sample" in the client side database name field.
    10) Publish the application from machine M1
    11) Launch "Mobile Server Control Center" to machine m1
    12) from the applications tab of "Control Center" Select the
    "Sample” application
    13) Enter the database users password and save the change
    14) Select the "Access" link from the left nav and grant user
    "Test" access to the "Sample" application
    15) Select the "Files" link from the left nav then select the win32
    link.
    Check the public file box for file "Sample.jar" and save changes
    16) from machine M1 install branch office by downloading the software
    from machine M1.
    Download/install http://MO/webtogo/setup, select the "branch
    office" download
    17) From the M1 machine launch setup.exe
    18) Sign on as user Test, Press "next" to sync
    19) The documentation says an odbc dsn should have been automatically
    created with a name of "Test_Sample".
    Can see only DSN name “webtogo” which points to <<Dir>>\OLDB40 and file ‘Sample.odb’
    20) From the M1 machine launch the control center @ http://localhost/ 21) Sign on as user shekar , Press sync tab
    20) checked the M1 machine and it did not install my "Sample.jar" but can see ‘Sample.odb’
    21) Now attempt to configure the branch office client machine m1
    22) From machine M2 download the client software @ http://m1/public/download
    23) A blank "files available for download" page is display with no buttons and no file.

  • Branch Office Install

    Hello,
    My client is planning on deploying branch office and is hitting
    the limit of 16 concurrent users. They need about 20-25
    concurrent users.
    Can branch office me installed more than once on the
    same server? Is this a supported configuration?
    thanks in advance,
    mike

    Hi
    You will need to make sure all the ports are open for traffic to move between both DC's. Also need to check that you dont have replication problems, IE, slow link. First step would be to see if you can ping the HO DC from the branch, then once you have established
    that you have all the ports open and your VLAN is routing traffic correctly then you can start with your DC setup.
    You can first upgrade your DC, look at this blog: 
    http://blogs.technet.com/b/kevinholman/archive/2013/09/25/upgrading-domain-controllers-to-windows-server-2012-r2.aspx
    Hope this helps. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Branch Office DC Demand Dial VPN connection keeps failing

    here is me issue
    Our Branch Office DC is connected to Main Office DC with a Demand Dial Connection in RRAS Everything is connected fine for a little bit then its like the connection just gives out, it stays connected but i cannot ping the branch office DC with the local
    IP from the Main Office or access any network shares on it. When this happens i have to disconnect the server at the remote office and wait for it to reconnect im currently baffled as there are no Error LOGS to help me along and there doesnt seem to be anything
    that would be causing the issue for now until i get some answers as to what is going on i opened a command prompt on the DC here at the main office and i typed "ping 10.141.70.25 -t100" to monitor the connection more or less and when i see it timeout
    i reconnect it, i also have the networking tab open in task manager to monitor the LAN and RAS (Dial-In) Interface  the LAN doesnt seem too active but the RAS Interface does its got a constant network utilization of 0.28% and the Demand Dial interface
    on the remote office DC has a Utilization of 0.38% (Server Just disconnected as i was typing this and the utilization on the VPN connections on both servers went through the roof) heres the troubleshooting i have tried so far
    1. Rebooted both office DC`s at the same time
    2. Rebooted the branch office DC alone (this helped a little because the connection is staying active longer without fail)
    3. looked through all RRAS configuration on both servers to see if theres any mistakes by any other administrators (None Were Found)
    4. Used wireshark to see if there was anything interfering or that would cause this to happen (Nothing found)
    5. manually connected to the server in multiple ways like accessing network shares and remote management via MMC and manually making the servers replicate to see if any of that was causing issues and it wasnt
    My thoughts: im starting to think it may be a switch or something causing the connection issue at the branch office because the main office has all new routers and switches and just recently got a 100.00MBPS connection but nothing was affected for a good
    month so im not thinking it is the new connection or anything at the main office if theres something im overlooking here please let me know if some ipconfig /all results are needed i can provide them
    Viper Technologies Computer Repair Putting The Venomus Bite Back In Your Computer We Are Located In Antigonish ,NS Canada Check Us Out HTTP://WWW.VIPERTECHNOLOGIES.TK

    Hi,
    Are there any error messages on the event log ?
    Meanwhile, it is more network issue, i think you may ask in network forums:
    http://social.technet.microsoft.com/Forums/en-US/home?forum=winserverNIS
    Regards.
    Vivian Wang

  • Proper Configuration of DNS server for our new branch office

    Hi All,
    Our new office will setup a new branch office with a routed network link to our HO. In HO, we have 2 domain controllers configured as AD and DNS just for fail over scenarios.
    How will we configure the DNS server of our 3rd domain controller which we will placed in the new branch office. What would be the proper settings of DNS server integrated to AD to work well especially to have a successful replication and communication to
    the 2 DC's located in HO?

    Hi,
    If you have multiple DC's in that site i would recommend using any of the partner DC's IP addresses as preferred one and secondary DNS IP to pointing to itself. Dont use loopback addresses configure it with actual IP addresses.
    If you have only one server in branch office point itself as the primary DNS and HO DC as secondary and tertiary.
    Make sure that all clients in your branch site are pointing to the branch DC as primary DNS server.
    Regards,
    Rafic
    If you found this post helpful, please give it a "Helpful" vote.
    If it answered your question, remember to mark it as an "Answer".
    This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY suggestion in a test environment before implementing!

Maybe you are looking for

  • Backspace character

    Hi, i have problems to print backspace character in the text file.It always print rectangular type box. just try this code... import java.util.Vector; public class Test Test test = new Test(); public Test() public static void main(String[] args) Syst

  • FileStream problem with AIR deployment

    I use FileStream to load local XML file. When I test the desktop application directly from Flex everything is ok but when I install it with AIR, the application work but the file is not loaded. Here is the code I use: import flash.filesystem.*;  var

  • RFC Source data not filled correctly

    Hi All, I am facing a typical problem. I have created a RFC to File scenario and I am running the ABAP program to call the RFC with the following values: field1(type Char 14; value:'aaaaaa')                   --> Field1 (string) filed2(type Char 15;

  • Fire fox can,t establish a connectionat port 8080. unable to connect.

    i have using apache- tomcat-6.0.32...src and jdk1.6.0 when i writ http://localhost:8080/ then it not display any answer for tomcat server....it display that firefox can't establish aconnection at port 8080 and unnable to connect.. so plz solve my pro

  • Finding out Text -ID in ME51n

    Hi,    I have an Internal table which contains the PR header and item data.    I  have to find out the Item text for all the PR item nos.     How can I find the Item level text in ME51n using   'Read_text ' function module . What are the parameters t