Incremental refresh in Planning Desktop only processes 1 member

Hello,
We're running Essbase 9.2.0.2 on AIX, Planning Desktop 9.2.0.2 on Windows, 2003, and Oracle 10g R2 on an AIX machine also.
We copied our Oracle schema "X" to schema "Y" and linked it to a new Planning Application. Now, whenever we run a refresh (incremental or full) it only processes one member (no matter how many changes are pending). The pending x-acts table will get cleared out and only the first one will get added to Essbase.
I've been working with Hyperion on this for over a year and they've determined that the last query (see below) that gets ran isn't getting the all the rows it needs. Basically, the query runs and only gets one result where it should get as many rows as there are in the pending x-acts table. This query runs perfectly in schema "X".
This query does an outer join with HSP_STRINGS table. If we remove the outer join to that table, the query returns the desired results. Any thoughts on this?
SELECT
O1.OBJECT_ID,
O.OBJECT_NAME,
O2.OLD_NAME AS PARENTOLD,
O2.OBJECT_NAME AS PARENTNEW,
O.PARENT_ID,
O.POSITION,
M.CONSOL_OP1,
M.DATA_STORAGE,
M.TWOPASS_CALC,
O.OLD_NAME,
O3.OBJECT_NAME AS CURRENCY_CODE,
O.HAS_CHILDREN,
M.USED_FOR_CONSOL,
O2.PARENT_ID,
O2.POSITION,
O3.OBJECT_ID,
O.OBJECT_TYPE,
S.THE_STRING
FROM
HSP_PENDING_XACTS O1,
HSP_STRINGS S,
HSP_MEMBER M,
HSP_ENTITY R,
HSP_CURRENCY C,
HSP_OBJECT O2,
HSP_OBJECT O3,
HSP_OBJECT O
WHERE
O1.OBJECT_ID=S.STRING_SEQ (+) AND O1.OBJECT_ID=M.MEMBER_ID AND M.MEMBER_ID=R.ENTITY_ID
AND R.DEFAULT_CURRENCY=C.CURRENCY_ID AND O.OBJECT_ID=O1.OBJECT_ID
AND C.CURRENCY_ID=O3.OBJECT_ID
AND O.PARENT_ID=O2.OBJECT_ID AND M.MEMBER_ID <> M.DIM_ID
AND R.USED_IN IN (1,2,3,4,5,6,7)
AND O1.XACT_TYPE = 1 AND O1.PLAN_TYPE = 1
ORDER BY O.OBJECT_TYPE, O.GENERATION, O.POSITION

