How to delete Hyperion Planning member using ODI

Hi All,
Anyone know how to delete Hyperion Planning member using ODI? And how to update account type on Hyperion Planning Using ODI?
e.g.:
I have a member with account type Saved Assumption, and I need to change to Revenue, but it cannot change. But if I change to Expense, it can. So what's wrong with the mapping?
This is my csv file for update a member on Hyperion Planning.
Parent,Account,Default Alias,Operation,Data Storage,Two Pass Calculation,Account Type,Time Balance,Skip Value,Data Type,Exchange Rate Type,Use 445,Variance Reporting,Source Plan Type,Aggregation,Member Formula
Account,Statistics,,Update,,,,,,,,,,,,
Account,Meal,,Update,Store,,Expense,,,,,,,,,
Account,Test1,,Update,Never Share,,Saved Assumption,Average,None,Non-currency,none,,,Consol,~,
Account,Test2,,Update,Never Share,,Revenue,Average,None,Non-currency,none,,,Consol,~,
Account,Test3,,Update,Never Share,,Saved Assumption,Average,None,Non-currency,none,,,Consol,~,
Thanks in advance.
Regards,
Sumardi
Edited by: Sumardi Wijaya on Mar 31, 2009 10:57 PM

Hi,
To delete a member you use the Operation column, the following values can be used.
Update – This is the default and is used if not populated, it Add, updates, moves the member being loaded.
Delete Level 0 - Deletes the member being loaded if it has no children
Delete Idescendants –Deletes the member being loaded and all of its descendants.
Delete Descendants –Deletes the descendants of the member being loaded, but does not delete the member itself.
Does the member you trying to change to Revenue have a variance reporting set to "Expense" as it will need to be set to "Non Expense"
Also in your interface you can add logging options in the IKM, this maybe will give a clearer indication where your problem lies.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Unable to load data to Hyperion planning application using odi

    Hi All,
    When I try to load data into planning using odi, the odi process completes successfully with the following status in the operator ReportStatistics as shown below but the data doesn't seem to appear in the planning data form or essbase
    can anyone please help
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (most recent call last):
    File "<string>", line 2, in <module>
    Planning Writer Load Summary:
         Number of rows successfully processed: 20
         Number of rows rejected: 0
    source is oracle database
    target account dimension
    LKM SQL TO SQL
    IKM SQL TO HYPERION PLANNING is used
    In Target the following columns were mapped
    Account(load dimension)
    Data load cube name
    driverdimensionmetadata
    Point of view
    LOG FILE
    2012-08-27 09:46:43,214 INFO [SimpleAsyncTaskExecutor-3]: Oracle Data Integrator Adapter for Hyperion Planning
    2012-08-27 09:46:43,214 INFO [SimpleAsyncTaskExecutor-3]: Connecting to planning application [OPAPP] on [mcg-b055]:[11333] using username [admin].
    2012-08-27 09:46:43,277 INFO [SimpleAsyncTaskExecutor-3]: Successfully connected to the planning application.
    2012-08-27 09:46:43,277 INFO [SimpleAsyncTaskExecutor-3]: The load options for the planning load are
         Dimension Name: Account Sort Parent Child : false
         Load Order By Input : false
         Refresh Database : false
    2012-08-27 09:46:43,339 INFO [SimpleAsyncTaskExecutor-3]: Begining the load process.
    2012-08-27 09:46:43,355 DEBUG [SimpleAsyncTaskExecutor-3]: Number of columns in the source result set does not match the number of planning target columns.
    2012-08-27 09:46:43,371 INFO [SimpleAsyncTaskExecutor-3]: Load type is [Load dimension member].
    2012-08-27 09:46:43,996 INFO [SimpleAsyncTaskExecutor-3]: Load process completed.

    Do any members exist in the account dimension before the load? if not can you try adding one member manually then trying the load again.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Create and Populate a Hyperion Planning Cube using Hyperion Data Integratio

    Friends,
    I am new to Essbase and have worked extensively in Informatica. Hyperion DIM (OEM version of Informatica) is chosen to create and populate a Hyperion Planning System (with Essbase cube in the backend).
    I am using Hyperion DIM 9.3.
    Can someone let me know (or share a document) how I can do the following
    1) Create a Planning application with a Essbase Cube in the backend using Hyperion Data Integration Management
    2) How to populate the Essbase outline and the actuals Essbase cube with data using DIM.
    Thanks a lot for all help.

    Hi,
    You cannot create planning applications using DIM.
    To load metadata have a look at :- http://www.oracle.com/technology/obe/hyp_fp/DIM_Planning/OBE_Dim_Planning.html
    You can refresh planning database in DIM by
    To enable the Refresh Database property for a session:
    In Workflow Manager, right-click the session and select Edit.
    Click the Mapping tab.
    Select a Planning target.
    Check the Refresh Database box.
    Ok?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Deleting Hyperion Planning Server Web on JRUN

    How do you delete the Hyperion Planning Server Web services on a Hyperion Planning server? I uninstalled Hyperion Planning and deleted the corresponding folders. However, I still have the services for Hyperion Planning Server Web on JRUN and can't seem to get rid of it. Thoughts anyone?

    Go to JRUN installation folder and look for Hyperion Planning and you can delete manually the webservices folder - Hyperion Planning.

  • How to delete a single message using iOS 8

    how can I delete a single message in iOS 8

    Hey Geezer4765,
    I have an article for you that can explain how to accomplish this:
    Manage conversations - iPhone
    http://help.apple.com/iphone/8/#/iphf2d85437
    Delete a message. Touch and hold a message or attachment, tap More, select additional items if desired, then tap .
    Delete a conversation. In the Messages list, swipe the conversation to the left, then tap Delete.
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • How to Delete duplicates rows without using rowid/distinct.

    How to delete duplicates rows present in a table without using rowid or even distinct.

    How about:
    SQL> SELECT * FROM t1;
             A          B
             1          2
             2          3
             1          2
             4          4
             4          4
             4          4
    SQL> DELETE FROM t1
      2  WHERE (a, b) IN (SELECT a, b FROM t1
      3                   GROUP BY a, b
      4                   HAVING COUNT(*) > 1) and
      5        rownum = 1;
    1 row deleted.
    SQL> /
    1 row deleted.
    SQL> /
    1 row deleted.
    SQL> /
    0 rows deleted.
    SQL> SELECT * FROM t1;
             A          B
             2          3
             1          2
             4          4Although, if I was asked a similar question with all those restrictions, my first response would be along the lines of: Is this question indicative of the way I will have to work if I join this company? If so, there is no point answering because I wouldn't touch this job with a ten foot pole.

  • How to delete requests in PSA using Process chains

    Hi All,
    Can anyone explain me how to delete all the requests in PSA using Process chains.
    This is what I did...
    1. use Process type 'Deletion of Requests from PSA'
    2. Settings:
    Object Type - PSA table
    Object Name - <Datasource name>          
    Older than - 0 (Zero) days
    These settings doesn't work. Can you please let me know exact settings to use for deleting all the requests in PSA of a datasource.

    Hello Praveen,
    That's what I thought too. But if I use '1' one day, what if I need to run it twice same day? So this doen't work for my requirement.
    Any other suggestions?
    Thanks.

  • How to delete/update GPS data using Lightroom?

    Title says it all, but I'll explain why I need it.
    I have a Sony SLT A55 which is apretty good camera, it has a GPS.
    The way GPS work in this camera is it gets a fix, and then updates every undetermined time the position. That's okay, what is stupid in its design is, if you haven't taken pics in let's say 24 hrs. and you move several miles away and start shooting indoors (no GPS signal available) it will mark all your pics with your last known position, so now I have several photographs with a location I left several DAYS ago. I'd prefer the camera not to record GPS data than having a wrong location, but that's another thing for the Sony forums.
    So, now I want to delete (or update would be another option) the GPS data from the pics that are tagged with wrong locations.
    I'm shooting RAW,
    Is there any way to do it inside Lightroom?

    I’m a Nikon user, and here’s how I geotag my images when I want to (not very often). I use a Nokia N95 smart phone and Nokia Sports Tracker to track coordinates with timestamps. I use Nikon’s ViewNX2 to import the images from my camera (or card) to the final destination (folder) of the images. I also transfer the log file from the Sports Tracker to my computer. Then I use ViewNX2 to geotag the most recently imported set of images with the log file from the Sports Tracker. (I don’t know why but I have to adjust the time offset by one hour, fortunately this setting is sticky so I don’t have to do it every time). When the images are geotagged, I do an in-place import in Lightroom, and Lightroom recognizes the GPS coordinates.
    ViewNX2 is a free download, and I think this scheme can be used to geotag jpg of tif images from any camera. The raw file capability of ViewNX2 is understandably restricted to Nikon cameras. You could try Geosetter, another free download. The problem with my system is that Geosetter did not understand the log files of my Nokia N95. GPSBabel can translate the log files to a format acceptable to Geosetter, but since ViewNX2 does importing and geotagging (and time-offsetting the N95 log file), I have no need for additional programs.
    WRT to the original question ("how to delete/update...") you could try the following: write all metadata (keywords, settings) to your master image files in LR. Then use Geosetter or some other additional tool to modify the GPS data or the affected images. Finally, synchronize the images back to Lightroom, and select the option to use metadata from the images (instead of LR's catalog).
    Best regards
    Antero

  • HT204053 How to delete apple ID and use another

    I created two apple id's and I'm trying to figure out how to delete the extra

    Cpalmer75 wrote:
    I created two apple id's and I'm trying to figure out how to delete the extra
    This is Not Possible...
    From Here   http://support.apple.com/kb/HE37
    I have multiple Apple IDs. Is there a way for me to merge them into a single Apple ID?
    Apple IDs cannot be merged. You should use your preferred Apple ID from now on, but you can still access your purchased items such as music, movies, or software using your other Apple IDs.

  • How to delete icloud and still use find my iphone and delete old purchases

    hi everyone,
    i want to get rid of my i cloud accout as i think i use nothing on it.
    how do i do this?
    if i delete it can i use find my iphone?
    also in itunes, purchases,app
    there are about 100 apps i would like to DELETE not hide, this somehow is also connected to icloud
    any help will be great.
    im not very good with itunes or computers so please explain it to me in very easy terms
    Cheers guys

    Find My iPhone REQUIRES an iCloud account.
    iTunes purchases are permanently tied to the Apple ID (which is typically also the iCloud account) that they were acquired with.
    The iCloud account is used on a daily basis by anyone with an iPhone.
    iCloud accounts, which are Apple IDs, cannot be deleted.

  • Can anyone tell me how to install Hyperion Planning 9

    Hai
    I am Actually new to hyperion and i am eager to learn Hyperion Planning system 9 and Financial Reporting 9.3
    Do anyone have download links? to practice the all the reporting stuff
    Regards,
    Raju

    All the installation files are under https://edelivery.oracle.com/ For System 9, you can find the files under Hyperion Performance Management and BI.
    All the documents are under: http://download.oracle.com/docs/cd/E10530_01/welcome.html
    I am just curious why system 9? Oracle has recently released 11.1.2.1. Wouldn't you want to learn the latest version?
    Cheers,
    Mehmet

  • How to Delete stock Planned Order in APO

    Hi,
    I'm doing an iPPE model in APO and R/3 ... and while playing around with Repetitive confirmations, I got stuck with 2 Planned orders that can't be fully confirmed, fully reseted or deleted.
    I don't have a production order in R/3 because I'm in a repetitive iPPE process.
    I can see them in OM19.
    I tried RLCDEL & /SAPAPO/DELETE_PP_ORDER but both reports can't see them.
    Any Ideas ?
    Thanks,
    Marc

    First get the GUID of the Planned orders from /SAPAPO/OM16. Once you got the GUIDs, To get the GUIDs
    In /SAPAPO/OM16, click on 'Orders' tab, enter location and APO order number and execute..you see the GUID for those planned orders
    then go to SE38-->/SAPAPO/OM_DELETE_INCON_ORDERS...enter the GUID, planning version, check the boxes and execute..it should delete the planned orders
    Thanks,
    Sai

  • How to migrate Hyperion Planning 9.2.0 along with FR to Domain server acct

    Hi All,
    I need to migrate an existing Hyperion Planning 9.2.0 standalone implementation along with related FR reports to a new domain administrator account on a new server.Can anybody help me out with this?
    Thanks
    Abhi

    Install and configure software on new server.
    Migrate the planning application (this has been covered many times on here) e.g. Migrate from Planning 4.1 to Planning 11.1.3
    Export reports from source import into Target.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to extract hyperion planning metadata to sql by ODI?

    I don't find any LKM for that. How to achieve it? I just wonder why Oracle doesn't provide it ?

    Hi,
    No you can't directly extract metadata from planning, this follows on from the HAL days where you couldn't do it either.
    It is possible to extract the dimension information from essbase which is nearly the same, it just needs a bit of transformation.
    I did write a couple of blogs covering this area, try [here |http://john-goodwin.blogspot.com/2008/12/odi-series-essbase-to-planning.html] and here
    Ok?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to delete when file in use by the finder?

    I have two files in my trash which won't delete. I get the error that they are being used by another program. Holding down option, using secure empty trash, using the terminal method of deleting the trash.. none of them work.
    So I did the terminal command: lsof /path-to-file and found out it was being used by Finder. I don't think I can exactly quit the Finder process in Activity Monitor.. so how can I get these files out of my trash?

    Thanks. Unfortunately, when I quit finder and try to delete the files in the trash by the following command:
    sudo rm -rf ~/.Trash/*
    It tells me "Directory not empty". Argghh..
    I feel like I've tried everything. Can someone give me some other suggestions? Thanks

Maybe you are looking for

  • How to set multiple senders for one account

    Hi all, I have a BIS account with my provider and a paid gmail account which collect for me mails from different address. Is it possible to set multiple senders for this account, thus it seems that I'm replying from one of these address and not only

  • How can sony claim to not have a comparable replacement for an mp3 player???

    I purchased an 8GB mp3 player about 1.5 months ago with my sony rewards points and it was on sale for ~$52.  The product turned out to be a complete dud so I returned it and was told it would be replaced since it's under warranty.  Now customer servi

  • Anyone here use the Camera / Framing behavior?

    I have a project with a few video clips in a 3d group. When I set one of the clips as the target of a camera's framing behavior, it doesn't frame the target. Rather, something waythehell off in z space. Sometimes the framing does catch the right targ

  • Table Field

    Hi All, I want Product hierarchy and its Description field in my report.. for ex. Product hierarchy..............Description 0000A0000H0000000D......BRAKE PANELS & RESISTANCES BUT, i want 0000A description value in my field... Plz Tell... Thanks

  • 10.4.3 Post Installation Problem

    I have upgraded to 10.4.3 on my G4 Titanium laptop, from the installation disc, and the installation seemed to go fine. However, the hard drive icon does not appear on the desktop and nothing happens when I click finder in the dock. Although, clickin