The "aperture" value in EXIF from Leica M9

Hi, Aperture
I'm a Leica M9 camera owner, and I found that in Apple Aperture 3, I cannot see the "aperture" value from pictures taken from Leica M9, also, the "lenses" information not available in the "Metadata" tab.
I attached a screen shot of my Aperture window and hope Apple guys could consider fix it. I can provide samples DNG or JPEG files from this camera, if needed.
Thanks,
Chun Tian (binghe)

See https://discussions.apple.com/thread/2502637?start=0&tstart=0
I had the same question, and this discussion answers it.

Similar Messages

  • How to get the numeric value of DocTotal from UI API

    When I hit the ADD button I need to get the DocTotal from the UI API !
    All I have is the EditText which gives it in string and the problem is to double.Parse it
    it's a pain to do it while there is CultureInfo related issue with it.
    So It would be wise to get the numeric value directly from the UI API instead of getting the DocTotal by string and trying to convert it.  So is there any way to get the numrci value of DocTotal from UI API ?

    Hello Marc,
    Here is a function which considering the Culture Info and always working. You can speed it up by using extending admininfo to global vairables, and loading the values at startup of the addon.
    Use the oEditText.value.ToString() to convert into into the doulbe number:
    Public Function _string2double(ByVal s As String) As Double
            Dim d As Double
    ' This part is fast, when regional settings equal to sap B1 settings:
            Try
                d = Convert.ToDouble(s)
                d = Math.Round(d, 6)
                Return d
            Catch
            End Try
    ' Speed up performance: extend CompaneService variables to global variables and query them at addon startup.
            Try
                Dim nfi As System.Globalization.NumberFormatInfo = System.Globalization.CultureInfo.CurrentCulture.NumberFormat
                Dim oCompanyService As SAPbobsCOM.CompanyService = oCompany.GetCompanyService()
                Dim oAdminInfo As SAPbobsCOM.AdminInfo = oCompanyService.GetAdminInfo()
                Dim sbodsep As String = oAdminInfo.DecimalSeparator
                Dim sbotsep As String = oAdminInfo.ThousandsSeparator
                If s.IndexOf(Space(1)) > 0 Then
                    If oAdminInfo.DisplayCurrencyontheRight = BoYesNoEnum.tYES Then
                        s = s.Substring(0, s.IndexOf(Space(1)))
                    Else
                        s = s.Substring(s.IndexOf(Space(1)), s.Length - s.IndexOf(Space(1)))
                    End If
                End If
                Dim s1 As String = s.Replace(sbotsep, nfi.NumberGroupSeparator)
                s1 = s1.Replace(sbodsep, nfi.NumberDecimalSeparator)
                d = Convert.ToDouble(s)
                d = Math.Round(d, 6)
                Return d
            Catch
                Return 0
            End Try
        End Function
    Regards,
    J.
    Edited by: János Nagy on Oct 7, 2009 8:55 AM

  • Getting the Month value and Name from the Ranges of the Date given input.

    Hi Techies,
    I am developing Monthly wise report in FICO. My Inputs are Company Code, Fiscal Year and Date Range. From the Date Range I have to get the month and Generate the Report.
    For Ex:
    BUKRS : 1000
    GJAHR : 2009
    FKDAT : 01.04.2008 to 01.04.2009
    From the Above Date range how can I get the individual month names or periods. As per my Knowledge I can get the month value when the date is parameter but here the date is ranges.  Is any code available for this ?
    Thanks in Advance
    Regards,
    Muralikrishna Peravali.
    Edited by: muralipsharma on Aug 31, 2010 10:30 AM
    Edited by: muralipsharma on Aug 31, 2010 12:57 PM

    DATA: lv_dat          TYPE dats,
          lv_day          TYPE c LENGTH 2,
          lv_month        TYPE c LENGTH 2,
          lv_year         TYPE c LENGTH 4.
    DATA: lv_poper        TYPE t009b-poper.
    DATA: lt_poper        TYPE TABLE OF t009b-poper.
    SELECT-OPTIONS: so_dat        FOR sy-datum.
    break fis-kemmer.
    lv_dat = so_dat-low.
    DO.
      CLEAR: lv_poper.
      CALL FUNCTION 'FI_PERIOD_DETERMINE'
        EXPORTING
          i_budat        = lv_dat
        IMPORTING
          e_poper        = lv_poper
        EXCEPTIONS
          fiscal_year    = 1
          period         = 2
          period_version = 3
          posting_period = 4
          special_period = 5
          version        = 6
          posting_date   = 7
          OTHERS         = 8.
      APPEND lv_poper TO lt_poper.
      lv_day    = lv_dat+6(2).
      lv_month  = lv_dat+4(2).
      lv_year   = lv_dat(4).
      lv_month = lv_month + 1.
      IF lv_month LE 9.
        CONCATENATE '0' lv_month INTO lv_month.
      ENDIF.
      CONCATENATE lv_year lv_month lv_day INTO lv_dat.
      IF lv_dat GT so_dat-high.
        EXIT.
      ENDIF.
    ENDDO.
    after that you have a list of all the FI periods in internal table LT_POPER.
    get the idea?

  • Inserting the column values into table from view through procedure!!!

    below is my example code
    Create or replace procedure test_proc
    is
    cursor test_cur is
    select a.col1 , b.col2, c.col3, d.col4, e.col5
    from tableA a, tableB b, tableC c, tableD d, tableE e;
    test_cur_rec test_cur%rowtype;
    Begin
    insert into test_stg ( col1, col2, col3, col4, col5, col6, col7)
    Values ( test_cur_rec. col1,
    test_cur_rec .col2,
    test_cur_rec .col3,
    test_cur_rec .col4,
    test_cur_rec .col5
    -- col6, col7 );
    create view test2 (
    select f.col6, g.col7 from tableF f,tableG g);
    I m trying to insert values into the table test_stg but for col6 and col7 i need to get the data from the view test2.
    In simple word, all i need to do is get the 2 columns data from view and insert into a table through procedure. The above code is the example which looks very much like my actual code.
    How do i accomplish this task ??

    well there is joining condition for a, b,c ,d, e tables, i have not mentioned here. The where condition has nothing to do with the other two columns of the view.
    There is no relation ship between the these tables the view. The col 6 and 7 i m inserting from view is sysdate timestamp and the job_id number.
    so its pretty straight forward insertion into the table from view columns. These two columns has just one row with id number and timestamp. so i need to insert these data into the the table when i run a procedure.
    Thank you so much!!!

  • Copy characteristic value(class 023 ) from the material master to the batch

    Dear All,
    Is there a way to copy the characteristic value (class 123) from material master to the batch master automatically once we create a batch of that material
    I tried to create a dependency, but didnu2019t know what to write in the dependency editor
    Please advise

    I dont know if its possible in standard,  you can try and create a reference batch, and use the below user exit I found in SAP library :
    Set Up Customer Exit for Determining Source Batch
    You can use function module exit EXIT_SAPLV01Z_011 in SAP enhancement SAPLV1ZN when assigning characteristic values to batches. You use this to specify a reference batch when creating a new batch with the central function module VB_CREATE_BATCH.
    Further notes
    The reference batch must always be specified completely. This means the reference material, source batch and reference plant details must have been entered if the batch is determined at plant level.
    All batch master data is copied. If the batch is classified in this enhancement, the values assigned to the corresponding characteristics are copied.
    In the exit, you can use a communication structure with the application data for the respective business transaction (for example, plant or material type). If you require further information, you must obtain it yourself in one of the user exits (such as time, user name, or date, for example).

  • Sales order should not copy the net value from contract

    Hi,
    When we are creating the sales order,Where we can maintain that sales order should not copy the net value from contract.
    Regards
    Prabudh

    Hi,
    When I am creating the sales order with reference to contract,it's copying the net value and quantity from the contract.
    But I want  that sales order should not copy the net value and quantity from the contract and user can take new required quantity at the time creating the sales order.
    Regards
    Prabudh

  • How to set the intial Value for a single radiobutton in a Radio Group

    Hi All,
    I have a radiogroup with 3 buttons. The Names of the RadioGroup are driven from a XXVO.
    3 Radion Buttons:
    * X
    * XX
    * XXX
    When the Page loads i want to make one Radio button XXX to be the default , please suggest how do i do it.
    Note : The radiobutton values are coming from VO
    Thanks

    Hi ,
    As AJ said create 3 radio buttons in ur page and assign to one radio group,,
    OAMessageRadioButtonBean appleButton3 =
    (OAMessageRadioButtonBean)webBean.findChildRecursive("GroupButtonOne21");
    appleButton3.setName("serviceAgreementGroup");
    appleButton3.setValue("RW");
    OAMessageRadioButtonBean orangeButton3 =
    (OAMessageRadioButtonBean)webBean.findChildRecursive("GroupButtonTwo21");
    orangeButton3.setName("serviceAgreementGroup");
    orangeButton3.setValue("NW");
    ---For radio button u can check in page it self.
    Regards
    Meher Irk
    Edited by: Meher Irk on Nov 23, 2010 2:47 PM

  • How to get the selectOneRadio value in javascript

    Hi,
    I want the selectOneRadio value in javascript. Can anyone give us a solution how to get the selectOneRadio value to javascript from jspx page.
    Thanks,
    Eswari

    Hi,
    I assume you are talking about JDeveloper 10.1.3 in where there is no JavaScript API ADF Faces.Here you will have to use document.getElementById() to access the radio button component (which is a list component). You can look at the generated HTML for how the component and its ID look like.
    However, what is the usecase that you cannot handle in native JSF ?
    Frank

  • How to use SQL import to set the attribute value based on another?

    Hello all,
    I want to set an attribute of a dimension based on another attribute (if matches). Let's say I have a dimension PRODUCT. And I have defined two user defined attributes MANAGER and ISVISIBLE.
    Now within a PERMIT_READ program I want to set the ISIVISIBLE to true where the MANAGER Value is selected from a table.
    Something like
    <define a cursor c1 to select all the Manager values>
    sql import c1 into -
    :MATCHSKIPERR PRODUCT_MANAGER then <PRODUCT_ISVISIBLE (PRODUCT MANAGER) = true>
    <etc>
    Obviously the above is not correct. But I am stuck as to how this can be done? Can some one on this forum please help me with correct syntax/ approach please?
    Thanks a lot.
    Pxsheth
    This statement assigns true to the isvisible attribute for every gc_dim_bu dimension (selected as part of cursor c1).
    SO FAR SO GOOD.. NOW -
    If I want to change the above so that the attribute value gets assigned based on another attribute for the dimension (say a flag). i.e.
    Set the isvisible to true where attribute flag has a certain value. How do I code this in OLAP DML?

    There are a number of ways to do this. If you want to use an attribute that has been defined within AWM as an attribute of Product then simply using the mapping tool to populate the attribute as part of the normal dimension load procedure.
    Alternatively you could create an attribute at the DML level, and assuming you are not using surrogate keys, you can then define a cursor to read the relational table to populate your attribute. Something like this:
    sql declare MKT_BASKET cursor for -
    select PRODUCT_ID, PROD_MGR , PROD_VISIBLE -
    from PRODUCT_DIM
    if SQLCODE ne 0
    then goto ERROR
    sql open MY_CURSOR
    sql fetch MY-CURSOR loop into :append PRODUCT, :PRODUCT_MANAGER, :PRODUCT_ISVISIBLE
    sql close MY_CURSOR
    sql cleanup
    update
    commit
    If you want to create a complex PERMIT function using OLAP DML then personally I would create a formula and assign a program of type BOOLEAN and have the program return a YES or NO depending on the outcome of your test. Then your PERMIT_READ still references a dimension object. For example:
    DEFINE PROD.ISVISIBLE BOOLEAN FORMULA <PRODUCT>
    EQ PRG.ISVISIBLE(PRODUCT)
    DEFINE PRG.ISVISBLE PROGRAM BOOLEAN
    The program will then return Yes or No depending on the processing you need to do.
    Hope this helps
    Keith Laker
    Data Warehouse Solution Architect
    Oracle EMEA Consulting
    BI Blog: http://oraclebi.blogspot.com/
    DM Blog: http://oracledmt.blogspot.com/
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Samples: http://www.oracle.com/technology/products/bi/samples/

  • To calcuate the accumulated value

    Hello,
    I would like to write a calc script for the following scenario: I have a series of data value, and would like to calcuate the accumulated value based on the sequence of from the smallest to the largest. The case is like this:
    The input is as following
                Case 1
    Acct1: 10
    Acct2:    5
    Acct3:    8
    Acct4: 15
    I would like to calcuate the accumlated value based on the data value, the caulcated result is at column Case 2:
               Case 1  Case 2  Rank
    Acct1: 10          23           3
    Acct2:    5           5           1
    Acct3:    8          13          2
    Acct4: 15              38       4
    I can easily use the rank function to rank the data value of "Case1", but after that how can I use this rank to cauculate the accumluated values? The data value may change, (from time to time, for example).
    Any good suggestions? Thanks in advance

    Hi There
    Try this script below. I have done this in the SAMPLE app. script may look crazy, but I have tested this and it works. Also what makes it a little more complicated is the fact that ranking can give you duplicate rank values, so I have designed this to get around that problem.
    Thanks
    Anthony
    SET UPDATECALC OFF;
    VAR AccountCount=0;
    VAR CurrRank=0
    /*Create blocks in case dimension as mine is sparse*/
    FIX(Local,FY13,BegBalance,Forecast,Working,"E01_101_1110",@RELATIVE("TotaltestAccount",0),"HSP_InputValue")
    DATACOPY "Case1" TO "Rank";
    DATACOPY "Case1" TO "Case2";
    DATACOPY "Case1" TO "Sequence";
    DATACOPY "Case1" TO "Case1Seq";
    ENDFIX
    FIX(Local,FY13,BegBalance,Forecast,Working,"E01_101_1110",@RELATIVE("TotaltestAccount",0),"HSP_InputValue")
    "Case2" = #missing;
    "Sequence"= #missing;
    /*Create a sequence for the list of accounts so that if you for any chance have a value that is the same the rank will give a unique rank value - because this becomes a problem later*/
    "Sequence"= (@SHIFT("Sequence",-1,"Acc1":"Acc5") + 0.00000000001);
    /*Rank case1 and add the sequence to give you the unique ranking and then * -1 to reverse the rank*/
    "Case1Seq" = "Sequence" + @RANK(SKIPNONE,"Case1",@RANGE("Case1",@RELATIVE("TotaltestAccount",0))) * -1;
    ENDFIX
    FIX(Local,FY13,Forecast,Working,"E01_101_1110",@RELATIVE("TotaltestAccount",0),"HSP_InputValue")
    /*Next rank the previous rank from above to now populate the unique ranking of case 1 in dec order*/
    "Rank"(
          IF(@ISMBR("BegBalance"))
    "Rank" = @RANK(SKIPNONE,"Case1Seq",@RANGE("Case1seq",@RELATIVE("TotaltestAccount",0)));
    ENDIF
    /*Populate the max ranking value to start the variable counter*/
    AccountCount = @MAXSRANGE(SKIPMISSING,"Rank"->"BegBalance",@RELATIVE("TotalTestAccount",0));
    CurrRank = AccountCount;
    ENDFIX
    FIX(Local,FY13,"Case2",Forecast,Working,"E01_101_1110",@RELATIVE("TotaltestAccount",0),"HSP_InputValue")
    /*Calculate the lowest case 1 value first or highest rank value, then make curr rank equal to highest rank -1 */
    "BegBalance"(
               IF(AccountCount == "Rank")
               "Begbalance" = "BegBalance"->"Case1" ;
                   CurrRank = CurrRank - 1;
               ENDIF
    /*Then loop through the process reducing the current rank variable by 1 each time*/
    LOOP(100)
    "BegBalance"(
             IF(CurrRank == "Rank")/* i.e rank ==4 */
          "Begbalance" = @MAXSRANGE(SKIPMISSING,"Case2"->"BegBalance",@RELATIVE("TotalTestAccount",0)) +"BegBalance"->"Case1";
              CurrRank = CurrRank - 1;/*then make rank == 3*/
               ENDIF)
    ENDLOOP;
    ENDFIX

  • Calculating the actual value when creating the input schedule on BPC NW 7.0

    Hello Experts,
    I have One questions regarding the calculation when building the input schedule.
    the structure of this input schedule is like this:
    CV: App01-time-entity-account-version-p_datasource ...
                      Plan Value   Actual Value
    Project       1000
    In the backend of BPC ,The Actual value is retrived from other system using BW DTP function, and with the monthly based line item.  We build the BPC-mutiprovider by the actual value cube and the plan data cube.
    From the BPC Office view, we want display the actual value by aggregating historice data till the month which user selected in the current view. These actual data is just the reference for user when they input the plan data. so we dont want these data stored in the application or database.
    Can anyone give us some hints?
    Thanks a lot in advance!
    Best Regards,
    Vivi
    Edited by: Vivi Sun on Jan 19, 2009 1:12 PM

    Vivi,
    Were you able to accomplish what you were looking to do? I would appreciate if you could share that info with us.
    Thanks.

  • How to pickup the Attribute Value

    FY09     Labor Hours     21014     No_Task_A     12385     USD          Actual_Project                    
                   Apr     May     Jun     Jul     Aug     Sep     Oct     Nov     Dec     Jan     Feb     Mar
    A     Tot_Project     Proj_Countz     30     31     31     31     27     29     25     25     24     28     25     24
         Tot_Project     Man_Mos     0.9996     1.0007     0.9999     0.9992     1.0001     0.9995     0.9994     1.0004     1.0001     1.0003     1.0004     1.0004
    Basically I am trieng to achive the Total Man Mon/Total project =0.9996/30.First I calculated the count of the Project Dimension and stored in Proj_countz member then the Man_Mon values are loaded from source.
    next we need to calculate Avm=Man_Mos/Proj_Countz->A. The Rank is Attribute dimension similarly we have to calculate for all the different Ranks (A,AA,etc) .I have tried to write the below calc but giving me the same value of Man_Mos It is not giving me a correct result hence please help me to resolve this issue.
    "Avm"(
    IF(@ISMBR("Tot_Project",@Attribute(A)))
    Avm=Man_Mos/Proj_Countz
    ENDIF;
    Thanks,
    Irsh

    Since you claim you have tried using DOM but it is not working, how can we help?
    Since I can see the Element entry in the JavaDocs has a getAttribute( "host") method that can return the "192...." value, and a setAttribute("host", newvalue) method that can set the attribute to a new value, I guess you did not get an Element, or do not know what to do with an Element. (This is a hint for you.)
    Post your code and someone may be willing to offer a suggestion.
    Dave Patterson

  • Null . Unable to understand the null value concept

    Dear friends, I am very confusied about the behavior of ----"null"
    and i take a String.The String value will come from data base ---- String inputString[This string value will come from database], In data base the value is null.
    now i am checking if the string "inputString" is null --will perform a work  if not then perform another work.
    so--
    inputStringFromUser.equals(null)
    System.out.println("In if block");
    else
    System.out.println("In else block");
    but it not working if the data base field is blank.
    but if i do ---
    inputStringFromUser==null)
    System.out.println("In if block");
    else
    System.out.println("In else block");
    it is working fine . why???
    please tell me why it is happning.

    I did not get any null pointer exception when i test
    if(inputStringFromUser.equals(null)
    y previous query have cleared.
    But i fell i am little bit of confused for this ---
    "can't invoke methods on a null reference, that gives
    NullPointerException".Can any one please explain.Here's the deal and here's what they're trying to say without any metaphors...
    inputStringFromUser is a String object right? the equals method is inherited from the Object object (java.lang.Object)
    but if inputStringFromUser is null, it means there's no instance of that String object...so if it's null you cannot access the equals method...this is why you need to use the == operator to see if it's null.
    hope that makes sense.

  • Any chance that Aperture 3 soon will support the RAW format files from Leica V-lux 3?

    Any chance that Aperture 3 soon will support the RAW format files from Leica V-lux 3?

    Were all just users here no Apple employees so no one can say (and if Apple was here they wouldn't say either)'
    It's just not the type of information Apple gives out. You can go  to Aperture->Provide Aperture Feedback to let them know you want his camera included. But when that will happen is anyone's guess.
    One strategy you can use for the time being is to shoot RAW + JPG (assuming the camera has this mode) and import both as a RAW+JPG pair making the JPG the master. Then when the RAW support comes out you can switch and make the RAW the master and process the file.
    There are other ways to deal with this until the camera is supported. Post back for more info.
    regards

  • Import from Leica M8 - Some images are duplicated in the import dialogue

    Hello,
    I bought Aperture 2 a few weeks ago and am using the most recent version to import images directly from my Leica M8. For reference, I am using a MacBook Air (SSD) with the Aperture Library on an external SATA USB drive (it's too big for my little SSD drive) which is connected to the MacBook Air using a very small Belkin USB HUB (not connected to the mains). The M8 is also connected to the MacBook Air using this HUB.
    The majority of the time, when I try to import the images the first few lines of images (at least the first 10 or 20) are displayed in the import dialogue correctly, however, as I scroll down through the images they suddenly start to be duplicated. The duplicate images are exactly the same in all aspects (format, exif info, filename, filetype, etc) except that they have (1) appended to the filename. I only shoot RAW (DNG format) and do not shoot RAW+JPG, so it is not a second jpg image. As soon as this happens with one image, it happens with all following images. Quitting, restarting, etc does not seem to have an effect on this although I have not tried extensively.
    It is also worth noting that very occasionally Aperture does see any images on the camera and the only way to get it to see them is to re-boot the Mac and it takes ages to shut down when I do this (spinning wheel in the middle of the screen before it re-starts.
    If I remove the SD card from the camera and use it in an SD card reader it imports perfectly, I also do not believe it to be a camera problem as I had the same problem with a different Leica M8 that had to be returned due to a fault. (One or two members of a Leica forum have also reported this problem on occasion and one user reported this consistently when using iPhoto).
    Does anyone have any suggestions for my problem?
    Thanks,
    Phillip

    Phillip,
    I have a very similar setup to yours:
    Apple MacBook Air SSD
    External USB 2.0 SATA hard drive
    (2) Leica M8 cameras
    I used this system, on the road, over the course of the past month, on an extensive project in which I shot and imported over 14,000 RAW picture files. Like you, I only shoot RAW, no JPEG, no RAW+JPEG.
    Only once did I notice a duplication in files from a card I imported. However, I cannot say whether it was a problem in the system or human error--I worked round the clock and got little sleep, so it is possible that I may have imported twice on one occasion. However, I know this is not what you are experiencing.
    One thing that seems to be different, is our workflow. I make it a policy to never attach a camera directly to the computer to transfers files, but instead, to always use a reliable card reader. I also make it a policy to reformat each card in the camera after every successful transfers so it will be primed and ready for next use. I never reformat a card through the computer and never delete files individually.
    Here’s my specific workflow with the setup listed above:
    1.) Shoot pictures in RAW (.DNG) format.
    2.) Transfer RAW files, by way of a USB High-Speed 2.0 card reader onto internal SSD hard drive and into a designated temporary hold folder.
    3.) Replace card reader with external 320GB USB High-Speed 2.0 hard drive.
    4.) Import RAW files off internal SSD into Aperture Library which resides on external hard drive.
    5.) Tag, review and confirm pictures with inside Aperture.
    6.) Take same memory card and transfer same pictures to a 250GB HyperDrive Colorspace for safety backup.
    7.) Delete files from designated temporary hold folder on internal SSD to free space up for next session of transfers.
    8.) Reformat memory card in camera.
    Once I return back to home base, I transfer my Aperture Project files into my Aperture Library on my Apple Xserve RAID setup.
    It’s a little cumbersome with the MacBook Air SSD in having an extra step involved in moving files around and swopping out a card reader for a external hard drive but it has served my needs and reduced travel load in weight and size a bit.
    I will look out for any future occurrences of duplicate imports and report them here. Additionally, feel free to contact me here, or through the L•Camera Forum, concerning any other issues with our similar setups.
    v.b.
    geoff

Maybe you are looking for

  • Approvers names are appearing as #######

    Hello SAP experts. I'm facing an issue in SRM portal. Users create  Shopping carts and the approvers names in the list is appearing as ######. The approvers name is in Greek so something is wrong with the character encoding. This is random. For some

  • Problem capturing PAL video into FCE HD

    I'm having a problem capturing video from a PAL MiniDV tape. The tape was recorded on a PAL camera during a shoot in India; when I got home with the tapes the cameraman gave me, I was unable to view them on (or capture them from) my (NTSC) Canon GL-1

  • Not able to acess forms server

    Hello, I installed the Weblogic server 10.3 & froms & reports 11g sucessfully, I able to run http://Forms11g:7001/console & http://Forms11g:8888/forms/formservlet after restarting i am not able to start any of them so i do the following things 1) .ba

  • How to initiate Live auction...

    Hi We are using SRM 4.0 and configured Live auction. In the smoketest UME logon is successfully verified. Then selected "Launch applet" button which opens new applet window which is totally blank with blue background.In the status bar it shows "Apple

  • Error during dimension building

    Hi All, Is there a way to move the members using alias names in outline using a load rule? I have two dimesnion build process, one to create lev 0 members in a dimension and the other to move these members under proper rollups. The first dimension bu