Server doesn't respond

How do i upgrade my ipad and do my things that i have do do on it. When i can't instal things im stuck.

Might try clearing some Caches... I prefer AppleJack for this...
http://www.versiontracker.com/dyn/moreinfo/macosx/19596
After installing, reboot holding down CMD+s, then when the prompt shows, type in...
applejack AUTO
Then let it do all 5 of it's things.
At least it'll eliminate some questions if it doesn't fix it.
Also, or instead, might try trashing these...
/Users/nnnn/Library/Preferences/com.apple.internetconnect.plist
/Library/Preferences/SystemConfiguration/preferences.plist
/Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist
/Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
/Library/Preferences/com.apple.networkConfig.plist
Reboot... of course you dont have to trash them, you can just move them to the desktop to drag back if it doesn't work.

Similar Messages

  • DHCP Discover reaches Server but Server doesn't respond

    I have setup DHCP on my domain controller. It's authorized, configured with an active scope, etc.  When I perform a DHCP renew from a client, I can see the DHCP discover frame reaching the server (verified the client MAC within the frame). However,
    the DHCP server never responds with an Offer. When I look at the DHCP server log in \system32\dhcp there is no mention of any requests, denied or otherwise...nothing. I have disable the Windows Firewall and the Sophos security agents to make sure the Windows
    Filtering Platform isn't dropping the frame before it reaches the DHCP Server service. I'm kind of stuck on figuring out what's happening.
    Any suggestions?

    Hi  Ewood70 ,
    First ,we need to ensure DHCP service is running .
    Open Services and check if
    DHCP Server is running .
    Then ,we need to check DHCP audit logging is enabled .
    Here are the steps :
    Open DHCP .
    In the console tree
    ,expand the DHCP server .
    Click
    IPv4 (or IPv6) .
    On the
    Action menu ,click Properties .
    On the
    General tab ,select Enable DHCP audit logging ,and then click
    OK .
    At last ,we can check the events of DHCP server to find out the problem .
    Open Server Manager and click
    DHCP Server .We could see the events on the right .
    Best Regards,
    Leo
    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]

  • Connect to Server doesn't respond and Network server aliases don't work

    Hello. I have a PowerBook G4 running 10.4.9. Up until a few days ago, it was working fine to connect to a share on a PowerMac G5 10.3.9. Now I can't connect using Connect to Server afp://ipaddress - I click on the blue Connect button but nothing happens. If I try to connect using Finder -> Network and the G5 alias, I get the "alias could not be opened" error and I can't delete the alias, and Fixing the alias does nothing either.
    I have an Intel iMac 10.4.9 that connects fine to the G5 share, and a MacBook Core 2 Duo 10.4.9 that also connects fine to the G5.
    On the Powerbook G4, I've tried repairing disk permissions and also repaired the disk, but it hasn't fixed the problem.
    Any ideas?
    Thanks
    David

    Might try clearing some Caches... I prefer AppleJack for this...
    http://www.versiontracker.com/dyn/moreinfo/macosx/19596
    After installing, reboot holding down CMD+s, then when the prompt shows, type in...
    applejack AUTO
    Then let it do all 5 of it's things.
    At least it'll eliminate some questions if it doesn't fix it.
    Also, or instead, might try trashing these...
    /Users/nnnn/Library/Preferences/com.apple.internetconnect.plist
    /Library/Preferences/SystemConfiguration/preferences.plist
    /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist
    /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
    /Library/Preferences/com.apple.networkConfig.plist
    Reboot... of course you dont have to trash them, you can just move them to the desktop to drag back if it doesn't work.

  • If object is send twice BUT CHANGED server doesn't respond properly

    It seams there is a bug in Java 6 Serialization:
    Instantiate object x.
    Send it to the server and check the values.
    Change your client-side instance.
    Resend and check the values again.
    The server still shows the old values.
    To prove this is wrote a little code example:
    package testserializablebug;
    import java.io.Serializable;
    public class SharedObject implements Serializable {
        private String s;
        private int i;
        public SharedObject(String s, int i) {
            this.s = s;
            this.i = i;
        public void setI(int i) {
            this.i = i;
        @Override
        public String toString() {
            return s + "::" + i;
    package testserializablebug;
    import java.io.*;
    import java.net.*;
    public class ClientTest {
        DataInputStream in;
        ObjectOutputStream outO;
        public ClientTest() throws UnknownHostException, IOException {
            Socket socket = new Socket("localhost", 8000);
            in = new DataInputStream(socket.getInputStream());
            outO = new ObjectOutputStream(socket.getOutputStream());
            SharedObject so = new SharedObject("Text", 3);
            compareResponse(so);
            so.setI(5);
            compareResponse(so);
        private void compareResponse(SharedObject so) throws IOException {
            outO.writeObject(so);
            String actual = in.readUTF();
            String expected = so.toString();
            if (!actual.equals(expected)) {
                System.err.println("actual    " + actual);
                System.err.println("expected  " + expected);
            } else {
                System.out.println("OK        " + actual);
        public static void main(String[] args) throws UnknownHostException, IOException {
            new ClientTest();
    package testserializablebug;
    import java.io.*;
    import java.net.*;
    public class ServerTest {
        public static void main(String[] args) throws IOException, ClassNotFoundException {
            Socket socket = new ServerSocket(8000).accept();
            ObjectInputStream inO = new ObjectInputStream(socket.getInputStream());
            DataOutputStream out = new DataOutputStream(socket.getOutputStream());
            SharedObject so1 = (SharedObject) inO.readObject();
            out.writeUTF(so1.toString());
            SharedObject so2 = (SharedObject) inO.readObject();
            out.writeUTF(so2.toString());
    }Is this a bug, or am doing something wrong? Any ideas how i can bypass this bug (if it is)?

    Is this a bug, or am doing something wrong? Any ideas how i can bypass this bug (if it is)?It isn't a bug. Read the javadoc for ObjectOutputStream, and for the reset method.
    Kaj

  • The server doesn't respond

    Just from today! Can't receive E-mails (can send!) to my iCloud E-mail adrress!!!
    Receiving a massage that I can't connect to the server.
    No idea what's going on...

    I´ve just tested a solution that keep working for the last 2 days. Before that I had to log off and on again twice or more a day.
    The ip pbx has a feature called "enable qualify" which one tests the sip server each 60s. Once I turned it off the ip pbx has been working fine. 

  • SQL Server 2012 installation problem (error server didn't respond in timely fashion ....)

    Hi everyone,
    I am new to SQL server....I am learning C# programming using visual studio 2013 . And I want to learn SQL database language to create and practice C# database project....My computer meets all the hardware requirement for SQL installation (i.e. My computer
    has window 7 OS , 80 GB freen HD  and 6 GB RAM. ) Therefore I  download Microsoft SQL server express 2012 try to install it in my computer (which already has visual studio).
    But during installation of SQL server  I have problem ...it says
    the server doesn't respond in timely fashion. When I research about it everyone were saying uninstall sql and reinstall again. I uninstall and re install but still having same problem...
    The database engine  also not installed displaying same error.
    I don't know how can i install sql server 2012 to use with visual studio in same computer.
    Can somebody please help with SQL installation please ?
    It will be great help.
    Many thanks in advance 
    regards
    rash

    Hi 
    my summary file is :
    Overall summary:
      Final result:                  Failed: see details below
      Exit code (Decimal):           -2146232832
      Start time:                    2015-04-06 11:34:18
      End time:                      2015-04-06 19:04:46
      Requested action:              Install
    Setup completed with required actions for features.
    Troubleshooting information for those features:
      Next step for SQLEngine:       Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for DQ:              Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for FullText:        Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for Replication:     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for IS:              Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for RS:              Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for AS:              Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
    Machine Properties:
      Machine name:                  RASHA-VAIO
      Machine processor count:       4
      OS version:                    Windows 7
      OS service pack:               Service Pack 1
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                
                     Language             Edition              Version         Clustered 
      SQL Server 2008      SQLEXPRESS           MSSQL10.SQLEXPRESS             Database Engine Services                 1033      
              Express Edition      10.1.2531.0     No        
      SQL Server 2008      SQLEXPRESS           MSSQL10.SQLEXPRESS             SQL Server Replication                   1033      
              Express Edition      10.1.2531.0     No        
    Package properties:
      Description:                   Microsoft SQL Server 2012 Service Pack 1
      ProductName:                   SQL Server 2012
      Type:                          RTM
      Version:                       11
      SPLevel:                       0
      Installation location:         E:\x64\setup\
      Installation edition:          Enterprise
    Product Update Status:
      None discovered.
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      false
      AGTSVCACCOUNT:                 NT Service\SQLSERVERAGENT
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Manual
      ASBACKUPDIR:                   C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Config
      ASDATADIR:                     C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Data
      ASLOGDIR:                      C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Log
      ASPROVIDERMSOLAP:              1
      ASSERVERMODE:                  TABULAR
      ASSVCACCOUNT:                  NT Service\MSSQLServerOLAPService
      ASSVCPASSWORD:                 <empty>
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            RASHA-VAIO\RASHA
      ASTEMPDIR:                     C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CLTCTLRNAME:                   MAIN
      CLTRESULTDIR:                  C:\Program Files (x86)\Microsoft SQL Server\DReplayClient\ResultDir\
      CLTSTARTUPTYPE:                Manual
      CLTSVCACCOUNT:                 NT Service\SQL Server Distributed Replay Client
      CLTSVCPASSWORD:                <empty>
      CLTWORKINGDIR:                 C:\Program Files (x86)\Microsoft SQL Server\DReplayClient\WorkingDir\
      COMMFABRICENCRYPTION:          0
      COMMFABRICNETWORKLEVEL:        0
      COMMFABRICPORT:                0
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20150406_112342\ConfigurationFile.ini
      CTLRSTARTUPTYPE:               Manual
      CTLRSVCACCOUNT:                NT Service\SQL Server Distributed Replay Controller
      CTLRSVCPASSWORD:               <empty>
      CTLRUSERS:                     RASHA-VAIO\RASHA
      ENABLERANU:                    false
      ENU:                           true
      ERRORREPORTING:                false
      FEATURES:                      SQLENGINE, REPLICATION, FULLTEXT, DQ, AS, RS, RS_SHP, RS_SHPWFE, DQC, BIDS, CONN, IS, BC, SDK, BOL, SSMS, ADV_SSMS, DREPLAY_CTLR, DREPLAY_CLT, SNAC_SDK, MDS
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  NT Service\MSSQLFDLauncher
      FTSVCPASSWORD:                 <empty>
      HELP:                          false
      IACCEPTSQLSERVERLICENSETERMS:  false
      INDICATEPROGRESS:              false
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    MSSQLSERVER
      INSTANCENAME:                  MSSQLSERVER
      ISSVCACCOUNT:                  NT Service\MsDtsServer110
      ISSVCPASSWORD:                 <empty>
      ISSVCSTARTUPTYPE:              Automatic
      MATRIXCMBRICKCOMMPORT:         0
      MATRIXCMSERVERNAME:            <empty>
      MATRIXNAME:                    <empty>
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         false
      QUIETSIMPLE:                   false
      ROLE:                          <empty>
      RSINSTALLMODE:                 FilesOnlyMode
      RSSHPINSTALLMODE:              SharePointFilesOnlyMode
      RSSVCACCOUNT:                  NT Service\ReportServer
      RSSVCPASSWORD:                 <empty>
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  SQL
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  Latin1_General_CI_AS
      SQLSVCACCOUNT:                 NT Service\MSSQLSERVER
      SQLSVCPASSWORD:                <empty>
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           RASHA-VAIO\RASHA
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  false
      TCPENABLED:                    1
      UIMODE:                        Normal
      UpdateEnabled:                 true
      UpdateSource:                  MU
      X86:                           false
      Configuration file:            C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20150406_112342\ConfigurationFile.ini
    Detailed results:
      Feature:                       Management Tools - Complete
      Status:                        Passed
      Feature:                       Client Tools Connectivity
      Status:                        Passed
      Feature:                       Client Tools SDK
      Status:                        Passed
      Feature:                       Client Tools Backwards Compatibility
      Status:                        Passed
      Feature:                       Management Tools - Basic
      Status:                        Passed
      Feature:                       SQL Server Data Tools
      Status:                        Passed
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred during the setup process of the feature.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x80004005
      Error description:             The service did not respond to the start or control request in a timely fashion.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xDC112D1C%400xDC80C325&EvtType=0xDC112D1C%400xDC80C325
      Feature:                       Data Quality Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x80004005
      Error description:             The service did not respond to the start or control request in a timely fashion.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xDC112D1C%400xDC80C325&EvtType=0xDC112D1C%400xDC80C325
      Feature:                       Full-Text and Semantic Extractions for Search
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x80004005
      Error description:             The service did not respond to the start or control request in a timely fashion.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xDC112D1C%400xDC80C325&EvtType=0xDC112D1C%400xDC80C325
      Feature:                       SQL Server Replication
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x80004005
      Error description:             The service did not respond to the start or control request in a timely fashion.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xDC112D1C%400xDC80C325&EvtType=0xDC112D1C%400xDC80C325
      Feature:                       Master Data Services
      Status:                        Passed
      Feature:                       Distributed Replay Client
      Status:                        Passed
      Feature:                       Distributed Replay Controller
      Status:                        Passed
      Feature:                       Integration Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred during the setup process of the feature.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Integration Services
      Component error code:          0x84BB0001
      Error description:             The service did not respond to the start or control request in a timely fashion.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xDC112D1C%400xDC80C325&EvtType=0xDC112D1C%400xDC80C325
      Feature:                       Data Quality Client
      Status:                        Passed
      Feature:                       Reporting Services - Native
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred during the setup process of the feature.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Reporting Services
      Component error code:          0x84BB0001
      Error description:             The service did not respond to the start or control request in a timely fashion.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xDC112D1C%400xDC80C325&EvtType=0xDC112D1C%400xDC80C325
      Feature:                       Analysis Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred during the setup process of the feature.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Analysis Services
      Component error code:          0x80131600
      Error description:             The service could not be started. Reason:  The service did not respond to the start or control request in a timely fashion.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0x88A466B0%400x857354B0&EvtType=0x88A466B0%400x857354B0
      Feature:                       Reporting Services - SharePoint
      Status:                        Passed
      Feature:                       Reporting Services Add-in for SharePoint Products
      Status:                        Passed
      Feature:                       SQL Browser
      Status:                        Passed
      Feature:                       Documentation Components
      Status:                        Passed
      Feature:                       SQL Writer
      Status:                        Passed
      Feature:                       SQL Client Connectivity
      Status:                        Passed
      Feature:                       SQL Client Connectivity SDK
      Status:                        Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20150406_112342\SystemConfigurationCheck_Report.htm
    I hope it will help you to figure out ...i dont know how to solve this issue ..i have un install and re install more than 5 times.
    thank you

  • DNS server isn't responding to certain IPs

    Hi,
    I have a laptop with DNS problem. It ping any internal ip but domain controller(my DNS server). if I change dns server to google's public dns, it works but I want to use my own dns server.
    If i change IP address it works. If I give that IP address to another computer, the computer gives the same DNS error. So I figure out that this IP address is the problem and I have 3 IP addresses like this with the same problem.
    How can I find out if My dns block that ip or How can resolve this issue?
    Thank s in Advance.

    Hi  Mugurlu ,
    What do you mean by saying :” It ping any internal ip but domain controller(my DNS server). ” .
    If you mean it can’t ping the DNS server .
    We could check there is route from clients to DNS server .And there is reverse route from DNS server to the clients .The firewall of DNS server should allow the network traffic .
    If you mean it can’t resolve names .
    First we need to ensure the firewall on DNS server allow the network traffic between server and the specific addresses .
    Then we could use network monitor on DNS server to check if the query packets reached or not .
    If not reached , we could check if there is route from clients to DNS server .
    If reached and server responded ,we need to ensure there is route from DNS server to clients .Then we could use Nslookup on client to analyze the process .Open
    Command Prompt ,type nslookup and type
    set d2 .Then type a name ,we could find out the problem through the process .
    If server doesn't respond ,we could enable debug logging on DNS server to analyze the process .Open
    DNS Manager ,right click on DNS server and click Properties .On
    Debug Logging tab ,select the box .
    Here is the guide for Nslookup :
    Nslookup :
    https://technet.microsoft.com/en-us/library/cc940085.aspx
    Best Regards,
    Leo
    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]

  • Dreamweaver CS5 doesn't respond when connecting to server

    I don't know what happened but last night I was working in DW and everything was running fine. I got up this morning to continue where I left off and when I try to connect to my site (local testing server), DW hangs and doesn't respond. I let it be for a bit but when I came back, it was still not responding. I shut it down and restarted it and found that its functionality was fine until I tried to connect locally to my site.
    I created a page in PHP and everything worked ok. Then I created a testing site on my WAMP server for this new page. As soon as I tried to connect to this new testing server, DW hung and wouldn't respond.
    As you may have guessed, this is a server issue.
    I looked at my Wamp server and I couldn't find anything wrong with it. DW just seems to have developed issues with it on its own between last night and today. I don't know why Dreamweaver would all of a sudden take issue with my WAMP server on its own but it has and I don't know how to fix it aside from a complete re-install.
    Can anybody lend guidance before I dive into this last step?
    edit: I forgot to mention...when I restart DW I notice in my files list for my site, that DW created a new copy of my addme.php file as addme_alxr88pca.php. I don't know if that helps but I figured I should add that.

    Hi,
    these and similar events are the blame for it, that I prefer a program which works "outside" of the DW. My reason is: for each task in whatever area we work, we search for the experts, we don't charge a "jack of all trades".
    So I use to upload my files and sometimes for the opposite way, for a necessary download from my server, by using filezilla. It simply looks easier for me to keep track of all operations precisely and generate or reflect easily the desired tree structure.
    Above all, FileZilla has a feature (translation from my German FileZilla) called "compare file list". Here it's possible to use file size or modification time as a criterion. There is also the possibility to "hide identical files", so that only these files which you want to redact remain visible.
    And even if it means you have to install a new program, I am convinced that there is an advantage. Here is the link to get it and where you can read informations about how it works:
    http://filezilla-project.org/ and
    http://wiki.filezilla-project.org/Tutorial#Using_the_site_manager
    Of course, you also need all the access data to reach your server.
    Hans-G.

  • SAP Business One 8.8. Report doesn't show and workstation doesn't respond.

    Hi all,
    We have a customer with:
    SAP Business One 8.8 (8.80.237) PL: 19 HOTFIX1.
    Sql Server 2005
    Crystal Reports 12.1.3.1028
    We have done some reports wich run under server machine but not under workstation.
    Even i've done a dummy report without any data connection and it doesn't run under workstation (server machine works perfectly). This dummy report only show a label with static text "Hola".
    We don't receive any error message, SAP Business One client doesn't respond and in task manager you can see "not responding" message.
    SAP support connected to our customer installation and they suggested us formatting workstations computers. We did it but the problem persists. Thank you very much for your help.
    Kind regards,
    Nauzet Díaz

    Hi,
    In this case, why you not responded to SAP for their suggestion of formatting the workstation?
    If you unfortunately closed the old support ticket, then just raise a new support ticket with reference of the old one too.
    Regards,
    Bala

  • SERVER IS NOT RESPONDING or IS NOT CONSIDERED SUITABLE. ......................... DC2 failed test Advertising Starting test: FrsEvent

    Hi All,
    I have the environment like DC1- 2k3 Service Pack 2 which is holding FSMO roles and now I build a new ADC DC2 – 2k8 R2 OS on different location (Subnet) . After completing ADC I run the DCDAIG on DC2 where I am getting below error
    Not: I tried the configuration D4 and D2 for Burflag but no luck
    Note: DC1 and DC2 both are on different location with different subnet.
    Any suggestion or solution please
    Doing primary tests
       Testing server: indai\DC2
          Starting test: Advertising
             Warning: DsGetDcName returned information for
             \\DC1.test.com, when we were trying to reach
             DC2.
             SERVER IS NOT RESPONDING or IS NOT CONSIDERED SUITABLE.
             ......................... DC2 failed test Advertising
          Starting test: FrsEvent
             There are warning or error events within the last 24 hours after the
             SYSVOL has been shared. 
    Failing SYSVOL replication problems may cause
             Group Policy problems.
    Starting test: NCSecDesc
             Error NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS doesn't have
                Replicating Directory Changes In Filtered Set
             access rights for the naming context:
             DC=DomainDnsZones,DC=mh-man,DC=biz
             Error NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS doesn't have
                Replicating Directory Changes In Filtered Set
             access rights for the naming context:
             DC=ForestDnsZones,DC=mh-man,DC=biz
             ......................... DC2 failed test NCSecDesc
          Starting test: NetLogons
             Unable to connect to the NETLOGON share! (\\DC2\netlogon)
             [DC2] An net use or LsaPolicy operation failed with error
             67, The network name cannot be found..
             ......................... DC2 failed test NetLogons
    Starting test: SystemLog
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   16:40:54
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x00000032
                Time Generated: 09/17/2014   16:40:54
                Event String:
                The time service detected a time difference of greater than 5000 milliseconds for 900 seconds. The time difference might be caused by synchronization with low-accuracy time sources or by suboptimal
    network conditions. The time service is no longer synchronized and cannot provide the time to other clients or update the system clock. When a valid time stamp is received from a time service provider, the time service will correct itself.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   16:41:53
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   16:43:06
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   16:45:15
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   16:47:14
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   16:48:22
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   16:49:34
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   16:50:45
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   16:52:55
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             An error event occurred.  EventID: 0x00000406
                Time Generated: 09/17/2014   16:52:59
                Event String:
                The processing of Group Policy failed. Windows attempted to retrieve new Group Policy settings for this user or computer. Look in the details tab for error code and description. Windows will
    automatically retry this operation at the next refresh cycle. Computers joined to the domain must have proper name resolution and network connectivity to a domain controller for discovery of new Group Policy objects and settings. An event will be logged when
    Group Policy is successful.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   16:54:21
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   16:58:35
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   16:59:48
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   17:00:59
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   17:02:11
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   17:03:24
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   17:05:39
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x0000008E
                Time Generated: 09/17/2014   17:06:47
                Event String:
                The time service has stopped advertising as a time source because the local clock is not synchronized.
             A warning event occurred.  EventID: 0x00000018
                Time Generated: 09/17/2014   17:11:36
                Event String:
                Time Provider NtpClient: No valid response has been received from domain controller DC1.test.com after 8 attempts to contact it. This domain controller will be discarded as a time source and
    NtpClient will attempt to discover a new domain controller from which to synchronize. The error was: The peer is unreachable.
             ......................... DC2 failed test SystemLog
    Pradip Sisodiya

    Hello,
    please upload the following files so we could understand your setup:
    ipconfig /all >c:\ipconfig.log [from each DC/DNS Server]
    dcdiag /v /c /d /e /s:dcname >c:\dcdiag.log
    repadmin /showrepl dc* /verbose /all /intersite >c:\repl.log  ["dc* is a place holder for the starting name of the DCs if they all begin the same (if more then one DC exists)]
    dnslint /ad /s "DCipaddress" (http://support.microsoft.com/kb/321045)
    ADREPLSTATUS
    http://www.microsoft.com/en-us/download/details.aspx?id=30005 can also be exported to file.
    As the output will become large, DON'T post them into the thread, please use Windows OneDrive (https://onedrive.live.com) [with open access!]
    and add the link from it here. Also the /e in dcdiag scans the complete forest, so better run it on COB.
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://blogs.msmvps.com/MWeber
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    Twitter:  

  • Server does not respond my Activacion! Server is Broken!

    Hi every one,
    i cant activate my iphone 5
    and server does not respond my Activacion

    Try clearing Safari's cache : Settings > Safari > Clear Cache (and Clear History)
    If that doesn't work then try closing Safari completely and then re-open it : from the home screen (i.e. not with Safari 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Safari app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    A third option is a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Edge Animate doesn't respond to trigger, auto-plays to the end while previewing in the browser.

    I've this strange problem with EA.
    I was working on a project which was doing pretty well. You may see it over here.
    This afternoon I wanted to make some progress, opened the file, clicked preview in browser. What I saw was the auto-play of animation from start to end. No regard to triggers whatsoever. So, I downloaded the original file from the web server (which obviously is working as you can see from the above link), reopened in AE and tried to preview in the browser, same thing happened, doesn't respond to triggers, just auto-plays start to finish in one go. I hit publish again (with no edits, just loaded up the originals from server, saved and published.), and re-uploaded to the web server to see if it had anything to do with my local settings. It behaved same as the preview, auto play, as if there was no triggers.
    Am i doing something wrong here? or is this a known bug? if so, is there a work around to this issue?
    Thanks!
    PS: I restarted the PC and reinstalled EA, that didn't help either.

    Must be a problem with the graphics drivers or operating system.. Any other system malfunctioning reported ?
    If yes, kindly contact your system admin and format your OS...
    Must be a problem with compatibility, so please do the the above
    Happy browsing

  • Firewall: Error sending to the socket, server is not responding.

    Hi all,
    I'm trying to connect AIX machine to NT DB2 Database through JDBC with a firewall. I'm using the standard port 6789 in JDBC Applet Server in NT DB2. But I've gotten the following message:
    COM.ibm.db2.jdbc.DB2Exception: [IBM][JDBC Driver] CLI0614E Error sending to the socket, server is not responding. SQLSTATE=08S01
    The connection chain I'm using for AIX side is:
    jdbc:db2://192.168.3.4:6789/DATABASE
    I've configured the firewal to allow the port 6789 to be used, and also the other port 51544 (it's for remote administration, I think). I've also checked that wires and other stuff is working fine, but stil I cannot connect to the Database.
    I don't know if there's something missing on the firewall configuration. Before, everything was working without the firewall.
    Any help will be apreciated, THanks.
    Rodrigo, SPAIN

    It looks like no port problem is happening, because we freed all the ports just to see if client tried to use some of them without our knowing. But it was still the same.
    We were thinking about routing issues, but we were able to ping from client to server, and ports 6789 and 51544 were open as well. Maybe JDBC Client Driver is looking for an different IP address than 192.168.3.4. We know the firewall doesn't receive any query from JDBC Client, and that's very strange because if you see the routing tables in AIX machine, the default route is the firewall. Of course, there's not any other static defined route for the server (192.168.3.4), so it's supposed that default route is going to be used. But it's not.
    We also restarted client machine from scratch but nothing. Maybe this problem happens because there's something wrong in AIX networking settings.
    Rodrigo

  • We've encountered the following issues: The remote server is not responding in a proper manner

    I have never downloaded Adobe Creative Cloud/Suite/Photoshop basically anything for myself before and have just bought the Creative suite (£15.88/month) and am trying to install it to my computer (Windows 8). I have downloaded the Creative Cloud Set-Up but am unable to get any further than this. When I click on the download, it looks like it is going to download (Adobe Installer, Downloading Creative Cloud desktop and a loading bar) but then it tells me it has encountered the following issues: The remote server is not responding in a proper manner.
    Now, I have been looking online for a solution and I saw something about changing an OOBE file in Program Files x86>Common Files>Adobe and at first there was no OOBE file so after more looking I thought I might have to download the Adobe Application Manager, which I did, but that doesn't work either, it just says unable to Reach Adobe servers, check internet connectivity (don't think there is anything wrong with this, I've not had any ther problems with internet connectivity) and firewall settings (i disabled the firewalls).
    So I really have no idea what to do, the forums and help sites are confusing and none of the suggestions appear to work?!
    Please help!
    Thanks in advance!

    HI Jneilon,
    Try folowing the kb article : Error "Remote server is not responding" | Install and confirm if its working fine or not .
    If you are behind a corporate network with network restrictions ? If yes, You might want to connect with your IT department and request them to white list the entries for Adobe as mentioned in the article : Creative Cloud Help | About Creative Cloud Packager
    Site/Port information used by Creative Cloud Packager
    The following host/port combinations may need to be whitelisted when logging in with an Adobe ID to download, install, and package applications using the Creative Cloud Packager.
    Address
    Ports
    ccmdls.adobe.com
    443
    ims-na1.adobelogin.com
    80
    443
    ims-prod06.adobelogin.com
    443
    na1r.services.adobe.com
    80
    443
    prod-rel-ffc-ccm.oobesaas.adobe.com
    443
    prod-rel-ffc.oobesaas.adobe.com
    443
    lm.licenses.adobe.com
    80
    443
    ccmdl.adobe.com
    80
    swupmf.adobe.com
    80
    swupdl.adobe.com
    80
    Cheers,
    Kartikay Sharma

  • Server has stopped responding

    Hi there, when trying to connect to the internet (Safari) I get an error message  that the connection failed because the server has stopped responding. I can connect to the itunes store and the app store. I have re-started the computer, router, app, ipad and it still doesn't work. Any suggestions would be appreciated.
    Thanks!

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    6. Potential Quick Fixes When Your iPad Won’t Connect to Your Wifi Network
    http://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-won t-connect-to-your-wifi-network/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    iOS 6 Wifi Problems/Fixes
    Wi-Fi Fix for iOS 6
    https://discussions.apple.com/thread/4823738?tstart=240
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    How to Boost Your Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.h tm
    Troubleshooting a Weak Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/Troubleshooting-A-Weak-Wi-Fi-Sig nal.htm
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    Wi-Fi or Bluetooth settings grayed out or dim
    http://support.apple.com/kb/TS1559
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

Maybe you are looking for