OCD Personalization fails if OC launched from webpage?

I have added export button through site level personalization on summary page in OCD. (version - 11.5.10.25.42)
Document name : /oracle/apps/cz/runtime/oa/webui/templates/buttonBar/regions/SummaryPageButtonBar
Details of personalization :
<oa:exportButton id="9898989898" adminCustomizable="true" cellNoWrapFormat="false" disabled="false" exportAllRows="true" hAlign="start" rendered="true" scope="public" serverUnvalidated="false"
shortDesc="MA-Export Preview Configuration Information to excel" text="Export-test" unvalidated="false" viewName="SummaryTableVO0" xmlns:oa="http://xmlns.oracle.com/oa"/>
It works fine through OCD. Note- even if I do not assign the viewName while defining the personalization, this works fine.
When I access this export button in Configurator launched through an OAF page, it gives me null pointer exception.
A part of error stack:
java.lang.RuntimeException: ErrorHandler.handleFatalError : Got error while handling your request.
Original Exception:
java.lang.NullPointerException
oracle.apps.fnd.framework.OAException: java.lang.NullPointerException
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
## Detail 0 ##
java.lang.NullPointerException
     at oracle.apps.fnd.framework.webui.OAExportHelper.getRenderedColumns(OAExportHelper.java:929)
     at oracle.apps.fnd.framework.webui.OAExportHelper.getAllRegionsInPage(OAExportHelper.java:641)
Is the personalization not visible to my page where configurator is being launched from there? Has anyone faced the similar problem ? Please guide me in the right direction.
Thanks

Some one help me with this please.
here is the error stack.
## Detail 0 ##
java.lang.NullPointerException
     at oracle.apps.fnd.framework.webui.OAExportHelper.getRenderedColumns(OAExportHelper.java:929)
     at oracle.apps.fnd.framework.webui.OAExportHelper.getAllRegionsInPage(OAExportHelper.java:641)
     at oracle.apps.fnd.framework.webui.OAExportHelper.getAllRegionsInPage(OAExportHelper.java:678)
     at oracle.apps.fnd.framework.webui.OAExportHelper.getAllRegionsInPage(OAExportHelper.java:678)
     at oracle.apps.fnd.framework.webui.OAExportHelper.getAllRegionsInPage(OAExportHelper.java:678)
     at oracle.apps.fnd.framework.webui.OAExportHelper.getAllRegionsInPage(OAExportHelper.java:678)
     at oracle.apps.fnd.framework.webui.OAExportHelper.getAllRegionsInPage(OAExportHelper.java:678)
     at oracle.apps.fnd.framework.webui.OAExportHelper.getAllRegionsInPage(OAExportHelper.java:678)
     at oracle.apps.fnd.framework.webui.OAExportHelper.getAllRegionsInPage(OAExportHelper.java:678)
     at oracle.apps.fnd.framework.webui.OAExportHelper.getAllRegionsInPage(OAExportHelper.java:678)
     at oracle.apps.fnd.framework.webui.OAExportHelper.getAllRegionsInPage(OAExportHelper.java:678)
     at oracle.apps.fnd.framework.webui.OAExportHelper.getAllRegionsInPage(OAExportHelper.java:678)
     at oracle.apps.fnd.framework.webui.OAExportHelper.getAllRegionsInPage(OAExportHelper.java:678)
     at oracle.apps.fnd.framework.webui.OAExportHelper.getAllRegionsInPage(OAExportHelper.java:678)
     at oracle.apps.fnd.framework.webui.OAExportHelper.getAllRegionsInPage(OAExportHelper.java:678)
     at oracle.apps.fnd.framework.webui.OAExportHelper.getAllRegionsInPage(OAExportHelper.java:678)
     at oracle.apps.fnd.framework.webui.OAExportHelper.getPageResults(OAExportHelper.java:417)
     at oracle.apps.fnd.framework.webui.OAExportHelper.processFormRequest(OAExportHelper.java:306)
     at oracle.apps.fnd.framework.webui.beans.form.OASubmitButtonBean.processFormRequest(OASubmitButtonBean.java:515)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1022)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:988)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:843)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
     at oracle.apps.fnd.framework.webui.beans.layout.OARowLayoutBean.processFormRequest(OARowLayoutBean.java:366)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1022)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:988)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:843)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
     at oracle.apps.fnd.framework.webui.beans.nav.OAPageButtonBarBean.processFormRequest(OAPageButtonBarBean.java:370)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1022)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:988)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:843)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
     at oracle.apps.fnd.framework.webui.beans.layout.OACellFormatBean.processFormRequest(OACellFormatBean.java:430)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1022)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:988)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:843)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
     at oracle.apps.fnd.framework.webui.beans.layout.OARowLayoutBean.processFormRequest(OARowLayoutBean.java:366)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1022)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:988)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:843)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
     at oracle.apps.fnd.framework.webui.beans.layout.OATableLayoutBean.processFormRequest(OATableLayoutBean.java:368)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1022)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:988)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:843)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
     at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processFormRequest(OAHeaderBean.java:408)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1022)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:988)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:843)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
     at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processFormRequest(OAStackLayoutBean.java:370)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1022)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:988)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:843)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
     at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1022)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:988)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:843)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
     at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363)
     at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2675)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1682)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:508)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:429)
     at oa_html._czContainer._jspService(_czContainer.java:95)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:619)
