Error while running Depreciation Run in FIXED ASSETS

Hi All,
When i am running Depreciation program for any book in FIXED ASSETS (R12.1.3), I am getting following error...
FADEPR module: Depreciation Run
Current system time is 19-OCT-2011 17:59:42
Depreciation Program Exception Report
APP-FND-01564: ORACLE error 6550 in FADEPR
Cause: FADEPR failed due to ORA-06550: line 1, column 32:
PLS-00302: component 'FAZCBCSOB' must be declared
ORA-06550: line 1, column 14:
PL/SQL: Statement ignored
The SQL statement being executed at the time of the error was: and was executed from the file .
Can any one help on this please.
Thanks,
Naveen Kumar.P

Please see (Depreciation Fails with Error :PLS-00302 and ORA-06550 [ID 1094183.1]).
Thanks,
Hussein

Similar Messages

  • Error While Running Depreciation in Oracle Fixed Asset

    We have uploaded assets in Oracle Fixed Asset from old system successfully.
    Now we were to Run depreciation for the first time and
    the first process Generate Accounts runs with error,
    APP-OFA-48400: ORA-06550: line 1, column 7:
    PLS-00306: wrong number or types of argum
    Number of successes: 0
    Number of failures: 0
    Module Generate Accounts ended with error
    and all the following processes completes with error.
    Please help, what can be the problem?

    Hi
    It seems that one of the patch has not been applied properly.
    You get this error from the package FA_MASSADD_PKG, so you could put some debug to see where you get it exactly or check the patches where patch includes file FAMAPTB.pls.
    Regards
    Bilal SARIOZ

  • Error while trying to run reports

    Hello,
    I am getting the following error while trying to run/launch AIX based Ora. Apps 11.5.10.2
    $ rwbld60
    Error: Object "" does not have windowed ancestor
    Does anyone know what could be causing this?
    Thanks,
    Chiru

    Hi chiru,
    it seems to be some environment problem ????Hey Mitra,
    Thank you for the reply.
    It definitely is an environment related issue(that is what I am trying to find out)
    This is occuring in our DEV environment. It works fine in TEST and PROD.
    More than likely it is due to low resources in the DEV...but I figured some one would have seen it before....and would answer my question with a definite answer.
    Thanks,
    Chiru

  • Error While trying to run a servlet

    I am getting the below error while trying to run a servlet using tomcat.In this admin is a directory where I have a html file called admin.html which calls the servlet AdminServlet & replaces the url by /servlet/AdminServlet.
    HTTP Status 404 - /SPOT/admin/servlet/AdminServlet
    type Status report
    message /SPOT/admin/servlet/AdminServlet
    description The requested resource (/SPOT/admin/servlet/AdminServlet) is not available.
    For more details I am also copying the code from the admin.html file below.
    <script language=JavaScript>
    document.location.replace('../servlet/AdminServlet');
    </script>

    JavaScript != javareplace or redirect ??

  • Error on /SafeMode: error while trying to run project uncaught exception thrown by method called

    i try run VS 2012 with /SafeMode. I create new empty Winform. When I start debug, I got:
    "error while trying to run project uncaught exception thrown by method called through reflection"

    Hi Matanya Zac,
    Did you restart your machine? How about installing the VS2012 update 4?
    >>error while trying to run project uncaught exception thrown by method
    Did you install the VS update in your VS IDE? I met this issue before which was related to the VS update:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/5ead8ee9-ea09-4060-88b0-ee2e2044ff82/error-while-trying-to-run-a-project-uncaught-exception-thrown-by-method-called-through-reflection?forum=vsdebug
    If still no help, I suggest you repair your VS, and then restart your machine, test the result.
    Best Regards,
    Jack
    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.
    Click
    HERE to participate the survey.

  • Error while I am Running the application in xcode 4.2

    I am having a error while I am Running the application in xcode 4.2 and having iOS 5.0 simulator. The error is listed below:-
    this is the code line:-
    [tabBarController.selectedViewController performSelector:@selector(setManagedObjectContext:)
    this is the error for the code line:-
    -[UINavigationController setManagedObjectContext:]: unrecognized selector sent to instance 0x7742060
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UINavigationController setManagedObjectContext:]: unrecognized selector sent to instance 0x7742060'
    *** First throw call stack:
    terminate called throwing an exceptionsharedlibrary apply-load-rules all
    Current language:  auto; currently objective-c
    Please provide me the solution for it.
    Thanks in advance.

    If you are a developer , please post this in the developer forum, Thanks!

  • Tomcat error while trying to run the servlet

    I am etting the below error while trying to run a servlet from tomcat server.
    HTTP Status 404 - /servlet/DailyStatusServlet
    type Status report
    message /servlet/DailyStatusServlet
    description The requested resource (/servlet/DailyStatusServlet) is not available.
    Can anyone help me in solving this error.

    rnaaz wrote:
    Can anyone help me in solving this error.Start by making sure you've properly mapped that URL in your deployment descriptor (web.xml file).
    ~

  • When we run depreciation we miss one asset, after that how we can run depre

    hi gurus
    when we run depreciation we miss one asset, after that how we can run depreciation for that asset

    hi
    In "AFAB"yes we can do it by selecting the  option List Assets and repeat then run the programme you should get the result.
    rajan.

  • VS 2010 error: 'Error while trying to run project: Not implemented'

    I added a new Oracle database project using Oracle Tools for Visual Studio 2010. Once the Oracle database project is added to my Solution, my Visual Studio is no longer able to start the debugger and at times not able to run Test Cases. It error with 'Error while trying to run project: Not implemented'. If I unload the project, VS starts working fine.
    Any idea on how to resolve this issue?

    I ran into this problem as well, working in a VS2010 solution which included an ASP.NET web project and the v11.2.0.2.1 ODT version of the Oracle project.
    Turns out that I was able to solve the problem by removing the Oracle project from the solution, and then adding it back in. From a SLN file point of view, it seems that as long as the Oracle SQL project is located after the Web Application Project that everything works fine.
    Note that the SLN file is not organized by alphabetical project name, so changing the name of the SQL project doesn't help; its organized by order of project addition to the solution, so removing and re-adding is the way to go.

  • 'Error while trying to run project: Not implemented'

    I added a new Oracle database project using Oracle Tools for Visual Studio 2010. Once the database project is added, my Visual Studio is no longer able to start the debugger. It error with 'Error while trying to run project: Not implemented'. If I unload the project, VS starts working fine.
    Any idea on how to resolve this issue?

    I ran into this problem as well, working in a VS2010 solution which included an ASP.NET web project and the v11.2.0.2.1 ODT version of the Oracle project.
    Turns out that I was able to solve the problem by removing the Oracle project from the solution, and then adding it back in. From a SLN file point of view, it seems that as long as the Oracle SQL project is located after the Web Application Project that everything works fine.
    Note that the SLN file is not organized by alphabetical project name, so changing the name of the SQL project doesn't help; its organized by order of project addition to the solution, so removing and re-adding is the way to go.

  • Calculate Depreciation Forecast for Fixed asset

    Dear all expert,
    I'm new to ASO, would like to know if there's a way to do depreciation forcast for fixed asset in Essbase.
    1. Database type is ASO
    2. Assuming user will prepare forecast caplitialization of fixed asset then upload to Essbase
    3. Attribute dimension "Useful life" has been defined and attached to specific "Accounts" dimension for calcluation
    4. Need to calculate the forecast and spread of depreciation for future months
    E.g. Input 32000 USD for a fixed asset cost with 32 months useful life
    -> should calculate 1000 each month for the coming 32 months
    Can any expert suggest how to do this in ASO? meaning only can do calculation in member formula itself, not calculation script.
    Thanks for your help in advance,
    Billy

    I haven't used the feature, but the reference to 'local script_file' in the MaxL railroad diagram for the 'execute calculation' command suggests the location is relative to the client, if the semantics are consistent with the 'export data' command (the options for report scripts there are 'server' or 'local', although according to the railroad diagram there is no non-local alternative in this case!).
    There is a worked example in a Rittman Mead blog post about this that might help: http://www.rittmanmead.com/2010/04/oracle-epm-11-1-2-essbase-calculations-on-aso-cubes-part-2-maxl-scripts-and-eas/
    The DBAG also says that the script files should have suffix .csc, while the Tech Ref example has suffix .txt - helpful!! If they were actually meant to sit in the server's db directory, I would be surprised to find the .csc suffix used, since that is also the suffix for aggregation scripts. Although me being surprised doesn't mean much.

  • How to run depreciation run

    hi, please tell me how to run depreciation run, and how will the account that is assigned in account determination for accumulated depreciation will get posted.is it like it gets updated once u run the depreciation run

    Hi,
    Depreciation Run is thru AFAB Tcode. you need to specify the company code and the period/fiscal year for which you are running. unless for the first time, depreciation run should follow a sequence. 3/2006 only after 2/2006 is run. you also have an option to test run.
    a. run the depreciation (AFAB - via background)
    b. check the job (SM37, ensure its completed)
    c. process through SM35 (batch)
    you check the TABA table for details of postings.
    The document type (for depeciation posting, usually AF), the Gl Accounts are based on the customizing in the SPRO->FI->Asset Accounting->Depreciation.
    Rgds.

  • Error while running Depreciation Run

    Hi
    I face this prblem when try depreciation run
    the system gives the following message
    The depreciation Run failed and has been cancelled
    Error : 0 ()
    pls suggest
    regards
    Abbas

    Hi,
    Here is old forum message relates to your problem:
    Permlink      Replies: 3 - Pages: 1 - Last Post: Aug 7, 2006 3:30 AM by: Andy Pham      
    Andy Pham      
         Depreciation Fixed Asset .... 
    Posted: Jul 27, 2006 10:57 AM           
           Click to reply to this thread      Reply
    Hi all,
    Pls help me !!! I import FA, and then depreciate them, but can not with message "error: 0()".Who know what's error !? And why !? I use SAP 2005A, account segment.
    Thanks !!!
    Owen Slater      
         Re: Depreciation Fixed Asset .... 
    Posted: Aug 1, 2006 4:15 AM   in response to: Andy Pham           
           Click to reply to this thread      Reply
    Hi Andy,
    I've come across this error before. In my case it was caused by having a 'large' amount of Fixed Assets to depreciate in the same depreciation run (1600+). There is a significant memory leak in the add-on (sorry, I can't recall the exact patch level but it was 2005A) that caused both the add-on's executable and the underlying add-on server (SAPbouiCOM) to increase in size. Eventually, once the add-on server reached approx 250MB, I would get the error message and the whole process would stop.
    If you are depreciating a large number of assets, try splitting these in to smaller groups and see if you still get the error message.
    This issue has been recognised by SAP and I believe that it has been rectified in newer versions of the add-on, although I haven't had a chance to test this myself.
    If you are not depreciating large numbers of assets then I recommend you log this call with SAP directly as it sounds like a bug in the add-on and SAP will be the only ones to really be able to help you on this.
    Hope this helps,
    Owen
    Frank Buckley      
         Re: Depreciation Fixed Asset .... 
    Posted: Aug 6, 2006 11:01 AM   in response to: Andy Pham           
           Click to reply to this thread      Reply
    Did you get a fix for this? I am getting what appears to be the same problem.
    Thanks.
    Andy Pham      
         Re: Depreciation Fixed Asset .... 
    Posted: Aug 7, 2006 3:30 AM   in response to: Frank Buckley           
           Click to reply to this thread      Reply
    Thanks Owen, and sorry Frank.BC my problem was fixed, but to now, I still don't find out the reason. I just restore old database and upload again, and it run ok.It's not too large amount (just 2 FA with > 4000 USD).When I find out the problem, I'll post to forum. Hope you, too. And I don't undestand why that error don't display description to everybody easy to develop :(. Thanks all.
    Pages: 1      
    Back to Thread List      Back to Thread List
    hope it is helpful
    Rgds,

  • Testrun error in posting depreciation run (AFAB)

    Dear All,
    I got  testrun error when I posting depreciation run (AFAB) so I have checked  acc.dep as technical massage everything look find. I think it need more config in somewhere. Anyone please suggest me how to fix this.
    Account 'Acc.dep. accnt.for ordinary depreciation' could not be found.
         Message no. AU133
    Diagnosis
         When creating the accounting document, the system could not find account
         'Acc.dep. accnt.for ordinary depreciation' for company code CC00.
    Procedure
         Enter this account in the account determination for Asset Accounting.
    Thank you so much in advance.
    Best Regards,
    Utarat.P

    Hi Utarat,
    additionally usefull information in the following link:
    Error AU133 Account 'Contra account: Acquisition value' could not be found
    Regards Bernhard

  • Error in the depreciation Run

    dear all
    i have around 9500 assets in my asset master, when i run the depreciation at the final point it stops giving the error Error(). how can i correct how can i find the actual error??
    Thanks & Regards
    Kanishka

    Dear Kanishka,
    There exist several possibilities which will lead to Depreciation Run failure. Please kindly check whether
    the following senarios is the case in your situation:
    - Please make sure that Depr. area 100 (Book Depreciation) is active
       for to all asset classes. This is important.
    - Another reason caused the depreciation run failed
      is that an Asset Class is missing in the OITM table, but it still
      exists in the Fixed Assets table[@ba_cclsdpa].To find such cases,
      please refer to note :1236895
    - Please refer to note 1023366.
    how to set log level to 6
    1. Choose "Start->Run", enter "regedit", and press Ok.
    2. In the "Registry Editor" open the path
    "HKEY_CURRENT_USER\Software\SAP\SAP Manage\SAP Business One\AddOn"
    3. Double click on LogginLevel.
    4. In "Value data" enter the value 6 and click "OK".
    how to get log file.
    Go to 'start', then Run..., and in the browser type: %temp%
    You will see a folder 'SAP Business One Log' in it a text file
    First, delete  the original log files and start addon.
    After error occurs, please save log file on that time before doing
    anything like continuing the addon process.
    In case the issue is not resolved and you get the log file, please create the
    message for SAP support on channel partner portal and send us the log file.
    Regards
    Vikas Rastogi

Maybe you are looking for