Derivation through "Move" in COPA

Hi Experts
Iam trying to derive relationships to avoid "unassigned data" in COPA. I have derivation between customer and salesman, sales office but this is not automatic, at the time of customer creation, the derivation rule has to be maintained in the specific table. Now I want to have other relations with customer like distribution channel, sales district, region... etc and for these Iam planning to use "Move" in KEDR.
I selected source filed "Customer" and target field "Distribution channel". the system gave me error message "The characteristic "VTWEG" ("Distr. Channel") should be posted to Profitability Analysis (CO-PA). When the system checked the entries, it was established that the transferred characteristic value (" 00") is not valid in CO-PA.
Please help me to configure "00"
Regards
Ahmed Zain

Hi Ahmet
You selected a wrong method.. Instead of MOVE, select "DERIVATION RULE"
MOVE will simply move the Char Customer to Dist Channel i.e. Customer 1001 will be tried and forced into Dist Channel as 1001...
For your case, use DERIVATION RULE... Once you choose that, you will have to maintain a mapping of cust to Dist Channel in "Maintain Rule values" button inside the KEDR step
br, Ajay M

Similar Messages

  • Travelling data move to COPA

    Dear Sir,
    Please tell me how to travelling data move to COPA report.
    I have configured New Value field (VV135- Travel Expenses), And FI/MM direct posting configuration for FI- Direct posting.
    But, I have pass the entry no CO-PA document generated.
    Please tell me..

    Hi ,
    At first you need to maintain KEI2 and specifically FI Structure. Enter the assingment line (source,value field etc). Also pl. ensure that you have selected costs /revenue.
    Secondly, you need to maintain OKB9 with the field Profitability segment , as per the screen shot.
    If you are through with both these settings , it will ideally work. in case if you still have issues. come back with more details of your config and the process that you are following to post the document. Above would definitely work for a scenario where in you have manual FI postings eg. FB60.
    Regards.

  • How derivation rule works in COPA.

    Hi All,
    I am working on profitability analzsis.I have searched in sdn and i am able to create the derivation rule.
    But i am not understanding how it will works and what is the purpose of this.
    Can anybody please let me  know how derivation rule works in COPA.
    Thanks,

    Hi,
    Derivation rule contains the parameters and conditions as to how to derive a value for a given characteristic.
    it contains
    Source Fields - from where the source field is originatingand the field name
    Target fields - contains what is the target field in COPA for the relevant source field.
    This field is nothing but the charactiristic.
    For example:
    When an SD document is posted, system will look for all the characterics available in the doucment like plant, profit center, division, district, country etc
    for each of these characteristics, there must be values for example plant - xx18, profict center - 100000, district - bangalore, country - India etc.
    once we define the characteristic values for each of the characteristic, if the values in the document are available in the characteristic value definition, then system will fetch these values to COPA
    Else it will throw error that characteristic value is not defined
    I hope your question is clarified
    Best Regards
    surya

  • Export H264 pass-through movie with embedded text track QuickTime Pro 7 Windows?

    Using QuickTime Pro 7 for Windows, I add a text track with closed captions to my H264 .mp4 videos. 
    The text track works great until I try to export it.  After I've added the text track, the text track is displayed as long as the track is selected to be active using the Movie Inspector track GUI.
    My movies are encoded as H264 for cross-platform compatibility, and need to remain in this format.  The only way to save them in QuickTimePro 7 for Windows is to Export Movie to MPEG-4.  I select Pass-Through mode to retain the resolution and bandwidth parameters that I initially encoded the video with.
    Unfortunately, after I export to MPEG-4, the caption track is lost.  It disappears.  When I open the newly exported MPEG-4 caption file, and select Movie Inspector, the caption track is missing.  Inspector only shows video and audio tracks.
    If QuickTime Pro 7 for Windows correctly exported my text track with the video and audio tracks, then users would be able to view the closed captions upon playback in QuickTime Player by selecting View--> Show Closed Captioning (Ctrl+Alt+T).
    Anyone been able to export to MPEG-4 pass-through movie with embedded text track QuickTime Pro 7 Windows?
    Thank you!

    Sorry here is the code
    <body>
    div id="myAlternativeContent"
    a href="videofolder/video.mov"
    img src="videofolder/video-poster.jpg"
    /a
    /div
    </body>
    videofolder/video
    Message was edited by: SFlocation
    Message was edited by: SFlocation

  • Plotting a graph having data points derived through cumulative functions

    Issue: Couldn't plot a graph that has data set derived through cumulative functions
    Error message: View Display Error
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 17001] Oracle Error code: 937, message: ORA-00937: not a single-group group function at OCI call OCIStmtExecute. [nQSError: 17010] SQL statement preparation failed. (HY000)
    Issue Details:
    I have a repository build with Business model mapping having a couple of logical columns based on cumulative functions. The columns are defined as posted in Re: Support to oracle cumulative functions I successfully created those columns in Business model mapping and Presentation layers. Then I checked in my changes to reflect in OBIEE dashboard / answers. I included those columns in my dashboard along with some other required columns. When I try to plot graph / table I am getting the error message as mentioned.
    I observed the sql query sent to database and found that in second level select clause has some columns included with out 'group by' clause. I have executed the SQL query after adding required group by clause and it gave me some results based on the criteria.
    The SQL query sent by OBIEE to database is:
    select D1.c5 as c1,
         D1.c6 as c2,
         ( ( SUM(SUM(D1.c3) ) OVER () ) - ( SUM( SUM(D1.c4) ) OVER ( ORDER BY D1.c2 desc ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) ) ) as c3,
          ( ( SUM( SUM(D1.c3) ) OVER () ) - ( SUM( SUM(D1.c3) ) OVER ( ORDER BY D1.c2 DESC ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING ) ) ) as c4
    from
         (select T1385.DAY_WID as c2,
                   sum(T1385.PLANNED_LABOR_UNITS) as c3,
                   sum(T1385.ACTUAL_LABOR_UNITS) as c4,
                   T1308.PROJECT_NAME as c5,
                   T1168.DAY_DT as c6
              from
                   W_PROJECT_D T1308 /* Dim_W_PROJECT_D_Project */ ,
                   W_PROJECT_SECURITY_S T5074 /* System_W_PROJECT_SECURITY_S_ProjD */ ,
                   W_ACTIVITY_D T1187 /* Dim_W_ACTIVITY_D_Activity */ ,
                   W_PROJECT_SECURITY_S T5118 /* System_W_PROJECT_SECURITY_S_Actv */ ,
                   W_DAY_D T1168 /* Dim_W_DAY_D_Common */ ,
                   W_ACTIVITY_SPREAD_F T1385 /* Fact_W_ACTIVITY_SPREAD_F_Activity_Spread */ ,
                   W_PROJECT_SECURITY_S T5090 /* System_W_PROJECT_SECURITY_S_ActSpread */
              where  ( T1308.ROW_WID = T1385.PROJECT_WID and T1168.ROW_WID = T1385.DAY_WID and T1308.ROW_WID = T5074.PROJECT_WID and T1187.ROW_WID = T1385.ACTIVITY_WID and T1187.PROJECT_OBJECT_ID = T5118.PROJECT_OBJECT_ID and T1187.ACTIVITY_NAME = 'ActivitySatya8' and T1385.PROJECT_WID = T5090.PROJECT_WID and T5074.PROJECT_SEC_KEY = 1 and T5090.PROJECT_SEC_KEY = 1 and T5118.PROJECT_SEC_KEY = 1 and (T1308.PROJECT_NAME in ('P6PilotPrjSatya2')) )
              group by T1168.DAY_DT, T1308.PROJECT_NAME, T1385.DAY_WID
         ) D1
    order by c1, c2
    {code}
    Any help would be appreciated.
    Thanks,
    Satya                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi,
    I have added following code as group by in Answers advanced tab.
    "General - (Project)"."Project Name", "General - (Activity)"."Activity Name", Calendar."Calendar Date", Calendar.DAY_WID
    {code}
    Sql issued shown in Answers advanced tab is
    {code:sql}
    SELECT "General - (Project)"."Project Name" saw_0, "General - (Activity)"."Activity Name" saw_1, Calendar."Calendar Date" saw_2, Calendar.DAY_WID saw_3, Units.SatyaTestRemainingUnits saw_4, Units.SatyaTestAvailableUnits saw_5 FROM "P6 Detailed Performance" WHERE ("General - (Project)"."Project Name" = 'P6PilotPrjSatya2') AND ("General - (Activity)"."Activity Name" = 'ActivitySatya8') GROUP BY "General - (Project)"."Project Name", "General - (Activity)"."Activity Name", Calendar."Calendar Date", Calendar.DAY_WID ORDER BY saw_0, saw_1, saw_2, saw_3
    {code}
    I am getting error even after adding the group by function explicitly from Answers advanced tab. The error message while displaying results in Chart is:
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 17001] Oracle Error code: 937, message: ORA-00937: not a single-group group function at OCI call OCIStmtExecute. [nQSError: 17010] SQL statement preparation failed. (HY000)
    SQL Issued: SELECT "General - (Project)"."Project Name" saw_0, "General - (Activity)"."Activity Name" saw_1, Calendar."Calendar Date" saw_2, Calendar.DAY_WID saw_3, Units.SatyaTestRemainingUnits saw_4, Units.SatyaTestAvailableUnits saw_5, AGGREGATE(saw_4 BY saw_0), AGGREGATE(saw_5 BY saw_0) FROM "P6 Detailed Performance" WHERE ("General - (Project)"."Project Name" = 'P6PilotPrjSatya2') AND ("General - (Activity)"."Activity Name" = 'ActivitySatya8') GROUP BY "General - (Project)"."Project Name", "General - (Activity)"."Activity Name", Calendar."Calendar Date", Calendar.DAY_WID ORDER BY saw_0, saw_1, saw_2, saw_3
    I am getting the following error, while displaying the results in a Table
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 42020] GROUP BY clause, [Dim - Project.Project Name, Dim - Activity.Activity Name, Dim - Date.Calendar Date, Fact - Activity Spread.DAY_WID], is inconsistent with the projected columns in the SQL query request. (HY000)
    SQL Issued: SELECT "General - (Project)"."Project Name" saw_0, "General - (Activity)"."Activity Name" saw_1, Calendar."Calendar Date" saw_2, Calendar.DAY_WID saw_3, Units.SatyaTestRemainingUnits saw_4, Units.SatyaTestAvailableUnits saw_5 FROM "P6 Detailed Performance" WHERE ("General - (Project)"."Project Name" = 'P6PilotPrjSatya2') AND ("General - (Activity)"."Activity Name" = 'ActivitySatya8') GROUP BY "General - (Project)"."Project Name", "General - (Activity)"."Activity Name", Calendar."Calendar Date", Calendar.DAY_WID ORDER BY saw_0, saw_1, saw_2, saw_3
    Thanks,
    Satya                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Message no. QA495 error while doing migo through movement type 322

    Dear Experts,
    Please help.
    I searched for this content but didn't get content matching my requirement.
    I am trying to do stock transfer through movement type 322 when this error message is stopping me from posting the document.For this material inspection set up is active.
    I want to transfer the stock from unrestricted area to quality inspection stock.Can you please suggest how to transfer the stock from unrestricted to quality inspection for this material.Can I do it with some t.code in QM.
    If so please guide me how to transfer the stock.
    Kind regards,
    Pradeesh.P

    Hi,
    Basically, system is preventing you from managing stock of QM controlled material through non-QM transactions. You must be getting this error "Change the inspection stock in QM only"
    You can post this quantity into QI via two methods,
    Activate inspection type 08 for this material and then do the 322 mvmt. This will move the quantity into QI with an additional inspection lot of 08 origin.
    Take complete quantity out of QI, Deactivate existing 'Stock relevant' inspection types and then do the 322 mvmt.
    I'll suggest you to go with first option as it is more feasible and convenient.
    And, this issue has been discussed several times and there are plenty of threads available on this. Im not sure why didn't you find any
    ntn

  • How can I move datafile copies from an Incremental Backup-not the original?

    As part of an incremental backup I recover copies of the tablespaces. These by default are stored in the disk backup location diskgroup. Is it possible to move these copies to another diskgroup/location whilst still backing up to the default disk backup location diskgroup. I know how to do it with the main datafiles but not with the copies.
    e.g.
    Current situation:
    Original Datafiles in +DATA
    Backups in +FRA
    Recovered Datafile copies in +FRA
    New setup to be:
    Original Datafiles in +DATA
    Backups in +FRA
    Recovered Datafile copies in +BACKUP
    Thanks

    Yes it's possible.
    Move the backup and then set the new location of the backup on the controlfile:
    1. Move the backup.
    2. RMAN delete old backup reference from control file:
    crosscheck backup device type disk;
    delete noprompt expired backup device type disk;3. RMAN include the new location of the backup:
    catalog start with '/path/to/your/backup/'And you're done :)

  • WBS derivation through FMDERIVE in goods issue

    Hi all,
    For a unique goods issue scenario, we are trying to derive the WBS element based on valuation class in a goods issue posting through the MB1A transaction. In the test mode of FMDERIVE and activating the 'trace' feature in FMDERIVE, the WBS element is being derived and populated in the WBS element field. However, when the goods issue is posted and the accounting document is viewed, the WBS element field is EMPTY. We have tried really hard to figure out what is going on, but to no avail.
    In one of the other postings, I found reference to a function module (PSPNUM_EXTERN_TO_INTERN_CONV) that changes the wbs element from an external number to an  internal number - I do not know how this works or what exactly this does. Furthermore, i dont see this function module in our list in fmderive. What we do have is FMDT_CONVERSION_WBS_INT_TO_EXT - can i use this instead? What does this do?
    If i were to use this function module what would the source and target fields be?
    Can one of you please help?
    Are there any other ways to accomplish this? or is it a standard functionality that WBS element is not derived in a goods issue posting?
    Please let me know.
    PSM

    Hi,
    FMDERIVE is used for FM documents basically to derive FM assignment based on the FI/CO/LO attributes of the original document. You cannot use this functionality if you want to substitute the value in FI/CO documents. For this, use FI (OBBH) or CO (OKC9) substitutions.
    Regards,
    Eli

  • Help - DVD freezes halfway through movie!

    I've tried burning something that is 1hr and 32 minutes long... but both times I've burned it, it freezes sometime during the 47 minute mark. When I say it freezes, I mean when it's finished burning, and I try it in a DVD player, it starts freezing as if it were scratched. The DVD had no scratches both times...
    I've tried:
    Making more space on my computer.
    Closing all other programs and not touching the computer as it's burning.
    Perhaps I need to make some chapters? As of right now, I've only burned the movie as one, bulk movie that you have to fast-forward through.
    Any ideas?
    - bahardesty

    Hi
    1. iDVD 8 has three levels of qualities.
    • Professional Quality (movies up to 120 min.) - BEST (iDVD08 only)
    • Best Performances (movies less than 60 min.) - High quality on final DVD
    • High/Best Quality (movies up to 120 min.) - slightly lower quality than above
    2. From
    • FCE/P - Export out as full quality QuickTime.mov
    (not selfcontained)
    (not with QT conversions)
    • iMovie x-6 - Don't use ”Share/Export to iDVD” = destructive even to the movie project and especially so
    when the movie includes photos. Instead just drop or import the iMovie movie project icon (with a Star on it) into iDVD theme window.
    • iMovie’08 not meant to go to iDVD. Use iMovie HD 6 (need to b e publiched into the
    media manager.
    3. I use Toast™ to make an as slow burn as possibly eg x1 (in iDVD’08 this can also be set)
    4. There has to be about or more than 25Gb free space on internal (start-up) hard disk. iDVD can't
    use an external one as scratch disk (if it is not start-up disc).
    5. Verbatim ( also recommended by many - Taiyo Yuden DVDs - I can’t get hold of it to test )
    6. DVD-R (no +R or +/-RW)
    7. Keep NTSC to NTSC - or - PAL to PAL when going from iMovie to iDVD
    8. iMovie 6 has a bug: if You emptie the trash in iMovie ken burns might stop to wirk and photos has to be re-imported and re-done.
    Note from - elkriverken: With the help of others, I was able to narrow down the problem. However the final solution was to keep all the audio confined to only ONE track. When I added audio on the second tract overlapping the first tract audio, the noise or flutter began and continued past the ending of the audio from the second tract. Now there is no flutter. The video and audio now work perfectly. Thanks to all.
    Yours Bengt W

  • DVD Player freezes and quits midway through movie

    Hello,
    I tried to find a topic like this already in existence, but I had no luck, so I decided to post one of my own. Today my DVD Player has been acting up. I rented a couple of DVDs from Blockbuster and tried to watch them on my computer. The one I watched yesterday worked fine. Today, however, the player froze up and went to spinning beach ball of death about halfway through the movie. It suggested I check the DVD for scratches, and I did, but it's fine. Just in case, though, I tried to put in another movie. This time, the DVD got through the previews and to the menu before doing the same thing. Can somebody give me an idea as to what is going on and how I can fix it? Is my computer just 'tired' from being on all day?

    Yup same problem here, started after I upgraded to 10.6.4 in late June, when my MacBook Pro was less than 2 months old.
    Apple replaced the optical drive, same problem.
    The fix can be easy such as restarting the DVD player or ejecting the disc and putting it back in, to rebooting the laptop. When it won't read the disc at all I have to do an optical drive reset, which always fixes the problem, for awhile anyway.
    I've struggled with trying to duplicate the problem- I've been in to the genius bar four times now and they say they can't do anything more until I can duplicate it. I've done an archive install, they suggest a clean install which I'm reluctant to do at this point.
    It seems to be related to-
    1) how long the computer has been running since the last reboot- a day of surfing increases chances of error
    2) power- if I go on battery power for awhile I'll almost always get a quits unexpectedly. That seems to be the start of a downward slide, where eventually it won't read a disc at all. It's also telling that an optical drive reset, which resets the power to the optical drive, always fixes the problem.
    Turns out the power cord was slowly going south, which multiplied the number of dvd errors. Apple gave me a new power cord late August and the dvd errors are less frequent, tho still 2-3x/week.
    The quits unexpectedly errors are usually SIGSEGV and SIGBUS.

  • Dragging does not move, it copies

    If I read the User Guide correctly, you should be able to move a row by dragging its reference tab. It works within a table, but every time I try to do it between tables, it copies. That does not seem correct given the Guide. Has anyone understood the Guide differently or have they found out how to make drags move and not copy between tables?

    I believe there is a special method for this called "Mark for Move." See if this helps.
    Regards,

  • Stutters and logging out half way through movies

    Hi all, At first I thought this was just me. I had created a couple of trailers in iMovie which played fine on everything but the AppleTV. That continuously dropped frames every second, turning smooth video into something that is jittery and unpleasant to watch.
    But now it did the same thing with The Girl Who Played With Fire which I rented last night. Up until that point, rented movies have always been fine.
    In addition, in both the last two films we have rented, the AppleTV has suddenly stopped playing the film at some point (about half ways through one and only 10 mins into the other) and dropped back to the menus.
    Why I don't know, but the film would not be showing as ready to play and investigating the settings would so that I had been logged out of iTunes. Once I log back into iTunes, I can then restart the film and everything seems to be fine after that.
    Any ideas?

    Hello Ellekell,
    I'd recommend deleting the movie, then redownloading it from the iTunes Store.
    How to delete content you've downloaded from the iTunes Store, App Store, iBooks Store, or Mac App Store
    http://support.apple.com/kb/HT5772
    Downloading past purchases from the iTunes Store, App Store, and iBooks Store
    http://support.apple.com/kb/HT2519
    If you're still having trouble after redownloading the movie, you may want to report the issue to the folks in our iTunes Store.
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBooks Store purchase
    http://support.apple.com/kb/HT1933
    Cheers,
    Allen

  • User Exit to derive characterstics values of COPA

    Hi
    I Am posting an FI document using the standard program rfbibl00 or through FB01.
    I have to post data to the PA segements too .
    But the problem is that i need to derive the value of Brand based upon the value to Profit centre.
    Can you help if ther is any user exit hat will be triggered where i can put in this code to derive the brand.
    Thanks
    Nikhil

    Hi,
      The follwoing user exits are available:
    Exit Name           Description
    F050S001            FIDCMT, FIDCC1, FIDCC2: Edit user-defined IDoc segment
    F050S002            FIDCC1: Change IDoc/do not send
    F050S003            FIDCC2: Change IDoc/do not send
    F050S004            FIDCMT, FIDCC1, FIDCC2: Change outbound IDoc/do not send
    F050S005            FIDCMT, FIDCC1, FIDCC2 Inbound IDoc: Change FI document
    F050S006            FI Outgoing IDoc: Reset Clearing in FI Document
    F050S007            FIDCCH Outbound: Influence on IDoc for Document Change
    F180A001            Balance Sheet Adjustment
    FARC0002            Additional Checks for Archiving MM Vendor Master Data
    RFAVIS01            Customer Exit for Changing Payment Advice Segment Text
    RFEPOS00            Line item display: Checking of selection conditions
    RFKORIEX            Automatic correspondence
    SAPLF051            Workflow for FI (pre-capture, release for payment)
    regards
    Aveek

  • Movies: Digital copies

    so i downloaded the digital copy of The Dark Knight, synced it with my Apple TV, and i am rather surprised that it doesn't play in 5.1 Dolby Digital? is there a way to get digital copies of movie to play in 5.1 when synced with apple TV?

    Id like to know this as well as I did the same as you for Dark Knight and Wanted. Both of which have excellent soundtracks. My guess is the digital copy disc is set up for Ipods and other players where DD sint necessary and stereo is the only soundtrack needed. DPL is merely stereo with L-R and R-L for surrounds. I am not sure how the center channel is mixed, but the movie "Death Race" I purchased sounded like butt in DPL. I wish they would offer a DD version for download.

  • Apple TV stopping half way through movie. Got the "spinning wheel" then it said "unexpected error occurred". I can go back

    Issue with Apple TV stopping have way through a movie purchased from iTunes. Says "unexpected error occurred" and will allow us to go back and view earlier parts of the movie but not to go forward from this point. Any suggestions?

    Having a very similar problem here. Apple TV Rental movie 2/3 way through. Great movie, though we had major download speed probs initially. Trouble is it now keeps on saying "unexpected error, try again later" or somesuch, and has done for several hours.  Rental period finishes tomorrow when we'll all be at work. Night-time here in Australia. Thought we might be able to finish it on my Mac at least. Nup. Can't play AppleTV rentals on your Mac! Family not happy! No, that is understating it. Family ^*&^ing furious. "Why did you waste money on that thing when we could have got it out on DVD, or Netflicks, or Easyflicks, or just pirated it, or.....". I guess you get the picture!

Maybe you are looking for