Polymorphic subVI in DB Tools Get Properties.vi

I installed LabVIEW 6.1 with the enterprise software on a WIN2000 (5.00.2195 Service Pack 2) computer (COMPAQ Evo N600c). When I try to use any of the DB access VIs that have polymormic inputs I get the following message " PolyVi 'Name.vi' polymorphic subVI is broken. I have installed the same configuration on the same model Laptop and same OS and it worked fine. ?????

It sounds like you have to reinstall. Before you do that, try a mass compile on the directory where those VIs are installed (the entire NI directory if you have to.) There was probably a problem during installation that caused this problem. I have seen similar, though not with these VIs, and a reinstall fixed the problem.
Also, try contacting NI support on this one. It doesn't sound like something that should be happening. If you don't get a quick response from this forum, you may be able to get a faster answer going through support.

Similar Messages

  • Using get properties VI from database toolkit

    Hello I'm using database toolkit to read and import data from a MySql database.
    I want to read the last row that has been written in a table. I don't know how to do this but i think i can know the number of the last row written using the get properties block.
    But using this VI i have to use execute query block.....and i get an error, i think that the sql query is not defined correctly.
    I have posted a part of my VI where i use this blocks.
    I have two questions: is this the way to read the last row that has been written in  a table of a database??
    The other question is why doesn't run this subVi and what is the correct way to define a SQL query (you have to put the table name, o some other thing)
    Thank you very much
    Larson
    Attachments:
    example.PNG ‏12 KB

    I hate when this happens... if I press TAB + SPACE the message is sent to forum... :-s
    Hi, Larson:
    You can't read "the last row written" in a DataBase, as records are not sorted, by definition. You could have a field in a record that grows every time you insert in a table, like AutoNumeric, or DateTime and then you could know exactly wich record is the last one.
    Once you know how to get "the last row written" you have to translate it to SQL. Provided you have an AutoNumeric field named "IdRow" in your table "TestTable", you could write:
    SELECT * FROM TestTable WHERE IdRow = (MAX(t.IdRow) from TestTable t)
    Now you should build a call to the DataBase.
    First you need ExecuteQuery, as you did use, and SQL Query input should be the like "SELECT * FROM..."
    Second you have to retrieve the data with, for example, "DB Tools Fetch Recordset Data", in DB Palette, next to Execute Query. The output will be a Variant 2D Array that you can convert to anything you want, like String 2D Array, for example using Variant palette functions
    And third you have to close the recordset Reference with "DB Tools Free Object", the rightmost function in the same row as Execute Query.
    And once you have done all, you can close de DataBase.
    Hope it helps,
    Aitortxo.

  • Get properties value from a bean

    Hello
    I just began with JSF and have a problem. I konw how to save and get properties value into/from a bean from/into a jsf page. But how can I get the values from a other java class? I would like to get the properties from the bean A and use them in the class B and write them at the end back into the bean. What would be the easiest way for this?
    Thank you for the help!
    Best regards, mike

    Depending on the scope of your bean (request/session), have a look to the related method (getSessionMap or getRequestMap ) from ExternalContext class (accesible from FacesContext.getCurrentInstance)

  • OWA 2007 Issue : Microsoft.Exchange.Data.Storage.VirusMessageDeletedException Could not get properties.

    Hi I am facing an issue with Outlook web access on my production server Exchange Server 2007 with Sp1. When i try to reply or forward a message from OWA it displays The message has been deleted due to a virus threat . Kindly refer to the below error details. I have a box with all 3 roles installed I do not have an Edge Server . IO have installed Forefront on the same Box as my exchange Server.Below is the Detail of  the error . Kindly Help
    A virus was found in this message and it has been deleted. For further
    information, please contact technical support for your organization.
    Click here to continue working.
     Copy error details to clipboard
     Show details
    Request
    Url: https://192.168.7.12:443/owa/forms/basic/BasicEditMessage.aspx?ae=Item&t=IPM.Note&a=Reply&id=RgAAAACFMIZq8d7LTqcPs%2bRZA5g%2bBwBDDZWeCojSQZ1bZZ7Ga%2fkWAAAAeCc6AABDDZWeCojSQZ1bZZ7Ga%2fkWAA5iTbjpAAAJ
    User host address: 192.168.7.11
    User: Munendra Pal Gangwar
    EX Address: /o=First Organization/ou=Exchange Administrative Group
    (FYDIBOHF23SPDLT)/cn=Recipients/cn=mp_gangwar
    SMTP Address: [email protected]
    OWA version: 8.1.336.0
    Mailbox server: PFCDELEXCH01.PFCDOMAIN
    Exception
    Exception type: Microsoft.Exchange.Data.Storage.VirusMessageDeletedException
    Exception message: Could not get properties.
    Call stack
    Microsoft.Exchange.Data.Storage.MapiPropertyBag.GetProperties(IList`1
    propertyDefinitions)
    Microsoft.Exchange.Data.Storage.StoreObjectPropertyBag.InternalLoad(PropertyDefinition[]
    properties, Boolean forceReload)
    Microsoft.Exchange.Data.Storage.StoreObjectPropertyBag..ctor(StoreSession
    session, MapiProp mapiProp, Origin origin, PropertyDefinition[]
    autoloadProperties, Boolean canSaveOrDisposeMapiProp)
    Microsoft.Exchange.Data.Storage.StoreObjectPropertyBag..ctor(StoreSession
    session, MapiProp mapiProp, Origin origin, PropertyDefinition[]
    autoloadProperties)
    Microsoft.Exchange.Data.Storage.Item.InternalBindItem(StoreSession
    session, StoreObjectId itemId, Byte[] changeKey, ItemBindOption
    itemBindOption, PropertyDefinition[] allPropsToLoad)
    Microsoft.Exchange.Data.Storage.Item.InternalBind[T](StoreSession
    session, StoreId id, ItemBindOption itemBindOption,
    PropertyDefinition[] allPropsToLoad)
    Microsoft.Exchange.Data.Storage.Item.InternalBind[T](StoreSession
    session, StoreId id, PropertyDefinition[] allPropsToLoad)
    Microsoft.Exchange.Clients.Owa.Core.Utilities.GetItem[T](StoreSession
    storeSession, StoreId storeId, Boolean forceAsMessageItem,
    PropertyDefinition[] prefetchProperties)
    Microsoft.Exchange.Clients.Owa.Core.Utilities.GetItem[T](UserContext
    userContext, StoreId storeId, Boolean forceAsMessageItem,
    PropertyDefinition[] prefetchProperties)
    Microsoft.Exchange.Clients.Owa.Core.Utilities.GetItem[T](UserContext
    userContext, StoreId storeId, PropertyDefinition[] prefetchProperties)
    Microsoft.Exchange.Clients.Owa.Basic.EditMessage.LoadMessage()
    Microsoft.Exchange.Clients.Owa.Basic.EditMessage.OnLoad(EventArgs e)
    System.Web.UI.Control.LoadRecursive()
    System.Web.UI.Page.ProcessRequestMain(Boolean
    includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Inner Exception
    Exception type: Microsoft.Mapi.MapiExceptionVirusMessageDeleted
    Exception message: MapiExceptionVirusMessageDeleted: Unable to get
    properties on object. (hr=0x80004005, ec=1294) Diagnostic context:
    Lid: 18969 EcDoRpcExt2 called [length=479] Lid: 27161 EcDoRpcExt2
    returned [ec=0x0][length=422][latency=15] Lid: 23226 --- ROP Parse
    Start --- Lid: 27962 ROP: ropOpenMessage [3] Lid: 17082 ROP Error:
    0x50E Lid: 26977 Lid: 21921 StoreEc: 0x50E Lid: 27962 ROP:
    ropExtendedError [250] Lid: 1494 ---- Remote Context Beg ---- Lid:
    1238 Remote Context Overflow Lid: 14164 StoreEc: 0xFFFFFA1D PropTag:
    0x672D0003 Lid: 8660 StoreEc: 0x8004010F PropTag: 0x672D0003 Lid:
    21970 StoreEc: 0x8004010F PropTag: 0x672D0003 Lid: 23921 StoreEc:
    0x3EC Lid: 21970 StoreEc: 0x8004010F PropTag: 0x672F0014 Lid: 23921
    StoreEc: 0x3EC Lid: 21970 StoreEc: 0x8004010F PropTag: 0x6708000B Lid:
    21970 StoreEc: 0x8004010F PropTag: 0xE960102 Lid: 21970 StoreEc:
    0x8004010F PropTag: 0x6708000B Lid: 21970 StoreEc: 0x8004010F PropTag:
    0xE960102 Lid: 21970 StoreEc: 0x8004010F PropTag: 0x67760102 Lid:
    25394 Lid: 19506 Lid: 27698 Lid: 11285 StoreEc: 0x50E Lid: 21970
    StoreEc: 0xFFFFFC07 PropTag: 0x30080040 Lid: 25818 Lid: 6153 StoreEc:
    0x50E Lid: 25906 Lid: 5249 StoreEc: 0x50E Lid: 1750 ---- Remote
    Context End ---- Lid: 27962 ROP: ropGetPropsSpecific [7] Lid: 17082
    ROP Error: 0x4B9 Lid: 26465 Lid: 21921 StoreEc: 0x4B9 Lid: 27962 ROP:
    ropExtendedError [250] Lid: 1494 ---- Remote Context Beg ---- Lid:
    26426 ROP: ropGetPropsSpecific [7] Lid: 1750 ---- Remote Context End
    ---- Lid: 26849 Lid: 21817 ROP Failure: 0x4B9 Lid: 20385 Lid: 28577
    StoreEc: 0x50E Lid: 32001 Lid: 29953 StoreEc: 0x50E
    Call stack
    Microsoft.Mapi.MapiExceptionHelper.ThrowIfError(String message, Int32
    hresult, Object objLastErrorInfo)
    Microsoft.Mapi.MapiProp.GetProps(PropTag[] propTagsRequested)
    Microsoft.Exchange.Data.Storage.MapiPropertyBag.GetProperties(IList`1
    propertyDefinitions)

    I had this same issue, except I have Symantec mail security not Forefront. It wound up being a line in the adult content filter. For whatever reason, they included "If you received this email" as one of the literal strings. This is probably part
    of almost every corporate confidentiality clause I have ever seen!! go figure......
    Thanks for the event log hint- since I have the adult content set to delete, I had no good tracking mechanism in Exhange or SMSME. I set email notifications for the future on these.
    Brent
    I had this same problem, but I have ESET Mail Security Server. in some one case the problem y solved if I attach the "user@domain" in the "white
    List". But in many case the problem is continuous. I have Exchange 2007 in MS Windows Server 2003.
    Thanks for yours help.

  • My Firefox crashes when I try to go to Tools Get Add-ons. I don't have any add-ons installed on my Firefox at all. I use Win7 64-bit.

    My Firefox 4.0.1 crashes when I try to go to Tools>Get Add-ons. I don't have any add-ons installed on my Firefox, at all. My OS is Win7 64-bit. I've already tried Uninstall-Reinstalling Firefox but it didn't work either.

    See:
    * http://kb.mozillazine.org/Firefox_crashes
    * https://support.mozilla.com/kb/Firefox+crashes

  • My spot healing tool gets stuck and freezes and won't keep up with the curser. I'm using LR4.

    My spot healing tool gets stuck and freezes and won't keep up with the curser. I'm using LR4.

    Remove the song in question from the sync list and see if the rectifies the problem.
    If it does, then iTunes believes the song no longer exists on your drive and that will need to be corrected.

  • GET PROPERTIES function for TABLE OPERATORS sometimes get MMM1034

    Hi! Another strange problem occurrs in my OMBPlus script:
    I call for the SCHEMA property on a table operator of a mapping by issuing:
    OMBRETRIEVE MAPPING 'SSM_ODS_MU_DETALJ_INS' OPERATOR 'SSM_ODS_MU_DETALJ' GET PROPERTIES (SCHEMA)
    (The command OMBRETRIEVE MAPPING 'SSM_ODS_MU_DETALJ_INS' GET PROPERTIES (BUSINESS_NAME) works.)
    The reply is:
    + OMB02918: Property SCHEMA of SSM_ODS_MU_DETALJ does not exist: MMM1034: Property SCHEMA does not exist.+
    I know I have this property set so I went into OWB Designer and looked at the setting and everything looked OK. The SCHEMA was set to 'SSM' so I closed OWB Designer
    Then I reran the exact command from above
    OMBRETRIEVE MAPPING 'SSM_ODS_MU_DETALJ_INS' OPERATOR 'SSM_ODS_MU_DETALJ' GET PROPERTIES (SCHEMA)
    And it answered 'SSM' !
    Why did I get an error the first time? What did OWB Designer do that suddenly made the property valid for read by OMB? Why does it say that the property doesn't exist?
    It might have something to do with the mapping and it's tables have been recently imported, but why can OWB fix it and not OMB? Any thoughts of what I'm hitting here would be greatly appriciated!
    Thanks!
    Paer

    Nevermind! I went into OWB Desginer and validated everything and that seems to have solved the problem. It is however a strange behaviour...

  • [C4005]: Get properties from packet failed killing my sessions

    I have a broker in a state where 6 messages are delivered which "kill" the first 6 sessions listening on a particular queue (round-robin delivery sorta situation)
    These exceptions are logged only to stderr and no indication is given to my program about them other than the affected sessions never receive another message again, others do.
    When the broker or consumer service is restarted, it happens again.
    If I start the broker with a -reset messages then the problem goes away. I saved the entire broker var folder to try to find a work around to this.
    This is OpenMQ 4.5B29
    I'll include the stack traces below, anyone seen something like this or have suggestions on how to deal with this without resorting to reset of the broker?
    Could not parse properties java.io.UTFDataFormatException: malformed input around byte 11
    Mar 22, 2011 3:42:55 PM com.sun.messaging.jmq.jmsclient.ExceptionHandler logCaughtException
    WARNING: [I500]: Caught JVM Exception: java.lang.NullPointerException
    java.io.UTFDataFormatException: malformed input around byte 11
         at java.io.DataInputStream.readUTF(Unknown Source)
         at java.io.DataInputStream.readUTF(Unknown Source)
         at com.sun.messaging.jmq.io.PacketProperties.parseProperties(PacketProperties.java:178)
         at com.sun.messaging.jmq.io.PacketPayload.getProperties(PacketPayload.java:155)
         at com.sun.messaging.jmq.io.Packet.getProperties(Packet.java:644)
         at com.sun.messaging.jmq.io.ReadOnlyPacket.getProperties(ReadOnlyPacket.java:348)
         at com.sun.messaging.jmq.jmsclient.MessageImpl.getPropertiesFromPacket(MessageImpl.java:601)
         at com.sun.messaging.jmq.jmsclient.ProtocolHandler.getJMSMessage(ProtocolHandler.java:2061)
         at com.sun.messaging.jmq.jmsclient.SessionReader.getJMSMessage(SessionReader.java:189)
         at com.sun.messaging.jmq.jmsclient.SessionReader.deliver(SessionReader.java:107)
         at com.sun.messaging.jmq.jmsclient.ConsumerReader.run(ConsumerReader.java:192)
         at java.lang.Thread.run(Unknown Source)
    Mar 22, 2011 3:42:55 PM com.sun.messaging.jmq.jmsclient.ConsumerReader run
    WARNING: [C4005]: Get properties from packet failed. - cause: java.lang.NullPointerException
    com.sun.messaging.jms.JMSException: [C4005]: Get properties from packet failed. - cause: java.lang.NullPointerException
         at com.sun.messaging.jmq.jmsclient.ExceptionHandler.getJMSException(ExceptionHandler.java:386)
         at com.sun.messaging.jmq.jmsclient.ExceptionHandler.handleException(ExceptionHandler.java:337)
         at com.sun.messaging.jmq.jmsclient.MessageImpl.getPropertiesFromPacket(MessageImpl.java:604)
         at com.sun.messaging.jmq.jmsclient.ProtocolHandler.getJMSMessage(ProtocolHandler.java:2061)
         at com.sun.messaging.jmq.jmsclient.SessionReader.getJMSMessage(SessionReader.java:189)
         at com.sun.messaging.jmq.jmsclient.SessionReader.deliver(SessionReader.java:107)
         at com.sun.messaging.jmq.jmsclient.ConsumerReader.run(ConsumerReader.java:192)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
         at java.util.Hashtable.put(Unknown Source)
         at com.sun.messaging.jmq.io.PacketProperties.parseProperties(PacketProperties.java:193)
         at com.sun.messaging.jmq.io.PacketPayload.getProperties(PacketPayload.java:155)
         at com.sun.messaging.jmq.io.Packet.getProperties(Packet.java:644)
         at com.sun.messaging.jmq.io.ReadOnlyPacket.getProperties(ReadOnlyPacket.java:348)
         at com.sun.messaging.jmq.jmsclient.MessageImpl.getPropertiesFromPacket(MessageImpl.java:601)
         ... 5 more
    Mar 22, 2011 3:42:55 PM com.sun.messaging.jmq.jmsclient.ExceptionHandler logCaughtException
    WARNING: [I500]: Caught JVM Exception: java.io.UTFDataFormatException: malformed input around byte 11
    Mar 22, 2011 3:42:55 PM com.sun.messaging.jmq.jmsclient.ConsumerReader run
    WARNING: [C4005]: Get properties from packet failed. - cause: java.io.UTFDataFormatException: malformed input around byte 11
    com.sun.messaging.jms.JMSException: [C4005]: Get properties from packet failed. - cause: java.io.UTFDataFormatException: malformed input around byte 11
         at com.sun.messaging.jmq.jmsclient.ExceptionHandler.getJMSException(ExceptionHandler.java:386)
         at com.sun.messaging.jmq.jmsclient.ExceptionHandler.handleException(ExceptionHandler.java:337)
         at com.sun.messaging.jmq.jmsclient.MessageImpl.getPropertiesFromPacket(MessageImpl.java:604)
         at com.sun.messaging.jmq.jmsclient.ProtocolHandler.getJMSMessage(ProtocolHandler.java:2061)
         at com.sun.messaging.jmq.jmsclient.SessionReader.getJMSMessage(SessionReader.java:189)
         at com.sun.messaging.jmq.jmsclient.SessionReader.deliver(SessionReader.java:107)
         at com.sun.messaging.jmq.jmsclient.ConsumerReader.run(ConsumerReader.java:192)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.UTFDataFormatException: malformed input around byte 11
         at java.io.DataInputStream.readUTF(Unknown Source)
         at java.io.DataInputStream.readUTF(Unknown Source)
         at com.sun.messaging.jmq.io.PacketProperties.parseProperties(PacketProperties.java:178)
         at com.sun.messaging.jmq.io.PacketPayload.getProperties(PacketPayload.java:155)
         at com.sun.messaging.jmq.io.Packet.getProperties(Packet.java:644)
         at com.sun.messaging.jmq.io.ReadOnlyPacket.getProperties(ReadOnlyPacket.java:348)
         at com.sun.messaging.jmq.jmsclient.MessageImpl.getPropertiesFromPacket(MessageImpl.java:601)
         ... 5 more
    Mar 22, 2011 3:42:55 PM com.sun.messaging.jmq.jmsclient.ExceptionHandler logCaughtException
    WARNING: [I500]: Caught JVM Exception: java.lang.NullPointerException
    Mar 22, 2011 3:42:55 PM com.sun.messaging.jmq.jmsclient.ExceptionHandler logCaughtException
    WARNING: [I500]: Caught JVM Exception: java.io.StreamCorruptedException: invalid type code: 00
    Mar 22, 2011 3:42:55 PM com.sun.messaging.jmq.jmsclient.ConsumerReader run
    WARNING: [C4005]: Get properties from packet failed. - cause: java.lang.NullPointerException
    com.sun.messaging.jms.JMSException: [C4005]: Get properties from packet failed. - cause: java.lang.NullPointerException
         at com.sun.messaging.jmq.jmsclient.ExceptionHandler.getJMSException(ExceptionHandler.java:386)
         at com.sun.messaging.jmq.jmsclient.ExceptionHandler.handleException(ExceptionHandler.java:337)
         at com.sun.messaging.jmq.jmsclient.MessageImpl.getPropertiesFromPacket(MessageImpl.java:604)
         at com.sun.messaging.jmq.jmsclient.ProtocolHandler.getJMSMessage(ProtocolHandler.java:2061)
         at com.sun.messaging.jmq.jmsclient.SessionReader.getJMSMessage(SessionReader.java:189)
         at com.sun.messaging.jmq.jmsclient.SessionReader.deliver(SessionReader.java:107)
         at com.sun.messaging.jmq.jmsclient.ConsumerReader.run(ConsumerReader.java:192)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
         at java.util.Hashtable.put(Unknown Source)
         at com.sun.messaging.jmq.io.PacketProperties.parseProperties(PacketProperties.java:193)
         at com.sun.messaging.jmq.io.PacketPayload.getProperties(PacketPayload.java:155)
         at com.sun.messaging.jmq.io.Packet.getProperties(Packet.java:644)
         at com.sun.messaging.jmq.io.ReadOnlyPacket.getProperties(ReadOnlyPacket.java:348)
         at com.sun.messaging.jmq.jmsclient.MessageImpl.getPropertiesFromPacket(MessageImpl.java:601)
         ... 5 more

    From the stack trace, it looks like there is a problem with one of message's string properties. I can't obviously see what, but this might help you track down the cause of the problem.
    When you've found out what it is about your message that's causing this exception, please log this as a bug.
    Nigel

  • TDMS Get Properties - Root Name

    I am currently using LV and the "TDMS Get Properties" VI to acquire various properties from my files without issue.
    However, I need to get the Root Name out of my TDMS file in the form of a string.
    How can I do this?

    To get the root name of a .tdms file, you should use "TDMS Get Properties" with its "group name" and "channel name" input unwired(as shown in the picture below), then "TDMS Get Properties" returns the .tdms file's root name.
    Regards,
    Tianbin
    Attachments:
    GetRootProp.vi ‏11 KB

  • How can I get properties from my ldap server?

    urgent,I don't know
    how to use the getproperties to get the properties
    from ldap server,anyone help?

    Hi Kevin,
    You could write a portlet that uses the <um:getProfile> and
    <um:getProperty> tag (
    http://edocs.bea.com/wlp/docs40/p13ndev/jsptags.htm#1058056 )
    Or you can do an easier test that requires no coding: If you use the EBCC
    to create metadata about your ldap property set, then you can use the JSP
    portal admin tool to see your LDAP properties for a user. I think if you go
    through the UUP example on dev2dev.bea.com it has instructions for doing
    this with a UUP. Basically, create a property set (a.k.a. "user profile")
    named "ldap" in the EBCC and create properties that match the ones you want
    to retrieve ("telephoneNumber", etc...CASE SENSITIVE). Then access the JSP
    portal admin tool. If you are not using the LDAPRealm as your alternate
    security realm then create a user that you know exists in LDAP and then hit
    the link for the user and search the "ldap" property set and you will see
    their property values. If you are using the LDAPRealm for authentication,
    then this is not a ManageableRealm so you cannot create users (they are
    managed in your LDAP server). So, if you are using the LDAP realm, just
    create the "ldap" property set in the EBCC and go to the user mgmt tools in
    the JSP admin tools and you will see your user. Then search the "ldap"
    property set for your user and you will see the property values.
    Ture Hoefner
    BEA Systems, Inc.
    www.bea.com
    "Kevin" <[email protected]> wrote in message
    news:[email protected]...
    >
    Hello,
    We're trying to retrieve an arbitrary profile and it's attributes from
    a Novell NDS ldap server. I've configured the ldapprofile.jar as
    described in the portal doc:
    http://edocs.bea.com/wlp/docs40/p13ndev/users.htm#1131824
    but the article doesn't go on to describe how to use the configuration
    to actually access the properties.
    I'm unsure as to how to use the com.bea.p13n.usermgmt.profile.ldap
    package to retrieve the information I need.
    Is there some step by step instructions to achieve this as well as
    some sample code to run in a jsp to test this functionality?
    Thanks for any help.
    Kevin
    Ture Hoefner <[email protected]> wrote:
    Hi Eric,
    The LdapPropertyManager handles that for you. All you have to do is
    deploy it. (I'm talking about Portal 4.0). See the docs at "Accessing
    Properties from an LDAP Server" (
    http://edocs.bea.com/wlp/docs40/p13ndev/users.htm#1131824 )
    You will need to deploy the LDAPPropertyManager EJB, located in
    ldapprofile.jar. It is shipped with the product in
    <wlportal4.0-install-dir>/lib/p13n/ejb/ldapprofile.jar.
    Eric Nie wrote:
    urgent,I don't know
    how to use the getproperties to get the properties
    from ldap server,anyone help?--
    Ture Hoefner
    BEA Systems, Inc.
    2590 Pearl St.
    Suite 110
    Boulder, CO 80302
    www.bea.com

  • How do I get properties of images on a website?

    This may be a dumb question, but I recently switched to Mac. In Windows, if I right-click on an image on a website, I will be able to see all of the properties of it, like size, location etc. When I right-click on a Mac, I only get the options to copy, save etc. How can I get info?
    Thanks.

    If you choose the "open image in new window" option the image location will be in the address bar and the image size and name will be in the title bar (the name will tell you if it is a jpeg, png or gif). It took Apple FOREVER before Safari finally started doing that (much to my annoyance--I always found it handy to see the size, so I was a much happier camper with Safari when it finally added that in the Tiger version).
    Francine
    Francine
    Schwieder

  • How can I get properties of global virtual channels using DAQmx?

    I'm using DAQmx with VB6. In my app, I would like to be able to present the user with a list of available predefined channels to select from. I can use DAQmxGetSysGlobalChans to get a list of the channels, but I need a way to sort out which of these channels are defined as inputs, and which are outputs. It would also be nice to be able to query other properties of the virtual channel (for example, the device and physical channel being used). These all seem very simple things, but I haven't found anything like this in the documentation so far.
    Thanks.

    Try using  DAQmxGetChanType(TaskHandle taskHandle, const char channel[ ], int32 *data)DAQmxGetChanType(TaskHandle taskHandle, const char channel[ ], int32 *data).  This will return one of the following types:
    DAQmx_Val_AI
    10100
    Analog input channel.
    DAQmx_Val_AO
    10102
    Analog output channel.
    DAQmx_Val_DI
    10151
    Digital input channel.
    DAQmx_Val_DO
    10153
    Digital output channel.
    DAQmx_Val_CI
    10131
    Counter input channel.
    DAQmx_Val_CO
    10132
    Counter output channel.
    Let me know if this works. 
    Regards,
    L. Allen

  • Spiny circles in CS 3 - gradient tool - get rid off

    Somehow I got two circles with hash marks (on the outer edge @45 degree intervals) that appear using the gradient tool.  Not sure how I got them there nor do I know how to get rid of them
    Can anybody help?
    You can click and drag them and it makes a sort of global gradient.
    Thanks in advance.
    Rich

    Rich,
    Unfortunately, instead of embedding your image in your post, you sent it as an attachment.  As such, it goes straight into the virus-scanning qeue and won't be visible for hours or days.
    To embed the image in your post for instant viewing, use the camera icon in the formatting bar of the reply box.
    then:

  • How can I get rid of tabbed browsing? I positively hate it and none of the choices in tools get rid of them.

    I was using an older version of FF because the newer versions had messed up private browsing and I had the option of deciding if I wanted tabbed browsing. I switched to a newer version because a lot of sites didn't work with the older version.
    I went into tools - tabs and checked what I used to use not to get tabbed browsing. Doesn't work.
    Please tell me how to get rid of tabbed browsing and how to switch back and forth to private and regular browsing without opening a new tab/window.
    If I can't get rid of tabbed browsing I guess I'll muddle along with an older version.

    Digital_Gaia:
    Note that we don't have anything to do with Firefox development. The people who answer questions here, for the most part, are other Firefox users volunteering their time (like me), not Mozilla employees or Firefox developers.
    If you want to leave feedback for Firefox developers, you can go to the Firefox ''Help'' menu and select ''Submit Feedback...'' or use [https://input.mozilla.org/feedback this link]. (You'll need to be on the latest version of Firefox to submit feedback). Your feedback gets collected at http://input.mozilla.org/, where a team of people read it and gather data about the most common issues.
    Also, to avoid this thread turning into a back and forth argument about Firefox's UI, I'll be closing this thread as your initial problem was solved. If you feel the need to open a new thread for a new support request, please do so.

  • Error message getting properties

    Hi all,
    I'm getting an error message when retrieving values for some properties
    using the UserManager and ConfigurableEntity API's. An example of the
    message is:
    ============================================================================
    ===================
    mar jun 12 12:35:38 CEST 2001:<E> EntityPropertyManager.getPropertyType():
    property type not found for propertyMetaDataId: 164010
    ============================================================================
    ===================
    And the code I use is:
    ============================================================================
    ===================
    // METHOD TO GET THE CONFIGURABLE ENTITY FOR A GROUP
    public static ConfigurableEntity getPropertiesCEForGroup(String groupName)
    ConfigurableEntity ce=null;
    try{
    GroupHome groupHome =
    (GroupHome)JNDIHelper.lookup("com.beasys.commerce.axiom.contact.Group");
    ce = (ConfigurableEntity) groupHome.findByPrimaryKey(new
    GroupPk(groupName));
    catch(Exception e){
    e.printStackTrace();
    ce=null;
    return ce;
    // CODE TO RETRIEVE ALL PROPERTIES ANS THEIR VALUES FROM A PROPERTYSET
    ConfigurableEntity ce = getPropertiesCEForGroup(managedGroup);
    Map properties;
    String propertyName, propertyValue;
    Iterator iter;
    String scopeName = zoneName +
    PortalFrameworkConstants.ZONE_LAYOUT_PS_SUFFIX;
    PropertySetBean propertySetBean = new PropertySetBean();
    propertySetBean.setScopeName(scopeName);
    propertySetBean.setSchemaGroupName(propertySetBean.USER_TYPE);
    Schema schema = propertySetBean.getSchemaObject();
    try {
    properties = schema.getAllPropertyMetaData();
    if (properties != null && properties.size() > 0) {
    iter = properties.keySet().iterator();
    while( iter.hasNext() ) {
    propertyName = (String)iter.next();
    propertyValue = (String)
    ce.getProperty(scopeName,propertyName,null,null);
    if(propertyValue != null)
    retString += propertyValue + "\n";
    } catch (Exception e) {
    e.printStackTrace();
    retString = null;
    ============================================================================
    ===================
    The point is that I only get the error message sometimes, not in all
    executions. Everything seems to work fine even when I get the error message,
    but I'd like to know which is the source of the error. Can anyone give a
    clue?
    Thanks in advance.
    Pepe

    Hi all,
    I'm getting an error message when retrieving values for some properties
    using the UserManager and ConfigurableEntity API's. An example of the
    message is:
    ============================================================================
    ===================
    mar jun 12 12:35:38 CEST 2001:<E> EntityPropertyManager.getPropertyType():
    property type not found for propertyMetaDataId: 164010
    ============================================================================
    ===================
    And the code I use is:
    ============================================================================
    ===================
    // METHOD TO GET THE CONFIGURABLE ENTITY FOR A GROUP
    public static ConfigurableEntity getPropertiesCEForGroup(String groupName)
    ConfigurableEntity ce=null;
    try{
    GroupHome groupHome =
    (GroupHome)JNDIHelper.lookup("com.beasys.commerce.axiom.contact.Group");
    ce = (ConfigurableEntity) groupHome.findByPrimaryKey(new
    GroupPk(groupName));
    catch(Exception e){
    e.printStackTrace();
    ce=null;
    return ce;
    // CODE TO RETRIEVE ALL PROPERTIES ANS THEIR VALUES FROM A PROPERTYSET
    ConfigurableEntity ce = getPropertiesCEForGroup(managedGroup);
    Map properties;
    String propertyName, propertyValue;
    Iterator iter;
    String scopeName = zoneName +
    PortalFrameworkConstants.ZONE_LAYOUT_PS_SUFFIX;
    PropertySetBean propertySetBean = new PropertySetBean();
    propertySetBean.setScopeName(scopeName);
    propertySetBean.setSchemaGroupName(propertySetBean.USER_TYPE);
    Schema schema = propertySetBean.getSchemaObject();
    try {
    properties = schema.getAllPropertyMetaData();
    if (properties != null && properties.size() > 0) {
    iter = properties.keySet().iterator();
    while( iter.hasNext() ) {
    propertyName = (String)iter.next();
    propertyValue = (String)
    ce.getProperty(scopeName,propertyName,null,null);
    if(propertyValue != null)
    retString += propertyValue + "\n";
    } catch (Exception e) {
    e.printStackTrace();
    retString = null;
    ============================================================================
    ===================
    The point is that I only get the error message sometimes, not in all
    executions. Everything seems to work fine even when I get the error message,
    but I'd like to know which is the source of the error. Can anyone give a
    clue?
    Thanks in advance.
    Pepe

Maybe you are looking for