R12 Upgrade Report from 11i Getting Error

Hi everyone,
We are currently working an R12 upgrade project from 11.5.10 to 12.1.3. I am currently converting a report from 11i to R12 but it is erroring out when I run it in R12. Below is the log. Any help would be greatly appreciated. Thanks.
Payables: Version : 12.0.0
Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
XXHH_APXNACHA_CHASE module: XXHH: NACHA Payment Format Chase (HHG)
Current system time is 06-DEC-2011 15:52:03
+-----------------------------
| Starting concurrent program execution...
+-----------------------------
Arguments
P_PAYMENT_BATCH='JRG120111b'
Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
American_America.US7ASCII
Enter Password:
MSG-00001: Org ID: 141
MSG-00001: After SRWINIT
MSG-00099: Inside Get_Company_Name
MSG-00099: Payment Batch = JRG120111b
MSG-00099: No reporting entity setup found.
REP-1419: 'beforereport': PL/SQL program aborted.
REP-0069: Internal error
REP-57054: In-process job terminated:Terminated with error:
REP-1419: MSG-00001: Org ID: 141
MSG-00001: After SRWINIT
MSG-00099: Inside Get_Company_Name
MSG-00099: Payment Batch = JRG120111b
MSG-00099: No reporting entity setup found.
REP-1419: 'beforereport': PL/SQL program aborted.
Report Builder: Release 10.1.2.3.0 - Production on Tue Dec 6 15:52:04 2011
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Start of log messages from FND_FILE
End of log messages from FND_FILE
Program exited with status 1
Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 3660174.
Review your concurrent request log and/or report output file for more detailed information.
Executing request completion options...
Output file size:
0
Finished executing request completion options.
Concurrent request completed
Current system time is 06-DEC-2011 15:52:06
---------------------------------------------------------------------------

It looks as though its failing in your beforereport trigger.
MSG-00099: Inside Get_Company_Name
MSG-00099: Payment Batch = JRG120111b
MSG-00099: No reporting entity setup found.
REP-1419: 'beforereport': PL/SQL program aborted.I dont believe payment batches are used anymore as they need to be done via Payment profiles and therefore you will need to use Payment Instruction ids instead. Also the setup at R12 is Mosaic
try including this. as the first statement in the Beforereport trigger. All the banks tables payment tables has changed so unless you have changed these to you will need to adjust these correctly to the R12 tables.
BEGIN
     MO_GLOBAL.INIT ('SQLAP');
MO_GLOBAL.SET_POLICY_CONTEXT('S',FND_PROFILE.VALUE('ORG_ID'));
END;

