LOCKBOX PROCESS 시 42440 RECEIPT HAS INVALID APPLICATIONS ERROR 가 발생했을 경우

제품 : FIN_AR
작성날짜 : 2005-10-24
LOCKBOX PROCESS 시 42440 RECEIPT HAS INVALID APPLICATIONS ERROR 가 발생했을 경우
========================================================================
PURPOSE
Lockbox process 시 42440 Error 에 대처한다.
Problem Description
LockBox Interface table 에 데이타를 load 후 lockbox process 실행 시 report output 에 error: 42440 Receipt has invalid applications error 가 발생 한것을 발견하였다.
Workaround
Maintenance Transmission Screen 을 Open하여 해당 lockbox process 를 조회 하고 Application Button을 눌러 Invoice Filed 를 Clear 한 후 다시 해당 Process 를 수행한다.
Solution Description
아래 내용을 참조 하여 patch를 apply 한다.
11.0 arlval.lpc 110.12 or higher
11.5 arlval.lpc 115.7 or higher
11.0 1999278 patchset 11.0.AR.I
11i 1999278 patchset 11i.AR.H
2004333 Standalone
문제의 원인은 lockbox validation program 수행 시 error 가 발생하였는데 그 error 의 원인 데이타를 고치고 다시 lockbox validation program 을 수행 하였을 경우 이전의 invoice 데이타를 clear 하지 않아 발생 하는 것으로 판단 된다.
Reference Documents
Note. 219854.1 - Oracle Receivables Lockbox Troubleshooting Guide

Hi,
Can youplease let me know what is the exact error message you are encountering. May be the output/log file message will throw some additional information on this. please paste this here.
Thanks and Regards,
Raj..

