Service Link agent display text color

Within "Control Agents" in Service Link, if an agent is showing with black text instead of blue, what does that signify? We're encountering an error when submitting power operations request within the portal, although the requisition completes successfully and the power operation is executed in vSphere. From the PSC Server log:
10:11:45,609 ERROR [org.jboss.naming.remote.protocol.v1.RemoteNamingStoreV1] (Remoting "config-based-naming-client-endpoint" task-3) Channel end notification received, closing channel Channel ID a5918a4d (outbound) of Remoting connection 79459613 to null
10:11:45,610 INFO  [org.jboss.as.naming] (Remoting "pmcnjrtestcat01" task-3) JBAS011806: Channel end notification received, closing channel Channel ID 25918a4d (inbound) of Remoting connection 477ff798 to /10.179.25.170:49477
The "Manage Virtual Server" agent is showing as black instead of blue like the other agents. At one point PO had to be restarted and the agent went to blue for a short time, but then changed back to black.

The code "BSSCPopup" indicates the link you are using is a hyperlink displaying as an autosizing popup, not a Text Only Popup, which is something different again.
I believe the link colour is defined by the "Hyperlink" styles. These styles also control the regular (non-popup) hyperlinks, though so you'd be changing both at once. In the CSS they'd be plain A definitions, or maybe something like A:active, A:visited, etc.
You might be able to do what you want by creating a new Character style and manually applying it to any hyperlinks that you make a popup style.
Amebr

