Giving access to the planners for the 1st 2 weeks of every month to plan

Hi Friends
I m implementing a BPC 7 MS rolling forecast planning.
Now the base member of the Time Dimensionis Month.
my requirement is ,
A Planner will be get a  alert to at the end of every month to start the process of Monthly planning for the next month.
And the planner will only get 2 weeks of a month to plan the quantity . After that that particular planner will not able to plan any further for that  particular month.
In my planning application, the secured dimensions are ENTITY, CATEGORY & PRODUCT  and in the Ownership Dimension is used in the PRODUCT DIMENSION, becuase planning process is driven by the Brand.
The same process shoud repeat for all the coming months.
And also is there any way to automate the above process.
Regards

For example, your workstatus settings have the following settings:
Entity, Time and Category are the dimensions on which workstatus is checked.
You application is called Planning, so the table where the workstatus is maintained is dbo.tblPlanningLock.
The table has the following columns (I don't know this by heart and have nowhere to check right now, so check on you own system!):
- StatusCode (The code corresponding to the status column in dbo.tblStatusCode)
- Category (The locked category member)
- Entity (The locked entity member)
- Time (The locked time member, for correct syntax check your own system, because i am not sure but I think you should put TimeID here from the membertable)
- TimeName (The locked time member again, but with the memberID from the time dimension. Again you should check this in your own system as I am nog 100% sure about the syntax here and cannot check right now.)
- Lastupdate (the date of the update. For exact syntax again check your own system)
- Updateby (user which updated the workstatus)
What you want to do now is to create a file to load new records into this table. This could for example be a csv file. This file can be imported using the DATAFLOW task in SQL Business Intelligence Development Studio. This csv file should have the following format (or if you want to use another you have to create a mapping to):
(For example purposes I assumed that the code for locked is 2)
Statuscode,Category,Entity,Time,TimeName,Lastupdate,UpdateBy
2,BUDGET,E0001,20100100,2010.JAN,14-01-2010,DOMAINNAMEUSERNAME
This can be done by running the package from BPC or by scheduling it on the server. There is a how to guide on how to create SSIS packages on SDN. This is the link:
[How to Build SSIS Packages for Business Planning and Consolidation 5.0|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/2027ebee-a928-2a10-4485-b88c926f5e24|]
This link is for 5.0 but the proces in BPC 7 is quite similar.
Edited by: Tim Vierhout on Jan 7, 2010 4:46 PM

Similar Messages

  • How to schedule a Job on 1st Wednesday of every month

    Hi,
    I have a job script like below,
    begin
    sys.dbms_job.submit(job => :job,
    what => 'calcuate_stk;',
    next_date => to_date('18-07-2007 08:30:00', 'dd-mm-yyyy hh24:mi:ss'),
    interval => 'to_date(to_char(SYSDATE,''DD-MM-RRRR'')||'' 08:30:00'',''DD-MM-RRRR HH24:MI:SS'')+7');
    commit;
    end;
    The interval of the above job is on every week.
    But now I have to change the interval and I want to run the same job on 1st Wednesday of every month.
    Can someone suggest me possibilities.
    Thanks and regards,
    Sunil

    Or :
    SQL> select mydate, next_day(last_day(trunc(mydate)),'wednesday')+8.5/24 first_wed
      2  from (select sysdate mydate from dual union all
      3        select sysdate+30 mydate from dual union all
      4        select sysdate+15 mydate from dual union all
      5        select sysdate+95 mydate from dual );
    MYDATE              FIRST_WED
    16/07/2007 08:37:11 01/08/2007 08:30:00
    15/08/2007 08:37:11 05/09/2007 08:30:00
    31/07/2007 08:37:11 01/08/2007 08:30:00
    19/10/2007 08:37:11 07/11/2007 08:30:00So, interval should be
    'next_day(last_day(trunc(sysdate)),''wednesday'')+8.5/24'Nicolas.

  • Excel, PowerView error in SharePoint 2013: "An error occurred while loading the model for the item or data source 'EntityDataSource'. Verify that the connection information is correct and that you have permissions to access the data source."

    I've installed SQL Server 2012 SP1 + SP server 2012 + SSRS and PowerPivot add-in.
    I also configured excel services correctly. Everything works fine but the powerview doesn't work!
    While I open an excel workbook consist of a PowerView report an error occurs: "An error occurred while loading the model for the item or data source 'EntityDataSource'. Verify that the connection information is correct and that you have permissions
    to access the data source."
    error detail: 
    <detail><ErrorCode xmlns="http://www.microsoft.com/sql/reportingservices">rsCannotRetrieveModel</ErrorCode><HttpStatus xmlns="http://www.microsoft.com/sql/reportingservices">400</HttpStatus><Message xmlns="http://www.microsoft.com/sql/reportingservices">An
    error occurred while loading the model for the item or data source 'EntityDataSource'. Verify that the connection information is correct and that you have permissions to access the data source.</Message><HelpLink xmlns="http://www.microsoft.com/sql/reportingservices">http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsCannotRetrieveModel&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0</HelpLink><ProductName
    xmlns="http://www.microsoft.com/sql/reportingservices">Microsoft SQL Server Reporting Services</ProductName><ProductVersion xmlns="http://www.microsoft.com/sql/reportingservices">11.0.3128.0</ProductVersion><ProductLocaleId
    xmlns="http://www.microsoft.com/sql/reportingservices">127</ProductLocaleId><OperatingSystem xmlns="http://www.microsoft.com/sql/reportingservices">OsIndependent</OperatingSystem><CountryLocaleId xmlns="http://www.microsoft.com/sql/reportingservices">1033</CountryLocaleId><MoreInformation
    xmlns="http://www.microsoft.com/sql/reportingservices"><Source>ReportingServicesLibrary</Source><Message msrs:ErrorCode="rsCannotRetrieveModel" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsCannotRetrieveModel&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0"
    xmlns:msrs="http://www.microsoft.com/sql/reportingservices">An error occurred while loading the model for the item or data source 'EntityDataSource'. Verify that the connection information is correct and that you have permissions to access the
    data source.</Message><MoreInformation><Source>Microsoft.ReportingServices.ProcessingCore</Source><Message msrs:ErrorCode="rsErrorOpeningConnection" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsErrorOpeningConnection&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0"
    xmlns:msrs="http://www.microsoft.com/sql/reportingservices">Cannot create a connection to data source 'EntityDataSource'.</Message><MoreInformation><Source></Source><Message>For more information about this error navigate
    to the report server on the local server machine, or enable remote errors</Message></MoreInformation></MoreInformation></MoreInformation><Warnings xmlns="http://www.microsoft.com/sql/reportingservices" /></detail>
    Please help me to solve this issue. I don't know if uploading the excel workbook is enough or maybe It needed to connect to another data source.
    I Appreciate in advance.

    Hi Ali.y,
    Based on the current error message, the error can be related to the
    Claims to Windows Token Service (C2WTS) and is an expected error under certain conditions. To verify the issue, please check the aspects below:
         1. The C2WTS Windows service and C2WTS SharePoint service are both running.
         2. Check the SQL Server Browser service is running on the machine that has the PowerPivot instance of SSAS.
         3. Check the domain. You're signing into SharePoint with a user account in some domain (call it Domain A).  When Domain A is equal to Domain B which SharePoint server itself is located (they're the same domain), or Domain
    A trusts Domain B.
    In addition, the error may be caused by Kerberos authentication issue due to missing SPN. In order to make the Kerberos authentication work, you need to configure the Analysis Services to run under a domain account, and register the SPNs for the Analysis
    Services server.
    To create the SPN for the Analysis Services server that is running under a domain account, run the following commands at a command prompt:
    • Setspn.exe -S MSOLAPSvc.3/Fully_Qualified_domainName OLAP_Service_Startup_Account
    Note: Fully_Qualified_domainName is a placeholder for the FQDN.
    • Setspn.exe -S MSOLAPSvc.3/serverHostName OLAP_Service_Startup_Account
    For more information, please see:
    How to configure SQL Reporting Services 2012 in SharePoint Server 2010 / 2013 for Kerberos authentication
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

  • How do I update the iOS for my 1st generation iTouch?

    I am having difficulty updating the iOS for my 1st generation iPod touch. It is currently at 3.1.3. Can anybody tell me if this is possible?

    A 1G iPod Touch cannot be upgraded past iOS 3.1.3. Sorry.
    B-rock

  • Good morning a few weeks ago  I send the request for the replacement program of my ipod nano 1st generation and they sent me the shipping box but I did not get the label to go back,  and I can not  return it , i need to you sent me again the box for retu

    Good morning a few weeks ago  I send the request for the replacement program of my ipod nano 1st generation and they sent me the shipping box but I did not get the label to go back,  and I can not  return it , i need to you sent me again the box for return the ipod

    Best thing would be to call Apple up again, and let them what has happened and they'll help you!

  • I just updated to 10.8 Mountain Lion. Now I must enter my admin password each time I attempt to access my main hard drive.  How do I reverse the need for the password.  It's a real PAIN!

    I just updated to 10.8 Mountain Lion from 10.7.5.  Now I must enter my admin password each time I attempt to access my main hard drive.  How do I reverse the need for the password?  It's a real PAIN! 

    I'd think you have a Keychain problem (Keychain storing passwords and the likes).
    When you are being asked, are you offered the checkbox, "Remember this password in my Keychain"? If so, check and see if it stops asking.

  • HT201210 I cant seem to be able to update to iOS 6.1 through my PC for my iPhone 5...The error reads: 'There was a problem downloading the software for the iPhone 'Thomas Honiball'. You do not have permission to access the requested resource".... please h

    I cant seem to be able to update to iOS 6.1 through my PC for my iPhone 5...The error reads: 'There was a problem downloading the software for the iPhone 'Thomas Honiball'. You do not have permission to access the requested resource".... please help!!

    Only developer's have access to iOS 6 now. Thus, if you are a developer you have have access to the developer's forum for iOS 6.
    Otherwise you have a bootleg copy and are on yur own./

  • "There was a problem downloading the software for the iphone"iPhone username". you do not have permission to access the requested resource.

    Hi there,
    If you have have this error
    "There was a problem downloading the software for the iphone"iPhone username". you do not have permission to access the requested resource.
    when trying to update you iphone then try to switch to airplane mode and retry (after updating windows and itunes as advised on other threads but did not resolve the error)...it worked great for me. (picked up this tip here https://discussions.apple.com/message/19619175#19619175)
    cheers

    Hi Guys,
    I have the sam problem just upgrading to iOs6.0.1. iTunes returns the following error:
    Ive tried updating via my device (New iPad) and same problem.
    I started downloading the update last week but stopped it for reasons I cannot remember. Now it seems that Ive clogged my system.
    My iTunes is up to date. I have however not run any Quicktime or iCloud updates cause i do not use the software. Will it make a difference.
    Also my Windows updates might be a bit outdated, say about a month or so.
    Please help, very frustrating!
    Also sorry but while Im here I have another question. A while ago the brightness level of my iPad adjusted by itself (not Auto Adjust). Its like it dimmed via Auto Adjust and did not "un-dim" and now Im forced to run brightness at 100% and consequently is hard on battery life. Any ideas?

  • Can oracle audit logs keep info of Blocking or blacklisting a user ID, terminal or access port, and the reason for the action?

    Hello,
    I am workin on Oracle 11G STIGs and one STIGs states that audit log should include followings;
    - User ID.
    - Successful and unsuccessful attempts to access security files
    - Date and time of the event.
    - Type of event.
    - Success or failure of event.
    - Successful and unsuccessful logons.
    - Denial of access resulting from excessive number of logon attempts.
    - Blocking or blacklisting a user ID, terminal or access port, and the reason for the action.
    - Activities that might modify, bypass, or negate safeguards controlled by the system.
    I know how to enable audit trial with OS or DB, EXTENDED levels.  However, I could not find if it is possible that audit logs can contain info of Blocking or blacklisting a user ID, terminal or access port, and the reason for the action.

    2687254 wrote:
    Hello,
    I am workin on Oracle 11G STIGs and one STIGs states that audit log should include followings;
    - User ID.
    - Successful and unsuccessful attempts to access security files
    - Date and time of the event.
    - Type of event.
    - Success or failure of event.
    - Successful and unsuccessful logons.
    - Denial of access resulting from excessive number of logon attempts.
    - Blocking or blacklisting a user ID, terminal or access port, and the reason for the action.
    - Activities that might modify, bypass, or negate safeguards controlled by the system.
    I know how to enable audit trial with OS or DB, EXTENDED levels.  However, I could not find if it is possible that audit logs can contain info of Blocking or blacklisting a user ID, terminal or access port, and the reason for the action.
    Think about that.  If the port or terminal (client ip address) is blocked, then the communication never got to the database.  So how would the database be able to audit an action that never got there?

  • My apple id for icloud is linked to an invalid email address and i do not have the password for the account.  I need to delete the account to access my icloud on my iphone.  any ideas?

    my apple id for icloud is linked to an invalid email address and i do not have the password for the account.  I need to delete the account to access my icloud on my iphone.  any ideas on how to override this issue?

    If you updated the old ID at one point to create your current iCloud ID, temporarily recreate the old ID by going to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • W3c valid site, initially no error reported by developer toolbar. But upon right click (giving the validation menue), the the toolbar reports two errors: width and height. Despite the fact that every page is validated! On the forum for the toolbar, this i

    w3c valid site, initially no error reported by developer toolbar. But upon right click (giving the validation menue), the the toolbar reports two errors: width and height. Despite the fact that every page is validated! On the forum for the toolbar, this is said to be a Browser error. So, how can this be fixed? I'm using FF 3.6.6
    == This happened ==
    Every time Firefox opened
    == after update from 3.5?

    Hi Sara,
    Can you give us the URL of the page you're having problems with and of the forum thread you mentioned?
    Thanks!

  • I have set up an Apple ID for my child who is under 13. I did not get the steps to set up the password for the ID. How do I do that now. The family sharing has sent an email notification to the email by how do I access it?

    I have set up an Apple ID for my child who is under 13. I did not get the steps to set up the password for the ID. How do I do that now. The family sharing has sent an email notification to the email by how do I access it to accept.
    Thanks.

    Hey Lori,
    You can set or change the password for an Apple ID by following the steps in this article -
    Apple ID: Changing your password - Apple Support
    Thanks for using Apple Support Communities.
    Be well,
    Brett L 

  • I cannot retrieve the password for the wifi connection on my imac and so cannot access the internet with my ipad at home.  I have a cable modem. Help please!

    I cannot retrieve the password for the wifi connection on my imac and so cannot access the internet with my ipad at home.  I have a cable modem. Help please!

    If you mean that you cannot remember the password for your WiFi network this will work for you - or it should work if you are the administrator on the Mac.
    You will need to be logged in as the administrator on your Mac and you must know the password - Open Keychain Access on your Mac in the utilities folder, click on Passwords. Find the Airport Network Password listed on the right. Double click on it. Click on show password in the the window that pops up. Enter your administrator password when prompted and click allow.
    If Keychain is locked - you must enter the administrator password there as well to unlock it and access the password.
    If you have set the Mac up for Internet Sharing for the iPad to share the Mac's connection, just create a new network On the Mac with Internet sharing and a new password.

  • I need an earphone lanyard for my 3rd generation nano.  Will the lanyard for the 1st generation nano fit my 3rd generation nano?

    I need an earphone lanyard for my 3rd generation nano.  Have searched the internet and cannot find one.  Can find one for the 1st generation nano.  Does anyone know whether or not the lanyard for the 1st will also work on my 3rd? If not where I can purchase a 3rd generation lanyard?  Thanks for everyones help!
    Johnette48

    You aren't required to do so. You can choose not to use the speaker dock or you can return the Nano.

  • Need to capture the excise for the excise tab missing item in GR

    Hi Masters
        Our users has done MIGO with one line item(for Material A) with excise item tab and other line item(fro MAterial B) without excise item tab(non availability of Chapter ID).
    They are able to capture excise in J1IEX for the first item only with the help of GR document.
    But they want to capture the excise for the second line item?
    When we process the same GR document in J1IEX once again it shows error that documeny has been already processed.
    How to resolve this?
    Regards
    Mohanraj.C

    Hi,
    If u have done only GR for Both materials then Cancel ur GR and Post it again.
    And if you have Done J1iex for first material then Cancel GR first then Cancel Excise Invoice.
    Now to cancel Excise Invoice follow the path as
    From the SAP Easy Access screen, choose Logistics ® Materials Management ® Inventory Management ® Goods Movement ® Goods Movement (MIGO).
    In the top line:
    Select Cancellation.
    Select Material document.
    Enter the number of the goods receipt that you want to cancel
    Choose .
    Flag all of the line items as OK.
    Save the reversal document.
    Reversing CENVAT Postings
    From the SAP Easy Access screen, choose Indirect Taxes ® Procurement ® Excise Invoice ® Incoming Excise Invoices ® Individual Processing ® Change/Display/Post/Cancel.
    In the top line:
    Select Post CENVAT.
    Select Vendor Excise Invoice.
    Enter the excise invoice number.
    Choose .
    Choose Simulate CENVAT.
    A dialog box appears, showing which postings the system will make to reverse the CENVAT.
    To close the dialog box, choose .
    Choose Post CENVAT.
    Canceling Excise Invoices
    From the SAP Easy Access screen, choose Indirect Taxes ® Procurement ® Excise Invoice ® Incoming Excise Invoices ® Individual Processing ® Change/Display/Post/Cancel.
    In the top line:
    Select Cancel.
    Select Vendor Excise Invoice.
    Enter the excise invoice number.
    Choose .
    Save the excise invoice
    if Not solved then please specify that is error by system.
    Regards,
    Pardeep malik

Maybe you are looking for