The problem of connection in mail scenario

Hi,gurus:
   My scenario is file to mail.Now the scenario runs well in sxmb_moni.But in communication channel monitoring ,the error message is below:
2008-07-26 19:30:13 Success The message status set to DLNG.
2008-07-26 19:30:13 Success Delivering to channel: CC_MAIL_Receiver
2008-07-26 19:30:13 Success MP: Entering module processor
2008-07-26 19:30:13 Success MP: Processing local module localejbs/sap.com/com.sap.aii.adapter.mail.app/XIMailAdapterBean
2008-07-26 19:30:13 Success Mail: message entering the adapter
2008-07-26 19:30:13 Success Mail: Receiver adapter entered with qos ExactlyOnce
2008-07-26 19:30:13 Success Mail: calling the adpter for processing
2008-07-26 19:30:34 Error MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: java.net.ConnectException: Connection timed out: connect
2008-07-26 19:30:34 Error Exception caught by adapter framework: java.net.ConnectException: Connection timed out: connect
2008-07-26 19:30:34 Error Mail: call failed; java.net.ConnectException: Connection timed out: connect
2008-07-26 19:30:34 Success Mail: sending a delivery error ack ...
2008-07-26 19:30:34 Success Mail: sent a delivery error ack
2008-07-26 19:30:34 Error Mail: error occured: com.sap.aii.af.ra.ms.api.RecoverableException: java.net.ConnectException: Connection timed out: connect
2008-07-26 19:30:34 Error Delivery of the message to the application using connection Mail_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.net.ConnectException: Connection timed out: connect.
2008-07-26 19:30:34 Error The message status set to NDLV.
And I couldnt see the received mail.Any ideas?Thanks in advance.

Hi,
check this links..
it will help you..
Check this thread..
File to mail scenario error
Errors
The specified item was not found.
Mail adapter
The specified item was not found.
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4612d790-0201-0010-0faf-c00e63088525
The specified item was not found.
The specified item was not found.
http://help.sap.com/saphelp_nw04/helpdata/en/6b/4493404f673028e10000000a1550b0/content.htm
https://websmp103.sap-ag.de/~sapdownload/011000358700004556712005E/HowTo_Mail_Adapter2.pdf
Regards,
S.K.Karthikeyan.