Similar Messages

  • Recovering table from Flashback getting error

    Recovering table from Flashback getting error what is the reson
    1* FLASHBACK TABLE "BIN$e7TIAEKgSYO2WJ0L+hNuTA==$0" TO BEFORE DROP
    SQL> /
    FLASHBACK TABLE "BIN$e7TIAEKgSYO2WJ0L+hNuTA==$0" TO BEFORE DROP
    ERROR at line 1:
    ORA-38312: original name is used by an existing object

    This droped object original name is now taken by some other object in database so u can give this cmd like
    FLASHBACK TABLE TEST TO BEFORE DROP RENAME TO TEST2;
    it recover the table test and give the name as test2 because test table is already exist and that is created while this table is in recyclebin.

  • HT1947 After upgrade to Remote I get error message that says I must connect to wi-fi, though I am connected! What can I do?

    After upgrade to Remote I get error message that says I must connect to wi-fi, though I am connected! What can I do?

    Hey gwscrt,
    Since iTunes directed to you to restore your iPod, I'd check out the following article that goes over the steps to do so:
    Restoring iPod to factory settings
    http://support.apple.com/kb/ht1339
    I would read the document in full, but here are the applicable steps for you:
    How to restore iPod
    Verify that you have an active Internet connection, because you may need to download new versions of the iTunes and iPod Software.
    Download and install the latest version of iTunes if necessary.
    Open iTunes. Connect your iPod to your computer using the USB or FireWire cable that came with your iPod.
    After a few moments, your iPod will appear in the Source panel in iTunes.
    Select your iPod in the Source panel. You will see information about your iPod appear in the Summary tab of the main iTunes window.
    Click Restore.
    If you are using a Mac, you will be asked to enter an administrator’s name and password.
    A progress bar will appear on the computer screen, indicating that stage one of the restore process has begun. When this stage is done, iTunes will present one of two messages with instructions specific to the iPod model you are restoring.
    Disconnect iPod and connect it to iPod Power Adapter (typically applies to older iPod models).
    Leave iPod connected to computer to complete restore (typically applies newer iPod models).
    During stage two of the restore process, the iPod displays an Apple logo as well as a progress bar at the bottom of the display. It is critical that the iPod remain connected to the computer or iPod power adapter during this stage.
    Note: The progress bar may be difficult to see, because the backlight on the iPod display may be off.
    After stage two of the restore process is complete, the iTunes Setup Assistant window will appear. It will ask you to name your iPod and choose your syncing preferences, as it did when you connected your iPod for the first time.
    Have a good one,
    David

  • How to How to download from without getting error code 1009?

    How to How to download from without getting error code 1009?

    I get the same error message on my Mac Book Air 13" Mac OS X and iphone 4 accessing internet via 3.5G modem and Edge / GPRS esprectively.  I'm in Sudan now, wasn't getting this message in Ethiopia.  Using Itunes store location for UK.  Could it be an IP blocking issue and if so any ideas of a work around?
    Thanks

  • Download from appstore get errors, and stops. but my account already charged $19.99 , how to get my money back?

    i tried to buy keynote from the appstore, and the download get errors, and stops. but my account already charged $19.99 , how to get my money back?

    Apple's policy states that, "all sales are final" > iTUNES STORE - MAC APP STORE - TERMS AND CONDITIONS
    Keynote's minimum requirements are v10.7.4 Lion in case you are running a prior Mac OS X. That information is available under Information right side of the Keynote window at the App Store.
    and the download get errors, and stops
    Try turning off the Firewall in System Preferences > Security (or Security & Privacy) > Firewall
    Disable anti virus software.
    Then open the App Store. From the App Store menu bar top of your screen click Store > Check for Unfinished Downloads

  • How to Upgrade Workflow from 11i to R12

    Hi,
    We are upgrading our Oracle Application environment from 11.5.9 to R12. Currently we are using iExpense and PO Approval workflows. After doing upgrade in development environment, I expected to see workflow files being overwritten by R12 standard workflow processes. However I found my custom workflow processes in upgraded R12 environment. Does anybody has any documentation which can help me to understand what should I expect and how do I upgrade my customized workflow processes?
    Best Regards,
    Dhaval Khamar

    I expected to see workflow files being overwritten by R12 standard workflow processes. However I found my custom workflow processes in upgraded R12 environment.Was there any update on those custom workflow processes? Have you tried to use/run them and see it they still work properly?
    Please see this thread.
    Upgrade Workflow 11i to R12
    Thanks,
    Hussein

  • After Nook upgrade, ADE upgraded to 4.0 on my mac. Authorized,  attempting to download from library, getting error message " unable to download, error getting license, E_act_Not_ready"

    Using my nook reader was always easy. Since this upgrade, not able to even download into ADE.
    Help

    Also, I have uninstalled ADE former version, installed ADE4.0 and authorized it. Nook did an upgrade on 12/16/14. Does not work, even with Nook not connected to Mac.

  • Prompted to upgrade to Reader X, get error message 13050

    Hi,
    I was prompted to upgrade from my older AR version 9.something, that was working just fine to AR X. Download went fine; but upon installation I got the message: "Setup interrupted before Adobe Reader could be completely installed. ERROR CODE: 13050". Looked for this error in forums, seems not been mentioned before.  My OS is Windows 7 and I have in this process downloaded at least 3 times, tried to install equal or more number of times, shut off, restarted, allowed thru firewall... I'm running out of ideas and my technical knowledge is pretty basic.
    I also tried via Adobe Download manager... didn't work. Meantime my former version of AR has disappeared, so I cannot open any of my pdf documents right now!! Can anyone give me some idea where to go from here?

    You cannot install Reader 10.0.0 because Windows Installer engine finds newer version of Adobe Reader on your system.
    If you cannot find it anywhere try the following-
    1.
    Download and install latest Adobe Reader 10.1.0 ( AdbeRdr1010_en_US.msi) from ftp://ftp.adobe.com/pub/adobe/reader/win/10.x/10.1.0/en_US/
    Notice that you need .msi version.
    Try to install - most likely you will get "Repair\Uninstall"  installation dialog, choose Repair.
    2.
    If this does not work, the easiest for you would be remove all instances of Adobe Reader using cleanup methods recommended on this forum.
    Than try to install Adobe Reader you have downloaded in #1

  • Upgrading reports from 6i to 10g r2 : page break issue

    Hi All
    we have 150 business critical reports that we are upgrading to 10g. When we run the reports to browser, page break in the browser does not coincide with the report page break. I am getting headings in the middle of pages, how do I fix it?
    This is urgent, any help is appreciated.
    Rgds
    Arvind Balaraman

    When we changed the reports output to PDF instead of HTML. The pagebreak issue is no longer an issue.
    Have anyone done any benchmark against performance and cpu utilization in using pdf format to generate and display reports.
    Rgds
    Arvind

  • Need To use SQL Code to Appt Dates 2 Days from current Getting Error

    I am trying to pull data that shows appt information on a patient:
    FName,LName, PhoneNumber, ApptDate, ApptTime, and Status that equals Active. I need to pull this info everyday. How can I set this up in a stored procedure to pull all this information automatically on a daily basis where it pulls by Appt Date that is 2 days greater than the current date?
    SELECT
         Patient.First,
         Patient.Last,
         Patient.HomeArea,
         Patient.HomePhone,
         Patient.Status,
         ApptHis.Date,
         ApptHis.Time
    From
         Patient, ApptHis
    Where
         Status= 'Active' and
         ApptHis.ApptHisDate >= dateadd(day,datediff(day,0,getDate())+2,0)     and
         ApptHis.ApptHisDate < dateadd(day,datediff(day,0,getDate())+3,0)
    Please Help I am getting an ORA-00900 Error.
    Thanks!

    In your select statement you specify the column ApptHis.Time but it looks like in the database the actual column name is Time1.
    Also, Date is a reserve word in Oracle. It's a really bad idea to create columns using reserve words. You may have to use double quotes (i.e. "Date") to specify the column name Date in your selects.
    Try this:
    SELECT
    Patient.First,
    Patient.Last,
    Patient.HomeArea,
    Patient.HomePhone,
    Patient.Status,
    ApptHis.Date,
    ApptHis.Time1
    From
    Patient, ApptHis
    Where
    Status= 'Active' and
    ApptHis.ApptHisDate between trunc(sysdate+2) and trunc(sysdate+3)-1/1440;
    NumbNutz

  • When call jasper report from jsp, occur error

    I define a class call createReport that has a function call doReport to create report.
    If i call doReport from application, notthing's happened.
    But if i call doReport from jsp file, it occurs error ( 500 error ).
    jsp file :
    <%@ page import="myBean.createReport"%>
    <%! createReport myReport = new createReport();%>
    <%myReport.doReport("c:\\myJasper.jasper");%>c:\\myJasper.jasper is the path of report.
    Do you have some sugguestions to solve that error?

    Gosh, you better ask someone from Jasper support to help you...

  • Generating the flatfiles from server getting error

    Hi,
    source file type is   .csv. I am using executeprocess task to download the source file..its thrown error by the executeprocesstassk and also  through command prompt. all arguments are sitting properly. I checked each and every arguments.
    with the same executables i can downloaded  few of the flat files.
    But for this only I am facing an issue.actually How i am getting an issue is.
    for eg flat file having 5 headers. like procid,procname,proccast,procsale,updateddate.
    while running the task/from cmd prompt it 'll work fine for procid,procname,proccast. i mean to say getting data. but not getting rest of the  2 fields.
    output: procid,procname,proccast,procsale,updateddate      only hearders without data.
    for some times it's throws an error below  if i'll take few of the fields like procid,procname,proccast,procsale.
    Error: I cant seem to download the file, please check the filename and URL. Web
    Exception Error:
    System.Net.WebException: The remote server returned an error: (500) Internal Ser
    ver Error.
       at System.Net.WebClient.File(Uri address, String fileName)
       at System.Net.WebClient.File(String address, String fileName)
       at Script.Program.Main(String[] args)
    but when i checked individually all fields are having data & excution is success.
    Hope for the quick solution.
    Thanks

    source file type is   .csv. I am using executeprocess task to download the source file..yes its thrown by the executeprocesstassk and through command prompt. all arguments are sitting properly. I checked each and every arguments.
    with the same executables i can downloaded  few of the flat files.
    But for this only I am facing an issue.actually How i am getting an issue is.
    for eg flat file having 5 headers. like procid,procname,proccast,procsale,updateddate.
    while running the task/from cmd prompt it 'll work fine for procid,procname,proccast. i mean to say getting data. but not getting rest of the  2 fields.
    output: procid,procname,proccast,procsale,updateddate      only hearders without data.
    for some times it's throws an error below  if i'll take few of the fields like procid,procname,proccast,procsale.
    Error: I cant seem to download the file, please check the filename and URL. Web
    Exception Error:
    System.Net.WebException: The remote server returned an error: (500) Internal Ser
    ver Error.
       at System.Net.WebClient.File(Uri address, String fileName)
       at System.Net.WebClient.File(String address, String fileName)
       at Script.Program.Main(String[] args)
    but when i checked individually all fields are having data & excution is success.
    Hope for the quick solution.
    Thanks

  • Question r12 upgrade steps from 12.1.1 to 12.1.3 and customization of forms

    I have upgraded from 10.5.10.2 to 12.1.1 and able to start application, log in to r12 and run concurrent programs etc.
    I am confused about the next steps moving to 12.1.3.
    Can you please confirm the following steps are right ?
    1)-apply patch Patch 9239089. (R12.AD.B.DELTA.3 (R12.AD.B.DELTA.3)
    2)- 11gCS and FNDCPASS User Exit Merge Consolidation Patch, Patch 12964564
    3) - Apply patch 9239090 .
    Post-Install Steps
    a) Patch 9817770:R12.ATG_PF.B (POST-R12.ATG_PF.B.DELTA.3 CONSOLIDATED PATCH).
    b) Patch 9966055:R12.FND.B
    I have one more question, to upgrade the customize form to 10.1.3, do

    959660 wrote:
    I have upgraded from 10.5.10.2 to 12.1.1 and able to start application, log in to r12 and run concurrent programs etc.
    I am confused about the next steps moving to 12.1.3.
    Can you please confirm the following steps are right ?
    1)-apply patch Patch 9239089. (R12.AD.B.DELTA.3 (R12.AD.B.DELTA.3)
    2)- 11gCS and FNDCPASS User Exit Merge Consolidation Patch, Patch 12964564
    3) - Apply patch 9239090 .
    Post-Install Steps
    a) Patch 9817770:R12.ATG_PF.B (POST-R12.ATG_PF.B.DELTA.3 CONSOLIDATED PATCH).
    b) Patch 9966055:R12.FND.B
    Please follow the steps in (Oracle E-Business Suite Release 12.1.3 Readme (Note 1080973.1)).
    Oracle E-Business Suite Release 12.1.3 Now Available
    https://blogs.oracle.com/stevenChan/entry/ebs_1213_available
    Thanks,
    Hussein

  • Upgrading report from CR8.5 to CR10 and connecting to new server

    Post Author: jnicholsDME
    CA Forum: Data Connectivity and SQL
    We have numerous reports (50+) with various subreports that are used by our enterprise accounting system (MAS500).   We recently upgraded to a new version of this program.   The upgrade required that we upgrade the reports to CR10 from CR8.5 in order to render them in the program's runtime engine.  All of these reports now live on a new server and are pointed to a SQL2005 db on that new server.  I had to reset the datasource (we're using an ODBC connection) on all of the reports to point them at the new server and database.   However, the SQL queries seem to still reference the old database (which was on the old server).    The reports run fine inside of the accounting system, however, if we unplug the old server the reports take approimately 1 minute, compared to 3 seconds with the old server plugged in.    Even editing the report in crystal, it takes approximately 1 minute to open the report in Crystal designer if the old server is unplugged (as opposed to 2 seconds with it plugged in).    Despite setting the datasource it seems as if something in the report is still trying to resolve itself to the old server.     Another strange thing is that even when the old server is turned on, the sql database the reports previously referenced is OFFLINE.  Despite reset the datasource, when attempting to verify the database the reports bring up a dialog saying a table from the old database can't be found, and this reference is still visible in the SQL query inside of crystal.   Unfortunately, I can't edit this query, or I'd probably be able to resolve my issues.  Any ideas?   Rewriting these reports would take weeks. 

    Post Author: ejthunder
    CA Forum: Upgrading and Licensing
    Hello,
    What edition of Crystal Reports 10 do you have?  You have to have CR 10 Developer or Advanced Developer.  CR 10 Professional and CR 10 Standard are not development level products and do not install development components into VB6.
    Open CR 10 and go to Help > About.  What is the edition description at the top?  If it doesn't say CR10 Developer or Advanced Developer you have your reason.
    I hope this helps!
    EJ

  • Unplugging Ipod from computer getting error message....help!

    I just got my nano I hooked it all up and downloaded music to it. I'm now ready to remove it from the cable and when I click on the icon to disconnect I get an error message that says 'the ipod mini cannot be disconnected because it contains files that are in use from another application' I don't think I have anything else running. Any suggestions?

    Hi C.A.,
    To post a new topic, start out by going to this forum:
    Connecting the iPod nano (Second Generation) to Windows
    Then, near the upper-left area of that forum, you will see this icon and link (the link is below):
    Post New Topic
    You may be prompted to log in, then, you will be able to type your new topic in the page that you will be linked to.
    -Kylene

Maybe you are looking for