Portal not picking up changes to my .shell

Hi,
I added a header to the default headerFooter.shell a while ago. I could never
get it to show up in my portal and I finally gave up. I know Merlin died a while
ago so I don't think it is magic but I came in a few days later started my IDE
and low and behold my header was showing up all of the sudden. Now I want to
add a footer. I modified the same headerFooter.shell and I can not get the stupid
thing to show up. I tried cleaning the app, rebuilding the app, stopping and
starting the server. and even bumping the IDE none of which worked. What would
be really cool is if I could just drag a .jsp file from the application window
into my header or footer and have it show up. Anyone out there ever have this
problem before?
Thanks,
John

not sure whats going on, but let me explain how the .shell files work and maybe
this will help.
the markup from the .shell file is copied into the .portal file when you create
a new portal.
when you change the markup in the .shell file the IDE should refresh the markup
in the .portal file to relfect the changes you made in the .shell file. I think
this is not happening,
to verify this view your .portal file as XML or open up in wordpad and check to
see if the changes you made in your .shell file made it into the .portal file
(since you are making changes to the footer these changes should be at the bottom
of the .portal file)
If the changes did not make it in try the following:
1) changing shells in the IDE to an old one - save - and then back to your new
one - save
2) or just manually copy the markup into your .protal file
Note when you 'disassemble' the portal in the Admin tools (create a desktop from
a .portal file)
The markup in the .shell file will be used not the markup in the .portal file
(these should be the same though). The disassembler uses the 'markupName' attribute
in the .portal file to match with the markupName attribute in the .shell file.
hope this helps.
OBTW - for the next release we are planning on allowing you to drop .jsp, .jpf,
.pinc file into the shell from the IDE.
"John Hundley" <[email protected]> wrote:
>
None of your suggestions worked. There is no folder with the same name
as my computer.
Please I want to throw somthing!!!!!!
"Khurram Zafar" <[email protected]> wrote:
I have noticed that sometimes, a property set in the property sheetin
workshop
doesn't get written to the underlying file and I have had to manually
go and write
the element to the xml file. I don't recall exactly which ones those
are. Try
one of these:
1. Check that the property actually got written to the xml file, inyour
case
headerfooter.shell
2. Try to make a change to a portal property as well, like setting the
look and
feel to classic from default or vice versa to get the server to reload
all the
framework related changes. If that doesn't work, and you have triedbouncing
the
workshop and the server, then:
3. On your development machine, in your <domain name> folder there should
be a
folder named the same as the machine name you are working on. That has
some cached
files and data. Rename that folder to another name, shut down your server
and
restart. It should work now.
Cheers
Khurram
"John Hundley" <[email protected]> wrote:
Hi,
I added a header to the default headerFooter.shell a while ago. I
could
never
get it to show up in my portal and I finally gave up. I know Merlin
died a while
ago so I don't think it is magic but I came in a few days later started
my IDE
and low and behold my header was showing up all of the sudden. NowI
want to
add a footer. I modified the same headerFooter.shell and I can notget
the stupid
thing to show up. I tried cleaning the app, rebuilding the app, stopping
and
starting the server. and even bumping the IDE none of which worked.
What would
be really cool is if I could just drag a .jsp file from the application
window
into my header or footer and have it show up. Anyone out there ever
have this
problem before?
Thanks,
John

