Portal Report Wizard not accepting changes

IDC(or whoever handles app builder comps),
I created a report (the query was pretty big,
not sure but # of chars is less than 200). In
subsequent versions, when I make a change ot the query, the changes don't seem to get saved.
Any tips ?

Chetan,
Here's the query
select a.std_district_student_id
, a.std_first_name
, a.std_last_name
, k.tch_first_name
, k.tch_last_name
, b.grade_code
, c.crs_course_descr
, m.cac_category_descr
, d.ethnicity_descr
, e.lang_cls_descr
, l.prc_program_descr
, j.time_descr
, i.sch_school_descr
, f.cooperation
, f.mark_for_achievement
, f.mark_for_work_effort
from ora_test01.fr_mark g
, ora_test01.f_mark f
, ora_test01.d_location i
, ora_test01.vd_dss_student a
, ora_test01.d_teacher k
, ora_test01.d_subject c
, ora_test01.d_program l
, ora_test01.d_category m
, ora_test01.d_grade b
, ora_test01.d_ethnicity d
, ora_test01.d_lang_class e
, ora_test01.d_time j
where f.mark_rec_id = g.mark_rec_id
and f.sch_end_yr = g.sch_end_yr
and m.cac_id = g.cac_id
and l.prc_id = g.prc_id
and j.time_id = g.time_id
and l.prc_id = decode(:program,99,l.prc_id,:program)
and m.cac_id = decode(:category,99,m.cac_id,:category)
and b.grade_id = f.grade_id
and b.grade_id = decode(:grade,99,b.grade_id,:grade)
and f.sch_end_yr = :year
and g.sch_end_yr = :year
and c.crs_id = f.crs_id
and c.crs_id = decode(:course,99,c.crs_id,:course)
and j.sch_end_yr = :year
and f.mark_for_achievement = :mark
and f.source_system_code in ('A','C')
and k.tch_id = f.tch_id
and e.lang_cls_id = f.lang_cls_id
and e.lang_cls_id = decode(:lang,99,e.lang_cls_id,:lang)
and d.ethnicity_id = f.ethnicity_id
and d.ethnicity_id = decode(:ethnicity,99,d.ethnicity_id,:ethnicity)
and a.std_student_primary_key = f.std_student_primary_key
and i.sch_location_primary_key = f.sch_location_primary_key
and ( :location_id = 99
or i.sch_location_primary_key = (case when :sch_loc_type = 'S' then :location_id end)
or i.bdst_id = (case when :sch_loc_type = 'B' then :location_id end)
or i.ldst_id = (case when :sch_loc_type = 'L' then :location_id end)
Portal ver:3.0.7.6.2(NT)/8.1.6.2 AIX
Have quite a few versions. Make a change
in the query or in the last tab where you can add custom pl/sql (add a html table which displays the bind variables).
you will find that often the changes are not saved. A good case to try is to add a hyperlink below the html table to call the same report but with formatout=EXCEL.

Similar Messages

  • Office365 macbook air while copy paste and change font to tahoma forarded message remain with different fonts and size not accepting change

    office365 macbook air while copy paste and change font to tahoma forarded message remain with different fonts and size not accepting change
    mac yosemite
    office365

    Also here's the log before it happened. As you can see there is no activity from 9:48 to 10:00 am when the sound occurred.
    23/02/2014 9:48:12.792 am ntpd[52]: FREQ state ignoring -0.145411 s
    23/02/2014 9:48:15.258 am WindowServer[96]: _CGXHWCaptureWindowList: No capable active display found.
    23/02/2014 9:48:20.000 am kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000280
    23/02/2014 9:48:20.000 am kernel[0]: ARPT: 61.319378: AirPort_Brcm43xx::powerChange: System Sleep
    23/02/2014 9:48:20.000 am kernel[0]: ARPT: 61.319390: wl0: powerChange: *** BONJOUR/MDNS OFFLOADS ARE NOT RUNNING.
    23/02/2014 9:48:20.000 am kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    23/02/2014 10:00:04.000 am bootlog[0]: BOOT_TIME 1393167604 0
    23/02/2014 10:00:06.000 am syslogd[17]: Configuration Notice:
    ASL Module "com.apple.appstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    23/02/2014 10:00:06.000 am syslogd[17]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".

  • The report does not accept the value for apps.fnd_profile.value('USER_ID')

    Hi,
    I followed the below note and added a report to my SSHR menu.
    How To Add A Report To A 11i Self Service Menu [ID 334847.1]
    In my report , I have a condition in the query
    and a.created_by =apps.fnd_profile.value('USER_ID')
    When the report is submitted as a request , it works fine., however the same report when called from the self service page does not accept any value for apps.fnd_profile.value('USER_ID') .
    Is there a workaround to handle this problem.
    regards

    hi,
    I had already tried the option apps.fnd_global.USER_ID too.
    However it does not accept the value for apps.fnd_global.USER_ID.
    We want to call the reports in SSHR using oaf and at the same time the records that are pending for approval created by the employee should only be visible.
    regards
    Maya

  • RMAN settings in OEM not accepting changed password

    Database 10.2.0.3.0, 32 and 64 bit versions.
    OSes: Windows 2003 R2 Standard Edition
    The previous DBA had the same password for the sys, system, and rman accounts. The RMAN backups are scheduled through the OEM's Backup/Recovery Schedule Backup. I finally changed the passwords so that sys, system, and rman are now different. I changed the rman password to be the same as in the Oracle rman account in the Windows local user accounts and made sure that the rman account is in the ora_dba account and that batch jobs are permitted. Note that these scheduled jobs were working just fine so I suspect the windows accounts are correctly configured. The rman account I'm using is the rman account used in a repository. This is the only Oracle rman account among all the databases that I backup.
    I attempted to schedule a job to run immediately using the new password in the Host Credentials and I check the box for 'Save as Preferred Credential' but at the end of the run I get the error: RMAN-04004: error from recovery catalog database: ORA-01017: invalid username/password; logon denied
    I'm logged into the OEM with the same exact system account log in as I would use from the rman command line target connection.
    The Recovery Catalog Settings will not accept this new password. Instead I get the error message:
    java.sql.SQLException: ORA-01017: invalid username/password; logon denied
    After so many attempts the error message will say the account is locked and it is locked in the repository so it appears to be attempting validation against the correct location.
    I prefer using the OEM over the Windows Task Scheduler - any ideas on what to do?
    Edited by: pointreyes on Feb 4, 2010 8:30 AM - Discovered that a scheduled job ran immediately will fail to work as well.
    Edited by: pointreyes on Feb 4, 2010 8:39 AM - note that I did not change all the passwords at the same time. The sys and system passwords were changed last week and the backups continued to work. Only after the RMAN password was changed did the backups fail.

    EdStevens wrote:
    pointreyes wrote:
    Database 10.2.0.3.0, 32 and 64 bit versions.
    OSes: Windows 2003 R2 Standard Edition
    <snip>
    I prefer using the OEM over the Windows Task Scheduler - any ideas on what to do?
    Edited by: pointreyes on Feb 4, 2010 8:30 AM - Discovered that a scheduled job ran immediately will fail to work as well.
    Edited by: pointreyes on Feb 4, 2010 8:39 AM - note that I did not change all the passwords at the same time. The sys and system passwords were changed last week and the backups continued to work. Only after the RMAN password was changed did the backups fail.This is exactly why I don't schedule my rman backups in OEM. I never was able to figure out what was going on under the covers, but if I have to recreate something every time I change the password, then I'm looking for a different approach. Since I work in Unix, create shell scripts to execute my rman backups, and schedule them with cron. If on windows, I'd take the same approach .. the one you prefer not to use. OEM is a great tool, but it's not the perfect solution for every problem.Actually this is not really an OEM problem. I discovered this when I changed the rman catalog schema owner password and then attempted to backup the system through a remote job on another server. I am surprised if you changed your rman catalog schema owner that you have not ran into this yourself. Unless you are doing backups from a centralzied server that the rman catalog resides on.
    You come across all kinds of interesting things no matter which tool us use. For example we are to log onto the system using our personal accounts and then sudo to Oracle....guess what happened when the Oracle users password expired...
    Now that was a fun day....other DBA..."Backups are not working.."....Me..."Yes they are just fine when I execute them.".....other DBA.."Well cron jobs do not work."....Me..."Anyone log in recently with Oracle user??"
    Problem was that the Oracle user password had expired and was needing to be changed.....cronjobs don't like it when that happens.

  • Can I extend functionality of Portal Reports / wizard?

    Is there a way to extend the functionality of Portal Reports? I'd like to add some output formatting options to the existing Portal reports functionality, and I don't want to write a complete portlet to do it. I know that I can edit the package after the wizard creates it, but if anyone runs the wizard again, I'll lose my modifications. Can I modify the code generator/wizard?
    Thanks

    Is there a way to extend the functionality of Portal Reports? I'd like to add some output formatting options to the existing Portal reports functionality, and I don't want to write a complete portlet to do it. I know that I can edit the package after the wizard creates it, but if anyone runs the wizard again, I'll lose my modifications. Can I modify the code generator/wizard?
    Thanks

  • Republishing - not accepting changes

    Dear Team
    A couple of items disappeared from my home page when I made a small change and republished. I tried republishing again, but they were still missing. I have now discovered that my published site won't accept any changes to any pages. My disk usage is 6.2 of 512MB. This seems odd and I am sure it was a lot more before – almost half.
    I would be very grateful for any advice.
    Thanks

    Just to add to Mark's comment. In addition to your own browser cache, some ISPs (especially in the UK and Europe, based on reports here) have their own server caches; Unfortunately there's no way for you to force their cache to clear. So if it happens again even after you've cleared you own caches, all you can do is wait and/or check your site on a different computer.

  • GRUB not accepting changes

    I've changed some stuff to /etc/default/grub, like the TIMEOUT and DEFAULT values. However, upon boot the changes do not take effect. I've followed the wiki, and there's nothing special to this, so I don't get it. Someone on Ubuntu forums said to run
    sudo update-grub
    but I'm guessing this is not necessary on Arch as I get 'command not found'.

    Re-read the wiki page, notably: https://wiki.archlinux.org/index.php/GR … ation_file

  • HT1277 Unable to sent anything out! STMP settings should be??  Will not accept changes

    In mail preferences unable to set the outgoing STMP setting.  Incoming server seems to work OK .  Impossible to send an email on any account - main or sub accounts.  continually requests passwords for each account  which have been reset in verizon.net.  Can receive and send @ verizon  but is  not a simple procedure.

    Problems such as yours are sometimes caused by files that should belong to you but are locked or have wrong permissions. This procedure will check for such files. It makes no changes and therefore will not, in itself, solve your problem.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Triple-click anywhere in the line below to select it, then drag or copy it — do not type — into the Terminal window:
    find . $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 -o -acl \) -exec ls -Odel {} \;
    Press return. The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear.
    The normal amount of output from this command, below what you entered, is about 80 lines, sometimes less. If you get much more than that, don't post it; just reply that it happened. If you get less than about 100 lines, post them — the text, please, not a screenshot.
    If any personal information appears in the output, edit before posting, but don’t remove the context.

  • SPA3102 does not accept changes

    Hi,  Just got a new SPA3102 Voip Adapter from my ISP.  Have tried numerous times to enter the configuration settings as directed by the ISP but every time I click on submit all changes the changes are never saved.  The page refreshes with with the same old default data.  ISP reckons its a faulty device and is sending me a new one.  Has anyone had this same problem with this device?  Thanks for your help.

    You will need to download the firmware file from the Cisco website. This will be the link where you can download the firmware: 
    http://www.cisco.com/en/US/products/ps10027/index.html 
    All SPA devices have the same instruction on how to upgrade the firmware. Follow this instruction after you download the firmware file: 
    http://linksys.custhelp.com/cgi-bin/linksys.cfg/php/enduser/std_adp.php?p_faqid=16561&p_created=1211... 
    After this and you still have the same problem, I suggest contacting CISCO tech support to report about this problem and seek their opinion about it. I believe this unit belongs to the business series devices that Cisco is now supporting. Try to go to this link for the other business series devices and the site where you can get hold of Cisco for support:  
    http://www.cisco.com/web/products/linksys/index.html

  • IWeb not accepting changes

    I started a website a few weeks ago from scratch using iWeb 08. I had some pages set up with headings for future pages which were all linked to a little "under construction" Flash animation.
    As I make each new page I simply replace the hyperlink to the Flash file with a hyperlink to my new page.
    Today, however, every time I make a change in the hyperlink, it doesn't change. It appears to change, I publish to .Mac but when I visit my website the old link is there. I return yo iWeb and find that it has also, somehow, rejected the changes I've made and is back showing the link is to my Flash file.
    I use "Save" in iWeb. It appears to save, but the old links remain. I've published to Folder. The old links remain. Bizarre.
    Any ideas.
    By the way, the website is already enormous with many big files already uploaded (teaching resources) so If possible I'd like to avoid a complete reinstallation of my website as it would take days to upload.

    Just to add something.
    As a temporary measure I've tried removing any hyperlink from the offending pages.
    I select my heading, remove the hyperlink option, publish to .Mac and the links spring back into being on iWeb.
    I select my headings, remove the hyperlink option, save, publish to .Mac and the links spring back into being on iWeb.
    It won't let me change things!

  • Settings Panel not accepting changes

    Hello - I am at the Global Notifications Settings Panel. I
    uncheck "Notify me when Adobe FP is avail" But there are no buttons
    to click <ok>. I go to another panel, then come back to the
    settings mgr, and "Notify me when Adobe FP is avail" is now
    RE-checked.
    Any advice on how to keep it unchecked?
    Thanks in advance.

    bump

  • Change log report S_AHR_61016380 not picking IT0025

    Hi Experts,
    I need the change log report to capture the details of changes made in IT0025 (Appraisals).
    I have made necessary configurations to the below tables by watching in other SDN threads, but still my problem is not solved.
    Also made changes to master data (IT0025) and tested, but still no use.
    Log report is not picking changes made to IT0025.
    Please suggest
    Thanks
    Venkatesh

    Dear Expert,
    for logged changes in infotype report  we need to install crystal report.
    please suggest.

  • Portal integration with bo report was not opening from folders

    Dear friend,
    Please can u give me suggestion/solution on the following area, we are implementing business objects XIR2 portal integration with weblogic in which after login to business objects through portal report was not opening.
    Regards
    sekhar

    hi,
    please can you provide solution on this it is very urget purpose. i am able login to portal from portal when clicking on the report it was not opening.
    regards
    sekhar

  • Not accepting Invites

    I'm recieving invitations from my Google Calendar account that iCal is rejecting with the following error message:
    "There was a problem recieving this event invitation
    Someone invited you to an event using an email address that isn't on your "me" card in Address Book. Find your email address in the following list and add it to your card in Address Book."
    First of all, it was sent to my gmail address, which must be correct because I received the email.
    Secondly, there is no list of addresses to add.
    I'm using Mail v2.1 and iCal v2.0.5.
    What gives?
    I see there was a thread about this issue having to do with Entourage, but it has been archived with no apparent solution.

    I've seen this occur in two scenarios.
    1) As the error message indicates, the email address set in the attendee field doesn't match any of the addresses in your AddressBook "me" entry. Easiest way to fix this is to add that email address to the email addres list for that entry.
    2) It also displays that message for entirely unrelated problems that it has parsing the ical event. One thing I've noticed is that it does not accept changes to reoccurring events. For example, an outlook user creates a reoccurring event and invites you. iCal is happy with this and accepts it. If the creator then modifies the event, such as the Notes, for the ENTIRE series - that is, he/she makes a global change, then iCal is happy with this and accepts it. However, if he makes a change to a SINGLE entry (for example, editing Notes to reflect the meetings agenda), iCal complains with the above, totally misleading error message.
    There are three solutions to bug (2):
    1) Apple fixes iCal
    2) Ask creator of event to avoid editing a single event reoccurrence.
    3) Hack the .ics file. Removing the REOCCURRENCE-ID field will do it.

  • Unable to change RFC destination in IT Performance reporting wizard

    Hi Experts,
    I am setting up IT Performance Reporting in my Solman EHP1 system. In the first page of the PErformance reporting wizard, it asked me for RFC destination from BI to Solman(1st field) and Solman to BI (2nd field). I initially entered an existing RFC destination that we are already using in a separate application that has a user with very-limited authorization. Now, I am trying to change the RFC destination by running the same "Configure IT Performance Reporting" wizard but both fields are already GREYED out.
    I tried deleting the RFC destination previously defined in an attempt to reenable the fields but only the 2nd field was enabled. When I try to continue the setup, it results into a Shortdump because it is still looking for the initially defined RFC dest which is defined in the 1st field that cannot be edited.
    SAP has not yet provided us with a solution.Your help is greatly appreciated.
    Thank you very much.

    You canprovide the RFC destination in DOE administration portal. Goto Configurations link and search for "BACKEND DESTINATION" parameter in "BACKEND CONFIGURATION" link. Here you can provide RFC destination at SWCV level or at Data object level.
    After deleting RFC destination in SM59, it will never take you to backend system.

Maybe you are looking for