Connection with Ldap failed when Upgrade to Colfusion 8

Hi,
I have a problem with cfldap tag used in CF8. I have a cfldap tag defined in my application which works fine on CFMX7. But the moment I installed CF8, it gives me an error - "Connection to LDAP server failed."
My cfldap tag goes as below:-
[CFLDAP NAME="qLDAP"
START = "O=myCompany,C=valueOfC"
SERVER="ldapServerName"
FILTER="(alias=myLdapAlias)"
SORT="SN,GIVENNAME,ALIAS"
ATTRIBUTES= "ALIAS,SN,MODIFYTIMESTAMP"
ACTION="QUERY"
SCOPE="SUBTREE"
TIMEOUT="60000"
referral="yes"
secure="CFSSL_BASIC"
USERNAME="cn=valueOfcn, ou=contractor, o=myCompany, c=valueOfc"
PASSWORD="myLdapPassword"
PORT="636"]
                   [cfdump var="#qLdap#"]
The wierd thing is when I remove secure,username,password & port attributes from the above CFLDAP tag, it works fine & gets me LDAP results. The moment i put these attributes back in the CFLDAP tag, it fails. I had installed ssl secure on my IIS too. what else am I missing ?
My error is - "Connection to LDAP server failed."
When I expanded the stack trace, I get the following :-
coldfusion.tagext.net.LdapTag$UnknownHostException: Connection to LDAP server failed.
Need your help...............

What is your current build?
If you are getting a yellow triangle, most likely either the update.zip or update.xml are corrupt. You should be able to delete both files and try updating again.
I used to have a:
K1_A301_14_14_120109_US

