Password expired error when connecting via AFP to a server.

Hello everyone, I am new to OSX server and have had much help from everyone here on many issues just be reading the posts. But now I have one issue that is driving me nuts and I cannot seem to fix it.
I have 10.5.8 with Open Directory and one shared folder on that server. Half the users that connect to the server via AFP (Because they have laptops and conenct remotely) get a password expired error. As a work around I have setup new accounts for them with different ID's which do work but no matter what I do, the old ones wont. I have also noticed that a user can try and connect just one time and thier account gets disabled even though we have it set to disable after 5 failed attempts.
Any help would be greatly appreciated. Thank you.

Hi
One thing you could try is to double-check the Self Signed Certificate has not expired. I've seen this cause similar problems to yours. If it has expired you'll see a Red Triangle by the side of it. Amend it and change the start date to the current date and the expiry date to sometime in the future. It makes sense to set it to 3 or more years from the set start date. There's no logical reason to leave it at the default 12 months. Especially as you'll probably forget this and not watch out for it when it's due to expire.
After you've done this you could set a Password Policy for your users to change their passwords at next login.
Tony

Similar Messages

  • Problem with AppleWorks documents when connecting via ftp to my server

    When I connect over the internet using ftp to my mac mini server (using OS X server 10.4.10) from my iMac G4 (using 10.4.10) all my AppleWork docs will only appear as .bin instead of .cwk.
    If I download one to my G4, it will try to open using stuffit expander but cannot be opened. It comes up with “An error ocurred attempting to expand name.bin unspecified Stuffit Engine internal error” Error #17999
    However Microsoft Word docs show correctly and can be downloaded and opened without problem.
    When I try directly on the server or try from any computer on the local network conected to the server, everthing views correctly and can be opened.
    Could it be to do with any settings on the server when connecting by ftp.
    Thanks for the help.
    julian.c

    One problem still remains that when I download minicad files (which uses OS 9) they show up as .exe and will not open or recognisable by the programme
    I imagine the file is transferring without a suffix and your computer is trying to guess what it is; hence the .exe. Delete this and append the suffix for the correct program and it should open (or use File>Open within the program).

  • Error when connecting via ODBC connections

    Alright, so....
    I have a Windows 7, 64 bit OS.  I installed Oracle 10g, I installed Crystal Reports Xi release 2.
    Via ODBC Administrator, I set up my data sources, and they all connect successfully.
    I go into Crystal Reports, create a new report, and attempt to set a new connect and use those same data sources. I get prompted for my user name and password.  I get the error:
    Logon failed.
    Details: IM004:[Microsoft][ODBC Driver Manager] Driver's SQLAllocHandel on SQL_HANDEL_ENV failed
    HELP!  I've changed security settings, I've wiped my machine and started over from scratch, I've even installed Oracle 11g. Please help!  I'm about to pull my hair out. I am sure this is probably something easy or something I've overlooked, but I give up and throw the towel in.

    Go into \windows\syswow64 and use the odbcadm32.exe located in there. It's the 32 bit version of the ODBC Administrator.
    Also, search before posting and this has been answered.
    And you need Service Pack 6 to be supported on Windows 7.
    Thank you
    Don
    Edited by: Don Williams on Aug 27, 2010 2:31 PM

  • HT4623 Software Expired error when connecting to iTunes

    Suddenly today I got an error on my iphone4s that it required an activation. But after trying a number of time to rekey my account details I became frustated and tried to use iTunes. When I connected my iphone to itunes error popped "Software has expired .....".. And I Started to wonder what happend.
    Also I am left without any phone access for now.
    Any idea what is going on ???
    Thanks.

    Hi there Bailey0207,
    You may find the troubleshooting steps in the article below helpful.
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    -Griff W. 

  • N97 Errors when connecting via mini usb

    Hey All,
    I am a happy new owner of an N97, it took alot to leave my normal HTC and HP iPaq but i love the N97.
    Except one little thing, i am unable to connect my phone to the PC suite via USB.
    when i connect the phone it does give me the option to select PC Suite and i choose it but Nokia PC synch and Ovi Suite says the phone is not connected!
    please can someone help??
    Solved!
    Go to Solution.

    An alternative to PC Suite is to use Nokia's Ovi Suite 2.  There is a recently released beta available from Nokia's Beta Labs.  It's a much nicer interface and everything is integrated into one interface instead of a mish-mash of bits and pieces that form PC Suite.
    http://betalabs.nokia.com/ovisuite
    Ovi Suite 2 has been a lot less problematic for me.  When it goes from Beta to Final release, Nokia will be getting rid of PC Suite anyway so you'll already be familiar with the software when it's the only offering from Nokia.
    Message Edited by matt_t on 08-Oct-2009 11:13 AM
    Nokia N8 on O2-UK
    Firmware 022.014

  • Apache is throwing NLS_LANG error when connecting via HTTPS using a DAD

    Our Apache server is throwing this error
    [Wed May  6 11:53:52 2009] [alert] [client 69.246.251.48] [ecid: 223452213192,1] mod_plsql: Unable to issue alter session : alter session set nls_language= "AMERICAN" ""
    every time we connect to the server using HTTPS (the connection is using DAD -- see below for the DAD configuration).
    If we run the same connection using HTTP it works fine.
    Anyone know why this would happen and how we can correct it?
    DAD configuration:
    <Location /plshes>
    SetHandler pls_handler
    Order allow,deny
    Allow from All
    AllowOverride None
    PlsqlDatabaseUsername hes
    PlsqlDatabasePassword @<password here>=
    PlsqlDatabaseConnectString hpprd NetServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA_WE8ISO8859P1
    PlsqlAuthenticationMode PerPackageOwa
    PlsqlSessionStateManagement StatelessWithFastResetPackageState
    PlsqlErrorStyle ModPlsqlStyle
    PlsqlAlwaysDescribeProcedure Off
    </Location>

    @AMN -- I'm sort of in your camp in that I don't think I should have to remove that line (which I've not been able to test yet, by the way). It's possible removing the line might bypass the issue since the statement will never get issued in the first place, but I will know there is some sort of issue between HTTP and HTTPS that is throwing this error.
    To answer your questions:
    1. The portal database (IASDB) returns:
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CHARACTERSET WE8ISO8859P1
    2. What do you mean by "pls/hes"?
    3b. Which type of OAS? Can you clarify this question? OAS 10g (which means IASDB is version 9i). We run Apache using Webcache. This OAS serves up a custom application written largely in Forms and PL/SQL. Hmmm, maybe that's not what you mean by this question , though...
    3a. Explain our SSL configuration -- I'll try. I configfured this 4 to 5 years ago and haven't changed it at all other than to update the Oracle Wallet certificates every year or two. We have a single physical server that hosts our infrsastructure and mid-tier components and nothing more. As mentioned, Apache is our webserver and we run Oracle's Webcache. The twist in our configuration (and probably the source of this issue we are having is somewhere in this twist) is that we use one physical server and one Apache web server to serve up both HTTP and HTTPS using a virtual host within Apache and then we deifned multiple sites and origin servers with several redirects on various ports so we can handle SSL and non-SSL connections depending on whether they come to us externally (inTERnet) or internally (inTRAnet).
    Webcache sites (hes2 is the server name):
    Site Origin Server
    hes2:7778 hes2:7779
    www.OurWebSite.com:80 hes2:8000
    hes2:80 hes2:7779
    sso.OurWebSite.com:80 hes2:7777
    www.OurWebSite.com:443 hes2:4444
    Webcache origin servers:
    hes2:7777 HTTP
    hes2:7779 HTTP
    hes2:8000 HTTP
    www.OurWebSite.com:4444 HTTPS
    Webcache listen ports:
    443 HTTPS -- has Oracle wallet defined for it
    7778 HTTP
    80 HTTP
    Navigating to http://www.OurWebSite.com will redirect to hes2:8000, which is our virtual server (configuration below). Navigating to https://www.OurWebSite.com will redirect to hes2:4444.
    There is probably a little more I need to provide to answer the "SSL configuration" question, but I think that is enough for now as this is already a long response -- my apologies for that.
    Virtual host configuration in httpd.conf:
    <VirtualHost *:8000>
    ServerName www.OurWebsiteName.com
    ServerAdmin [email protected]
    Port 80
    DocumentRoot "/u01/app1/oracle/10gasm/Apache/Apache/htdocs"
    RewriteEngine on
    RewriteOptions inherit
    RewriteCond %{HTTP_HOST}!^www\.OurWebSite\.com [NC]
    RewriteRule ^/(.*) http://www.OurWebSite.com/$1 [L,R]
    OssoIpCheck off
    OssoConfigFile /u01/app1/oracle/10gasm/Apache/Apache/conf/osso/osso-www.conf
    <Location /portal>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Location>
    <Location /forms>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Location>
    <Location /discoverer>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Location>
    <Directory /u01/app1/oracle/10gasm/Apache/Apache/htdocs/docs>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Directory>
    <Directory /u01/app1/oracle/10gasm/Apache/Apache/htdocs/images>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Directory>
    <Directory /u01/app1/oracle/10gasm/Apache/Apache/htdocs/optiform>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Directory>
    LogLevel error
    ErrorLog "|/u01/app1/oracle/10gasm/Apache/Apache/logs/www_error_log 43200"
    </VirtualHost>

  • SharePoint Designer: Error when connecting to my customer production server

    Every time I try to connect to any SharePoint site running on my customer server I get the following error.
    An error occurred accessing your Microsoft SharePoint Foundation site files. Authors - if authoring against a Web server, please contact the Webmaster for this server's Web site. WebMasters - please see the server's application event log for more details.
    I already checked the sharepoint options in CA and in every site in the mentioned server. Everything seens correct but the error persists. 
    It looks like there is no direct relation to SharePoint and something else in the server but I was not able to determine what could cause such behaviour.
    Hope someone here has something to say.
    Thanks in advance.

    Hi Devendra. Thank you for your reply.
    Actualy, I insanely checked the ULS and Event Viewer logs without any clue of what is going on.
    After reading the article you suggested, I went to test a little bit more on SharePoint permissions, IIS handlers, filters and so on and I'm still stuck in this error.
    At my last attempt, I tried to analyse "the conversation" between the SPD and the problematic server and compare to a good one using Fiddler. I could see that in the good one SPD continues the site request asking for some dlls that it doesn't do with the
    bad server. Take a look:
    Result
    Protocol
    Host
    URL
    Body
    Caching
    Content-Type
    Process
    Comments
    Custom
    1
    401
    HTTP
    <workingSite>
    /_vti_inf.html
    16
    text/plain; charset=utf-8
    spdesign:4536
    6
    200
    HTTP
    Tunnel to
    roaming.officeapps.live.com:443
    0
    spdesign:4536
    7
    200
    HTTP
    <workingSite>
    /_vti_inf.html
    247
    private,max-age=0; Expires: Sat, 09 Aug 2014 01:36:07 GMT
    spdesign:4536
    8
    200
    HTTP
    <workingSite>
    /_vti_bin/shtml.dll/_vti_rpc
    230
    application/x-vermeer-rpc
    spdesign:4536
    9
    401
    HTTP
    <workingSite>
    /_vti_bin/_vti_aut/author.dll
    0
    spdesign:4536
    10
    200
    HTTP
    <workingSite>
    /_vti_bin/_vti_aut/author.dll
    2.690
    application/x-vermeer-rpc
    spdesign:4536
    11
    401
    HTTP
    <workingSite>
    /_vti_bin/sites.asmx
    0
    spdesign:4536
    while in the bad one...
    Result
    Protocol
    Host
    URL
    Body
    Caching
    Content-Type
    Process
    Comments
    Custom
    56
    401
    HTTP
    <notWorkingSite>
    /_vti_inf.html
    16
    text/plain; charset=utf-8
    spdesign:4536
    57
    401
    HTTP
    <notWorkingSite>
    /_vti_inf.html
    0
    spdesign:4536
    58
    200
    HTTP
    Tunnel to
    roaming.officeapps.live.com:443
    0
    spdesign:4536
    59
    200
    HTTP
    <notWorkingSite>
    /_vti_inf.html
    247
    private,max-age=0; Expires: Sat, 09 Aug 2014 01:38:31 GMT
    spdesign:4536
    60
    200
    HTTP
    intranet.projectmanager.com.br
    /_vti_bin/shtml.dll/_vti_rpc
    1.960
    application/x-vermeer-rpc
    spdesign:4536
    61
    401
    HTTP
    <notWorkingSite>
    0
    spdesign:4536
    62
    207
    HTTP
    <notWorkingSite>
    376
    no-cache
    text/xml
    spdesign:4536
    63
    200
    HTTP
    <notWorkingSite>
    /_vti_inf.html
    247
    private,max-age=0; Expires: Sat, 09 Aug 2014 01:38:32 GMT
    spdesign:4536
    After all this, i'm pretty sure that the problem is related to something external to SharePoint configurations. The same SPD is capable to connect to any other server but this one. The SharePoint sites are working very well even reading its files with a
    remote Windows File Explorer but nothing with SPD.
    Thanks again for your reply

  • OS X Lion gets kernel panic when connecting via CIFS

    A customer of ours has problems with OS X Lion clients that get kernel panic when connecting via CIFS (Novell OES server).
    Any new on this issue?
    Tycho Sjgren
    Apoio AB

    Originally Posted by tychosjogren
    Sorry for the late response - had to check a few things with the customer.
    They use the latest OES version with all the latest sp and patches applied. They have even tested with the an OES 11 beta with the same result. The OS run as a VM on VMware in 64 bit mode attached to a SAN. Has also been tested as a plain install without VMware. The Lion version is 10.7.2.
    This is how the problem occurs:
    1. Mount the CIFS share - no problems
    2. Use the share - no problems
    3. If the network connection drops you get a message that the CIFS volume has disappeared and you are asked to unmount it. When you do that you get a kernel panic. You can force the problem to happen by turning of WiFi.
    So it is OES2 but which version (SP1, SP2, or SP3)? Interesting as I'd only heard of this with NetWare 6.5.
    Do you (and anyone else experiencing this issue in this thread) know if this has recently started happening, perhaps after the latest November 2011 Scheduled Maintenance patches were installed?
    I'll hopefully be able to do some testing tomorrow but in the meantime I've asked Novell ...
    HTH.

  • 10.6.1: Can't resolve FQDN when connecting via WLAN / Airport Base Station

    Hi everybody,
    after hours of work and having read many helpful topics in this forum (and other) I've successfully setup a Single Signon Environment for my home office. It's a dual core macmini server running 10.6.1 and only mac clients.
    The server is connected via switch to my airport extreme base station. This airport station uses PPPoE to connect to my ISP and it has the DHCP service running, handing out the clients' IP addresses. The server and the switch have all static IP addresses.
    My issue is the following:
    Whenever I connect via wifi or vpn using my MBP, I am not able to "bind" to the server (via system preferences : users : login setting) using the FQDN. The error is "can't resolve address. -2200" Instead it only finds myserver.local - and then I am able to set up my wifi connected client.
    However, when I set up the client with the .local address I am unable to get a kerberos ticket for my users. The ticket viewer says, that it can't resolve the address for myserver.mycompany.private
    I was able to get afp or ical to work on my vpn or airport connected clients when I used the server's IP address instead of a domain name - but only with kerberos turned off and with other problems.
    I've heard that if everything is configured right, the server should show up in every clients' sidebar with its FQDN and NOT the bonjour name. Right now it shows only the bonjour name - even on the clients connected via Ethernet.
    The other strange thing is that when I log into my client system I still have to authenticate with ticket viewer in order to get my kerberos ticket. Usually Single Signon should work with the login window, right?
    I really don't know what else to do. I double checked my DNS settings and everything seems ok. I entered the FQDN of the my server in the airport stations' DHCP settings as "LDAP server" - nothing changed...
    Do I need to use the server's DHCP service instead of the airport station's DHCP? And if I do this, how to I turn off airport's DHCP? It does not seem to be possible when connected via PPPoE to my ISP.
    I am unsure what to do in order to get things to work. Anybody out there who can help?

    Hi Davidh and thanks for posting!
    I had 3 DNS entries in my client's network settings - one was the server and the other 2 were from my ISP. Removing the ISP's DNS entries and keeping the server DNS IP solved my kerberos issue. Wow!
    I'd never thought that it won't work with more than the server given as DNS entries. I'll need to check this with my iPhone later, because I had a similar issue with that device yesterday when trying to connect via VPN.
    Thanks very much!
    Still one question:
    The sidebar of my clients still don't show the server's FQDN - but only its bonjour name. Is this right? I read in another forum that the client's sidebar should show the FQDN if everything is configured right.

  • -13005 Error when connecting to 2003 Server

    I've got a 2003 Server setup with Active Directory and I've enabled SFM (Services for Macintosh), and created a few mac shares.
    I created a new account and left the "User must change password at next logon" option enabled, something I don't usually do.
    I then went to my 10.4.7 client machine and tried to connect via AFP to the 2003 Server. It presented me with the following error:
    Connection Failed:
    -13005
    I went back and reset the password for the user and did not enable the "user must change password at next logon" option and I was able to login with no issues at all.
    I ran some tests using Mac OS X 10.4.0 thru 10.4.7.
    From 10.4.0 thru to 10.4.5 I did not see the aforementioned issue, I was prompted by the OS that I needed to change my password, and I was then able to do so.
    From 10.4.6 thru 10.4.7, I see the issue. So what's the difference?
    The major difference I've found is that the User Authentication Method being used by default in 10.4.0 - 10.4.5 is "Clear Text", whereas with 10.4.6 - 10.4.7, the OS is deciding to use "Microsoft UAM 3.0".
    If I change SFM from "Apple Clear Text and Microsoft" to "Apple Clear Text" then I don't see the problem under 10.4.6 and 10.4.7. This is logical as the only UAM the OS can use at this point is Clear Text.
    I've also tried using Group Logic's ExtremeZ-IP product instead of SFM and I do not see the issue, this is because EZIP supports the DHX UAM, and the OS will use that instead of it's MS UAM (note that the UAM is Apple's pre-installed version, and NOT the version you can download and install from Microsoft).
    I've also tried changing the password for a user account that did not have "require password change at next logon" set and it does not work if the UAM being used by the OS is "Microsoft UAM 3.0", in this siutation I see a "Password change failed -50" error dialog.
    So it would appear the issue is with Apple's "Microsoft UAM 3.0".
    Has anyone else encountered this issue, if so, did you find a workaround that did not involve using ExtremeZ-IP? or setting the authentication options in SFM to "Apple Clear Text"

    Very possibly this is due to differences in AFP protocol versions.
    Windows Server has not updated its AFP protocol since version 2.2. Mac OS X uses version 3.1 for Panther and 3.2 for Tiger. Possibly incremental changes are occuring between minor OS updates as well. Just a thought.
    Hope this helps!
    bill
    1 GHz Powerbook G4   Mac OS X (10.4.7)  

  • Error when connecting to portal from some machines

    Hi all,
    Can anyone help me with this.
    I get this jserver error when connecting to portal from some
    client machines.
    I works fine from the others. Any ideas?
    This is the error I get:
    [08/01/2002 17:41:57:618 GMT+00:00] page/Timeout occurred,
    label=73 url=http://odeceixe:81/pls/portal30/!
    PORTAL30.wwpro_app_provider.execute_portlet time=15828ms
    [08/01/2002 17:41:57:618 GMT+00:00] page/ContentFetcher
    Unexpected Exception, name=content-fetcher5
    java.io.EOFException: Premature EOF encountered
         at HTTPClient.StreamDemultiplexor.read
    (StreamDemultiplexor.java, Compiled Code)
         at HTTPClient.RespInputStream.read(RespInputStream.java,
    Compiled Code)
         at java.io.InputStream.read(InputStream.java:95)
         at java.io.InputStreamReader.fill
    (InputStreamReader.java:163)
         at java.io.InputStreamReader.read
    (InputStreamReader.java:239)
         at oracle.webdb.page.ContentFetcher.run
    (ContentFetcher.java, Compiled Code)

    Did you ever find the cause of this, I am receiving the same message, but as you said, only when connecting to the portal via a certain pc.

  • Error When connecting proxy

    Hi,
    When I try to connect proxy in application, it is not connecting instead when I check whether it is going through proxy or not it is telling that it is establishing direct connection only. Here I have posted part of the coding. Please If any error give me a hint.
                System.setProperty("ProxySet", "true");
                SocketAddress addr = new InetSocketAddress("webcache.mydomain.com",80);
                proxy=new Proxy(Proxy.Type.HTTP,addr);here in this code part I am checking whether is connecting with proxy or not.
    URL u = new URL(url);
    URLConnection uu=u.openConnection(ScrapperInterface.proxy);
    try
                    URI uuu = uu.getURL().toURI();
                    List l=ProxySelector.getDefault().select(uuu);
                    for (Iterator iter = l.iterator(); iter.hasNext(); )
                         Proxy proxy = (Proxy) iter.next();
                         System.out.println("proxy hostname : " +proxy.type());
                         InetSocketAddress add = (InetSocketAddress)proxy.address();
                         if(add == null)
                             System.out.println("No Proxy");
                         else
                             System.out.println("proxy hostname : " +add.getHostName());
                             System.out.println("proxy port : " +add.getPort());
    catch (URISyntaxException ex)
                    Logger.getLogger(StartThread.class.getName()).log(Level.SEVERE, null, ex);
    }Output is:
    proxy hostname : DIRECT
    No Proxy

    Re: Error When connecting proxy You didn't get any error when you created the connection. Your title is misleading. Probably you are misleading yourself - see below.
    System.setProperty("ProxySet", "true");That does nothing. There is no such property, contrary to widespread belief.
    SocketAddress addr = new InetSocketAddress("webcache.mydomain.com",80);
    proxy=new Proxy(Proxy.Type.HTTP,addr);... and using java.net.Proxy has nothing to do with system properties in any case.
    URLConnection uu=u.openConnection(ScrapperInterface.proxy);Here you are opening a URLConnection via the proxy. As you got output from the code further down it is clear that this step must have succeeded. So all the code below is pointless.
    URI uuu = uu.getURL().toURI();Here you are getting the URI you created the connection for.
    List l=ProxySelector.getDefault().select(uuu);Here you are getting the Proxies the default ProxySelector would have given you for that URI. Nothing to do with the URLConnection you created, and nothing to do with the Proxy you created either.
    InetSocketAddress add = (InetSocketAddress)proxy.address();So here you are testing the proxy address for the system's default proxy for that URI. Again, nothing to do with what you did above.
    What you should be doing here is using the URLConnection you have already created. Not testing an address.

  • SSL error when connecting in SAP HANA Cloud Portal tutorial

    Hi,
    I'm going through the tutorial for SAP HANA Cloud Portal - SAP HANA Cloud Portal Developers Tutorial
    Unfortuanatelly I have problems with deploying public destinations (page 9).
    When I try to deploy the destination for the CRM back from the command console using neo command with relevant parameters and entering my password I get the following error:
    ERROR; SSL error when connecting to https://configapi.hanatrial.onedemand.com/configuraiton/api/rest; server certificate might be invalid or untrusted.
    Logfiles.
    Session log
    2014-08-18 15:53:59,579 DEBUG [main] org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager$1: Get connection: HttpRoute[{s}->https://configapi.hanatrial.onedemand.com], timeout = 0 2014-08-18 15:53:59,581 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]] total kept alive: 0, total issued: 0, total allocated: 0 out of 20 2014-08-18 15:53:59,581 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: No free connections [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]][null] 2014-08-18 15:53:59,581 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Available capacity: 2 out of 2 [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]][null] 2014-08-18 15:53:59,582 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Creating new connection [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]] 2014-08-18 15:53:59,729 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnectionOperator: Connecting to configapi.hanatrial.onedemand.com/216.128.6.149:443 2014-08-18 15:54:00,035 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: Connection closed 2014-08-18 15:54:00,035 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: Connection shut down 2014-08-18 15:54:00,036 DEBUG [main] org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager: Released connection is not reusable. 2014-08-18 15:54:00,036 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Releasing connection [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]][null] 2014-08-18 15:54:00,037 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Notifying no-one, there are no waiting threads
    Console log
    2014-08-18 15:53:56,080 INFO  [main] com.sap.jpaas.infrastructure.console.CommandManager: Starting execution of command [get-destination] 2014-08-18 15:53:56,086 INFO  [main] com.sap.jpaas.infrastructure.console.CommandManager: Command [get-destination] init() finished for [1] ms 2014-08-18 15:54:00,038 INFO  [main] com.sap.jpaas.infrastructure.console.CommandManager: Command [get-destination] cleanup() finished for [0] ms 2014-08-18 15:54:00,046 FATAL [main] com.sap.jpaas.infrastructure.console.ConsoleClient: (!) ERROR; SSL error when connecting to https://configapi.hanatrial.onedemand.com/configuration/api/rest; server certificate might be invalid or untrusted com.sap.jpaas.infrastructure.console.exception.ValidationException at com.sap.jpaas.infrastructure.console.command.RemoteCommand.getHttpClient(RemoteCommand.java:97) at com.sap.jpaas.infrastructure.console.command.UnsecuredRemoteCommand.getHttpClient(UnsecuredRemoteCommand.java:57) at com.sap.core.connectivity.config.cmd.ConfigurationConsoleCommand.createHttpClient(ConfigurationConsoleCommand.java:254) at com.sap.core.connectivity.config.cmd.GetAction.download(GetAction.java:79) at com.sap.core.connectivity.config.cmd.GetAction.run(GetAction.java:52) at com.sap.jpaas.infrastructure.console.CommandManager.run(CommandManager.java:295) at com.sap.jpaas.infrastructure.console.CommandManager.run(CommandManager.java:260) at com.sap.jpaas.infrastructure.console.ConsoleClient.run(ConsoleClient.java:235) at com.sap.jpaas.infrastructure.console.ConsoleClient.main(ConsoleClient.java:85) Caused by: com.sap.core.utils.infrastructure.validation.HostValidationException: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at com.sap.core.utils.infrastructure.validation.LandscapeHostValidator.getHttpClient(LandscapeHostValidator.java:304) at com.sap.jpaas.infrastructure.console.command.RemoteCommand.getHttpClient(RemoteCommand.java:95) ... 8 more Caused by: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at sun.security.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:397) at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:128) at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:390) at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:148) at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:149) at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:121) at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:561) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:415) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:776) at com.sap.core.utils.infrastructure.validation.LandscapeHostValidator.getHttpClient(LandscapeHostValidator.java:284) ... 9 more
    BR
    Beata

    Hi Beata,
    The CRM scenario is working again. We had to re install the Connector and deploy a new proxy app.
    Therefore you would need to download the code from the GitHub repository again. The changes you need to do on your side:
    1. Redeploy the new crm__public destination file - the updated destination now points to the new location of the proxy application
    2. Update the code of the registration form scripts (form.js and form.spec.xml).
    Regards,
    Ido

  • Kerberos issue when connecting via VPN

    Hi,
    I am have some issues when connecting via VPN.
    The following kdc log is issued when I log via VPN
    May 02 12:12:21 ATHENA.MYDOMAIN.LAN krb5kdc[163](info): DISPATCH: repeated (retransmitted?) request from 192.168.2.5, resending previous response
    May 02 12:12:21 ATHENA.MYDOMAIN.LAN krb5kdc[163](info): TGS_REQ (7 etypes {18 17 16 23 1 3 2}) 192.168.2.5: UNKNOWN_SERVER: authtime 1146535939, [email protected] for ldap/[email protected], Server not found in Kerberos database
    I also have a system log May 2 12:12:21 ATHENA DirectoryService[41]: GSSAPI Error: Miscellaneous failure (Server not found in Kerberos database)
    This logs only happen while logging through VPN.
    Any idea?
    Cheers
    Ben

    Hi,
    When using your VPN are yo using Terminal LIcense or Remote Desktop Connection?
    Please do the following to save form settings:
    1. Only 1 module should be open when using form settings.
        Close other modules that doesn't need.
    2. Close the module after changed. To make sure the settings are saved.
    3. Always close all the module before exiting SBO program, use the click FIle and Exit habit.
    4. Terminal Licensing should be use when connecting remotely.
    Thanks.
    Clint

  • Ipad apps won't load when connected via Comcast wifi

    We are trying out Comcast for 30 days. We already had Uverse so right now we have both. When connect via Uverse everything works fine on my iPad as always has. Internet access, apps load etc. when I switch over to the Comcast wifi, I can access internet just fine. Sped test are all hella fast. But for some reason a few of my apps/games won't load. for example I have a price is right bingo game. It will not load when connected via Comcast. I get an error that say it won't connect and to check my internet access. and my internet access will be working fine.  If I switch back over to uverse the game will load.  There are a couple other apps doing the same thing. Anyone seen this before? I have an iPad Air 2 on iOS 8.1.2

    Hello, SockMonkeyGirl.  
    Thank you for visiting Apple Support Communities.  
    I understand that you are unable to use your internet based applications when connected to the Comcast network only.  I would recommend making sure that this Comcast network settings are updated to the recommend as outlined below.  Also make sure that all firewalls are disabled as well.  
    iOS and OS X: Recommended settings for Wi-Fi routers and access points
    http://support.apple.com/en-us/HT202068
    Cheers, 
    Jason H.  

Maybe you are looking for

  • Will I need to upgrade my software?

    I'm running a Macbook Pro with OS X 10.5.8 and am considering buying an IPad Mini so I can download documents for use at meetings. I want to know if I need to upgarde thew software on my Macbook so the two devices will work together.  If the answer i

  • My Mail has no Preferences

    I'm using Mail 1.3.11 that came with my OS 10.3. Everytime I try to do something simple like add a Signature, Mail Help tells me to go to Mail/Preferences. Mail Help tells me I'm supposed to have tabs for General, Accounts, Junk Mail, Fonts & Colors,

  • Reg: table update

    Hi, I want to update the tables in production server. But No one have authorization to change the table contents in debug mode.  Even Table does not have table maintenance generator option. It is customised table , even it does not have any view.  I

  • Internet Explorer 11 'You are about to leave a secure connection'

    Hi there, I work in an IT Dept and we are testing Internet Explorer 11 for our latest build. It seems that when we switch the 'Warn if changing betwen secure and nonsecure mode' off, then webpages are stuggling to load. When the setting is turned on

  • Problem in shuffling the button and puting image on button in the same code

    I'm trying to make 16 block puzzel game. The following code is showing desired output when I'm running it in textpad but it's showing the output in eclipse. Please tell me the reason behind it. import java.awt.*; import javax.swing.*; import java.awt