The environment has changed; the layout can no longer be executed

Hi guys,
  I`m getting the below mentioned error message when I attempted to "Enter Plan Data" on my Layout
  " The environment has changed; the layout can no longer be executed "
  All I did was to create a Variable in Planning Area and then made adjustments to my Data Column in my Planning Function to include the Variable.
  Please advice soonest possible

Hi Anurag,
  I have a question of Variable.
  I created a variable CURRMTH on Characteristic Fiscal Year/Period in my PLANNING AREA.
  This variable CURRMTH has the following properties
  Text Replacement : Medium text
  Replacement Type : Fixed Value
  Selection : Fiscal Year/Period is set to 001.2005
  Now, I created a Layout
  Fiscal Year Period in Data Column and Key Figure in Lead Column.
  In my Layout: Data Column tab , I put the following
  Heading : CURRMTH
  Key Figure : NEWLISTKF
  Variable
  Fiscal Year/Period: CURRMTH
  Do you forsee any inconsistencies here ?
  One more question, do I also have to set my Planning Level / Package to have characteristic Fiscal Year/Period to Variable ?
  Please help, mate!

Similar Messages

  • I am trying to purchase albums from the iTunes store and all the website says is that the price has changed. Why can't I just use a gift card/myaccount?

    I am trying to purchase albums from the iTunes store and all the website says is that the price has changed. Why can't I just use a gift card/myaccount?

    If you are getting a message to contact iTunes Support then you can do so via this link and ask them why the message is appearing (we are fellow users here on these forums, we won't know why) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Why did my calendar view suddenly change? Using iOS 7.1 and I've been using this version for a few weeks with no problem with my calendar. Now the view has changed and I can't view a list mode without seeing the month too

    Why did my calendar view suddenly change in iCal? I've been using ios7 fôr a few weeks now with no problems. Suddenly, without any updates or anything, the calendar view changed and I can no longer view it as a list without having the entire month seen as well.

    Hey Gattypyle,
    Thanks for the question. You simply need to go back to Day/Week view, then tap the list-view icon once more.
    Calendar at a glance - iPhone
    http://help.apple.com/iphone/7/#/iph3d110f84
    View a list of events. In month view, tap to see a day’s events. In day view, Tap the to view a list of events.
    Thanks,
    Matt M.

  • Ethernet MAC address has changed and I can no longer connect to the network

    I have a new iMac, 21.5" running 10.6.4. It was purchased in the past month.
    I am using it on an ethernet network and using DHCP to obtain the address. It has been working for the past few weeks. I turned it on today and it is failing to connect. After some digging around, it seems that the MAC address (Ethernet ID) has been reset to 00:10:18:00:00:00. This is different to the one it has been using last week.
    I have not changed any network settings. Airport is working fine.
    If I pull out the ethernet cable and reinsert, the machine tries to obtain an IP address. After a while, it returns with a self-assigned IP Address.
    Last week, I did notice that it was taking a relatively long time (a minute or so) to obtain the IP address over ethernet. Plugging the same ethernet cable in a macbook, I am able to obtain the IP address for the macbook much more quickly.
    I see that I could use ipconfig to change the interface address to what I believe is the correct address. Would this be sensible?
    Why would the machine have reset the MAC address anyway?
    Regards,
    Neil

    Dear all,
    I am having the same problem with a new MacBook Pro, bought end of October - for me it became apparent for software (Matlab, Comsol) that are registered with a licence file which was created based on the MAC address, and also when trying to register the computer to the company network. That software will only work those times that the computer "knows" its real MAC. Also, I found that audible audio books, managed through itunes, will not synchronize with the ipod at those times when the MAC address is at the producer's default (00:10:15:00:00). I never had network issues other than this computer registration, - no probs at home or elsewhere - , so it will depend on the individual setup which issue users observe.
    I have had long phone discussions with different Apple support people, they have done checks based on Capture Data that I sent to them via email, etc.. They can't find the problem in the software/setup and they advised me to go the Genius Bar and have those guys look at the computer's guts.
    Restarting sometimes did set the MAC to the real one, also running the code that someone suggested in Terminal sometimes helped.
    Other than that, looking through the web, it does not seem to be an Apple-unique problem, but certainly one would like to see support to take care of that issue for Macs soon.
    Also, thanks a lot for this thread! Otherwise the support guys on the phone would not have believed my : "the Mac address changes on a daily basis" and would just have brushed me off.
    All the best,
    Susanne
    Message was edited by: semperula

  • How to verify that the user has changed table row data before db update

    Hi all,
    Iam using Oracle ADF with EJBs.
    I have a single selection table that displays rows of data returned from a function of my data control.
    The columns of my table are editable so that the user can change the data. The user selects a row, changes the data in one or more columns of the row and saves the data by means of a submit button. The code in the submit button, identifies the row of the corresponding iterator that the user clicked on and updates the data in the database (using the 'mergeEntity' function of the EntityManager)
    Before saving the data, I want to put some logic to check whether the user has actually changed some data to avoid unnecessary updates in the database . But for this I need a technique to detect that the user has indeed changed some data in the table row.
    One technique I have been using so far was to isolate the iterator row of the table and then query the corresponding row in the database table and compare their values.
    Except from dummy, this technique is not efficient if the table contains many rows.
    Moreover, in my case I have observed that on successive updates on the same row , the query on the database returns the new values (user changed values) and not the actual values contained in the database table. This means that when the user updates an iterator row the cached data affect also the results of the SELECT statement from the actual database table!!! Isn't this strange ?
    Can somebody propose me a neat method to detect when the user has changed the the data of an iterator row ?

    Hey Alan,
    The below solution seems overly complicated to me and can not be implemented without a custom screen and/or the use of JavaScript. Also, if your main concern is that a user may accidentally loose all their data because they closed the browser window or the session times out before they hit the save button then this solution does not help you.
    There are a couple of simpler approaches you can take here:
    # If the use of JavaScript is permissible you can hook into the windows 'onUnload' event, and pop-up a message box which gives the user the opportunity to cancel closing the window and save their case if they haven't already.
    # Implement an autosave feature by hooking into one of events provided by web determinations. A simple (but rather naive) way of doing this would be to hook into the OnRenderScreenEvent and call save on the interview session every time the event fires. This guarantees that all the data the user has submitted will aways automatically be saved, thereby removing the need to make sure the user manually saves their data before closing the browser.
    Automatically making Web Determinations close a browser window has to be done using JavaScript. However, doing so means that a) it won't work for people who turn off JavaScript, which is commonly done for accessibility reasons b) you'll likely run afoul of the browser's security mechanism (they generally won't let you close a window that you didn't open and some really don't like you doing that at all).
    Thanks,
    Kristy

  • I created a slide show in imovie for my daughters 21st with voice overs from friends and family which was all working fine but now the voice recordings are not playing at all.  Obviously some setting has changed but I can't find which one.

    I created a slide show in imovie for my daughters 21st with voice overs from friends and family which was all working fine but now the voice recordings are not playing at all.  Obviously some setting has changed but I can't find which one.

    I created a slide show in imovie for my daughters 21st with voice overs from friends and family which was all working fine but now the voice recordings are not playing at all.  Obviously some setting has changed but I can't find which one.

  • Itunes has changed the way it stores files over the years and now i am having trouble figuring out which files are where so I can back them up

    Hi
    I have backed up itunes by copying my itunes file to an external hard drive. I try to keep my large media files (like TV shows) in a separate folder so that I can keep my hard drive on my macbook from filling up.  Problem is, apple has changed the way Itunes is organized and backs up over the years.  Now I am having a hard time keeping straight what is where.  When I go to support, it has different instructions for the various versions of itunes. I  am using version 10 now but it seems like I can't see all my files within the itunes music or media folder.  I want to get everything in one place so that I can easily back up, regardless of which version of itunes I am running at the time.
    I have selected to let itunes organize my files.  It keeps all the files I have purchased in one place apparently, but items I have imported don't seem to always be there.
    How can I best sort this out?

    I have, but if I don't have that particular external hard drive connected when my time machine backup hard drive is connected, then I don't think it is all backed up together.  It is getting too complicated to get out all this equipment every time I want to buy some music. 

  • Just uploaded iso7 , . . .hate it!  Can you change background colours?  How do you add a new item/activity to the schedule? In notes the font has changed, can I change it back and the link colour is now yellow instead of blue, can I change it?  Thanks

    Just uploaded iso7 , . . .hate it!  Can you change background colours?  How do you add a new item/activity to the schedule? In notes the font has changed, can I change it back and the link colour is now yellow instead of blue, can I change it?  Yellow on white is harder to read. Thanks

    Another question. How do you bookmark something.  It was so easy before, why did they change it?  Can I uninstall it?

  • When i double click on Mac HD the view has changed and my user name is no longer listed on the left. How can I reset this

    When i double click on Mac HD the view has changed and my user name is no longer listed on the left. How can I reset this?

    Do a factory reset .. nothing will be deleted from your backups and you will be able to get access to them again.
    The Factory Reset Gen1-4.
    Unplug your TC. Hold in reset. and power the TC back on.. without releasing reset for about 10sec. When the status light flashes rapidly; release it.
    Be Gentle! Feel the switch click on. It has a positive feel..  add no more pressure after that.
    TC will reboot after a couple of minutes with default factory settings and will wipe out previous configurations.
    No files are deleted on the hard disk.. No reset of the TC deletes files.. to do that you use erase from the airport utility.

  • I've got a power cable from my 2011 macbook air which I would like to use as a spare cable for my new 2013 macbook pro, but the design has changed.  Is there an adapter available so that I can use it?

    I've got a power cable from my 2011 macbook air which I would like to use as a spare cable for my new 2013 macbook pro, but the design has changed.  Is there an adapter available so that I can use it?

    Welcome to the Apple Support Communities
    Use the MagSafe to MagSafe 2 Converter > http://store.apple.com/us/product/MD504ZM/A/magsafe-to-magsafe-2-converter?fnode =51 However, note that the MacBook Air doesn't provide enough energy to charge the MacBook Pro with Retina display, so it could not work

  • HT202213 Why would my Apple TV suddenly stop recognizing my library.  Nothing has changed.  How can I test the Apple TV.  I have the latest updates.

    Why would my Apple TV suddenly stop recognizing my library.  Nothing has changed.  How can I test the Apple TV.  I have the latest updates.

    Could have to do with home sharing. Try turining off and then back on home sharing on your AppleTV.

  • I need to get raw plugin for Canon 5D Mark iii for CS6  the adobe website has changed and I can not find the download.. it keeps looping me back to the product download

    I need to get raw plugin for Canon 5D Mark iii for CS6  the adobe website has changed and I can not find the download.. it keeps looping me back to the product download page without the raw

    Which operating system are you using?
    Have you tried Help>Updates from within photoshop cs6 to get either camera raw 8.3 or 8.7.1, which should enable photoshop cs6 to open the canon 5D Mark III files.
    (version of camera raw depends on your operating system)
    If that doesn't work try one of the following camera raw plugin installers:
    Camera raw 8.7.1 plugin
    https://helpx.adobe.com/x-productkb/multi/camera-raw-plug-in-installer.html
    If you have windows xp or vista or mac os x snow leopard (10.6.8), then you'll have to use the camera raw 8.3 plugin installer:
    https://helpx.adobe.com/x-productkb/multi/camera-raw-84-support-policy.html

  • I have updated to the new ios 7 and the messaging has changed a bit how can i forward a message

    I have updated my phone to ios 7 and the messaging has changed a bit how can I forward a message?

    have you restarted the iPhone? if not, press and hold both the sleep and home button until screen goes black and apple logo come up, then release them. Let me know if that helped.

  • I downloaded the new operting system, but automaticlly has changed the calling tone and now  I can't download the song I had in the calling tone. Someone can help?

    I downloaded the new operating system in my Iphone and automatically has changed the calling tone and now I can't download the song I had.
    Someone can help me?

    Try deleting the app and redownloading by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • The volume on my iPad 3 has gone. I've checked the mute button, tried restarting, resetting etc and nothing has changed. I can't hear the music, hear any sound from videos. Most times the video stops playing after a seconds. My iPad 3 is only 2 months ol.

    The volume on my iPad 3 has gone. I've checked the mute button, tried restarting, resetting etc and nothing has changed. I can't hear the music, hear any sound from videos. Most times the video stops playing after a seconds. My iPad 3 is only 2 months ol.

    If you have lost all sound and video is freezing on you, that ain't good. Your iPad is two months old so I would not hesitate to contact Apple at all. You are entitled to 90 days of phone support.
    http://www.apple.com/support/ipad/contact/.
    If you want to try a couple of things on your own, try quitting all apps and then reboot the iPad - not so much for the sound issue itself - but more as a general "start all over again" sort of approach. It might help with the video freezes.
    Go to the home screen first by tapping the home button. Double tap the home button and the task bar will appear with all of your recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner of the app that you want to close. Tap the home button or anywhere above the task bar. Reboot the iPad.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    If you use headphones on occasion, you can try plugging and unplugging those as well and see if the sound comes back.
    You could even try restoring the iPad to factory settings and then restore from a backup, but unless there is something totally hosed on the iPad, that should not be necessary with a two month old device - of course assuming that you didn't drop the iPad or do something accidental that could be causing the problems.

Maybe you are looking for