Optimize Application

Hi Expert,
When I've done the optimize application on Finance. I get the message error like this:
  - CubeProcess : Errors in the OLAP storage engine: The attribute key cannot be found: Table: dbo_tblFactFinance, Column: INTCO, Value: "I_" & 6000.
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.
Errors in the OLAP storage engine: An error occurred while processing the 'Finance' partition of the 'Finance' measure group for the 'Finance' cube from the Bentoel database.
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.
Internal error: The operation terminated unsuccessfully.
I also try to check the data on the table of "tblfactfinance" using the filter Intco='I_6000'. It's data have in that table.
You have any ideas please ?
Thanks,

Wandi,
I think the error is because there are invalid records in the facttable with a wrong intco member. Try to run the following query to see if it gives any result:
select * from tblfactfinance where intco not in (select id from mbrintco)
select * from tblfactwbfinance where intco not in (select id from mbrintco)
select * from tblfac2finance where intco not in (select id from mbrintco)
If this returns any records this is the cause of the error. In this case run :
delete from tblfactfinance where intco not in (select id from mbrintco)
delete from tblfactwbfinance where intco not in (select id from mbrintco)
delete from tblfac2finance where intco not in (select id from mbrintco)
If the error keeps coming back after the delete it might be that the invalid records are generated by a piece of logic that has a typo in it. In this case investigate what is the root cause of the invalid records.
-Joost

