MDM_TECH 554_700 ABAP API giving socket connection error

Hi,
I have recently installed the MDM_TECH 554_700 on a 64Bit R/3 system and configured the ABAP API thru customization for a 32Bit MDM Server. Currently I am facing a problem with 'NiRaw2ConnectError: Connection refused' error and when I checked the detailed log it shows that "ERROR => mdeKernelError, NiRawToConnectError: The attempt to establish a socket connection caused an error (rc=-10) [mdm_mdeClien 265]". I have checked the necessary kernel files ( dw_mdm.dll) to make the socket connection between the MDM system, the OSS note 965209 & 950245 and not able to trace the problem. Is it possible to make the connection between 64Bit R/3 and 32Bit MDM server? Help on this issue is highly appreciated.
Regards,
Velu

Alejandro,
The MDM ABAP API & MDM Server Versions are same. Both of them are in SP04. Here is the details on the versions:
MDM ABAP API - MDM SP04 provider, Server build  5.5.32.48  -  5.5.32.x
MDM Server 5.5 - SP04  ( 5.5.32.65)
Regards,
Velu

Similar Messages

  • Request giving Socket communication error at call=recv: error.

    Hi All,
    My requirement goes like this for OBIEE 11G :
    I have two requests(analysis) and I want to show either of them at a given time based on a Dashboard prompt. I have set a Presentation variable {PV} for this Prompt whcih always hays two values A and B.
    My first request is like this :
    Dim 1 Measure 1 ( this should be shown when I select Dashboard Prompt A.
    My second request is:
    Dim 2 Measure 2 ( this should be shown when I select Dashboard Prompt B.
    I have to use the Guided Navigation ( Sectional Condition in 11g)
    When Dashboard Prompt A is selected Section 1 i.e. Request 1 should be shown when Dashboard Prompt B is selected then it should show request 2.
    To achieve this in request 1 I have added a extra filter '@{PV}' is equal to/is in 'A' and in request 2 I have added a extra filter '@{PV}' is equal to/is in 'B' so as when we select B in Prompt the first request should 'No Results' so as I can achieve my Guided Navigation.
    But to my surprise when I select B in the Dashboard Prompt the first request throws an error.
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 12002] Socket communication error at call=recv: (Number=10038) An operation was attempted on something that is not a socket. (HY000)
    Please help me out with this regards as I was able to achieve this functionality easily in 10G OBIEE.
    Regards,
    Bhavik

    Hi,
    Mistakenly my machine got restarted and after that when I tried to start OPMN services,its showing all the processes alive but after that ,while restarting BI services from windows
    its throwing an error of unexpectedly shutting down of services.
    My NQS log says:
    [nQSError: 12010] Communication error connecting to remote end point: address = 192.168.10.209; port = 80.
    [nQSError: 46119] Failed to open HTTP connection to server 192.168.10.209 at port 80.
    I have checked that IP is still same. What is the issue behind it?
    This is very urgent.I have already posted this issues many times but didn't get any response So please help.

  • Socket Connection Error

    Hi,
    I m facing some strange issues in a java file. The requirement is something like, i need to process some business operation , connect to a third party vendor and they need to process some operation in 10 secs and they reverted back with the result. The whole process should complete in 15 secs.
    So for the first time while connection to the third party it is working fine, but for the second time it fails and showing connection failed in the UI. When i retires it is successfully connects. i checked the log file, there it is throwing exceptions some of the time. Please find the piece of code below. From the third party there is no issues from them , all the operations sucessfully done from their side..
    try {
    // open socket connection
    socket = openSocketConnection(host, port, connectTimeOut, responseTimeout);
    if(socket.isConnected()){
    // some steps of business processing.....
    // write request
    // read response
    // set pipeline
    // set error status
    catch(SocketTimeoutException ste){}
    catch (UnknownHostException uhe) {}
    catch (SocketException soe) {}
    catch (Exception e) { }
    finally {
    try {
    if (socket != null)socket.close();
    } catch (Exception e) { }
    // method for connecting the server....
    openSocketConnection(String host, int port, int connectTimeOut, int responseTimeout) throws SocketTimeoutException, ServiceException,IOException {
    Socket socket = null;
    socket = new Socket();
    socket.bind(null);
    socket.connect(new InetSocketAddress(host,port),connectTimeOut);
    if (socket.isConnected()) {
                   socket.setSoTimeout(responseTimeout);
    } else {
         throw new ServiceException("Error opening socket connection to Third party Vendor.");<------- mostly in second time throwing exception, but when retires working fine...
    return socket;
    Can anyone please help me out for this.

    Remove the isConnected() test and associated code: it's contributing nothing here. If the socket itself throws an exception then you have a problem. At the moment all you have is a self-inflicted wound.
    You can also remove the bind(null) call.

  • Creating socket connection error

    My problem is when I have router in local host, my client works fine, but when I move router to an other computer, then creating topic connection gives me error like: error creating socket connection to 127.0.0.1:14001, message: Connection refused: no further information
    (I use port 14001, in local host it works). Why does it dry to connect to localhost? If I put up router in localhost too, it starts sending messages to this one!?
    Anyway maybe this problem might have something to do with changeing the router version (swiftmq1.0 to 2.1.2)?
    Could anyone help me with this one, I'm in big hurry, router and client should work on monday :-(
    Thank You!

    Thanx 4 answer :) neville
    I have the answer allready - just I had to add 1 row in routers properties file, like:
    swiftlet.sys$jms.listeners.plainsocket.bindaddress=192.168.0.1
    It was in the SwiftMQ documentation, but I was to lazy to read all of it. My fault.
    But thanks again for trying to help! And I WILL read that jndi doc.

  • Periodic socket connection errors

    I am experiencing a periodic error when accessing a Servlet running under
              weblogic 6 sp2 on Windows 2000. Usually the second time my servlet is
              accessed I see the connection error and then periodically after that. Here
              is the stack trace:
              .lang.NullPointerException
              at weblogic.socket.TunnelContext.getServlet(TunnelContext.java:24)
              at
              weblogic.servlet.internal.MuxableSocketHTTP.dispatch(MuxableSocketHTTP.java:
              465)
              at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:638)
              at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >
              <Oct 1, 2001 9:38:01 PM EDT> <Error> <HTTP> <Connection failure
              java.lang.NullPointerException
              at weblogic.socket.TunnelContext.getServlet(TunnelContext.java:24)
              at
              weblogic.servlet.internal.MuxableSocketHTTP.dispatch(MuxableSocketHTTP.java:
              465)
              at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:638)
              at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              I traced this in the debugger and found that the first error occurs before
              my servlet is even invoked. The second error occurs after I try to read
              from the ServletInputStream object. When the error occurs I must kill the
              client request, which hangs, and then subsequent requests are fine.
              I have not seen anything like this in these newsgroups. Does anyone have
              any ideas as to why this is happening?
              Thanks,
              Mark
              

              Hi, I'm facing same problem. Did you guys get a solution for this?
              Thanks,
              Tarkeshwar
              "Mark Priest" <[email protected]> wrote:
              >It sounds like we are both experiencing a similar problem on different
              >platforms. Will someone from Bea please comment on this?
              >
              >Thanks,
              >Mark
              >
              >"Alexis Berger" <[email protected]> wrote in message
              >news:[email protected]...
              >> Mark,
              >>
              >> I currently got the same problem.
              >> my config is Weblogic 6.0 (no SP) under Linux.
              >>
              >> In fact, I got a Tomcat server (with an application - a servlet -)
              >on my
              >> LAN, which calls my application under my Weblogic server (a servlet
              >calling
              >> some EJBs...)
              >> No problem at the first connection, then the second fails with this
              >> exception :
              >>
              >> I don't know what happens between tomcat and weblogic but what I traced
              >is
              >> that :
              >> 1) Tomcat creates a socket connection with Weblo
              >> 2) Weblo listens to Tomcat for an InputStream
              >> 3) Tomcat sends data via an OutputStream
              >> 4) Weblo receives nothing !!!! <---- problem ? :)
              >>
              >> Here is my exception...
              >>
              >>
              >> <Error> <Posix Performance Pack> <Uncaught
              >> Throwable in processSockets
              >> java.lang.NullPointerException
              >> at weblogic.socket.TunnelContext.getServlet(TunnelContext.java:24)
              >> at
              >>
              >weblogic.servlet.internal.MuxableSocketHTTP.dispatch(MuxableSocketHTTP.java:
              >> 459)
              >> at
              >>
              >weblogic.socket.PosixSocketMuxer.deliverGoodNews(PosixSocketMuxer.java:449)
              >> at
              >> weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:378)
              >> at
              >weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
              >> at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >> >
              >>
              >>
              >>
              >> "Mark Priest" <[email protected]> a écrit dans le message de
              >news:
              >> [email protected]...
              >> > I am experiencing a periodic error when accessing a Servlet running
              >under
              >> > weblogic 6 sp2 on Windows 2000. Usually the second time my servlet
              >is
              >> > accessed I see the connection error and then periodically after that.
              >> Here
              >> > is the stack trace:
              >> >
              >> > .lang.NullPointerException
              >> > at weblogic.socket.TunnelContext.getServlet(TunnelContext.java:24)
              >> > at
              >> >
              >>
              >weblogic.servlet.internal.MuxableSocketHTTP.dispatch(MuxableSocketHTTP.java:
              >> > 465)
              >> > at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:638)
              >> > at
              >> weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
              >> > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              >> > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >> > >
              >> > <Oct 1, 2001 9:38:01 PM EDT> <Error> <HTTP> <Connection failure
              >> > java.lang.NullPointerException
              >> > at weblogic.socket.TunnelContext.getServlet(TunnelContext.java:24)
              >> > at
              >> >
              >>
              >weblogic.servlet.internal.MuxableSocketHTTP.dispatch(MuxableSocketHTTP.java:
              >> > 465)
              >> > at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:638)
              >> > at
              >> weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
              >> > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              >> > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >> >
              >> > I traced this in the debugger and found that the first error occurs
              >before
              >> > my servlet is even invoked. The second error occurs after I try
              >to read
              >> > from the ServletInputStream object. When the error occurs I must
              >kill
              >the
              >> > client request, which hangs, and then subsequent requests are fine.
              >> >
              >> > I have not seen anything like this in these newsgroups. Does anyone
              >have
              >> > any ideas as to why this is happening?
              >> >
              >> > Thanks,
              >> > Mark
              >> >
              >> >
              >> >
              >> >
              >> >
              >>
              >>
              >
              >
              

  • Flex profiler: giving socket timeout error

    Hi,
    I am using Flex 3 Builder. With Flex 3 SDK and overlayed AIR 2 sdk. When I try profile my AIR app, I get "Socket Exception" in the console.
    I tried editing the mm.cfg manually but it seems not working. (Followed various posts in forums/blogs). But no Luck.
    I observed the mm.cfg file, keeping it blank, Flex Builder does write the PreloadSwf argument in it. For a while, and then it goes blank after throwing the socket error.
    I don't have Firewall on as well. I tried with both direct connection to internet and with Proxy.
    Any ideas on what's going on ?
    Thanks,
    Brijehs

    Tried all above, still getting the same exception

  • Flex mobile socket connection error

    ReferenceError: Error #1069: Property shareable not found on flash.utils.ByteArray and there is no default value.
    any one who knows this problem, wating for help

    Remove the isConnected() test and associated code: it's contributing nothing here. If the socket itself throws an exception then you have a problem. At the moment all you have is a self-inflicted wound.
    You can also remove the bind(null) call.

  • ImportManagerBatch giving server connection error Error

    I am using import manager batch to load a xml file.  it is failing with
    Login to 'server:1234 : Logon Error:Prerequisites not met failed
    ImportManager Batch End
    helpful answers will be rewarded
    The command I am using is
    ImportManagerBatch.exe /INI "ganesh.ini" /CLIENTSYSTEM "SAP PR5" /MAP "CM_CR_INBND_PR5_22JAN" /LANGUAGE "English [US]"
    The ini file I am using is as below
    [Source]
    Type=XML
    XML Schema="PR5 BAPI Response CREATE 22JAN"
    File name="\TEST_INBND_SINGLE_DOUBLE.xml"
    //DSN=
    //DBMS Server=
    //Database=
    //User=
    //Password=
    //possible values are: True or False
    Read-only=False
    [Destination]
    Repository="BP US FUELS CUSTOMER MASTER"
    Server="ABCDEF"
    Port=99999
    User=Admin
    Password=
    ClientSystem="SAP PR5"
    Map="CM_CR_INBND_PR5_22JAN"
    Language=English [US]
    [Batch Import Default Option]
    //possible values are: Yes or No
    Automap Batch Unmapped Value=Yes
    //possible values are: Add or Ignore
    Batch Unmapped Value Handling=Add
    //possible values are: Yes or No
    Always Use Batch Unmapped Value Handling=No

    hello:
    In your ini file you have as one parameter the import Map:
    Map="CM_CR_INBND_PR5_22JAN"
    you don't have to place the physical route to this map because it's inside the repository. I've seen that there are issues sometimes with this set up.
    What I'd suggest as an starting point is to export the Import Map (Import manager -> export) and save it somewhere on the server (ie c:\maps)
    Then replace the relavite route for the map with something like this:
    Map="c:\maps\CM_CR_INBND_PR5_22JAN.map"
    hopefully we'll see some improvements, otherwise we can try something else
    Regards
    Alejandro

  • OBIEE 11g database connection error after deploying to server.

    Hi,
    I deployed RPD to obiee 11g server and when I run a report it is giving database connectivity error. In 10g we just specify OLAP_DSN, OLAP_USER and same in connection pool with database password. I did the same in 11g as well but it's not working.
    Is there any other place I need to specify database connection detail?
    Thanks
    Jay.

    coming with different names :) If you respond to your older threads will happy to respond you.
    When we answer your question we love to know how it helped you. we are not asking your $$$$$$$$$$$$$

  • ABAP API Connection Problem

    Hi folks,
    I am working with the MDM ABAP API and there are some errors that do not make any sense to me.
    Here is a list with the technical information:
    MDM 5.5 SP 5 (5.5.40.83)
    SAP NetWeaver 2004s (700)
    MDM API 555/700
    I have set up the Repository information in MDMAPIC, using a new created provider of the type CL_MDM_PROVIDER_55_SP05_PL00 ( MDM5.5  SP05 Patch 0, Server Build  5.5.40.79  -  5.5.40.xx ).
    I then have tried to establish the connection to the server and repository and so on according to the HowTo Guides.
    When I finished yesterday, I managed to connect to my local MDM Server and to retrieve the names of the mounted repositories, but I was not able to retrieve records from a certain repository. When I wanted to solve that problem today, I was not able to connect to my MDM server anymore. There have been no changes in the coding or the configuration since then, only the MDM server has been restarted and the repository has been reloaded. But apart from that, nothing has changed but still I am not able to establish the connection anymore ( Connection refused ). Then I have tried to connect to another MDM server, but there I get another error ( Connection is not trusted ), although I have rechecked a dozen times that there is the allow.ip with the proper ID of my SAP system and the according user in the MDM repository.
    From time to time, the errors change without changing anything else, just by trying to execute it a couple of times. I have figured out, that sometimes I get an error out of the above mentioned provider class ( CL_MDM_PROVIDER_55_SP05_PL00 ). Is it possible, that the MDM API is not working properly with the PL00?
    Hints are appreciated a lot...!
    Thanks and best regards,
    Sabine

    Hi,
    Check whether the server is down or not. If the server is down, u will get the same error message
    regards,
    Nikhil

  • RFC Connection Error during Web AS ABAP Database Instance

    I keep getting RFC Connection error installing the database instance.  The following are the pertinent logs:
    INFO 2007-05-09 20:10:04
    Working directory changed to C:\Program Files\sapinst_instdir\NW04\SYSTEM\ABAP\MSS\UC\DB.
    INFO 2007-05-09 20:10:04
    Output of C:\usr\sap\X22\SYS\exe\run\r3trans.exe -u 1 -i "C:\Program Files\sapinst_instdir\NW04\SYSTEM\ABAP\MSS\UC\DB\mssprocs640.dat" is written to the logfile r3trans.exe.log.
    INFO 2007-05-09 20:10:22
    Execution of the command "C:\usr\sap\X22\SYS\exe\run\r3trans.exe -u 1 -i "C:\Program Files\sapinst_instdir\NW04\SYSTEM\ABAP\MSS\UC\DB\mssprocs640.dat"" finished with return code 0. Output: This is C:\usr\sap\X22\SYS\exe\run\r3trans.exe version 6.13 (release 640 - 03.06.05 - 17:04:00).unicode enabled versionC:\usr\sap\X22\SYS\exe\run\r3trans.exe finished (0000).
    INFO 2007-05-09 20:12:23
    RFC parameter CLIENT set to value 000.
    INFO 2007-05-09 20:12:23
    RFC parameter USER set to value DDIC.
    INFO 2007-05-09 20:12:23
    RFC parameter LCHECK set to value 1.
    INFO 2007-05-09 20:12:23
    RFC parameter PCS set to value 1.
    INFO 2007-05-09 20:12:23
    RFC parameter LANG set to value EN.
    INFO 2007-05-09 20:12:23
    RFC parameter ASHOST set to value cix22.
    INFO 2007-05-09 20:12:23
    RFC parameter SYSNR set to value 00.
    INFO 2007-05-09 20:12:23
    RFC connection information checked successfully.
    ERROR 2007-05-09 20:12:24
    FRF-00007  Unable to open RFC connection.
    I tried the following fixes spread across different threads in this Expert Forums:
    1. Someone said network problem.  I rebooted, restarted the install and even redo it. 
    2.  Another suggestion was to use caps on the password.  Didnt work.
    3.  One suggestion was to update the keydb.xml file.  However, I could find such property name:
    search for the table t_SAPComponent_SAPSystemLogon_SHARED
    then look for <fld name="pPW">, <properties>,
    <property name ="GUIENG_USER_INPUT" and set the value
    "GUINEG_TRUE" to "GUIENG_FALSE".
    4. I even used the ddic password 19920706 which is supposed to be the default.
    5. Restarted the instance and applied all the fixes above.
    Does anyone know what is going on base on the logs above?  Thanks.

    try moving all your install disk onto local file system then rerun the install. That might work....

  • My iPod touch 4th gen. Keeps giving me the error message "cannot connect to the app store when I sign in. I can open the app store and browse it but I can't download anything. I have full signal strength with my wi-fi and safari is working perfect.

    My iPod touch 4th gen. Keeps giving me the error message "cannot connect to the app store when I sign in. I can open the app store and browse it but I can't download anything. I have full signal strength with my wi-fi and safari is working perfect. I turned it off and restarted it 3 times now. I have an iPad 2 and the app store works flawlessly with it. What is going on?

    Same here on my lpad2. Can access the web just fine from browsers but cannot install new apps or updates in appl store.  Seeing a few others reporting same issue tonight so likely an apple server issue and staff will notice it in network monitors and fix it...sometime this weekend.
    Rob

  • Socket read error: connection reset by peer

    Hi.
    Has anybody experienced the error message �Socket read error: connection reset by peer�
    Please see below for detailed information.
    Appreciate your help
    Regards
    RT
    Enviroment specification
    Server: HP/UX 11.00 64-bit, Oracle RDBMS 8.1.6.0.0 64-bit
    2 firewalls between client and db.
    Client:
    Win 2000,
    SP3,
    Oracle Client 8.1.7.0.0 ,JDBC OCI (thin JDBC driver,class12.zip)
    JDK 1.3
    JRUN3.0
    The TCP protocol is being used in the communication
    Error messages
    Web Users receive:           Socket read error: connection reset by peer
    Trace files on the sever:      Read unexpected EOF ERROR on 18.
    Explanation: The error in the server sqlnet trace file, suggests that a client connection has terminated abnormally, i.e. client machine powered off, a cable removed or a network connection aborted without warning. No user has complained of such a problem and there is no client trace with an error.
    The problem
    The users of the java web application, experiencing an exception almost once or twice a day.
    The JRUN web-server reports broken connections to the db and client are receiving "connection reset by peer".
    At the moment when the errors occurs the users just have to wait a while(2-10 min) and then they can use the web application again.(no action is taken)
    This problem can not be reproduced. The problem happens only occasionally when the network is under heavy load and new DB connection is being created.
    The application
    The java web-application uses a customized connection pooling against the database. This pool is shared among all the users of the website. whenever a user process needs to fetch data from the database, a free connection from this pool is allocated. The application is testing if the connection is valid before making a transaction (select '1' from dual). When the error occurs a ORA-3113 end-of-file on communication channel is returned to the application.
    The path between the client and db involves at least two firewalls. The firewalls are opened for sql*net traffic. The network group can tell that enquiries from the app.server is not getting feedback from the db. They have not however, identified if the enquiries are reaching the db-srever, or if they are stopped earlier in the network.
    Around 1000 users, are using other applications which uses dedicated sqlnet connections against the db and they have not experienced any problems.
    Issues considered
    Connection pooling
    It is a customized connection pooling, developed by Lindorff developers.
    I have read through the source code for the connection pooling and it does the job as it should, and in case of bad connection, it tries to create a new connection.
    The log file shows that the call to the method DriverManager.getConnection() hangs until the server goes down, which is probably because of the fact that the method DriverManager.setLoginTimeout(), does not take effect and timeout value is Zero. ( According to oracle , Oracle JDBC does not support login timeouts and calling the static DriverManager.setLoginTimeout() method will have no effect).
    Firewall
    One thing to consider is when the firewall may decide to shut down the socket due to long inactivity of a connection. This will cause problems to JDBC Connection Pool because the pool is not aware of this disconnection at the TCP/IP level; until someone checks out the connection from the pool and tries to use it. The user will get a Socket read error: connection reset by peer.
    Jrun timeout paramter is less than the firewall�s timeout so the firewall will not close a connection before Jrun does.
    Number of processes the DB can handle
    Processes parameter is 1300, , they have not experienced the Oracle error msg �max # of processes reached�.
    Port redirection through a firewall:
    Since the firewall has a sql net proxy Port redirection through a firewall is not a problem. Problems with port redirection only appear at connect time, but in this situation the connections fail long after the connection is established.
    The network group
    The network people who investigaged the problem at Lindorff report that there are a significant amount of "dropped packages" between the database server and the jdbc client (web-application) 24 hrs. The reason for this is "unknown established TCP packet" which means that the firewall does not consider these packages to be part of an already established session. The network group believes this happen because one of the hosts send a RESET or FIN signal which the firewall have noticed but are not received by the other host.
    It seems like the firewall are dropping packages bacause of "Unknown
    established TCP packet" from both the JDBC client and the TNSLISTENER on the database server. The dropped packages are SQL*Net v2 traffic so clearly Oracle products are involved

    Presumably something is working.
    Thus the problem is not with your code. At least not the database part that you have control over.
    That error occurs when the other side closes the socket. Presumably you are catching lost connection exceptions and trying to restore it.

  • Why does iTunes keep giving me bogus error messages.  "Your internet connection is not working, check your connection and try again."  My internet is working fine.  iTunes is not working and will not allow me to download tunes.

    why does iTunes keep giving me bogus error messages.  "Your internet connection is not working, check your connection and try again."  My internet is working fine.  iTunes is not working and will not allow me to download tunes.

    This my sound too simple, but I just kept clikning on the arrow next to the selected music and it finally "Kicked" in.
    I live in Europe ,So Be persistent and don't give up !  Aug. 2013

  • I'm new to iPad mini and uv I'm trying to get a movie I purchased to where I can watch it offline but when I click the option to download and watch offline it keeps giving me and error with download try again later I have a good wifi connection ??

    I'm new to iPad mini and uv I'm trying to get a movie I purchased to where I can watch it offline but when I click the option to download and watch offline it keeps giving me and error with download try again later I have a good wifi connection ??

    You have a "good WiFi connection". What does that mean exactly? Can you send and receive email and are other internet related activities working OK for you? Have you tried restarting or rebooting your iPad? Sometimes that helps. If nothing else, it's a good place to start.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