Hi,
The UDA will only retain member formulas.
If you read all the information on the page, this relates to your situation :-
To retain changes made directly to the Essbase outline, you must update the outline after every Refresh (for example, using MAXL scripts). Such changes can be automated. This process is not supported, and every effort should be made to work directly in Performance Management Architect or Planning. For more information, consult Hyperion Services or Hyperion Partners.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Dimension members were not deleted after refresh in Planning desktop

    Hi
    A Planning application's outline was restored from backup.
    It contains some dimension members which were deleted from Planning Web some weeks before and there were made many Planning refreshes after. Full database refresh had been made in Planning desktop and these members were not removed. As refreshing is a procedure to keep metadata in correspondence such result isn't expected in my opinion.
    Is it normal behavior ?

    Hi
    i had a similar problem before. here is what i did
    add the member again.
    refresh
    delete the member
    refresh again.
    this solves the relational repositories sync issue.
    hope this helps.
    Dornakal.
    www.dornakal.blogspot.com

  • Invalid member name [H] -2147218908 during incremental refreshes

    Hello,
    We're running an incremental refresh in Planning Desktop (9.2.0.2) but it errors out with: Invalid member name [H] -2147218908
    The Essbase log file mentions the same. Has anybody run in to this? I'm not sure where to look. Everything seems to be working fine.
    Essbase 9.2.0.2 on AIX
    Planning 9.2.0.2 on Windows 2003 R2

    Running into the same error. Going to run a full refresh, and will let you know my results

  • Error on refreshing a planning application (9.2.1)

    Hi,
    When I try to refresh a planning application thru planning desktop the process stops with the error 'Error Detected.Failed to launch member formula synchronization utility, error level 1. Check classpath and other configuration parameters in ../Utils/setHPEnv.bat -2147220590'.
    The version of planning is 9.2.1 and I upgraded my application to 9.2.1 from 9.2.0.2. Under 9.2.0.2 I had no problems at all.
    I installed 9.2.1 two days ago and I am making some tests but I found this problem.
    I checked the above file and it seems ok to me.
    Do you have a clue of what might goes wrong?
    Regards
    John

    Hi all,
    We faced the same issue. Please find below the cause and solution:
    Cause:
    This happens due to database driver port number change
    Impact:
    Planning refresh will return errors pertaining to JDBC connectivity. While trying to add a new member in Planning web, and refreshing, the member gets added in Essbase outline, but all the member formulas will be erased. Hence, addition of the new member in Essbase outline is never a check for having the refresh went through.
    Resolution:
    1. Navigate to D:\Hyperion\HyperionPlanning\Utils folder and EDIT setHPenv.bat
    2. Within setHPenv.bat, check the path/location of the properties file. This will be mentioned in set PLN_PROPERTIES_PATH=D:\Hyperion\HyperionPlanning\....
    3. Get the PLN_PROPERTIES_PATH(path) from the above step, copy and paste it in a windows explorer browser to navigate to the correct Planning properties file being pointed to. Check the file 'HspJSHome.properties' for the port number. This will be mentioned in:
    <your application name>JDBCURL=jdbc:hyperion:oracle://<your database server>: [PORT NUMBER];SID =<your database/scehma name>
    Also note the name of the JDBC_CATALOG given in <your application name>JDBCCATALOG = {note this name}
    4. Note the PORT NUMBER and JDBC_CATALOG name mentioned in this file.
    5. Run the Configuration Utility [Hyperion System 9 Foundation--> Configuration utility] and regenerate the HspJSHome.properties file. Check if the new PORT NUMBER has been updated. Compare the new port number with the port number mentioned in Step 4.
    6. If not, go to command prompt-- C:\tnsping <Give your JDBC_CATALOG name from Step 4> , to return the new PORT NUMBER.
    7. Update this PORT NUMBER in HspJSHome.properties file in
    <your application name>JDBCURL=jdbc:hyperion:oracle://<your database server>: [NEW PORT NUMBER];SID =<your database/scehma name>
    Now the refresh will happen successfully.
    Edited by: George Abraham on Oct 29, 2010 7:53 AM

  • Planning Desktop Refresh Taking more time than Expected

    Helllo Everyone,
    We are using system 9.2(essbase and planning).The planning desktop refresh takes about 19-20 min irrespective of single or multiple sparse dimension member additions, deletes or moves even after clearing the database.
    Going through the application log we noticed each time the location aliases are deleted and re-created.So its taking like 3-4 min for creating location aliases for each plan type( we have 3 plan types totally).Is that soemthing we can avoid when we perform refresh or need to change any performance settings to tweak the refresh timings.
    Any thoughts will be helpful.
    Thanks

    Hi,
    1. check your Planning Repository/DB and the connection between the DB to Essbase.
    2. check your DB server performance. Is there any other DB activity during your refresh?
    Zaky

  • Unable to refresh filters from planning desktop(9.2.x)

    Hi
    i am unable to refresh filters from planning desktop.ie when a refresh is performed i get a popup with alist of users for which the filters didnt get updated and also the application goes into locked state.
    I feel this is mainly due to the existence of stale users on planning desktop.Is there any workaround,query or patch to remove the stale users(users not existing in msad) from planning desktop such that the refresh takes palce properly.
    Waiting for a quick reply
    Thanks and regards
    krishnatilak

    Hi. I had this same issue with 9.2. I found that there was a user which was no longer in the AD that was still in planning.
    First thing to check is can you see the users in SS - I suspect not but worth a look. If you can, deprovision them. If you cant (most likely) you will need to use an LDAP browser to clean them out, which is a very messy process.
    Best of luck.
    Sean

  • Problem in Logging in to planning application in planning desktop

    Dear Gurus,
    Today morning I have added the new MSAD, which was previously configured with another IP. I am able to see all the users in the domain. I have given provision to one admin user, opened the Planning desktop and changed the DCOM settings as needed, but the system is not opening the planning application.
    I need to open the application so as to refresh the security filters, which I am not being able to do.
    I am not able to login to Planning Web with the same user.
    I am using 9.2 planning and 9.0 shared services. please suggest accordingly.
    Thanks in advance,
    Giri Prasad
    Edited by: Giriprasad on May 13, 2010 5:01 AM

    Dear John thank you very much for response.
    Domain server have been moved to another location, so IP has changed, I have updated the new IP in the shared services for the same.
    Application owner is in the same domain users list. I just updated the DCOM settings.
    Thanks
    Giri Prasad

  • Any ideas on this plan for a process chain?

    Hi,
    I have 6 ODSes. I load these on a daily basis with 6 different flat files. ODS1, ODS2 and ODS3 needs to be loaded first before ODS4, ODS5, ODS6.
    Once all six ODSes are loaded, they are then aggregated based on some two key fields to and loaded into a cube. Npw I want to automate the process.
    Can you please check if my plan for the process chain is right:
    1. Start Process:   
    direct Scheduling
    Change Selections:
    Start date & Time
    Period Jobs: check
    Periodic Values: Daily
    Restrictions: Always execute job
    2. Indexes:(this flows into the first 3 ODSes)
    Delete indexes
    3. Load Data:
    Load Data ODS1 
    Load Data ODS2
    Load Data ODS3
    4. Activate ODS1
    5. Activate ODS2
    6. Activate ODS3
    (? What do I setup here so that the following will be loaded only if ODS1, ODS2 and ODS3 are successful)
    7.Load Data
    Load Data ODS4
    Load Data ODS5
    Load Data ODS6
    8.Delete Indexes
    9. Load Data
    Load data from ODS1, ODS2, ODS3, ODS4, ODS5, ODS6 to the CUBE
    10.Activate Cube (?Needs to activate cube? Is there a process type like that of activate ODS)
    11. Create Index  (Hm, will the Delete and create indexes in this plan take apply to both ODS and Cube)
    Thanks, I will lovr to get hint from you. How do I factor in PSA? i.e. To always go to PSA then to ODS and Cube?

    Hi,
      1.Start the process.(as per your requirement)
      2. Load the data to ODS in parallel (ODS1 , ODS2 & ODS 3)
      3. Activate the three ODS , with separate ODS activation process type.
      4.Put an AND condition
      5. load data to ODS4 ,5 and 6
      6. Activate ods4 ,5, & 6.
      7. delete index for cube
      8. load different data from ods to cube
    9. create index.
                    start
    load ODS1  -- Load oDS2 -- Load ods 3
    Activate ODS1 - Activate oDS2 - Activate ODS3
                     AND (process)
    Load oDS4      load ods5    load ODS 6
    Activate oDS4  Activate ODS5  Activate ODS 6
                     AND
              Delete the index
               Load data from different ODS to cube
                Create Index
       there is no concept of activating the cube .. it is only applicable to ods.
    Regards,
    Siva.

  • I have installed LR 6 upgrade desktop only and won't "go there" on the desktop

    I have installed LR 6 upgrade desktop only, 3X now (extracting the files etc) it is not marrying up with LR5 (also an upgrade from LR4..and 3) I am not interested in CC- (2 fold, accumulating cost, ability to edit when power or server is down). I really want access mostly for the added erasing and am frustrated I cannot get to it. I really need to have this on my desktop with its new features and not have to install every time (HDR and merging are there in the old LR5 listed as LR3 catalog-6-3-2)

    Just got off the line - after another 1hr & 5 minutes this time - trying to get them to refund. This is day 4 of this saga. I must have made a dozen phone calls & tried the on-line chat thing several times with no response.  I did finally get it (LR6 upgrade) started downloading, and then it said it required a newer OS for the Mac it's on. I started looking into that - I have 7.5, and it requires 8.0 or newer. The reviews for the later OS 'upgrades' are poor - twice as many people hate it as like it. I tried to tell Adobe I'm not going to voluntarily walk into that mess. Their sales pitch states they will refund for 30 days. They don't say they are going to make you suffer if you try to get them to follow through. Very poor communications. Toward the end, one finally said he would process a refund, and it would take a week or so. Any other questions?   Yes - can you provide me with a phone # to actually contact you in case this doesn't work out any better than it has for the past 4 days?
    I told him the 3 #'s I had all lead to dead-ends - "Try Chat". The number he gave me was one of those. I called it again while we were still on-line and got exactly the same thing. (Surprise!!) It will not let you talk to anyone if you are calling about LR, unless you subscribe to that CC scam. There is no option to talk with someone about a billing/refund issue.
    I have 19 page transcript of the 'chat' I just had if you are interested. Glad you got your problem fixed. Interesting to know that Adobe had nothing to do with it - you/husband/paid IT help had to figure it out.  Good luck down the line, but - I doubt I will ever buy anything from them again.

  • Planning Data Pull process failed with timeout error

    Hi Experts,
    Version: Oracle apps 11.5.10.2
    Issue: Planning Data Pull process failed with timeout error
    message in the log file as follows,
    The Request id : 90018907 has Phase : COMPLETE and Status: ERROR
    Concurrent Message : Timeout error.
    There is an Unknown error in the Worker.
    Planning Data Pull process failed.
    +-------------------------------------
    Please advice what could be the problem. I submitted, standard data collection programs with 900 mins and 8 workers.
    Refresh Collection Snapshot completed without any issue

    Please see these docs.
    Data Collection Fails Because Of Time Out Timeout error [ID 339968.1]
    OPM-ASCP: Data Collection Timeout Error [ID 601539.1]
    STD COLLECTION FAILING AT PLANNING DATA PULL WITH TIMEOUT ERROR [ID 978472.1]
    Data Collections is Failing - All Errors - First Diagnostic Steps [ID 207644.1]
    Troubleshooting Errors with ATP/Planning Data Collections [ID 1227255.1]
    MSCPDC PLANNING ODS LOAD ERRORS WITH TIMEOUT ERROR - POOR PERFORMANCE [ID 417633.1]
    Thanks,
    Hussein

  • CS4 Batch processing only processes half the files!

    I scan 6x6 negs on an Epson scanner and when they are done they need to be rotated 90 degrees and flipped horizontaly. I set up an action to do this (Rotate, Flip, Save and Close) and everything was going swimmingly - then recently I've started having problems.
    For example - I've scanned 60 images which I select in Bridge and then open them in PS CS4. I select Automate>Batch and then select my saved action and away it goes. PS chugs its way through the 60 photo's and closes them all (so it looks like they have all been processed), but when I go back to Bridge and it starts refreshing the thumbnails only 30 of them have been rotated and flipped. So then I select the remaining 30 images and batch process them - this time it only processes 15 and so on. This is really annoying as if I get down to around 9 images it won't process any of them!
    Any ideas?
    Cheers
    Simon

    Curt Y's comments sound good to me, too.
    As a "test," try your action on a folder and check Bypass Open (that option should still be in CS4) and see if that handles all of the folder - after you take Curt's advice. Though Batch normally just Opens one at a time, and the computer should recover the resources used for that one on Close, it might not be happening for you.
    Good luck, and let us know if anything works,
    Hunt
    Also, you might want to add your full system specs. if you still have the issue. I'd pay very close attention to the I/O sub-system, i.e. the HDD's, their speed, size, free space, controller type and how they are allocated on your system.

  • Unable to open the Planning application on planning desktop(9.2.x)

    Hi
    I am unable to open the application on the planning desktop.
    All the possible solutions like unlockapp.exe,restarting of Services has been performed but stiil i am unable to open the application.Also the essbase service is unstable ie whenever i restart(stop and start also) the essbase services is up but after a refresh of services the essbase service is getting stopped.Even the DSN conection between planning and essbase seems to not work.
    Any solution for the issue faces above would be really helpfull.
    Thanks and regards
    krishnatilak

    Hi Tilak,
    May be there is problem with hung connections, try to kill hung connections and try to open app, if not works try to reboot the server,sometimes it will help for services failing. after reboot the server check services and hung connections, this time hung connection wud nt present, then try to open app, it may help.
    still problem means check the install files are correct or somebody deleted any files....bin folder
    thnx
    :-)

  • Access to desktop-only fonts

    I found two fonts (Montara and MVB Emmascript) via the Adobe Font Finder that I would like to use in InDesign and Photoshop CC, but they are not available from Typekit because they are desktop-only. Does the CC licence provide access to these fonts, and if so, how?
    Thanks

    Hi Veronika,
    Those fonts aren't currently available in Typekit. However, I can add them to our request for you.
    > Does the CC license provide access to these fonts, and if so, how?
    Your CC subscription gives you access to a Typekit Portfolio Plan which you can use to sync fonts from our library. However, it doesn't give you access to these specific fonts.
    I hope this clears things up. For any further Typekit related questions, you can reach out to us directly here: [email protected]
    Cheers,
    Benjamin

  • I've just purchased the 12 month Adobe CC plan and only have access to trial versions. Why is this?

    I've just purchased the 12 month Adobe CC plan and only have access to trial versions. Why is this?

    Log out of your Cloud account... Restart your computer... Log in to your Cloud account
    http://www.adobe.com/products/creativecloud/faq.html
    http://helpx.adobe.com/creative-cloud/help/install-apps.html to install or uninstall
    http://forums.adobe.com/community/download_install_setup/creative_cloud_faq
    What it is http://helpx.adobe.com/creative-cloud/help/creative-cloud-desktop.html
    Cloud Getting Started https://helpx.adobe.com/creative-cloud.html

  • Incremental Cube Load Error: job slave process terminated

    Hi,
    For performance reasons, we switched to Incremental Cube Loading i.e. only those partitions are autosolved whose data is made available.
    Some times, the background submitted job terminates and the reason given in dba_scheduler_job_run_details is:
    REASON="Job slave process was terminated"
    There so no definits occurance pattren for this error.
    The job submitted in background is killed.
    The last entry the xml_load_log displayed is of Started Auto solving of a partition.
    After this error occurs, we have to Full Aggregate the cube; which offcourse would autosolve all partitions.
    We have been too much annoyed by this error as we did lot of package changes as part of a release to production to include Incremental cube loading, and once done, we see that incremental cube loading just terminates while autosolving a partitions.
    Can any one assist please? Urgent?
    thank you,

    Hi,
    There is a metalink note about this issue. Check note 443348.1
    Thanks
    Brijesh

Maybe you are looking for