Value Proposition Question

Wondering if anyone has assessed this yet...
Value of TC vs AEX
TC, 1TB HD = $499 (what happens if HD fails?)
AEX + 1TB Lacie HD = $179 + $369 = $548 (if HD fails, plug in another)
o A Lacie 1TB HD is cheaper than replacing the TC
o Prices will vary, particularly if you buy from non-Apple.
o Unless there is significant performance increase with TC on HD, then I don't really see the value.
$50 variance could be worth it if the performance doesn't suffer.
Just my .02 cents.

Actually, the value is with folks like me who don't know a daggone thing about AEBSXDGDBDn.g.l.wi.dot.fi.
I just want something that just works and this looks to be: IT.
I've got Time Capsule on pre-order and a WD MyBook Studio (Backup to Backup) on it's way. I'm gravy.

Similar Messages

  • Refinement Panel show "file name" values with question mark instead of spaces

    Hi,
    I customized Refinement Panel to refine by file name. In some cases the value (file name) is shown with question mark instead of space. It looks like gibberish and the refine by that value doesn't bring the result.
    Any ideas how to solve?
    keren tsur

    Hi Keren,
    Please try to reset index in Central Administration > Application Management > Manage service applications > click the Search service application > Crawling > Index Reset > check the box Deactivate search
    alerts during reset > Reset Now > Ok.
    Then restart a full crawl in the Central Administration > Application Management > Manage service applications > click the Search service application > Crawling > Content Sources.
    In addition, please capture a screenshot of the issue.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Magic Values - A Question of Development Approach

    Hello folks,
    I have a question for you PL/SQ developers out there. This isn't a specific problem or query I'm raising here, more a question of general approach. I'm probably not using the correct terms here so forgive me. Also, I've already posted this in the ApEx forum, however there's a degree of overlap into pure PL/SQL so I thought you were all bound to have experience of something along the same lines.
    Anyhoo...
    How to deal with Magic values - i.e. values which hold no intrinsic value in and of themselves, other than for state, process or conditional logic control. I use them quite a lot in my PL/SQL code (as I'm sure most developers do in one context or another).
    From a Data architecture perspective, I'll generally have some sort of table for storing the 'facts': names, addresses etc, etc. Any application-specific magic values ('status', 'type') will be held as a foreign key in this table, which will reference a form of lookup table.
    Example:
    EMOTION
    ID   Description
    ==   ===========
    1    HAPPY
    2    SAD
    3    NEUTRAL
    PERSON
    NAME ... EMOTIONAL_STATE
    ====       ===============
    BILL       1
    JERRY    1
    BRIAN      3
    DONNA    2So far, so banal...
    Now, say I have a process that needs to reference someone's emotional state for some sort of conditional logic:
    declare
       n_estate number;
    begin
       select emotional_state into n_estate
         from Person
        where name = 'BILL';
       case when v_state = 1 then
          -- do something
       case when v_state = 2 then 
          -- do something else
       else
          -- otherwise something else again
    end case;
    end;straight away your bad code radar should be going crazy: you're coding literals in there! So, the old java programmer in me wants to store these as constants - I'll generally square them away inside a package somewhere, like so:
    create or replace package PKG_CONSTANTS as
       ES_HAPPY constant number:= 1;
       ES_SAD constant number := 2;
       ES_NEUTRAL constant number := 3;
    end PKG_CONSTANTS;Thus the code becomes
    Case when v_state = PKG_CONSTANTS.ES_HAPPY then ...Herein lies the crux of the issue. I'm effectively defining the same value twice: once in the lookup table (for data integrity) and once in the package. If new values are defined (say "Existential Ennui") or existing values are changed, I need to make sure the two are aligned, which hinders maintainability.
    I thought about initialising the values as sort of pseudo-constants in the package initialise code but then you end up replacing one literal with another; you end up with code like:
    create or replace package PKG_CONSTANTS as
       ES_HAPPY number;
       ES_SAD constant number;
       ES_NEUTRAL constant number;
    end PKG_CONSTANTS;
    create or replace package body PKG_CONSTANTS as 
       rf_curs sys_refcursor;
    begin
       for rf_curs in
          select ID
                 ,description
            from EMOTIONAL_STATE;
       loop
          case description
          when 'HAPPY' then
             ES_HAPPY := ID;
          when 'SAD' then
             ES_SAD := ID;
          when 'NEUTRAL' then
             ES_NEUTRAL := ID;
          else
             null;
          end case;
       end loop;
    end PKG_CONSTANTS;I also thought about using dynamic PL/SQL to re-write and recompile the constants package in the event of a value being changed in the lookup table...seems like quite a lot of work, given that the magic value is pretty much meaningless outside of the scope of the application.
    So... how to deal with this? What approach to you take? Does data integrity over-ride application programming style?
    Any contributions would be welcome!

    Hello,
    I had a look through the article (8 year's worth of thread? Sheesh that's dedication!) and yet it doesn't quite express exactly what I'm meaning. The argument there appears to be between dynamic SQL with bind variables versus static SQL. I'm not talking dynamically building queries or the use of bind variablers per se - its more related to how one makes use of magic values within the context of conditional logic and application code.
    The example I chose happened to use a case statement, which maybe blurs the line with the syntax of pure SQL query and perhaps why you thought I was going down the dynamic SQL route, but I could just have easily replaced them with a series of 'if elsif else end' type expressions.
    From an application developer point of view, the mantra of 'abstraction through constants' is the norm - referencing literals in expressions is generally frowned upon, with the possible exception of special numbers such as 1 or 0 (for incrementing counters, referring to the start of arrays etc, etc). One only has to look at the work of Feuerstein to see this - time and again in his books, the concept of delegating constant values (and subtypes) to well-defined areas (the "Single Source of Truth") rears it's head.
    Now in the Oracle world, data architecture generally has primacy, which in this case manifests itself as the use of foreign keys in data tables referencing the equivalent lookups (dimensional modelling, star diagrams and the rest) - thus even special, application-specific values, i.e. with no intrinsic value in the real world, end up in your ERD. There appears to be a bit difference of opinon, depending on the background of the developer.
    Hence my question - how do you, as developers, deal with these sorts of situations?

  • Multi value attribute question

    Hello there,
    Our application would like to have a multi value attribute in DS11.1.1.7.0 on SLES platform. But here is my question..
    1. Can i have a one single attribute with value like companyCode: ABC,XYZ,QWE,RTY
    2. OR , can i have like below..
    CompayCode: ABC
    CompanyCode: XYZ
    CompanyCode: QWE
    CompanyCode: RTY
    which is the best method for LDAP server performance?
    Thanks

    Hi,
    Multi-valued attribute is supported OOTB by LDAP and it seems simpler&better (possibility to have better indexing, more efficient to add/delete values)  to use the second option, especially if you need to search for entries based on one of the attribute value. By default, LDAP attributes are multi-valued in the LDAP schema so you can store several values for companyCode.
    Note: attribute values in an LDAP attribute are unordered, so choose the primary option if you need to maintain ordering across attribute values.
    HTH
    -Sylvain

  • Dashboard prompt value update question

    All,
    I am hoping to see if anyone can answer my question or whether it is a bug or an enhancement request is needed to send to oracle.
    The issue is with my Dashboard prompt, plain and simple to there are two prompt. The second is reliant on the value of the first prompt.
    For example, My Parent prompt is Channel, and the second is Sub-Channel.
    When Channel prompt is given a value, I want the sub-channel to contain only the values that are related to the Channel prompt's new value.
    However it doesn't work, I have to press the GO button first, then the sub-channel will contain the values. Is there a way to update the sub-channel value based on the update of the Channel prompt, and not by pressing go.
    Any help will greatly be appreciated, if this needs to be an enhancement request to Oracle, please inform me of what I need to do. Thank. JAR80

    Its obiee limitation and conceptually its logical. Because when you choose constrain, BI server internally generates sql for constrain prompt. If we mention the sql, BI server uses the sql and which did not use the constrain query.
    this similar topic is discussed once here, and workaround posted. but it is some what complex, so need to do check before implementing.
    Can presentation variable created in one Dashboar prompt be used in other?
    - Madan

  • Carbon to QTKit value conversion question

    I am rewriting an application in Cocoa which was originally developed in Carbon. (It used Flash movies for custom interface elements, which QuickTime no longer allows, and Cocoa makes redoing the custom interface much easier, so this isn't as weird of a task as it may sound.)
    One of the things this program has to do is read a file containing a series of numbers, and have QuickTime jump a movie to points represented by the numbers. (The app is multiply-deployed with different movies, so the numbers have to be editable by a non-programmer.) The "read a file containing a series of numbers" part is pretty simple, but I'm lost when trying to figure out what to do with the numbers once I've got 'em.
    The old Carbon code (circa 2001) says:
    Movie theMovie = <pre-loaded movie>;
    long jumpValue = <value from file>;
    TimeRecord theMovieTimeRecord;
    GetMovieTime( theMovie, &theMovieTimeRecord );
    theMovieTimeRecord.value.lo = jumpValue;
    SetMovieTime( theMovie, &theMovieTimeRecord );
    So the question is: if I have a QTMovie containing the movie, and an NSNumber containing the number that was in jumpValue, what is the fastest way to make Cocoa do the equivalent jump? (Or, better yet, convert it to a QTTime?)
    And as a followup, is there any easy way to get a callback when a QTMovie reaches a particular QTTime?

    I have an answer to the main question, which falls in the "duh" category: use the "quickTimeMovie" method on the QTMovie to get the Movie primitive, and then just use the code exactly as-is (or as-was). It functions perfectly well, so yay.
    Given that I'm using a non-standard timing system, I suppose I'll have to use a kludgey workaround to watch for the movie reaching particular points. (For example, an NSTimer which calls a checking function several times per second to see how far the movie has gone. Not elegant, but there are worse things to do.)

  • Duplicate, Unique field value query question

    I guess this might be a straight forward question/answer but here goes:
    I have a table with two fields a1,a2. a1 is the primary key and is of number data type. a2 is varchar2(30).
    given that there might be duplication in the a2 field, I need to write a query to extract the values of a1 that go with each duplicate value in a2.
    All help is appreciated.

    WITH DATA AS(
    SELECT 1 ID,'TOM' a2,'TOM' a3 FROM dual UNION
    SELECT 2,'TOM','TOM' FROM dual UNION
    SELECT 3,'KYTE','TOM' FROM dual )
    SELECT * FROM DATA WHERE (a2,a3) IN (
    SELECT a2,a3 FROM DATA
    GROUP BY a2,a3
    HAVING COUNT(0)>1
    Cheers!!!
    Bhushan
    Edited by: Buga on Nov 25, 2009 9:56 AM
    Included example

  • Data values """""""""""""silly question """""but i need to know

    hi,
    When we load the data in essbase
    like
    jan 2009 sales 700(700= data values)
    2009 goes to year
    Jan goes to period
    sale = account
    where does 700 go and sit in essbase

    Based on your original post, I think you may be thinking of Essbase as more similar to relational storage than it really is.
    For example, you say: '2009 goes to year'. In a relational database, this makes sense. You might have a table with the fields 'Year', 'Period', 'Account' and 'Value'. When you load the particular piece of fact data in your example, '2009' sits in the 'Year' field. In a multidimensional cube, all intersections (combinations of one member from each dimension) are potential data storage locations. A cube doesn't store '2009' in 'Year' - it stores +700+ in '2009'! Thanks to your metadata - the outline - '2009' already exists as a potential data storage location before you load any data.
    The Essbase Database Administrator's Guide has a section titled 'Understanding Multidimensional Databases' which may help.
    Of course, if you already know all this and you're simply asking about where the data values are physically stored in the Essbase cube implementation, then I think Srinivas has answered your question - for a BSO cube it's in the .pag files under /app/appname/dbname/.

  • Variable's value passsing question between sapscipt and it's print program.

    Hi, all.
    I have a question regarding to the variable value which past between sapscipt and it's print program.
    My question is :
    in the print program , l_var = '123456'.
    in the sapscript, can i straight away code like below,
    &l_var&
    to show the data 123456 on my form?
    How to pass the variable value in the print program into the sapscript, beside using the PERFORM & FORM ??
    Thanks in advance.

    Hi,
    Yes..You can use &l_var& to display in form..
    But make sure the l_var is a global variable in the program..
    Thanks
    Naren

  • Another multi value parameter question

    I have spent the last six hours researching and testing this and I am getting nowhere.  I am using CR 2008 and SQL Server 2005.  I have a main report that has a six level cascading prompt.  The values for all of the prompts are number values.  The lowest level prompt is a multi value prompt.  I need to pass the value(s) from this prompt to a subreport so I have created this formula field which I have seen in many of the posts:
    WhilePrintingRecords;
    Shared numberVar counter;
    //increments the loop so that all parameter entries can be displayed
    Shared stringVar display;
    //creates a string "running total" so that all entries can be displayed
    for counter := 1 to Count({?Hierarchy - DOUNum}) do
    display := display + ToText({?Hierarchy - DOUNum}[counter],0,";");
    display;
    I display this on my main form and I run across my first problem.  The first DOUNum is 19903 and the second is 19904.  What I see in the report though is 19,90319,904.  I need for it to be 19903,19904.  Before i knew the formula was doing this I passed this formula to my subreport for record selection there.  That subreport has the DOUNum field in it and that field is a numeric field, so when I try to put this in my record selection formula:
    {spCSSReportNCounts1;1.DOUNum} in [{?Pm-@DOUNum}]
    I get this error: A number range is required here.
    How in the world can I get around these two problems?
    TIA

    Okay, I have the formatting issue resolved.  Here is my new formula:
    WhilePrintingRecords;
    Shared numberVar counter;
    //increments the loop so that all parameter entries can be displayed
    Shared stringVar display;
    //creates a string "running total" so that all entries can be displayed
    for counter := 1 to Count({?Hierarchy - DOUNum}) do
    display := display & "," & ToText({?Hierarchy - DOUNum}[counter],0,"");
    Mid(display,2);
    This gives me 19903,19904 to pass to the subreport in my subreport link parameter - ?Pm-@DOUNum
    When I tried adding the = sign:
    {spCSSReportNCounts1;1.DOUNum} = {?Pm-@DOUNum}
    I get the error: A number is required here.
    And when I try this:
    {spCSSReportNCounts1;1.DOUNum} = [{?Pm-@DOUNum}]
    I get the error: A number range is required here.
    Which is the same error I get when i switch out the = for IN:
    {spCSSReportNCounts1;1.DOUNum} In {?Pm-@DOUNum}

  • Table value parameters Question

    I would like to use a table valued parameter to create an invoice. It will insert into the invoice header data table the header and then it will insert the invoice detail all with different tables. The problem is that until now I was doing this using 2 separate
    procedures
    1. insert into invoice header
    2. insert into invoice detail - this was done with a foreach loop 
    foreach row in the invoice insert into invoice detail and it was also adjusting the inventory like so:
    USE [Trial]
    GO
    /****** Object:  StoredProcedure [dbo].[ARD_Insert]    Script Date: 02/25/2014 15:23:22 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    -- =============================================
    -- Author: Debra
    -- Create date: January 28, 2013
    -- Description: Insert into the ARD table
    -- =============================================
    ALTER PROCEDURE [dbo].[ARD_Insert]
    -- Add the parameters for the stored procedure here
    @InvoiceARD int,
    @Item int,
    @Description nvarchar(50),
    @Qty int,
    @Price decimal(10,2), 
    @TempWOID nvarchar(5),
    @InventoryQuantityAddSubtract int 
    AS
    BEGIN
    -- SET NOCOUNT ON added to prevent extra result sets from
    -- interfering with SELECT statements.
    SET NOCOUNT ON;
        -- Insert statements for procedure here
           --BEGIN TRAN
        INSERT INTO ARD(INVOICE,ITEM,[DESC],QTY,PRICE,TEMPWOID)
        VALUES(@InvoiceARD, @Item, @Description, @Qty, @Price, @TempWOID)
        DECLARE @Type nvarchar(3)
        SET @Type = (SELECT TYPE FROM INV WHERE ITEM = @Item)
        IF(@InventoryQuantityAddSubtract = 0) --Add
        BEGIN
        EXEC InventoryQuantityAdd_Update @Type,@Qty,@Item
        END
        ELSE IF(@InventoryQuantityAddSubtract = 1)--Subtract
        BEGIN
        EXEC InventoryQuantitySubtract_Update @Type,@Qty,@Item
        END
        --COMMIT TRAN
    END
    how would I be able to do this using table valued parameters
    Debra has a question

    This is the iventoryquantity stored procedure
    USE [Trial]
    GO
    /****** Object:  StoredProcedure [dbo].[InventoryQuantityAdd_Update]    Script Date: 02/25/2014 15:43:40 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    -- =============================================
    -- Author: Debra
    -- Create date: October 30, 2013
    -- Description: Add quantity to inventory.
    -- =============================================
    ALTER PROCEDURE [dbo].[InventoryQuantityAdd_Update] 
    -- Add the parameters for the stored procedure here
    @Type nvarchar(3),
    @Qty int,
    @Item int
    AS
    BEGIN
    -- SET NOCOUNT ON added to prevent extra result sets from
    -- interfering with SELECT statements.
    SET NOCOUNT ON;
        -- Insert statements for procedure here
       UPDATE INV SET ONHAND = ONHAND + @Qty,STAMPED = CASE WHEN @Type = 'CIG' THEN STAMPED + @Qty ELSE 0 END, 
    LASTDATE = CONVERT(DATE, GETDATE()) WHERE ITEM = @Item
    END
    Debra has a question

  • Key-Value coding question

    So I've implemented countOf<key> and objectIn<key>AtIndex: methods, but I still can't get access to any array elements. My object contains a number of scalars along with an NSArray called list, and to get the first element of it, I've tried
    [ object valueForKey: @"list.0" ]
    [ object valueForKey: @"list.@0" ]
    [ object valueForKey: @"list@0" ]
    [ object valueForKey: @"list(0)" ]
    [ object valueForKey: @"list[0]" ]
    and probably several other strings. None of them ever call the methods above, and all crash. The Key-Value Coding Programming Guide makes no mention of how this works. This is frustrating because when I call simple scalar values, everything works as described. What am I doing wrong? Any help here would be appreciated.

    To make this work, you would probably have to create a value for the "bar" property inside Foo.

  • Reference Value (Price) Question

    Hi SAP Gurus,
    Good day to all.
    I would just like to ask if there is a way in which the document flow doesn't show the Ref Value (Price)?
    I actually get the program name & screen number. However, I cannot find in spro where to do the changes. Please help.
    Thanks in advance.
    Erza.

    Hi Erza,
    Though I can't guide you technically, I can provide you some good source of information to explore.
    1.  Screen variant creation process: [SDN article on screen variant|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a070bfbb-d34a-2d10-b092-ecbe0b0d4a4c]
    2.  Handling your requirement through user exits. This method is also most relevant for you:  VA02 Enhancement
    Regards,
    P Gomatheeswaran

  • F4 value help question

    Hi,
    because we don't have a submit button is there a way that after selecting a value help an event will be triggered so we can refresh the screen.
    At the moment after the user had selected a value and the value is transfered to the input field he have to put the cursor into the input field und make an enter
    to trigger the onEnter-event.
    That's not comfortable and the user don't know that he has to do this. The screen should be refreshed automatically after selecting an value help.
    Do somebody have any idea?
    Thanks, Susanne

    Write the code in Wddomodify but with a Condition and a counter.
    Condtion : Your input field is not intial ( input field has some value ).
    Counter : So that this code  is fired only once and that too when ever you want.
    Make an attribute Att in component controller.
    Att = 'Y' by default.
    For this write in WDdoinit of comp controller : wd_this->Att = 'Y'.
    in Wddomodify :
    If input_field is not initial and wd_comp_controller->Att = 'Y' .
    <Run your code>
    wd_comp_controller->Att = 'N'.
    endif.
    I hope this will do.

  • Value Mapping Question

    Based on the source filename I need to determine Customer and distribution channel value using value mapping:
    Source FileName:
    FileName1
    FileName2
    Target CustomerValue:
    300
    300
    Target Distribution Channel:
    ABC
    XYZ
    I am unable to achieve the above using value mapping

    Hi Vicky,
    It is possible to do it. See below the File- Customer, File- Distribution maps with mapping and testing.
    Hope it helps your requirement.
    Regards,
    Pranav

Maybe you are looking for

  • WINDOWS 7 64 Bit Installation Error

      Getting an following error when trying to deploy WIN7 on Dell3010 model at the final stage. File: /windows/system32/drivers/iastora.sys Status – 0XC0000359 Info: Windows fail to load because a critical system driver missing or corrupt. Can anybody

  • Delete HELP

    Can't delete web page in iweb, what am I doing wrong,I read numerous helps but no luck. must be doing something dumb please help.

  • Trigger the script

    HI, with HRBEN0015 how to test the form i below scenarios. Unit Test Scenarios 1 Create an Auto assign Confirmation Form     Creating an auto-assigned confirmation notice for employees will generate a notice to be sent to the employee. 2 Create a Sta

  • Publish to Print Step-by-Step not capturing images

    Does anyone have any suggestions for publishing to a step-by-step guide in Captivate 5 that is usable and looks as good as those from Captivate 4? When I publish in Captivate 4, icon images are created wherever a highlight box appears in my Captivate

  • My ipad shows capacity 13.6GB, available 0 bytes. Can I clear some items from the memory to increase the avaavailable memory?

    my ipad shows capacity 13.6 GB, available 0 bytes. Can I clear some items from the memory to increase the available memory? Getting message "storage almost full"