Similar Messages

  • Receipt has Invalid Applications error .(Lockbox)

    Hi,
    After applying patchset E for 11.0.3 apps, the lockbox process rejects records for invoice with 0 balance with Invalid applications error instead of being created as unapplied receipts. We are matching by Transaction Number and all invoices exist in ar for those receipts. We've already applied patch# 1218874 to bring arlvin.lpc version to 110.10 and it did not fix the problem.
    Did anyone come accross with the similar issue?
    Any help is greatly appreciated.
    Thanks,
    Ninel
    null

    Hi,
    Can youplease let me know what is the exact error message you are encountering. May be the output/log file message will throw some additional information on this. please paste this here.
    Thanks and Regards,
    Raj..

  • FND-INVALID APPLICATION error

    Hi all,
    I am getting FND-INVALID APPLICATION error when i am trying to run a custom OAF page through Jdeveloper.
    I know many of the people faced this error before and you guys have answered but that didn't solve my purpose.
    I looked at this [Error FND-INVALID APPLICATION Occurs When Running custom eBiz pages from JDeveloper [ID 461485.1]].
    The application short name and responsibility are correct and it works well for the tutorial project.The short name which we give for the package is also correct only.I don't know what's wrong.
    Exception Details. 
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND-INVALID APPLICATION. Tokens: APPL = null;
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at _OA._jspService(_OA.java:71)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND-INVALID APPLICATION. Tokens: APPL = null;
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getAppId(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at _OA._jspService(_OA.java:71)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND-INVALID APPLICATION. Tokens: APPL = null;
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getAppId(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at _OA._jspService(_OA.java:71)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Pls suggest..

    Thanks all for your replies..
    @Srini:I am not facing any issue with tutorial page,it works fine for me.I am facing the problem with the custom page i.e.,why i looked at this [Error FND-INVALID APPLICATION Occurs When Running custom eBiz pages from JDeveloper [ID 461485.1]
    @Hussein:Yes,it works fine for me.
    @Abhi:I have put my package name as a qualified name only..xxc.oracle.apps.inv.landed.webui

  • Invalid Application error on install

    Hey all,
    I'm writing a mobile application for a final year project at university, and am trying to install the app OTA. I keep getting an Invalid Application error though, on several phones (a SE K700, a Samsung D900 and a Nokia s60). I googled the error, but none of the issues/solutions I found online (mostly incorrect version numbers) applied to me.
    The jad file is as follows:
    MIDlet-1: WanderlustClient,,com.wanderlust.client.WanderlustClient
    MIDlet-Jar-Size: 31952
    MIDlet-Jar-URL: Wanderlust_Client.jar
    MIDlet-Name: Wanderlust Client
    MIDlet-Vendor: Wanderlust Technologies
    MIDlet-Version: 1.0
    MicroEdition-Configuration: CLDC-1.0
    MicroEdition-Profile: MIDP-1.0
    The jar manifest is as follows:
    Manifest-Version: 1.0
    MicroEdition-Configuration: CLDC-1.0
    MIDlet-Name: Wanderlust Client
    MIDlet-Vendor: Wanderlust Technologies
    MIDlet-1: WanderlustClient,,com.wanderlust.client.WanderlustClient
    MIDlet-Version: 1.0
    MicroEdition-Profile: MIDP-1.0
    The application (or what's been done so far!) can be found online at http://www.nebhead.com/wanderlust/Wanderlust_Client.jad
    Thanks in advance!
    Ben

    To add few more .
    Generally the following contitue install errors in order of priority
    1. Security and signing issues
    2. Special permissions and JSR support
    3. Issues in JAD file(there is a list of these)
    4. COnfig issues in OTA server(this is the least possible) as most of the OTA servers will support.In case u running ur own OTA server, it can have issues.
    Also same JAD/JAR combination can beahave differently on different device platform.

  • MasterThemeSchema.xml file has invalid data error when customizing layout

    Whenever I try to customize my layout for Responsive HTML5 I get an error "MasterThemeSchema.xml file has invalid data". I've tried creating new layouts and editing existing layouts. The first time I click Customize Selected Layout it works. But any attempt after that produces the error. Anyone know what's going on? Thanks.

    Has not working over the network fixed the problem? If it has, check both ways again to establish beyond doubt that it is a problem with working on the network. If it does prove to be that, please file a bug but also post back here.
    Please follow this link to report a bug.
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Raise Application: FND, Message Name: FND-INVALID APPLICATION. error

    Hi,
    I have configured JDeveloper enverionment, and It run well testing page(test_fwktutorial.jsp). But I select the web link which in test_fwktutorial.jsp, it raise below error:
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND-INVALID APPLICATION. Tokens: APPL = null;
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1223)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1969)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423)
    at OA.jspService(OA.jsp:40)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
    at java.lang.Thread.run(Thread.java:534)
    and it also raises Unexpected URL parameters have been detected and will be ignored. some times.
    This is my first doing JDeveloper, please help me, thank you very much.

    Jacks,
    when u will go through old threads, u will find that there is some fixed set of issues which cause this.
    --Mukul                                                                                                                                                                                                                                                                                                                               

  • EOIO not working for Application Error

    Hi,
    My scenario is: SOAP -> PI -> ECC (for processing timesheets).
    In my SOAP sender adapter I have set the Quatliy of Service as 'Exactly Once in Order' and defined the queue name in the URL.
    The queue is working fine and when I look in the SXMB_MONI in both PI and ECC I can see the queue name.
    When there is a 'System Error' on ECC, the subsequent messages are scheduled - which is correct.
    In the situation when the inbound proxy on ECC is processing a message and finds that the Payroll is already running, we raise an exception. In the SXMB_MONI of ECC you will now see the message as 'Application Error' in order to allow a manual restart of that message at a later time. However, if subsequent messages are sent to ECC, they ignore the message in 'Application Error' state and get processed. They do not go into a Scheduled state - which is what I want.
    Is there any way to ensure the messages go into a Scheduled state for a message that has an 'Application Error'. Or the other option I was thinking was to raise a 'System Error' within my Inbound proxy on ECC rather than an 'Application Error'. Is this possible?
    Thanks,
    Krishneel

    Hi Krishneel,
    this is unusual behavior. If you raise error and message gets the Application error, do you still see it in queue or it's removed from queue?
    Martin

  • FND-INVALID APPLICATION. (Could not lookup message no database connection)

    I have a strange problem. I am setting up jDeveloper and trying to create a new OAF project and got the attached FND-INVALID-APPLICATION error. I try to launch the tutorial and it worked. I tried to create a different project under the tutorial workspace and use the tutorial directory "C:\apps\jDeveloper\jdevhome\jdev\myclasses\oracle\apps\fnd\framework\test" and the new project works. Whenever I specify a different directory "/bs/oracle/apps.custoaf/test" I get the error. I am using the same login and application, responsibility for all test scenario. Can anyone help?
    Thanks in advance
    Exception Details.
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND-INVALID APPLICATION. Tokens: APPL = custoaf; (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1223)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1960)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND-INVALID APPLICATION. Tokens: APPL = custoaf; (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getAppId(OAWebBeanFactoryImpl.java:5526)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:958)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND-INVALID APPLICATION. Tokens: APPL = custoaf; (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getAppId(OAWebBeanFactoryImpl.java:5526)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:958)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)

    Welcome to the forums !
    What is "custoaf" ? Pl post details of OS and EBS versions.
    Pl see if these MOS Docs can help
    313760.1 - OAException Error FND-INVALID APPLICATION Occurs When Running The JDeveloper Tutorial
    461485.1 - Error FND-INVALID APPLICATION Occurs When Running custom eBiz pages from JDeveloper
    HTH
    Srini

  • Problem updating itunes, keep getting invalid signature error message!!

    Trying to update my itunes to latest version, keep getting "itunes has invalid signature" error message, any ideas of how to remedy this?
    Many thanks in advance.
    Meerkat68

    I've had this problem for awhile in Windows XP SP3. Last night, the simplest thing occurred to me...here's what I did (and I'm telling because it worked).
    1. Clicked on Start
    2. Clicked on Control Panel
    3. Chose Add/Remove Programs
    4. Found Apple Software Updater and clicked Remove, then responded Yes
    5. Went to apple.com and clicked on Support, and then Downloads
    6. Downloaded the latest version of Safari ONLY
    7. Installed Safari (knowing it would install the latest version of Apple Software Update)
    8. AFTER the installation was complete, I clicked again on Start, then All Programs
    9. then, clicked on Apple Software Update

  • Invalid ColorSpace Error from Browser Window

    Hello,
    I've seen lots of topics referencing this issue, but never anything concrete on what causes it and how it can be resolved. We have some PDFs on a website, that when clicked on and opened in the browser window throw a "There was an error processing the page. Invalid ColorSpace" error.
    If the file is saved using "save as", and then opened in Acrobat Reader, the issue does not occur. This is v9.3.3.
    (Ex: https://catalog.osv.com/PDFs/P797_web.pdf)
    Anyone aware of what causes this issue and the solution?
    Thanks

    I had the same problem with a PDF I had up on a web site. Turned out that the action I had in there (open at 75%) was the culprit. I removed that action and the error disappeared.

  • IKernel.exe - Application Error

    I downloaded j2sdk1.4.1_02 yesterday and installed it on windows XP. At the very end of the installation I get an error window saying:
    IKernel.exe - Application Error
    The instruction at "0x771c741a" referrenced memory at "0x00168c8". The memory could not be "read".
    Click on OK to terminate the program
    I have previously been running j2sdk-1_3_1_01 which has worked fine for me. But I am having problems with the new java program. We are working on a team project at University rotating graphs. But I can not seem to get the code that works at the University to run on my home PC.
    The error I am getting when i type "java ImageViewerFrame"
    Exception in thread "main" java.lang.NoClassDefFoundError: ImageViewerFrame
    This class does have a main method though.
    I guess my question is, has the Application Error above caused java to mess up somehow?
    I have set up all the PATH and CLASSPATH variables in XP as far as i can see correctly. I am just stuck for ideas.
    Thanks in Advance
    Mike

    Hello again... I'm still stuck
    Just finished installing and no error this time after the install, but after trying to run my "java ImageViewerFrame" class again i recieved this:
    C:\Documents and Settings\Mike Costen\Desktop\Mar27d>java ImageViewerFrame
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D1C369C
    Function=Java_sun_awt_font_NativeFontWrapper_registerFonts+0x14BC
    Library=C:\j2sdk1.4.1_02\jre\bin\fontmanager.dll
    Current Java thread:
    at sun.awt.font.NativeFontWrapper.registerFonts(Native Method)
    - locked <06B95D48> (a java.lang.Class)
    at sun.java2d.SunGraphicsEnvironment.addPathFonts(SunGraphicsEnvironment
    .java:736)
    at sun.java2d.SunGraphicsEnvironment.registerFonts(SunGraphicsEnvironmen
    t.java:587)
    at sun.java2d.SunGraphicsEnvironment.access$100(SunGraphicsEnvironment.j
    ava:49)
    at sun.java2d.SunGraphicsEnvironment$2.run(SunGraphicsEnvironment.java:2
    09)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.java2d.SunGraphicsEnvironment.loadFonts(SunGraphicsEnvironment.ja
    va:203)
    - locked <02F15300> (a sun.awt.Win32GraphicsEnvironment)
    at sun.java2d.SunGraphicsEnvironment.mapFontName(SunGraphicsEnvironment.
    java:451)
    at java.awt.Font.initializeFont(Font.java:313)
    at java.awt.Font.<init>(Font.java:345)
    at sun.awt.windows.WDesktopProperties.setFontProperty(WDesktopProperties
    .java:148)
    - locked <02A60000> (a sun.awt.windows.WDesktopProperties)
    at sun.awt.windows.WDesktopProperties.getWindowsParameters(Native Method
    at sun.awt.windows.WDesktopProperties.<init>(WDesktopProperties.java:56)
    at sun.awt.windows.WToolkit.initializeDesktopProperties(WToolkit.java:86
    5)
    at java.awt.Toolkit.getDesktopProperty(Toolkit.java:1533)
    - locked <02F12B78> (a sun.awt.windows.WToolkit)
    at sun.awt.shell.ShellFolder.<clinit>(ShellFolder.java:171)
    at javax.swing.filechooser.FileSystemView.getRoots(FileSystemView.java:3
    24)
    at javax.swing.filechooser.WindowsFileSystemView.getHomeDirectory(FileSy
    stemView.java:625)
    at javax.swing.plaf.metal.MetalFileChooserUI.installComponents(MetalFile
    ChooserUI.java:213)
    at javax.swing.plaf.basic.BasicFileChooserUI.installUI(BasicFileChooserU
    I.java:130)
    at javax.swing.plaf.metal.MetalFileChooserUI.installUI(MetalFileChooserU
    I.java:152)
    at javax.swing.JComponent.setUI(JComponent.java:449)
    at javax.swing.JFileChooser.updateUI(JFileChooser.java:1700)
    at javax.swing.JFileChooser.setup(JFileChooser.java:345)
    at javax.swing.JFileChooser.<init>(JFileChooser.java:320)
    at javax.swing.JFileChooser.<init>(JFileChooser.java:273)
    at ImageViewerFrame.<init>(ImageViewerFrame.java:30)
    at ImageViewerFrame.main(ImageViewerFrame.java:227)
    Dynamic libraries:
    0x00400000 - 0x00406000 C:\j2sdk1.4.1_02\bin\java.exe
    0x77F50000 - 0x77FF9000 C:\WINDOWS\System32\ntdll.dll
    0x77E60000 - 0x77F45000 C:\WINDOWS\system32\kernel32.dll
    0x77DD0000 - 0x77E5B000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77CC0000 - 0x77D35000 C:\WINDOWS\system32\RPCRT4.dll
    0x77C10000 - 0x77C63000 C:\WINDOWS\system32\MSVCRT.dll
    0x6D340000 - 0x6D46A000 C:\j2sdk1.4.1_02\jre\bin\client\jvm.dll
    0x77D40000 - 0x77DCD000 C:\WINDOWS\system32\USER32.dll
    0x77C70000 - 0x77CB0000 C:\WINDOWS\system32\GDI32.dll
    0x76B40000 - 0x76B6C000 C:\WINDOWS\System32\WINMM.dll
    0x6D1E0000 - 0x6D1E7000 C:\j2sdk1.4.1_02\jre\bin\hpi.dll
    0x6D310000 - 0x6D31E000 C:\j2sdk1.4.1_02\jre\bin\verify.dll
    0x6D220000 - 0x6D239000 C:\j2sdk1.4.1_02\jre\bin\java.dll
    0x6D330000 - 0x6D33D000 C:\j2sdk1.4.1_02\jre\bin\zip.dll
    0x6D000000 - 0x6D105000 C:\j2sdk1.4.1_02\jre\bin\awt.dll
    0x73000000 - 0x73023000 C:\WINDOWS\System32\WINSPOOL.DRV
    0x76390000 - 0x763AA000 C:\WINDOWS\System32\IMM32.dll
    0x771B0000 - 0x772CA000 C:\WINDOWS\system32\ole32.dll
    0x6D190000 - 0x6D1E0000 C:\j2sdk1.4.1_02\jre\bin\fontmanager.dll
    0x73760000 - 0x737A5000 C:\WINDOWS\System32\ddraw.dll
    0x73BC0000 - 0x73BC6000 C:\WINDOWS\System32\DCIMAN32.dll
    0x73940000 - 0x73A07000 C:\WINDOWS\System32\D3DIM700.DLL
    0x76C90000 - 0x76CB2000 C:\WINDOWS\system32\imagehlp.dll
    0x6D510000 - 0x6D58C000 C:\WINDOWS\system32\DBGHELP.dll
    0x77C00000 - 0x77C07000 C:\WINDOWS\system32\VERSION.dll
    0x76BF0000 - 0x76BFB000 C:\WINDOWS\System32\PSAPI.DLL
    Local Time = Fri Mar 28 17:36:38 2003
    Elapsed Time = 9
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.1_02-b06 mixed mode)
    # An error report file has been saved as hs_err_pid288.log.
    # Please refer to the file for further information.
    C:\Documents and Settings\Mike Costen\Desktop\Mar27d>
    i thought that because i had no errors on install that my problem would be solved, but it doesnt appear to have been.
    Thanks again.
    Mike

  • Application Error has occurred in your process Leave of Absence performed

    Hello,
    We have a leave process in SSHR Module.When we create a leave and send it for an approval then it is approved without an error. But when we update the leave and send it again for an approval then We are getting below error.
    Application Error has occurred in your process Leave of Absence performed
    The changes were not applied because ORA-01403: no data found ORA-01403: no data found
    We have removed all user hooks related to leave.Still error is coming. We are using 12.1.3 version.
    Thanks in Advance,
    Regards,
    monika

    Hi Monika,
    One more thing i want to tell that when i am checking the transaction from workflow Admin then its showing an error in below activity.
    "Notify HR About Commit System Error"
    Below error stack has been found in workflow ADMIN
    Workflow Errors:
    Failed Activity Notify HR About Commit System Error
    Activity Type Notice
    Error Name WFNTF_ROLE
    Error Message 3205: '[email protected]' is not a valid role or user name.
    Error Stack Wf_Notification.Send([email protected], HRSSA, HR_EMBED_DEPT_SYSAPPLERR_MSG, WF_ENGINE.CB) Wf_Engine_Util.Notification_Send(HRSSA, 8155, 1296851, HRSSA:HR_EMBED_DEPT_SYSAPPLERR_MSG) Wf_Engine_Util.Notification(HRSSA, 8155, 1296851, RUN)
    please see this
    The Exception ' The changes were not applied because A person type with a system person type EMP must be specified' is Raised While Appoving Changes to Employee Personal Details. [ID 1545950.1]
    Application Error Notification Is Recieved By Requestor After LOA Approval [ID 855141.1]
    ;) AppsmAsti :)
    sharing is caring

  • Error APP-FND-01516 INVALID APPLICATION USERNAME, PASSWORD, OF DATABASE

    Hi Guru's,
    I've installed 11i - 11.5.9 on 2000 Server.
    I'm Facing an Error after initialization of applet.
    I'm mentioned the exact error bellow.
    APP-FND-01516 INVALID APPLICATION USERNAME, PASSWORD, OF DATABASE
    Username : APPLSYSPUB
    Password : PUB
    Database : PROD
    Can any one truble shoot my problem.
    Even i'm not able to initialized my Database due to this problem.
    I have prepared Some Screan Shots, Like Window Services, Applet initializer, and The exact applet which shows the error. if any one of u provide me your's mail Id I can Send.
    Please Trouble shoute this problem.
    Thanks
    Lav

    Hi Sir,
    I Followed Up Your instrustion and hear is The Out Put.
    D:\> cd d:\oracle\oracle\proddb\9.2.0
    D:\> Source the environment file (PROD_edu)
    1. D:\> echo %ORACLE_HOME% -> Should point to 'd:\oracle\proddb\9.2.0'
    Out Put : D:\oracle\proddb\9.2.0>echo %ORACLE_HOME%
    d:\oracle\proddb\9.2.0
    2. D:\> echo %ORACLE_SID% -> Should return 'PROD'
    Out Put :D:\>echo %ORACLE_SID%
    %ORACLE_SID%
    D:\>
    3. D:\> cd d:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu
    Out Put : D:\>cd d:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>
    D:\> addlnctl.cmd start PROD
    Out Put :D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM | NOTES
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM |
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM | HISTORY
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM |
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM +=========================
    ===============================================+
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM ##########################
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM This file is automatically
    generated by AutoConfig. It will be read and overwritten.
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM If you were instructed to
    edit this file, or if you are not able to use the settings
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM created by AutoConfig, ref
    er to Metalink document 165195.1 for assistance.
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM ##########################
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo ""
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo "You are running addlnctl.
    cmd"
    "You are running addlnctl.cmd"
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo ""
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>date /T
    Thu 02/08/2007
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>time /T
    1:49p
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>IF "start" == "" GOTO usage
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>IF "PROD" == "" GOTO usage
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set control_code=start
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set listener_name=PROD
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>IF /I "start" == "start" GOTO c
    ontrol_ok
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set ORA_ENVFILE="d:\oracle\prod
    db\9.2.0\PROD_edu.cmd"
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set DB_NAME=PROD
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM setup the environment for
    Oracle
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>if exist "d:\oracle\proddb\9.2.
    0\PROD_edu.cmd" goto env_ok
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>call "d:\oracle\proddb\9.2.0\PR
    OD_edu.cmd"
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM $Header: ad8idbnt.env 115.
    6 2003/05/19 20:27:58 rcchang ship $
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM ==========================
    ================================================
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM NAME
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM PROD.env
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM DESCRIPTION
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM Setup environment for O
    racle 8i RDBMS HOME
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM NOTES
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM HISTORY
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM Created by AutoConfig
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM ==========================
    ================================================
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM ##########################
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM This file is automatically
    generated by AutoConfig. It will be read and overwritten.
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM If you were instructed to
    edit this file, or if you are not able to use the settings
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM created by AutoConfig, ref
    er to Metalink document 165195.1 for assistance.
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM ##########################
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set TWO_TASK=
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set ORA_NLS33=
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set LOCAL=PROD
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set ORACLE_SID=
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set ORACLE_HOME=d:\oracle\prodd
    b\9.2.0
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>IF "db920" == "db920" (
    set PATH=d:\oracle\proddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:\oracle\proddb\9.2.0\Apa
    che\perl\5.00503\bin\MSWin32-x86;d:\oracle\proddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:
    \oracle\proddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86;d:\oracle\proddb\9.2.0\
    bin;C:\j2sdk1.4.1\bin;d:\oracle\proddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86
    ;d:\oracle\proddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:\oracle\proddb\9.2.0\Apache\perl
    \5.00503\bin\MSWin32-x86;D:\oracle_10g\bin;C:\mksnt;C:\WINNT\system32;C:\WINNT;C
    :\WINNT\System32\Wbem
    set PERL5LIB=d:\oracle\proddb\9.2.0\Apache\perl\5.00503\lib;d:\oracle\proddb\9.
    2.0\Apache\perl\site\5.00503\lib
    ) ELSE (set PATH=d:\oracle\proddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:\oracle\proddb\
    9.2.0\bin;C:\j2sdk1.4.1\bin;d:\oracle\proddb\9.2.0\Apache\perl\5.00503\bin\MSWin
    32-x86;d:\oracle\proddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:\oracle\proddb\9.2.0\Apach
    e\perl\5.00503\bin\MSWin32-x86;d:\oracle\proddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:\o
    racle\proddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86;D:\oracle_10g\bin;C:\mksn
    t;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem )
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set LD_LIBRARY_PATH=d:\oracle\p
    roddb\9.2.0\lib
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set TNS_ADMIN=d:\oracle\proddb\
    9.2.0\network\admin\PROD_edu
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set NLS_LANG=American_America.W
    E8ISO8859P1
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set nls_numeric_characters = .,
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set nls_date_format = DD-MON-RR
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set nls_sort = binary
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set nls_language = american
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set nls_territory = america
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo ""
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo "The environment settings
    are as follows ..."
    "The environment settings are as follows ..."
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo ""
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo " ORACLE_HOME : d:\o
    racle\proddb\9.2.0"
    " ORACLE_HOME : d:\oracle\proddb\9.2.0"
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo " ORACLE_SID : "
    " ORACLE_SID : "
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo " TWO_TASK : "
    " TWO_TASK : "
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo " PATH : d:\o
    racle\proddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:\oracle\proddb\9.2.0\Apache\perl\5.00
    503\bin\MSWin32-x86;d:\oracle\proddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:\oracle\prodd
    b\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86;d:\oracle\proddb\9.2.0\bin;C:\j2sdk1
    .4.1\bin;d:\oracle\proddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86;d:\oracle\pr
    oddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:\oracle\proddb\9.2.0\Apache\perl\5.00503\bin\
    MSWin32-x86;D:\oracle_10g\bin;C:\mksnt;C:\WINNT\system32;C:\WINNT;C:\WINNT\Syste
    m32\Wbem"
    " PATH : d:\oracle\proddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:\oracle\pro
    ddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86;d:\oracle\proddb\9.2.0\bin;C:\j2sd
    k1.4.1\bin;d:\oracle\proddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86;d:\oracle\
    proddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:\oracle\proddb\9.2.0\Apache\perl\5.00503\bi
    n\MSWin32-x86;d:\oracle\proddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:\oracle\proddb\9.2.
    0\Apache\perl\5.00503\bin\MSWin32-x86;D:\oracle_10g\bin;C:\mksnt;C:\WINNT\system
    32;C:\WINNT;C:\WINNT\System32\Wbem"
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo " LD_LIBRARY_PATH : d:\o
    racle\proddb\9.2.0\lib"
    " LD_LIBRARY_PATH : d:\oracle\proddb\9.2.0\lib"
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo ""
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set logfile="d:\oracle\proddb\9
    .2.0\appsutil\log\PROD_edu\addlnctl.txt"
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo
    ECHO is on.
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo "The log information will
    be written to"
    "The log information will be written to"
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo "\t"d:\oracle\proddb\9.2.0
    \appsutil\log\PROD_edu\addlnctl.txt""
    "\t"d:\oracle\proddb\9.2.0\appsutil\log\PROD_edu\addlnctl.txt""
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo
    ECHO is on.
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>IF /I "start" == "start" GOTO s
    tartdb
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo ""
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo "Starting listener process
    PROD ..."
    "Starting listener process PROD ..."
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo ""
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM first try reload
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>lsnrctl reload PROD
    LSNRCTL for 32-bit Windows: Version 9.2.0.3.0 - Production on 08-FEB-2007 13:49:
    57
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCPROD))
    The command completed successfully
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM if reload fails, then try
    start
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>if 0 GTR 0 goto no_listener
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo ""
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo "Listener PROD has already
    been started."
    "Listener PROD has already been started."
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo ""
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>goto end
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo "addlnctl.cmd exiting with
    status 0"
    "addlnctl.cmd exiting with status 0"
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>
    Last Step : D:\> addbctl.cmd start
    Out Put :
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM *=========================
    ===============================================+
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM | Copyright (c) 2000 Oracl
    e Corporation, Redwood Shores, California, USA |
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM | Al
    l rights reserved |
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM | App
    lications Division |
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM +=========================
    ===============================================+
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM |
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM | FILENAME
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM | addbctl.cmd
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM |
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM | DESCRIPTION
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM | Start / Stop database
    PROD
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM |
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM | USAGE
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM | addbctl.sh <start | st
    op> {immediate | abort | normal}
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM |
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM | PLATFORM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM | NT Generic
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM |
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM | NOTES
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM |
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM | HISTORY
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM |
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM +=========================
    ===============================================+
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM $Header: addbctl.cmd 115.1
    0 2003/03/27 07:27:29 swgopal ship $
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo ""
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo "You are running addbctl.c
    md"
    "You are running addbctl.cmd"
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo ""
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>date /T
    Thu 02/08/2007
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>time /T
    1:50p
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>IF "start" == "" GOTO usage
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set shutdown_mode="normal"
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set control_code=start
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>IF /I "start" == "start" GOTO c
    ontrol_ok
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set ORA_ENVFILE="d:\oracle\prod
    db\9.2.0\PROD_edu.cmd"
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set DB_NAME=PROD
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM setup the environment for
    Oracle
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>if exist "d:\oracle\proddb\9.2.
    0\PROD_edu.cmd" goto env_ok
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>call "d:\oracle\proddb\9.2.0\PR
    OD_edu.cmd"
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM $Header: ad8idbnt.env 115.
    6 2003/05/19 20:27:58 rcchang ship $
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM ==========================
    ================================================
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM NAME
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM PROD.env
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM DESCRIPTION
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM Setup environment for O
    racle 8i RDBMS HOME
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM NOTES
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM HISTORY
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM Created by AutoConfig
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM ==========================
    ================================================
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM ##########################
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM This file is automatically
    generated by AutoConfig. It will be read and overwritten.
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM If you were instructed to
    edit this file, or if you are not able to use the settings
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM created by AutoConfig, ref
    er to Metalink document 165195.1 for assistance.
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM ##########################
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set TWO_TASK=
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set ORA_NLS33=
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set LOCAL=PROD
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set ORACLE_SID=
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set ORACLE_HOME=d:\oracle\prodd
    b\9.2.0
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>IF "db920" == "db920" (
    set PATH=d:\oracle\proddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:\oracle\proddb\9.2.0\Apa
    che\perl\5.00503\bin\MSWin32-x86;d:\oracle\proddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:
    \oracle\proddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86;d:\oracle\proddb\9.2.0\
    bin;C:\j2sdk1.4.1\bin;d:\oracle\proddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86
    ;d:\oracle\proddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:\oracle\proddb\9.2.0\Apache\perl
    \5.00503\bin\MSWin32-x86;d:\oracle\proddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:\oracle\
    proddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86;D:\oracle_10g\bin;C:\mksnt;C:\W
    INNT\system32;C:\WINNT;C:\WINNT\System32\Wbem
    set PERL5LIB=d:\oracle\proddb\9.2.0\Apache\perl\5.00503\lib;d:\oracle\proddb\9.
    2.0\Apache\perl\site\5.00503\lib
    ) ELSE (set PATH=d:\oracle\proddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:\oracle\proddb\
    9.2.0\bin;C:\j2sdk1.4.1\bin;d:\oracle\proddb\9.2.0\Apache\perl\5.00503\bin\MSWin
    32-x86;d:\oracle\proddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:\oracle\proddb\9.2.0\Apach
    e\perl\5.00503\bin\MSWin32-x86;d:\oracle\proddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:\o
    racle\proddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86;d:\oracle\proddb\9.2.0\bi
    n;C:\j2sdk1.4.1\bin;d:\oracle\proddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86;D
    :\oracle_10g\bin;C:\mksnt;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem )
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set LD_LIBRARY_PATH=d:\oracle\p
    roddb\9.2.0\lib
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set TNS_ADMIN=d:\oracle\proddb\
    9.2.0\network\admin\PROD_edu
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set NLS_LANG=American_America.W
    E8ISO8859P1
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set nls_numeric_characters = .,
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set nls_date_format = DD-MON-RR
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set nls_sort = binary
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set nls_language = american
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set nls_territory = america
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo ""
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo "The environment settings
    are as follows ..."
    "The environment settings are as follows ..."
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo ""
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo " ORACLE_HOME : d:\o
    racle\proddb\9.2.0"
    " ORACLE_HOME : d:\oracle\proddb\9.2.0"
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo " ORACLE_SID : "
    " ORACLE_SID : "
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo " TWO_TASK : "
    " TWO_TASK : "
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo " PATH : d:\o
    racle\proddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:\oracle\proddb\9.2.0\Apache\perl\5.00
    503\bin\MSWin32-x86;d:\oracle\proddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:\oracle\prodd
    b\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86;d:\oracle\proddb\9.2.0\bin;C:\j2sdk1
    .4.1\bin;d:\oracle\proddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86;d:\oracle\pr
    oddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:\oracle\proddb\9.2.0\Apache\perl\5.00503\bin\
    MSWin32-x86;d:\oracle\proddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:\oracle\proddb\9.2.0\
    Apache\perl\5.00503\bin\MSWin32-x86;D:\oracle_10g\bin;C:\mksnt;C:\WINNT\system32
    ;C:\WINNT;C:\WINNT\System32\Wbem"
    " PATH : d:\oracle\proddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:\oracle\pro
    ddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86;d:\oracle\proddb\9.2.0\bin;C:\j2sd
    k1.4.1\bin;d:\oracle\proddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86;d:\oracle\
    proddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:\oracle\proddb\9.2.0\Apache\perl\5.00503\bi
    n\MSWin32-x86;d:\oracle\proddb\9.2.0\bin;C:\j2sdk1.4.1\bin;d:\oracle\proddb\9.2.
    0\Apache\perl\5.00503\bin\MSWin32-x86;d:\oracle\proddb\9.2.0\bin;C:\j2sdk1.4.1\b
    in;d:\oracle\proddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86;D:\oracle_10g\bin;
    C:\mksnt;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem"
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo " LD_LIBRARY_PATH : d:\o
    racle\proddb\9.2.0\lib"
    " LD_LIBRARY_PATH : d:\oracle\proddb\9.2.0\lib"
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo ""
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>REM set priv_connect=internal/m
    anager@PROD
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set DB_VERSION="db920"
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>IF "db920" == "db817" GOTO db81
    7
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>set priv_connect="/ as sysdba"
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>GOTO connectstr_ok
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>IF /I "start" == "start" GOTO s
    tartdb
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo
    ECHO is on.
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo "Starting the database $DB
    _NAME ..."
    "Starting the database $DB_NAME ..."
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo
    ECHO is on.
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>sqlplus /nolog @d:\oracle\prodd
    b\9.2.0\appsutil\scripts\PROD_edu\adstrtdb.sql "/ as sysdba"
    SQL*Plus: Release 9.2.0.3.0 - Production on Thu Feb 8 13:50:56 2007
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected.
    ORA-01081: cannot start already-running ORACLE - shut it down first
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.3.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.3.0 - Production
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>goto end
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>echo "addbctl.cmd exiting with
    status 0"
    "addbctl.cmd exiting with status 0"
    D:\oracle\proddb\9.2.0\appsutil\scripts\PROD_edu>
    Now Tell Me What w'll be the next Step : Applet still showing the same error.
    Thanks

  • Office 365 API, error: The token has invalid value 'roles' for the claim type ''

    Hi guys,
    I am trying to develop a Daemon / Server application using the new Office 365 APIs. I have added a new application to Azure Active Directory. I am using cURL + the app ID and secret to get a JWT token, this is the exact request:
    curl -X POST https://login.windows.net/TENANT_KEY/oauth2/token \
    -F redirect_uri=http://spreadyDaemon \
    -F grant_type=client_credentials \
    -F resource=https://outlook.office365.com/ \
    -F client_id=XXXX \
    -F client_secret=XXXX=
     I get back a JWT however it has no scopes for access set here is the decoded JWT claims:
    "ver": "1.0",
    "aud": "https://outlook.office365.com/",
    "iss": "https://sts.windows.net/TENANT_KEY/",
    "oid": "17fa33ae-a0e9-4292-96ea-24ce8f11df21",
    "idp": "https://sts.windows.net/TENANT_KEY/",
    "appidacr": "1",
    "exp": 1415986833,
    "appid": "XXXX",
    "tid": "e625eb3f-ef77-4c02-8010-c591d78b6c5f",
    "iat": 1415982933,
    "nbf": 1415982933,
    "sub": "17fa33ae-a0e9-4292-96ea-24ce8f11df21"
    Therefore when I do a request to the exchange API endpoint I get the following response:
    HTTP/1.1 401 Unauthorized
    Cache-Control: private
    Server: Microsoft-IIS/8.0
    request-id: d08d01a8-7213-4a13-a598-08362b4dfa70
    Set-Cookie: ClientId=WDALDNO0CAIOOZDZWTA; expires=Sat, 14-Nov-2015 16:40:59 GMT; path=/; HttpOnly
    X-CalculatedBETarget: am3pr01mb0662.eurprd01.prod.exchangelabs.com
    x-ms-diagnostics: 2000001;reason="The token has invalid value 'roles' for the claim type ''.";error_category="invalid_token"
    X-DiagInfo: AM3PR01MB0662
    X-BEServer: AM3PR01MB0662
    X-AspNet-Version: 4.0.30319
    Set-Cookie: exchangecookie=6bf68da033684824af21af3b0cdea6e3; expires=Sat, 14-Nov-2015 16:40:59 GMT; path=/; HttpOnly
    Set-Cookie: [email protected]=[email protected]4Wbno2ajNGQkZKWnI2QjJCZi9GckJKBzc/Oy9LOzdLOy6vOycXLz8XKxoGaio2PjZvPztGPjZCb0ZqHnJeekZiak56djNGckJI=; expires=Sun, 14-Dec-2014 16:40:59 GMT; path=/EWS; secure; HttpOnly
    Set-Cookie: [email protected]=[email protected]4Wbno2ajNGQkZKWnI2QjJCZi9GckJKBzc/Oy9LOzdLOy6vOycXLz8XKxg==; expires=Sun, 14-Dec-2014 16:40:59 GMT; path=/EWS; secure; HttpOnly
    X-Powered-By: ASP.NET
    X-FEServer: DB4PR02CA0026
    WWW-Authenticate: Bearer client_id="00000002-0000-0ff1-ce00-000000000000", trusted_issuers="00000001-0000-0000-c000-000000000000@*", authorization_uri="https://login.windows.net/common/oauth2/authorize", error="invalid_token",Basic Realm="",Basic Realm=""
    Date: Fri, 14 Nov 2014 16:40:59 GMT
    Content-Length: 0
    I have asked a stack overflow question here: http://stackoverflow.com/questions/26950838/office-365-api-error-the-token-has-invalid-value-roles-for-the-claim-type
    Any help on the matter will be hugely appreciated, thanks!

    Hi Manu,
    To wrap this thread up; I have had an answer on stack overflow.
    It appears that currently the grant type client_credentials is not supported, according to a comment on this blog post by Matthias' http://blogs.msdn.com/b/exchangedev/archive/2014/03/25/using-oauth2-to-access-calendar-contact-and-mail-api-in-exchange-online-in-office-365.aspx 
    "There is no way in the code flow to avoid username/password. We're working on a client credential flow for later this fall that will give you the functionality required to run background services. For this you will not need a username/password,
    but the application will directly assert its identity and authenticate as itself."
    Unfortunately I require client_credentials for a daemon process, Q4 is the scheduled release for support for this grant time.
    Thanks for the help,
    Nick

  • ORA-01722: invalid number (Error in Application after upgrade to 3.0)

    Dear All,
    After upgrading to 3.0 I am no longer able to login to my application. The error I am seeing is:
    ORA-01722: invalid number
         Error      Could not process show_hide_memory.show_hide_collection_output procedure !
    Please help me pin-point the issue and fixed it.
    This happens in some applications but in others it doesn't...
    Regards,
    Pawel.

    I believe I have found the source of the problem!
    This is coming from the sample application which was used for the show/hide of regions example.
    The code behind the above procedure is:
    CREATE OR REPLACE
    PACKAGE show_hide_memory AS
    PROCEDURE show_hide_collection;
    PROCEDURE show_hide_collection_output;
    END;
    CREATE OR REPLACE PACKAGE BODY show_hide_memory AS
    PROCEDURE show_hide_collection AS
    l_arr apex_application_global.vc_arr2;
    l_found boolean := FALSE;
    l_collection_name VARCHAR2(255) := 'SHOW_HIDE_COLLECTION';
    BEGIN
    IF(wwv_flow_collection.collection_exists(p_collection_name => l_collection_name) = FALSE) THEN
    htmldb_collection.create_or_truncate_collection(p_collection_name => l_collection_name);
    END IF;
    l_arr := apex_util.string_to_table(p_string => v('TEMPORARY_ITEM'), p_separator => ']');
    -- If the array member count of l_arr < 3, then the following code will raise an exception
    FOR c1 IN
    (SELECT seq_id
    FROM apex_collections
    WHERE collection_name = l_collection_name
    AND c001 = l_arr(1)
    AND c002 = l_arr(2)
    AND c003 = l_arr(3))
    LOOP
    -- It exists, so delete it
    apex_collection.delete_member(p_collection_name => l_collection_name, p_seq => c1.seq_id);
    l_found := TRUE;
    END LOOP;
    IF l_found = FALSE THEN
    apex_collection.add_member(p_collection_name => l_collection_name, p_c001 => l_arr(1), p_c002 => l_arr(2), p_c003 => l_arr(3));
    END IF;
    COMMIT;
    END show_hide_collection;
    PROCEDURE show_hide_collection_output AS
    BEGIN
    htp.prn('<script type="text/javascript">' || CHR(10));
    htp.prn('<!--' || CHR(10));
    htp.prn('window.onload=function(){' || CHR(10));
    FOR c1 IN
    (SELECT c003
    FROM apex_collections
    WHERE collection_name = 'SHOW_HIDE_COLLECTION'
    AND c001 = wwv_flow.g_flow_id
    AND c002 = wwv_flow.g_flow_step_id)
    LOOP
    htp.prn('htmldb_ToggleWithImage(''' || c1.c003 || 'img'',''' || c1.c003 || 'body'');' || CHR(10));
    END LOOP;
    htp.prn('}' || CHR(10));
    htp.prn('//-->' || CHR(10));
    htp.prn('</script>' || CHR(10));
    END show_hide_collection_output;
    END;
    I guess now I have to find the bug in the above code !

