Trouble with Display Name

My plugin targettype Name is not working right. When I start out with a new target type, it does show the display name correctly in the various places. THen when I add an instance of that target type, the display name remains good. Then the next time the GC and agent start up, the Target TYPE name shows up and the display name is gone.
I bump the META_VER but it didn't help (I saw another thread with that info).
This plugin does not have automatic discovery. The user uses Add Monitored Target from the drop-down on the agent's page.
THe OMS is 10.2 the Agent is 10gr1 on OpenVMS 8.3.
THis is from the metadata xml.
<TargetMetadata META_VER="2.00" TYPE="oracle_rdbdatabase">
<Display>
<Label NLSID="oraclerdb_name">Oracle Rdb Database</Label>
</Display>
Any ideas?
metric browser output follows the OMS output.

metric browser output follows the OMS output.I take that back. The metric browser output is correct. At least on the main page with the list of Targets it is. Display name is correct in parenthesis.
However, a target instance page shows this.
TARGET=(oracle_rdbdatabase,myOracleRdbDB)
I'm not sure if the target type field is supposed to be the display name or not.

Similar Messages

  • Help! Trouble with property name="jnlp.versionEnabled" value="true"/

    Trouble with <property name="jnlp.versionEnabled" value="true"/> and file: protocol.
    I can't get the versionEnabled flag to work with local file system URL's.
    Here is code example (NanoHTTPD.java came from here -> http://elonen.iki.fi/code/nanohttpd/) :
    C:\test>dir
    Volume in drive C has no label.
    Volume Serial Number is CCC7-E05D
    Directory of C:\test
    05/08/2008  10:08 AM    <DIR>          .
    05/08/2008  10:08 AM    <DIR>          ..
    05/08/2008  09:44 AM               109 hello.java
    05/08/2008  09:57 AM               542 hello.jnlp
    04/10/2008  09:52 AM            20,547 NanoHTTPD.java
                   3 File(s)         21,198 bytes
                   2 Dir(s)  26,610,700,288 bytes free
    C:\test>type hello.java
    public class hello
    public static void main(String[] args)
    System.out.printf("Hello world\n");
    C:\test>type hello.jnlp
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="6.0+" codebase="http://localhost/" >
    <!-- codebase="file:///C:/test" -->
    <!-- codebase="http://localhost/" -->
        <information>
            <title>hello</title>
            <vendor>hello</vendor>
            <description>hello</description>
        </information>
        <resources>
            <j2se version="1.6" />
            <property name="jnlp.versionEnabled" value="true"/>
            <jar href="hello.jar" version="1.0" />
        </resources>
        <application-desc main-class="hello"/>
    </jnlp>
    C:\test>javac NanoHTTPD.java hello.java
    Note: NanoHTTPD.java uses or overrides a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    Note: NanoHTTPD.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    C:\test>jar cvf hello__V1.0.jar hello.class
    added manifest
    adding: hello.class(in = 459) (out= 299)(deflated 34%)
    C:\test>start java -cp . NanoHTTPD
    C:\test>javaws http://localhost/hello.jnlpjava console output :
    Java Web Start 1.6.0_10-beta
    Using JRE version 1.6.0_10-beta Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\4381
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    m:   print memory usage
    o:   trigger logging
    p:   reload proxy configuration
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    0-5: set trace level to <n>
    Hello worldchange hello.jnlp, jnlp start element to this:
    <jnlp spec="6.0+" codebase="file:///C:/test" >
    javaws hello.jnlpjava console output:
    Java Web Start 1.6.0_10-beta
    Using JRE version 1.6.0_10-beta Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\4381
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    m:   print memory usage
    o:   trigger logging
    p:   reload proxy configuration
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    0-5: set trace level to <n>
    #### Java Web Start Error:
    #### helloStacktrace in detail :
    Detail ST:
    java.lang.ClassNotFoundException: hello
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at com.sun.jnlp.JNLPClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)Take version out of file name:
    C:\test>move hello__V1.0.jar hello.jar
    C:\test>javaws hello.jnlp
    java console output:
    Java Web Start 1.6.0_10-beta
    Using JRE version 1.6.0_10-beta Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\4381
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    m:   print memory usage
    o:   trigger logging
    p:   reload proxy configuration
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    0-5: set trace level to <n>
    Hello world

    The short answer is that e4x XML rocks!
    Beyond that, consider that you are sending xml to Flex. For
    any format other than e4x, Flex has to convert the xml into that
    format. The precise algorithms Flex uses for this are not obvious
    or published. This is why I have never liked using mx:Model. It
    converts the xml into nested objects, but i have never been
    comfortable predicting exactly what the resulting structure will
    be.
    Once you get an e4x xml node identified (toXMLString()), you
    CAN predict exactly whate the data you want is going to be because
    there is no conversion. And I and just very comfortable with xml.
    Tracy

  • I received an update to Thunderbird on 8/15 or 8/16. Ever su=ince I got it I have been having trouble with adressees names coming up in red. Help

    Ever since I received a Thunderbird update, I have been having a problem with addresses names coming up in red letters. The addressees are in my address book. I don't have faith that these Emails are going out OK. I get feedback from some of the addressees that they didn't receive either my Email or the attachment but this seems to be random. I never had any of these problems before the recent upgrade.

    Yes this is a bug, the red letters do not interfer with sending of emails, it is only displayed in red font.
    Please vote for this bug:
    * https://bugzilla.mozilla.org/show_bug.cgi?id=1042561
    If you want to go back to previous version, uninstall the curent version and download 24.6:
    * ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/24.6.0/
    * choose the option for your OS eg: Windows = win32
    * choose prefered language eg: en-GB = English British
    * download the .exe file.

  • INVITE with display-name=""  in Contact header- 400 Bad request from occas

    Hi,
    When a UAC sends an INVITE to OCCAS
    with the Contact header in the form :
    Contact: "" <sip:user@domain>
    OCCAS rejects the message with 400 Bad request.
    The problem comes from display-name = ""
    (proven easily with sipp)
    In the 400 response : X-Bad-Request: Illegal header "Contact"
    It seems that the string "" as display name should be allowed according to rfc 3261:
    display-name = *(token LWS)/ quoted-string
    quoted-string = SWS DQUOTE *(qdtext / quoted-pair ) DQUOTE
    qdtext = LWS / %x21 / %x23-5B / %x5D-7E/ UTF8-NONASCII
    quoted-pair = "\" (%x00-09 / %x0B-0C / %x0E-7F)
    Has anyone encountered the problem?
    regards
    Christophe

    Hi LJ, you may want to post over on the new My Oracle Support Communications Community which is moderated by and responded to by Oracle Support and accessible by Oracle customers. Many new features will be developed for the Community in the coming months, please come and check it out at https://metalink.oracle.com/CSP/ui/index.html
    Regards
    Graham

  • Trouble with display settings for projector/Reactable

    Hi,
    I'm trying to install a musical hardware interface called the Reactable for use with my iMac, and I'm having trouble getting the correct display settings. It's designed to work with laptops and it works fine for the most part with my Apple Hackintosh, but I can't seem to get it working correctly with my iMac. The tech support from the Reactable company recommends that I use 1600x1200 resolution or 1024x768 (native) on the projector, but when I open my display settings I am not presented with either of those options. It only permits me to use 1024x768 and 1024x768 (stretched).
    The only instance in which I can get the projection to cover the whole table is with 1024x768, but then the projection is too large. Do I need to change the scaling somehow? How do I do that?
    Thanks,
    Justin

    1080p.    If you have a Mac Mini with an HDMI connector, connect direct through there. 
    Otherwise you'll need to look at either: Which Macs don't have audio over mini-Displayport connectivity, need either an
    Apogee DVI To HDMI Converter / SPDIF Optical Toslink+Coaxial Input Output if you have a mini-DVI or DVI (The left connector is DVI, and the right connector is mini-DVI) connector and it is Intel.
    Kanex iAdapt Displayport adaptor if you have a mini-Displayport ( http://upload.wikimedia.org/wikipedia/commons/thumb/4/47/Mini_DisplayPort_on_App le_MacBook.jpg/300px-Mini_DisplayPort_on_Apple_MacBook.jpg
    ) connector.
    Note, thunderbolt connectors look the same as mini-Displayport except they have the lightning icon symbol.
    PowerPC Mac Minis, need a StarTech DVI2HDMIA connector together with an RCA minijack to red and white splitter cable.

  • Trouble with Display fitting to Samsung Monitor

    Hey,
    I just got a HDMI Samsung 27" monitor to connect to my Mac Pro. I set the setting in the system preferences to 1920x1080 like the monitor is, but it still streches things. It makes the circles into ovals. It also doesn't take up the whole monitor so it has black bars on each side. On the monitor there is no way to change this. I have heard that I might need to get a DVI to HDMI cord converter, but not sure.
    Anyone know how to fix this?
    Thanks!

    The Video card use DVI and I downloaded your monitor's manual from here.
    Look at section 3-1 about setting optimal resolution (which may be too late for you for that mentod).
    Look at section 3-4, Standard Signal Mode Table.
    Section 3-6 looks interesting about the on screen display (OSD) particularly Size & Position starting on page 3-7.
    The specs on page 6-5 do confirm the max resolution for that monitor is 1920 x 1080.
    So, I don't know.  Maybe you need to do something with that Size and Position setting with the monitor's OSD.
    The video card uses DVI and the monitor uses HDMI so presumably you can use a DVI-to-HDMI adaptor or cable.  I think it shouldn't matter which you use.

  • Trouble with display

    my ipad mini has a problem with the display. whitelines are going horizontally and colored lines are going vertically. and if i have it on for a minute it starts to get black. can somebbody please tell me why is this happening.

    hi virus
    it looks like dead pixels, in normal circumstances lenovo should replace the lcd if there is more than 4 dead pixels. please, call support line and ask for warranty conditions.
    ( warranty conditions may change by country )

  • Having trouble with display from lap top to flat screen hdtv

    I connected my macbook pro 2011 to my hdtv with a thunderbolt to hdmi cable.  The audio comes through but all I can see on the TV are the default mac backgrounds.  What do I need to do so that my TV shows whats on my lap top?

    You have the display set in Extended Desktop mode with the MacBook as the main screen. The Menu Bar and Dock will be on the MacBook display and your background screen on the TV but you can move the cursor onto the TV screen. In System Preferences>Display on the MacBook screen there should be an Arrangement tab when you have the MacBook hooked up to the TV and both screens working. When you click the Arrangement tab do you see two monitors side by side? One of them will have a Menu Bar at the top. Just click on the Menu Bar and drag it to the second monitor. That will make the second monitor your main screen.
    You can now use your MacBook in Clamshell Mode with a wired or Bluetooth keyboard and mouse.  http://support.apple.com/kb/HT3131 When you disconnect from the TV your Menu Bar will automatically change back to the MacBook.
    Or if you want to use the MacBook’s keyboard and trackpad to work on the MacBook screen while showing it on a TV you can check the Mirror Display box on the lower left hand side of the Arrangement tab under the two monitors box. That will give you the same screen at the same resolution on both the MacBook and the external monitor.

  • Satellite C850D - troubles with display driver

    Hey everyone
    I'm having some trouble trying to find the video drivers for my Toshiba Satellite C850D.
    Have tried direct download from Toshiba and AMD website and nothing works (catalyst 12.6).
    Any help on this would be appreciated.

    Hi
    I could find the graphic card driver for the Satellite C850D on the Toshiba European driver page:
    http://eu.computers.toshiba-europe.com/innovation/download_drivers_bios.jsp?service=EU
    Choose:
    - Notebook
    - Satellite
    - Satellite C series
    - Satellite C850D
    - Display driver
    The drivers were uploaded 16.07-18.07 2012
    You can find the versions: 8.942-120213a-133550 and 8.932.5.3-120120a-13 for Win 7 64bit and 32bit

  • Trouble with display on desktop.

    I just made a site, and it formats perfectly on my laptop, but have heard from many people that it doesn't display well on their desktops. Has anyone had this problem before?

    Hi,
    Thanks for your reply. Sorry I didn't provide the link earlier. Here it is:
    www.congressional-distrust.com
    Thanks again
    Kevin

  • Satellite A200-25Z: trouble with display driver

    Hi,
    I'm trying to install WIN XP on a A200 25Z. At first all seemed to work fine but now I constantly get a bluescreen before xp loaded completeley saying something like memory problem on ati2mtag.dll driver
    Sometimes, it does start but then when I have to restart next time it won't start up again...
    I've reinstalled xp now several times, updatet the bios to the xp version but still the problem stays the same.
    Anyone else had a similar experience like that?
    Best

    > The problem is now, at first it seemed to work. But about two weeks later after I installed a game the next restart came up with a blue screen. The game itself didn't have any problems. Just the next restart. And since then whatever I try doesnt really help it.
    It looks like the error with you graphic driver appears only after the installation of the game. For me it sounds like a compatibility issue with graphic driver and the installed game.
    I have noticed that some other notebook series use the same graphic card Mobility Radeon X2600.
    So try to use the ATI graphic driver from Toshiba European driver page:
    Satego P200 PSPBBE
    Equium A200 PSAE8E
    Equium A210 PSAENE
    Satellite A200 PSAE6E
    Satellite A210 PSAELE
    Satellite P200 PSPB6E
    Satellite P200D PSPBQE
    Satellite Pro A200 PSAE7E
    Satellite Pro P200 PSPB7E
    Bye

  • Having trouble with computer name in ActiveDirectory

    I have a Mac running OS X Snow Leopard. I have bound this computer to our Windows Server network using Active Directory. For some reason the local computer name is not matching the network/DNS name.
    My Computer Name is: "big-brain" so computers on our local network can access it at: "big-brain.local"
    Under file sharing and on our network I want the computer to appear as "big-brain.ourdomainname.com" however it appears as "some-random-name.ourdomainname.com."
    How can I change this? I have checked quite a few settings, but can't seem to find the winning combination.

    Flush DNS on the server. Reboot Mac.

  • Troubles with profile names

    I downloaded Firefox 4 recently and it asked me while I wanted to open Firefox to make a profile. I filled in a user's name severaltimes, I tried several times different names, but it kept saying this user name is already in use. What to do next? I would like to use Firefox 4!

    I have seen the same thing you are seeing, and found a solution online somewhere. It turned out that you need to delete the old version of the app from the iPad before trying your new version. Then hopefully things will work.

  • Display name not getting generated When creating user thorugh GTC

    We are using GTC flat file as a trusted source. We see that display name not getting generated. And same thing happening when creating a new GTC mapping.
    previously when we ran with few test user got created with display name through GTC flat file , Suddenly we see this issue display name not getting generated through flat file recon.
    Manually user creation has no issues.
    Please let me know if you have any idea about this issue.

    Don't use GTC... GTC is inflexible and buggy technology... Nothing guaranteed... Rather create your own custom trusted recon code...
    For more details
    26 Known Issues of Generic Technology Connectors
    http://docs.oracle.com/cd/E10391_01/doc.910/e10360/issues.htm

  • Created By field shows display name.

    Hi,
    I have a SharePoint list and the created By Field exports as Display name when I export to excel. I would like to auto -populate a field in the SharePoint list that will auto populate the Field with display name of the field when an item is created.
    How can I make this possible?
    Thanks,
    techie

    hi
    you need to use JavaScript code for the same.
    <script src="/my/Style%20Library/jquery-1.11.2.js"></script><script language="javascript" src="/my/Style%20Library/jquery.SPServices-0.6.2.js" type="text/javascript"></script><script language="javascript"
    type="text/javascript"> </script> ​​​​ 
    <script language="javascript" type="text/javascript">
    $(document).ready(function() {
    var userName= $().SPServices.SPGetCurrentUser();
    $(".sp-peoplepicker-initialHelpText.ms-helperText").text("");
    $(".sp-peoplepicker-topLevel").val(userName);
     $(".sp-peoplepicker-topLevel").text(userName);
    </script>
    http://www.enjoysharepoint.com/Articles/Details/auto-populate-current-logged-in-user-name-in-sharepoint-2010-20799.aspx
    http://www.enjoysharepoint.com/Articles/Details/auto-populate-current-logged-in-user-name-in-sharepoint-2010-20992.aspx
    or set column deafault value as [Me]
    http://sharepoint.stackexchange.com/questions/118932/sharepoint-2013-auto-populate-person-column-in-list-with-creator-name
    Rajendra Singh
    Walking on water and developing software from a specification are easy if both are frozen
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

Maybe you are looking for

  • Hp Blue Screen sad face Unmountable Boot Volume and Automatic reoair loop error

    Someone Please help.I have an hp laptop that refuses to work.The screen stays on the automatic repair screen until it fades to black.I have tried to do a system recovery with f11, but all it does is bring up the blue screen with a sad face for a few

  • HP Photosmart D11a is no longer online

    HP Photosmart D11a  was installed and operating on Windows Vista            after a while it quit working and problem seems to be with the printer itself           it is not online light is on constantly print order is not acknowledged error message

  • Synching apps to 2 ipods

    Hi there, is it possible to sync apps to 2 ipods on the same PC? My wife's PC is broken and she is using mine at the moment, when she connects, she does not sync music etc but would like to have some of the apps that I have bought without buying them

  • Cost Element Group - Track Changes?

    Hi - Is there any way of tracking changes made to Cost Element groups? Thx.

  • What is the scenario to get TRANCODE 25 ?

    What is the scenario to get TRANCODE 25? Thanks in advance.