Similar Messages

  • Portal not picking up changes from query view in analyzer

    Hello All,
    If I change a query view in analyzer, the changes are not being picked up in the portal unless i restart the portal, therefore clearing the cache.  Is there away of clearing the portal cache without a restart?  I am aware of a few ways to clear navigation cache and PCD cache, but this does not solve my issue. Also I have cleared the query cache through RSRT but this makes no difference.
    Any suggestions apprecaited.
    Thanks,
    Nick

    Hi ,
    This is due to the query cache not getting updated for portal
    view this problem can be solved by only refreshing the query
    and u can get the help of basis people if there are anyother
    way for this .
    Assigning points is the way of saying thanks in SDN
    Regards ,
    Subash Balakrishnan

  • ADG is not picking up changes from this getter

    My ADG is not picking up changes from this getter, is it because the whole class needs to implement IEventDispatcher ?
    <mx:AdvancedDataGridColumn headerText="Delete" dataField="reviewDate" visible="{userModel.loggedInUser.deleteReview}" id="deleteColumn">
    UserModel.as
        [Bindable(event="propertyChange")]
            public function get loggedInUser():User
                return _LoggedInUser;
        public function set loggedInUser(value:User):void
                _LoggedInUser = value;
                //loggedInUserModified.dispatch();
                eventDispatcher.dispatchEvent (new Event ("propertyChange"));

    Hi ,
    This is due to the query cache not getting updated for portal
    view this problem can be solved by only refreshing the query
    and u can get the help of basis people if there are anyother
    way for this .
    Assigning points is the way of saying thanks in SDN
    Regards ,
    Subash Balakrishnan

  • Forms not picking up change in library

    In 11g Forms instance the forms all call a common library pll. A minor change was made, but the forms are not picking up the change.
    Any ideas why?
    I dropped the library and re-added it to a form and it works, but this is not practical for several hundred forms.

    Are you sure the plx file is in the FORMS_PATH directory?
    Did you attach the library to the forms without the path?
    If you are on Windows, you can use sysinternals to see which files are actually read. It solved quite a few problems for me, especially with multiple Oracle Homes on one machine.
    There is probably a utility like that for Linux too.

  • Clients not picking up changed application files

    I created an application and deployed it to a collection containing 1 workstation.  I needed to make a change to one of the files in the application, so I made the change in the source for the application, redistributed the content to my distribution
    point and tried to run the updated application on the client.
    The workstation will not pick up the changed file.  I have run the Machine Policy check in, the User Policy check in, and the Application Deployment Evaluation Cycle multiple times to no avail.
    We are just beginning our implementation of SCCM (converting from Altiris) and this is really frustrating me to no end.
    Any help will be greatly appreciated.

    There are multiple ways to check if the current version of the application is being installed. One of them is to check the AppEnforce client log file after triggering the installation.
    That should show a line like the following, which includes the revision of the installed application:
    <![LOG[+++ Starting Install enforcement for App DT "<DeploymentType>" ApplicationDeliveryType - ScopeId_A351EC12-B25C-4327-80EE-247F25E4CE55/DeploymentType_26778027-8288-4f4e-b588-f8259f85777d,
    Revision - 6, ContentPath - C:\Windows\ccmcache\2, Execution Context - User]LOG]!>
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Portal not picking up the changes when I transport to live system

    Hi All,
    I created a report by using report designer in dev. system when I run the report it is picking up the changes in the portal but when i transport the report to live still i can see the changes i made in the report in report designer but when i run the report it is giving me the same old version of the output instead of new changes.
    Could any one help....please

    Hi
    Open the workbook
    Place your mouse on the result area and right click...there one window will open ....in the properties...go to Interaction tab...and tick mark..third option refresh query when opening workbook
    Save the workbook
    Again change the query and see your change is saved in the workbook
    Assign points if useful
    Thanks
    N Ganesh

  • Delta load not picking the changes to Custom Fields in 0CRM_QUOTA_ORDER_I

    We have enhanced the structure of CRM datasource 0CRM_QUOTA_ORDER_I for some additional fields that are held on the quotation. These are being successfully extracted when the quotation is being created. We have been running with this exctract for some time but we have been made aware that the additional fields on the append structure are not being updated when the quotation is being changed. Therefore delta changes are not being picked up making the reports incorrect.
    The user exit we are using to extract the information is EXIT_SAPLRSAP_001
    Does anyone know how we can enable this change so that delta changes are picked up by the extractor.
    Many thanks
    Gareth
    Edited by: Gareth Aspinall on Jan 14, 2010 2:04 PM

    Hi Gareth,
    Can you please check that the custom fields were added as described in question 4 in the SAP note
    692195? If yes and there is still a problem please check that the SAP note  1319891 has been applied
    in your system, it is a pilot note so you will need to raise a message with SAP to get added to the pilot
    note.
    Best Regards,
    Des Gallagher.

  • Project not picking up changes in external sources

    I have a flex project that's using a couple of other Flex
    library projects as external sources... i have everything setup and
    working nicely.
    Except... if i make a change to one of the library projects
    the flex project doesn't seem to pick it up... for a while... if i
    add a log comment to my library project and build it, then run the
    flex project i don't see the log... if i close down Flex 3 and
    leave it for a bit, then open it and run it again... there it is...
    if i close and immediately reopen i don't see it... seems like
    something is being held in memory... but not sure if this is a Flex
    issue or local to my installation/machine etc.
    Anyone else seen anything like this?

    Sounds like you are seeing a problem with project
    dependencies, and possibly also slow compilation times. Would you
    mind entering a bug at
    http://bugs.adobe.com/jira ?
    If you could zip up and attach the projects that reproduce
    the problem, that will greatly help us investigate. However only
    attach them via the bug form if it is code you don't mind the
    public seeing. If you want to keep it private (but don't mind
    sharing it with us internally), you can file the bug and email the
    code to [email protected], including the bug number.
    If you can't submit the code as-is, I understand, but if you
    are able to strip it down to something basic / non-sensitive that
    still reproduces the problem and submit that, it would be immensely
    helpful.
    Thanks much,
    Tom

  • Java Preferences not picking up changes

    Ok .. well.. all of a sudden, Java Preferences isn't picking up the Java version that I've set.
    I want to find out what stuff the Java Preferences app modifies so I can check and see what is going on with my system.
    Yes, JAVA_HOME is not set, when I echo it, it returns an empty line.
    I created a clean user account and yes it DOES work, so I need to find out what setting has caused my own account to be borked.
    I checked my bash_profile, /etc/profile, /private/etc/bashrc, /private/etc/profile and all do not have JAVA_HOME anywhere.
    Can anyone help? I've spent too long on this silly thing >.<

    Since the issue is specific to your original user account, you can proceed in two ways. One is to log into your new account, make a list of the preference files (plists) located in /username/Library/Preferences/, including any in the ByHost subfolder, log back into the original account, move everything on that other account's list from the original account's Preferences folder into a newly created folder on the Desktop, log out and back in, and see if the problem goes away. If so, you can copy the ones in the Desktop folder (one at time) back into /Preferences/, restart, and see if the problem returns. If so, you've identified the corrupt/conflicting one. Continue with all of them until isolating the bad ones. That'll save you the trouble of resetting preferences.
    The second way is much more detailed and I'll not burden you with the steps unless the above doesn't fix the issue.

  • Customize Dates recurrence pattern not picking up changes.

    Hi,
    For process scheduler, I have a recurrence set up with custom dates. This recurrence worked fine all through 2009 but now that I've deleted last year's dates and added dates for this year it is not working correctly. When I schedule a query using this modified recurrence it only schedules the last date (December). The recurrence is set up to schedule the next instance on completion of the last. I am used to having the query run immediately and then have an intance scheduled for the next defined date.
    Help is greatly appreciated!

    From KB ID 659082.1:
    SPECIFIC TO: Enterprise, PeopleTools 8.48 +
    Symptoms:
    Once a recurrence definition has been configured to use the 'Run on Specific dates' option, at submission time, the processes are not queued for the first date. Instead, the processes are queued for the last date in the sequence.
    Solution:
    This is a known issue and development has included the fix in Tools 8.50.
    REPORT ID: 1631169000
    WORKAROUND:
    Once the processes are queued for the last date in the sequence, modify the RUNDTTM field based on the newly assigned process instance number in the following Scheduler tables: PSPRCSRQST and PSPRCSQUE by using the following sql statements.
    1) UPDATE PSPRCSRQST SET RUNDTTM='first date/time in the sequence' WHERE PRCSINSTANCE='newly assigned process #'
    2) UPDATE PSPRCSQUE SET RUNDTTM='first date/time in the sequence' WHERE PRCSINSTANCE='newly assigned process #'
    Once the RUNDTTM has been updated to reflect the initial run's start time/date, subsequent iterations using the affected recurrence will proceed as expected according to the time/dates specified.
    Regards,
    Bob

  • WebDynPro ABAP iView not picking Portal Theme stylesheet

    Hi,
    We are facing issues in integrating the WebDynPro ABAP application in Portal . The WebDynPro ABAP iView is not picking the portal theme. It is picking its actual color.
    We are in EP 6 SP 14.
    Can anyone let me know what can be the reasons.
    Best Regards
    Sid

    Hello,
    for the web dynpro for abap application you can create a application configuration. To create the configuration
    right click on the application -> create/Change Configuration -> and once you create the configuration, it will open up in browser and you can see 2 tabs structure and parameters
    In parameters tab you will find an option Force Use of External StyleSheet check the box and save the configuration. Once done with this process.
    Go to the iView Properties of the applications and set the application configuration name and it would take the Portal Theme.
    hope this helps.
    Pramod
    reward points if helpful.

  • 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.

  • WebDynPro ABAP iViews not picking the portal look and feel

    Hi,
    In our case , WebDynPro ABAP iViews not picking the portal look and feel.
    Is there any way to provide the custom developed portal theme link or css file to the WebDynPro application.
    Can it be done programmatically in the WD ABAP application.
    Best Regards
    Sid

    Look at the below link, it will answer your question:
    Re: EP 7 Portal stylesheet with WD ABAP
    Raja T

  • Delta Extractor Is not picking changed values

    Hi All,
    When the values or texts in a PO are changed the delta extractor is picking up the changed values as deltas  (provided the changes where done in PO <b>Header</b> or <b>Item Overview</b>) but when a PO values or text that are changed in the <b>Item Details</b> the delta mechanism is not picking up the changed values (the fields whose values are changed were initially not in the LO Cockpit Extractor they where added and the values to these fields are populated using an ABAP Program)
    Is there a reason that Delta mechanism doesn't work for fields that are not delivered by the SAP Extractor or do we need to modify the code in order to collect these changed values by Delta Mechanism (Direct Delta as the Update Mode).
    Please let me know if anybody came across the same problem .
    Thank you all in advance.
    Regards,
    Dhanam

    Hi,
    this is another story.....
    You'll have to
    - enhance the PO items table (EKPO) with your fields
    - activate the right customer exit for purchase orders (search in SMOD; or in this forum..) and populate your fields during this exit. if the field needs to be maintainable by the R3 user, you'll have find a SAP exit (again SMOD) in order customize one of the screen and populate your fields in R3.
    - use another exit to populate the new fields to LO delta queue
    - enhance your BW extract structure (done)
    - and so on...
    As you can imagine, the above get quite more complicated (an expert in MM shall support you) and it needs to be approved by the PM since you'll modify R3.
    But that's basically it!
    hope this helps...
    Olivier.

  • Nonstock material PO value should not allow to change once it picked fromPR

    Hi There,
    when create PO for non stock material it will pick price from PR to PO once it pick the value again it should not allow to change.
    so what ever value is there in PR same should be in PO also even if we try to change PO value system should not allow
    so please advise me

    Dear
    If you want to copy the price from PR to PO do the following settings
    Here we have to do:
    First create a parameter in
    SPRO>Materials Management>Purchasing>Authorization Management>Define Function
    Authorizations for Buyers
    set the following fields:
    Order price adoption, Ref. to PReq, Change source, Change
    OTy./it. cat. and with Field sel. equals to AKTH. After created
    this parameter we have to set the users profile (using SU01 Transaction) with Parameter
    EFB (Function Authorization: Purchase Order).
    After doing all the settings what i mentioned, when you create the requisition that time before saving you have to select the price adoption as net or gross than only it will copy to the po because default is do not copy
    so go Valuation tab in the requisition and in PO price field select as nte price or Gross price than save the reqs
    now if oyu create the PO you will see the price
    Regards

Maybe you are looking for