ZCM 11-TP: device names always in lower case

Hello,
I'm just wonder why ZCM registers all linux device names in lower case, independent if the host name on the device itself is written in upper or lower case.
Is this how ZCM did it all the time or is there a specific reason for this ?
Rainer

I'll investigate and let you know.
Jason

Similar Messages

  • XML element names required in lower case

    Hi,
    I am on release 4.6C
    I create an XML file from internal table using FM SDIXML_DATA_TO_DOM and SDIXML_DOM_TO_XML.
    The internal table is defined such that the  fieldnames of internal table are same as element names in XML file.
    The XML file gets created properly, but the element names appear in upper case.
    The requirement is to have it in lower case.
    Does anybody have any idea about how to control the case here?

    Hi Sudhir
    you can convert field names manually using translate command to convert it to lower case.
    hope this helps.

  • Interactive Report Download - filenames always in lower case

    I've written an interactive report in Apex v4.0.2 and have set the CSV download option to use a filename of "One_Two_Three" (note the capitalization).
    However when the CSV file is generated, the filename is "one_two_three" - all in lower case. I've tried using substitution variables in the filename and this doesn't make any difference.
    Is there a way to stop conversion to lowercase ? Is it possible to intercept or override something to allow even greater control the filename ?
    thanks
    Andy

    Well, found some answers after some more trial and error.
    1.) Country settings messed up my csv format. After changing the default column separator in the report attributes, things now look as expected.
    2.) One can rather easily suppress the format signs by using the sql replace functionality, e.g.
    SELECT REPLACE (my_column, CHR(10),' ') FROM my_table
    And it is actually quite a difference if you use text area or rich text fields when it comes to the usage of the breaks.
    Cheers,
    Martin

  • Sort by name separates upper/lower case

    Since upgrading from Mountain Lion to Mavericks (10.9.4), I've noticed that I am no longer able to sort files by name and get one list in alphabetical order. I now get two, as Mavericks seems to be sorting out files beginning first with uppercase letters and then following with all lowercase letters:
    Naturally, this makes it difficult to efficiently scan a directory for a file with a known name, as I'd have to look in two places. Terminal is showing file lists in the same manner. I have made sure that grouping is turned off, so as to not confuse the view while sorting. A related issue that I am dealing with is drop down menus in Apps or on websites where one can typically type the first few letters of an entry and snap right to it. However, typing "tim" will not bring up an entry in a font menu, for instance, if the thing I'm trying to get to is "Times New Roman" with an uppercase T. In this case, I would have to hold the shift key to get a capital letter and then let it go, so that the rest would be lowercase.
    I don't remember any Mac operating system before this being so insistent on separating letter cases. Is there a way to disable this behavior?
    Chris

    The only thing I can think of would be that you set the OS up in a Case-sensitive file system, but since I’ve never used one, I don’t know for sure. I really don’t think that would be it, though.
    Any Finder “enhancement” software?

  • Grid View artist names are entirely lower case

    Hi,
    in my grid view the artist names have changed to entirely lowercase, i.e "adele", yet on all the tracks Artist & Volume Artist shows as "Adele" any idea why this suddenly changed? and more importantly how I can change it back?
    I've tried resetting the Artists and Volume Artist tags but this hasn't helped.
    Thanks
    Mark.

    Trephination wrote:
    Personally, I would rather this than distorting the image.
    Neither would I.
    Trephination wrote:
    If it bothers you, you can set other images as default grid artwork. Choose Get Info whilst on the grid view and you can paste in artwork which it will use as a default.
    It does not bother me, it was something that I just noticed while looking over the Grid View to answer someone else’s questions.

  • TopLink map a field which name in low case

    I used Oracle ADF to modeling my database table. My table name and all filed names are in low cases. I used TopLink Create Java Objects from Tables wizard to crate Java objects from my table, and created map. In the TopLink mapping, the query keys are in low cases. But when my session bean execute the named query, the query statement from executeQuery doesn't put double quotes around the filed name and table name. The query statement like: select name from space. So it will cause error like "java.sql.SQLException: ORA-00942: table or view does not exist". The query statement should like:
    select "name" from "space";
    Can anyone tell me where to edit the mapping or customize code to put double quotes around field name and table name?

    I'm not sure if the JDev UI has an option to output table and field names with quotes. You could use a SessionCustomizer in your TopLink sessions.xml file to iterate over the Session's descriptors and change each of their table and field names to include the " character.
    In general you will make you life much easier if you just create the tables and field using normal upper case or case insensitive names.
    It would be nice to have an easier way to quote all table and field names, please feel free to log this issues on EclipseLink Bugzilla.
    James : http://www.eclipselink.org

  • Generate lower-case nodes in XML

    Hi,
    In my PL/SQL procedures, I generate XML files based on SQL queries, like this:
    SELECT XMLELEMENT ("web_vpreparations",
    XMLAGG(
    XMLELEMENT ("web_vpreparation",
    XMLFOREST (CODE as "code",
    COMMERCIAL_NAME as "commercial_name",
    As you can see, I rename my column names to their lower-case equivalents, because the client-side application which processes the XML file expects them to be in lower-case.
    I now have a huge view with hundreds of columns and would like to avoid having to rename each one. Is there a chance I can tell the PL/SQL or the SQL to return the XML nodes in lower-case?
    I'll appreciate any help on this problem.
    Chris.

    does XMLTable exist in Oracle 9i, for some of my customers?No. XMLTable was introduced in 10g (not sure the exact version though).
    What am I doing wrong?Sorry can't say. I know for sure that it works for 10.2.0.4.0:
    SQL> select * from v$version where rownum = 1
    BANNER                                                         
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    1 row selected.
    SQL> select trim(column_value) cv
    from xmltable(
    'for $i in ora:view("hersteller_x")/ROW[HERSTL=1]/* return element {lower-case($i/name())} {$i/text()}')
    CV                                                                             
    <mandant>1</mandant>                                                           
    <herstl>1</herstl>                                                             
    <kurzbez>01FSL</kurzbez>                                                       
    <name>SEMICONDUCTOR INC.</name>                                      
    <versland>D</versland>                                                         
    <urland>US</urland>                                                            
    <versweg>4</versweg>                                                           
    7 rows selected.

  • Creating menu name/address with upper-case letters

    I just updated my website using Muse, and for the most part it has been remarkably frustration free (and considering I did a total overhaul...that's no small accomplishment!)
    I have encountered one problem, however.  I have one menu page/address that it is important that I use upper-case letters (it's an order form that has been used for years and the big order period is about to start next week...and I want people to be able to find and access it).
    I can not figure out how to change it so the file name will be ALLCAPS.html.  Page Properties reverts the name to all lower-case instantly, and any search I do comes up with information that is several years (and generations of software) ago and no longer relevant.
    Getting desperate as I'd rather not go back to IWeb and re-do the site yet again...and only have a few days left.

    So this is new with iWeb '08??
    Only the Password accepts caps?
    ugh. Why did they do that????
    Thank you ~
    Margie

  • I have an airport extreme 2013.  Why does my airport utility sometimes display IP addresses and other times the names of the devices?  I want it to always display the device names.

    I have an airport extreme 2013. Why does my airport utility sometimes display IP addresses and other times the names of the devices? I want it to always display the device names.

    The utility has had less and less useful information .. it might be time to simply find a different utility.
    Fing network scanner. iphone and ipad.
    https://itunes.apple.com/au/app/fing-network-scanner/id430921107?mt=8
    This is very popular.. I do not know of what works well on Mac OS because i have installed 5.6 utility which of course has far more info than the later toy version. Plus using an Asus router which has excellent listing of all the clients.
    Sometimes beating yourself up to make apple routers do what you want is easier solved with lateral thinking.

  • Apple Device Names not always showing

    Hello,
    Just about 48 hours ago I had a system shut down and after I reset the Time capsule and two AirPort Expresses, I noticed when I clicked on any device in the Airport Utility that no device names were listed, just the Wi-Fi Address detail, why? And is there a a fix.
    Thank You

    That is the way it now works.
    Here is mine this morning.. sometimes you get names.. sometimes you get MAC addresses.. Mostly now just MAC addresses. There are no controls to what you see.
    There is a full summary page.. you hold down option key and double click the TC icon.. that will allow you some more info about the client. But not the name.
    To find the names you will need to do a netstat scan..
    Or load 5.6 utility somehow .. so you can actually find some more info.
    Because I stuck with Mountain Lion i can have 5.6 utility as well and therefore have real info.
    2 steps forward with each release.. and 3 backwards.

  • Where the device name are saved when distributing a NI-DAQ executable?

    Hello,
    1. I created a simple LabVIEW 2013 executable using NI-DAQ (c series module NI-9263 and USB compact DAQ 9171 chassis).
    2. Then I created a LabVIEW installer with the following recommended installers:
    - NI LabVIEW Run-Time Engine 2013 SP1
    - NI-DAQmx Core Runtime 9.8
    3. I've installed it on a computer in a lab (no NI software installed on it yet).
    4. In my application I have a "DAQ Physical Channel" control to select the hardware.
    5. When I click on the arrow to select the hardware I don't see any choices (my hardware is plugged in the lab computer) and I can see the devices in device manager.
    6. I entered manually the device name (same name as I assigned on the computer that compiled the executable) and ran the application just fine without any errors.
    Where is the device name is stored on the lab computer and  how does this work?
    7. I made a modification to the simple executable to add hardware (with a new "DAQ Physical Channel") and I only compiled the executable and copied it to the computer lab.  I'm not able to run it.... I'm getting some error from the hardware (can't remember the specific error).
    8. I've searched for MAX and it's not installed....
    What should I do to make it work?
    This application is not critical right now, but I'd like to know how this works.
    Feel free to ask for more detail.
    Michel

    Michel_Gauvin wrote:
    Yes, that's what Idid.
    What is the use (or the goal) of distributing an application that is using DAQ device without MAX? How can the application knows which hardware to use if multiple hardware is plugged in the destination computer?
    Michel
    Two ways to go about this.
    First, for low mix systems I ALWAYS install max and all the DAQmx stuff is stored in MAX my installers then import the *.nce MAX config File and include all the DAQ software (Not just Base!)
    For higher mix systems the DAQmx stuff (Chans, tasks, scales....) are persisted to the PROJECT (*.lvproj) then the app builder creates a NI DAQ file in the application build destination and the app looks for that file.
    You can ALSO (with NI USB Devices) create a "Helper app" that hooks into NI Device Monitor and assigns a specific alias to a type of device when it is seen.
    Jeff

  • How to get the ASM to OS device name mapping

    Hi all,
    This seems to be an often answered question, but usually the answers specify what to do on the OS (e.g. run oracleasm etc) and/or in the ASM database running on the ASM Host (select * from V$...).
    In our situation have plug-ins collecting data from Agents. Plugins collect data from Oracle db/ASM targets and from storage arrays.
    Back on the OMS we want to be able to report on the ASM to OS device name mapping. To report, we use either the default metadata UI (i.e. data from the sysman.mgmt_emx_... tables) or we have a BI Publisher report that queries the OEM Repository Database (and can join the ECM tables from the different plug-ins).
    The link between the ASM path and the OS device name does not seem to be collected by either the Oracle DB/ASM plug-in, nor by any other plug-in (Host/Storage/...).
    It would be easy to go to Linux and run a few commands, but we need to support multiple platforms, like AIX, Solaris x86, Windows as well.
    A complicating factor is that ASM can be installed in different configurations, e.g. using ASMlib or using udev...
    I really suspect this wheel has been invented before?! Or is it really a matter of having multiple OS-specific low-level scripts and adding a bunch of instance parameters for allowing the user to specify all OS-specific path/utility names etc?
    Any suggestions welcome... :-)
    Many thanks,
    Ed

    Google is your best friend ;-)
    Those are standard CGI variables, must be available in PHP/ASP(X)/JSP/your-favorite.
    Anyway, try this:
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.util.*;
    /** Creates a table showing the values of all the CGI variables.
    * Part of tutorial on servlets and JSP that appears at * http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/ * 1999 Marty Hall; may be freely used or adapted. */ public class ShowCGIVariables extends HttpServlet { public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { response.setContentType("text/html"); PrintWriter out = response.getWriter(); String[][] variables = { { "AUTH_TYPE", request.getAuthType() }, { "CONTENT_LENGTH", String.valueOf(request.getContentLength()) }, { "CONTENT_TYPE", request.getContentType() }, { "DOCUMENT_ROOT", getServletContext().getRealPath("/") }, { "PATH_INFO", request.getPathInfo() }, { "PATH_TRANSLATED", request.getPathTranslated() }, { "QUERY_STRING", request.getQueryString() }, { "REMOTE_ADDR", request.getRemoteAddr() }, { "REMOTE_HOST", request.getRemoteHost() }, { "REMOTE_USER", request.getRemoteUser() }, { "REQUEST_METHOD", request.getMethod() }, { "SCRIPT_NAME", request.getServletPath() }, { "SERVER_NAME", request.getServerName() }, { "SERVER_PORT", String.valueOf(request.getServerPort()) }, { "SERVER_PROTOCOL", request.getProtocol() }, { "SERVER_SOFTWARE", getServletContext().getServerInfo() } }; String title = "Servlet Example: Showing CGI Variables"; out.println(ServletUtilities.headWithTitle(title) + "\n" + "
    " + title + "\n" + "\n" + "\n" + "CGI Variable Name
    Value"); for(int i=0; iNot specified"; out.println("
    " + varName + "
    " + varValue); } out.println("
    "); } public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { doGet(request, response); } }

  • HT1338 My MacBook Pro (running Leopard 10.5.8) won't allow keyboard to type an upper case 'C' using the shift key...works fine with caps lock, or, with my Typinator workaround using double-typed lower case c (not always best). Any ideas?

    My MacBook Pro keyboard won't type an upper case 'C' using the shift key... only with caps lock. Workaround has been to use Typinator by typing a double lower case c, not always the best solution. Mac is a refurbished model, which initially was fine. Apple tech helped me correct the quirk when it first appeared, but now it has returned and refuses fixes. Any ideas?

    I'm willing to bet that this has something to do with iCloud.  I've been facing a frozen computer nearly every time I go into it. 
    In Activity Monitor I have seen two programs associate with iCloud that take up about 2.5 GB of memory (I only have 4 in the computer) -- causing everything to freeze.  One of these is called "iCloud Helper" and the other one is something like "Address Book Sync helper" -- I see parts of these names in the stuff you have posted.
    I am at my wits' end with these and have written to Apple asking them to do away with these or fix them.  To get rid of the Address book sync thing I have gone into system preferences for iCloud and unchecked Contacts -- but then spontaneously it gets rechecked.  And oftentimes after I Force Quit the iCloud helper, it spontaneously turns on again.  My conclusion --- the iCloud is basically unusable.  It turns a Mac into the most useless, clogged, sluggish PC.  If this is happening to a lot of people's computers -- and I see no reason why yours or mine should be an exception -- these programs just might destroy Apple itself. 
    So -- I'm about to completely give up on iCloud, and I suspect that others will too unless this gets fixed.
    Cheers,
    Bob

  • Device Name Sporadically Changing ZENworks Agent Properties

    I'm having a problem with a few Dell Windows 7 machines using ZENworks Configuration Management (ZCM) 10.3.4 client.
    The problem is the device name, in the ZENworks Adaptive Agent Properties, is sporadically changing and reassigning with other device names and sharing the device name with another computer.
    All the machines have been built from a single image, using R-Drive Image software, with the ZCM client already built-in to the image.
    In attempt to resolve the problem, I've uninstalled the ZCM client, CASA as well as deleting the device name from the Zenworks Control Center (ZCC).
    Re-installed the ZCM client and again received a different device name of a different workstation.
    I've already tried using Zenworks AgentCleanup tool to remove the ZCM client and deleted the device name from the ZCC, but it did not resolve the problem.
    I can only assume the problem lies within the image compiled with the ZCM client. How do I stop this from continually happening and make the ZCM report the correct device name and if possible, without having to create a new image?

    jamaya77,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Daqmx device name

    Hello,
    I am writing a LabVIEW program that is used on many computers in our teaching labs and therefore the Daq device may not always be named "Dev1" in Max.  My first pass is a subvi (attached) which scans the  Dev Names until it finds a product match and return the device name.  I would then append the port, line or counter to the name.  This gives me coercion dots and there doesn't seem to be a conversion fuction between strings and I/O.
    My next thought was using the  I/O type property (2nd VI) but the freq output and the PFI lines which I need are not listed. 
    Finally, I could just rewrite the Max settings everytime the program starts but this seems to be a brute force approach.
    Is there a way I can make my program adapt to whatever the Device Settings are?
    Any comments or suggestions would be appreciated.
    Attachments:
    daqdevname.vi ‏25 KB
    FindDaqDev.vi ‏24 KB

    I think Strings shound work inplace of the IO Channel or you can explicily typecast between strings and I/O types 
    Paul Falkenstein
    Coleman Technologies Inc.
    CLA, CPI, AIA-Vision
    Labview 4.0- 2013, RT, Vision, FPGA

Maybe you are looking for

  • Significance of Document Name in JDBC Sender

    hi folks, tell me what exactly mean by the Document Name parameter in the JDBC Sender adapter? where does that plays? thanks nikhil bos

  • XML reports show in XML format instead of Defult output PDF in R12

    I am facing a problem in XML report in oracle R12 , when I am running the report ,it through warning msg and output is coming in XML format instead of PDF . Please let me know the solution. Zulqarnain

  • First PKGBUILD attempt

    I wanted to create a PKGBUILD for Beyond Compare (diff/merge tool),  A .deb is provided, which simply needs to be converted to a .tar.gz and extracted to the root of the drive. The 64-bit package is not really a 64-bit application.  It just allows th

  • MobileMe Gallery sort order

    When i access my MobileMe Gallery through my MacBook Air using Firefox, the sort order of the albums, and the sort order of the photos within the albums are correctly sorted just the way I want them. However when I use ATV 2 to view my MobileMe Galle

  • Is the ipod touch 4G 64gb compatible with the onkyo ds-a2x dock?

    is the ipod touch 4G 64gb compatible with the onkyo ds-a2x dock? Hope you can help me with this as I am interested to buy one (ipod touch). Thanks