Dimension NewID coloumn doesnt get clear off

Hi,
I need to rename some dimension members, I used NewID coloumn to rename the ID. After I process IDs didnt get updated with NewID, and NewID coloumn still has values in it. Normally, After processing NewID coloumn becomes empty.
mbrtable for that dimension has updated IDs and Newids too. Data in Fac2,Fact got updated with NewIds.
Does anybody faced with this issue?
Shall I just clear NewID coloumn in excel and reprocess?

Thanks
Works a Treat
I changed the original rule to
Create new activty project split
SET CREATEBLOCKONEQ ON;
SET UPDATECALC OFF;
SET CREATENONMISSINGBLK ON;
FIX("Fcst","CurrVer","FY11","S000")
FIX([SLrtpChargeableActivity],[SLrtpSourceDept])
"Proj_Hours"(
/*Assign current value to variable, in case there is already a value */
/*Set dept equal to zero in order to create block if it does already have a value*/
IF("Proj_Hours"->"Mar" ==#Missing)
"Proj_Hours"->"Mar" = 0;
else
"Proj_Hours"->"Mar" = 0.0;
ENDIF
ENDFIX
ENDFIX

Similar Messages

  • Essbase Data Clears Off After Restructure

    Hello,
       When I am doing the Dimension Update in ASO Cube , the Data file is getting cleared off even while I select Retain all Data when Structured . I have done Restructuring Number of times and I have never faced this Issue . Can anyone let me know whats happening here . Its pretty crucial !
    Thanks !!

    955124 wrote:
    I did Smart View  retrievals and I didnt see any data , for clarity I restored the cubes to the point before doing Update and there was data. .
    Checking the properties tells you for certain...  ...you could have lost some data, you could have broken a formula, etc.
    Surprisingly, deleting a dimension and re-adding it does actually work, providing that the dimension has the same name before and after.  But in any case, if you do something that Essbase knows is going to clear the data you get a message after saving that says "In order to restructure, all data must be cleared", even though you have selected "Retain all data".  Any chance you got that and clicked through (it's easily done )
    Possibilities for 'silent' data loss are that you have made previously level-zero members level-one or above, deleted the level-zero members that contained data (obviously) and / or changed the names of level-zero members.

  • JSF: Error Message are not getting cleared

    Hi,
    I am facing some problem with error messages in JSF.
    Here is what I am doing
    1. User submits a form, server validates and sends back the error to the client error message added to Faces Context.
    2. User checks the messages, changes the input and submits. assuming everything is correct now.
    3. On server, it validates and writes data to response for download using the following code.
    FacesContext faces = FacesContext.getCurrentInstance();
        HttpServletResponse response = (HttpServletResponse)faces.getExternalContext().getResponse();
        DownloadResponse.sendDownload( response, is, fileName );
        faces.responseComplete();
      }4. It shows the download popup to download the file. The problem here is that error message are not getting cleared off. User can still see the error message on the screen.
    It seems I am missing something in JSF req-response life cycle. Anyone please point out the mistake.

    SudhirMongia wrote:
    4. It shows the download popup to download the file. The problem here is that error message are not getting cleared off. User can still see the error message on the screen. Wrong. The problem is that the view is not rerendered, which makes sense because you are not sending view content to the browser but your file.
    Your real question probably is: how do I cause a file download and still rerender the view afterwards to show the results? To that I myself do not have the answer unfortunately, but I have seen that question come by a few times already, so doing some searches in these forums may yield you an answer.

  • ALL Data Memory keeps getting cleared

    My Pearl 8120 memory (calls data, email messages, SMS's etc..) randomly keep getting cleared off. for some reason. 
    Please HELP ME!!! 
    Solved!
    Go to Solution.

    i figured it out...no problem..
    i read the previous posts and figured out theres barely any memory on my phone to sotre anything...

  • My Iphone 5s message is showing it has a message but it doesnt. ive cleared out all messages, ive turned it off then on again how do I get rid of it with out having to reset my phone?

    My Iphone 5s message is showing it has a message but it doesnt. ive cleared out all messages, ive turned it off then on again how do I get rid of it with out having to reset my phone?

    just do a reset, you lose no data.
    hold down the home/sleep button together until you see the apple logo and then release.

  • What can I get rid off to clear the most space on my iPhone 4?

    What can I get rid off to clear the most space on my iPhone 4?

    Photos and videos usually take a lot of space. You can import them from the Camera Roll to a computer and delete them all from the phone or keep some if desired. If you delete and later decide you want some of them back on the phone you can sync them back via iTunes. Instructions for importing from the phone to the computer: http://support.apple.com/kb/ht4083

  • HT4759 my ipad is giving me a message "icloud backup: this ipad hasn't been backed up in 32 wk..." but I cannot get this message to clear off my screen. I'm unable to turn the ipad on/off or do anything else with it.

    My ipad is giving me the message "this ipad hasn't been backed up in 32 weeks..." but I cannot get the message to clear off the screen. When I plug the ipad into my computer to back it up the message still will not clear off the screen and I cannot acess anything on the ipad. I cannot even power it off.

    Welcome to the Apple Community.
    You might try a forced shutdown to begin with, hold down the top and home buttons together until the device shuts down, then restart it.

  • Ipad mini, after ios7 upgrade if turn off the mobile data, my carrier gets turned off and wifi doesnt work at all. Its slow and app store crashes everytime. Help me to gowngrade to ios6. This really *****.

    Ipad mini, after ios7 upgrade if turn off the mobile data, my carrier gets turned off and wifi doesnt work at all. Its slow and app store crashes everytime. Help me to gowngrade to ios6. This really *****.

    Tap Settings > General > Reset > Reset All Settings
    Then restart your iPad.
    Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, then swipe the slider to power off.
    Then press and hold the Sleep/Wake button until the Apple logo appears.
    Downgrading is not an option for an iOS device.

  • SSRS Parameters using SSAS Tabular model get cleared

    I have an SSRS report that uses data from a SSAS Tabular model.  In the query designer, from the calendar dimension I choose a "Date Inclusive" filter and make it a parameter. I also choose to add another filter using and Organisation Unit
    dimension and also make this a parameter. The report is written and deployed to a SharePoint 2013 library.
    Most of the time, the report runs as expected with the parameters cascading off each other as expected.  However, occasionally, parameters get cleared (either after changing a single value such as the Org Unit selection or sometime whilst the report
    is being rendered). Sometimes you cannot select a value from the available values - you need to navigate somewhere else and then start over.
    I changed the data source for the parameters to use SQL queries that return the same values as the MDX queries and the probably seems to have gone (time will tell)
    This report has a child (detail) report that has one extract parameter.  This parameter happens to have over 1,000 values.  With the change of the parent report, you are now able to get to the child report.  However, the child report seems
    to exhibit the same problem with the parameters being cleared - and with a much higher frequency.
    So, that leaves me wondering whether
    anyone else has experienced this ?
    is this an issue with SSRS 2012 and SSAS Tabular models (I have not seen this behaviour before and I have been using SSRS (since version 1) and SSAS Multi-dimensional (from when it was called "OLAP Services") ?

    We applied SQL Server 2012 Service Pack 2 to the SharePoint farm (the SP Admin needed to re-create the service applications) and the problem is fixed

  • My shuffle ,doesnt get syncronized with itunes in my pc,getting audio and video settings error,but able to get it syncronized with my friends pc

    my shuffle ,doesnt get syncronized with itunes in my pc,getting audio and video settings error,but able to get it syncronized with my friends pc    

    Try:                                               
    - iOS: Not responding or does not turn on           
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable                     
    - Try on another computer                                                       
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar
    The missing apps could have been done by setting the Restrictions that can hid those apps. If the backup was made with those retrictions set the the Restrictions are also restored.
    Thus, if you get it to work restore to factory settings/new iPod, not from backup                               
    You can redownload most iTunes purchases by:        
      Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • I am trying to finish an online class and Google keeps popping up on my screen telling me it can't find the page I'm searching. Get Google OFF MY COMPUTER!!

    I am using Firefox while watching online class. I attempt to go to another page and a Google page pops up telling me that it can't find the other page.
    First of all, we are talking about something common like facebook.com or youtube.com.
    Second, I'm not using Google for anything; my search engine is Bing.
    Third, I despise GOOGLE.
    How the heck do I stop having anything Google interfere with my browser?
    I am ready to use another browser if it will get Google off my back.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How do i get keychain off my computer!?!?! Ive tried absolutely everything, keychain won't reset itself. Ive done everything anyone has suggested in apple support. Keep getting pop ups, mail won't work any more, i can't do ANYTHING.

    Every time i log into my computer, i get bombarded with pop ups asking me for numerous passwords, i enter the CORRECT ones in for my email accounts and they keep coming up, i cant do anything to get this off. Keychains suck i dont know why anyone would have made these.
    I go to the keychain preferences in finder and i try to unlock the local items keychain but it wont because i dont know the password, ive tried any password it could possibly be and it wont go through. I also cant reset it becasue it says "invalid aegument" every time i try to do that in First Aid.
    Everything anyone has said to do wont help. I cant even get my mail accounts to come online but they still work in my phone. I even downloaded the newest version 10.9 or whatever and it doesnt work. My mail accounts are all screwed up, so is icloud, and messages app i cant even use it. ive restarted my computer a million times so dont suggest that either.
    Oh and for those of you who are going to tell me to go to /library/keychain or anything like that, my computer says that the file or folder doestn exist.

    Please follow the directions in this support article. If there's no change, see below.
    Back up all data. Open the iCloud preference pane and uncheck the Keychain box. You'll be prompted to keep or delete the keychain items. Choose to delete and confirm. Then re-check the box. Follow one of the procedures described in this support article to set up iCloud Keychain on an additional device. Test.

  • Tops of Signatures get cut off...

    Can anyone tell me why or, better yet, how to fix the following issue I keep having?
    When using Adobe Reader and the "Sign>I Need To Sign>Place Signature" function with "Signature Style 4" the top of some of the letters of signatures gets cut off (see screenshot below). 
    I cannot find a way to rejustify the text nor am I able to enlarge only the box that the text is located in.  The single enlarging feature for the box is a diagonal enlargement tool which inherently also enlarges the text when it is used.  So it defeats the purpose of what I'm trying to fix and only makes the issue into a larger size.
    Any assistance in correcting this issue is greatly appreciated!
    --CR4

    There are several situations where this could happen.
    1) If you have 4:3 footage (standard def) in a 16:9 project (widescreen) and select CROP in the Rotate, Crop, Ken Burns Tool, then it will cut off the top and bottom of your clips to make them fill the screen. If you select FIT instead of CROP, it will letterbox (add black bars) so you see the whole clip.
    2) This can also happen when you automatically apply image stabilization. Stabilization works by zooming in. You can turn off stabilization in the Clip Inspector.
    3) If you have iPhone clips and the iPhone was held vertically, then this will be an issue for you, because iMovie always sets the aspect ratio to match a TV screen, so the horizontal dimension will always be the longest. For best results, shoot all movies in landscape mode on your iPhone. If you have already shot in Portrait Mode, I suggest using FIT rather than CROP so you do not cut off the heads.

  • Text getting cleared after throwing OAException message

    Hi,
    I have a message text input item and a drop down if user does not enter anything in either and hits button then I am throwing a OAException with a message.
    The problem is each time the user enters let us say some text in the drop down and does not select anything in the list all the text the user enters is being cleared off. They want to be able to preserve the text they wrote as it could be a lots of words.
    I tried acheiving this through saving the text into a variable and displaying it after the error but it gives me compile error saying statement is not reachable.
    Here is my part my code....the one in bold is where I was trying to assign the saved text back but it throws me compile error. Can someone suggest some other way of doing what I am trying to do?
    else if(SaveButton !=null && ((NoteType.length() == 0 || (NoteText.length()==0 && !"".equals(NoteText.trim())))))
    {System.out.println("The Note Status is Null raise an error");
      saveNoteText = NoteText;
      String message = "You must enter a note and select a note type";
            throw new OAException(message, OAException.ERROR);
            *OAMessageTextInputBean Note = (OAMessageTextInputBean)webBean.findChildRecursive("NoteText"); // Does not work*
            *Note.setText(saveNoteText);}*

    Hi Guys,
    Actually yes I am setting the value to NULL in the beginning of the PR when the page first loads.
    But the issue is that if I don't do that then the comments / notes that the user enters are showing up if I hit cancel and come back to the page. So my requirement is that if the User comes in the page the notes and note type should be null or blank.
    There are 2 buttons on the page one is the Save button and the other is the Cancel button. I just want the to handle my items correctly on these events.
    * IF the user hits the save button without entering the required fields then I raise an OAexception but the all the fields are getting cleared out. ( I don't know how since I set them to NULL in the PR not in PFR). I want the error message but I don't want to clear out the fields.
    * IF the user hits the cancel button I don't want to retain or keep the fields I want to blank them out.
    Right now, I can make one or the other work but not both. Can anyone please suggest what I should do. Would really appreciate it. Below is my controller code that setting the stuff
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    String test = (String)pageContext.getParameter("ImcPartyId");
    String ExecuteQueryReport = pageContext.getParameter("ExecuteQueryReport");
    String retURL = pageContext.getParameter("retURL");
    String ExecuteQuery = pageContext.getParameter("ExecuteQuery");
    String SourceSystem = pageContext.getParameter("SourceSystem");
    pageContext.putSessionValue("SourceSystem", SourceSystem);
    System.out.println("The Party ID Here is "+ test);
    {  *OAMessageTextInputBean Note = (OAMessageTextInputBean)webBean.findChildRecursive("NoteText");*     // If I comment this out then in the error
    OAMessageChoiceBean NoteType = (OAMessageChoiceBean)webBean.findChildRecursive("NoteTypeID"); // message my fields are not getting blanked out
    Note.setText(null);
    NoteType.setText(pageContext, null); } // but if I cancel and come back it still shows up...
    pageContext.putSessionValue("retURL", retURL);
    pageContext.putSessionValue("ExecuteQuery", ExecuteQuery);
    pageContext.putSessionValue("ExecuteQueryReport", ExecuteQueryReport);
    // This code added to make the cursor busy after apply.
    OAWebBean body = pageContext.getRootWebBean();
    if (body instanceof OABodyBean)
    ((OABodyBean)body).setBlockOnEverySubmit(true);
    * Procedure to handle form submissions for form elements in
    * a region.
    * @param pageContext the current OA page context
    * @param webBean the web bean corresponding to the region
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
         System.out.println("Start the Controller");
    String SaveButton = (String)pageContext.getParameter("SaveNote");
    String CancelButton = (String)pageContext.getParameter("CancelNote");
    String NoteText = (String)pageContext.getParameter("NoteText");
    String NoteStatus = (String)pageContext.getParameter("NoteStatusID");
    String NoteType = (String)pageContext.getParameter("NoteTypeID");
    String Party = (String)pageContext.getParameter("ImcPartyId");
    String SourceSystem = (String)pageContext.getSessionValue("SourceSystem");
    String NewStatus = (String)pageContext.getSessionValue("NewStatus"); // This is working.
    String OldStatus = (String)pageContext.getSessionValue("OldStatus");
    String retURL = (String)pageContext.getSessionValue("retURL");
    String ExecuteQuery = (String)pageContext.getSessionValue("ExecuteQuery");
    String ExecuteQueryReport = (String)pageContext.getSessionValue("ExecuteQueryReport");
    System.out.println("THE OLD STATUS IS " + OldStatus + " New Stauts " + NewStatus);
    // System.out.println("The Note Type is " +NoteType);
    // System.out.println("The Party Cancelled is " + Party);
    String RespID = Integer.toString(pageContext.getResponsibilityId());
    String UserID = Integer.toString(pageContext.getUserId());
    OAApplicationModule am = (OAApplicationModule)pageContext.getApplicationModule(webBean);
    Serializable[] params = {NoteText, RespID, UserID, Party, NoteStatus, NoteType};
    Serializable[] params1 = {Party, NewStatus, SourceSystem};
    if (CancelButton != null)
    { System.out.println("Inside Cancel");
    OAApplicationModule projectam = (OAApplicationModule)pageContext.getApplicationModule(webBean).findApplicationModule("ShipperOverviewAM1");
    projectam.invokeMethod("rollbackTransaction");
    CancelButton = null;
    // The user has clicked an "Cancel" icon so we want to navigate back keeping everything in Context.
    HashMap param = new HashMap();
    param.put("partyID", Party);
    param.put("ExecuteQueryReport", ExecuteQueryReport);
    param.put("SourceSystem", SourceSystem);
    param.put("ExecuteQuery", ExecuteQuery);
    param.put("retURL", retURL);
    pageContext.setForwardURL("OA.jsp?page=/xxksms/oracle/apps/imc/ksms/webui/ShipperOverviewPG"
    ,null
    ,OAWebBeanConstants.KEEP_MENU_CONTEXT
    , null
    , param
    ,true // Retain AM
    ,OAWebBeanConstants.ADD_BREAD_CRUMB_NO
    ,OAWebBeanConstants.IGNORE_MESSAGES);
    else if(SaveButton !=null && ((NoteType.length() == 0 || (NoteText.length()==0 && !"".equals(NoteText.trim())))))
    {System.out.println("The Note Status is Null raise an error");
      String message = "You must enter a note and select a note type";
        throw new OAException(message, OAException.ERROR);  }
    else if (SaveButton !=null && ((NoteType.length() > 0 && NoteText.length() > 0 && !"".equals(NoteText.trim()))))
    { System.out.println("Inside here Pressed Save Button");
    String returnValue = (String)am.invokeMethod("addNotes", params);
    //if (a != null && !"".equals(a.trim()))
    // Put an if condition here. Only commit if the Notes return a "S" otherwise throw an exception.
    if (returnValue.equals("S"))
    {  OAApplicationModule projectam = (OAApplicationModule)pageContext.getApplicationModule(webBean).findApplicationModule("ShipperOverviewAM1");
    projectam.invokeMethod("UpdateStatus", params1);
    // projectam.invokeMethod("commitTransaction");
    System.out.println("Commit Transaction Done.");
    MessageToken[] tokens =
    { new MessageToken("NEWSTATUS", NewStatus),
    new MessageToken("OLDSTATUS", OldStatus),
    String MainUrl = "OA.jsp?page=/xxksms/oracle/apps/imc/ksms/webui/ShipperOverviewPG&retainAM=Y&ImcPartyId="+Party+"&ExecuteQueryReport="+ExecuteQueryReport+"&SourceSystem="+SourceSystem+"&ExecuteQuery="+ExecuteQuery+"&retURL="+retURL;
    OAException descMesg = new OAException("XXTSA", "XX_KSMS_SAVED_NOTES", tokens);
    OADialogPage dialogPage = new OADialogPage(OAException.INFORMATION, descMesg, null, MainUrl, null);
    pageContext.redirectToDialogPage(dialogPage);
    else
    {   OAApplicationModule projectam = (OAApplicationModule)pageContext.getApplicationModule(webBean).findApplicationModule("ShipperOverviewAM1");
    projectam.invokeMethod("rollbackTransaction");
    System.out.println("Rollback Executed ");
    String MainUrl = "OA.jsp?page=/xxksms/oracle/apps/imc/ksms/webui/ShipperOverviewPG&retainAM=Y&ImcPartyId="+Party+"&ExecuteQueryReport="+ExecuteQueryReport+"&SourceSystem="+SourceSystem+"&ExecuteQuery="+ExecuteQuery+"&retURL="+retURL;
    OAException descMesg = new OAException("XXTSA", "XX_KSMS_ERROR_NOTES");
    OADialogPage dialogPage = new OADialogPage(OAException.INFORMATION, descMesg, null, MainUrl, null);
    pageContext.redirectToDialogPage(dialogPage);
    // OAApplicationModule rootam = pageContext.getRootApplicationModule();
    //am.invokeMethod("commitTransaction");
    // System.out.println("Inside Save");
    // Try build your own Dialog Page here....
    /*String MainUrl = "OA.jsp?page=/xxksms/oracle/apps/imc/ksms/webui/ShipperOverviewPG&retainAM=Y&ImcPartyId="+Party;
    OAException descMesg = new OAException("XXTSA", "XX_KSMS_SAVED_NOTES");
    OADialogPage dialogPage = new OADialogPage(OAException.INFORMATION, descMesg, null, MainUrl, null);
    // This should take us to and OK Button after pressing the User should go back to Shipper Page. */
    }

  • When converting word doc to pdf with Acrobat words getting cut off?

    Hi all,
    As you can see from this example:
    When converting from word document the words on the pages in the final PDF are getting cut off on the edge of the page?
    I've adjusted the margins in page layout in MS Word to Normal, Moderate & Wide etc, etc
    Never ever had this problem before...does anybody have any idea why or what I could do?
    Thanks in advance.

    As a quick check, set the printer to the Adobe PDF printer in WORD and then check for the proper operation. Also be sure the paper dimensions and orientation of your document and the printer properties match up (I have had some problems with the orientation when I have auto-rotate on). You may have to play some to get something to work. I have done that before and settled on a process that works for me, but I can't claim it all makes perfect sense. To many things are going on in some sense.

Maybe you are looking for

  • My Iphone 5 is not showing up in my devices on Itunes and there is no option to sync.

    My Iphone 5 does not show up in devices when I plug into my computer. No devices show up. I was getting a small box that showed the Iphone and wanted me to open it to view the files, which basically shows how much space is left. I tried draggin a pla

  • PROBLEM : SetSelectedIndex with MultiColumn JComboBox

    Hello, I've got a problem with my MultiColumn (2 Column) JComboBox. I had use in my ListCellRenderer a panel wich contains 2 labels (One for the code and another for the description of my item). Everything work very well, except the "SetSelectedIndex

  • Overlapping Objects

    All, I am working on code which differentiates bright objects in a camera's field of view.  Programming in LabVIEW, I have so far been able to detect and enumerate separate objects using LabVIEW's built in function.  My next challenge will be to diff

  • AS5400HPX & PGW2200 in nailed mode

    Hello all, I am facing some very strange problems related to FAX calls on some AS5400HPX used with a PGW2200 nailed mode config. Basically some destinations are simply not working for the FAX calls or, in the best case, at a very high failure rate (1

  • Nothing Happened in Result.

    HI, I have the below jsp code, after I run it, it outputs as: ======================= Results s_code ${row.s_code} Description ${row.description} ============================= Could you please give me some ideas? I am using Tomcat 5.0.19, and have co