Similar Messages

  • Optimize application does not empty FAC2 and FACTWB tables

    Hello everyone,
    I am currently using OutlookSoft 4.2.338 and recently came across the following problem:
    Optimize application fails to empty FACTWB and FAC2 tables, even though it says "Successfully finished"
    -Whenever I run an optimize process directly (= not scheduled), it takes less than one second and the message "Successfully finished" pops up. However FAC2 and FACTWB are NOT empty
    - When I schedule an optimize proces, the log usually states "Fail"... (But not every time, it 's a bit random here)
    - The problem occurs with one specific application in one specific appset (that contains 3 applications, the other 2 can be optimized just fine)
    - The application contains a fairly large number of records (close to 20 millions) and, yes, some records have a "source" value at 1.
    However, the same application, on a different server, with a bigger number of records (and more "1" source values!) optimizes just fine.
    - The problem is not appset or server related, as other applications can be optimized without problem
    - The application has data imports scheduled every night, and the FAC2 table keeps growing
    - Data sent through an Input schedule stay in FACTWB.
    Did anyone come across this sort of issue before?
    Any suggestion as to how to be able to optimize the application again? (apart from moving the records manually from FAC2 to FACT...)
    Many thanks in advance
    David

    Hello,
    Unfortunately there is no such table. The only table where some mention of optimization is made is tblPackageLog, where the log of optimization tasks is recorded.
    Thanks to both of you anyway.
    David
    PS: Actually your answers gave me the clue I needed, many thanks! On version 4.2, the table tblDefaults stores the optimization status
    The query
    select * from tblDefaults
    where KEYID ='Optimize'
    and APP=  App name
    showed that the value was somehow set to 1, preventing any optimization. I manually set it to 0, and that did the trick!!!
    Many thanks again guys!
    Edited by: David Placci on Mar 2, 2012 1:50 PM
    Edited by: David Placci on Mar 2, 2012 2:44 PM

  • Server time out by full Optimize application process

    Hello,
    we have problem with full optimize application processing. We have got error message "Server time out"  on the Processing OLAP Database.
    our test environment on the VM x64bit, Server 2008
    Please anybody helps me to solve this issue.
    P.S. other optimize processes are workable (lite and Incremental)
    Thanks
    Arai

    Hi,
    Please see Note 1277009.
    This might resolve your issue.
    Karthik AJ

  • NAM Report Analyze -- Wan Optimization -- Application Performance Analysis Report

    Hello,
    Transaction Time (Client Exprerience) report does not show optimized traffic. For this graph what we expect is to show side by side the transaction time of optimized and non optimized traffic side by side to give information about the baseline and optimized application performance.
    May it be that the optimization should be disabled for some time for the Wan Sites, and after some time manually reenabled in order to compare these values?  This should be difficult for large deployments since manually disabling and reenabling for performance analysis time taking task.
    Best Regards,

    Mohammed,
    It is common, in many of the Cisco Express 8.5 environments we have looked at, for the Total Incoming Calls given on a Traffic Analysis report to be a higher number than an Application Report.
    The Traffic Analysis Report counts every unique sessionID (unique call) that is inbound (contact type of 1).  The Application Reports do a similar thing but qualify (filter) only the records that have an application assigned.
    There are simply times where inbound calls have been directed to an "agent" without having an applicaiton assigned.
    The best thing the reporting user can do is to run a query on his or her database such as: 
         select * from ContactCallDetail where contactType=1and startDateTime > '2012-11-16 10:00:00' and startDateTime < '2012-11-16 11:00:00';
    Usually when an application is not assigned to the record in the ContactCallDetail table it is because the destination type is equal to 1, which is an 'Agent' instead of a 'route point'.
    So if you modify your select statement to filter by destinationType, you can quickly find the records that don't have the application assigned. 
    Example:  select * from ContactCallDetail where contactType = 1 and destinationType = 1 and startDateTime > '2012-11-16 10:00:00 and startDateTime < 2012-11-16 11:00:00';
    When you look at these records, you will see the agent that took the call from the destinationID field.  The number in that field should match up with the field called 'resourceID' in a table called 'resouce';
         Example:  select * from resource where resouce=6011; where 6011 was the number you found in the destinationID field.
    If there is still confusion about the source of the call - then talk to that agent and find out what is was.
    Good Luck and let me know if you need further help.
    Ron Reif
    [email protected]

  • WAAS 7341 uanble to optimize application runnnig with browser IE7

    Hi,
    I'm having Cisco WAAS 7341 with version 4.1.5.F
    Aplication running on browser IE7 are unable to optimize the connection on WAAS where as the application running on browser IE6 are able to optimize the connection on WAAS.I do not find any bugs related to current version
    Pl. let me know if any tunning needs to  be done on WAAS or on browser.

    Hi
    When you refer an application running with browser IE7, I think you are referring to an HTTP application.
    Do you see HTTP AO enabled? sh accelerator is the command to check it out.
    Do you see the connection showing up as THDL on your WAAS box? sh stat connection client-ip
    Regards
    Rama

  • Admin Task - Optimization application

    Hey Experts,
    I am trying to build an SSIS package to optimize a BPC application using the Admin Task tool.  I am enter the AppSet and Server\UserID.  I select my Application in the application box. 
    I am simply trying to select 'Full' as my 'Optimize method'.  However, I do not want to do a 'Compress database'.  When I close the admin task and go back into editing the admin task, I see that the 'Compress Database' box is checked.  It appears that if I uncheck the box and close and run the SSIS package, it appears that the package is doing the full optimization, but it still compresses the main fact table even though I unchecked the 'Compress Database' box.
    Why is the AdminTask in SSIS checking the 'Compress Database' box even though I am checking it off?  How can I do a Full Optimization without a 'Compress Database' in SSIS?
    Any help is appreciated.
    P.S. We're running BPC 5.1 with SQL Server 2005.

    I have found that not all the custom bpc task dialogs work as expected.   You could set the value manual in the properties pane within ssis instead of using the dialog (COMPRESSDATABASE value to 0). 
    Or you could set the task values for the appropriate properties in the Advanced tab editor via eData > Organize package list. 
    A good place to look is in the examples package at the Admin_Optimize.dtsx package.  Then you just hardcode the value for the property and remove the associated Prompt.
    TASK(Admin_Optimize,COMPRESSDATABASE,0)

  • Problem Modify and optimize an application

    We have problem using modify application and optimize application on a specific application.
    The application name is GPFormat.
    When we do a modify application and choose "Reassign SQL Index" we get the following errror message:
    Error message:: Cannot drop the index 'dbo.tblFACTGPFormat.IX_tblFACTGPFormat', because it does not exist or you do not have permission.
    And if we do an optimize application with "Full Optimize" and "Compress database" we get the following errror message:
    Error message:There is already an object named 'CONSTTBLFACTGPFORMAT' in the database.
    Could not create constraint. See previous errors.
    We using BPC 5,1 SP5 and SQL2005

    It seems a previous run of optimize with compress was failing.
    So you have to rename CONSTTBLFACTGPFORMAT table and make sure that installation user
    of SAP BPC has the correct access regarding table tblFactGPFFormat.
    Are you using custom indexes for this table?
    I suggest to drop the existing cluster index for table tblFactGPFormat and after you have to run another optimize with compress. This should fix all your problems.
    Regards
    Sorin Radulescu

  • Where is process application in NW?

    Hello I have worked till MS version till now, On NW side, I dont see an option to process application. help.sap wasnt much of help in this case, any suggestions?

    Hi Zack,
    There is no separate option of Processing dimension in BPC NW, but yes you can optimiza applications. You need to go to Modify Application and click on Modify, it will automatically process application.
    Hope this resolves your issue.
    Rgds,
    Poonam

  • BPC 4.2 Optimization error (object variable or with block variable not set)

    Hi All,
    I am getting the following error when I try to optimize application from the front end:
    Run-time error '91':
    Object variable or With block variable not set
    From the back end the optimization works just fine. This is the new application I created from the AppShell. As soon as I created this new application set, I tried to run optimization and I am getting this error. Optimization in the AppShell works just fine. I wonder what the problem is since this is a brand new application set. I tried a few things all day yesterday and day before but in vain.
    We are using BPC 4.2 (OutlookSoft CPM). Any help is greatly appreciated, the sooner the better.
    Thanks in advance!

    Depending on your version of 4.2, here are two possible issues and remedys.
    Possible issue #1
    Do you only have 1 application in the appset? - Add another application.
    Possible issue #2
    This problem will occur if you have copied 4.2 SP2 Apshell or copied an existing appset.
    This happens when a table named tblAdminTaskMessage exists and a stored procedure named INPUTMESSAGE does not exist.
    The table and stored procedure are created when you run optimize for the first time and when you make copy of Apshell that has been optimized once, it can copy the table but it cannot copy the stored procedures.
    The workaround is to delete the tblAdmintaskMesssage table in SQL Enterprise Manager within the problem appset.
    Hope this helps.

  • Execute Optimize Outside of SAP BPC

    Hi Guys,
    I am at a client that would like their internal IT people to be able to optimize applications without having access to the SAP BPC data for governance reasons. We are having heavy performance issues due to the fact that the WB tables are growing too quickly.
    Would they be able to use the Admin_Task in their own SSIS package, modify the package to perform a lite optimize and execute the package via a trigger (when the WB table reach a certain record count)?
    Would they require admin access to the system for this package to work? Has anyone set up a solution like this before.
    If this would not work, what do you suggest?
    Regards,
    Andries van den Berg

    Andries,
    Why don't you schedule the optimisation.
    SAP provide both DTS and DTSX packages which can be used to optimise the application as you desire.  I use them myself.  through the data manager I created a scheduled task to run every 4 hours and run a lite optimization if there is above a certain threshold of records in the write back table.
    From your description this would meet your needs.  It creates a scheduled task that is run by the servers schedule process. This task could probably be used by your IT to run the process on an ad hoc basis.
    Doing it this way means that IT does not need to get involved, and it runs as a back ground process.  The running of the optimisation appears in the DTS log within the application where it is set up.
    Regards,
    Mark

  • No difference using web optimizer

    so I'm using a very popular web optimizer.
    But quite honestly I don't see a difference between the optimized version
    and the non-optimized version.
    Both versions load the same, look the same, etc.
    Actually, I even think the optimized version loads a bit slower.
    Is there some definite way that one can tell if the optimizer application is
    helping, or do you just have to eyeball it? Or just trust them when they say that they
    help, even though it doesn't look like it?
    thanks!

    Have you tried the two versions with a PC running Internet Explorer? That's where you should see some difference. IE is a known terrible browser and use of a web optimizer can make the difference between IE viewing the site or not. The most knowledgeable user in that area is Roddy McKay.
    If you have a computer with a slow connection you should try both versions. Just trying it with a Mac and a fast internet connection will not be that different.
    I use Web Site Maestro with my sites on MobileMe and found that the site sizes are reduced buy up to 40% which will translate into faster loading under difficult circumstances.
    OT

  • Using applescript to open "any" images in an specified application?

    I want to use applescript as part of a workflow in Automoator.
    Automator already takes care of the renaming and resizing of my pics.
    Then I want applescript to take each pic that I throw at it and apply it to an image optimizer application I have.
    I've looked all over gooel and I can' find anything.
    Everyscript I see has a specific file name or folder.
    I want applescipt to take a file with any name and launch "ImageOptim" and open the file with ImageOptim.
    This app is a drag and drop app, just drop your pictures on the window or on the icon and it'll optimize your pics on the spot. It doesn't create a new file, the file itself is changed.
    And that's it.
    I had this but it doens't work
    set this_file to choose file without invisibles
    try
              tell application "Finder"
      activate
                        open application file "ImageOptim.app" of folder "Applications" of startup disk
                        set this_image to open this_file
              end tell
    end try
    Thanks for the help.

    Red's already shown you one solution, but your script has multiple errors and it's worth clarifying them
    set this_file to choose file without invisibles
    OK, nothing wrong with this line
              tell application "Finder"
      activate
    There's no need to activate the Finder to perform this task. The Finder's quite happy to run in the background.
                        open application file "ImageOptim.app" of folder "Applications" of startup disk
    This opens the application.
                        set this_image to open this_file
    This would open this_file - except that this command is completely independent and disconnected from the previous command - in other words you're just telling the Finder to open the file, it doesn't care about what other commands you might have asked it to run previously.
    The solution is to tell the Finder to open the file using the specific application you want.
    Another option may be to eschew the Finder altogether, and just tell the app to open the file:
    set this_file to choose file without invisibles
    tell application "ImageOptim" to open this_file

  • New Wiki Page for SAP Advantage Database Server

    Please find a collection of ADS related information’s in our new Advantage Wiki Page

    All the links on this forum work fine...
    But if I try to find the page from the main menu by selecting Wiki, SCM, APO, I don't see any other links to get to CIF, DP, SNP, etc...
    Below is what I see (w/o any links to CIF, DP, SNP ,etc..)
    But I may have found the path:   You click on Additional Features on top right.
    This displays the options...
    This was NOT obvious...
    I was expecting the links on the page itself...
    SCM Advanced Planner & Optimizer
    APO (Advanced Planning and Optimization) application is at the heart of SCM. It offers planning and optimization functionalities in different business processes of Demand Planning, Supply Planning, Supply and Demand Matching, Production Planning Detailed Scheduling, Global Available to Promise and Transportation Management.
    Collaboration with Suppliers and Customers is also possible through newer application Supply Network Collaboration (SNC) till recently known as Inventory Collation Hub (ICH)
    With SCM 5.0 a new set of functionalities under Services Parts Planning were added specifically catering to Spare Parts Management.
    APO as a application is tightly integrated to execution (OLTP) system like ERP using a standard interface called Core Interface Function (CIF). It also has full BI (erstwhile BW) component for Data Mart as well as Reporting functionalities.

  • IWeb SEO Tool not working

    I've think I fully understand the procedure to add Meta tags and change the Titles for pages created by iWeb using the iWeb SEO Tool but it is just not working for me, can somebody help?
    The site in question www.thepropertyphotoclinic.co.uk is an iWeb constructed site uploaded by FTP to a server (not MobileMe). As I understand it I publish this site to a folder on my Mac. I then access this (folder) site using the SEO Tool. I add tags, headers etc. At first I assumed you could then republish by the FTP from iWeb with the new tags in place. I now understand that you have to publish by FTP using the 'publish' button on the SEO Tools dialogue. This I have done, but the tags and titles do not appear on the published site (when I check 'view source' in Safari).
    1. Why after taking about 10 minutes to publish via SEO Tools doea the site not appear with tags?
    2. Do I take it that had this method worked for me, I would have to do this whole procedure EVERY time I make a change to the website? ie, publish to a folder, reapply the tags, re-upload? This would be impossible for one of my sites which changes daily and is about 300Mb, as it takes hours to upload.
    Heeeelp!!

    Your title tags are present in the HTML files and at the top of the browser window. Perhaps you didn't empty the browser cache and refresh the window when you viewed it?
    You have to publish your site to a local folder to be able to add title tags, meta tags and meta descriptions whether you use iWeb SEO Tool or an editor. The advantage of the Tool is that it remembers the previously applied tags and, if you haven't added any pages or changed them significantly, refreshing them is a matter of moments.
    Apart from adding tags, the other very important reason for publishing to a local folder is to optimize your files. This will result in pages that download around 50% faster in the browser and is particularly important for a business site.
    Rage software's WebCrusher and Ton Brands Web Site Maestro will not only do this but also upload the changed files only....
    http://www.iwebformusicians.com/SearchEngines/Optimize.html
    When you add pages, hyperlinks or make significant changes to your site you should also refresh and upload the sitemap.xml and notify the search engines. Sitemap Automator takes all the work out of this time consuming task....
    http://www.iwebformusicians.com/SearchEngines/Sitemap.html
    There is a workflow that has to be repeated every time you publish. You can get a copy of the checklist by going to this page.....
    http://www.iwebforbusiness.com/SEO/SEO-Book-Sample-Request.html
    Although the optimizer applications will find and upload the changed files only, I also build larger sites - bigger than about 3Mb - in sections on separate domain files to make them easier to handle and update.....
    http://www.iwebformusicians.com/WebMusic/SiteLayout.html
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • Yosemite is very slow when i switch on. can someone say why and i can solve the problem??

    yosemite is very slow when i switch on. ten or more seconds. why? how i can solve this problem??
    Thanks riccardo.italy.

    The following items or conditions can slow a Mac. Please see if any of them apply:
    1) Are you running any anti-virus/internet security applications?
    2) Are you running any "cleaning/tune-up/optimizations" applications?
    3) Any peer-to-peer or torrent downloading software?
    4) Any third-party disk backup software that came bundled with an external hard drive?
    5) Any online backup scheme other than iCloud or DropBox (Carbonite; GoogleDrive; MS One Drive)?
    6) Did your financial institution ask you to install Trusteer EndPoint Protection (also known as Trusteer Rapport)?
    If you can answer "yes" to any of those questions, you have some unneeded and performance-robbing software installed.

