Prompt when processing a dimension

Hi,
When i am processing the account dimension i am getting a prompt Stating the the file name already exists in the location do i want to replace it.
This only comes up on one machine is there a way to stop this prompt from coming up.
Many thanks

Hi
We also have this problem.
We have a TS setup and i have narrowed it down to the fact that if more than one user is processing or using the Dimension file in their user sessions the error comes up.
Hope this helps.

Similar Messages

  • How to choose the right foreign key to be used when processing a dimension

    Hi,
    here is the problem I'm facing : I need to create a dimension in my cube from the table dimDocumentVente.
    Here are the relations between my tables in SQLServer.
    dimDocumentVente
        ID
        ID Article
        ID GroupeComptaProduitTVA
    dimArticle
       ID
       ID GroupeComptaProduitTVA
    dimGroupeComptaProduit
       ID
       Code
    with Foreign keys between :
    - IDGroupeComptaProduit  in dimDocumentVente and ID in dimGroupeComptaProduit
    - IDGroupeComptaProduit in dimArticle and ID in dimGroupeComptaProduit
    - IDArticle in dimDocumentVente and ID in dimArticle
    In this dimension (based on dimDocumentVente), I add the information ID from dimGroupeComptaProduit.
    When I process the dimension, I see in SQL Profiler that the relation between the 2 tables is done using dimArticle, which is not what I want to do. I want to use the relation which is between dimGroupeComptaProduit and dimDocumentVente.
    Is there a way to tell SSAS, that I want to use the foreign key between dimDocumentVente and dimGroupeComptaProduit to calculate this attribute ?
    From the user point of view, the information contained in the table dimGroupeComptaProduit contains information linked the the VAT rate. This information is linked to the items in our ERP (Dynamics NAV), and when we create a new order, this information is
    copied in the order line and the user has the possibility to override it. So in the cube, it's interesting to both analyse from the value stored in the item and the value stored in the order. That's the reason why !
    Thanks in advance for your help.

    Thanks for your answer but unfortunately, that's not exactly what I'm looking for.
    I mean, I want to create a dimension based on table dimDocumentVente in which I want to include the information "code" coming from dimGroupeComptaProduitTVA table.
    Please see below.
    As you may notice, I have several foreign keys.
    When I process the dimension, I see in SQL profiler that SQLServer is using the relation between dimDocumentVente and dimArticle plus between dimArticle and dimGroupeComptaProduitTVA to process my dimension. It's necessary for me that instead, it uses directly the
    relation between dimDocumentVente and dimGroupeComptaProduitTVA. Is there a way to change this  ?
    Thanks.

  • Getting error when processing dimension

    Hi All,
             I am working on BPC5.1.when iam processing the dimension iam getting the error.
    in OPTIMIZE SCHEMA---Skip optimize schema step,
    in UPDATE OLAP----
    Skip updating OLAP step..
    RESULT---FAIL...
    this are the errors iam getting.can some body help me in solving these issues..
    All the best.
    Regards,
    Naresh.K..

    Hi Sorin!
    Our technical team managed to find the immediate cause for the problem, and a solution.
    According to them there was a corruption on a speciffic OLAP file. By deleting it, they allowed it to be recreated on the next application processing. The file in question was found in \Microsoft SQL Server\MSSQL.2\OLAP\Data\UGF.0.db\<APPLICATION>.38.cub.xml
    Where <APPLICATION> is the name of the problematic cube.
    After that everything is working.
    I still don't know why the file was corrupted, but at least now we have a quick & repeatable solution in case this happens again.

  • Error when processing dimensions

    Hello,
    I'm working with BPC 7.0 NW and I'm trying to process the dimension P_ACC (copied from the APSHELL directly) and I get the following errors:
    "Failed to expand K2 function for dimension P_ACCT's member formulas" and
    "MDX statement error:"You do not have the authorization for component !!"
    Any idea about how to solve this erros?
    Thanks and regards,
    Ana

    Hi Ana
    Its called MDXLib.lgl not MDX.lgl
    find that in the appset apshell and try to copy the same in similar path in your appset.
    I think it must be in logic files folder not sure of exact path.
    But that should not be issue here since you are using direct MDX Query, can you just remove that one formula and process dimension and then remove the cache
    Then add back the formula and then see how it works, then try using some other account for now as divisor (Denominator) and see what happens
    Thanks and Regards
    Harish B K

  • Error for the fact table while processing the cube - attribute key cannot be found when processing

    Please help as I am new to SSAS and this is urgent requirement. This is a MOLAP cube and below is the error that I am receiving when processing the cube. The cube is set to Prrocess Full. Several similar errors are popped up for various dimensions.
    "Errors in the OLAP storage engine: The attribute key cannot be found when processing: Table: 'Fact_Table', Column: 'ID', Value: '1'. The attribute is 'Id'. Errors in the OLAP storage engine: The attribute key was converted to an unknown member because
    the attribute key was not found. Attribute Id of Dimension: 17 - Ves - PoC Cont from Database: DB, Cube: IPNCube, Measure Group: iSrvy, Partition: Partition1, Record: 1."
    Thanks in advance.

    Thanks for the recommendations David.
    It will be really great if you can clear some of my doubts:
    To my information, all the dimensions need to be processed first and then the fact table will be processed.
    So if the ID's are not present in the dimension tables, then it should not be present in the Fact table either.
    Here we found null values in the dimension table and the ID's were present in the Fact table. What might be the reasons causing such situation?
    Also how frequently the cube needs to be processed? Currently the ETL which processes the cube, is scheduled in a SQL Job Agent on hourly basis everyday. 
    Is there any possibilty that the cube might be under processing state and the SQL job for the next run getting executed trying to access and process the cube while it was still processing?

  • Duplicate attribute key found when creating a dimension

    Good Afternoon,
    I created a cube with dimesnions and all is working fine. I created three dimension ZONE,BLOCK and STREET and these are reltated to the FACT table and all is well. But i was thinking since these 3 dimensions are related and coming from the same table, why
    not just create one dimension with ZONE as the primary key and the heirarchy as zone>block>streetname. In the DSV i created a named query.
    SELECT DISTINCT ZONE, BLOCK, STREET
    FROM dbo.MYTABLE
    group by zone,block,street
    order by zone,block,street
    Please see the sample dataset as well, where when i process the DIMENSION fails with an error that the "Duplicate attribute key was found, column name:Zone, value:1). I know zone and also the other two columns when processed are repeated more than once
    and hence this, is there a way to get what i want.
    ZONE BLOCK STREET
    1 0 Chesapeake
    1 0 East Market
    1 0 East Maryland
    1 0 East Washington
    1 0 North Capital
    1 0 North Delaware
    1 0 North Illinois
    1 0 North Meridian
    1 0 North Penn
    1 0 South Delaware
    1 0 South Illinois
    1 0 South Meridian
    1 0 South Penn
    1 0 Virginia
    1 0 West Georgia
    1 0 West Jackson
    1 0 West Market
    1 0 West Maryland
    1 0 West New York
    1 0 West Washington
    1 100 East Washington
    1 100 East Market
    1 100 East Maryland
    1 100 East New York
    1 100 East Ohio
    1 100 East Washington
    1 100 North Alabama
    1 100 North Capitol
    Thanks
    SV

    Thanks Richard and SS. This is what i did.
    1) In the DSV i created a new named query, the same one i used.
    2) Set Primary Key on Street.
    3) Created a dimension STG_ZBS_DIM and while creating the heirarchy , i draged and dropped the fileds in the following order (zone>block>street).
    4) Tired to process , but getting the same error, except this time at the street level.
    What else i did was changed the primary key back to Zone, went into the attribute relations and set the relation from Zone to Block and then Block to Street, saved and processed and this time i got the error at the block level :-(
    Thanks
    SV

  • Errors in the OLAP storage engine: The attribute key cannot be found when processing: Table: performance_fact

    Hi
    We are using SSAS 2008 r2 and have a cube on our data warehouse, this has been running fine for quite a while now.
    However it failed yesterday with the error message:
    Errors in the OLAP storage engine: The attribute key cannot be found when processing: Table: 
    'Performance_Fact', Column: 'accountexternalId', Value: '9474'. The attribute is 'External Id'."
    Errors in the OLAP storage engine: The process operation ended because the number of errors encountered during processing reached the defined limit of allowable errors for the operation." 
    An error occurred while processing the '2011' partition of the 'Fact' measure group for the 'DB' cube from the DB database.
    Please can someone help me to resolve the error, I don't understand what it means.
    Thanks

    Hello,
    The error means that you have a key in the fact data which don't exist in the related dimension. Ensure that the dimension is also processed so that it contains all used keys.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • A duplicate attribute key has been found when processing

    Hi
    When I process one of my dimensions it fails and I get the following error:
    Errors in the OLAP storage engine: A duplicate attribute key has been found when processing: Table: 'Customers', Column: 'DisplayName', Value: 'Stephen Grant'. The attribute is 'Display Name'.
    I don't know if this is significant, but the attribute to which it is making reference was added through BIDS 2008 (the cube was originally created with BIDS 2005). 
    There are no duplicates of 'Stephen Grant' in the DisplayName column. Not that it should matter if there were as this attribute has a cardinality of Many, with an rigid attribute relationship directly to the dimension's key attribute. The Key column for the Display Name attribute simply refers back to the same (DisplayName) column in the table.
    If I delete this record, or even just update the DisplayName field from 'Stephen Grant' to something else, the dimension processes just fine. I can't work out what it is about this record that is stopping the dimension from being able to process.
    Can anyone help me figure out what's going on?
    Julia.
    P.S. I am using SSAS 2008 on Windows Server 2008

    Hello there,
    Does anybody has the complete resolution for duplicate entries data. I am showing the data below .
    RegionName
    BranchName
    LoanOfficerFullName
    PRIME - TEAM NORTHEASTERN
    CALIFORNIA
    ALONA  HAYES
    PRIME - TEAM WESTERN
    RENO-DAMONTE RANCH
    VINCENT LOTITO
    PRIME - TEAM WARTON
    NEWARK (Chicago)
    CHRISTOPHER CLIFTON
    PRIME - TEAM WARTON
    GRAND HAVEN (West Michigan)
    SEAN  FOLEY
    PRIME - TEAM SALMANS
    LAWTON (Amarillo)
    THOMAS  STEARNS
    PRIME - TEAM BARTON
    CALIFORNIA
    ALONA  HAYES
    PRIME - TEAM ROBINSON
    LAS VEGAS
    ANGELA DEATON
    PRIME - TEAM ROBINSON
    LAS VEGAS
    HERMAN  VANDER VELDT
    PRIME - TEAM ROBINSON
    LAS VEGAS
    DAWN ROBINSON
    PRIME - TEAM ROBINSON
    LAS VEGAS
    MICHAEL  BIRK
     Here i have the Hierachies in order LoanOfficerFullName-->BranchName-->RegionName. Loan Officer is the lowest level. I had created another column and make that unique entries so that I could make the unique column as the Key and the hierachies i have linked with the key column value. The issue
    is that i am getting the expected result in OLAP  from data side. But the data is not getting aggregated like Team Barton is coming twice though for the Dimension I make IsAggregatable property to True. If anybody can help me I will aprecciate. If any other clarification need I can provide.

  • Error when build cube - A duplicate attribute key has been found when processing...

    Hi all,
    I got an error “Errors in the OLAP storage engine: A duplicate attribute key has been found when processing: Table…” when built new cube. It looks strange in my case. I created a small example to re-produce this error as below:
    I create a data source table as below
    AgencyName(varchar(50))-----MediaSpend(float)
    OE------------------------------------100
    Œ-------------------------------------200
    Then I create a cube base on this data source with a dimension AgencyName and 1 Measure MediaSpend.
    The error happened again. This look link a special case when ‘OE’ and ‘Œ’ existed in a dimension.
    Do you have any ideas on this?
    Thanks,

    Hi khoana,
    Here is a similar thread about this topic for your reference, please see:
    A duplicate attribute key has been found when processing:
    http://social.technet.microsoft.com/Forums/en-US/sqlanalysisservices/thread/7c72639b-a050-4243-9f1d-4da906e981d5/
    Regards,
    Elvis Long
    TechNet Community Support

  • Errors in the OLAP storage engine: The attribute key cannot be found when processing

    this is the absolute worst error message in all of computing.  I despise it.  Here is my situation.
    SSAS 2008 R2.
    I have one dimension.  I have not even built my cube yet.  only a dimension.  I am trying to process it.  I can process it when I only have a single attribute, they key.  it is a composite key.  When I add a new attribute (integer),
    I get the error message.  There are no null values.  There are no blanks as its an integer. 
    The attribute key cannot be found where?  I'm processing the dimension you idiot.  there is not even a cube yet in order for any key to be found or not.

    Hi Baracus,
    According to your description, you get the error "Errors in the OLAP storage engine: The attribute key cannot be found when processing" when processing your cube, right?
    Generally, the detail error message should like
    Table: 'dbo_FactSales', Column: 'ProductID', Value: '1111'. The attribute is 'Product ID'
    The above error explains that the fact table named "FactSales" contains column ProductID with value "1111" but the same  ProductID  is not present in your dimension table. There is a primary key - foreign key relationship exist
    between the ProductID column of dimension table and fact table named "FactSales" and cube is unable to find ProductID with value 1111 in the dimension table.
    At this time, what we need to do is to check either your dimension and fact table contains the value mentioned in the error message (  Value: '1111' in the above example). Here are some links about troubleshoot this issue, please see:
    http://www.businessintelligence-solutions.com/ssas-typical-error-attribute-key-processing/
    http://www.youtube.com/watch?v=5O7IAjvtAF4
    If this is not what you want, please provide us more information about you issue, so that we can make further analysis.
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • Errors in the OLAP storage engine: A duplicate attribute key has been found when processing

    Hi dear MSDN Community,
    I am facing a problem while processing a cube with a customer hierarchy as follows:
    Global Account --> Main Customer --> Master Customer --> Customer
    The data comes from a flatted parent child table, that is, I create an extra column for every level of the hierarchy in the customer view. If a level is empty, then the value is filled with the previous value. Then I can use the property:
    HideMemberIf = OnlyChildWithParentName for the intermediate levels (Main and Master Customer)
    HideMemberIf = ParentName For the leafs (Customer)
    HideMemberIf = never for the root (Global Account)
    Consider this example:
    Then, for the root level I am using as the key the fields in yellow in order to avoid duplicates. However, I am getting the error message "Errors in the OLAP storage engine: A duplicate attribute key has been found when processing" while processing.
    I analyzed the query that SSAS issues to the server (select distinct ....) and I think it should work but it is still failing.
    I had similar problems with the intermediate levels but I was able to solve it using a similar procedure.
    Any help will be appreciated.
    Kind Regards.

    When are you having this error? While processing the dimension or during cube processing?
    http://blog.oraylis.de/2013/08/a-duplicate-attribute-key-has-been-found-during-processing-revisited/
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Errors in OLAP storage engine when processing application

    Hi
    After changing a logic in the application, we processed the application but it did not complete successfully due to the following error:
    Error message:: CreateOLAPCubeForApplication:CreateCube:Errors in the OLAP storage engine: The attribute key cannot be found when processing: Table: 'dbo_tblFactQuality', Column: 'QACCOUNT', Value: '%ACCOUNTS%'. The attribute is 'QAccount_ID1'.
    When trying other applications they showed errors with reference to the measure group, e.g.:
    Error message:: Errors in the metadata manager. No dimension relationships exist within the 'Ownership' measure group.
    Thanks for your help.
    Melanie

    Hi,
    This kind of error will come when you have some invalid member defined in your fact table. you can use the following SQL query to check it.
    select * from tblfact"yourapplication" where "dimension" not in (select id from mbr"dimension" where calc = 'N')
    The same query needs to be run in wbtable and fac2 table.
    These selection should return 0 records.
    If it is returning something then you have to delete these records (replace "select * "with delete).
    You can run this for all the applications and all the dimensions. However, I believe, you can check in your Quality application and the QACCOUNT dimension.
    You can see for which dimension, there is an invalid member. This member might be getting created through one of your script logics.
    Hope this helps.

  • Error in Processing Material Dimension

    Hi
    We are on BPC 7.5 MS. The Material Dimension has 70000 (SEVENTY THOUSANDS MATERIAL IDS).
    When we are porcessing from the front end through BPC Admin COnsole, its taking about 3 hours to process and also at the end its saying the "THREAD WAS BEING ABORTED"
    We are using the SSIS Task to create and process the Material Dimenion . Since we ar eloading daily we are processing the dimension also daily. The package status is shoiwng successfuly , but when we are going to access the BPF where the MATERIAL DIMENSION is designed as Data Region its given an error " YOU ARE NOT AUTHRIZED TO ACCESS THIS ACTION" But at the same time when we are processing the dimension form the front end the BPF is accessing but there is a error message at the end of the Dimension Processing.
    Can any body throiw some light on the same.
    Thanks
    Viv

    Hi Sorin
    Thanks for your reply.
    To let you know. We went live 10 days back. We are using the SSIS Admin Task to create & process the Dimension. The material Dimension is getting processed every day and the data load is also happening daily.
    But suddenly from the last Wednesday we have faced this issue.
    We have configured BPF with Drive Dimension as Material & Time. Initially the BPF was also working fine. But from last Wednesday after the Material Dimension  the planners cannot access the BPF.
    To update your queries, we have only one Hierachy but we have 10 properties and we are creating the Hierarchy and the Properties at the run time. There are no Dimension Formula
    Till yesterday the packages that we had scheduled at Midnight were successfully running both for Creating  & Processing Material Dimension and also Append to Fact Table was also working fine.
    Looking forwards to hear from you .
    Thanks & Regards
    Viv

  • Send Message Process prompting for "Process Chain to Check"

    Hi, When I insert a "Send Message" Process into my chain I do get prompted to select the message. 
    1. When I do a pull down I am getting prompted for "Process Chain to Check". 
    If I select my current process chain I get an abend.
    2. When I click create instead of select I get brought to a table maint "Controls the execution of Process Chains".  It has process chain, Start Date, Start time, and an inactive checkbox.
    Any guesses why it's asking for "Process Chain to Check"?
    What is this maintenence table I'm being brought to just to create a message.
    Sounds Like I've run into a bug?????
    Can you help???

    Found out this must be related to development from a previous consultant..
    thanks

  • Error when processing cube

    Hi, we are currently having problems to process the SSAS cube connected to MS System Center Service Manager. (SCSM)
    Not very experienced with SSAS, but know the interface from Management Studio or from BIDS.
    The error we are getting in Management Studio when trying to process just the one measure-group is:
    <return xmlns="urn:schemas-microsoft-com:xml-analysis">
    <root xmlns="urn:schemas-microsoft-com:xml-analysis:empty">
    <Exception xmlns="urn:schemas-microsoft-com:xml-analysis:exception" />
    <Messages xmlns="urn:schemas-microsoft-com:xml-analysis:exception">
    <Error ErrorCode="3238002695" Description="Internal error: The operation terminated unsuccessfully." Source="Microsoft SQL Server 2008 R2 Analysis Services" HelpFile="" />
    <Warning WarningCode="1092550657" Description="Errors in the OLAP storage engine: The attribute key cannot be found when processing: Table: 'ReviewActivityDim', Column: 'ReviewActivityDimKey', Value: '25664'. The attribute is 'ReviewActivityDimKey'." Source="Microsoft SQL Server 2008 R2 Analysis Services" HelpFile="" />
    <Warning WarningCode="2166292482" Description="Errors in the OLAP storage engine: The attribute key was converted to an unknown member because the attribute key was not found. Attribute ReviewActivityDimKey of Dimension: ReviewActivityDim from Database: DWASDataBase, Cube: SystemCenterServiceCatalogCube, Measure Group: ReviewActivityDim, Partition: ReviewActivityDim, Record: 25665." Source="Microsoft SQL Server 2008 R2 Analysis Services" HelpFile="" />
    <Error ErrorCode="3240034310" Description="Errors in the OLAP storage engine: The process operation ended because the number of errors encountered during processing reached the defined limit of allowable errors for the operation." Source="Microsoft SQL Server 2008 R2 Analysis Services" HelpFile="" />
    <Error ErrorCode="3240034318" Description="Errors in the OLAP storage engine: An error occurred while processing the 'ReviewActivityDim' partition of the 'ReviewActivityDim' measure group for the 'SystemCenterServiceCatalogCube' cube from the DWASDataBase database." Source="Microsoft SQL Server 2008 R2 Analysis Services" HelpFile="" />
    <Error ErrorCode="3240034310" Description="Errors in the OLAP storage engine: The process operation ended because the number of errors encountered during processing reached the defined limit of allowable errors for the operation." Source="Microsoft SQL Server 2008 R2 Analysis Services" HelpFile="" />
    <Error ErrorCode="3239837702" Description="Server: The current operation was cancelled because another operation in the transaction failed." Source="Microsoft SQL Server 2008 R2 Analysis Services" HelpFile="" />
    </Messages>
    </root>
    </results>
    </return>
    Would appreciate it with some help to find the reason for this.
    In our QA env its working perfectly, and the setting should be the same.
    (Not same data)
    I have got one advice that the data in the dimension table is not present in the fact table, but my question: How to find the related fact table?
    Thanks in advance.

    Hello, 
    It seems any of your Key column value is present in the Fact table but that column key value is not present in the dimension table .
    Lets example :-
        Dim table                                                            Fact Table 
    ID    Sub      Class                                         ID    Submarks1  
    Submarks2   Submarks3       totalmarks 
    1         Math      X                                              1      20    
                   30                  40             90  
    2          English  X                                              2      30      
                  40                  50           120
    3           Hindi    X                                              3      10    
                     10                 10             30
                                                                            4
          20                      20                 15            55
    Your Id =4 is present in fact table but it is not present in Dim table . So you are experiencing the issue 
    blog
    Hope this will help you !!!
    Sanjeewan
    Thanks Sanjeewan, but I am really not sure what is my fact table, I have a clue that the 'ReviewActivityDim' is my dim table.
    Could you give me a hint to how to find it?
    Bobby.

Maybe you are looking for

  • What's with Spotlight?

    I've never cared much for Spotlight, which is way overkill for my needs some 95% of the time. In 10.4 it was dog slow also, so I used EasyFind. In 10.5 it's faster, so I've been using Spotlight, though it's annoying that I have to manually switch to

  • Extended Withholding tax in VIM

    Hi , We are EHP 6 and we are implementing Open Tax for our new company code Philippines .  We have activated EXTENDED WITHHOLDING TAX " functionality in SAP and want to use same in Open text . We are using VIM 6 . Can you please help us on this? how

  • Add a jar file to Java load path at run time

    Hi I loaded my file successfully , but when I tried to use the driver to connect to the DB , I get java.lang.ClassNotFoundException: com.ibm.db2.jcc.DB2Driver Here is my class import java.net.URL; import java.io.IOException; import java.net.URLClassL

  • I have a canon 5d mark 3 but cant see my photos in lightroom

    i have a canon 5d mark 3 but cant get my photos to appear in lightroom.....and all the help topics then revert to photoshop solutions

  • Finder does not display external devices

    Today when I woke up, and turned on my macbook, and connected my time machine and 'general use' disk, they didn't appear on the desktop. Not in the finder under devices either. According to terminal they're both mounted. Other programs can access fil