Planning Function giving error 'not initialise' in BPS Planning folder

Hi
Have created the std copy planning function and have included in the folder. Its giving the error the function is not initialised. What do I need to do to remove this error. Any suggestion most welcome.
Kind Regards,
Sarah

Hi Sarah,
Can you be please feed in some more information on the function you have created. What is the parameter group you have created. Is the error coming while checking the planning folder or before that.

Similar Messages

  • After updating waterfox 12.0 to 15.0, but while launching from task bar its giving error not compatable version 15.0 min/max version 12.0

    after updating waterfox 12.0 to 15.0, and i opend the app and pin it to the task bar (windows 7 64bit enterprise edition) but while launching from task bar its giving error not compatable version 15.0 min version 12.0 ,max version 12.0

    Such an error is caused by some files that weren't updated successfully, so you are left with a mixture of files from different Firefox versions.<br />
    There is usually some security software involved that protects .ini files against modification (update).
    You will still have to do a clean reinstall and delete the Firefox program folder before reinstalling a new copy of Firefox.
    *C:\Program Files (x86)\Mozilla Firefox\

  • ToDate Function giving ERROR#

    Hi,
    I am trying to convert a string to date , using Todate function in webi 4.0 , but its giving ERROR#
    =ToDate([Final Protocol Avail Ac];"m/d/yyyy")

    I want to get the format like this  1/3/214   , so basically wanna convert
    01-JAN-2014(String)  --> 1/3/14
    also  the below  syntx is converting it into a string , i want it to be date format, as i will be doing DaysBetween that with another date
    =Formatdate(todate([Final Protocol Availa Ac];"dd.MM.yyyy");"MM/dd/yyyy")

  • Please Help: TO_NCLOB function giving error

    Hi,
    I have HTML tags in one of database columns. As these tags were being displayed in my report, I used TO_NCLOB function to get rid of these tags.
    [I do not need the formatting anyway] This was just working fine until today.
    PROBLEM
    I have this text in my field:
    "<span style="font-size:10pt;font-family:&quot;;;Arial&quot;,&quot;sans-serif&quot">THE COMPANY HAS RECLASSIFIED xxx MILES OF
    “DISTRIBUTION” STEEL MAIN FROM COATED/PROTECTED TO BARE/PROTECTED TO REFLECT
    THE INFERIOR PROTECTIVE PROPERTIES ASSOCIATED WITH THE EARLIEST TYPES OF STEEL
    PIPE COATINGS (BARE GREASE, ROSKOTE, NO OXIDE, ETC.).</span>"
    The report threw an error, when I removed the TO_NCLOB Function in the sql the report is working fine, but is showing html tags in the output pdf.
    I do not understand why the TO_NCLOB function is giving me error in this particular scenario, I am not even able to get the xml data.
    I tried to use the same sql with the TO_NCLOB function in TOAD and it was working fine.
    Your help is highly appreciated, It is a high priority issue.
    Thanks,
    Rakesh
    Edited by: user13814009 on Mar 16, 2011 11:50 PM

    Oh ..Ok..
    Thanks for the answer. So , to get the distinct values , I need to change the query
    like I shown below. .
    select  ( cast(collect(t_tfo_sp_copy_evnt_dtl(event,       evnt.event_desc,
                        promo_month_desc,
                        .start_date,
                        end_date
                        start_date)) as
                        t_tfo_sp_event_table) from
                                                                                  ( select distinct  evnt.event, evnt.event_desc,
                        mth.promo_month_desc,
                        TO_CHAR(evnt.start_date,
                        'DD/MM/YYYY'),
                        TO_CHAR(evnt.end_date,
                        'DD/MM/YYYY'),
                        TO_CHAR((evnt.start_date - 21),
                        'DD/MM/YYYY')
              FROM TFO_SP_RETEK_PROMO_EVENT_MST evnt
               INNER JOIN  .....
               WHERE ...
               ORDER BY evnt.event_desc,
                                       mth.promo_month_desc,
                                       dtl.promo_start_date,
                                       dtl.promo_end_date,
                                       dtl.promo_cost_start_date); But I guess, it will increase the performance overhead.Any other suggestion you have to rewrite the query so that it will perform better?
    Edited by: Manjusha Muraleedas on २५ जनवरी, २०१३ ९:५५ पूर्वाह्न

  • BlackBerry Desktop Software giving Error (not opening)

    I have purchased BlackBerry Curve 3G 9300 but,It's more than 4 times that I am getting error on BlackBerry Desktop Software. After installing it open the BlackBerry Desktop Software window with logo and then Error window popup saying that BlackBerry Desktop Software has encountered a problem and needs to close.  We are sorry for the inconvenience.
      After Click on the What data does this error report contain? It shows Error window
    Error Signature---------------------------------------------------------------------------------------------------------------------------------------
    EventType : clr20r3   P1 : rim.desktop.exe  P2 : 6.0.2.44    P3: 4db5e0d4
    P4 : microsoft.practices.composite  P5 : 2.0.1.0  P6 : 4db5def0
    P7 : 12b   P8:50  P9:sclhiaanmqhkf4zdfpvvwejkphnm1zui
    Reoprting details------------------------------------------------------------------------------------------------------------------------------------
    This error report includes: information regarding the condition of BlackBerry Desktop Software when the problem occurred;the operating system version and computer hardware in use; your Didital Product ID, which could be used to identify your license; and the Internet Protocol(IP)  address of your computer.
               kindly guide me.

    I am having the same problem I have reinstalled the software more times than I can count and now I cannot open the Icon on my desktop at all. This is beginning to be really frustrating can someone please help. I want to download my pictures from my phone to my computer unable to do that as well.
    Thanks.

  • Staging different from target giving error

    Hi Friends.
    when i am making staging different from target its giving error not enough privillege to create table.
    What changes i should do so that my IKM will work.
    Thanks in advance for the help.
    Linkan

    Wow
    Thank you very much for such quick response.I have privillege to create table,view,..... in my staging area not on target. I had asked DBA but he denided to give create privillege in target.Its only in my staging schema.
    I will try to change the schema & will check if its working or not.
    Thank you very much again.

  • While networking with labview 8.5 it gives error"not enough memory for this operation" ??

    hi
    i m working with the labview networking for the first time, when i ran my code it worked well 4 sometime . but after some days, it started giving error " not enoug memory for this operation" when the data reaches at 'typecast' tool (refer my code). my OS is winXP and RAM is 496MB. how to solve this problem?please reply soon .

    Hi JAhmed,
    Looking at your code, there may be a memory issue with the way you are type casting the string output from your TCP Reads. Since you are type casting a string to a number or array, you are not giving an indication of how much memory to allocate for this data, and I would suggest instead using an Unflatten From String VI. Use this VI the same way as your Type Casts, but for the input that reads "data includes array or string size?" create a false constant value because your data does not include this information.
    Regards,
    Stephen S.
    National Instruments
    Applications Engineering

  • Created a new planning application ..while loggin in giving error as :.....

    Created a new planning application with Admin id ..while loggin in giving error as :.....
    Unable to obtain a connection to Hyperion Essbase. If this problem persists, please contact your administrator
    Steps i followed :
    1. created schema
    2.created DSN on application servr
    3.Created planning Applicaion from AppWizard plannig link
    4.Application was succesfully created.
    5.tried login into the plannig aplication got the boce error.
    6.the application i not seen when i login with Admin id through EAS console ....
    7.Applicaction is not created in essbase server also...i see in essbase server back end

    Check out in shared services if the user is still provisioned with appropriate access, if not do it.
    Try running updateusers utility because user dosent exists as NTLM and try creating the application again from Essbase and from Planning.
    If it doesnt work then Create a new user with administrator access and In EAS refresh the security from shared services and try creating the essbase and planning applications using new admin. Check if it works.
    Edited by: RahulS on Dec 2, 2010 4:12 AM

  • ESS Record working time error "Profile not initialised" TS31000007

    Hi,
    This is with reference to approvals of Times in ESS . I have copied the task TS31000004  to my custom task. I have made a custom rule to determine the superior in the Z task i have created.
    Wehn i try to assign the Z task created  to the Data entry profile in the "with approval" section( *** use sap business workflow *** ) , it gives me an error "Profile not initialised" . If i remove the check box for "Use SAP Business workflow" and do not enter any task there, the record working time screen is shown in ESS.
    Any idea why it is giving the "Profile not initalised" when i assign the workflow in data entry profile.
    Your help is apprecaited.
    Regards
    PN
    Message was edited by:
            Portal Newbie

    Hi Haydn,
    I have check the wokflow through CAT2 in SAP R3. When i save the CATS record, it send a workflow task to the superiror identified through by custom rule.
    If i try it through front end ESS, the same is not working and is throwing "PROFILE_NOT_INITIALIZED" error.
    I have down the following
    1) Copy the standard task TS31000004 to ZTS31000004
    2) Assigned it as general task, assigned the custom rule in Default rules for agen determination
    3) Assigned the Task in Data entry profile, checked the box "Use SAP Business workflow" in data entry profile.
    4) In Portal i have registered the UWL system, note i am not getting the ZTS31000004 in UWL xml file.
    Do i need to ADD the new ZTS31000004 in SWFVISU and delete the standard TS31000004 provided and re-register system ?
    also do i need to create the events in SWETYPV for this Tasks as they are not present there?
    Your help is appreciated.
    Regards
    PN
    Message was edited by:
            Portal Newbie

  • BPS planning folder; Scroll to top after execution of planning function

    Hi All,
    After execution of a planning function, or after saving data in a planning folder, the layout jumps back to the top and displays the first row, even if the user was positioned on another row.
    I know BPS does this because it recalculates the data and tries to display it.
    However, it is not very user friendly.
    Did anyone ever solve this ?
    How do you remain positionned on the line you are working on after saving or execution a BPS planning function?
    Thanks in advance for your answer,
    Points will be rewarded to solutions.
    Filip Ledoux

    <FONT FACE = "Tahoma", Font Color = "Blue">
    Hi<br>
    There are some APIs which BPS uses internally to save data. You can make a Planning Function of Type EXIT using function moule of your own calling API_SEMBPS_POST (to save data). <br><br>
    You can call this EXIT Function as a step next to your copy function in your Global Planning Sequence.<br>
    Please refer to Note 422998 - SEM-BPS processing large data volumes if you need further details for implementing this solution.
    <br><br>
    Hope it helps.<br>
    Cheers Abhijit</FONT><FONT FACE = "Verdana", Font Color = "Red">
    It's a good habit to reward someone with points in SDN if you think his/her
    response was helpful to you
    </FONT>

  • Copy of Function Group SETB giving error

    Dear All,
    I tried to copy the standard function Group SETB to ZSETB(Which is having SE16 transaction attached) but during activation the include is giving error as "The Field TABNAME is unknown". I have just copied the entire functional group along with function modules. No clue how I can avoid the error. I deleted the include LSETBF10 and re-copied, but error is persisting. Do you have any clue???
    Thanks and regards,
    AD

    Hi!
    Thanks for all your valuable reply. I could avoid the error but could not avoid another error: "The parameter INTTAB of the Global interface has already been defined outside the function". While double clicking on the error, I have reached to a hidden include (Not possible to browse through Navigtion) LZSETB$07. The include contains the following code:
      THIS FILE IS GENERATED BY THE FUNCTION LIBRARY.               *
      NEVER CHANGE IT MANUALLY, PLEASE!                             *
    FUNCTION $$UNIT$$ ZRS_TABLE_VIEW
             IMPORTING
                   VALUE(TABNAME) LIKE !DATABROWSE-TABLENAME
               DEFAULT 'TFDIR'
             TABLES
                   !FIELDTAB STRUCTURE !X031L OPTIONAL
                   !INTTAB
             EXCEPTIONS
                   !CANCELD
                   !GENERATION_ERROR
             $$GLOBAL.
    I assume that is a system generated include. The Global option in FM has automatically been copied during copy of the function group and the function module.
    Thanks and regards,
    AD

  • Task Manager Not loading Properly. Giving Error No more threads can be created in the System.NAPStatus UI and Some other Task related Errors

    I have a problem with the Task Scheduler. It is not opening properly it is giving Error Message box at this time i am unable to post. The Tasks Scheduler is starts with a error alert "No more threads can be created in the System.NAPStatus UI".
     I am unable to view the history of the tasks schecduled.It is giving message as 
    "The user account does not have permission to Access the Task History."
    How to fix it. It is frustrating as can't able to track my Tasks and Create new Tasks. Any Suggestions helpful.
    Thanks in Advance.
    RehaanKhan. M

    Hi,
    Thanks for your post.
    Please check event viewer if there are some error logs?
    Meanwhile, there is a similar thread has been discussed:
    Receiving error about "no more threads"
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/9a9e22e4-d947-4d19-b06c-aaadda624dbc/receiving-error-about-no-more-threads?forum=winservergen
    Regards.
    Vivian Wang

  • Not able to Start Hyper-V(2012 R2) VM when placing the VM config file on Samba Share,Its giving error:Unable to initialize the saveset

    ---We are trying to setup Hyper-V on Samba shares samba version 3.6 exported from Ubuntu  M/c. Basically runnig the Public(share) from the Ubuntu and able to access it from Windows 2012 (create/modify everything). I used Hyper-V and placed the disks
    ".vhd" on this , VM succesfull created and started. However when I placed the VM config files on this (samba) shares VM created successfully but its not starting, Its giving error like Unable to initialize the saveset -- Any idea how to place the
    Hyper-V VM config files samba share?

    Hi Rakesh KK,
    Please confirm your share meet the Serve 2012r2 Hyper-V requirement, you can refer the following KB to get more detail require conditions.
    Deploy Hyper-V over SMB
    http://technet.microsoft.com/en-us/library/jj134187.aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Private Browsing function is suddenly not working. Error message :"The URL is not valid and cannot be loaded." How can I repair?

    Private Browsing function is suddenly not working. Error message :"The URL is not valid and cannot be loaded."
    How can I fix it?

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions 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.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Error in Local Message System: Partner function RP is not defined

    Hi Team,
    I have configured Service Desk in solution manager 4.0 and When I create message from Development server I am able to see in Solution manager. Every thing works fine in Developement server.But in Quality i am not able to create mesage.
    I have maintained BCOS_CUST table and defind BACK RFC (SM_SRSCLNT100_BACK)in quality server but When I try to create mesage using Help--> Cretae Support message I am getting error message as " Error in Local Message System: Partner function RP is not defined for notificatio Message was Not Created"
    and not able to create message from Quality server.
    Please let me know solution to fix this isssue.
    Thanks in advance
    Regards
    Venu

    Hi Venu,
    This can be related to a configuration on table ( DNOC_USERCFGT ). You can use SM30 or go through IMG (
    SAP Solution Manager -> Scenario specific settings -> service desk -> Partner Determination Procedure -> Use of own partner functions )
    The parameter NO_USER_CHECK has to be set to 1 which means : No Existence Check for User.
    Other point you need to check is wheater the user you are logged on in the QAS has the external identification correctly maintained in the respective BP on the Solution Manager side.
    Regards,
    Valdecir

Maybe you are looking for

  • Can I sync 2 iPhones to Mobile Me?

    My wife and I currently sync our Pilots and her iPhone to a common Outlook (2007) database, but it's a really ugly process. Is it possible to sync 2 iPhones to a single database (or account?) in Mobile Me, so we can have a common schedule? Thanks!

  • What are the User Exits for Sales Order creation process?

    Hi, what are the User Exits for Sales Order creation process? how can I find them? thanks in advance, will reward, Mindaugas

  • Transferring the negative sign from Right to Left for a currency field.

    Hi All, I am trying to transfer the negative sign in a currency field from right to left but in doing that i am not getting the comma seperators of the currency field. For eg : If the value is 12,345,678.00- then after converting it i am getting it a

  • IC WebClient Profile

    Hi Experts, I am working on CRM 2007. Where can we define the IC WebClient Profile in IMG? I could not  find out the navigation path. Please help me out in locating the navigation path for the same. Points will be rewarded!!!!!!!!!!!

  • Export pdf as html by Acrobat 9.2 on windows 7

    Dears, i have a problem with exporting pdf as html by Acrobat 9.2 on windows 7. after exporting, images and text may have wrong positions or wrong width and height of the images. is the problem in the compatibility between acrobat 9.2 and windows 7 ?