Maybe you are looking for

  • IdM 8.1 New Labels are not getting displayed after upgrading from 7.1

    We have recently upgraded IdM 7.1 to IdM 8.1 and after upgrading the New Labels as New Navigation Menu's in Admin panel are not getting resolved and Appearing following way UI_APPR_XML_PROVISIONER_EMPTY_TABLE UI_APPR_JAVA_LIST_PROVISIONING_REQUESTS_L

  • IPhone 5 will not sync over wi-fi, "sync will resume when PC is available"

    I have been struggling with this issue for the last several days and I have yet to find a fix. I can sync my iPhone 5 (iOS 7.1) with my Windows 7 PC using the USB cable, but I am unable to get wi-fi sync to work. I am running the latest version of iT

  • Web.xml security configuration (struts)

    Hi all i want to restrict the access for the following URL: http://localhost:8080/InventoryManager/Usermanagement/addUser.do?methodToCall=addInvUser But if i define it like that in web.xml it doesn't work: <security-constraint> <display-name>User</di

  • Java Code to Download files

    Dear Sir, I would kindly like to know whether any java classes are existent ,avliable for download ,which would provide the facility to download a file from the server to the client machine.If not,kindly advise me on how to perform this task and kind

  • Error with MonthName function

    Hello, I tried this: m = Month (CurrentDate) ReportName = "" Rem We went the month before the current month If (m = 1) Then     ReportName = ToText(MonthName (12)) Else     ReportName = ToText(MonthName(Month(CurrentDate) -1)) End if And i received t