Is it a queue managing the BULK jobs?

Hi all,
When creating several jobs to import several batches data to Eloqua by Bulk APIs, would the jobs run one by one? Are the execute by the creating order?
Thanks,
Biao

Hi Biao,
Based on my own observation, jobs are processed one by one, and the order is generally the order in which they were added to the queue. A data transfer service runs first to parse the amount of rows on the file, and then puts it back into the queue again for loading into the db. You might see this in your sync logs as .json files being converted to .csv once you trigger the sync.
Depending on the amount of data present after parsing, it can affect what order it is processed in due to some advanced load balancing logic in place. For example, if you push one really big file and a few smaller files, chances are, the system will more frequently have small chunks of time/resources free to process a smaller file. The worker looks at the oldest file in the queue, sees that it is 'too big' to handle in the time it has, skips it and then grabs the next file which may be smaller. In most scenarios however, you don't see the system skip over large files that often or for very long. The net effect of this behaviour is that if you load a massive file into the system that it can't process right away, it's not going to cause a few minutes of unnecesssary blockage for other smaller files it can manage right away.
Again, this is based on observation and such backend logic is subject to change/tweaking at any time.
Regards,
Bojan

Similar Messages

  • Portlet to access the reports queue manager

    Is there a pre-built portlet that comes with Oracle9i AS Portal that will let me view the report job statuses in the report queue. I want to be able to view the report queue via a web browser, rather that thru the Oracle Reports Queue Manager.

    In case you are still looking for information on this -- search
    through here or metalink for information on the RW_SERVER_QUEUE
    table. It does a fairly decent job of mirroring what's going on
    in the report queue. Completed and scheduled jobs it handles
    well, but (at least in Portal 3.0.8) the report server doesn't
    seem to update this table frequently for jobs currently being
    run. I'm debating right now whether to write a Java servlet to
    monitor the real RWCGI60 output (which always seems accurate) to
    get a better handle on what's really happening on the reports
    server. (btw: Anybody else tried doing this yet?)
    - Bill

  • Report Queue Manager  - Scheduled Jobs

    Question: How/where does the Queue Manager store info for scheduled jobs?

    It is possible (IN 9iAS) to configure the Reports Server to store all requests in a database table. The Table(s) / View(s) are created by the script rw_server.sql located in $ORACLE_HOME/reports/admin/sql
    To configure this options, create the table and view with the rw_server.sql script, then add these lines in the
    <reports server name>.conf file <jobStatusRepository class="oracle.reports.server.JobRepositoryDB"> <property name="repositoryConn" value="user/password@tnsalias" confidential="yes" encrypted="no"/> </jobStatusRepository> The "value" attribute of the property "repositoryConn" should be a user/password@tnsalias that will be used to connect to the database. The account must have access to the tables created by the script rw_server.sql The combination confidential="yes" and encrypted="no" will provoke the encryption of the value attribute once the Report Server is re-started : After the Reports Server has started you will find: <jobStatusRepository class="oracle.reports.server.JobRepositoryDB"> <property name="repositoryConn" value="ihjFFBFD3jk5Xfrd5HeX5w3dE/E=" confidential="yes" encrypted="yes"/> </jobStatusRepository> Description of the rw_server_queue view columns can be found in the script rw_server.sql itself.
    Thanks,

  • DP Job queue manager not working- SCCM 2012 SP1

    
    I am getting below error when trying to open DP job queue manager in sccm 2012 SP1
    Please find the details information
    see the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.
    ************** Exception Text **************
    Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryException: The SMS Provider reported an error. ---> System.Management.ManagementException:
    Invalid query
       at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryResultsObject.<GetEnumerator>d__0.MoveNext()
       --- End of inner exception stack trace ---
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryResultsObject.<GetEnumerator>d__0.MoveNext()
       at DPJobMgr.Form1.SummaryRefresh_Click_real(Object sender, EventArgs e)
       at DPJobMgr.Form1.SummaryRefresh_Click(Object sender, EventArgs e)
       at System.Windows.Forms.TabControl.OnSelectedIndexChanged(EventArgs e)
       at System.Windows.Forms.TabControl.WmSelChange()
       at System.Windows.Forms.TabControl.WndProc(Message&
    m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd,
    Int32 msg, IntPtr wparam, IntPtr lparam)
    ************** Loaded Assemblies **************
    mscorlib
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1008 (RTMGDR.030319-1000)
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
    DPJobMgr
        Assembly Version: 5.0.0.0
        Win32 Version: 5.0.7958.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/ConfigMgr%202012%20Toolkit%20R2/ServerTools/DPJobMgr.exe
    System.Windows.Forms
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1002 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    System.Drawing
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1001 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    System
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1001 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    Microsoft.ConfigurationManagement.ManagementProvider
        Assembly Version: 5.0.0.0
        Win32 Version: 5.0.7958.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/ConfigMgr%202012%20Toolkit%20R2/ServerTools/Microsoft.ConfigurationManagement.ManagementProvider.DLL
    System.Core
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.233 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    System.Data.Linq
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1015
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Data.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Data.Linq.dll
    System.Management
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll
    AdminUI.WqlQueryEngine
        Assembly Version: 5.0.0.0
        Win32 Version: 5.0.7958.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/ConfigMgr%202012%20Toolkit%20R2/ServerTools/AdminUI.WqlQueryEngine.DLL
    System.Configuration
        Assembly Version: 4.0.0.0
       Win32 Version: 4.0.30319.1015 (RTMGDR.030319-1000)
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    System.Xml
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1015 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    System.Data
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.237 (RTMGDR.030319-2300)
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    For example:
    <configuration>
        <system.windows.forms jitDebugging="true"
    />
    </configuration>
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.

    Hi,
    That is as expected, the new tools require Configuration Manager 2012 R2 to work. From the download page of Configuration Manager 2012 R2 toolkit.
    "Note: Items with an * are new in the R2 Toolkit and require Microsoft System Center 2012 R2 Configuration Manager for full functionality. 
    Server Based Tools
    * DP Job Manager - A tool that helps troubleshoot and manage ongoing content distribution jobs to Configuration Manager distribution points.
    * Collection Evaluation Viewer - A tool that assists in troubleshooting collection evaluation related issues by viewing collection evaluation details.
    * Content Library Explorer - A tool that assists in troubleshooting issues with and viewing the contents of the content library"
    So you need to upgrade to R2 before you can use the new tools.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • MQSERIES 2009 - The connection to the queue manager was lost

    Hi, I use MQSERIES 5.3 with java 1.4.
    I tried to connect to any queue managers (in a connect phase) using the example code JMS/applet to test simple jobs but everytime I got :
    Reason: 2009 - The connection to the queue manager was lost.\n\
    Action: Verify that the channel name is valid\n\
    \tand that the queue manager is running and retry.
    I checked the name of QM (I know it's case sensitive), I tried to write the server channel name instead of the system default server channel constant... I checked if it was running... I checked the classpath (I known about the properties files MQ try to load - there are in a mqseries/java/lib jar file) well nothing happened.
    I read a reply to a similar question posted some time ago, but I didn't understand why the problem highlighted was to use new session before old one wasn't closed yet (or somethig else) , after that another solution was to use MQSERIES BINDING TCP CONNECTION instead the CLIENT one. I tried but I got other errors...
    I tried to run the mqseries/tools/java/base code with the parameters but I got the same error.
    Any idea about? Please forgot my english...!! ;)
    thanx in advance..
    Alex

    Just a thought....
    If you use connection pooling and you aren't closing connections properly, the 2009 reason code gets reported. The default max for pool connections is 100 on the SOLARIS implementation of WebSphere MQ. I am guessing it is something similar on other OS versions.
    It appears you are being very thorough, so I would guess you've considered this already.
    MPV

  • How to install the Report Queue Manager alone without the Developer suite

    is it possible to install the Report Queue Manager alone without the Developer suite...
    i want to install it in the clients machine... please if you have any idea...
    thanks for the help...

    I use a product called No Machine. http://www.nomachine.com/download.php which is a client which allows you to connect via a graphical interface remotely. Lots of people also use VNC, if you do this you may need to install the VNC server option on the HPUX box, then connect via the VNC client. You should really talk to your unix administrator how they want to do it.
    If you have access to the HP machine do you know if it is started in graphical mode? If so you should be fine. It will require this mode.
    Also as the root user us will need to execute the command
    xhost +this allows user to remote connect to the UNIX box in graphical mode.
    When this starts up you can start a terminal session.
    you will need to set the display for the user that will start the install.
    DISPLAY=:0.0make sure that the command
    echo $DISPLAYreturns
    *:0.0*everything should go from there.
    Failing this you can do the silent install, refer to the installation guide for the options there.
    cheers
    James

  • Queue full in the at job

    Help!
    I have some jobs need to run scheduled by at job.
    But now I find many strange files with the prefix "_" such as "_at19705" appear in the /var/spool/cron/atjobs.
    Then the /var/cron/log shows that the max value of the queue is rearched. But I have augmented the value in /etc/cron.d/queuedefs to 100 which is enough for my jobs to run at the same time. It seems that many at jobs generated at the same time so that the value is excessed. The scripts to run the jobs should be correct.
    Now my question is why those stranges are generated.
    Have you met such situations before? I will appreciate you very much if you could give some good ideas to tell me.

    Hi,
    This will happen if you use any shell/perl script to schedule at jobs .The script might be executed in loop like 'for' or while or until and It may not have exit to comeout from the loop .Please check for the syntax and correct it .If you found anything wrong with the script you executed , please use 'atrm' instead of 'at' to remove the scheduled jobs from the atqueue.Then you can reschedule it from command prompt individually.
    Hope this helps,
    Rgds,
    Dhana_slash.

  • The EDS Job manager failed to start

    Hi
    I am installing the first Exchange 2013 Server in my Exchange 2007 environment
    It has completed successfully but in the Application Event Log I see an error, twice:
    EventID: 1032
    The EDS Job manager failed to start the following jobs:
    Job: 'TransportSyncHealthHubLog' is poisoned.
    Anyone know a reason for this?
    I can only think that it is related to Jetstress which was installed on the Server
    However I removed the utility together with the folder, database and  log files prior to installing Exchange.
    Thanks
    shapi

    Hello,
    Here is the similar thread for your reference.
    http://social.technet.microsoft.com/Forums/exchange/en-US/072b2f4c-92f0-446b-bc3c-8bac21839e35/event-id-1032?forum=exchangesvradmin
    Cara Chen
    TechNet Community Support

  • IBM Distributed Queue Manager versus the Sun JMQ Broker

    Hi,
    I am not very familiar with the Sun JMQ Broker but wondering if it has similar features to
    In IBM's MQ Series, where there is a concept of DQM (Distributed Queue Management), which allows
    sending/receiving messages between geographically distributed "nodes/servers". I glanced through
    the Sun JMQ admin guide and it appears that Sun's JMQ Broker Architecture works similarly.
    Can someone who know please confirm this?
    Thanks a lot,
    Fred

    Sun's Glassfish Message Queue (aka Java Message Queue, Open Message Queue) uses an architecture of distributed message brokers. There's a technical overview here: [http://docs.sun.com/app/docs/doc/821-0028/aerdj?a=view|http://docs.sun.com/app/docs/doc/821-0028/aerdj?a=view]
    If there's any particular feature you're particularly looking for, please ask in the Message Queue forum at
    [http://forums.sun.com/forum.jspa?forumID=711|http://forums.sun.com/forum.jspa?forumID=711]
    Nigel

  • Problems in the play queue management that have been around forever without having been addressed

    Hey all,
    It's been a while since I last contributed here. Think my last post was around 2011 or so - right around the time when the Spotify team announced they are going to be concentrating on polishing the basic functionalities of the player. It's been around 3 or so years and I still find myself cursing the badly neglected play queue management on a more or less daily basis. This makes me a sad panda.
    As I wrote 3+ years ago, I don't know about anyone else but at least to me the play queue management is like the 3rd most basic functionality in a music player - right after being able to find music in the first place and then being able to actually play it too.
    I just spent mere 15 minutes and came up with this list of issues that are still present in the player:
    Play queue is treated differently depending on whether you choose to "play" some tracks or if you "queue" them. In the former case you can delete the tracks from the play queue, in the latter case you can not.
    If you "queue" up tracks in spotify, the shuffle setting has no effect (okay, this might be intentional, or it might not be, I don't know).
    If you first choose to "play" some tracks and then you "queue" up additional music, the queued tracks are not placed at the end of the current play queue but, rather, immediately after the currently playing song. Sure, this might also be intentional but, to me, it seems counter-intuitive and just plain wrong.
    You can change the order of the "queued" tracks - but only within the confines of the "queued" tracks i.e. if you first choose to "play" tracks and then you "queue" up additional tracks, you can not move a "queued" track to be played in the middle of the tracks you chose to "play".
    As a continuation to the previous point, you CAN, however, make a track you chose to "play" to be played in the middle of the "queued" tracks but, instead of just changing the track's position in the play queue, it is duplicated, or triplicated, or quadruplicated (is that a word?) instead i.e. you get to hear that track in the middle of the "queued" tracks... and then again as part of the tracks you chose to "play". Additionally, once you do that, the duplicated tracks becomes "queued" i.e. you can no longer delete it from the play queue.
    You can not "queue" tracks by right-clicking on a playlist - the only way to do that is to select the playlist so you can see the tracks in it, then click a track, select all, and then "queue" through a right-click.
    Remember folks; it took me all of 15 minutes to come up with all of that.
    -typo
    PS. I know these are not exactly ideas but, since I can't post on the bug board, I didn't know where else to post this.
    PPS. I can't seem to be able to add tags to this post by writing in the text field that tells me to separate the tags by a comma.

    Here's an explanation of my typical behavior when using Spotify, to try and help explain why I consider these points a major problem:
    Quite often, when I launch Spotify, it is to find something new to listen to. To achieve that, I use a number of means, one of which is the absolutely fantastic "Discover" functionality (I love it!). Typically, I listen to some recommended artists/tracks/albums, and when I find an album or artist I like, I click "Play" on top of the track list in the album view and start listening.
    Then I continue browsing and discovering and, when I come across something else that I find interesting, I can no longer choose to "play" it because it would completely override the current play queue, the currently playing track included, and start playing the new album I just found. So the only option is to "queue" it.
    Now, this is where the problems kick in. Instead of being queued up nicely at the end of the play queue like it should do in my view, this new album is like the neighborhood bully, cutting in line straight to the entrance. If I leave things the way they now are, I'm going to hear the currently playing track... and then the entire new album I just "queued" up... and only after that do I get to hear the rest of the tracks I first chose to "play".
    If, at this point, I keep on browsing and discovering and finding more interesting music, I can pretty much only keep on "queueing" them up which means that the rest of the first album just keeps getting pushed back further and further. However, the neighborhood bullies seem to respect one another, so all music added beyond the first "queued" tracks take their place at the end of the queue, like they should.
    Sure, I could just "queue" up the first album as well but I really dislike the way the whole "queue" functionality has been implemented - simply because I want to be in full control of my play queue which means that I want to be able to move any track to any position in the play queue regardless of how it was added there and I want to be able to delete any track I choose from the play queue at any time.
    Also, I would very much like to be able to just add like a 100 tracks in the play queue, one track or one album at a time and then hit "Shuffle" to have them play in a random order. With a vast majority of the tracks being "queued" up this does not happen.
    I hope this helps at least some people see things from my perspective.
    -typo

  • Reports Queue Manager - Status Information

    Hi there,
    I would like to know if you can get status information from the reports queue manager.
    For your information: We are still using Forms/Reports 6i but looking forward to use 10g via web frontend.
    1.) In detail I would like to control the 'number of jobs'. Our frontend (RWRQM60.EXE) only shows the first 990 (up to 1.000) entries, via 'queue => properties' I can see the total number of jobs.
    Is there a way to get the number of jobs via SQL or by another programmatically way (we prefer .NET)?
    2.) The reason why I need this information is because of a limit of 9999 reports in queue manager. After this amount of reports the report server raises a 'REP-0177: Error while running in remote server' and the 10.000 job will NOT be send to the queue!
    Is there a way to expand the number from 9.999 jobs to more .. for example 30.000 jobs?
    Thanks for your help ..
    Michael

    Currently no, not easily. we intend to fix this for Reports 7.0.
    Regards
    The Oracle Reports Team http://technet.oracle.com

  • Print Queue Management via Server Admin not working

    We have Xserves (10.5.8) running the Print Service for queue management to our printers. Clients print through the server just fine.
    When the printer jams or is otherwise paused, print jobs pile up in the queue as expected. The queue can be seen and managed by logging into the server, going to Server Preferences/Print & Fax and selecting the print queue.
    However, when the queue for the paused printer is viewed within Server Admin/Print, the queue shows as empty and therefore can't be managed. We want to use Server Admin for this function because:
    1) Server Admin can be run remotely on a workstation, so no login to the server required.
    2) We can assign Print Service management rights to select non-admins so they can manage the queues.
    Any ideas on why Server Admin fails to show spooled jobs? Is it working for anyone else?
    I am using Server Admin version 10.5.3 which are the latest available that comes with Server Admin Tools 10.5.7. We had been running 10.5.7 on the Xserve and it didn't work then either.

    Here's a bit more information about our setup and our experiences with Apple's CUPS implementation:
    On the server, all printer queues are set up with only lpr and ipp sharing enabled with the PPD setting for each printer set to Generic Postscript. We found that setting the PPD to the printer specific one on the server caused problems when clients tried to use printer specific options, like paper tray selection, etc.. The selection would be undone, apparently because the driver on the server would override the previous settings. Using Generic Postscript allows the client PPD settings to go through unmodified. Our printers are general a mix of HP LaserJets and some Sharp Copiers.
    All clients use lpd to the server queues with the printers' actual PPDs configured. Using ipp is superior in that printer feedback (jams, out of toner, etc) makes it back to the clients, but ipp only works when the client, the server, and the printer are on the same network. If the ipp client is not on the same network, the client spooler immediately goes into a paused state and the print job is stuck on the client.
    Using lpd to the server queues works reliably, but there is no feedback to the client. Jobs disappear from the client queue and go to the server, appearing to the user as a successful print. If the printer is down, there's nothing they can see or do about it.

  • Report Queue Manager 9.04.2

    Dev Suit = 9.0.4.2
    Win XP SP2
    Start a report server with <home>/bin/rwserver server=local
    Open the Report Queue Manager, and queue=local.
    Click job, then new, then set options.
    Enter needed information, click ok then run.
    RQM responds with "can not run report: Cannot connect to the report server. Network tns names ..."

    Do you think it would be also a solution for me?
    Ref: [REPORTS SERVER] Can't connect with Reports Queue Manager
    Daniel
    Message was edited by:
    DanielB
    Message was edited by:
    DanielB

  • Report Queue Manager aministrator password

    Hi there!
    I have install DS 10g in my local pc- i have some jobs in queue which i want to remove from the queue
    but i don't know what is my administrator username and its passwords
    for Report Queue Manager.
    Please someone guide where to look for my adminstrator username and its passwords or how can i set it ?
    Since installation i have never logged in Report Queue Manager AS aministrator
    so what could be as a default administrator username and its passwords. ?
    Thanking you,

    Hello,
    The username/password is stored in the reports server configuration file :
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_conf.htm#i1007074
    You can change this username/password as it is described in the doc ...
    Regads

  • Report Error Through Queue Manager

    I have several reports that I have created over time. They are all currently set to run dynamically on the intranet.
    Now I am trying to setup reports that run automatically through the Queue Manger to generate html files. For some reason I end up with the following error ONLY when I try to run the reports through the Queue Manger:
    REP-1211: Object 'Body' is larger than its enclosing object 'SUB_COST_UNIT'.
    It doesn't matter what report I run. I get this object 'body' error on all my reports for various enclosing objects, but only when I use the Queue Manger. Does have ideas why I would be getting this? I'm thinking I just haven't set the job up correctly.

    What's the command you send from queue manager? Normally, it doesn't matter where you send the job request. You should see the error message from queue manager or from rwcli60 (in 6i) or rwclient (in 9i). You need double check the report name, where the report resides and see if the reports engine pick the right report (from REPORTS_PATH for 9i or REPORTS60_PATH for 6i).
    Apparently, report does matter in your case because the error message contains object name 'SUB_COST_UNIT'. Not every report contains that named object.
    Thanks,
    -Shaun

Maybe you are looking for

  • Urgent:output for line item not working

    hi we are trying to get the output at item level in the sales order.we click on the line item and give a print out..but it is showing details of other line items as well. is there a ways we can get a printout for only the selected line items. what we

  • Worker patch fail

    Hi I am running RUP6 patch on R12 apps on Unix platform. After running patch R12.AD.A.delta.6 successfully, i ran 6728000 an in the middle of that, a worker failed giving ATTENTION: All workers either have failed or are waiting: FAILED: file gcsxdrun

  • Imessage doens't work after data limits set

    I just set up data limits on my daughter's phone, but now we cannot imessage each other. Our messages to each other will only go through as text messages. However, we can both imessage other people. How do I fix that?

  • Changing iCloud user name

    I lost information on my iphone so did an older back up only to have an old email address come up on my iCloud. I obtain the info I wanted and now I can't reset it back to the current info as I do not know the password to the old email to turn off fi

  • I want to clear my ipad what do i do

    i need to clear my ipad but i dont know how to! someone please help