Maybe you are looking for

  • OSX 10.7.4 iMac Start Up Issues

    After starting up my imac OSX 10.7.4 the magic ball appears to be spinning a while while i access my system preference and other menu items. why is that happening?

  • Daisy chain an external drive

    Just set up new iMac with a 2TB external Lacie drive, partitioned for Time Machine and SuperDuper, and connected with Firewire 800. I want to also use my old 500GB Lacie external drive for temporarily holding unedited movies, whilst I work on them in

  • [SOLVED] Can't get DHCP to work with wifi

    On my recent install my wireless connection won't work with DHCP. If I use static IP I can associate with my AP and all is well but with DHCP wicd-gtk goes through the connection process and then just says "Not Connected". Any ideas? Last edited by i

  • USB Flash drive mount on Mac 10.6.8 (Snow Leopard)

    Hi, All my HP v250w cannot mount on my MacBook (OSX 10.6.8), i can see them on my USB (system info) but not in finder, so i can't read / write any data on them. they function normally on my friend's Macbook Pro with Lion OS (10.7) is there anyway i c

  • Error installing itunes 7.0.1..itunes.exe is not a vaild win32 application?

    I have the latest verion of XP Pro but cannot install he itunes 7.0.1 i just receive this error message ? itunes.exe is not a valid Win32 application. Appreciate any support. best regards, tafta Compaq presario   Windows XP Pro