Report Bug: Application Alias Issue

Hi,
I have a unique problem of Application Alias not working. For a particular application only this happens. For all other Application in this DB it works nicely.
I am using ApEx 3.0.1
Regards
Rana

Rana,
You have not described your problem in sufficient detail for posting to a technical forum. Also you present (and probably do not have) evidence that supports your claim that your problem is unique. Why would it be? Please explain the situation fully and create a demonstration on apex.oracle.com, if you can.
Scott

Similar Messages

  • Application Alias Issue

    Hello,
    I am trying to login to my site using the application and page aliases. My link looks like:
    site/pls/ISR01DV/f?p=PJ:HOMEI get an error of "Unable to resolve page alias (HOME)" when I run this link, but if I use the application number (107), it works fine.
    Any ideas?

    Well, I ran them in Debug Mode, and they all worked. But the problem is that my clients won't be in Debug mode when they try to sign in.
    When I try and sign in for the first time, the combinations are:
    Works: App #: Page #
    App #: Page Name
    Doesn't Work: App Alias: Page #
    App Alias: Page Name
    When I try the Alias:Number combo, I get this error:
    "Expecting p_company or wwv_flow_company cookie to contain security group id of application owner"
    My Current Authentication Scheme is Database.

  • How to report a Bug or any Issue in Win 8 ?

    Hello Team,
    Where can I report or notify a BUG in Windows 8 OS ?.
    Is there any portal in Microsoft to report Bugs ?.
    Thanks,
    Nagamohan Kumar P.

    @Nagamohan Kumar P.
    Please consult this issue on specific end user forum:
    http://answers.microsoft.com/en-us/windows/forum/windows_8?tab=Threads
    Regards,
    Barry
    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.

  • PDF From MS Word 2010 Reported Bug Still Exists

    I need to create a PDF file today that contains images in a MS Word 2010 document.  There is a bug in Acrobat XI Professional  that I reported months ago.  This bug is still here, and now I need help.  Can anyone tell me what I can do to fix this issue?
    Here is what happens, and I just reproduced this problem I found awhile back.  As I stated, I did report it, but this issue is still here!
    I am creating a user guide for software.  I insert BMP images that are screen shots.  On any page where a BMP image exists within Word, the resulting PDF document does not allow selecting of text in Acrobat Reader XI.  The selection goes totally insane and highlights random text through the entire page.  This is a software defect for certain.
    My question is can I easily fix this with minimal time?  I had to fix this last time by removing all images from MS Word and instead pasting the image in Acrobat XI.  When I do this, selecting text works.  The problem with this bug work-around is that this take lots of time (that I do not have).
    Help please???

    I found something even better.  There is a non Adobe PDF creator on my office computer that correctly creates a PDF.   The issue is within PDF creation, because I am using Acrobat Reader XI and selecting text with no problem at all.
    I did not have to change a thing other than not use Adobe Acrobat Professional to create the PDF.  The software that works correctly where Adobe's own fails is called PDF Xchange Driver by Tracker Software Products LTD.
    ...and as I already stated, I reported this issue many months ago...

  • Regarding Sun Java System Application Server Issue with JVM

    Regarding Sun Java System Application Server Issue with JVM
    Hi
    I have installed SJSAS9.1 on solaris system. I m trying to deploy war file which i compiled in windows enviorment by jdk1.5.0_05. Every time i got the following error :
    type Exception report
    message
    descriptionThe server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: PWC6033: Unable to compile class for JSP
    PWC6199: Generated servlet error:
    [javac] javac: invalid target release: 1.5
    [javac] Usage: javac
    [javac] where possible options include:
    [javac] -g Generate all debugging info
    [javac] -g:none Generate no debugging info
    [javac] -g:{lines,vars,source} Generate only some debugging info
    [javac] -nowarn Generate no warnings
    [javac] -verbose Output messages about what the compiler is doing
    [javac] -deprecation Output source locations where deprecated APIs are used
    [javac] -classpath Specify where to find user class files
    [javac] -sourcepath Specify where to find input source files
    [javac] -bootclasspath Override location of bootstrap class files
    [javac] -extdirs Override location of installed extensions
    [javac] -d Specify where to place generated class files
    [javac] -encoding Specify character encoding used by source files
    [javac] -source Provide source compatibility with specified release
    [javac] -target Generate class files for specific VM version
    [javac] -help Print a synopsis of standard options
    note The full stack traces of the exception and its root causes are available in the Sun Java System Application Server 9.1 logs.
    I have cheked jvm version on both system the only difference is :
    Solaris points to jdk 1.5.0_09
    Windows point to jdk1.5.0_05
    Even i tried to run blank jsp also but again i got the same error.
    Can any help me to sort out the problem or give me any idea so i can do something by my own.
    Thanks in Advance
    Gagan

    Do you have ANT installed and available?
    Thanks,
    Kedar

  • Windows App Certification Kit 3.4 error occurred while generating the report (the application will exit)

    Hi all,
    I've encounter a pretty big issue while trying to check if everything with my windows phone 8.1 app is all right. After creating package (*.appx) I launched Windows App Certification Kit 3.4 to run it against all the test. Each time I try I get an error saying
    "an error occurred while generating the report. the application will exit" and Certification tool just crushes
    I looked online for some solutions but couldn't find any. Somebody knows what is going on and how to fix it ?
    Can't insert images into post because of not verified account so imgur:
    http://imgur.com/ptT0cU3

    Try sending it to store anyway… I have the similar issue, the kit hangs when saving result and never complete it.
    Another member has same question.
    https://social.technet.microsoft.com/Forums/en-US/11910167-75e1-47d8-a0fb-fb8046c57f89/windows-app-certification-kit-31-reports-failure-due-to-crash-or-hang?forum=projectsiena.
    If you want to test your app, you can also send to beta store and you can get response from the testers.

  • How to pass custom cookie from report builder application to SSRS Custom Security Extension?

    We want to implement SSRS in SaaS model. We implemented Custom Security extension in order to authenticate users from other application. When user enters username/password, i would like to authenticate the user in other application and it will return some data which can be used for autherization. I am expecting the same set of data will be accessible during all autherization calls.
    Currently we are implementing this in Report Builder application. I couldn't able to persist the information in cookie. Report builder removes all the cookies exceprt one cookie which is used by report server.Is there any way to share the information in all reportbuilder autherization calls in same session?

    if you have your own data extension, you can using
    HttpContext.Current.Application.Add("yourkey",
    yourdata);
    to save your data, but the issue I met it the key, I cannot find a key depended on report builder. If I use username, if the user open 2 report builder, both of them will get the same key and same data, but at this case the data should be different.
    I hope it will help you.

  • Report by Application Object Name

    have zen7sp1ir1
    i want to generate a report, by application object name, if it is
    distributed to the workstation. ( sucssess failed etc )
    is it possible to do so? how ?
    helge

    Helge,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Central Administration Manage Reporting Services Application - SSRS Service Application PSQA System Settings

    When I try to get into System Settings I get the following error:
    Does anyone know how to fix this?
    lcerni

    Hi lcerni,
    According to your description, my understanding is that you could not access the system settings inside SQL Reporting service application.
    There is a blog, the issue 3 is similar with your issue, please take a look at:
    http://thebaretta.blogspot.com/2013/04/sharepoint-2010-sql-server-2012.html
    In addition, please check the log file to find more information about this issue based on the correlation ID. The path of the log file is: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Where do we report bugs?

    We're all excited about the development of Flash Catalyst. It would be great if we could report bugs to help Adobe improve the quality and stability of the product.
    Here are some ideas:
    Create one thread for reporting all bugs, keep it at the top of the list.
    Create a template for bug reporting, e.g.
    Summary -- what happened
    Steps to Reproduce -- what do you think caused the issue
    Workaround -- tips for getting around this problem until it's fixed
    Description -- error messages, etc., perhaps screenshots
    Version/Build -- version number in which the issue was found
    Adobe Forum Admins, please give us a bit more structure so we can provide you with more valuable feedback.Thanks.

    Try here:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Safari's "Report Bugs to Apple" option in the Help menu

    On submitting a bug report (via the "Report Bugs to Apple" option in the Help menu), I get a generic Windows XP message saying "Safari Web Browser has encountered a problem and needs to close. We are sorry for the inconvenience." after which Safari closes itself down.
      Windows XP Pro  

    This appears to be part of a wider issue with clicking particular dialog buttons. See http://discussions.apple.com/thread.jspa?threadID=995474&tstart=0 for more info.

  • Reader 11.0.09 not installing on Mac OSX - base path failure, alias issue

    The file downloads, but does not migrate to the applications folder. Error message says base path failure and also alias issue.

    Can you post the install.log file from the following location:  /var/log/install.log

  • How to report bug?

    Where do you report bugs to Apple? On the support page there is a link to leave feedback about iTunes. But, that page is restricted to requesting songs, artists, genres.
    Thanks,
    Mark

    https://bugreport.apple.com/cgi-bin/WebObjects/RadarWeb.woa
    Thanks. But, it says I don't have access to the application.
    Mark

  • [svn:fx-trunk] 12294: * Fix for error reporting bug.

    Revision: 12294
    Revision: 12294
    Author:   [email protected]
    Date:     2009-11-30 13:25:28 -0800 (Mon, 30 Nov 2009)
    Log Message:
    Fix for error reporting bug.  The bug was caused by a warning being
      reported during one compilation and then an error being reported in
      a following compilation.  Due to the warning, the Source's logger
      was disconnected instead of being nulled out during the first
      compilation.  Then in the second compilation, we weren't reassigning
      the logger, so the disconnected logger was being left in place.  As
      a result, it was throwing off expected error counts and caused an
      assert to fire.
    QE notes: There is probably an easier way to reproduce the assertion
              that George hit without having to create multiple projects
              and without having to manually copy SWC's around.  I didn't
              realize this until I had a fix, though.  One key aspect that
              George didn't note and might not have realized, is that the
              variable needs to cause a warning, so leaving off a
              namespace works, but making it public, private, etc doesn't.
    Doc notes:
    Bugs: SDK-24314
    Reviewer: Corey
    Tests run: checkintests
    Is noteworthy for integration: fixes FB issue
    Code-level description of changes:
      Modified setLogger() to always reassign logger.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24314
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/Source.java

  • Print a report from Application Express direct to a CUPS Printer

    Hi all, I'm new to this technology, is it possible to print a report from Application Express directly to a CUPS Printer? Can someone tell me in laymans terms how to do it? I find the terminology and documentation less than helpful.

    Jeremy,
    BI Publisher handles submitting reports directly to a CUPS printer. However, the APEX integration doesn't currently integrate with that portion of BI Publisher.
    Here's an options:
    Use the Java API of BI Publisher to build a custom Java program that would do this for you. Delivering to CUPS is part of the Java API.
    Bryan

Maybe you are looking for

  • SmartSound - What Is It & How Do I Use It?

    For some time, there has been discussion on the use of SmartSound® with various versions of Adobe Premiere®. Often, there is a bit of confusion, as to what SmartSound is and how best to use it. I hope to provide some information on both the programs

  • Any experts on embedding a video in a page?

    I have created a video that I would like to embed in my website. My goal is to have the video actually play on the page automatically and have a button to click for sound. Currently I have a link to a page explaining that a media player is required a

  • Default e mail address???

    i have 4 different e mail addresses on mail but every time i send a new message it doesnt matter which mail address i choose to send from it always sends from the address at the top of the list in preferences. i cant seem to change the order in prefe

  • Should I Install ColdFusion MX7 Developer Edition

    Hi, I insalled Dreamweaver 8 and noticed that it had an additional software of Cold Fusion MX7 Developmer Edition. I have asked my IT person about installing this on my personal computer and he said there shouldn't be a problem. My main reason for in

  • What programs does OS9 and classic run?

    Primarily I use OS 10.3.9 but have OS9 and classic on my iMac from initial installation/purchase. Specifically, what programs/applications might the OS9 and classic run? If they are not programs I use, then I'll delete them and save the space. Thanks