Similar Messages

  • The problem I have since I upgraded to Mavericks version 10.9.1 The problem appears only with Mail not with other programs, not even with my browser. When I try to zoom the text of an e-mail I received or sent , I can no longer use the keys Command   to e

    the problem I have since I upgraded to Mavericks version 10.9.1
    The problem appears only with Mail not with other programs, not even with my browser.
    When I try to zoom the text of an e-mail I received or sent , I can no longer use the keys Command + to enlarge the text, although I can reduce it with Command -.
    As I have a problem with my eyes, This is a serious matter for me.
    When I write an e-mail, if I select text and press Command +, it just displaces the text to the right.
    Now, my husband has a USB keyboard. If he connects it to my computer, his regular Command + does not work either, but  he uses the extended keyboard, then it works. Unfortunately, he needs it for a musical application which does not work with a wireless keyboard.

    Firefox 3.6.4 and 3.6.6 use a process called, "plugin-container.exe" which was using up most of my CPU when I opened up multiple tabs that contained Adobe Flash files, and caused Firefox to lock up.
    My solution was to use Firefox 3.5.10 which you can get from the Mozilla website at [http://www.mozilla.com/en-US/firefox/all-older.html]
    I am using Adobe Flash 10.1.53.64 without any problem in this version of Firefox. Check the release notes, I believe it contains all the latest security fixes in "Firefox 3.6.4".
    Hopefully, they will fix Firefox 3.6 in the next version (e.g. Firefox 3.6.7), until then you should probably use "Firefox 3.5.10".

  • Problem in connecting to mail store - please help me

    i have developed a mail user agent using javamail api.
    im having some problem in connecting to mail store
    it is giving MessagingException.
    the snippet is :
    store=session.getStore(url);
    try
    if(store.isConnected())
    store.close();
    store.connect();
    catch(MessagingException mexception)
    System.out.println("messaging exception store state -
    "+store.isConnected());
    //exception is raised and isConnected is false.
    --================--
    thanQ in advance
    prabhakar

    Dear tus,
    thanQ for ur suggession. i have printed stacktrace and im getting the following the exception
    please help me
    javax.mail.MessagingException: null;
    nested exception is:
    java.io.IOException
    at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:298)
    at javax.mail.Service.connect(Service.java:234)
    at javax.mail.Service.connect(Service.java:135)
    at javax.mail.Service.connect(Service.java:87)
    at sark.mail.MailStoreImpl.createSession(MailStoreImpl.java:356)
    at sark.mail.MailStoreImpl.fetchMails(MailStoreImpl.java:210)
    at org.apache.jsp.checkLogin$jsp._jspService(checkLogin$jsp.java:121)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.netbeans.modules.tomcat.tomcat40.runtime.IDEJspServlet$JspServlet
    Wrapper.service(IDEJspServlet.java:174)
    at org.netbeans.modules.tomcat.tomcat40.runtime.IDEJspServlet.serviceJsp
    File(IDEJspServlet.java:247)
    at org.netbeans.modules.tomcat.tomcat40.runtime.IDEJspServlet.service(ID
    EJspServlet.java:339)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDisp
    atcher.java:679)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationD
    ispatcher.java:431)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDis
    patcher.java:355)
    at mailController.service(mailController.java:66)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:247)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:193)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:243)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:566)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:472)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:201)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:566)
    at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve
    .java:246)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:564)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:472)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:
    2344)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:164)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:566)
    at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatche
    rValve.java:170)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:564)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:170)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:564)
    at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:
    462)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline .java:564)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav a:472)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal ve.java:163)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline .java:566)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav a:472)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcesso r.java:1011)
    at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.ja va:1106)
    at java.lang.Thread.run(Thread.java:536)
    thanks in advance
    prabhakar

  • How to solve the problem of connecting my iPad to Itunes while my iPad not working and show to connect to iTunes?

    Question to all iPad users please help in this issue
    How to solve the problem of connecting my iPad to Itunes while my iPad not working and show to connect to iTunes?
    Thank you for help out.

    Hi Jamalzoal,
    Dose your computer have the most recent iTunes on it? When you connect the iPad 2 to your computer what happens? dose iTunes tell you the iPad need to be restored?
    p.s. you post this question in the Apple Remote Desktop community. You would probable have gotten more an fast responses if you posted this in the iPad community.

  • Problems with connection to mail servers

    Ever since updating to ios 6.1.2 I can't connect to any mail servers via the mail app. I'm using Yahoo and gmail, both worked before and still work when logged in via safari. I already deleted cookies, cache and history on the ipad, I deleted the mail accounts several times and set them up again, I rebooted several times (before an after deleting the mail accounts) and I tried setting up the mail as "other" mail server and set custom mail settings. Nothing worked and the last received mail was on the 28th of february before installing the new ios update.

    I would say that there is either a problem with your iPads WiFi connection, or the WiFi network does not like the Mail.app of iOS 6.1.2 Try and change the Server Port maybe your WiFi doesn't like the one you have right now. Also the firewall of your router can be a problem, but since only the iPad with iOS 6.1.2 doesn't work and it worked before the update I would clearly search on the iPad for the problem.

  • The problem of connect and resource role

    Hi,
    As we know, that while crating a new user, we can assign connect and resource so that the user can access the system tablespace.
    The problem that i got is instead of assigning the connect and resource role, i have assigned each and every privilege individually from this role. But, surprisingly, my user has not got the privilege o accessing the system tablespace.
    I was working in oracle 9i database. Can anyone help me in this regard and tell me what is the reason behind this?
    Thanks in advance.

    what huntrex said is quite valid i would like to add some more..
    SQL> create user myuser identified  by myuser
      2  /
    User created.
    SQL> select grantee,privilege
      2    from dba_sys_privs
      3   where grantee='MYUSER'
      4  /
    no rows selected
    SQL> grant resource to myuser
      2  /
    Grant succeeded.
    SQL> select grantee,privilege
      2    from dba_sys_privs
      3   where grantee='MYUSER'
      4  /
    GRANTEE                        PRIVILEGE
    MYUSER                         UNLIMITED TABLESPACEWhen you create a new user, the user is not able to save data until given a tablespace quota.As well when you create user and dont define its default tablespace then it is assigned tablespace what you defined at the time of database creation.If you dont define the tablespace at the time of creating database then it goes to system tablespace.
    When you grant resource role then user get unlimited tablespace over specified tablespace while creating users or
    default when not mentioning tablespace.
    conn myuser/muyuser
    SQL> select * from session_privs;
    PRIVILEGE
    CREATE SESSION
    ALTER SESSION[b]
    UNLIMITED TABLESPACE
    CREATE TABLE
    CREATE CLUSTER
    CREATE SYNONYM
    CREATE VIEW
    CREATE SEQUENCE
    CREATE DATABASE LINK
    CREATE PROCEDURE
    CREATE TRIGGER
    CREATE TYPE
    CREATE OPERATOR
    CREATE INDEXTYPEAs you created the user and i assume you didnt specify the default tablespace ,this user goes for system tablespace
    but you didnt assign resource role then you will have to have assign quota for that user to create any object within
    this created user.
    SQL> conn sys/sys as sysdba
    Connected.
    SQL> drop user myuser
      2  /
    User dropped.
    SQL> create user myuser identified by myuser
      2  /
    User created.
    SQL> grant connect to myuser
      2  /
    Grant succeeded.
    SQL> conn myuser/myuser
    Connected.
    SQL> select * from session_privs;
    PRIVILEGE
    CREATE SESSION
    ALTER SESSION
    CREATE TABLE
    CREATE CLUSTER
    CREATE SYNONYM
    CREATE VIEW
    CREATE SEQUENCE
    CREATE DATABASE LINK
    8 rows selected.
    SQL> create table mytable (a number)
      2  /
    create table mytable (a number)
    ERROR at line 1:
    ORA-01950: no privileges on tablespace 'USERS'
    SQL> conn sys/sys as sysdba
    Connected.
    SQL> grant unlimited tablespace to myuser
      2  /
    Grant succeeded.
    SQL> conn scott/tiger
    Connected.
    SQL> conn myuser/myuser
    Connected.
    SQL> create table mytable (a number)
      2  /
    Table created.
    SQL> Khurram

  • IOS 4 : removing the "can't connect to mail server" messages

    Ok, since the new Mail in iOS 4 have a "global inbox", everytime i open the app without being connected on the internet, it send me 5 "can't connect to mail server" message. So i have to click "OK" five times before being able to use the app. It does that even when WiFi is set to off.
    Am i the only one ? Is there a setting for that ? Do I have to wait for iOS 4.1 ? Does god really exist ?

    Your email provider has servers. There are no Thunderbird servers. Thunderbird is email client software that runs on your computer.
    Contact your email provider about server issues.

  • TS1441 After updating my iPod 5 to ios7, it's sound got muted. I tried to update/fix the problem by connecting it to itunes but could'nt. My iPod is giving the messag "your iPod touch could not be activated because activation is temporarily unavailable"

    After updating my iPod touch, it got mutated. While updating it thru itunes it is asking to update the iPod. However when i try to update the message comes your iPod touch could not be activated because activation server is temporarily unavailable. Try connecting your iPod touch to iTunes to activate it, or try again in a couple of minutes. If this problem persists, contact Apple support at apple.com/support". I am trying to resolve this for many weeks now dont have any idea where to seek help from. Really  appreciate a quick response from anyone.
    Thanks.

    Try:
    - Powering off and then back on your router.
    - iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server
    - Change the DNS to either Google's or Open DNS servers
    Public DNS — Google Developers
    OpenDNS IP Addresses
    - For one user uninstalling/reinstalling iTunes resolved the problem
    - Try on another computer/network
    - Wait if it is an Apple problem
    However, Apple does not report any problems
    http://www.apple.com/support/systemstatus/

  • Why can't mozilla work with yahoo to fix the problem of blank e mails?

    Ok the only way i could read my messages in yahoo was to remove completely fire fox 8.0.1. and re-download fire fox 3.6.22, before i change back to 8 or higher, you need to work with yahoo mail, and others to fix the problem or it will happen again. sorry but your educated guesses about my current browser will not work until you fix he problem, because you want me to up date my browser, and that is my problem. you shouldn't make any guesses until you fully know what is going on. Stan

    OK I read the link you posted and I tried changing dom.ipc.plugins.enabled;true and dom.ipc.plugins.java.enabled;true to false, and back to true again. Nothing changed and I could not really understand the majority of the thread you posted, I am not a coder and I have no idea what any of that stuff even is.
    I don't know how to "allow the plugin container process in the firewall" I googled it but all I find is more cryptic forum threads and I have no idea what any of it means.
    Am I supposed to be looking at settings in my commodo program?
    I am doing my best here, and trying to solve the issue, I really appreciate all your help. It is very frustrating because I am not familiar with browser settings and technical things relating to plugin containers and out of process plugins.
    Thanks again for all your help, but nothing seems to be working.

  • How do I fix the problem cannot connect to iTunes Store?

    How do I fix the problem I encounter on my iPad - cannot connect to iTunes Store?

    Hey Fpatrick13,
    We have an article that goes over troubleshooting for that issue. If you saw an alert message like "Cannot connect to the iTunes Store. An unknown error has occurred" on your iPad, or something similar, check out the bottom of the article titled "Troubleshooting on an iPhone, iPad, or iPod touch" for detailed steps:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Cheers,
    David

  • I am facing the problems to connect to Wifi Public Networks since I have upgraded my IPAD 2 to IOS 6.

    For the fist time I relly need help folks!!
    There is no way to make my Ipad 2 to connect to public wifi Networks!
    It seems there is something really wrong with IOS 6!!
    This is really a big issue because tablets are really made to facilitate mobile access !
    After doing everything that was possible to do, I believe the problems is with IOS 6 that need to be fixed very fast by Apple.
    Thanks in advance for any assistance addressed to theis problems,
    Regards, Eduardo

    iOS 6 Wifi Problems/Fixes
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • What is the problem about connection itunes store?

    My product :ipod touch 4G.        Impossible Connect to me Itunes Store!!  I´ve the new version 10.5.1  and my pc is Windows 7  32 bits???  what happen??...
    PC is working slowly!!.    It´s same issues version 10.5  . I Hope that someone help me about this problem.

    Hi Meedi,
    If you are having language issues with a film purchased from iTunes, you may find the following article helpful:
    iTunes: Language settings for video
    http://support.apple.com/kb/HT5562
    Regards,
    - Brenden

  • Has Firefox sorted out the problem with accessing e-mails on tiscali

    When trying to access my e-mails with tiscali[ talktalk] I receive a message saying ' Undefined E-Mails in mail' and Icannot retrieve any e-mails fropm my inboxwww.talttalk.co.uk

    I have seen a few searches that indicate some people have had success by changing their wifi security settings.  Using none (not recommended) or using WPA2 with a strong pass phrase (longer than 8 characters) seems to work for everyone I've talked to.  I've not had this issue myself on any of my devices (2 iPhone 4, 2 iPhone 5, 2 iPad 2, all running iOS 6.1.3, and 2 iPod Touch 3rd Gen running iOS 5.1.1), but then again, my home wifi has had a strong pasphrase, and WPA2 for 7-8 years now.  I beleive that some people have had luck with performing a reset of network settings (but others have not, and claimed that it actually made things worse some how).  Some have had luck performing a device restore in iTunes, while others have claimed that did nothing but cause them to lose everything. 
    I know there is so much wifi congestion in my neighborhood that it is hard to find a channel that doesn't already have 2-3 routers using it.  It is possible that resetting your wifi router might help.  I know that when my iPhone wouldn't connect to my wireless network, it would usually clear up if I restarted the router.

  • (MacOSX Lion 10.7.4) The problem of connecting the audio interface (USB and FireWire), grained acoustic distortion!?

    When you connect the audio interface to usb or firewire grained acoustic distortion, there is no loud noise in the acoustics! In the old "iMac24 Snow Leopard" was not like this!
    Just bought the iMac21 lion, installed the new drivers and the two interfaces of different firms is presented, this acoustic problem.
    I understand it comes from a usb and firewire!?
    Help Me_____
    Sorry for my english

    Well, it's been a few days and with no response I thought I'd look for another solution. I've been trying this software called iVPN, apparently it's like a front-end to OS X's built-in VPN server. Anyway, I disabled the VPN Server from the Server app, turned on iVPN and was VPN-ing from my iPhone over 3G in notime. It's a great app, though it kinda ***** that the server can't do what it's built to do. Since VPN was the big reason I got Server in the first place, I'll probably uninstall it and stick with OS X's built-in file sharing and iVPN.

  • Possible Solution to the Problem of Connecting TiVo to AirPort Wirelessly

    I recently bought an AirPort Extreme and was having problems getting my two TiVos to connect wirelessly. At first everything was fine but after a few days when either of my TiVos tried to connect automatically to download information they could not find the gateway.  In researching it on the Apple Support Communities I found that others have had the same problem.  I think I have found the solution.
    The TiVo N-adapter connects to the WiFi in a different way than other products.  For most devices you look at the networks that are available, pick yours, and then enter the password.  The TiVo N-adapter, by contrast, shows two different network names for your network, one for the 2.4 Ghz and the other for 5 Ghz.  For each of the two netwoks it also shows the channel being broadcast by the Apple Extreme.  When I first connected my Tivos to the AirPort WiFi I chose the network name associated with the 2.4 Ghz/ Channel 1 option.  At first there was no problem.  Then The TiVos could not connect.  I went to the AirPort Utility App on my iPad and found that the 2.4 Ghz had changed from channel 1 to channel 6 (click on the base station and then select edit, Advanced, WiFi, Radio Channels).  I then manually changed it back to channel 1 and turned off the automatic feature.  I have had no problem since then.

    Second day and no freeze from sleep.

