Could not receive classifications from UDDI server. Please change the UDDI.

Hello:
   Im trying to connect from CE in Visual Composer to the
    UDDI url: http://xi.esworkplace.sap.com:50200/uddi/wsdl/uddi_v3_service.wsdl
   but when I try to explore advance search in VC it shows me the following error:
   Could not receive classifications from UDDI server. Please change the UDDI server.
   Any idea?
Thanks
Regards
Mario G

Hi,
The one that Mario is saying is not in NWDS its in CE I guess.  I too face the same difficulty.  I give the following details that I did in my local CE.  After saving the setting I tried to clickd service registry I get some list of errors.  Kindly help me and Mario in resolving this.  Thanks in advance.
Between Mario the URL of the UDDI and classification is changed now... please note the details that I have set.
==================================
Destination Type: WSDL
Destination Name: UDDI_DESTINATION
URL: http://sr.esworkplace.sap.com/uddi/wsdl/uddi_v3_service.wsdl
System: Java
Authentication : HTTP Authentication
User ID/Password (Basic)
User ID: sruser
Password: eswork123
====================================================
Destination Type: WSDL
Destination Name: CLASSIFICATION_DESTINATION
URL: http://sr.esworkplace.sap.com/ClassificationService/CS?wsdl
System: Java
Authentication: HTTP Authentication
User ID/Password (Basic)
User ID: sruser
Password: eswork123
====================================================
Create new destination Create new backend destination HU2
Destination Type: Services Registry
Destination Name: HU2
System: ABAP
System Name: HU2
Hostname: iwdf1030
Installation Number: 0120003411
Client: 800
Authentication: HTTP Authentication
User ID/Password (Basic)
User ID: <your user in HU2>
Password: <your password>nation CLASSIFCATION_DESTINATION
==============================================
Best Regards,
Suresh