java.lang.RuntimeException: ErrorHandler.handleFatalError : Got error while handling your request.
Original Exception:
java.lang.NullPointerException
oracle.apps.fnd.framework.OAException: java.lang.NullPointerException
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
     at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
     at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1408)
     at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2679)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1682)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:508)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:429)
     at oa_html._czContainer._jspService(_czContainer.java:95)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:619)

Similar Messages

  • Personalization fails when CZ launched from web page

    I have been struggling with this problem from a long time now but havent been able to figure out the solution.
    I have added export button via personalization on Summary page (/oracle/apps/cz/runtime/oa/webui/templates/buttonBar/regions/SummaryPageButtonBar) to export the data in spreadsheet .
    This is site level personalization. Export button works fine in configurator when its launched from OM, Quoting, custom oracle form used to launch configurator for vewing booked orders and saved quotes.
    Problem lies here :
    I developed a custom OAF page and lanched configurator from that page. I am able to launch configure and save the session. But this export button fails and gives me null pointer exception.
    Any suggestion in this direction would help me greatly.
    I had posted the question in OAFramework forum but got no solution. May be its a wrong place to ask configurator question.
    Details of the problem are on this thread :
    Re: OCD Personalization fails if OC launched from webpage?
    Thanks a ton.

    I have been struggling with this problem from a long time now but havent been able to figure out the solution.
    I have added export button via personalization on Summary page (/oracle/apps/cz/runtime/oa/webui/templates/buttonBar/regions/SummaryPageButtonBar) to export the data in spreadsheet .
    This is site level personalization. Export button works fine in configurator when its launched from OM, Quoting, custom oracle form used to launch configurator for vewing booked orders and saved quotes.
    Problem lies here :
    I developed a custom OAF page and lanched configurator from that page. I am able to launch configure and save the session. But this export button fails and gives me null pointer exception.
    Any suggestion in this direction would help me greatly.
    I had posted the question in OAFramework forum but got no solution. May be its a wrong place to ask configurator question.
    Details of the problem are on this thread :
    Re: OCD Personalization fails if OC launched from webpage?
    Thanks a ton.

  • Logon failed error when launching Web Intelligence from InfoView

    After changing the Web Intelligence preferences in BusinessObjects Enterprise XI 3.0 Java InfoView to launch the desktop or rich client option, I get a "logon failed" error message. However, when I launch Web Intelligence Rich Client from 'Start > Programs >...' directly, the same logon information is successful. The logon is set to use Enterprise authentication which is the same logon information used to launch InfoView and Web Intelligence.
    Why does the logon fail when I launch Web Intelligence from InfoView?
    Edited by: Ana on Mar 31, 2009 3:43 PM

    I deleted the report completely and rebuilt it from scratch, and also added names for the data table and data set generated within the project and finally, success!
    Jason, thanks so much for your help which got me moving on this again.

  • XSL Mapper JDeveloper plugin fails to launch from App Engine

    XSL Mapper JDeveloper plugin fails to launch from App Engine ONLY WHEN THE TARGET LOCATION OF THE SERVICE CONFIGURATION POINTS TO AN HTTPS URL.
    If I make the target location field of the service configuration point to an HTTP url, the plugin launches fine.
    The error message indicates that there is a missing certificate in the chain:
    oracle.tip.tools.ide.common.xsdgrammar.SchemaGrammarException: sun.security.validator.ValidatorException: No trusted certificate found
    A basic google search on this error leads me to believe that I need to add a key to the java clients keystore on my PC. Can anyone confirm or deny this? Has anyone else encountered this?

    After digging pretty hard I believe I've found the cause and two possible solutions...and I quote...
    "This seems to be a known conflict between versions of the Digi 001, the Audio Media III card, Panther OS, Pro Tools, and QuickTime 7 and above. This Mac is running...
    OS Panther 10.3.9
    Pro Tools LE 6.2.2
    This is what I've found from http://sillydog.org/forum/sdt_8928.php (page three of this thread).
    "testing has yielded that the Audio Media III card can be used with Pro Tools LE 6.2.3 on a platform as high as OSX Panther 10.3.9 as long as you do not (I repeat do not) install QuickTime 7ever. The QuickTime 6.5.2 re-installer will not remove problems created by installing QuickTime 7."
    "Basically if you are running what Digidesign refers to as “Legacy” hardware. Audio Media III/ Toolbox or the Digi 001. You are running a version of Pro Tools LE that is incompatible with QuickTime 7. If at any point QuickTime 7 is installed you must re-install (the OS and all programs) to delete its effects, and are stalled on OSX 10.3.9 (w/o QuickTime 7)."
    Knowing this, I was able to find a possible solution here... http://fox-gieg.com/tutorials/2005/undo-quicktime-7/
    The other solution is to upgrade equipment, or re-install OS and other Apps to go backwards.
    Hope this helps some people!

  • Install Failed - trying to upgrade from 10.4.11 to 10.5

    Hello,
    I have a MacBook "Core Duo" 1.83 13" running OS 10.4.11 that I need to upgrade to OS 10.5 in order to be able to sync my iPhone iOS 5.1.1 because it needs iTunes 10. I have the OS 10.5 install CD and everything appears fine when I start the install but nearing the completion of the install I get a screen that comes up saying "Install Failed" "Mac OS X count not be installed on your computer"  "The installer encountered an unknown error that failed to install. Contact the software manufacture for assistance." Then it gives you only the option to restart. I proceeded to have it restart but it launched from the CD again. I went into the Startup Disk to try and select my Macintosh HD rather then the Install CD but could not see it. I then proceeded to the Disk Utility to see if I could check the Macintosh HD there and I could not select it. I told the computer to restart again, knowing that it would load the install disc again because I didn't have the option of the HD. This time the HD appeared in the Disk Utility but not in the Startup Disk, so I proceeded to run Verify Disk Permissions which came up normal. I then launched the Startup Disk again and the HD appeared so I could get the full use of the computer back. So I don't know what to do now. I have not tried installing OS 10.5 again but do want and need to upgrade so I can sync my iPhone with my computer which I have never been able to do yet.
    Any help would be appreciated. Thanks.

    Was able to work on the computer this weekend, started by clearing out some space on the HD as you had recommended BDAqua. Freed up 31 GB of space but was at the point where I didn't know what else I could delete, moved iPhoto and iTunes libraries along with the whole documents folder off the computer, even ran OnyX to clear out cache, log files etc.
    Restarted the computer booting from the install DVD, then ran disk repair. Everything came back okay so proceeded with the update installation. Checking installation DVD took a while but started the installation okay. The installation its self took about an hour plus but did not fail at the end so that's a great.
    Did the update I wanted to iTunes 10.5 then 10.6 so that I can sync the iPhone to the computer now. The computer does appear a little draggy at times even though I have 512MB of RAM, which I know is not a lot any more. Is there anything else I can remove or clean up that was installed by this update that is not needed or can't run on this machine, in hopes of making it a little smoother.
    Thanks for all your help.

  • Need help with an automating a "Message from webpage" click.

    Any help would be appreciated. I guess I would consider myself as a beginner with VB.NET.
    Basically - My program launches an internet explorer window. Points to a specific webpage that has records. Finds the "check all" and clicks it, then finds and clicks "delete".
    I am stuck at this part. A "Message from webpage" pops up wanting to confirm the deletion of the records. I have 50 records per page and an excess of 14,000 records each day that need to be deleted. I do not have time to click OK on every single
    page.
    I have tried to sendkey function, which worked for a while but for some odd reason, it quit working. Someone suggested using API, which I know nothing about. Please help me! I am desperate!
    Here is my code. I know the "threading.thread.sleep" isn't good to use but I need someway to pause. Like i said, I am a beginner, so please be easy!
    Public Class Form1
    Dim oInputs As Object
    Dim oWShell As Object
    Private Sub btndel_Click(sender As Object, e As EventArgs) Handles btndel.Click
    With CreateObject("InternetExplorer.Application")
    .visible = True
    .navigate("WEDPAGE GOES HERE!")
    Threading.Thread.Sleep(3000)
    oInputs = .document.getElementsbytagname("a")
    For Each elm In oInputs
    If InStr(elm.innertext, "(Un)Check All") > 0 Then
    elm.click()
    Exit For
    End If
    Next
    For Each elm In oInputs
    If InStr(elm.innertext, "Delete") > 0 Then
    elm.click()
    Exit For
    End If
    Next
    Do While .busy Or .readystate <> 4
    Threading.Thread.Sleep(2000)
    Loop
    End With
    Dim objShell = CreateObject("WScript.Shell")
    Dim Success = objShell.AppActivate("Message from webpage")
    Do Until Success = True
    Threading.Thread.Sleep(1000)
    Success = objShell.AppActivate("Message from webpage")
    Loop
    Application.DoEvents()
    AppActivate("Message from webpage")
    SendKeys.Send("{ENTER}")
    End Sub

    Hi msnyder1112,
    Thank you for posting in MSDN forum.
    Since this issue is related to the VB.NET, so we will move this case to VB forum:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vbgeneral , you will get better support.
    Thanks for your understanding.
    Best Regards,
    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.

  • Filereader only reads when launched from terminal

    My program consists of a JDialog which is launched from a JApplet. Part of my code requires that an input string be checked against a "dictionary" to see if it is a valid word. The dictionary consists of several word lists, organized by length, in a folder called "Data."
    Here is the relevant code:
         public boolean checkDictionary (String word) {
              boolean acceptable = false;
              try {
                   BufferedReader reader = new BufferedReader(new FileReader("Data/"+word.length()+"lw.txt"));
                   String stringRead = reader.readLine();
                   while(stringRead != null) {
                        stringRead = reader.readLine();  // read next line
                        if (stringRead.equals(word)) {
                             acceptable = true;
                             reader.close();
                   reader.close();
              catch (Exception ex) {
              return acceptable;
         } When I run the program from the terminal (either by typing "java Anagrams" or "firefox Launcher.html"), everything works fine, but if I run it by double-clicking the Launcher.html icon, it fails to read the data files. Everything else in the program works normally, and it doesn't make any difference whether I use a web browser, or appletviewer. Unfortunately, I can't tell what exception is thrown, because the output isn't sent to a terminal.
    Any ideas?

    It doesn't answer you question but the logic of that method is incorrect: it never checks the first String in the file and it always reads all the words no matter whether or not the word was found already. Make that:
         public boolean checkDictionary (String word) {
              boolean acceptable = false;
              try {
                   BufferedReader reader = new BufferedReader(new FileReader("Data/"+word.length()+"lw.txt"));
                   String stringRead = reader.readLine();
                   for (String stringRead= reader.readLine(); stringRead != null; stringRead= reader.readLine()) {
                        if (stringRead.equals(word)) {
                             acceptable = true;
                             break;
                     reader.close();
                catch (Exception ex) {
              return acceptable;
         } kind regards,
    Jos

  • Failed to retrieve data from the database. Details: [Database Vendor Code: 997 ]

    Post Author: aya
    CA Forum: Crystal Reports
    Hi I am getting following problem while launching Crystal Report
    Failed to retrieve data from the database. Details: &#91;Database Vendor Code: 997 &#93; Failed to retrieve data from the database. Details: &#91;Database Vendor Code: 997 &#93;
    The database is Oracle.
    Thanks

    Post Author: pvierheilig
    CA Forum: Crystal Reports
    Have you been able to resolve this yet?  I don't have any reference to Oracle error codes but would suspect a quick Google of something like 'Oracle error code 997' should result in good information, since it is an Oracle error...
    Hope this helps.

  • Multiple projects, yet one flash file launched from browser

    Hello everyone, I glad to be a part of this wonderful community.  I have a really sticky Captivate 4 problem, and I wanted to get my feelers out there now before I really need to get this done before the end of the week.  This question has to do with publishing.  I have 7 project files, and I created a "menu" slide at the end of each of them that look exactly the same.  In this particular slide, there are 7 'click boxes' spread throughout the page that launch all the other projects.  If you are wondering why I did this, it's because I'm trying to cut back on load time when a user click on any individual project.  Now, my programmer can only launch one .swf file from our webpage to get the first project started.  So, does this mean Captivate will dynamically handle launching all of the other projects(assuming multiple flash files are created) when they are launched from these "menu" slides?  I'm a bit confused.  I'm likely confusing some of you as well.  It is hard to put the problem into writing.  Please help!

    Okay, so lets look at the problem, shall we?
    You created seven projects. But you later asked:
    So, does this mean Captivate will dynamically handle launching all of the other projects (assuming multiple flash files are created) when they are launched from these "menu" slides?
    First off, with seven different projects, you end up with seven different outputs. Assuming you are using Captivate in the basic form, you will end up with seven different SWF files and seven different HTM files that need to be factored into things. You may have more files than that, depending on your options used.
    When you create the links using the Click Boxes, hopefully you used the option: Open other project. This means that when the user clicks, the other SWF/HTM or EXE (depending on output) will be launched.
    I'm sure you will have other questions. So just post back either in threads of their own or by replying to this thread.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • DSO cannot be activated when process chain is launched from BPC

    Hello,
    we are facing the following issue in our project: we have created a process chain that loads transactional data into a DSO and then a BW cube. From there we will be launching the data into BPC.
    The process chain that we have built is working and loading OK when this chain is launched from the RSPC trx. However, when launched via the datapakage "Execute Process Chain in BW" data are loading OK from the source system up to the DSO, but the activation does not take place.
    The error that we are getting on the BPC data package is:"An exception with the type CX_SY_DYN_CALL_PARAM_MISSING occurred, but was neither handled locally, nor declared in a RAISING clause
    Call of the method IF_RSPC_GET_PARALLELIZATION is SINCHRONOUS of the class CL_RSPC_CHAIN failed; the obligatory parameter I_VARIANT has not been filled."
    Has anyone faced this issue before? could you please help on this topic? I have tried several options and all of them are pointing to the parameter I_VARIANT.
    Thanks in advance.
    Kind regards,
    Begonia

    Hi Reddy,
    I've deleted deltas load from DOS, then I launched and activated a repair full load from ECC, it worked well.
    After that I went for delta load so the load was OK but the activation failed.
    The message 'Type of data update' was: Repeat of the last delta and the Nº of Transferred and Added was zero.
    ¿Do you think I could solve the problem if I do a repair full load from ECC then I delete the Delta init and create a new Delta init?
    Any another idea?
    In conclusion I'm not yet solved the problem so advices are welcome.
    Regards,
    Jorge

  • 4.3 won't launch from lrcat files

    I always launch LR by double-clicking the catalog files for the images that I want to work in.... I have many catalogs so launching from the one I need is the simplest way.  Installed 4.3 today, and now, double-clicking the catalog files does nothing... LR won't launch, nothing happens.  anyone else seeing this?? any help from Adobe??

    Okay, that answered that question for me. But something else just doesn't make sense. I just tried it again, double clicked on the catalog file, and Lightroom opened just as expected. All I did was download the 4.3 update and install it like I normally do. So I wonder why it would fail to do a registry entry on your computer but not mine. I'm not challenging you, or saying that you are wrong. It just doesn't make sense. It almost seems like if there is any anomaly with Lightroom or with the computer that Lightroom is automatically the thing that gets blamed. The program has been so erratic, baggy, inconsistent, slow, and who knows what else that it seems to have gotten some people terribly gun shy. I just wish Adobe could almost start over if necessary to make things right. I like Lightroom a lot. Maybe I'm just going to have to stop reading the forums because every time I come on here I get scared about another problem. I hope I don't run into the same thing you're having. But I wish Adobe looked like they were really on top of things.

  • Script fails when passing values from pl/sql to unix variable

    Script fails when passing values from pl/sql to unix variable
    Dear All,
    I am Automating STATSPACK reporting by modifying the sprepins.sql script.
    Using DBMS_JOB I take the snap of the database and at the end of the day the cron job creates the statspack report and emails it to me.
    I am storing the snapshot ids in the database and when running the report picking up the recent ids(begin snap and end snap).
    From the sprepins.sql script
    variable bid number;
    variable eid number;
    begin
    select begin_snap into :bid from db_snap;
    select end_snap into :eid from db_snap;
    end;
    This fails with the following error:
    DB Name DB Id Instance Inst Num Release Cluster Host
    RDMDEVL 3576140228 RDMDEVL 1 9.2.0.4.0 NO ibm-rdm
    :ela := ;
    ERROR at line 4:
    ORA-06550: line 4, column 17:
    PLS-00103: Encountered the symbol ";" when expecting one of the following:
    ( - + case mod new not null &lt;an identifier&gt;
    &lt;a double-quoted delimited-identifier&gt; &lt;a bind variable&gt; avg
    count current exists max min prior sql stddev sum variance
    execute forall merge time timestamp interval date
    &lt;a string literal with character set specification&gt;
    &lt;a number&gt; &lt;a single-quoted SQL string&gt; pipe
    The symbol "null" was substituted for ";" to continue.
    ORA-06550: line 6, column 16:
    PLS-00103: Encountered the symbol ";" when expecting one of the following:
    ( - + case mod new not null &lt;an identifier&gt;
    &lt;a double-quoted delimited-identifier&gt; &lt;a bind variable&gt; avg
    count current exists max min prior sql stddev su
    But when I change the select statements below the report runs successfully.
    variable bid number;
    variable eid number;
    begin
    select '46' into :bid from db_snap;
    select '47' into :eid from db_snap;
    end;
    Even changing the select statements to:
    select TO_CHAR(begin_snap) into :bid from db_snap;
    select TO_CHAR(end_snap) into :eid from db_snap;
    Does not help.
    Please Help.
    TIA,
    Nischal

    Hi,
    could it be the begin_ and end_ Colums of your query?
    Seems SQL*PLUS hs parsing problems?
    try to fetch another column from that table
    and see if the error raises again.
    Karl

  • How do I set the Launch window size (from launch from an LMS) in Captivate 5.5?

    When my project launches from the LMS, the lauch window is smaller that the actual project size and requires the user to resize the window to see the whole project. My LMS administrator tells me that the launch window size is not controlled by the LMS so I am trying to figure out how I can set this to match the project dimensions.

    The size of the browser window CAN be controlled by the LMS, but some LMSs are hopeless in this area and don't provide the settings to do so.
    Moodle for example allows you to specify that the course content will open in a new window each time an item in the LMS TOC is clicked and what the height and width of that window will be. However, all versions of SumTotal before the latest one did not give you this option (and that despite the exhorbitant price difference between these two products.)
    So your LMS admin might be correct in that HIS particular LMS cannot control the size of the launch window, but that's not because no LMS can do this.

  • How do I tell which hard drive an application is launching from?

    Hello.  I am first time user of the support communities here.  I have searched the forums prior to posting, but haven't been able to find an answer.
    I have a 2011 model Mac Mini (purchased 12/2011) running OSX Lion.  A couple weeks ago, I started getting a pop-up error telling me that I was running out of startup disk space.  I did a check through "about this Mac"  / disc utility and found that I was indeed very low on space on my stock 500GB HDD.  This machine see light use, but serves as primary storage (wirelessly backed-up through Time Machine to a NAS (1TB WD MyBook World Edition) attached to my AirPort Extreme, for photos (iPhoto) and music and digital copies of movies associated to iTunes, along with back-ups (through iTunes) for 4 iPhones and an iPad for our family.
    Anyway, I searched online and found that since this model had eliminated the optical drive, I could add a second hard drive.  For this application, I valued space over blazing performance, so I opted for a Seagate 1TB SSHD (hybrid drive) to add to my existing 500GB drive.  I was able to install the second drive just fine following these instructions and the following YouTube video as a guide.  I erased / initialized the second drive through disk utility so it was mounted / usable.  I needed to set the drive with available space as my startup disk, so I then installed OSX Lion (recovery USB key) on the second drive (volume "untitled") and followed the migration steps to copy all of my settings, applications, documents, etc from the stock drive (volume Macintosh HD) to the new one.  That all went fine.
    I seem to have the same data on both drives according to the usage shown on About this Mac > Storage.  The drives are in OSX Extended (Journaled) mode.  My question is that I want to free up appx 498GB of space, if possible, by removing the duplicate data from the original 500GB stock (no longer "startup" drive).  Is there a downside to doing that?  Is there a way to determine which drive my applications are launching from to make sure I don't have applications reading from one drive and writing to the other, or something.  When I clicked "about" in a couple of sample applications to check, I can't tell... It starts the location context with /users/Matt.........iTunes.app  for example.   I can't tell which drive it's actually launching from  / accessing right now when I open it.
    Appreciate any insight.
    Thanks,
    Matt

    Some applications absolutely must be in the main Applications folder.  Others can be put pretty much anywhere but they will use preferences stored in the user's directory on whatever drive that is, and use Application Support on the boot drive.  I think it would be wise to keep applications on the main drive and store only data on your other drive.  However, I do occasionally end up with applications on two drives, or multiple copies of a few applications so I can process two files at the same time.  Some applications tolerate being renamed and if you need/want two copies then you can perhaps label them as to the drive on which they are located.

  • Data load failed while loading data from one DSO to another DSO..

    Hi,
    On SID generation data load failed while loading data  from Source DSO to Target DSO.
    Following are the error which is occuuring--
    Value "External Ref # 2421-0625511EXP  " (HEX 450078007400650072006E0061006C0020005200650066
    Error when assigning SID: Action VAL_SID_CONVERT, InfoObject 0BBP
    So, i'm  not getting  WHY in one DSO i.e Source  it got successful but in another DSO i.e. Target its got failed??
    While analyzing all i check that SIDs Generation upon Activation is ckecked in source DSO but not in Target DSO..so it is reason its got failed??
    Please explain..
    Thanks,
    Sneha

    Hi,
    I hope your data flow has been designed in such a way where the 1st DSO as a staging Device and all transformation rules and routine are maintained in between 1st to 2nd dso and sid generation upon activation maintained in 2nd DSO.  By doing so you will be getting your data 1st DSO same as your source system data since you are not doing any transformation rules and routine etc.. which helps to avoid data load failure.  
    Please analyze the following
    Have you loaded masterdata before transaction data ... if no please do it first
    go to the property of first dso and check whether there maintained sid generation up on activation (it may not be maintained I guess)
    Goto the property of 2nd Dso and check whether there maintained sid generation up on activation (It may be maintained I hope)
    this may be the reason.
    Also check whether there is any special char involvement in your transaction data (even lower case letter)
    Regards
    BVR

Maybe you are looking for