Similar Messages

  • "Link That Displays Item In Folder Area " option for a Text Item not there in 9.0.2

    Hi,
    In the previous version of Portal when you created a content area item of type text. there were four display options
    1) Item Displayed Directly In Folder Area
    2) Link That Displays Item In Folder Area (i.e on a page for a folder)
    3) Link That Displays Item In Full Browser Window
    4) Link That Displays Item In New Browser Window.
    In release2 of protal the option number 2) is removed.
    We were using option 2 as we added different portlets and style sheets on content area page because of which we were able to get the desired page.
    Now in the new release this option is not there.
    Any pointers to the issue.
    or Is there a default style and page design which is used while opening the details of the text and whether that default can be modified or not?
    Regards
    Kapil

    Hi,
    Please post this question in the content areas discussion folder.
    Thanks,
    Sharmila

  • Linked text color

    Can I make a link to the text in accordion panel tab?
    If I can, how can I change the linked text color?
    I needed to know this desperately.
    Can any one please teach me?
    Thanking you in advance.
    pepe12345

    I have just worked out the answer myself.
    I did not have to touch SpryAccordion.css at all.
    I just simply add link ( a and a:hover) text color in the div
    css.
    Thank you very much.

  • Problem editing text color and page properties due to favicon link

    I recently added a link to a sites favicon using the link tag. Following advice on the net this was added beneath the HTML tag and before the HEAD tag. I was using a Dreamweaver template for the site and it updated all pages with the new link in the non-editable area above HEAD and just after the template declaration.
    This was fine, unitl the user went to edit the site. He found that he could no longer get to page properties as he got an error that no page properties existed in editable areas... although there was an editable region for the page title. Also text color and highlighting were now disabled.
    Moving the link tag into the head area has resolved the editing issue, but it seems a strange bug. Is there some way to add something between HTML and HEAD and have it appear before the InstanceBegin of the template?

    You can edit text in any PDF by using trial version but as for as my knowledge and limited experience with Adobe I could not find any text color option in Adobe Acrobat. But you can highlight text in Adobe Acrobat. If you want to change the text color in PDF, I would like to recommend some another software which allows you to change the color of text and is available for download here.
    Let me tell you how can change text color using this software. Open PDF file > go to "edit tab" > Click "edit" then highlight text to change the color. As you can see in the below screenshot.
    Free free to ask. Hope it helps you. Don't forget to come back to share your views.
    Thanks

  • Suddenly, the text color palette displays off the top of the page until I click it, creating an cons

    Suddenly, the text color palette displays off the top of the page until I click it, creating an constant unnecessary extra step when selecting color. After searching extensively, I cannot locate any way to change this. Any suggestions?
    This bug is driving me nuts. Anyone else having the same problem? Have you solved it?
    Thanks!

    Sorry, Peter. I cannot. When I click to capture the screen, the palette disappears. Perhaps I can better describe it: when I wish to select a text color, I used to get a drop down palette. Now the palette is "dropping up," so it disappears off the top of my screen. I have to click into it to get it to drop down so I can see it. So, every time I want to pick a text color, I now have this extra step to deal with.
    It started suddenly, seemingly out-of-the-blue.

  • When I click on - View - Page Source, I want to edit with NotePad - note just display text in fancy colors

    I like to edit my web pages easily,
    - click to see html, edit it, (file name already there), save it
    - hit restore on browser - see what I did -
    Just changed from IE
    which gave me NotePad, which is just fine for me
    Just changed to FireFox
    and it displays text in a non-editor,
    can't edit and save easily
    What to do??
    Even worst - after installing FireFox
    IE no longer clicks to NotePad
    but that fancy non-editor :-(((

    ViewSourceWith: https://addons.mozilla.org/firefox/addon/394
    See also:
    http://kb.mozillazine.org/view_source.editor.external
    http://kb.mozillazine.org/view_source.editor.path

  • Some CSS Links not displaying correctly

    Hi folks,
    I've been building a new site, but am having problems with some of the CSS links.
    The normal links are working fine.
    However, I've created a class that should display some of the links in bold - but it doesn't work!
    This is the CSS:
    .bold-larger a:link {
    font-weight: bold;
    color: #4E8AD2;
    font-size: 16px;
    .bold-larger a:visited {
    font-weight: bold;
    color: #4E8AD2;
    font-size: 16px;
    .bold-larger a:hover {
    font-weight: bold;
    color: #F47C01;
    font-size: 16px;
    text-decoration: none;
    .bold-larger a:active {
    font-weight: bold;
    color: #4E8AD2;
    font-size: 16px;
    And this is the code as it appears on the page:
    <span class="bold-larger">You can buy cool and interesting decorations and accessories from <a href="http://www.test.com">PartyBox</a>.</span></p>
    It doesn't display them in bold though!
    The test page is here:
    http://www.iainmoran.com/40/40th-birthday-gift-ideas.html
    Any idea why this might not be working please? I'm sure it's very simple, but I can't seem to work what it is!
    Many thanks,
    Iain.

    Thank you both so much for your quick replies!
    I'm pleased to say the links are now working correctly, so no more tearing my hair out is required!
    Thanks again,
    Iain.

  • Scrolling Row Text Color in JScrollPane

    Hi,
    I've implemented a JTable that overrides the prepareRenderer method so that if certain criteria are met, the text of the associated row are set to a certain color.
              // Create JTable and override prepareRenderer method
              centertable = new JTable(sorter)          
                   public Component prepareRenderer(TableCellRenderer renderer, int row, int column)
                        //System.out.println("Row: " + row + " Column: " + column + " Value: " + colorpanel[row][column]);
                        Component c = super.prepareRenderer(renderer, row, column);
                        if(selectedcolorpanel[row][column] == 1)
                             c.setBackground(Color.ORANGE);
                        else
                             c.setBackground(Color.BLACK);
                        // Do Text Coloring for uptick / downtick?
                        // Uptick
                        if(selectedcolorpanel[row][column] == 2)
                             c.setForeground(Color.GREEN);
                        // Downtick
                        if(selectedcolorpanel[row][column] == 3)
                             c.setForeground(Color.RED);
                        // Same
                        if(selectedcolorpanel[row][column] == 4)
                             c.setForeground(Color.WHITE);
                        // Keyboard  and mouse highlights implementation
                        if(isCellSelected(row, column))
                             c.setBackground(Color.ORANGE);
                             selectedcolorpanel[row][column] = 1;
                        return c;
              };I embed the table in a scrollpane and set an integer to the limit of rows that I want to display in the table. If I get a row above the row limit of the table, I first remove a row from the table model, then add the new row. However, the color is not preserved, as the table scrolls UP, but the colorpanel does not. Does anyone have any suggestions, or easy way to preserve coloring in a JTable on scroll?
    Thanks,
    hhung

    Hi,
    Swing questions should be asked in the Swing forum. Please post your question there, and link back to this thread.
    Kaj

  • Changing hyperlink text color...

    I see how to change hyperlink text colors for a page (normal, rollover, visited, active) but I am hoping for something more complicated- I would like a link to change color on rollover, but stay that color until another link is clicked, then return to its original color. ( I have a swap image applied to five links on a page, clicking on each word displays a different image.) Is there any code I can add that will get a link to remain a rollover color until something else is selected? Thanks in advance!

    CSS menus are much leaner and more efficient than image rollovers.
    Persistent Page Indicator on CSS Menus
    http://alt-web.com/Articles/Persistent-Page-Indicator.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Displaying text messages CRM Home Page

    Hi Gurus!
    Is there a way to display text messages on the opening page within CRM? For example, if you wanted to alert CRM users to outages, news or system changes.
    If anybody knows. I'll be grateful.
    Regards!
    Maria.

    Hey Maria,
    you can just have a look at this thread
    IT Service Management - IT News on Home Page
    It also refers to a link of Raquel Pereira de Cunha, who is doing some IT-News Content stuff for the Solution Manager.
    Configure External Web Links in IT News Content Block
    These are the interal possiblities you have in SAP CRM. A workaround could also be to create a mashup with a newsfeed and bind that into your dashboard. Content about that is available here:
    SAP CRM 7.0 EhP1 - Web Mashup Functionality

  • I cannot get rid of an annoying blue box on an image link that displays from a hyperlink in my dbase

    I have a hyperlink in my SQL database which displays from a recordset on my page. It has an image link which displays with a very annoying blue border around it.
    Because it is not an image (as such), I cannot just select it and change the border to 0.
    When I go to CSS, it just lets me set the border of the table it is presented in!!!
    Can somebody point me in the right direction, Please!

    Hi, this is the code I see in my view as an SQL statement calls for the link from the database:
    <td height="37" align="center" style="padding: 5px;"><?php echo $row_rsProducts['Buy Now']; ?>
              <td height="37"id="ShopButton"align="center"style="padding: 5px;"><br /></td>
    Don't know whether I am doing it right but this is where I have put the code in the head section, still not working and got the grey border.
    <style type="text/css">
    #wrapper #main #topbody table tr td {
              text-align: justify;
              font-size: 10px;
              color: #555;
              font-style: normal;
              font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
              border-top-color: #FFF;
              border-right-color: #FFF;
              border-bottom-color: #FFF;
              border-left-color: #FFF;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
              background-color: #FFF;
    #wrapper #main #leftmenu table tr td {
              border-top-width: thin;
              border-right-width: thin;
              border-bottom-width: thin;
              border-left-width: thin;
              border-bottom-style: solid;
              border-top-color: #EBEBEB;
              border-right-color: #EBEBEB;
              border-bottom-color: #EBEBEB;
              border-left-color: #EBEBEB;
              padding-left: 10px;
              font-size: 12px;
              color: #6D6D6D;
              font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
              #shopButton a img {
    border: none;
    #BuyNow {
              border-top-width: 0px;
              border-right-width: 0px;
              border-bottom-width: 0px;
              border-left-width: 0px;
              border-top-color: #FFF;
              border-right-color: #FFF;
              border-bottom-color: #FFF;
              border-left-color: #FFF;
              a img {
                        #shopButton a img {
    border: none;
    #shopButton a img {
    border: none;
    border: none;
    I am stumped!!

  • Portlet Item Attr: "Link That Displays Item in New Browser Window"

    I have been searching the forums for a similar experience, but haven't found anything quite like this:
    I have a couple of portlets. One is a Discoverer Portlet, the other is something more basic: The "Developer News" portlet from the 9iAS Community portlet provider.
    After defining the portlets and looking at them, I edit the page and click the Edit button (little pencil) to edit the attributes.
    There are radio buttons for Display Options.
    One option is: "Link that Displays Item in New Browser Window."
    When I select this, OK, and then go back to the page, **the portlet doesn't show at all any more! There is no link, no nothing. Note that I have defined a Display Name, which should be the text for the link.
    It would seem that this feature flat out doesn't work.
    This technique for a popup works fine for an "Item" defined in an item region.
    Anyone?

    Yes -- I did do that after reading an article on metalink about such issues.
    This actually changes the problem.
    When I add the "Display name and image link" attribute to the region, I now do get a link.
    However, clicking it brings up an undefined Discoverer portlet.
    It works great for non-Disco portlets. For instance, I was able to pop up the "Developer News" portlet from the Oracle 9iAS Community portlet provider.
    I think the problem is that the link that Disco produces does not provide enough information to bring up the particular portlet. For instance, the URL does not have the workbook name, the worksheet name, the parameter values, etc.
    If anyone uses Disco w/ the portal, I would be curious to hear if anyone can reproduce this apparent bug / limitation.

  • How Do I Make Text Colored in a JTextPane

    I currently have a program that uses a JTextArea to display text that the user has typed into a Text Field. This is working and i now want to be able to make parts of this text different colors. I was looking in the tutorials and it looks like i need to use a JTextPane but i am not sure how to do this, does anyone have any advice? Thanks in advance.

    going86 wrote:
    The tutorial does not explain hot to do it very well, it is hard to understand.Then give it your best shot, and come back with your code and your specific points of misunderstanding. The onus of effort here must be on you.

  • How do I change the text color from blue in Safari on Macbook Pro?

    I have trouble seeing the light blue text color -- many article use this.  How can I change the text color?

    Is this a particular website where you see the light blue color?
    If so, please post a link to that site in your Reply.
    Exactly which light blue color are you referrting to ??

  • Linked Adobe Tagged Text files importing without styles

    I have several data-heavy weekly publications where suddenly, the link to all Adobe Tagged Text format files have the proper paragraph styles and character styles stripped on being placed.  I'm aware of the default settings issue, where you deselect all and make sure the character styles is none, and that does not seem to be the issue. Specifics are
    Working in CS 5 (Version 7.0.4)
    The Adobe Tagged Text format files are exported from Excel spreadsheets
    The InDesign documents have links to the Adobe Tagged Text format files, and Update Link is used inside InDesign to update the text when the file is exported from the spreadsheet.
    When the publications are opened on my workstation, ALL files linked to Adobe Tagged Text files are not imported correctly, they revert to the Basic Paragraph style.
    These are not new documents I'm designing or new Adobe Tagged Text files, this is part of a production process that has worked without issue for years.
    When the same documents are opened on another workstation, and Update Links used, they come in perfectly, so it doesn't seem to be a document or file corruption problem, but a problem with my environment or ID settings.
    It's not one specific document or file, it is every single document that has a link to an Adobe Tagged Text file (and we have lots, I tried several!)
    I've opened the text files in the text editor to check them, but as I mentioned: same document, same files, I'm the only one who can't update without stripping out the styles.
    Thanks! Nancy

    Hi, Peter! Thanks for the response. Yes, it's really Tagged Text. See below. After exporting from the spreadsheet and database, opening the document in InDesign, and selecting update link, we do no editing in InDesign after the fact because everything is already setup exactly as we want it with the Tagged Text format.
    I have literally hundreds of these among several different documents, updated weekly, mainly dealing with prices and numbers. Every one of the links to Tagged Text format files in every publication now strips out the Tagged Text paragraph style and character style formatting on Update Link on my workstation only. On my other two workstations, the links update without issue, and everything is correct in the final document.
    So I'm beginning to think I need to look at rebuilding something, maybe as Joel said, replacing preferences. I keep looking for a workstation or ID option that might effect this.
    <ANSI-WIN>
    <vsn:6><fset:InDesign-Roman><ctable:=<Black:COLOR:CMYK:Process:0,0,0,1>>
    <dps:Pnl Comp\:Pnl Comp \$Numbers=<Nextstyle:Pnl Comp\:Pnl Comp \$Numbers>>
    <dps:Pnl Comp\:Pnl Comp Bold \$Numbers=<BasedOn:Pnl Comp\:Pnl Comp \$Numbers><Nextstyle:Pnl Comp\:Pnl Comp Bold \$Numbers>>
    <dps:Pnl Comp\:Pnl Group \$Numbers=<BasedOn:Pnl Comp\:Pnl Comp \$Numbers><Nextstyle:Pnl Comp\:Pnl Group \$Numbers>>
    <pstyle:Pnl Comp\:Pnl Comp Bold \$Numbers> $302 $302 $278
    <pstyle:Pnl Comp\:Pnl Group \$Numbers> 203 202 211
    <pstyle:Pnl Comp\:Pnl Group \$Numbers> 456 458 393

Maybe you are looking for

  • GR/IR Slip No

    Hi In MIGO am not getting the GR/IR slip no filed. I need the filed. How to get this? Vijay

  • Transaction F-53 Post outgoing payments

    Hi. I have used BAPI_ACC_INVOICE_RECEIPT_POST for posting of invoice receipt / outgoing payment with success. But I futhermore want to mark my reference document / received invoice as cleared. Technically I wants to fill the clearing information on t

  • Why is the router sending reverse DNS queries ?

    Hi all, While doing a trace for a traceroute command, i realize that the router is actually doing a reverse DNS query for the ip that I am doing the traceroute. Although this does not impact my traceroute, I can't help to wonder why the need to do th

  • Sub: Withholding tax

    Hi While executing J1INCHLN   T.code for creating  Remittance Challan i am facing with following error "For withholding tax recovered from the vendor, tax line is present in table BSIS, but the corresponding entry is missing in table WITH_ITEM , whic

  • NX-OS show ip bgp rib-failure equivalent

    I utilize the: show ip bgp rib-failure command in IOS to check for BGP learned routes which did not get installed in the routing table. However, in my Cisco 7009 with Enterprise licensing, I cannot find the equivalent command to check for RIB failure