Non standard Year member in Planning Years dimension

We have a non standard (to Planning) member of the Years dimension called 'No Year'. In order to add it initially, I had to go to the back end of Planning (HSP_OBJECT and HSP_UNIQUE_NAMES tables) and modify the members there. This was in version 9. The order of the Years members was then FY95 through FY14, then came No Year, then FY15. This worked for our start and end years within Planning, as our start year was FY09 and our end year was No Year, which allowed us to Plan through FY14 and also entered non-year specific data to No Year on forms. It also allowed us to omit 'No Year' from our scripts using a range of years FY09:FY14 (using substitution variables). Now that the year has rolled over (and, incidentally, we've upgraded to version 11), and our Planning years are FY10 through FY15, I would like to move No Year to be after FY15. However, I don't seem to be able to do that by updating the underlying tables above. I make the changes to the two tables, but it is not reflected in Planning (they display in the same order), and if I try to edit either of the two members in Planning (No Year or FY15), it gives me an error saying the member already exists. Does anyone know how I can accomplish moving the No Year member? I need to do it not only this year, but to have a process my client can follow each year, moving that member in the outline to be directly after the last Planning year.
Thanks,
Sabrina

If you want to go about hacking the tables and changing the order of 'No Year'.
If you run the following SQL against your planning application
select * from hsp_object where object_type = 38
You will see the position column and will have values like 1000000 = First place, 1000010 = Second Place and so on.
To alter the position then you need to note down the position value of 'No Year' and 'FY15'
update hsp_object set position = '1000070'
where object_type = 38 and object_name='No Year'
update hsp_object set position = '1000080'
where object_type = 38 and object_name='FY14'
Restart planning. Now this is all done at your own risk and when you app goes boom don't blame me :)
If 'No Year' was added in the correct way when you add year's it should always stay as the last position.
Planning assigns object ids between set ranges, normal year values (FY..) are 50002 onwards
No Year is out of that range e.g 50412
When No Year is added correctly then planning will add a new to the normal range of values for year (last year value + 1) and then alters the position order
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Previous year figures in planning book

    Hi all,
    I want to show the previous year figures in the planning book.
    According the help documentation of planning books it must be possible to add actual data and previous year figures (Demand Planning - Demand Planning Process - Planning book design - Planning book: "Add rows containing actual data from the current year and/or the previous year").
    Actual data is easy by refering to 000 version. But how can I add previous year data?
    Thanks for your help
    Jean

    I think what it means is that if you go to the dataview tab in the Planning book design you can see a field called Initial Column.
    If you use initial column you will be able to add all the buckets in the period previous to the first future period. Its not necessarily last year but previous periods.
    (though i dont understand what you menat by seeing actual using 000 version)
    It makes more sense in an SNP planning book for a KF like Stock
    as the help says...
    "The initial column covers the time span from 1970 until the beginning of the first future period minus 1 second. The data is read from a key figure that is stored in liveCache orders or liveCache time series. However, you can also populate this column with data using a macro, such as has been done with the Initial stock key figure in the standard Supply Network Planning data view.
    Enter one of the following values:
    Blank - No initial column
    L - The initial column is displayed on the far left of the table.
    R- The initial column is displayed on the far right of the table.
    C - The initial column is displayed between the past planning horizon and the future planning horizon."

  • Why am I required to sign in as a TRIAL member? I'm a member for a year

    I've gone through this before and I'm getting tired of it. Adobe's management of Creative Cloud is terrible!!!
    I'm being charged for multiple memberships and am trying now to resolve this issue.  Suddenly I find that I have to register the software I have already downloaded for over a year as a TRIAL membership.  I'm an active subscriber for over a year and am being charged on a monthly basis.  If you don't get your act together, you're going to lose a LONGTIME customer.

    Thanks for responding.  My name is Joel Cotten  My email is [removed].
    I'm trying to deal with multiple billings for my Cloud membership.  After talking to India billing about this they terminated the erroneous billing for $49.99+tax and then I get this email:
    Hi Joel,
    Your Creative Cloud membership will be transitioned to a Free membership at the end of the next billing period. This means you will lose access to many of the apps and services included with a Paid Creative Cloud membership.
    In addition, since Free membership offers only 2GB of storage, you may need to remove files to get your cloud storage down to 2GB (or to purchase additional storage separately if you choose). If you leave more than 2GB of files on Creative Cloud for more than 90 days, you may lose access to some or all of your files. If you decide you want to return to a Paid membership, update your payment information and desired plan on the account management page.
    If you need help or have any questions, contact Customer Support.
    Thanks and enjoy,
    The Adobe Creative Cloud Team
    Which membership are you talking about?  I've been billed for two different memberships.
    If my next credit card statement shows a May billing for $53.00 plus another for $32, I'm getting out of your CLOUD altogether.
    I've used Adobe products for many years.  I thought the Creative Cloud was a great idea and subscribed right away.  However, its implementation by your so-called team has become a nightmare.  The right hand doesn't know what the left hand is doing.  Is there anyone in the US whom I can talk to who knows what the hell is going on?
    Kapil Malik <[email protected]> wrote:
    Kapil Malik Kapil Malik created the discussion
    "Re: Why am I required to sign in as a TRIAL member? I'm a member for a year"
    To view the discussion, visit: http://forums.adobe.com/message/5319192#5319192

  • I reset my computer to orig manufacturers speifications and lost all my purchased Itune music before this year.  I've been a member for ten years.  Itunes does not have a record.  Is there anything else I can do to get them back.

    I had to reboot my desktop computer to original manufacturers specifications and all my purchased Itune music was deleted from my computer.  I didn't back up my itunes because they advertise they keep a record of your purchased music.  I contacted Itunes and they have stated they only have a record of purchases made this year.  I've been a member for ten years.  Any ideas on how to get back my purchased music?  Also, I have an old Ipod Nano that I haven't used for quite some time because the battery didn't hold its charge, and it has some of my older purchased music.  Itunes said I can't get the music on my old ipod downloaded back onto my computer, any ideas on this?

    See Recover your iTunes library from your iPod or iOS device.
    tt2

  • Remove access for each member of a particular dimension from Hyperion Planning Applciation

    We are trying to remove access for groups for each member of a particular dimension( which has more than 1000 members) of a Hyperion Planning application. We are going through Administration->Manage DImensions -> member , Under security click view and select the group and then remove access But the problem is there are more than 1000 members under this dimension , so it will be time consuming to go to each member and then remove access for the group. Is there any other way we can do this?
    Also is there a way to bulk delete native directory groups from Hyperion Shared services, instead of deleting each native group manually one by one?

    The reaso we want to go for Relational tables is that when we did Exportsecurity utility for that planning application  and imported back the SecFile.txt without doing any changes ,still it errored out giving errors like :
    "The following access not imported:-"PLN-ORG-0278-999 Bureau Strtgc & Oprtnl ""PLNning",0278-999,READWRITE,MEMBER due toInvalid user name found in the file."
    It is erroing out even if we did not do any modifications to the secfile.txt.
    Moreover there are more than 1000 members for which we have to remove access permissions manually one by one. It is a tedious process.
    So we are looking at other options like , which relational tables have got Native directory groups information, and the sql queires we can execute to remove the unwanted Native directory groups from Shared Services?

  • Cancel Creative Cloud Student and Teacher Edition: One year One Year, Paid Monthly plan

    Hi, I would like to cancel my Creative Cloud Student and Teacher Edition: One year One Year, Paid Monthly plan. It says i have a one year commitment. Does that mean i am stuck?
    Thanks

    As far as I know, there is a penalty for cancelling early
    Cancel the Cloud http://forums.adobe.com/thread/1439535?tstart=0 may help
    or
    Adobe contact information - http://helpx.adobe.com/contact.html

  • I want to disable my 1 year adobe muse plan ASAP !

    I want to disable my 1 year adobe muse plan as i only wanted a 1 month plan and now money is automatically getting deducted every month from my debit card please help me disable this plan as soon as possible thank you .

    Hello,
    Please check the link below to check the steps for the same.
    https://helpx.adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html
    Regards
    Vivek

  • Can you edit non-standard dimensioned video in FCE?

    In screen grabbing software called IShowU you can capture video in any height or width. Can this type of non-standard dimensional video be edited in FCE 4?
    Thank you in advance for your reply.
    Thomas

    No. FCE is a resolution specific editing application.

  • Planning Shared dimension in EPMA

    Hi All,
    We are currently exploring LCM to do application migration from one environment to another. I have managed to restore the LCM extract (Application Metadata) successfully and deployed a Planning application. However, all of my Shared dimension in EPMA for the Planning app seemed are changed to Local. If I tried to manually change the Local dimension to Shared using Share dimension option, all the properties got overwritten. For instance, when I changed my Year dimension from Local to Share, all the Start Year and End Year properties for the Scenario dimensions were blanked out. Does anyone have any ideas on how to preserve the Shared dimension in LCM imports? Thanks.
    Regards,
    Gerd

    Once the EPMA has been migrated just convert the Local dimension to shared.
    *"1 Edit the application in the EPMA Dimension Library*
    *2 Right-click on the Local dimension in the application > Share Dimension*
    *In the options screen, choose to "create a new shared dimension" if the dimension does not already exist in the Shared Library. Choose to "merge as shared" if the dimension already exist in the Shared Library and you want to merge it with the newly imported dimension. Choose to "replace" if you want to replace the dimension in the Shared Library with the newly imported dimension."*
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Mailserver using non-standard smtp port

    how do i set SMTP to accept connections on a non-standard port (i.e. 2525 or something)?
    i'm running a mail server and my residential isp (comcast) after ten years of peaceful coexistence decided that they need to block port 25. so i am setting up a commercial store/forward mail relay service. all i need to do is set up my snow leopard server to accept incoming connections on a port other than 25. sounds easy. it is mentioned in the docs thusly:
    "By default SMTP is enabled on port 25. If port 25 is blocked in your environment,
    you need to change the port SMTP uses."
    ... but that's all i can find. specifically, it doesn't say exactly how to change the port.
    any help appreciated.

    following up to my own post. hoping this info may be useful for others who face the same issue who are running a server and then having email ports blocked by their ISP's.
    i worked around this by signing up for a mail relay service (i use the one provided by dnydns.com). they forward incoming mail for my domain over a nonstandard port.
    since i never received an answer to my question about how to make SnowLeopardServer email server accept SMTP connections on other ports, i simply used port mapping in my router (Airport Extreme) to redirect this port (i used 2525) on my WAN address to port 25 on my server - an acceptable workaround.
    i also did the same port redirection for the other "standard alternative" smtp ports, 465 and 587.
    since my ISP blocks port 25 in both directions, i also needed to find a work-around for outgoing mail as well. previously, my mail server simply forwarded to my ISP's smtp server (using the default port 25). here the Server Admin interface worked but with one "trick": under Mail>Settings>General, i left the box for "Relay outgoing mail through host:" checked, and in the field there i put "[smtp.myispdomain.net]:587" (that is with square brackets, and a colon, but no double-quotes - and of course, use your own smtp server's domain name). afaik this is not documented anywhere in the apple-provided docs, but i found the corresponding docs for postfix, and reverse-engineered it.
    so now i can read (via IMAP) and send (via SMTP) mail from my home server, both when i am on my LAN and when i am accessing remotely, and effectively work around the bi-directional block of port 25 imposed by my ISP.
    i'd still like to know if there is a method of configuring smtp to accept connections on ports other than 25. i can see how to do it by editing /etc/postfix/master.cf, but afaik that file gets overwritten by Server Admin...

  • Add Non-Standard Web Link in Mac Mail

    Does anyone know how to add a non-standard web link? The add link dialog box does not like my url.
    I need to add a link like this: http://someserver100/index.html.
    It disables the "OK" button as soon as I add the "100" after "someserver".
    Prior to the Leopard upgrade I never had a problem doing this. Now it seems that Mail is trying to be too clever. Please help, this is an important business need for me to be able to send links like this.

    I didn't originally go deep into detail as not to bore, but maybe the details will make the difference.
    I am a web developer. I have a client that I vpn into to make web updates. The server that I work on is a testing / development server, not the outside world facing production server. The server is not viewable via a domain name. So I can not get to it by typing www.domainname.com. Instead, the client's IT guys have a host name set up for the server that I need to use due to some of the back end technology that serves the pages.
    The server name is "development100".
    In order for me to view pages on this server, I had to make an entry in my host file so my browser would know what ip address "development100" is associated with. That way whenever I type "http://develoment100" into my browser's url bar to proof my web work it would resolve me to the testing / development server.
    Now, once my changes are done and posted, I need to send a notification email to the IT staff that servers two purposes. First, it gives them an exact url laundry list of what files have have updated. Second, it gives them a link to click for each item that will allow them to proof that html, jpeg, etc.
    A typical item in this list would like like this: http://development100/index.html
    That link should send them directly to the index page on the server for example. I have be using this system of building the notification emails with these links for over five years and prior to upgrading to Leopard, it always worked.
    Now, if I try to "Add Link" and type "http://development100/index.html" in the dialog box. The "OK" button will become disabled as soon as I key in the first number in that link.
    If I don't "Add Link" and just key "http://development100/index.html" into the body of the email the link will cut off at the first number as well. So the link will look like this: "http://development"
    Sorry for the long explanation, but I think that it is necessary. The answer may just be that Apple is trying to verify / qualify links automatically and wont let numbers go in the link name without a .com / suffix. Thanks for the help.

  • How can a non-standard calendar week be defined?

    I have a requirement to determine the calendar week when the week is non-standard week.
    The standard calendar week is Sunday - Saturday.
    Our week is defined as Saturday - Friday. We need to detrmine the calendar week of the year based on a Saturday - Friday Calendar week.
    How can I calculate the calendar week year based on this definition?
    You assistance is appreciated.
    Den

    You can use transaction SCAL to change or create a new calendar!
    Regards,
    Cris

  • Is it possible to add an all time member to the time dimension

    We are on BPC 7.  Our time dimension has the normal Year, Quarter, Month rollup. 
    Is it possible to add an "All_time" member to the time dimension that would have all years rolling up to it or are our only choices Year, Halfyear, Quarter, Month, Week, or Day?

    TOTAL is not a valid selection for LEVEL.  Did you create this "TOTAL" manually some how?  I have seen "TOTAL" as a period but never a level.  Do you have a dimension file that you can get to work with this example in APPSHELL that you could share?
    According to the BPC Admin documentation it only comes with YEAR, HALFYEAR, QUARTER, MONTH, WEEK, DAY as valid options.  How do you get the TOTAL member added as a valid option for the LEVEL property:
    BPC Documentation Reference below:
    LEVEL
    Time can be a year, quarter, month, week or day. As described above, the PARENTH1 property is used to define the aggregation of the time periods.
    The LEVEL property is also very important in defining your time periods. You must have the correct Level (Year, quarter, month, etc.) for each member. You must follow the chronological format throughout the Time dimension. The correct format is:
    ·        YEAR
    ·        HALFYEAR
    ·        QUARTER
    ·        MONTH
    ·        WEEK
    ·        DAY

  • Kvirc from SVN {NON-Standard-Install-Method} and Overcoming 2 Problems

    Hello, everyone.  Firefishe here.
    There are certain programs I like to compile from source code, outside of the normal arch hierarchy of PKGBUILD's.  One such program is the Internet Relay Chat client, "KVIRC".
    I've been using kvirc for years, and I like to keep it as up-to-date as possible, just like Arch!
    This is why I like to use the svn version, so I can update it quickly and uniformly.  I like--as a user--to contribute back to the project.  (I had one of my bug reports translated into an instant commit by the main project author, himself, once.  That made me feel quite good, so it really does help to do a few things like this now and again.
    Okay, on to the main topic.
    I'm writing this to alleviate a nagging problem that had been plaguing me for months in 2013.  Qt5 just wasn't compiling kvirc very well back then.  The fact is, the echoing strains of "qt5 is broken in kvirc" from the #kvirc channel on Freenode, resounded soundly throughout that entire year.  Qt5 was still a bit buggy, and not all the libraries (32bit or 64bit) were quite finished.
    Move forward to (now) July, 2014!  I have now compiled kvirc successfully on my 64bit (with 32bit multilib installation) laptop, and kvirc is purring away with a current svn build of kvirc.
    However, I ran into some issues, which I would like to share with you, below:
    I usually go about compiling kvirc from svn like this: (I usually start from my /home/userNameHere directory.)
    {arch@homedir}$ svn co https://svn.kvirc.de/svn/trunk/kvirc
    {arch@homedir}$ cd kvirc
    {arch@homedir}$ mkdir release
    {arch@homedir}$ cd release
    {arch@homedir}$ ccmake ..
    [At this point, the 'ccmake ..' command invokes cmake-gui, an ncurses-like graphical user interface, with a list of menu items pertaining to various libraries and flags that can be set.  cmake-gui makes selecting these flags and libraries quite easy, and also gives a clear indication of what directories may not have been found (which will be discussed a bit later.) ]
    Press the 'C' Letter Key -- (This runs the Configure Routine.  I sometimes do this twice, just to be sure it configured properly. I've had it miss a few times for unknown reasons.)
    Press the 'G' Letter Key -- This 'Generates' Cmake files.
    After the 'G' command, the system takes you back to the command prompt.
    {arch@homedir}$ make ***WAIT A WHILE, COULD TAKE A BIT LONGER ON SLOWER SYSTEMS!***
    {arch@homedir}$ sudo make install  (Or 'su -' to root, then do 'make install'; your preference.  I prefer using sudo.)
    {arch@homedir}$ sudo ldconfig  (Or 'ldconfig' if still at root prompt #)
    {arch@homedir}$ kvirc (or 'kvirc &' if you don't want the terminal window to hold onto the process.)
    Kvirc should run at this point, but I ran into a couple of problems.  Once during the ccmake configuration (which prevented ccmake from configuring), and at the end, which prevented kvirc from running.)
    The first had to do with two (2) packages that were not installed.  The were, as follows:
    qt5-webkit
    qt5-multimedia
    I installed those files, then did the  'ccmake ..' portion.   That ran fine, as well as the 'make' and 'sudo make install' and 'sudo ldconfig' parts.
    What didn't work was when I tried to run kvirc.  I got the following error:
    {arch@homedirc}$ kvirc
    kvirc: error while loading shared libraries: libkvilib.so.4: cannot open shared object file: No such file or directory
    I remember, back when kvirc was wanting Qt4, and not Qt5, that if I didn't do the first 'sudo ldconfig' command before trying to run kvirc, it would give something similar.  However, since this compile run was wanting Qt5, and not qt4, I was puzzled.
    Well, it turned out to be something quite simple.  This is a non-standard process of software installation on a new(er) arch system.  The 'uname -r' command on my system yields the following:  3.15.4-1-ARCH .  It is no surprise, then, that at this late date, Qt5 is complete (or at least more complete) than back in 2013 when I had the original problems, and had to select the 'WANTS-QT4' section during the 'ccmake ..' command.
    **** Building kvirc this way places the kvirc binary in /usr/local/bin, and a certain 'libkvilib.so.4' library in /usr/local/lib ****.
    This is to be expected from a standard source compile on most gnu/linux systems; and this *is* a standard compile, even though we're using the 'ccmake ..' command to do the preliminary configuration and cmakefile generation.)
    The problem is, is that Arch is looking for libkvilib.so.4 in /usr/lib, and not /usr/local/lib.  So the following was, for me, the solution that got everything squared away:
    I made a symlink in /usr/lib to /usr/local/lib/libkvilib.so.4, like this:
    {arch@homedir}$ cd /usr/lib
    {arch@homedir}$ sudo ln -s /usr/local/lib/libkvilib.so.4 libkvilib.so.4
    After doing this, I did:
    {arch@homedir}$ kvirc (or kvirc &)
    And It Ran Beautifully! :-)
    I hope you've enjoyed this HOWTO.  I know most people may just want to use the 4.2.x version of kvirc, currently residing safely in the standard repositories.  However, if you're like me, and want a bit of bleeding edge, Qt5 goodness with kvirc, I might suggest doing the above!
    I can be reached at firefishe At gmail DOT com if anyone has any questions.
    Last edited by Firefishe (2014-07-11 09:23:20)

    Hi Dareen,
    Looking at the information shared and also the error message ( Update Failed,Updates could not be applied.Please contact your Administrator if you wish to apply updates on your machine. Updates have been suppressed by the Administrator.If the problems persist, contact customer support for further assistance" ),
    It suggests that the updates were to be managed by the Admin only. Lets try the following step and suggest if this was able to resolve the concern that you have or not.
    1) Navigate to C:\Program Files (x86)\Common Files\Adobe\AAMUpdaterInventory\1.0 and you will find a .dat file ( AdobeUpdaterAdminPrefs.dat).
    2) Please open the file in question and you will find a line item : <Suppressed>1</Suppressed> .
    3) Please change the Value from 1 to 0 and save the file back in the same location.
    post the above step, try the installation once again and share the end result please.
    Cheers,
    Kartikay Sharma

  • Parsing Non-Standard HTML Attributes

    Hi, recently I have been making use of the HTMLEditorKit to parse HTML pages and extract the values of certain attributes. However, I run into problems when attempting to extract the values of non-standard html attributes since javax.swing.text.html.HTML.Attribute does not allow you to define new attributes only use its existing values. Does anyone know a way of getting values from non-standard attributes?
    Thanks,
    Ross

    Ray.R wrote:
    Hi Darin.
    How have you been?  Wishing you a belated Happy New Year!
    I like your expression:  "step away from the mouse".  Very much to the point.  
    Thanks for the advice.  I'll check out XPath.
    Cheers,
    RayR
    Doing well, Thanks.  Wishing you an early Chinese New Year.  (that's going to get bleeped). [Edit:  Yay, no more bleeping Chinese]
    Be a little careful with XPath.  Some people have been known to wrap C++ libraries to have access to XPath 2.0 and an XSLT engine for awesome search and replace capabilities.  Others have been known to find ways to program XPath graphically:

Maybe you are looking for

  • Conditionally disable items in tabular form

    I built a tabular form . One of the column has dropdown called 'Type'. If users select type 'R' i want to disable 2 fields(text3 and text4) and in type is 'P' i want to disable other 2 fields(text5 and text6). I started off by including the foll. in

  • Nokia c5-03 usb connecting error

    hi i have nokia c5-03.there is no memory card present in my phone.but when i connect my phone to pc through cable the erroe comes in there (memory card not present usb connection may not work as expected) anyone know what's the reason is this... plz

  • Runtime error when trying to use Thinkvantage system updater

    I get a runtime error when trying to use the Thinkvantage system updater.Have tried it numerous times and this is the exact message: "Runtime error! Program:C:\Program Files\Lenovo\System Update\tvsu.exe This application has requested the Runtime to

  • Font  Animation effect...

    Hello All, I've posted this in this area and the Final Cut Pro area, because I have both programs, and either way I'd like to do it.. I'm looking to create an animation effect on a text.. It should be simple, but I can't seem to figure it out.. I'd l

  • Printers gone, can't add printers, making PDFs

    Suddenly all my printers and Adobe Distiller are gone from my (in-application) print dialogues. !! Truly this happened suddenly, with no apparent cause. I did nothing unusual. No new software, no deletions. Did recent update to 10.4.7..... And no pri