CRM Logo, Personalize, Logoff Button Bar on top is disabled.... ?

Hi Experts
We have CRM 7.0 ... and Marketing, Sales, Services are opening with out TOP APPLICATION which includes the Logo, Personalize , logoff button ...ETC...
SICF Activation i have done for all ... but still it is not visible ... do i required to do any setting ?..
for top bar we are getting below Error
Error .....is
An error occurred during initialization of the application
An exception occurred during the internal HTTP communicationException Class CX_BSP_WD_HTTP_RESPONSE_ERROR
Text: 
Additional Info: Business Server Page (BSP) Error
Program: CL_BSP_WD_STREAM_LOADER=======CP
Include: CL_BSP_WD_STREAM_LOADER=======CM002
Source Text Row: 159
Regards
kalyan

Hi Experts
Above problem L-SHAPE Horizantal navigation bar is disabled ... and Vertical is activated .....
Please help me to activate the above options like LOGO, LOG OFF button ...etc..
Regards
Kalyan

Similar Messages

  • Enable train button bar

    hi how can someone enabale train button bar when they are disable,am in jdeveloper 11.1.1.6.0
    Edited by: user0994 on 2012/10/18 12:02 PM
    Edited by: user0994 on 2012/10/18 4:56 PM

    ok my child task flow is
    <?xml version="1.0" encoding="windows-1252" ?>
    <adfc-config xmlns="http://xmlns.oracle.com/adf/controller" version="1.2">
      <task-flow-definition id="taskFlowCall1">
        <default-activity id="__1">members</default-activity>
        <managed-bean id="__3">
          <managed-bean-name id="__5">orgBean</managed-bean-name>
          <managed-bean-class id="__2">OrgDetails</managed-bean-class>
          <managed-bean-scope id="__4">pageFlow</managed-bean-scope>
        </managed-bean>
        <managed-bean id="__15">
          <managed-bean-name id="__12">MemberBean</managed-bean-name>
          <managed-bean-class id="__14">MemberBean</managed-bean-class>
          <managed-bean-scope id="__13">pageFlow</managed-bean-scope>
        </managed-bean>
        <view id="members">
          <page>/members.jsff</page>
          <train-stop id="__17"/>
        </view>
        <task-flow-return id="taskFlowReturn1">
          <outcome id="__20">
            <name>taskFlowReturn1</name>
          </outcome>
        </task-flow-return>
        <train/>
        <control-flow-rule id="__21">
          <from-activity-id id="__22">members</from-activity-id>
          <control-flow-case id="__24">
            <from-outcome id="__25">Done</from-outcome>
            <to-activity-id id="__23">taskFlowReturn1</to-activity-id>
          </control-flow-case>
        </control-flow-rule>
        <use-page-fragments/>
      </task-flow-definition>
    </adfc-config>and the parent task flow is
    <task-flow-definition id="register-org-flow">
        <default-activity id="__17">odetails</default-activity>
        <managed-bean id="__5">
          <managed-bean-name id="__4">orgDetailsBean</managed-bean-name>
          <managed-bean-class id="__1">OrgDetails</managed-bean-class>
          <managed-bean-scope id="__2">pageFlow</managed-bean-scope>
        </managed-bean>
        <managed-bean id="__7">
          <managed-bean-name id="__10">AutosuggestBeanmanagedBean1</managed-bean-name>
          <managed-bean-class id="__8">model</managed-bean-class>
          <managed-bean-scope id="__9">pageFlow</managed-bean-scope>
        </managed-bean>
        <managed-bean id="__11">
          <managed-bean-name id="__14">companyOfficials</managed-bean-name>
          <managed-bean-class id="__13">CompanyOfficials</managed-bean-class>
          <managed-bean-scope id="__12">pageFlow</managed-bean-scope>
        </managed-bean>
        <managed-bean id="__33">
          <managed-bean-name id="__34">Member</managed-bean-name>
          <managed-bean-class id="__35">Bean.MemberBean</managed-bean-class>
          <managed-bean-scope id="__32">pageFlow</managed-bean-scope>
        </managed-bean>
        <view id="odetails">
          <page>/odetails.jsff</page>
          <train-stop id="__3">
            <display-name id="__18">Organisation Details           </display-name>
          </train-stop>
        </view>
        <view id="addMembers">
          <page>/addMembers.jsff</page>
          <train-stop id="__25">
            <display-name id="__6">AddOptions</display-name>
          </train-stop>
        </view>
        <task-flow-call id="taskFlowCall1">
          <task-flow-reference>
            <document>/WEB-INF/membersFlow.xml</document>
            <id>taskFlowCall1</id>
          </task-flow-reference>
          <train-stop id="__38"/>
        </task-flow-call>
        <view id="opayment">
          <page>/opayment.jsff</page>
          <train-stop id="__15">
            <display-name id="__19">Payment Opions</display-name>
          </train-stop>
        </view>
        <view id="osuccess">
          <page>/osuccess.jsff</page>
          <train-stop id="__16">
            <display-name id="__20">Done</display-name>
          </train-stop>
        </view>
        <router id="router1">
          <case>
            <expression>#{pageFlowScope.orgDetailsBean.addMember ==1}</expression>
            <outcome id="__36">yes</outcome>
          </case>
          <case>
            <expression>#{pageFlowScope.orgDetailsBean.addMember ==2}</expression>
            <outcome id="__37">no</outcome>
          </case>
          <default-outcome>no</default-outcome>
        </router>
        <task-flow-return id="taskFlowReturn1">
          <outcome id="__47">
            <name>taskFlowReturn1</name>
          </outcome>
        </task-flow-return>
        <train/>
        <control-flow-rule id="__21">
          <from-activity-id id="__22">router1</from-activity-id>
          <control-flow-case id="__24">
            <from-outcome id="__31">no</from-outcome>
            <to-activity-id id="__23">opayment</to-activity-id>
          </control-flow-case>
          <control-flow-case id="__40">
            <from-outcome id="__41">yes</from-outcome>
            <to-activity-id id="__39">taskFlowCall1</to-activity-id>
          </control-flow-case>
        </control-flow-rule>
        <control-flow-rule id="__26">
          <from-activity-id id="__27">addMembers</from-activity-id>
          <control-flow-case id="__28">
            <from-outcome id="__30">addMembers</from-outcome>
            <to-activity-id id="__29">router1</to-activity-id>
          </control-flow-case>
        </control-flow-rule>
        <control-flow-rule id="__48">
          <from-activity-id id="__49">osuccess</from-activity-id>
          <control-flow-case id="__51">
            <from-outcome id="__52">Done</from-outcome>
            <to-activity-id id="__50">taskFlowReturn1</to-activity-id>
          </control-flow-case>
        </control-flow-rule>
        <use-page-fragments/>
      </task-flow-definition>and the jsff page which got the train button disabled is
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
              xmlns:f="http://java.sun.com/jsf/core">
      <af:pageTemplate viewId="/trainTemplate.jspx" id="pt1">
        <f:facet name="body">
          <af:panelHeader text="Add Member to Organisation" id="ph1"
                          inlineStyle="width:792px; height:464px;">
            <f:facet name="context"/>
            <f:facet name="menuBar"/>
            <f:facet name="toolbar">
              <af:toolbar id="t1">
                <af:toolbar id="t2">
                  <af:trainButtonBar value="#{controllerContext.currentViewPort.taskFlowContext.trainModel}"
                                     id="tbb1" />
                </af:toolbar>
                <af:commandButton text="back" id="cb1"
                                  disabled="false"/>
              </af:toolbar>
            </f:facet>
            <f:facet name="legend"/>
            <f:facet name="info"/>
            <af:panelGroupLayout layout="vertical" id="pgl2">
              <af:panelHeader text="Search User" id="ph3">
                <af:query id="qryId1" headerText="Search" disclosed="true"
                          value="#{bindings.UserDetailViewVOCriteriaQuery.queryDescriptor}"
                          model="#{bindings.UserDetailViewVOCriteriaQuery.queryModel}"
                          queryListener="#{bindings.UserDetailViewVOCriteriaQuery.processQuery}"
                          queryOperationListener="#{bindings.UserDetailViewVOCriteriaQuery.processQueryOperation}"
                          resultComponentId="::resId1"/>
              </af:panelHeader>
              <af:table value="#{bindings.UserDetailViewVO1.collectionModel}"
                        var="row" rows="#{bindings.UserDetailViewVO1.rangeSize}"
                        emptyText="#{bindings.UserDetailViewVO1.viewable ? 'No data to display.' : 'Access Denied.'}"
                        fetchSize="#{bindings.UserDetailViewVO1.rangeSize}"
                        rowBandingInterval="0"
                        filterModel="#{bindings.UserDetailViewVOCriteriaQuery.queryDescriptor}"
                        queryListener="#{bindings.UserDetailViewVOCriteriaQuery.processQuery}"
                        filterVisible="true" varStatus="vs" id="resId1">
                <af:column sortProperty="Firstname" filterable="true"
                           sortable="true"
                           headerText="#{bindings.UserDetailViewVO1.hints.Firstname.label}"
                           id="resId1c1">
                  <af:outputText value="#{row.Firstname}" id="ot3"/>
                </af:column>
                <af:column sortProperty="Surname" filterable="true" sortable="true"
                           headerText="#{bindings.UserDetailViewVO1.hints.Surname.label}"
                           id="resId1c2">
                  <af:outputText value="#{row.Surname}" id="ot2"/>
                </af:column>
                <af:column sortProperty="Emailaddress" filterable="true"
                           sortable="true"
                           headerText="#{bindings.UserDetailViewVO1.hints.Emailaddress.label}"
                           id="resId1c3">
                  <af:outputText value="#{row.Emailaddress}" id="ot1"/>
                </af:column>
                <af:column id="c1" headerText="AddUser">
                  <af:commandButton text="AddUser" id="cb2"
                                    actionListener="#{pageFlowScope.MemberBean.cb1_actions}">
                    <f:attribute name="test"
                                 value="#{row.bindings.Username.inputValue}"/>
                  </af:commandButton>
                </af:column>
              </af:table>
            </af:panelGroupLayout>
          </af:panelHeader>
        </f:facet>
      </af:pageTemplate>
    </jsp:root>the train is in this template
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
      <af:pageTemplateDef var="attrs">
        <af:panelGroupLayout id="pt_pgl1" layout="vertical" halign="left"
                             valign="middle" inlineStyle="height:170px;">
          <af:panelSplitter id="pt_ps1" orientation="vertical"
                            inlineStyle="width:1083px; height:901px;"
                            splitterPosition="50" collapsed="false" disabled="true">
            <f:facet name="first">
              <af:train var="node" id="pt_t1" value="#{controllerContext.currentViewPort.taskFlowContext.trainModel}">
                         <f:facet name="nodeStamp">
          <af:commandNavigationItem action="#{node.action}"
                                  disabled="true"
                                  immediate="#{node.immediate}"
                                  textAndAccessKey="#{node.textAndAccessKey}"
                                  visited="#{node.visited}"
                                  id="cn1"/>
      </f:facet>
                        </af:train>
            </f:facet>
            <f:facet name="second">
              <af:panelGroupLayout id="pt_pgl2" layout="horizontal">
                <af:panelHeader text=" Registration" id="pt_ph1"
                                inlineStyle="font-size:large;width:300px;">
                  <f:facet name="context"/>
                  <f:facet name="menuBar"/>
                  <f:facet name="toolbar"/>
                  <f:facet name="legend"/>
                  <f:facet name="info"/>
                  <af:panelGroupLayout id="pt_pgl3" valign="bottom"
                                       layout="vertical"
                                       inlineStyle="width:1099px;">
                    <af:spacer width="10" height="15" id="pt_s1"/>
                    <af:facetRef facetName="body"/>
                  </af:panelGroupLayout>
                </af:panelHeader>
              </af:panelGroupLayout>
            </f:facet>
          </af:panelSplitter>
        </af:panelGroupLayout>
        <af:xmlContent>
          <component xmlns="http://xmlns.oracle.com/adf/faces/rich/component">
            <display-name>trainTemplate</display-name>
            <facet>
              <facet-name>body</facet-name>
            </facet>
          </component>
        </af:xmlContent>
        <af:panelGroupLayout id="pt_pgl4"/>
      </af:pageTemplateDef>
    </jsp:root>Edited by: user0994 on 2012/10/19 1:42 PM

  • HT201263 APP store indicates 1 update.  Press "store", "loading" briefly on screen then white screen with updates bar on top.  Press updates button in lower right; nothing happens frozen with white screen and still indication 1 update.  Other store featur

    APP store indicates 1 update.  Press "store", "loading" briefly on screen then white screen with updates bar on top.  Press updates button in lower right; nothing happens frozen with white screen and still indication 1 update.  Other store features and ipod work ok

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Go to Settings>iTunes and App Stores and sign ut and sign back in
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar          
    Also see:
    https://discussions.apple.com/thread/4751197?tstart=0

  • While i was updating my ipod touch it had an error and froze at the apple logo with a loading bar underneath.How do I fix it? Its stuck there,  tried everything, turn off button home screen button even the volume buttons, nothing is working.

    I was updating my ipod touch and the updation had an error and it froze at the apple logo with the loading bar underneath. How do I fix it? I tried the turn off button home screen button and even the volume buttons. I cant get anything to work. Please help me.

    Connect to itunes and retore.

  • My location bar, tool bar (file, edit, tools, bookmarks, help) disappeared and cannot be restored. I have no back button, home button etc. the top of the screen is just an empty blue bar. Internet still works if I click on a hyperlink on the main page.

    My location bar, tool bar (file, edit, tools, bookmarks, help) all disappeared and cannot be restored. I have no back button, home button etc. the top of the screen is just an empty blue bar. Internet still works if I click on a hyperlink on the main page.
    The problem started when I turned on the computer this morning. I tried to install Mozilla 4 from your website and that installed but I still have nothing on the top.

    It may be due to Firebug. Seeing as how you're a web developer, it's very possible you have this installed. The latest version, 1.7X a10, appears to cause everything you described. I downgraded to "a8" and that seems to have fixed everything.
    I also recreated a profile from scratch before trying this out, so I can't guarantee it's definitely Firebug.
    Similar issue: https://support.mozilla.com/en-US/questions/783078
    edit: If you go to the Firebug forums, you'll see this is now a known problem. http://code.google.com/p/fbug/issues/detail?id=4012 for the issue tracker.

  • I was updating my phone to iOs 6 and an error occured on my computer. My phone has been frozen on the apple logo with the loading bar right below it. I cannot restart my phone because my power button doesn't work. HELP!!

    After the error occured, my phone was stuck on the apple logo with the loading bar below it. I cannot restart it because my power button is broken, and it will not be recognized on my iTunes. Any help how i can get my phone off or back to working again?! HELP PLEASE!!!

    Looks like a Visit to an Apple Store or AASP (Authorized Apple Service Provider) is required...
    Be sure to make an appointment first...

  • My status bar won't pull down and I can't use the search/menu buttons at the top of sony/stock apps

    Hi. I recently bought a Sony XPERIA SP and have been using it for a week. Yesterday I turned on my phone to download an app and the search/menu buttons at the top of the screen in the play store wouldn't work. I tried using the buttons that appear at the top in Walkman, Album, and Messaging, and they didn't work either. I then received a text and swiped down on my notification bar a few times but that wouldn't work either. Weirdly, the notification bar will only pull down in landscape mode. Help please?

    It's quite easy for me to answer this question, your phone is water damaged. I used to have Sony Xperia Z and which was water damaged too, I couldn't pull down the notification/illumination bar. The water entered through your speaker at the top which happened to me. It's quite notable that you'll have to spend like half of the price of your phone to fix this issue...but I have something easy round for you. You should place that phone in a polythene bag for 3 days minimum with full of dried rice and every path ways that water can enter should be opened up. 'Cause mostly water damaged phones are fixed by rice because rice s-u-cks every water out of your phone. Note: Now I'm SP user. Had to sell that old phone after fixing the issue.  Hit Kudo if I helped you. 

  • Can't boot iMac, problem started after loading OSX. When I press power button I see Apple logo, twirl and a bar. Looks like is loading but after few seconds it shuts it self off

    I can't boot my IMac. I loaded OSX and first mail then contacts start acting up.
    I shut down and now the iMac won't boot. When I press the power botton it comes on, I see Apple logo, swirl and a bar which saw loading for a few seconds and then shuts it self off.
    HELP!

    Try an SMC reset first, and if that doesn't help, follow up with a PRAM reset:
    https://discussions.apple.com/docs/DOC-3603
    If you're still having problems try a 'Safe Boot' - restart holding down the shift key until you see a grey progress bar. Once booted restart as normal from the Apple menu.
    If that doesn't work, boot into the Recovery HD, launch Disky Utility and check the Macintosh HD using the 'repair disk' option. If anything gets fixed click on repair disk again until you get a clean pass, then restart as normal from the Apple menu.
    To start into the Recovery HD restart holding down Command + r
    More about the Recovery HD here: http://support.apple.com/kb/HT4718?viewlocale=en_US&locale=en_US

  • When Firefox loads, I can search via bookmarks or the bar on top, but nothing downloads or works below the bar.

    I up graded, and the home page, (Foxfire blank) only partially loads. I get the search bar and file-edit- hx on top, and the logo. The search bar in the middle on the page shows up as a rectangle, but does not work for searching. The next button down shows up as a blank rectangle. Ask Mozilla is on the bottom of the page

    * In Firefox 3.6 versions on Windows and Firefox 4 on Windows and Linux it's possible to hide the "Menu Bar" via "View > Toolbars" or via the right-click context menu of a toolbar.
    * Press F10 or press and hold the Alt key down to bring up the "Menu Bar" temporarily.
    * Go to "View > Toolbars" or right-click the "Menu Bar" or press Alt+V T to select which toolbars to show or hide (click on an entry to toggle the state).
    See also:
    * [[Menu bar is missing]]
    * http://kb.mozillazine.org/Toolbar_customization

  • Ipod 5th Gen is stuck on the apple logo with the loading bar not moving

    So I recently decided to restore my iPod 5th gen to factory settings, because I plan on selling it to a friend. When I chose the option to erase all data and reset settings, the iPod turned off, and then came to the black background with the apple logo in the middle. After watching it turn on and off, and not do anything for at least an hour, I searched for answers on the forum. I found that I should reset my iPod by holding the center button and the top right button at the same time for at least ten seconds, or until the device shuts off and then the apple logo is visible again. After I did this, once again, the black background with the apple logo popped up, this time with a loading bar beneath it. After an hour or two of checking on the progress bar, I noticed that it had not made any progress whatsoever. It had not moved an inch since I first started it. What do I do?

    - iOS: Not responding or does not turn on           
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable                     
    - Try on another computer                                                       
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar                                     

  • My ipod touch will not switch on and off with the button at the top. There is an almost constant loudspeaker icon on the screen. The volume control is unresponsive and stuck on no volume.

    My ipond touch will not switch off with the button at the top. There is an almost constant loudspeaker symbol on the screen. The volume control doesn't work and is stuck on no volume. Help!

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar          

  • My screen is all white except for the noto bar up top and i cant even tur it off. what do i do?

    My screen is completely white except for the notification bar up top and it recieves calls and messages theres just no screen or anything i can touch and i cant turn it off. What do i do?

    See if this unblocks your iPad.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • How Can I disable Button from Button Bar on OAF page

    Hi Everyone,
    We have a requirement like, in button bar I need to hide one button.
    I worked on personalization but there is a option to hide entire button bar, not single button.
    If I extend controller, how can I proceed , please provide steps.
    or
    please provide how can i achieve this??????
    Thanks,
    Rakesh

    Hi,
    If your issue has been resolved than please close the thread so that it can be helpful for others as people may search with answered threads.
    --Sushant                                                                                                                                                                                                                                                                                                                                   

  • My updated version of iMovie doesn't work. It opens, shows iMovie window but completely white, just with the grey bar on top which doesn't respond to actions.

    Greetings,
    Thanks to all in advance for your time and help.
    My iMovies doesn't seem to work; when I open it, it appears the normal iMovie window but white, all white, nothing can be seen except for the gray bar on top with the signs Import/Create ecc. All the options available on the gray bar on top of the window don't work, the input doesn't go through. All the options on the top TOP barr (where the battery, time, day, airport is shown) are all grayed out. I can't do anything.
    How can it get worst? It can: now after opening iMovie and trying to do something, without succeeding, I cant even quit the program, not even with force quit. I have to keep the general ON/OFF computer button pressed until everything shuts down. (and this is bad for the computer too). When I turn the computer on again it says: "you turned off the computer because of a problem", I ignore and access my data normally.
    Thank you again for your time.
    Hope to hear from someone soon.
    Regards
    Matt

    Try backing up to iTunes and restoring from backup
    iOS: Back up and restore your iOS device with iCloud or iTunes      
    Note the the iPod backup that iTunes makes does not include any synced media like apps or music.

  • How do i get the firefox button to appear (top left corner) ??

    i have downloaded the newest version of firefox on my work computer... the new firefox button in the top left corner does not appear... how do i get it ??? ....i have firefox on all other (home) computers & its there on all of them !!!
    firefox is awesome !!!!!

    You see the orange (on Linux gray) Firefox button if the Menu Bar is hidden (View > Toolbars > Customize or right-click a toolbar).
    You can hide or make the Menu bar visible via View > Toolbars, also accessible via Firefox > Options.
    If you need to access the hidden Menu bar then press F10 or tap the Alt key to make the Menu Bar appear temporarily.

Maybe you are looking for