Similar Messages

  • Untrusted server cert chain - while connecting with ldap

    Hi All,
    I am getting the following error while running a standalone java program in windows 2000+jdk1.3 environment to connect with LDAP.
    javax.naming.CommunicationException: hostname:636 [Root exception is ja
    vax.net.ssl.SSLException: untrusted server cert chain]
    javax.naming.CommunicationException: hostname:636. Root exception is j
    avax.net.ssl.SSLException: untrusted server cert chain
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA12275)
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.a(DashoA12275)
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(DashoA12
    275)
    at com.sun.net.ssl.internal.ssl.Handshaker.process_record(DashoA12275)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA12275)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA12275)
    at com.sun.net.ssl.internal.ssl.AppOutputStream.write(DashoA12275)
    at java.io.OutputStream.write(Unknown Source)
    at com.sun.jndi.ldap.Connection.<init>(Unknown Source)
    at com.sun.jndi.ldap.LdapClient.<init>(Unknown Source)
    at com.sun.jndi.ldap.LdapCtx.connect(Unknown Source)
    at com.sun.jndi.ldap.LdapCtx.<init>(Unknown Source)
    at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(Unknown Source)
    at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
    at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
    at javax.naming.InitialContext.init(Unknown Source)
    at javax.naming.InitialContext.<init>(Unknown Source)
    at javax.naming.directory.InitialDirContext.<init>(Unknown Source)
    at Test2.getProxyDirContext(Test2.java:66)
    at Test2.main(Test2.java:40)
    Any help would be appreciated
    Thanks in Advance
    Somu

    This got resolved when in the code the following
    System.setProperty("javax.net.ssl.tmrustStore", CertFileName);
    where cert file name is the filename with complete path.the file is a CA certificate of the LDAP server
    in X509 format

  • My IPhone 3GS is unlocked and i went to update the software and it said that an unknown error has occurred and said it needed to be restored to connect with Itunes. When i got to restore it, it gets about 3/4 of the way done, says an unknown error(1015)

    Hey guys. My IPhone 3GS is unlocked and i went to update the software and it said that an unknown error has occurred and said it needed to be restored to connect with Itunes. When i got to restore it, it gets about 3/4 of the way done, says an unknown error has occured(1015). I have no clue what to do and all and any help would be amazing.

    See Here
    https://discussions.apple.com/message/15290457#15290457
    From the More Like This  on the right...

  • My iPod is disabled, but not because I forgot the password. It says I need to connect with iTunes, but when I try it says I need to enter the password. What do I do?

    My iPod is disabled, but not because I forgot the password. It says I need to connect with iTunes, but when I try it says I need to enter the password. What do I do?

    Disabled
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    If problem what happens or does not happen and when in the instructions? When you successfully get the iPod in recovery mode and connect to computer iTunes should say it found an iPod in recovery mode.

  • No video signal in remote connection with Mac mini when the display is off

    No video signal in remote connection with Mac mini when the display is off

    So you mean that Mac mini is different than other ordinary computer and is need an active display to avoid black screen in remote session!!!!!Oh my god, Steve would be embarrassed!

  • IMac losing wiffi connection with airport express when sleeping. I can't wake the iMac with the remote app on the iPhone. What is wrong?

    iMac losing wiffi connection with airport express when sleeping. I can't wake the iMac with the remote app on the iPhone. when i open airportconfiguration on the iphone is see that the imac isn't connected anymore. Normaly the airport express wake up the iMac but it doens't. What is wrong?

    anyone knows a reason for the item above?

  • Attempting to construct LDAP query with getobject fails when passing string

    Hello.
    I have a very simple question. I am trying to pass a constructed LDAP string to getobject and it fails, but works otherwise.
    ldapStr = chr(34) & "LDAP://" & "CN=Security Group" & ",OU=Security Groups,OU=SomeOU,DC=subdomain,DC=domain,DC=com" & chr(34)
    Set objGroup1 = GetObject("LDAP://CN=Security Group,OU=Security Groups,OU=SomeOU,DC=subdomain,DC=domain,DC=com")
    Set objGroup2 = GetObject(ldapstr)
    objGroup1.GetInfoobjGroup2.GetInfo
    "objGroup1.GetInfo" works, while objGroup2.GetInfo fails with "(null): Invalid Syntax". I have tried escaping using a backslash (\) before the commas and forward slashes but same thing. I was hoping someone might be able to
    explain why getObject is not allowing me to pass this string when connecting via LDAP.
    Thanks for your help.

    Or this:
    strGroup="Security Group"
    ldapStr= "LDAP://CN=" & strGroup & ",OU=Security Groups,OU=SomeOU,DC=subdomain,DC=domain,DC=com"
    Just cat the strings.  Don't add extra quotes.
    ¯\_(ツ)_/¯

  • ACS loses connection with AD occasionally after upgrade from 5.2 to 5.3.0.40

    ACS had been integrated with Active Directory before ACS upgrade to 5.3. After the ACS 5.3 upgrade users aren’t able to login to AAA devices occasionally. Error message is:
    {AuthenticationResult=Error; Type=Authentication; Authen-Reply-Status=Error; }
    24429 Could not establish connection with Active Directory
    At the same time, when this issue occurs, ACS connection to AD works fine (checked with Users and Identity Stores> External Identity Stores > Active Directory “Test Connection”)

    I had the same problem, I opened a Cisco TAC case and my issue was resolved.
    Sent: Tuesday, 14 August 2012 9:58 AM
    Subject: RE: 622739355 HelpDesk#SVR328332-2 : Troubleshoot Cisco ACS 1121 v5.3 With Windows Active Directory
    Hi Ramraj,
    Thanks for the link to the article, but from what I’ve seen in the logs I’m not sure that we’ve got the same root cause to the issue.
    From the ACSADAgent.log files I can see log messages like:
    Aug 11 11:10:56 CSSC-TPM-DC-ACS-1 adclient[5524]: DEBUG network.state NST: SniffList: postfailsort=mykulad11p.cssc.dksh.net
    Aug 11 11:10:56 CSSC-TPM-DC-ACS-1 adclient[5524]: DEBUG base.kerberos.adhelpers Encryption (id 1) is not supported by KDC. Try next in the list
    Aug 11 11:10:56 CSSC-TPM-DC-ACS-1 adclient[5524]: DEBUG base.osutil Module=Kerberos : KDC refused skey: KDC has no support for encryption type (reference base/adhelpers.cpp:216 rc: -1765328370)
    Aug 11 11:10:56 CSSC-TPM-DC-ACS-1 adclient[5524]: DEBUG base.adagent Unable to refresh computer credentials: KDC refused skey: KDC has no support for encryption type
    This lines up with the error message that we see in the TACACS+ Authentication logs:
    24493 ACS has problems communicating with Active Directory using its machine credentials.
    I have come across a NETBIOS limitation (it’s not an ACS bug, but a bug has been filed for tracking and documentation purposes) that prevents two ACSs from being connected to Active Directory at the same time if the first 15 characters of their hostnames are the same. The bug ID is CSCtj62342 and its externally visible details are available here: http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCtj62342
    The hostname of the primary ACS is : MYMY-TPM-DC-ACS-1
    The hostname of the secondary ACS is: MYMY-TPM-DC-ACS-2
    From the hostnames, we can see that the first 16 characters of the hostnames are the same. What this means is that once the primary is connected to AD, after some time passes (this will depend on when the secondary goes an talks to AD) the secondary will lose its connection to AD and any authentications hitting the secondary will fail with the same error: 24493 ACS has problems communicating with Active Directory using its machine credentials.
    To resolve this issue, the hostnames of the ACSs will need to be changed so that the first 15 characters of their respective hostnames are not the same. Please keep in mind that this is a NETBIOS limitation and not a software bug.

  • OEM Installation Failed when Upgrading from 10.2.0.4 to 11.1.0.7

    I was upgrading a single instance from 10.2.0.4 to 11.1.07 on Unix.
    The OEM has never been installed before.
    I tried to install the OEM during the DBUA upgrade. And it failed. Parts of the log file look like this.
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.EMConfig addEMCALogFile
    CONFIG: ORACLE_BASE :/opt/oracle
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /opt/oracle/cfgtoollogs/dbua/citv/upgrade1/emConfig.log.
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'CHECK_CONFIG' set to true
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYS_PWD.
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYS_PWD.
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: citv, oracleHome: /opt/oracle/product/11.1, and user:
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYS_PWD.
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: citv, oracleHome: /opt/oracle/product/11.1, and user: DBSNMP
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYS_PWD.
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: citv, oracleHome: /opt/oracle/product/11.1, and user:
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYS_PWD.
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: citv, oracleHome: /opt/oracle/product/11.1, and user:
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: citv
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_DOMAIN value: world
    Jun 22, 2009 6:58:01 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: citv
    CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME /opt/oracle/product/10.2
    Jun 22, 2009 6:58:04 PM oracle.sysman.emcp.util.PortManager findUsedPortsFromXML
    CONFIG: Could not find or correctly parse file /opt/oracle/product/10.2/oc4j/j2ee/OC4J_DBConsole/config/
    jms.xml in searching for tag jms-server with attribute port
    java.io.FileNotFoundException: /opt/oracle/product/10.2/oc4j/j2ee/OC4J_DBConsole/config/jms.xml (No such
    file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at java.io.FileInputStream.<init>(FileInputStream.java:66)
    at java.io.FileReader.<init>(FileReader.java:41)
    at oracle.sysman.emcp.util.PortManager.findUsedPortsFromXML(PortManager.java:295)
    at oracle.sysman.emcp.util.PortManager.markAllUsedPorts(PortManager.java:1296)
    at oracle.sysman.emcp.util.PortManager.getFreePorts(PortManager.java:591)
    at oracle.sysman.emcp.EMDBPreConfig.getFreePorts(EMDBPreConfig.java:2582)
    at oracle.sysman.emcp.EMDBPreConfig.checkPorts(EMDBPreConfig.java:2513)
    at oracle.sysman.emcp.EMDBPreConfig.performConfiguration(EMDBPreConfig.java:750)
    at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:257)
    at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:183)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:221)
    at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:460)
    at oracle.sysman.assistants.util.em.EMConfigStep.executeImpl(EMConfigStep.java:139)
    at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
    at oracle.sysman.assistants.util.step.BasicStep.callStep(BasicStep.java:251)
    at oracle.sysman.assistants.dbma.backend.EMConfigStep.executeStepImpl(EMConfigStep.java:111)
    at oracle.sysman.assistants.dbma.backend.SummarizableStep.executeImpl(SummarizableStep.java:176)
    at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
    at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
    at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2505)
    at java.lang.Thread.run(Thread.java:595)
    Jun 22, 2009 6:58:04 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking JMS port: null from /opt/oracle/product/10.2/oc4j/j2ee/OC4J_DBConsole
    Jun 22, 2009 6:58:04 PM oracle.sysman.emcp.util.PortManager findUsedPortsFromXML
    CONFIG: Could not find or correctly parse file /opt/oracle/product/10.2/oc4j/j2ee/OC4J_DBConsole/config/
    rmi.xml in searching for tag rmi-server with attribute port
    java.io.FileNotFoundException: /opt/oracle/product/10.2/oc4j/j2ee/OC4J_DBConsole/config/rmi.xml (No such
    file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at java.io.FileInputStream.<init>(FileInputStream.java:66)
    at java.io.FileReader.<init>(FileReader.java:41)
    at oracle.sysman.emcp.util.PortManager.findUsedPortsFromXML(PortManager.java:295)
    at oracle.sysman.emcp.util.PortManager.markAllUsedPorts(PortManager.java:1300)
    at oracle.sysman.emcp.util.PortManager.getFreePorts(PortManager.java:591)
    at oracle.sysman.emcp.EMDBPreConfig.getFreePorts(EMDBPreConfig.java:2582)
    Connecting to database citv in home /opt/oracle/product/11.1 with user "" role "SYSDBA".
    connected to database.
    sql to execute declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_
    user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); sele
    ct account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user
    ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' accou
    nt unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_cr
    eds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immed
    iate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end;
    noOfParams to bind: 1.
    Jun 22, 2009 6:58:17 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Couldn't execute statement: ORA-28003: password verification for the specified password failed
    ORA-20003: Password should contain at least one \
    digit, one character and one punctuation
    ORA-06512: at line 1 (DBD ERROR: OCIStmtExecute) at /opt/oracle/product/11.1/sysman/admin/scripts/emca/e
    mcaDbUtil.pl line 108, <STDIN> line 2.
    Jun 22, 2009 6:58:17 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Error executing /opt/oracle/product/11.1/sysman/admin/scripts/emca/emcaDbUtil /opt/oracle/produc
    t/11.1/perl/lib:/opt/oracle/product/11.1/perl/lib/site_perl:/opt/oracle/product/11.1/sysman/admin/script
    s:/opt/oracle/product/11.1/bin: /opt/oracle/product/11.1/perl/bin/perl /opt/oracle/product/11.1/sysman/a
    dmin/scripts/emca/emcaDbUtil.pl /opt/oracle/product/11.1 citv SYS SYSDBA declare repos_pwd varchar2(30);
    view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd
    := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status fr
    om sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' TH
    EN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status li
    ke '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_V
    IEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identifie
    d by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD
    Jun 22, 2009 6:58:17 PM oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
    CONFIG: Failed to unlock mgmt_view account
    Jun 22, 2009 6:58:17 PM oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Failed to unlock all EM-related accounts
    Jun 22, 2009 6:58:17 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Failed to unlock all EM-related accounts
    Refer to the log file at /opt/oracle/cfgtoollogs/dbua/citv/upgrade1/emConfig.log for more details.
    Jun 22, 2009 6:58:17 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Failed to unlock all EM-related accounts
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:335)
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:147)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:222)
    at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:460)
    at oracle.sysman.assistants.util.em.EMConfigStep.executeImpl(EMConfigStep.java:139)
    at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
    at oracle.sysman.assistants.util.step.BasicStep.callStep(BasicStep.java:251)
    at oracle.sysman.assistants.dbma.backend.EMConfigStep.executeStepImpl(EMConfigStep.java:111)
    at oracle.sysman.assistants.dbma.backend.SummarizableStep.executeImpl(SummarizableStep.java:176)
    at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
    at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
    at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2505)
    at java.lang.Thread.run(Thread.java:595)
    Is it possible to reinstall in some way?
    Thanks very much in advance.

    The error messages in the log file.
    Jun 24, 2009 8:59:06 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /opt/oracle/product/11.1/sysman/admin/emdrep/bin/RepManager -connect (D
    ESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=callista)(PORT=1521)))(CONNECT_DATA=(SERVICE_
    NAME=citv.world))) -repos_user SYSMAN -action drop -verbose -output_file /opt/oracle/cfgtoollogs/em
    ca/citv/emca_repos_drop_2009_06_24_20_59_06.log
    Jun 24, 2009 8:59:07 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 50
    Jun 24, 2009 8:59:07 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Enter SYS user's password :
    Getting temporary tablespace from database...
    Could not connect to SYS/(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=callista)(PORT=152
    1)))(CONNECT_DATA=(SERVICE_NAME=citv.world))): ORA-01031: insufficient privileges (DBD ERROR: OCISe
    ssionBegin)
    Jun 24, 2009 8:59:07 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: stty: : No such device or address
    stty: : No such device or address
    Jun 24, 2009 8:59:07 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing /opt/oracle/product/11.1/sysman/admin/emdrep/bin/RepManager -connect (DESC
    RIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=callista)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAM
    E=citv.world))) -repos_user SYSMAN -action drop -verbose -output_file /opt/oracle/cfgtoollogs/emca/
    citv/emca_repos_drop_2009_06_24_20_59_06.log
    Jun 24, 2009 8:59:07 PM oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Error dropping the repository
    Jun 24, 2009 8:59:07 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Refer to the log file at /opt/oracle/cfgtoollogs/emca/citv/emca_repos_drop_<date>.log for mor
    e details.
    Jun 24, 2009 8:59:07 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error dropping the repository
    Refer to the log file at /opt/oracle/cfgtoollogs/emca/citv/emca_2009_06_24_20_58_36.log for more de
    tails.
    Jun 24, 2009 8:59:07 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error dropping the repository
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:208)
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:147)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:222)
    at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:535)
    at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1215)
    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:519)
    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:468)
    Thanks.

  • Ad hoc analysis not available in Smart View Panel after connect with LDAP

    Hi everyone,
    Ad hoc analysis is not available when connecting to Smart View in excel with LDAP users . However with native users it works properly.
    Product:
    Hyperion 11.1.2.2 (Essbase, Shared Services)
    log: appserver.log:
    [2013-10-07T20:26:01.280+01:00] [AnalyticProviderServices0] [ERROR] [] [oracle.EPMOHPS] [tid: 44] [ecid: disabled,0] [APP: APS] [SID: 78068AE3305D7D9141156C174F65E4] [[
    java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
            at java.lang.reflect.Method.invoke(Method.java:611)
            at org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:282)
            at org.apache.commons.digester.CallMethodRule.end(CallMethodRule.java:626)
            at org.apache.commons.digester.Rule.end(Rule.java:253)
            at org.apache.commons.digester.Digester.endElement(Digester.java:1222)
            at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
            at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
            at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
            at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
            at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
            at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
            at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
            at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
            at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
            at org.apache.commons.digester.Digester.parse(Digester.java:1785)
            at com.essbase.smartview.xml.XmlHandler.invoke(Unknown Source)
            at com.essbase.smartview.xml.XmlHandler.invoke(Unknown Source)
            at com.essbase.smartview.xml.XmlHandler.invoke(Unknown Source)
            at com.essbase.smartview.xml.EssbaseSmartView.doPost(Unknown Source)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:738)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
            at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1657)
            at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1597)
            at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:131)
            at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
            at java.security.AccessController.doPrivileged(AccessController.java:310)
            at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
            at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
            at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
            at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
            at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
            at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:188)
            at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116)
            at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:77)
            at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:908)
            at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:934)
            at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:502)
            at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:181)
            at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:91)
            at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:864)
            at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1592)
            at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:186)
            at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:452)
            at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:511)
            at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:305)
            at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83)
            at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
            at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
            at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
            at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
            at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
            at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
            at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
            at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1646)
    Caused by: java.lang.NoClassDefFoundError: org.apache.commons.pool.KeyedPoolableObjectFactory
            at java.lang.J9VMInternals.verifyImpl(Native Method)
            at java.lang.J9VMInternals.verify(J9VMInternals.java:72)
            at java.lang.J9VMInternals.initialize(J9VMInternals.java:134)
            at com.hyperion.css.spi.impl.ldap.JNDIHelper.getURLContext(JNDIHelper.java:355)
            at com.hyperion.css.spi.impl.ldap.JNDIHelper.getURLContext(JNDIHelper.java:342)
            at com.hyperion.css.spi.impl.ldap.LDAPProvider.authenticate(LDAPProvider.java:356)
            at com.hyperion.css.facade.impl.CSSAbstractAuthenticator.authenticateUser(CSSAbstractAuthenticator.java:613)
            at com.hyperion.css.facade.impl.CSSAPIAuthenticationImpl.authenticate(CSSAPIAuthenticationImpl.java:69)
            at com.hyperion.css.facade.impl.CSSAPIImpl.authenticate(CSSAPIImpl.java:102)
            at com.hyperion.css.facade.CSSAPIFacade.authenticate(CSSAPIFacade.java:119)
            at com.hyperion.dsf.server.framework.HyperionCss.authenticate(Unknown Source)
            at com.hyperion.dsf.server.framework.HyperionCss.authenticateUser(Unknown Source)
            at com.essbase.smartview.provider.EdsProviderImpl.getCssToken(Unknown Source)
            at com.essbase.smartview.admin.CSSProvider.initializeAndRetrieveCssToken(Unknown Source)
            at com.essbase.smartview.admin.EssbaseProvider.openApplication(Unknown Source)
            at com.essbase.smartview.admin.ApsHandler.openApplication(Unknown Source)
            ... 57 more
    Caused by: java.lang.ClassNotFoundException: org.apache.commons.pool.KeyedPoolableObjectFactory
            at java.net.URLClassLoader.findClass(URLClassLoader.java:434)
            at com.ibm.ws.bootstrap.ExtClassLoader.findClass(ExtClassLoader.java:191)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:660)
            at com.ibm.ws.bootstrap.ExtClassLoader.loadClass(ExtClassLoader.java:111)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:626)
            at com.ibm.ws.classloader.ProtectionClassLoader.loadClass(ProtectionClassLoader.java:62)
            at com.ibm.ws.classloader.ProtectionClassLoader.loadClass(ProtectionClassLoader.java:58)
            at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java:511)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:626)
            ... 73 more
    Thanks in advance

    Hi everyone,
    Ad hoc analysis is not available when connecting to Smart View in excel with LDAP users . However with native users it works properly.
    Product:
    Hyperion 11.1.2.2 (Essbase, Shared Services)
    log: appserver.log:
    [2013-10-07T20:26:01.280+01:00] [AnalyticProviderServices0] [ERROR] [] [oracle.EPMOHPS] [tid: 44] [ecid: disabled,0] [APP: APS] [SID: 78068AE3305D7D9141156C174F65E4] [[
    java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
            at java.lang.reflect.Method.invoke(Method.java:611)
            at org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:282)
            at org.apache.commons.digester.CallMethodRule.end(CallMethodRule.java:626)
            at org.apache.commons.digester.Rule.end(Rule.java:253)
            at org.apache.commons.digester.Digester.endElement(Digester.java:1222)
            at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
            at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
            at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
            at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
            at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
            at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
            at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
            at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
            at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
            at org.apache.commons.digester.Digester.parse(Digester.java:1785)
            at com.essbase.smartview.xml.XmlHandler.invoke(Unknown Source)
            at com.essbase.smartview.xml.XmlHandler.invoke(Unknown Source)
            at com.essbase.smartview.xml.XmlHandler.invoke(Unknown Source)
            at com.essbase.smartview.xml.EssbaseSmartView.doPost(Unknown Source)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:738)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
            at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1657)
            at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1597)
            at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:131)
            at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
            at java.security.AccessController.doPrivileged(AccessController.java:310)
            at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
            at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
            at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
            at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
            at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
            at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:188)
            at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116)
            at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:77)
            at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:908)
            at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:934)
            at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:502)
            at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:181)
            at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:91)
            at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:864)
            at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1592)
            at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:186)
            at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:452)
            at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:511)
            at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:305)
            at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83)
            at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
            at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
            at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
            at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
            at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
            at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
            at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
            at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1646)
    Caused by: java.lang.NoClassDefFoundError: org.apache.commons.pool.KeyedPoolableObjectFactory
            at java.lang.J9VMInternals.verifyImpl(Native Method)
            at java.lang.J9VMInternals.verify(J9VMInternals.java:72)
            at java.lang.J9VMInternals.initialize(J9VMInternals.java:134)
            at com.hyperion.css.spi.impl.ldap.JNDIHelper.getURLContext(JNDIHelper.java:355)
            at com.hyperion.css.spi.impl.ldap.JNDIHelper.getURLContext(JNDIHelper.java:342)
            at com.hyperion.css.spi.impl.ldap.LDAPProvider.authenticate(LDAPProvider.java:356)
            at com.hyperion.css.facade.impl.CSSAbstractAuthenticator.authenticateUser(CSSAbstractAuthenticator.java:613)
            at com.hyperion.css.facade.impl.CSSAPIAuthenticationImpl.authenticate(CSSAPIAuthenticationImpl.java:69)
            at com.hyperion.css.facade.impl.CSSAPIImpl.authenticate(CSSAPIImpl.java:102)
            at com.hyperion.css.facade.CSSAPIFacade.authenticate(CSSAPIFacade.java:119)
            at com.hyperion.dsf.server.framework.HyperionCss.authenticate(Unknown Source)
            at com.hyperion.dsf.server.framework.HyperionCss.authenticateUser(Unknown Source)
            at com.essbase.smartview.provider.EdsProviderImpl.getCssToken(Unknown Source)
            at com.essbase.smartview.admin.CSSProvider.initializeAndRetrieveCssToken(Unknown Source)
            at com.essbase.smartview.admin.EssbaseProvider.openApplication(Unknown Source)
            at com.essbase.smartview.admin.ApsHandler.openApplication(Unknown Source)
            ... 57 more
    Caused by: java.lang.ClassNotFoundException: org.apache.commons.pool.KeyedPoolableObjectFactory
            at java.net.URLClassLoader.findClass(URLClassLoader.java:434)
            at com.ibm.ws.bootstrap.ExtClassLoader.findClass(ExtClassLoader.java:191)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:660)
            at com.ibm.ws.bootstrap.ExtClassLoader.loadClass(ExtClassLoader.java:111)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:626)
            at com.ibm.ws.classloader.ProtectionClassLoader.loadClass(ProtectionClassLoader.java:62)
            at com.ibm.ws.classloader.ProtectionClassLoader.loadClass(ProtectionClassLoader.java:58)
            at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java:511)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:626)
            ... 73 more
    Thanks in advance

  • Connection to server failed when selecting continue search on server

    Hi,
    I have a client that has an Exchange 2007 server and is having problems searching emails on their iPads (and iPhones). When they search and then hit continue search on server, it will come back with a "Connection to Server Failed"
    Client claims that it "used to work"
    anything we can tweak on the ipad or server to help?
    raffi

    Jim...
    See:  Issues sending or receiving mail on iPhone, iPad, or iPod touch > iCloud: Troubleshooting iCloud Mail

  • Connection with  iTunes failed

    Since I tried to upgrade an App i get the message: connection with iT unes failed. I'tried all the advise on the net i.e. Change date, password etc. Nothing helped. Service desk is unreachable. Can anyone helm me?

    The Complete Guide to Using the iTunes Store
    http://www.ilounge.com/index.php/articles/comments/the-complete-guide-to-using-t he-itunes-store/
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    This works for some users. Not sure why.
    Go to Settings>General>Date and Time> Set Automatically>Off. Set the date ahead by about a year.Then see if you can connect to the store.
     Cheers, Tom

  • My iphone fell and now shows USB on screen saying to connect with itunes but when connected i get the message from itunes tha its damaged..please help me somebody

    my iphone 4s fell and display went blank,and when i restarted it shows a USB on display asking to connect with itunes,instead i went to a phone repair shop where they service iphones too.First they said that they have to install the IOS4 again in it but they could not do so due to an error so later they asked me whether they should install IOS5 i agreed but it only happened after a long struggle yet the phone remains in the same state with the display showing USB asking to connect with itunes..they could not fix it..please help me..:(

    What's there to help?  You dropped your phone and now it's broken.  You'll have to bring your phone into Apple for an out of warranty exchange.  If you purchased Apple Care+ is will cost $49.00, if not, it will be $199.00

  • Why does iPad say connection to server failed when I am at home and have wi-fi, Why does iPad say connection to server failed when I am at home and have wi-fi

    Why does iPad and 4s iPhone say connection to server failed.  I have been getting mail until this started popping up going to beat with sledgehammer

    Hi -I was having the above problems on both my ipad and iphone,  and I trawled the internet for hours and hours trying to find a solution to this.....tried  resetting both devices,signing back in to the mail app, and did a full reset of both iphone and ipad., I removed the email account from both devices too.. I knew that the problem occurred after receiving an email- as it happened whilst opening the email- you might not have realised that's what it was at the time?.... I tried deleting the email from both phone and ipad, and hotmail was working fine on a webpage,it was JUST the mail app that was giving the  error messages..... I was receiving the above message and ' cannot send mail- an error occurred while sending this message'  and ' cannot get mail- the connection to the server has failed' then I suddenly realised that even though I had deleted the mail from both ipad and iphone the message was still in trash, so I emptied trash and made sure the mail was completely removed from my hotmail account ANYWHERE and then the problem disappeared.....I think an email I received was maybe corrupt- I hope this at least helps someone and saves you the hassle it caused me!
    Good luck!!

  • How get around "Cannot connect with iTunes Store" when updating apps?

    I have several Apps with updates indicated. When I select App Store, it goes to the updates but when I try to update, I get "Cannot connect with iTunes Store." But otherwise I can get to the iTunes Store itself. Where does "Report problem" appear? Not on my Touch (which is updated).

    Try it from the computer that you sync with, then sync the updated apps over to the iPod.

Maybe you are looking for

  • Write XML file on client

    I'm trying to generate XML files on a client machine. I'm using SQL*Plus Instant Client v 10.1.0.4.0 connected to DB version 10.1.0.3.0. I've created a view of XMLType and am able to select XML from this view. I've been unable to figure out a way to

  • Pages TOC lost when converting to ePub

    Being new to Pages, I viewed the online tutorials to get me started. I have managed to create a short book and the formatting of the text seems fine in Pages. However, when I export the file to ePub, and view this in iBooks on the iPad, the Table of

  • Create a new roll name on import

    Instead of iPhoto numbering new rolls, is there a way it can ask me for a name each time I import? That would be easier than going back later and renaming the numbered rolls into something with more meaning. Thanks.

  • Illustrator saving to acrobat dropping art

    Problem is that when saving illustrator files to acrobat whole parts of the art is missing - die lines, or actual art.  This just started happening yesterday and do not know how to fix this.  Please help ASAP!!

  • Font not working

    I'm trying to use a font I purchased and it won't work in Pages and Keynote. All of my other fonts are working and this font works in Photoshop and Fireworks just fine. I bought 2 fonts from the same foundry and the other font is working ok. I redown