Similar Messages

  • Could not get IOR from Domino Server while provisioning Lotus Notes

    Hi all,
    There are two servers that have OIM installed, development server and test server. From development server, we can
    provision to Lotus Notes just fine. But for test server everytime when
    provision to Lotus Notes. There will be an exception
    NotesException: Could not get IOR from Domino Server: http://10.3.100.61:63148/diiop_ior.txt
    From test server
    I can access the URL http://10.3.100.61:63148/diiop_ior.txt using Internet Explorer
    I can telnet to 10.3.100.61 63148
    I can use connector testing program and it work fine
    All configuration and jar files are the same as development server
    There is no firewall or antivirus running in both systems.
    Both server is virtual server using VMWare.
    OS: Windows2003R2 Enterprise
    DB: Oracle 10gR2 10.2.0.2
    AS: Oracle AS 10g 10.1.3.3.0
    OIM 9.1.0
    Lotus Notes Connector 9.0.4.2
    Thank you.
    Satit
    The error is as below
    =================================================
    INFO,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LotusNotesProvision::init
    INFO,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LotusNotesProvision::init
    DEBUG,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LotusNotesProvision::init : Host 10.3.100.61
    DEBUG,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LotusNotesProvision::init : Port 63148
    DEBUG,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LotusNotesProvision::init : Admin Pongtape Ungkawanish/Telecom./Central Support/Fin./KK_Bangkok/TH
    DEBUG,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LotusNotesProvision::init : Certifier OU
    DEBUG,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LotusNotesProvision::init : Before session
    08/11/11 11:24:26 Running setTimeoutParameters
    08/11/11 11:24:26 Running Connect
    INFO,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LNotesConnectionUtil::getSession
    INFO,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LNotesConnectionUtil::getSession : ***Non-Secure Mode
    ERROR,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LNotesConnectionUtil::getSession : ***Connection refused to Lotus Notes......
    NotesException: Could not get IOR from Domino Server: http://10.3.100.61:63148/diiop_ior.txt
         at lotus.domino.NotesFactory.requestIORPlain(Unknown Source)
         at lotus.domino.NotesFactory.requestIORUsingArgs(Unknown Source)
         at lotus.domino.NotesFactory.getIOR(Unknown Source)
         at lotus.domino.NotesFactory.createSessionUP(Unknown Source)
         at lotus.domino.NotesFactory.createSession(Unknown Source)
         at com.thortech.xl.Integration.HostAccess.LNotesConnectionUtil.getSession(Unknown Source)
         at com.thortech.xl.Integration.HostAccess.LotusNotesProvision.connect(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpLNCREATEUSER.CONNECT(adpLNCREATEUSER.java:449)
         at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpLNCREATEUSER.implementation(adpLNCREATEUSER.java:160)
         at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcProvisioningOperationsBean.retryTasks(Unknown Source)
         at com.thortech.xl.ejb.beans.tcProvisioningOperationsSession.retryTasks(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.SecurityRoleInterceptor.invoke(SecurityRoleInterceptor.java:47)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at tcProvisioningOperations_RemoteProxy_6ocop18.retryTasks(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.rmi.RmiMethodCall.run(RmiMethodCall.java:53)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.NullPointerException
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:781)
         at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:669)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913)
         ... 45 more
    INFO,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],Unable to connect to the target. Attempting to reconnect after delay of 2000ms.......
    INFO,11 Nov 2008 11:24:28,110,[ADAPTER.LOTUSNOTES],LNotesConnectionUtil::getSession
    INFO,11 Nov 2008 11:24:28,110,[ADAPTER.LOTUSNOTES],LNotesConnectionUtil::getSession : ***Non-Secure Mode
    ERROR,11 Nov 2008 11:24:28,110,[ADAPTER.LOTUSNOTES],LNotesConnectionUtil::getSession : ***Connection refused to Lotus Notes......
    NotesException: Could not get IOR from Domino Server: http://10.3.100.61:63148/diiop_ior.txt
         at lotus.domino.NotesFactory.requestIORPlain(Unknown Source)
         at lotus.domino.NotesFactory.requestIORUsingArgs(Unknown Source)
         at lotus.domino.NotesFactory.getIOR(Unknown Source)
         at lotus.domino.NotesFactory.createSessionUP(Unknown Source)
         at lotus.domino.NotesFactory.createSession(Unknown Source)
         at com.thortech.xl.Integration.HostAccess.LNotesConnectionUtil.getSession(Unknown Source)
         at com.thortech.xl.Integration.HostAccess.LNotesConnectionUtil.getSession(Unknown Source)
         at com.thortech.xl.Integration.HostAccess.LotusNotesProvision.connect(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpLNCREATEUSER.CONNECT(adpLNCREATEUSER.java:449)
         at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpLNCREATEUSER.implementation(adpLNCREATEUSER.java:160)
         at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcProvisioningOperationsBean.retryTasks(Unknown Source)
         at com.thortech.xl.ejb.beans.tcProvisioningOperationsSession.retryTasks(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.SecurityRoleInterceptor.invoke(SecurityRoleInterceptor.java:47)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at tcProvisioningOperations_RemoteProxy_6ocop18.retryTasks(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.rmi.RmiMethodCall.run(RmiMethodCall.java:53)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.NullPointerException
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:781)
         at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:669)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913)
         ... 46 more

    check if DIIOP service is turned on at the Lotus Domino side...
    Oleg.

  • Not receiving emails from pop server

    I'm not receiving emails from my workplace which is a pop server. We use shaw cable for our Internet

    It might be that the server needs to be altered so that a copy remains on it long enough to be accessed by all devices.
    In the absence of more information the attached link will be of some help as to what is involved -
    http://support.tigertech.net/outlook-2007-lmos

  • Could not ping and access a server after changing its ip

    I could not ping and access a (destination) machine from another (source) machine after changing destination machine ip although I modified hosts file and hosts map in the source machine
    I can access the destionation using IP. This problem happened in case of using hostname not IP
    My source machine is omcsp4 (192.6.6.40) and destination machine is omcsp8 (10.57.217.80).
    Here is the host file for two machines:
    omcsp4
    hosts:
    10.57.217.80     omcsp8
    127.0.0.1     localhost     
    192.6.6.40     omcsp4     omcsp4.localdomain omc_splat omc_4gl omc_pm loghost
    #Firewall
    192.6.6.200 FIREWALL
    hosts.equiv
    omcsp4
    omcsp8
    omcsp8
    hosts:
    # Internet host table
    127.0.0.1     localhost     
    10.57.217.80     omcsp8     omcsp8.localdomain omc_splat omc_4gl omc_pm loghost
    192.6.6.40 omcsp4
    hosts.equiv:
    omcsp8
    omcsp4
    Here's logfile when I try to ssh on both machine
    hostname
    omcsp4
    bash-3.00# grep omcsp8 h /etc/hosts
    10.57.217.80 omcsp8
    bash-3.00# ypcat hosts | grep omcsp8
    10.57.217.80 omcsp8
    bash-3.00# ping -a omcsp8
    no answer from omcsp8(192.6.6.180)
    bash-3.00# ping 10.57.217.80
    10.57.217.80 is alive
    bash-3.00# ssh 10.57.217.80
    The authenticity of host '10.57.217.80 (10.57.217.80)' can't be established.
    RSA key fingerprint is c7:d6:32:81:bb:6e:b5:f0:d0:5f:9f:05:f4:6e:be:3f.
    Are you sure you want to continue connecting (yes/no)? yes
    Warning: Permanently added '10.57.217.80' (RSA) to the list of known hosts.
    Password:
    Last login: Thu Feb 21 19:42:08 2013 from omcsp1
    Sun Microsystems Inc. SunOS 5.10 Generic January 2005
    You have new mail.
    # hostname
    omcsp8
    # ping omcsp4
    omcsp4 is alive
    # ifconfig -a
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    ce0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    inet 10.57.217.80 netmask ffffff00 broadcast 10.57.217.255
    ether 0:14:4f:67:32:cb
    # exit
    Connection to 10.57.217.80 closed.
    bash-3.00# hostnae me
    omcsp4
    bash-3.00# id
    uid=0(root) gid=0(root)
    bash-3.00# cd /var/yp
    bash-3.00# make hsost osts
    updated hosts
    pushed hosts
    bash-3.00# ping -a omcsp8
    no answer from omcsp8(192.6.6.180)
    bash-3.00# grep omcsp8 /etc/hosts
    10.57.217.80 omcsp8
    bash-3.00# ypcat hosts | grep omcsp8
    10.57.217.80 omcsp8
    Edited by: 990091 on Feb 25, 2013 6:10 PM
    I've change from "server" to "machine" to avoid misunderstand

    Update for this situation
    omcsp4
    IP: 192.6.6.40
    omcsp8
    old IP: 192.6.6.180
    new IP: 10.57.217.80
    When I ping from omcsp4 to omcsp8, there's no answer and the hostname is resolved as *192.6.6.180* which is the old IP. But in hosts file, the IP is the new one.
    omcsp4:omcadmin > ping -a omcsp8
    no answer from omcsp8(192.6.6.180)
    omcsp4:omcadmin > grep omcsp8 /etc/hosts
    10.57.217.80 omcsp8
    omcsp4:omcadmin > ypcat hosts | grep omcsp8
    10.57.217.80 omcsp8     
    omcsp4:omcadmin > ping 10.57.217.80
    10.57.217.80 is alive
    These above operations show that the hosts file and NIS are both updated with the new IP address of omcsp8. But when i ping omcsp8 (by name) it returns the old IP address. So the question is from where the system omcsp4 resolve the hostname omcsp8???

  • I cannot play music from my library on either my external drive or my laptop - keep getting same message "___ song (all of them) could not be used because the original file could not be found. I have tried changing the path in prefernces many times.

    I cannot play music from my libray on either my external drive or my laptop. I keep getting the same message - "___ song (all of them) could not be used because the original file could not be found. Would you like to locate it?" I have changed the path several times under preferences and it still won't recognize any songs from either my laptop hard drive or my external drive. I can't play any music at all.

    I think I've fixed this on my machine.  If you look in the ITunes folder there is a subfolder called Previous iTunes Libraries.  In my case for some reason this contained the one which had always worked and a new one was in the main  folder.  I closed iTunes, deleted the new one, and moved the old one back to the main folder, then opened iTunes.  It then rebuilt the library and it plays correctly.  Hope it works for you.

  • Not receiving email from Apple even after changing information

    I have a problem - I'm not receiving any emails from Apple since I changed my email address. I need to contact tech support soon too because I was overcharged for a music video - but I won't be able to get a reply until I fix this.
    Anyone know what I need to do? (I have already changed MyInfo and am still not getting my stuff)

    Hi there JNagle26,
    You may find the troubleshooting steps in the article below helpful.
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    -Griff W. 

  • JMS adapter could not receive message from Tibco EMS topic

    I'm trying to consume message from tibco EMS topic using Oracle SOA JMS adapter. Can anyone please let me know the steps to do this. Appreciate your help.
    Thanks,
    SB

    Increase Log level for cube.activation to debug and check the logs by stopping & starting the activation agent(I mean Retire and activate the process) .. It should give a clue on what's happening..

  • Not receiving email from list server

    Verizon has apparently blocked two of the email lists (list servers) that I'm signed up with.  I have another email account with Yahoo, so I know my posts to the lists are going out, but I see absolutely nothing coming back on the Verizon account.  What can I do??  Is there somewhere to file a complaint??  {edited for privacy}

    It might be that the server needs to be altered so that a copy remains on it long enough to be accessed by all devices.
    In the absence of more information the attached link will be of some help as to what is involved -
    http://support.tigertech.net/outlook-2007-lmos

  • InfoSpoke fails with message "Could not open file on application server"

    BW Experts,
    I created an InfoSpoke that is configured to extract to a flat file. The name of the file is specified using a logical filename. During extraction, the infospoke reports the error message "Could not open file on application server" adnd  marks the extraction process as red(failed). I have tried to run the InfoSpoke in background mode and in dialog mode and the same error appears. After i run in dialog mode, i checked SU53 for authorization errors and did not find any. I also tried changing the Logical filename setup in transaction FILE to a more "friendly" directory in which i'm sure i have authorizations (e.g. my UNIX home directory) and im still getting errors.
    Can you please share your thoughts on this? Any help will greatly appreciated. I also promise to award points.

    Hi Nagesh,
    Thanks for helping out.
    If i configure the InfoSpoke to download to a file using "File Name" option and also check the "Application server" checkbox, the extract works correctly (extraction to the defualt SAP path and filename=infospoke name). If i configure the InfoSpoke to download to the local workstation, the InfoSpoke also works correctly. It's only when i configure it to download to the application server and use the "Logical filename" option, that i encounter a failed extract.
    Here are the messages is the Open Hub Monitor:
    (red icon) Request No.147515
    0 Data Records
    Runtime 1 sec.
    (red icon)Run No. 1
    0 Data Records
    Runtime 1 sec.
    Messages for Run
    Extraction is running RSBO 305
    Could not open file on application server RSBO 214
    Request 147515 was terminated before extraction RSBO 326
    Request 1475151: Error occured RSBO 322
    If i clink on the error message, no messages nor clues are displayed. Note, this is a new InfoSpoke that is currently in the dev system.
    Please help.

  • The report could not be opned from BusinessObjects Enterprise.

    The following is the error message that I am getting.
    The report could not be opned from BusinessObjects Enterprise.
    Possibly the report is on a different BusinessObjects Enterprise system that the one you are currently logged on to. If this problem persists, pelase contact your administrator.
    I am at a different location. All I am trying is to access the report using crystal reports 11.
    The port issue was solved. I can login to the server and see the list of all the reports, but when I started clicking each report, I am getting the above error.
    Let me know if there is any soultion to this.
    Thanks
    san
    Edited by: xavier on Jul 28, 2009 4:59 PM

    initially the port number 1725 (i mean the default crystal report port number) was blocked. so i was getting the error
    "transport error: communication failture"
    but after they opened it up I was able to login to the report folders, but couldnt go foward beyond that.
    so you are saying, they will have to open up more ports?
    Thanks,
    San

  • The IPhone cannot be synced. The disk could not be read from or written to. THis appears after everything has synced but Photos. If you delete all the photos, the IPhone syncs fine.

    So heres my problem... If I try to sync my iPhone or IPad to our computer I get an error that reads "The IPhone cannot be synced. The disk could not be read from or written to." The error comes at the start of syncing the photos. I have removed the photos from my iPhone it syncs fine, so the problem has to be with the photo library, RIGHT? The problem is iI have never had this issue before. I have my iTunes and iPhoto on a external hard drive and this has been fine in the past, but now i can not even view my photos on my iTV... ANY HELP???

    Since you noticed this problem, have you shut down (powered off) and restarted your iMac?
    iPhoto does the syncing for photos.  Are you able to run iPhoto manually (start it up from the Dock) and access your photo library?

  • Exchange server not receiving emails from gmail

    Hi dear.
    From 2 days ago our exchange server 2013 not receiving email from gmail account. but we can send from our exchange or outlook to gmail account.
    we can receiving email from yahoo, hotmail, aol or other mail server But, just gmail account we can not receive email. plz help us, how can i do.
    Thanks

    Hi Beigi,
    According to your description, I understand that Exchange cannot received the message from Gmail, however others works well.
    Great checklist from Hotaka.
    Additional, I want to double confirm whether any other antivirus and protection software in your environment, also the
    Anti-Spam
    or
    Transport rule settings, for example sensitive words, IP block list and attachment filter, so that the message from external trigger constraints and be rejected. Meanwhile, please double check in OWA.
    Besides, please use message tracking log to get more details for this issue. It’s more helpful to narrow down the problem, for your reference:
    http://technet.microsoft.com/en-us/library/bb124375(v=exchg.150).aspx
    Best Regards,
    Allen Wang

  • Please help! iPod won't sync: "Disk could not be read from or written to."

    I am at the end of my rope with the endless problems I've been having with iTunes and my iPod ever since the iTunes update which included Gapless Playback (a feature which now invariably crashes my entire computer unless I disable it quickly enough). My latest problem has now made my iPod completely useless because I cannot sync it with my music library. Every time it tries to update the songs, it either crashes or I get the error message "Disk could not be read from or written to." I have tried restoring my iPod, which seemed to work, except that after the restore function seemingly completed I still have the flashing Do Not Disconnect screen on my iPod (after about 30 minutes). I already tried synching my iPod while this was going on and I got the same disk error message. Please, please, can anyone tell me what on earth is going on? I've NEVER had problems like this and all of a sudden it seems like everything about iTunes is a complete disaster.

    I had the same problem after I moved my library from my PC to my new iMac. It would not sync properly. After a day of thinking about it, researching it, and trying things like starring at the screen to see what song it failed on as it ran the auto sync (a suggestion posted on this site), a light bulb went off. Switch it to manual! If you manually manage the songs that sync it is easy to discover what songs fail. When auto sync is managing it, it jumps all over the place when synchronizing, but if you manually grab say 500 +/- songs at a time, it goes in alphabetical order, and you can see where it fails. It will be the track(s) immediately following the the last track that made it on the iPod. The songs that were corrupted for me played fine in iTunes, but would not transfer to the iPod, and they worked when I was syncing with my PC. Hmmm? I hope this helps.

  • Hi, i am having trouble with my mac mail account, i cannot send or receive any emails because of the server connection problems. Message says it could not be connected to SMTP server. Thanks in advance for your help.

    Hi, i am having trouble with my mac mail account, i cannot send or receive any emails because of the server connection problems. Message says it could not be connected to SMTP server. Thanks in advance for your help.

    Hello Sue,
    I have an iPad 3, iPad Mini and iPhone 5S and they are all sluggish on capitalisation using shift keys. I hope that Apple will solve the problem because it is driving me crazy.
    I find using a Microsoft Surface and Windows 8 phone, which I also have, work as well as all the ios devices before the ios 7 upgrade.
    It has something to do with the length of time that you need to hold the shift key down. The shift key needs to be held longer than the letter key for the capitalisation to work. For some reason, this is a major change in the way we have learnt to touch type on computers. I am having to relearn how to type!
    Michael

  • Since uninstalling / reinstalling iTunes I am not able to sync iPhotos with my Apple TV with the following warning message stating that this is due to a 'problem on your computer. The disk could not be read from or written to'. Please help!

    Since uninstalling / reinstalling iTunes I am not able to sync iPhotos with my Apple TV with the following warning message stating that this is due to a 'problem on your computer. The disk could not be read from or written to'. Please help!

    Welcome to Apple Discussions!
    Is all the software on your computer up to date?
    iTunes
    iPod Updater
    Also, try The Five R's
    btabz

Maybe you are looking for