Maybe you are looking for

  • Load balancing in Tuxedo 9.1 and RAC

    Hello to all, I have some doubts on the way of balancing load in tuxedo 9.1 and RAC (Oracle 10gR2). Before, without RAC our configuration was the following one: GRP_A: service A001, service A002 GRP_B: service B001, service B002 Both groups were atta

  • I can't install or buy some apps after opting out from Family sharing

    I created family sharing and used it with my brother. Then I dismissed it. When I try to install or buy apps, which previously were bought by him, appstore requires to enter a password from my brother's icloud. Even if I install a free app.

  • Ipod Restore - Unknown Error

    I turned on my ipod this morning, and updated it from my library, on unpluggin my ipod from the USB, it stopped working, it then began to display the message "Connect to computer, use iTunes to restore". So i did, My computer didnt recognise my ipod.

  • 911-PLEASE HELP! OS X Mountain Lion "Blocked Plug-Ins"anyone please?

    All Plug-ins enabled, no extensions, this is killing my ability to bid on jobs from a site. Only purchased the upgrade to expand my capabilities & software, so I could bid on more gigs & now I can't even service clients I already had with this "block

  • Services can't be accessed remotely

    I'm experiencing a strange issue where I cannot access Apache outside of my LAN. At first I thought all the ports I had Apache listening on were blocked from the outside by my ISP, but I kickstarted an Amazon EC2 instance & setup remote port forwardi