Interactive Report - search does not work when using custom authentication

Apex 3.2.x
I can authenticate fine with my custom authentication and all of my pages work okay except for one page that uses the Interactive Report feature. When I click 'Filter' then enter the column name, operation (contains, =, like, etc.) and the expression, then click the 'Apply' button, the page just re-displays and my filter information is missing?
If I first login to Apex, select and run my application, the Interactive Report features work just fine. What's missing?

More information:
After login into my Apex workspace (development environment), when I display the Interactive Report and click debug I see this debug message:
"using existing session report settings"
When I login using my application's custom authentication and click debug I see this debug message:
"creating session report settings as copy of public saved report"
Based on this, it appears that my session info in not set correctly when using custom authentication... but I'm not sure what needs to be set.
Edited by: user9108091 on Oct 22, 2010 6:44 AM

Similar Messages

  • How do I set up a mail group on mac mail?  All the advise on line seems to refer to 'address book' and I only have 'contacts'.  The guidance does not work when using 'contacts' - can anyone help me?

    How do I set up a mail group on mac mail?  All the advise on line seems to refer to 'address book' and I only have 'contacts'.  The guidance does not work when using 'contacts' - can anyone help me?

    Create a group and send mail
    http://www.dummies.com/how-to/content/how-to-create-a-basic-contact-group-in-mac -os-x-li.html
    http://www.macworld.com/article/1165582/how_to_email_groups_with_mail.html
    Best.

  • Siri does not work when used for calling a contact function

    Siri does not work when used for calling a contact function

    Very strange, try to turn off/on your iPhone. Or make a reset (home+power button)...
    If it continues try to restore it.

  • Lenovo S8-50LC Wlan(WiFi) Does not work when use Sim Cart(3G)

    Hi
    Tablet Lenovo S8-50LC
    Wlan(WiFi) Does not work when use Sim Cart(3G).
    What is the solution for this problem?
    Build Number : TABS8-50LC_S000200_150121_ROW
    SoftWarw Version : TABS8-50LC_150121

    Right, but if you have the SIM in the tablet and you put the tablet in airplane mode, does wifi work then? If so, it may be a bad SIM. Do you have another SIM you can try?

  • Tomcat does not work when using only netcfg to start network

    hello!
    for myself i wrote a script to connect automatically to a wireless network using netcfg. i do not start my network via the daemon (/etc/rc.d/network).
    i have a project and so i want to use tomcat. but it does not work correct, i can start it, but i can't connect via "localhost:8080". when i start my network using the network daemon it works! apache runs fine, but i need tomcat!
    can someone help me please?
    thx, marv

    where is "lo" enabled in the network script? i did not found it and/or i have no idea which function enables it.
    can you help me please? can i just copy the lines of code to my own script and it will enable lo?
    mfg iggy

  • WMI InvokeMethod for StartService does not work when used with ManagementOperationObserver on IIS

    Hi,
    I am using .net 4.5 and C# to remotely restart the services. I am using WMI to do this task.  This code works when called from windows application on the machine, but same code when used inside web application it gives exception of invalid parameter.
    We saw it log error in System Event log 
    The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID
    {49BD2028-1523-11D1-AD79-00C04FD8FDFF}
     and APPID
    {49BD2028-1523-11D1-AD79-00C04FD8FDFF}
     to the user IIS APPPOOL\<app pool user> SID (S-1-5-82-634865507-143429395-1373251082-3464226226-3883016302) from address LocalHost (Using LRPC). This security
    permission can be modified using the Component Services administrative tool.
    I am pasting below code for reference.
    m.InvokeMethod(observer, "Startservice", null, null);
    //wait until invoke method is complete or 30 sec timeout
    int intCount = 0;
    while
    (!completionHandlerObj.IsComplete)
    if (intCount > 60)
    MessageBox.Show("Inside 30 seconds");
    break;
    //wait 1 sec.
    System.Threading.Thread.Sleep(1000);
    //increment counter
    intCount++;
    //see if call was successful.
    if (HandlerObj.ReturnObject.
    Properties["returnValue"].Value.ToString() == "0")
    isStarted = true;
    Dhanaji

    For web apps the context will be the context of the app pool.  Unless you set the app pool to run as a user account that has admin privileges on the remote machine then you won't be able to control the services on a remote machine.  If you have
    enabled Win auth such that the app runs in the context of the remote user then you might need to turn on delegation otherwise the hop won't work.
    Note that if you are using Win auth then consider using ServiceController instead which provides the same functionality as WMI but with a cleaner syntax.  This wouldn't work if you need to impersonate a user though.
    Michael Taylor
    http://blogs.msmvps.com/p3net

  • My saved searches does not work when click u201Cgou201C button

    Hi expert,
    Thank you for your help firstly,my qusetion is that when I am doing search for bp account , I save the search result as "saved searches", the "saved search" is created ,but when i clicks the "saved search" link ,it has no any response.
    Edited by: steven.yan on Jun 28, 2010 11:56 AM

    Running an adware script is not related to a power button issue. That's hardware, not software.
    Make sure you are holding down the power button long enough.
    Othersies, reset the SMC >>  Intel-based Macs: Resetting the System Management Controller (SMC)

  • Own voice app does not work when using Maps-N8

    I've recorded my own voice and uploaded it in Nokia Maps. Own Voice is found in the list of available languages but still after choosing it, all I get is a female chinese voice. I want to hear my own beautiful voice but how??

    Have you tried deleting the voice catalogue file from the Maps folder?
    Go to the File manager and browse your memory card to cities\diskcache\voices -folder, and delete voice_catalog file.
    After that turn Maps application "Online" and check the voice catalogue again from Settings > Navigation.
    Happy to have helped forum with a Support Ratio = 42.5

  • Reply to all using ItemReply does not work when specifying messageid

    Hello everyone,
    I am trying to use the ItemReply token to perform a "Reply to All"
    action on a mail item with a known message identifier and include the
    original message text in the response. According to the documentation,
    the call should be:
    ItemReply(7;1;"message-id")
    Still, when I execute this token, apparently only a normal reply action
    is performed because only the original sender is listed as recipient.
    (The message text is properly included)
    However, when I manually select the message in the GroupWise client
    first and then execute the same call without specifying the message id,
    all recipients of the original mail are listed in "To:" as expected:
    ItemReply(7;1)
    Could it be that the "ReplyTo" parameter is ignored or does not work
    when a message id is specified as parameter? (Setting "IncludeText" to 0
    does not change anything)
    Thanks in advance and best regards,
    Peter Hofer

    Worth bumping this message. I find the exact same behaviour as mentioned 5 years ago. Using both GW8 and GW2012.
    According documentation, when MessageId is not specified it defaults to the command ItemReplyOpenItem(). I assume that the reason "Reply To all" works without a MessageID is because of that. Someone needs to give a look to ItemReply().

  • Using Firefox (and having ZoneAlarm), when logging into my work email (Lotus Notes) through a secure Citrix program, a quesitonmark types as and accented "E". This does not happen when using IE (which I prefer not to use). I have turned off the anti-key

    Using Firefox (and having ZoneAlarm), when logging into my work email (Lotus Notes) through a secure Citrix program, a question mark types as and accented "E". This does not happen when using IE (which I prefer not to use). I have turned off the anti-keylogger in ZA (an old, and no longer successful fix). Can anyone help? I need my question marks at work.
    Thanks!
    PS. my keyboard language is not set to French.
    == This happened ==
    Every time Firefox opened
    == I tried to type a "?" in a work email using remote access.

    Perform the suggestions mentioned in the following articles:
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache/ Clear Cookies & Cache]
    * [[Troubleshooting extensions and themes]]
    Check and tell if its working.
    May not be related to your problem but some of your Firefox Plugins are out-dated
    * Update All your Firefox Plugins -> https://www.mozilla.org/en-US/plugincheck/
    * '''When Downloading Plugins Update setup files, Remove Checkmark from Downloading other Optional Softwares with your Plugins (e.g. Toolbars, McAfee, Google Chrome, etc.)'''

  • Youtube does not work when i am using wifi on iphone 4

    the youtube does not work when i use wifi. it works perfectly when i use 3 g network ..

    At home when i use my Wi-Fi it work normal, but as soon as i go out, for example on the bus or at work it keeps saying "Cannot connect to Youtube".

  • Dbx does not work when debugging g++ exes.

    Hi,
    We are just getting started building our application on redhat el5 with sunstudio 12.
    We are compiling and linking our app with gcc 4.1 as we need to be able to link against some 3rd party libraries build on rhel4 that we do not have source for.
    We now can compile and link fine but dbx does not work when it is fed the executable.
    We get the error
    dbx: warning: Bad transition in runtime linker interface. CONSISTENT->CONSISTENT[
    and dbx freezes.
    Note : This is built with -m32 on a 64bit kernel. Also we have not yet rebuilt all the opensource libs used on gcc 4.1 as we have a large number of them.
    Any ideas ?
    The complete output of running dbx :
    Output from dbx :
    debug /ps_rels/Dev/linux_rhel5/exe/sx
    Reading sx
    Reading ld-linux.so.2
    Reading libz.so.1
    Reading libxerces-c.so.27
    Reading libxalan-c.so.110
    Reading libxalanMsg.so.110
    Reading libsde.so
    Reading libsg.so
    Reading libpe.so
    Reading libsqlite.so.0
    Reading libsqlite3.so.0
    Reading libgeos.so.2
    Reading libpng12.so.0
    Reading libX11.so.6
    Reading libXm.so.4
    Reading libXt.so.6
    Reading libXi.so.6
    Reading libXext.so.6
    Reading libXrender.so.1
    Reading libfreetype.so.6
    Reading libexpat.so.0
    Reading libfontconfig.so.1
    Reading libcairo.so.2
    Reading libglib-2.0.so.0
    Reading libgmodule-2.0.so.0
    Reading libgobject-2.0.so.0
    Reading libgthread-2.0.so.0
    Reading libpango-1.0.so.0
    Reading libpangocairo-1.0.so.0
    Reading libpangoft2-1.0.so.0
    Reading libatk-1.0.so.0
    Reading libgtk-x11-2.0.so.0
    Reading libgdk-x11-2.0.so.0
    Reading libgdk_pixbuf-2.0.so.0
    Reading libtiff.so.3
    Reading librt.so.1
    Reading libwx_gtk2_xrc-2.8.so.0
    Reading libwx_gtk2_qa-2.8.so.0
    Reading libwx_gtk2_html-2.8.so.0
    Reading libwx_gtk2_adv-2.8.so.0
    Reading libwx_gtk2_core-2.8.so.0
    Reading libwx_base_xml-2.8.so.0
    Reading libwx_base_net-2.8.so.0
    Reading libwx_base-2.8.so.0
    Reading libboost_thread-gcc-mt-1_33_1.so.1.33.1
    Reading libboost_filesystem-gcc-mt-1_33_1.so.1.33.1
    Reading libncurses.so.5
    Reading libnsl.so.1
    Reading libdl.so.2
    Reading libACE.so.5.5.1
    Reading libpthread.so.0
    Reading libpam.so.0
    Reading libm.so.6
    Reading libc.so.6
    Reading libstdc++.so.6
    Reading libgcc_s.so.1
    Reading libicuuc.so.34
    Reading libicui18n.so.34
    Reading libstdc++.so.5
    Reading libXau.so.6
    Reading libXdmcp.so.6
    Reading libXmu.so.6
    Reading libXp.so.6
    Reading libXft.so.2
    Reading libjpeg.so.62
    Reading libSM.so.6
    Reading libICE.so.6
    Reading libexpat.so.1
    Reading libXfixes.so.3
    Reading libXrandr.so.2
    Reading libXinerama.so.1
    Reading libXcursor.so.1
    Reading libXxf86vm.so.1
    Reading libaudit.so.0
    Reading libicudata.so.34
    Reading libnss_files.so.2
    Reading libnss_dns.so.2
    Reading libresolv.so.2
    dbx: warning: Bad transition in runtime linker interface. CONSISTENT->CONSISTENT
    Reading libnss_ldap.so.2
    Reading libcom_err.so.2

    Well, this message is just a warning and should not prevent dbx from working. What exactly happens to dbx? Does it hang? Does it crash? Or it doesn't allow to run the app?
    A side note: this message says that runtime linker debugging interface reported "consistent" event w/o any "add" or "delete" events, which is at least redundant and may indicate a bug. It is possible though that the bug is in dbx as well as in ld-linux.so, but its impossible to tell without live test case.

  • Personalized Simple Search with new messageLovInput - Search does not work

    I have currently set an Message LOV Input into a Simple Search Panel for IcxPorRcvSrchPG.
    I have got the LOV bringing back the correct values, but when I hit the GO button the Search does not work.
    Can someome please help me on how I am able to get the search working in the Simple Search Panel.
    Details of VO's are as follows:
    xxReceiveItemsDueVO (extended from ReceiveItemsDueVO)
    xxReceiveMyItemsVO (extended from ReceiveMyItemsVO )
    xxReceivePurchaseItemsVO (extended from ReceivePurchaseItemsVO)
    xxReceiveReqItemsVO (extended from ReceiveReqItemsVO)
    Extended Attribute I am looking to search with is xxWono.
    Current search items are working 100% with extended VO's, but when I try and search with new item, I am having no luck. The search is acting as though the new item has not even been created.
    Additional Lov Details are as follows:
    Level: Site
    Item Style: Message Lov Input
    ID: xxWONumSearch
    Data Type: VARCHAR2
    External LOV: /oracle/apps/icx/lov/webui/WorkOrderLovRN
    Prompt: Work Order Number
    Search Allowed: False
    Search Criteria: False
    Lov Map
    ID: xxWipEntityName
    Criteria Item: xxWONumSearch
    LOV Region: WipEntityName
    Programmatic Query: False
    Required: False
    Return Item: xxWONumSearch
    Framework version: 11.5.10.6RUP
    Is there a way of doing this through Personalization?
    With the version of framework I am not able to add a simpleSearchMapping through Personalization.
    Can someone please advise?
    Thanks
    Lee

    When I generate and then view the help, it looks perfect!  I changed the name of the project folder since the information is proprietary.  I have several pictures including the parent folder and the only 3 folders that are generated.  I cannot find the Webhelp output folder.  I think this is what you need to see.

  • In Robohelp 9, search does not work for some Vietnamese characters.

    In Robohelp 9, search does not work for some Vietnamese characters.

    I don't think there is anything we can do on a user to user forum. I suggest you report this to Adobe as a bug. Please follow this link.
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    If you need a more immediate response, you would need to take that up with Adobe support.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • My App Store does not work when trying to update applications

    My Apo store does not work when I try to update applications that need to be updated

    There are a number of other threads from people reporting a problem with a blank Updates tab in the App Store app - it looks like there is a problem at Apple's end which they need to fix.
    Some posts are suggesting that you if you go into the Purchased tab in the App Store app you might be able to update the apps from there, though you will need to scroll through the list to find those with updates and individually update them.

Maybe you are looking for

  • Have lots of DVD movies, can I add them to iTunes to watch on my apple TV?

    I have lots of DVD movies, can I add them to my Itunes so I can play them on my apple TV? How do I do it? Thx

  • MQSeries Adapter and adapters in general

    I've tried the MQSeries Adapter and the Siebel Adapter and both give me the following exception at runtime through the test harness. I have included the com.ibm.mq.MQException class through the jar (com.ibm.mq.jar) by setting the CLASSPATH env var in

  • Master Data with text upload

    Hi expart, I have created customize infoobject for master data upload. Following steps I have done : 1. Create info object for master data upload 1.  Create Datasource( RSO2) in R/3 with text option ( R/3 table feilds code, description) 2.  Replicate

  • Driver issues with itunes..

    okay soo when i try too install my iphone i get the following error: i only get this on this computer, i've never seent his before.. and than upon starting itunes, i get a notice saying that i must have installed some kind of software that does burni

  • MySQL JDBC ClassNotFoundException

    Hi, I am a second year student new to java. I am running a stand alone app using Java 5 and mysql 5 on windows xp and I am getting a CNF Exception when I try to execute the following code: import java.sql.*; public class JdbcTest { public static void