BPC: LookUpCube and double hierachies

Hy,
I've got a problem using a formula containing a lookupcube in a dimension with 2 hierarchies.
This is the situation:
- first I had only a hierarchy with an account, PREFISSO_J_COAN, using this formula
*function FC_PREFISSO_J_COAN
LOOKUPCUBE("HR","([CONTI_DI_ANALISI].[H1].[PREFISSO_J],[DIPENDENTI_HR].[TOT_DIP],[MEASURES].[PERIODIC],"Tempo.currentmember.Uniquename","PDV.currentmember.Uniquename","CENTRI_ATT.currentmember.Uniquename","CATEGORIE.currentmember.Uniquename")")
*endfunction
- in a second step I added a second hierarchy and the formula became
*Function HIR1(%Arg%)
iif(conti_di_analisi.H2.CurrentMember is [conti_di_analisi].[H2].[All conti_di_analisi.H2] ,%Arg%,Null)
*endfunction
*function FC_PREFISSO_J_COAN
HIR1(LOOKUPCUBE("HR","([CONTI_DI_ANALISI].[H1].[PREFISSO_J],[DIPENDENTI_HR].[TOT_DIP],[MEASURES].[PERIODIC],"Tempo.currentmember.Uniquename","PDV.currentmember.Uniquename","CENTRI_ATT.currentmember.Uniquename","CATEGORIE.currentmember.Uniquename")"))
*endfunction
- then I had to add this account in the second hierarchy, so I create a second fourmula  working on the second hierachy
ID                                  PARENTH1               PARENTH2   ACCTYPE    FORMULAH1                                                   FORMULAH2
PREFISSO_J_COAN    PREFISSO_J_TOT    Personale     EXP              FC_PREFISSO_J_COAN, SOLVE_ORDER=5 FC_PREFISSO_J_COAN_H2, SOLVE_ORDER=5
*Function HIR2(%Arg%)
iif(conti_di_analisi.H1.CurrentMember is [conti_di_analisi].[H1].[All conti_di_analisi.H1] ,%Arg%,Null)
*endfunction
*function FC_PREFISSO_J_COAN_H2
HIR2(LOOKUPCUBE("HR","([CONTI_DI_ANALISI].[H1].[PREFISSO_J],[DIPENDENTI_HR].[TOT_DIP],[MEASURES].[PERIODIC],"Tempo.currentmember.Uniquename","PDV.currentmember.Uniquename","CENTRI_ATT.currentmember.Uniquename","CATEGORIE.currentmember.Uniquename")"))
*endfunction
and this is the problem:
The account works correctly in both the hierarchies, but the parent in the second one doesn't: it does not include the value of this child while the parent in the first one does....
Anybody can suggest me any ideas????
Thanks
Letizia