Maybe you are looking for

  • How do I share my Mac's Wifi Internet with my xbox (connected through Ethernet) in 10.8 Mountain Lion?

    I am trying to use my MAC's wifi connection for my Xbox 360 using the Ethernet Cable.  I've done it in the past in an earlier version of OSX which I saved the settings in a text file for later use... those settings do not work. First Question:  Do I

  • Zen Vision M or Zen V P

    I'm going to buy Creative mp3 player and i'm looking at these: Zen Vision M(30gb) or Zen V Plus(4gb). So I need advice which to buy. First I was thinking about Zen V Plus (4gb). I found that it cost 229$, but when I looked at Vision's price it was on

  • Failed to Install Adobe Photoshop CS3?

    Don't whether i am posting this thread in the right section. This morning install XP prof sp3 on my pc, to give the APcs3 instslar sent me a message and there was nothing, searching the internet and found my solicion essay test and several others, wh

  • Display rows in bold conditionally in SSRS 2008

    Hi All, I have a report with three columns.. Name Designation Salary John  IT Manager 10000 Mike Account Manger 9000 Rob Sales Manager 8000 James Director 15000 Jim Marketing Manager 7500 I want to display whole row in bold format when Salary < 10000

  • Grey question mark - Internet recovery error 6002F

    Hey. I've been having major problems with my Mac book air which was brought in early 2012. After trying to install mountain lion it's been going crazy. At first there was problems with installing or updating applications, then it wouldn't turn on! No