Hi Letizia,
What BPC version & database are you running?
I'm not familiar with the LOOKUPCUBE syntax (nor Italian) so at a quick glance I don't understand all of your calculation requirements for the base accounts. I can see you're looking up something in an HR cube.
My approach would be to calculate the PREFISSO_J_COAN account in script logic (either SQL or MDX), so that the values are posted to the fact table.
Then it's easier to confirm whether the aggregations to the parents H1 and H2 are working correctly or incorrectly.
If you choose to use the member formulas, as a first step, have you confirmed that if you remove the member formula (temporarily) and save a value to the base account, does it properly aggregate across the 2 dimensions? (I'm sure it will.)
I encountered problems about a year ago on BPC 5.0 / SQL 2005 with member formulas (much simpler than your formula) in account dimension, when there are more than 1 hierarchy in that dimension. It was very difficult to reproduce, and by the time it was confirmed as a software defect I'd long since found a different way to calculate the account.
Regards,
Tim

Similar Messages

  • BPC backup and restore Q&A...

    Dear all:
    See below, and please share your knowledge!
    Situation
    We are in the phase of modifying existing structure. We would like to back up what's in the Production server, and restore onto Development Box and develop and test our modification there using the latest data we have.
    Data
    We have a production server, which SQL service and BPC service are running on separate physical server (as I was told), and a development box, which SQL and BPC are running together in one box.
    A_PRODUCTION is the App Set in the Production Server
    A_DEV is the App Set in the Development Box.
    Below are what I have done and failed:
    1. 
    a. I used "Server Manager" to back up A_PRODUCTION.
    b. I then copied and pasted the backup folder (in which has Web, File, SQL etc sub folders) to the Development Box.
    c. I used "Server Manager" to restore by selecting the backup folder. The Server Manager was able to allocate all the backup files and SQL db.
    d. My Web and File folders are OKed during restore, but my SQL restore failed with an error message.
    2.
    a. We tried to open SQL Server Management Studio, and manually restore the A_PRODUCTION SQL backup (*.BAK) to A_DEV of Development box.
    b. We received the error message, System.Data.SqlClient.SqlError: RESTORE detected an error on page (0:0) in database "A_PRODUCTION" as read from the backup set. (Microsoft.SqlServer.Smo).
    c. We went to option and checked "Overwrite existing database" and still failed to restore.
    3.
    a. I logged on to Development Box's BPC Web Admin, and tried to create an App Set that has the same name A_PRODUCTION as my live database in the Production Server.
    b. The App Set creation failed at OLAP service with an error message saying something about "SalesPerson" column was not found or something.
    c. I noticed that a database named A_PRODUCTION is created Development Box.
    d. I tried method 1 and 2 again to A_PRODUCTION of the Development Box and failed.
    Question
    What is wrong with my approach?
    I have referenced the document https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20a26f50-4252-2a10-8c97-a2c7058cd804, and am confused why we have to backup the master database.
    Secondly, in the document, quoted "Restore Microsoft SQL Server 2005 Database(s): Restore the most recent database backup for APPSERVER, and each of the application set databases.
    (ApShell/ApShellExtra)", what is the difference between "the most recent database backup for APPSERVER", and "each of the application set databases"?
    At last, in the document, quoted "You must use an u2018Open File Agentu2019 to backup Data files that may be in use by the web server.", what does it mean by using an Open File Agent? Is it a type of agent in SQL backup service, or an agent in general that is able to back up open files?
    Thank you!

    Kranthi and Akim:
    Thanks for the reply...
    Kranthi: With BPC Admin ID, I did go back to *BPC Administration\Manage Security* and re-saved the configuration, and I did see the table update in *Database Engine\AppServer\tblAppSetAccess*. I could then grant my Windows ID rights to "everything", but was only able to access BPC Administration.
    Akim: Can you be more specific about delete/recreate orphaned users? Did you mean deleting/creating via SQL Analysis Services AppServer\tblAppSetAccess, or via BPC Administration\Manage Security? In addition, when you mentioned "reset permissions from the application itself", did you mean to modify Task, Member Access Profile, Team, and User, and re-save them again with the same settings?
    I am sorry that this thread has become longer than expected. Here are some updates:
    1. I have two Application Sets which my Windows ID can access: AppShell (default) and App_Dev
    2. I tried to create a new Application Set "App_Dev1" by copying from App_Dev (unchecked database,biz process flows, content library, and live reports). Then I logged in as BPC Admin and added my Windows ID to the System Admin Team, which was modified to have full access to everything. Again the same problem occured -- I could access App_Dev1's BPC Administration area but could not access BPC Excel; same error messages popped out.
    3. I tried to create a new  Application Set "AppShell1" by copying from AppShell (same unchecked everything). Then I logged in as BPC Admin and added my Windows ID to the System Admin Team, which was modified to be able to access everything. Same result as #2
    4. I tried to add myself to the System Admin Team of original AppShell, and I could open BPC Excel.
    My experiments so far concluded the followings:
    --No problem with App_Dev and AppShell in the Development Box
    --I could grant myself access to everything in any new Application Set, but only was able to access BPC Administration
    --BPC Admin ID and my Network Administrator (Domain Admin)'s Windows ID has no problem opening BPC Excel in any Application Set.
    What concerns me now is that even a copy from AppShell is not working as expected... My Network Administrator said it is not an easy process to reinstall BPC Development Server, but I think that's perhaps the only way to fix everything, if the root causes remain mysterious.
    If you have any insightful tip, please share with me as I have spent over a week and cannot progress further... Thank you!!!!
    Brian

  • Float and Double - 5.1 divide by 3.0

    Hi everyone,
    I am quite new to java programming in term of using it. I wrote a test class to learn about float and double. However when I wrote the below code, I got a strange result. So, I wonder if java's float and double have any kind of exception I should be aware of. This won't happen if I just change from 3 to other numbers. Any suggestion? Thanks in advance.
    public class MathTest {
    public static void main (String args[]) {
    float f1 = 5.1F;
    float f2 = 3.0F;
    double d1 = 5.1;
    double d2 = 3.0;
    System.out.println("Float result : " + f1/f2);
    System.out.println("Double result : " + d1/d2);
    Result:
    Float result : 1.6999999
    Double result : 1.7

    This is due to the way that binary numbers convert to digital numbers and is expected. See these threads for explanations:
    http://onesearch.sun.com/search/onesearch/index.jsp?qt=%2Bprecision+%2Bwrong+double&col=developer-forums&rf=0&chooseCat=allJava&subCat=siteid%3Ajava

  • With Mavericks I have to hold command key down and double click to get a sub folder to open in a new window.  Can I go back to just double clicking ?

    With Mavericks I have to hold command key down and double click to get a sub folder to open in a new window.  Can I go back to just double clicking ?

    Of course. To do it, open a Finder window, go to Finder menu (on the menu bar) > Preferences > General, and untick "Open folders in tabs instead of new windows".

  • Outlook 2010 apostrophe, single and double quotes are changes to question mark while sending mails to other internet receipient.

    We are using MS Outlook 2010 as our mail client. But we have noticed that whenevr we sent a mail to any other internet mail recipient all the "apostrophe", "single" and "double quotes" have automatically converted to ?. We have
    done almost all the workaround found in this site such as
    1.New a message and focus on the message window > click File > Options > Mail > Spelling and Autocorrect… > Proofing > AutoCorrect Options… > AutoFormat > clear the box before “Straight quotes” with “smart quotes”
    2. Used different encoding. We presently using US-ASCII for outgoing message. etc.
    Need your help to sort out these issues urgently.
    Waiting for a solution.

    Hi,
    What is your account type? IMAP, POP or Exchange?
    Send an email from the webmail, ask the recipient if this issue persists.
    As far as I know, this problem is always related to the encoding for outgoing messages, and here I suggest you try UTF-8:
    Go to File -> Options -> Advanced -> International options -> Uncheck "Automatically select encoding for outgoing messages", then select "Unicode (UTF-8)" beside "Preferred encoding for outgoing messages" -> OK.
    Hope this helps.
    Regards,
    Melon Chen
    TechNet Community Support

  • No DNS and Double NAT

    Hello, I've recently encountered a very frustrating bug in my system that I could use some help troubleshooting.  I've read several similar posts, some are resolved while others are not, however none of the resolutions have worked for my situation.  Here it goes:
    I have an old macbook pro, a new macbook air, a white macbook and 2 iPhone 4s's all connected to the internet via WiFi through an AirPort Extreme.  The AE is connected to a cable modem which has internet service through Cablevision in NY.  There is also an AT&T Microcell hooked up to the AE to boost my cell signal.   All of this equipment has been working flawlessly together for a long time.  Until recently.  It could have started after an update, there have been several lately on all of the equipment including the firmware in the AE.  Anyway, I'll be connected without any issues - all lights green and happy - when suddenly, the internet will drop off and the AirPort Utility will pop up and warn me that:
    1) On the "internet" icon, it will say "disconnected"  
    2) On the AE icon, it says "No DNS server and Double NAT"
    After a few minutes and nothing done on my part, the lights turn green, the internet reconnects and all is well again. 
    This happens frequently and is really beaching a nuisance.  Due to the frequency of the disconnection, I can no longer download a large file, update, or anything.  Streaming video is impossible.
    So far, I have tried bridge mode and cycled the power in the order recommended to no avail.  When I do that, the AE turns green, but the internet says "not connected".  I have also read that there might be too many IP addresses which is not sitting well with my ISP, so I disconnected everything including unplugging the Microcell.  Lastly, there are no other wireless phones or devises in the house.  All to no avail.
    I should also mention that this began occurring on my Time Capsule, which I replaced with the AE in an attempt to fix this issue. 
    Any help would be greatly appreciated.
    Joe

    Sounds very similar to what I've been trouble shooting for 2 months now, only I have DSL from AT&T and I don't see the Double NAT warning.  My last post on the problem is here. 
    My only emergency solution for getting by day to day on the internet is to unplug the AE and connect one Mac directly to the DSL modem.  There's no shared connection or WiFi.  I looked at hosting WiFi from the Mac, but the only security available with that is WEP which isn't considered secure.  Even with this set up, I think (seat of the pants) that there are quality of service problems. 
    I've replaced the Airport Extreme with 2 different new units and the DSL modem with a new unit to no avail.  The Genius Bar and Apple phone support couldn't solve this, nor have 2 calls to AT&T support and one visit from an AT&T repairman.
    I would like to know how to better test or quantify the poor quality of connection that seems to be the problem.

  • SAP BPC 7.5 SP3 and Citrix Entering Data through BPC Client and Citrix

    Hello BPC experts,
    my client is using SAP BPC 7.5 SP3 in combination with Citrix. We are having problems now, while entering data through the BPC Client (installed on BPC Server) and the BPC Client (running on Citrix).
    When we enter data through the BPC Client (Server) and expand the sheet, we can only see the data that we entered through the BPC client (Server). When entering data through the BPC Client (Citrix), we can see only the data we enter through the BPC Client (Citrix).
    The database, however, saves both entries correctly. For test purposes we created a test report which shows both entries correctly in the BPC Client on the server and on Citrix.
    Does anyone have an idea what can be wrong with our system? We tried to create an EvDRE log File for this BPC version as well, but failed. Maybe one of you already did that and can help me with this.
    Thanks in advance!

    You can greatly improve your chance of receiving a helpful answer to your question if you state the version (MS or NW) of BPC which you are using.
    Also notice the sticky [note|Please do not post BPC, SSM or FI/CO questions here!; at the top of this forum whereby we announced new dedicated forums for BPC which are the proper place to post your questions regarding BPC in the future to be able to reach the right audience for your question.
    Thanks and best regards,
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP Labs, LLC
    BusinessObjects Division
    Americas Applications Regional Implementation Group (RIG)

  • TS1843 I am getting the following error messages- No DNS Server and Double SAT.  Can anyone walk me through a fix?

    Airport Express- No internet connection. I am getting the following error messages- No DNS Server and Double SAT.  Can anyone walk me through a fix

    Try putting these numbers in Network>TCP/IP>DNS Servers, for the Interface you connect with...
    208.67.222.222
    208.67.220.220
    Then Apply. For 10.5/10.6 Network, highlight Interface>Advanced button>DNS tab>little + icon.
    Might also put them in the Airport Express, no idea what Double SAT is!?

  • I have upgraded to an Iphone 6 and am at IOS 8.2.  My calendar alerts no longer show up as notifications on my phone.  I have gone into settings and double checked that notifications for calendar was on and it is. Any ideas on a fix?

    I have upgraded to an Iphone 6 and am at IOS 8.2.  My calendar alerts no longer show up as notifications on my phone.  I have gone into settings and double checked that notifications for calendar was on and it is. Any ideas on a fix?

    I have iPhone 4s but the same problem with calendar on 8.2 iOS - no sound, no notification appears - but everything is switched on.

  • Printer suddenly started printing blurry and double vision like

    Printer suddenly started printing blurry and double vision like. I have cleaned all i can and aligned the printer heads muliple times, but no difference

    I did a quick search and came across this. Although it is for a 432, hopefully this imformation helps as canon printers are assembled relatively simular.
    http://forums.usa.canon.com/t5/Printer-Multifunction-Support/I-had-a-paper-jam-on-my-MX432-and-since...
    MY EQUIPMENT:
    EOS Rebel T4i
    EF-S 18-55mm f/3.5-5.6 IS II
    EF-S 55-250mm f/4-5.6 IS II
    (2) B+W 5.8 010 UV - Haze 1x MRC (F - PRO Series filter)
    HOYA 58mm HMC Multi-Coated ND8 Filter

  • Single and double quotes entered in form field cause corruption?

    I am creating a database change request system using in APEX 2.2 and the main form has a description field (clob) and a API_description field (varchar2(4000)) that are text area fields on the page. The form seems to have trouble when the string data entered into the text area page items on the form contain single and double quotes.
    <br><br>
    I have pasted my test data below in this problem description(this is not true sql but it gets the point accross). I use the wizard created insert process to get the data into the db from the text fields in the wizard generated form, then use the wizard created fetch process to get the data back out and rendered on the same form. When I use the test data below, sometimes a few characters dissappear from my input data on the way out, sometime form fields go away, and their html is interspersed with the previous form field's data on the page. And I get different results on different tests with the same data.
    <br><br>
    Do I have to do something special for a vanilla htmldb text page item on a form to be able to receive single and double quotes in the string input in order to avoid that string data confusing the processing on the way in to the Database or on the way out for rendering?
    <br><br>
    Do I have to escape the characters? How do I do this?
    <br><br>
    The "varchar2(1) := ‘A’" part of the below TEST DATA string seem to cause the most trouble. The behavior is erratic - sometimes the pattern works, sometimes html is interspersed in one place, sometimes another (on the way back out)
    <br><br>
    START TEST DATA:
    Add column pcl3_data_ind varchar2(1) to edc_tran,edc_log, edc_recreate_tran table
    Or
    Create a file with following sql in it
    Insert into sometable values(‘A’,sysdate);
    Or
    create new table as follows
    create table “someschema”.“sometable”
    (id number not null,
    Name varchar2(20) not null,
    Join_date sysdate
    Active varchar2(1) := ‘A’
    END TEST DATA:
    <br><br>
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    Here is an example of the test data being displayed after being fetched back out of oracle (this will look like gibberish when rendered in the forum system (end of problem description except for example):
    <br><br>
    env
    Add column pcl3_data_ind varchar2(1) to edc_tran,edc_log, edc_recreate_tran table
    Or
    Create a file with following sql in it
    Insert into sometable values(‘A’,sysdate);
    Or
    crete new tableas follws
    crate table “somesca”.“sometable”
    har2(20) not null,
    Join_date sysdate
    Active varchar2(1) := ‘A’
    woextarea>
    <a class="eLink" title="Edit" href="javascript:popupURL('f?p=4000:371:204538675714370::::P371_ID,FB_FLOW_ID,FB_FLOW_PAGE_ID:1034609472735510,104,2');" tabindex="999"><img src="/i/e.gif" alt="Edit" class="eLink" /></a></td></tr><tr><td nowrap align="right"><label ...

    I found a good php related post that has a nice set of the potentially problematic characters (this is in the context of word pasted into IE I think). I am pretty confident that at least single curly quotes do not work well in apex 2.2). I would not be surprised if some of the others were trouble as well.:
    http://lists.evolt.org/archive/Week-of-Mon-20030602/141975.html
    here is the list
    $trans_tbl[chr(34)] = '"' ;          //      quote
              $trans_tbl[chr(38)] = '&' ;          //      ampersand
              $trans_tbl[chr(60)] = '<' ;          //      less-than
              $trans_tbl[chr(62)] = '>' ;          //      more-than
              $trans_tbl[chr(128)] = '€' ;     //      euro
              $trans_tbl[chr(129)] = '€' ;      //     euro
              $trans_tbl[chr(130)] = '‚' ;      //     low quote
              $trans_tbl[chr(131)] = 'ƒ' ;      //     florin
              $trans_tbl[chr(132)] = '„' ;      //      double low quote
              $trans_tbl[chr(133)] = '…' ;      //     ellipsis
              $trans_tbl[chr(134)] = '†' ;     //     dagger
              $trans_tbl[chr(135)] = '‡' ;      //     double dagger
              $trans_tbl[chr(136)] = 'ˆ' ;      //     circumflex
              $trans_tbl[chr(137)] = '‰' ;      //     per thousand
              $trans_tbl[chr(138)] = 'Š' ;      //     S caron
              $trans_tbl[chr(139)] = '‹' ;      //     left angle quote
              $trans_tbl[chr(140)] = 'Œ' ;      //     OE ligature
              $trans_tbl[chr(142)] = 'Ž' ;      //     Z caron
              $trans_tbl[chr(145)] = '‘' ;      //     left single quote
              $trans_tbl[chr(146)] = '’' ;      //     right single quote
              $trans_tbl[chr(147)] = '“' ;      //     left double quote
              $trans_tbl[chr(148)] = '”' ;      //     right double quote
              $trans_tbl[chr(149)] = '•' ;      //     bullet
              $trans_tbl[chr(150)] = '–' ;      //     en dash
              $trans_tbl[chr(151)] = '—' ;      //     em dash
              $trans_tbl[chr(152)] = '˜' ;      //     small tilde
              $trans_tbl[chr(153)] = '™' ;      //     trademark
              $trans_tbl[chr(154)] = 'š' ;      //     small s caron
              $trans_tbl[chr(155)] = '›' ;      //     right angle quote
              $trans_tbl[chr(156)] = 'œ' ;      //     oe ligature
              $trans_tbl[chr(158)] = 'ž' ;      //      small z caron
              $trans_tbl[chr(159)] = 'Ÿ' ;      //     Y with diaeresis
    <br>
    -Geoffrey

  • I am changing laptops and have tried to download and install Acobat 9 Standard from the Adobe website, but get message that my serial number is invalid. I log in and double check my account and it shows as a valid serial number.  Now what?

    I am changing laptops and have tried to download and install Acrobat 9 Standard from the Adobe website, but get message that my serial number is invalid. I log in and double check my account and it shows as a valid serial number.  Now what?

    If you had it on a laptop that crashed and you threw away, it is still considered as activated on that machine.  YOu should contact Adobe by chat or by phone and have them deactivate for you.
    Here is a link to a page with options to help make contact:
    http://www.adobe.com/support/download-install/supportinfo/
    If you are getting a message that indicates the serial number is not valid, you should look thru the following:
    Error "The serial number is not valid for this product" | Creative Suite
    http://helpx.adobe.com/creative-suite/kb/error-serial-number-valid-product.html

  • What 's the difference between quote ' and double quote "?

    what's the difference between quote' and double quote "?
    when we use each one?
    Exemple of use of each case?

    'c' is a char, ie. a primitive type representing a single character
    "c" is an instance of the String class length 1.

  • My trackpad in Macbook is not working properly. The tap and double tap is not working but other gestures are working. Please help me..thanks

    My trackpad in Macbook is not working properly. The tap and double tap is not working but other gestures are working. Please help me..thanks

    Portables and Magic Trackpad: Jumpy or erratic trackpad operation
    Might be something from that link that will help.

  • I have just bought four songs from iTunes store using my iMac. I can play the music on my iMac and throughout my Apple TV. However after several restarts and double checks I can't get the four tunes to sync with either my iPhone or my iPad.

    I have just bought four songs from iTunes store using my iMac. I can play the music on my iMac and throughout my Apple TV. However after several restarts and double checks I can't get the four tunes to sync with either my iPhone or my iPad. All the software is up to date.

    do you use the same Apple ID on your iMac, your iPhone and iPad? This is a requirement.

Maybe you are looking for

  • Spry Accordion Hover/Active Issue

    I have designed a spry accordion widget for a FAQ page and within Dreamweaver CS6 it is fully functional.  The color I've selected doesn't occur with a hover or an active tab once EVERYTHING is uploaded.  Below is a live link to the problem page, my

  • Regarding NVL function

    Hi Everyone, I have an emp table. In that i have comm col in which there are NULL values are existing. How can i display for NULL values as 'NA' along with the not null values. Thanks in advance for the help. Regards Santhosh

  • Can I record in LE8 just through a Boss DD3?

    I am usually set up with a PodXT Live processor unit, an M Audio Fast Track USB Interface, Logic Express and my Ernie Ball guitar, but unfortunately I was unable to bring my POD with me on my overseas trip. I have everything else plus a Boss DD-3 ped

  • Reports with COPIES 1

    HI Gentlemen, I have to run my report twice, once with 'Original' and once with 'Copy' in the top margin. It works fine if I execute it twice, supplying a text parameter from outside. However, this generates two PDF files. This is undesirable--they s

  • HP ZR2240w Power Button lockout, monitor powers off

    This is regarding a HP ZR2240w Monitor.  Occasionally "Power Button Lockout" will apear on the screen and about 10 seconds later the monitor will lose power.  This occurs with any type of input (VGA, HDMI, DVI).  If the power is left plugged in, it w