create an alias for a custom device page

Is there a way to create an alias for a custom device page?

I wish that a button on the home page of my device custom (in solution system Explorer) allow the user to create an alias and linking this alias on a channel of the system. My Vi is the following:

This VI returns the following error:

"Error 1172 to error creating instance of aliases in the assembly NationalInstruments.VeriStand.SystemDefinitionAPI.Alias, NationalInstruments.VeriStand.SystemDefinitionAPI, Version = 2012.0.1.0, Culture = neutral, PublicKeyToken is a6d690c380daa308, (System.NullReferenceException: determined reference is not set to an instance of an object.).

Is there a solution?

Hmmm... good point. You can change my original solution to configure the alias using the basic underlying storage system node type. It should work regardless of the type of channel. As for your second question, custom devices written for 2012 should be recompiled in 2013 of LabVIEW with the support of 2013 VeriStand installed. You don't have to change your code, but you must recompile the LLBs.

In this workaround, you start by creating an alias that links to nothing. Then, you update the alias to set the DependentNode property, which connects it to the channel. You should not do it this way, but this will work around the original bug.

Tags: NI Products

Similar Questions

  • How to create an alias for e-mail iCloud for my iPad?  I have no Mac or PC.

    Can Hi I create an alias of iCloud email using my iPad?  The instructions on the help page for alias iCloud is specific to the use of a Mac or PC and I have no one.

    http://help.apple.com/icloud/#/mm6b1a490a ... Does not work for me... I have an iPad

    Maybe a long shot. You can press and hold the icon Refresh (semicircular arrow) into the URL bar "Ask Site Desktop" will appear and then press that. The ability to do things is much less when you are logged in using a computer. Then try to go to the post to add the alias.

  • Cannot open the web page in another tab of the browser in application for the custom shop page

    I have a custom stores html page and an external link (such as < a href = "...) (' > < / a >) in this html page.  Now when I type this external link, it opens the web page in the same container and crush the store custom html page. But I hope that it can open the external page in another tab of the browser in application with the button "close".   As this external link is in mode folio. Please let me know if I could do it. Thank you

    We do not support this with the current v2 API. We will be adding in release 27 support for this.

    Neil

  • Unable to create a debugging for my playbook device token

    Hi all

    I have a problem to create a debugging token to install on my playbook.

    * I installed the SDK for a long time (before the playbook was here), when I installed first of all, there was no debugging token / COMINCO files

    * Then I received my COMINCO file by mail, but has not used as I was more accustomed to using the Simulator.

    * I have since released an Android application.

    I have some barsigners files in the folder "C:\Users\MY_NAME\AppData\Local\Research In Motion". I think that they were created when I published the Android app.

    So now when I try to create a token of debugging with this command:

    BlackBerry-debugtokenrequest - storepass XXX - XXX c:\temp\debugtoken.bar devicepin

    And I have this error:

    Error: The signature on the request of code signing did not check. The probable cause of this problem is entered a wrong password CSK.

    My store is correct (I have another error if I intentionally use a wrong password).

    Can this be my PBDT.csk file that is not registered?

    How can I change this?

    Thanks for any help,

    I need it because I now have a bug that does not intervene in the ripple or on the simulator of the tablet.

    Emmanuel / Alocaly

    OK, the different password for the developer certificate (p12) and RIM Code signing key would cause problems here.  Rename your author.p12 to something else and create a new p12 with the same password as your Code RIM signing keys.  Do not delete the barsigner files or you will not be able to sign the upgrades of your applications.  This command will allow you to create a new file p12.

    blackberry-keytool -genkeypair  -storepass  -dname "cn="
    
  • create a listener for a custom class?

    I have a custom class that loads a couple of XMLs. I create an instance of this class in another class and I need to know when it is done so that I can then call a function of loading in this class of parent.

    How can I do this?

    pls know me if I need to explain differently.

    Thank you!

    When you create your instance of the class:

    ///////////////////////

    classinstance.addEventListener ("xmlloadingcomplete", f);

    private void f(e:Event):void {}

    //

    }

    ////////////////////

    and in your xml, class loading, loading is complete:

    this.dispatchEvent (new Event ("xmlloadingcomplete"));

  • Error for a customized OPS page

    Hi all

    I get the below error while trying to enter a value in a field (field has a symbol of the research, when I click on it I get an error "you have encountered an unexpected error. Please contact the system administrator for assistance'). I've enabled diagnostics and I could see the error below. It comes to 11.5.10.2

    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: 27122 Houston: SQL error in the preparation of the statement.

    Instruction: SELECT ppd.segment2 position_number,.
    PPD.segment3 position_title,
    PAPF.full_name employee_name,
    haou1. Name budget_centre,
    haou1.organization_id budget_centre_id,
    position_id hapf.POSITION_ID,
    haou.organization_id position_org_id,
    PAPF.person_id person_id,
    haou.NAME position_org_name,
    haou. TYPE pos_org_type
    OF hr_all_organization_units haou,.
    hr_all_organization_units haou1,
    hr_all_positions_f hapf,
    per_position_definitions ppd,
    per_all_people_f women's wear,
    per_all_assignments_f ADP,
    per_person_types ppt,
    per_person_type_usages_f pptuf
    WHERE haou.business_group_id =: 0 AND hapf.business_group_id =: 1
    AND SYSDATE BETWEEN haou.date_from
    AND NVL (haou.date_to,
    TO_DATE (31-DEC-4712', "DD-MON-RRRR"))
    AND SYSDATE BETWEEN haou1.date_from
    AND NVL (haou1.date_to,
    TO_DATE (31-DEC-4712', "DD-MON-RRRR"))
    AND hapf.organization_id = haou.organization_id
    AND papf.person_id = paaf.person_id
    AND hapf.position_id = paaf.position_id
    AND papf.person_id = pptuf.person_id
    AND ppt.system_person_type = ("EMP")
    AND paaf.assignment_status_type_id = 1
    AND ppt.person_type_id = pptuf.person_type_id
    AND SYSDATE BETWEEN hapf.effective_start_date
    AND hapf.effective_end_date
    AND SYSDATE BETWEEN papf.effective_start_date
    AND papf.effective_end_date
    AND SYSDATE BETWEEN paaf.effective_start_date
    AND paaf.effective_end_date
    AND SYSDATE BETWEEN pptuf.effective_start_date
    AND pptuf.effective_end_date
    AND ppd.position_definition_id = hapf.position_definition_id
    AND haou1.organization_id = xxhr_utils_pkg.xxhr_get_parent_org_f)
    haou.organization_id,
    "BC."
    "WHO organization hierarchy",
    SYSDATE)
    AND IN haou.organization_id
    (SELECT organization_id_child
    OF per_org_structure_elements
    WHERE org_structure_version_id =
    (SELECT MAX (posv1.org_structure_version_id)
    OF per_org_structure_versions posv1,.
    per_organization_structures pos
    WHERE posv1.organization_structure_id =
    POS.organization_structure_id
    AND pos.primary_structure_flag = 'Y')
    CONNECT BY organization_id_parent =
    Organization_id_child ADVANCE
    START WITH organization_id_parent =: 2)
    UNION ALL
    SELECT PPD.segment2 position_number.
    PPD.segment3 position_title,
    per_emp.Employee_Name employee_name,
    haou1. Name budget_centre,
    haou1.organization_id budget_centre_id,
    position_id hapf.POSITION_ID,
    haou.organization_id position_org_id,
    per_emp.person_id person_id,
    haou.NAME position_org_name,
    haou. TYPE pos_org_type
    OF hr_all_organization_units haou,.
    hr_all_organization_units haou1,
    hr_all_positions_f hapf,
    per_position_definitions ppd,
    (SELECT papf.full_name, employee_name,
    PAPF.person_id person_id,
    PAAF.position_id position_id
    Of per_person_types ppt.
    per_person_type_usages_f pptuf,
    per_all_people_f women's wear,
    per_all_assignments_f ADP
    WHERE 1 = 1
    AND SYSDATE BETWEEN pptuf.effective_start_date
    AND pptuf.effective_end_date
    AND ppt.system_person_type = ("EMP")
    AND ppt.person_type_id = pptuf.person_type_id
    AND papf.person_id = pptuf.person_id
    AND SYSDATE BETWEEN papf.effective_start_date
    AND papf.effective_end_date
    AND papf.person_id = paaf.person_id
    AND SYSDATE BETWEEN paaf.effective_start_date
    AND paaf.effective_end_date
    AND paaf.assignment_status_type_id = 1
    AND paaf.organization_id =: 3) per_emp
    WHERE hapf.organization_id =: 4
    AND haou.business_group_id =: 5
    AND hapf.business_group_id =: 6
    AND SYSDATE BETWEEN haou.date_from
    AND NVL (haou.date_to,
    TO_DATE (31-DEC-4712', "DD-MON-RRRR"))
    AND SYSDATE BETWEEN haou1.date_from
    AND NVL (haou1.date_to,
    TO_DATE (31-DEC-4712', "DD-MON-RRRR"))
    AND hapf.organization_id = haou.organization_id
    AND hapf.position_id = per_emp.position_id (+)
    AND SYSDATE BETWEEN hapf.effective_start_date
    AND hapf.effective_end_date
    AND ppd.position_definition_id = hapf.position_definition_id
    AND haou1.organization_id = xxhr_utils_pkg.xxhr_get_parent_org_f)
    haou.organization_id,
    "BC."
    "WHO organization hierarchy",
    SYSDATE)
    UNION ALL
    SELECT PPD.segment2 position_number.
    PPD.segment3 position_title,
    Employee_name NULL,
    haou1. Name budget_centre,
    haou1.organization_id budget_centre_id,
    position_id hapf.POSITION_ID,
    haou.organization_id position_org_id,
    Person_id NULL,
    haou.NAME position_org_name,
    haou. TYPE pos_org_type
    OF hr_all_organization_units haou,.
    hr_all_organization_units haou1,
    hr_all_positions_f hapf,
    per_position_definitions ppd
    WHERE haou.business_group_id =: AND hapf.business_group_id = 7: 8
    AND SYSDATE BETWEEN haou.date_from
    AND NVL (haou.date_to,
    TO_DATE (31-DEC-4712', "DD-MON-RRRR"))
    AND SYSDATE BETWEEN haou1.date_from
    AND NVL (haou1.date_to,
    TO_DATE (31-DEC-4712', "DD-MON-RRRR"))
    AND hapf.organization_id = haou.organization_id
    AND SYSDATE BETWEEN hapf.effective_start_date
    AND hapf.effective_end_date
    AND ppd.position_definition_id = hapf.position_definition_id
    AND haou1.organization_id = xxhr_utils_pkg.xxhr_get_parent_org_f)
    haou.organization_id,
    "BC."
    "WHO organization hierarchy",
    SYSDATE)
    AND NOT EXISTS
    (SELECT 'c'
    Of per_person_types ppt.
    per_person_type_usages_f pptuf,
    per_all_people_f women's wear,
    per_all_assignments_f ADP
    WHERE 1 = 1
    AND SYSDATE BETWEEN pptuf.effective_start_date
    AND pptuf.effective_end_date
    AND ppt.system_person_type = ("EMP")
    AND ppt.person_type_id = pptuf.person_type_id
    AND papf.person_id = pptuf.person_id
    AND SYSDATE BETWEEN papf.effective_start_date
    AND papf.effective_end_date
    AND papf.person_id = paaf.person_id
    AND SYSDATE BETWEEN paaf.effective_start_date
    AND paaf.effective_end_date
    AND paaf.assignment_status_type_id = 1
    AND hapf.position_id = paaf.position_id)
    AND IN haou.organization_id
    (SELECT organization_id_child
    OF per_org_structure_elements
    WHERE org_structure_version_id =
    (SELECT MAX (posv1.org_structure_version_id)
    OF per_org_structure_versions posv1,.
    per_organization_structures pos
    WHERE posv1.organization_structure_id =
    POS.organization_structure_id
    AND pos.primary_structure_flag = 'Y')
    CONNECT BY organization_id_parent =
    Organization_id_child ADVANCE
    START WITH organization_id_parent =: 9)
    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:603)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
    at oracle.apps.fnd.framework.webui.OAListOfValuesHelper.processRequest(OAListOfValuesHelper.java:439)
    at oracle.apps.fnd.framework.webui.beans.layout.OAListOfValuesBean.processRequest(OAListOfValuesBean.java:413)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2373)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1759)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:511)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:432)
    to _html._OA._jspService(_OA.java:84) oa
    to oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) to oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    to oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) to oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    to oracle.jsp.JspServlet.service(JspServlet.java:156) to javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    to org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) to org.apache.jserv.JServConnection.run(JServConnection.java:294)
    at java.lang.Thread.run(Thread.java:619)
    # # 0 in detail
    java.sql.SQLException: ORA-01722: invalid number
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
    at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:590)
    at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1973)
    at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1119)
    at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2566)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2963)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:658)
    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:584)
    at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:631)
    at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:518)
    at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3375)
    at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(OAJboViewObjectImpl.java:828)
    at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4525)
    at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:574)
    at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:544)
    at oracle.jbo.server.ViewRowSetImpl.executeDetailQuery(ViewRowSetImpl.java:619)
    at oracle.jbo.server.ViewObjectImpl.executeDetailQuery(ViewObjectImpl.java:3339)
    at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3326)
    at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQuery(OAViewObjectImpl.java:441)
    at who.oracle.apps.xxwp.hrplan.lov.webui.XXWP_ParentPositionLOVCO.processRequest(XXWP_ParentPositionLOVCO.java:108)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:587)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
    at oracle.apps.fnd.framework.webui.OAListOfValuesHelper.processRequest(OAListOfValuesHelper.java:439)
    at oracle.apps.fnd.framework.webui.beans.layout.OAListOfValuesBean.processRequest(OAListOfValuesBean.java:413)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2373)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1759)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:511)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:432)
    to _html._OA._jspService(_OA.java:84) oa
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    at oracle.jsp.JspServlet.service(JspServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
    at org.apache.jserv.JServConnection.run(JServConnection.java:294)
    at java.lang.Thread.run(Thread.java:619) java.sql.SQLException: ORA-01722: invalid number
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
    at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:590)
    at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1973)
    at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1119)
    at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2566)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2963)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:658)
    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:584)
    at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:631)
    at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:518)
    at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3375)
    at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(OAJboViewObjectImpl.java:828)
    at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4525)
    at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:574)
    at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:544)
    at oracle.jbo.server.ViewRowSetImpl.executeDetailQuery(ViewRowSetImpl.java:619)
    at oracle.jbo.server.ViewObjectImpl.executeDetailQuery(ViewObjectImpl.java:3339)
    at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3326)
    at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQuery(OAViewObjectImpl.java:441)
    at who.oracle.apps.xxwp.hrplan.lov.webui.XXWP_ParentPositionLOVCO.processRequest(XXWP_ParentPositionLOVCO.java:108)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:587)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
    at oracle.apps.fnd.framework.webui.OAListOfValuesHelper.processRequest(OAListOfValuesHelper.java:439)
    at oracle.apps.fnd.framework.webui.beans.layout.OAListOfValuesBean.processRequest(OAListOfValuesBean.java:413)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2373)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1759)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:511)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:432)
    in oa_html._OA._jspService(_OA.java:84) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    at oracle.jsp.JspServlet.service(JspServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
    at org.apache.jserv.JServConnection.run(JServConnection.java:294)
    at java.lang.Thread.run(Thread.java:619)

    The above error message also has the line below, by referring simply to avoid the entire error message in the search.

    java.sql.SQLException: ORA-01722: invalid number

    Could you please help me with this question.

    Thanks and greetings
    Srini

    Srini,

    It is probably due to the passage of NULL instead of a valid number, during execution of the VO.

    Check with the below the line of code.

    Number of XXWP_ParentPositionLOVCO.Java @line - 108

    Kind regards
    GYAN

  • Create an Alias for a Dimension Member

    I have a date dimension dial the number of the week. The members are the week number 1, 2, 3... 50, 51, 52. When I use the week number in an analysis, I want it to appear in the table the week 1, week 2, week 3, etc...

    Is it possible to do the level analysis OBIEE?

    In the analysis, draw something like column expression and use of week number

    'Week' | Cast (number of the week as char)

    Let me know how it worked

    Published by: Srini VIEREN on May 3, 2013 16:56

  • Creating a new workspace of object for a custom object

    Hello

    I have a problem with creating workspace object for my custom in the plugin object. I am trying to create something similar to 'chassis-rack' example that comes with the SDK. I added a new category of app and I want to display lists of the inventory of the various objects custom under him. For each custom object, I can see it has objects and its own properties. So I did everything as in the sample "chassis-rack". I am able to display lists of custom my objects. However, when I click on a specific object in the list, its workspace does not appear (although it is defined in plugin.xml), I get a blank screen with a message: "you don't have privileges to view this object, or there is not." I added two custom objects, and both behave the same way.

    I checked the newspaper and there is nothing interesting. I also have it debugged and discovered that "getData" function of the object DataAdapter recorded for these objects is not called when I click on the object in question, so I guess that the problem is linked to the workspace object, but I can not find or understand how I can find it.

    I'll be very grateful for the help.

    Here's my plugin.xml:

    <? XML version = "1.0" encoding = "UTF-8"? >

    < id = "com.emc.ecs.scaleioPlugin plugin"

    moduleUri = "Scaleiopluginui.swf" defaultBundle = "ScaleiopluginuiResources" > "

    < resources >

    < local resources = "en_US" >

    <! - relative path of the .swf resource generated by the build script - >

    < uri="locales/scaleio-plugin-ui-resources-en_US.swf"/ module >

    < / resource >

    < / resource >

    <!--==========================================================================

    ================================== General ===================================

    ==============================================================================-->

    <!-add "ScaleIO ECS' node in the view of the Virtual Infrastructure of the object

    Navigator. This category node is used below for the MDM group collection. ->

    < id = "com.emc.ecs.scaleioAppCategory extension" >

    < extendedPoint > vise.navigator.nodespecs < / extendedPoint >

    < object >

    < title > #{scaleioAppCategory} < /title >

    < parentUid > vsphere.core.navigator.virtualInfrastructure < / parentUid >

    < / object >

    < / extension >

    <!--==========================================================================

    ==================================== MDM =====================================

    ==============================================================================-->

    < id = "com.emc.ecs.mdm.objectType extension" >

    < extendedPoint > vsphere.core.objectTypes < / extendedPoint >

    < object >

    < types >

    < string > ecs:Mdm < / String >

    < / types >

    < label > #{mdmLabel} < / label >

    < labelPlural > #{mdmLabelPlural} < / labelPlural >

    icon <>#{mdmIcon} < / icon >

    < / object >

    < / extension >

    < templateInstance id = "com.emc.ecs.mdm.viewTemplateInstance" >

    < templateId > vsphere.core.inventory.objectViewTemplate < / templateId >

    < variable name = "namespace" value="com.emc.ecs.mdm"/ >

    < variable name = "objectType" value = "ecs:Mdm" / >

    < / templateInstance >

    < templateInstance id = "com.emc.ecs.lists.allMdm" >

    < templateId > vsphere.core.inventorylist.objectCollectionTemplate < / templateId >

    < variable name = "namespace" value="com.emc.ecs.mdmCollection"/ >

    < variable name = "title" value = "#{mdmLabel}" / >

    < variable name = "icon" value = "#{mdmIcon}" / >

    < variable name = "objectType" value = "ecs:Mdm" / >

    < variable name = value="com.emc.ecs.mdm.list"/ "listViewId" >

    < variable name = value="com.emc.ecs.scaleioAppCategory"/ "parentUid" >

    < / templateInstance >

    < id = "com.emc.ecs.mdm.list.sampleColumns extension" >

    < extendedPoint > com.emc.ecs.mdm.list.columns < / extendedPoint >

    < object >

    elements <>

    < com.vmware.ui.lists.ColumnContainer >

    com.EMC.ECS.MDM.column.IP < uid > < / uid >

    < dataInfo >

    < com.vmware.ui.lists.ColumnDataSourceInfo >

    < requestedProperties >

    < string > ip < / String >

    < / requestedProperties >

    intellectual property < sortProperty > < / sortProperty >

    < exportProperty > ip < / exportProperty >

    < /com.vmware.ui.lists.ColumnDataSourceInfo >

    < / dataInfo >

    < item >

    < mx.controls.advancedDataGridClasses.AdvancedDataGridColumn >

    Ip address < headerText > < / headerText >

    intellectual property < dataField > < / dataField >

    < /mx.controls.advancedDataGridClasses.AdvancedDataGridColumn >

    < / component >

    < /com.vmware.ui.lists.ColumnContainer >

    < com.vmware.ui.lists.ColumnContainer >

    com.EMC.ECS.MDM.column.Type < uid > < / uid >

    < dataInfo >

    < com.vmware.ui.lists.ColumnDataSourceInfo >

    < requestedProperties >

    Type < string > < / String >

    < / requestedProperties >

    Type < exportProperty > < / exportProperty >

    < /com.vmware.ui.lists.ColumnDataSourceInfo >

    < / dataInfo >

    < item >

    < mx.controls.advancedDataGridClasses.AdvancedDataGridColumn >

    < headerText > MDM Type < / headerText >

    Type < dataField > < / dataField >

    < /mx.controls.advancedDataGridClasses.AdvancedDataGridColumn >

    < / component >

    < /com.vmware.ui.lists.ColumnContainer >

    < / object >

    < / object >

    < / extension >

    <!--==========================================================================

    ================================ MDM Cluster =================================

    ==============================================================================-->

    < templateInstance id = "com.emc.ecs.mdmCluster.viewTemplate" >

    < templateId > vsphere.core.inventory.objectViewTemplate < / templateId >

    < variable name = "namespace" value="com.emc.ecs.mdmCluster"/ >

    < variable name = "objectType" value = "ecs:MdmCluster" / >

    < / templateInstance >

    < templateInstance id = "com.emc.ecs.lists.allMdmCluster" >

    < templateId > vsphere.core.inventorylist.objectCollectionTemplate < / templateId >

    < variable name = "namespace" value="com.emc.ecs.mdmClusterCollection"/ >

    < variable name = "title" value = "#{mdmClusterLabel}" / >

    < variable name = "icon" value = "#{mdmClusterIcon}" / >

    < variable name = "objectType" value = "ecs:MdmCluster" / >

    < variable name = value="com.emc.ecs.mdmCluster.list"/ "listViewId" >

    < variable name = value="com.emc.ecs.scaleioAppCategory"/ "parentUid" >

    < / templateInstance >

    < id = "com.emc.ecs.mdmCluster.list.sampleColumns extension" >

    < extendedPoint > com.emc.ecs.mdmCluster.list.columns < / extendedPoint >

    < object >

    elements <>

    < com.vmware.ui.lists.ColumnContainer >

    com.emc.ecs.mdmCluster.column.name < uid > < / uid >

    < dataInfo >

    < com.vmware.ui.lists.ColumnDataSourceInfo >

    < requestedProperties >

    < string > name < / String >

    < / requestedProperties >

    < sortProperty > name < / sortProperty >

    name of < exportProperty > < / exportProperty >

    < /com.vmware.ui.lists.ColumnDataSourceInfo >

    < / dataInfo >

    < item >

    < mx.controls.advancedDataGridClasses.AdvancedDataGridColumn >

    < headerText > name < / headerText >

    < dataField > name < / dataField >

    < /mx.controls.advancedDataGridClasses.AdvancedDataGridColumn >

    < / component >

    < /com.vmware.ui.lists.ColumnContainer >

    < com.vmware.ui.lists.ColumnContainer >

    com.emc.ecs.mdmCluster.column.mode < uid > < / uid >

    < dataInfo >

    < com.vmware.ui.lists.ColumnDataSourceInfo >

    < requestedProperties >

    mode of < string > < / String >

    < / requestedProperties >

    mode of < exportProperty > < / exportProperty >

    < /com.vmware.ui.lists.ColumnDataSourceInfo >

    < / dataInfo >

    < item >

    < mx.controls.advancedDataGridClasses.AdvancedDataGridColumn >

    < headerText > Mode < / headerText >

    mode of < dataField > < / dataField >

    < /mx.controls.advancedDataGridClasses.AdvancedDataGridColumn >

    < / component >

    < /com.vmware.ui.lists.ColumnContainer >

    < / object >

    < / object >

    < / extension >

    < id = "com.emc.ecs.mdmCluster.objectType extension" >

    < extendedPoint > vsphere.core.objectTypes < / extendedPoint >

    < object >

    < types >

    < string > ecs:MdmCluster < / String >

    < / types >

    < label > #{mdmClusterLabel} < / label >

    < labelPlural > #{mdmClusterLabelPlural} < / labelPlural >

    icon <>#{mdmClusterIcon} < / icon >

    < / object >

    < / extension >

    < / plugin >

    Thanks for your help, laurentsd. I think that I managed to find the problem (actually, it looks like some sort of bug).

    I think there is a problem when the word "cluster" appears in the object type, because when I changed the type of the object to "ecs:mdmCluster" to "ecs: something ' in all places where it appears, everything started working. I'm sure that if collect you chassis and change the type "samples: chassis ' in ' samples: Cluster ', you will get the same problem I experienced. In any case, my problem is already solved.

  • Best way to pass the name of the e/s DAQmx channel Veristand 2011 Custom Device?

    I'm building a custom device that will run a DAQmx task on the target of RT.

    I use VS2011 and alsoSimple custom device tool, which, at this point I'm not sure if it can work under VS2011...

    I created the fine libraries and custom device (a PWM input called InputPWM) has added to the Explorer from the system.  Running it returns the following error when I deploy:

    -----------

    LabVIEW: Type VI reference is not part of connector of VI.
    =========================
    NEITHER VeriStand: Open VI reference in Custom Devices Storage.lvlib-> pen device reference (Interface HW) .vi-> Custom Devices Storage.lvlib:Initialize Device (Interface HW) .vi OR VeriStand Engine.lvlib:Initialize Inline Custom Devices.vi-> NI VeriStand Engine.lvlib:VeriStand Machine.vi engine-> Engine.vi NI VeriStand Engine.lvlib:VeriStand-> NI VeriStand Engine.lvlib:VeriStand .vi engine Wrapper (RT)
    c:\NI-rt\VeriStand\Custom Devices\InputPWM\InputPWM Engine.llb\InputPWM RT pilot VI.vi

    ----------------------

    On the console, it says that the error is 1026, LabVIEW: Refernece VI is not valid.

    I suspect that a potential problem is that I used a DAQmx e/s in the Configuration.ctl and the InputPWM RT pilot VI.vi in the framework can not deal with this type. So my questions:

    -What is the easiest way to pass the names of e/s to the custom device? For a quick test, I could go to hard code, but a more generic solution would also. Should be based on the address for the e/s MAX? Do I have to create the ctr under the DAQ hardware in VS?

    - or said by the way, is there a way to review these screw frame to see where the questions is, as you would with LV - RT?

    THX.

    L.

    If you use the tool of easy custom device, just put everything you need inside the cluster configuration data and these data will be in the home page of the custom (for the user to set) device and be available at runtime in the RT device custom code.

    You could have them type the name of the DAQ card and have an array of names for the channels to use. You then create the task running. or something like that. You like.

  • Creating an Alias of URL

    I have my site pages grouped into folders according to the hierarchy of the site, so by default, the URL for a given page will be mydomain.com/folder-name/page-name; However, sometimes I get requests to create an alias for a page for example mydomain.com/page-name that can redirect to a page a few levels deep into the sitemap. I couldn't find anything under areas of the Site or 301 redirects to directly do so, here is my workaround (which is also be the Support from Adobe recommended solution):

    1. Create a new page under the root
    2. Make your page name the name of the redirect you want. For example, if you want your alias as stuff.com/newstuff then the name of your page in 'old '. Your URL of the Page will be updated automaticall with that name.
    3. Under more Options Add a 301 redirect to the page you want your alias to go.
    4. Optional - I choose to exclude the page from search results
    5. Publish your page

    Pretty easy to do, but I didn't expect to have to create a new page to create an alias. I hope this helps.

    What is an alias for page? And why you would create a page just to redirect to another page?

    Sometimes I get requests to create an alias for a page for example mydomain.com/page-name that can redirect to a page a few levels deep into the site map

    You should be able to do it with URL redirection tool. So, if you want to create something like www.domain.com/promotion and point it to www.domain.com/something/somewhere/promotion.html you can do with this tool.

    m

  • Adding custom device VS programmatically

    Hey everybody,

    So I was wondering if there is a way to programmatically add a custom to a homeless GUY in VeriStand device.  I have a program that runs through tricks of calibration and after it's done I want to automatically add a device tailored to the Homeless.  So far I found only a way to get an up-to-date list devices custom - cannot add a.

    Does anyone know how to do this?

    Thank you.

    I assume you are using the definition of system .NET API to change the homeless before deployment.

    In this case, there is a constructor for a custom device that takes the GUID of the homepage. Once that is done, use the AddCustomDevicemethod on the node CustomDevices of the Homeless.

    When you have the custom device reference .NET (the object) you can configure it with calls .NET as add channel/section and set properties. Although, given that most of the custom devices have initialization VI who made the most of it, you can call initialization VI, in fact if you want. To do this, get the NodeIDof the CustomDevice object and passing to the initialization of VI connector pane.

    I hope this helps!

  • can I create a key for key restart (windows) on the Helpsite Ergo 4000 keyboard?

    Original title: MS Ergo 4000 kb.

    Hey

    Should be easy. On my old or dead logitech keyboard had a touch restart (windows). can I create a key for this custom 4000?
    I looked into the keyboard software, but didn't find any option.

    Thank you

    P. S.

    Why is it I already signed in the community, I took particapate then he forced me to start a new connection?
    Now I have 2 connections 1. bradfeuerhelm 2.bradfeuerhelm1954! Also your hardware forum is not listed in the category!

    Hi Brad,

    Microsoft keyboard you can reassign some keys to access the various commands, shortcuts or IntelliType Pro features to better fit your work style.

    How to redirect to my keyboard access keys?

    http://www.Microsoft.com/hardware/en-GB/help/support/how-to/keyboard/reassign-keys

    You can also create shortcuts keyboard that contains the executable program file.

    (a) right click on desktop

    (b) click on new > shortcut

    (c) type "shutdown.exe - r-t 00" click Next

    (d) type the name as "restart", and then click Ok

    (e) click right to restart the icon on the desktop

    (f) click Properties, and then click the shortcut key

    (g) you can press Ctrl + Alt + R or according to the letter that you like.

    h) click 'Applies' > Ok

    (i) now when you press the shortcut key, your computer will restart.

    (j) don't forget to quickly save everything before you press the shortcut key.

    For more information, see this link:

    Create keyboard shortcuts to open programs

    http://Windows.Microsoft.com/en-GB/Windows/create-keyboard-shortcuts-open-programs#1TC=Windows-7

    You can use a single Microsoft live id to connect to the Microsoft Community website. You can give different names, you want to appear on the thread by changing the profile display name.

    (a) sign in tohttp://answers.microsoft.com/en-us using your Windows live ID.

    (b) click on your user name, then click on edit profile.

    (c) change the nickname you like.

    I hope this helps. If you need help with Windows, let us know and will be happy to help you.

  • Cannot find where to create "Customization Specifications" for the VM

    So I am creating a specification of "customization." I found several articles that point to this: http://screencast.com/t/jMeP2Q4nA2c

    (article: http://www.dabcc.com/article.aspx?id=10292)

    But, I have simply connecting to vCenter. That is just missing for me: http://screencast.com/t/MyxVYZpkm

    Where is he to Horizon of VMware View now?

    Thank you.

    What operating system you are trying to create a pool for? Custom features are the "corrected" (if you want) for SysPrep. These are created on the vCenter server and you will need appropriate permissions (if you are not an administrator of vCenter) to make of these. You need it for every single Guest OS (Windows or some Linux distributions) installation (by example, if you had 3 installs different from XP that had different needs, you'd have 3 plug custom, if however, you used a volume license and they had all the same basic settings with DHCP and used the VM name for the name of the computer) you have only one).

    You just 'install' the sysprep files during the setup of XP. Vista and later have the SysPrep files natively installed.

  • How can I create a menu for a site to scroll a page for mobile devices?

    Hi, Im trying to create a menu for my version of phone of my a roll site page. I created a nice menu with the help of the Accordion widget, which when opened gives you links to different sections of the site that are defined by anchor points. The problem is when you select an element of the Accordion widget menu, it will automatically close after a click on the menu item. The site scrolls behind the menu, but you'll need to physcially close the menu by clicking on it again. It is of course a very bad user experience. I tried various menus third parties none of which work for sites of a page. Given the many Web sites is a scrolling page sites seems to be a major problem for users of Muse who have no menu option for this kind of design! Anyone know of any code that could be used to automatically close the Accordion widget when you select an item in the menu? Please help Ive spent a lot of time designing this site for the office but now having to PAP I can't produce the version phone, I really don't want to have to resort again to Wordpress.

    Thanks in advance!

    Hello! Active States help the user to see that they are on a separate page, and they can click the close button.

    Or you can see what I've done on the mobile page for one of my models that is very UI/UX friendly partially because of this reason (http://flowz.ljdezignz.com/phone/).

  • Custom device error VeriStand-307603: no specified main page?

    I get the 307603 error when I try to add a custom device, I developed a VeriStand project on a client computer.  The message error window States:

    «Error 307603 occurred at Custom Devices Storage.lvlib:Initialize New Custom Device.vi > Custom Devices Main Page Data.vi Storage.lvlib:Get.»

    Possible reasons: NI VeriStand: the required custom device doesn't have a specified master page. Contact the creator of custom feature to correct the error. »

    I get this error when you add the device custom VeriStand on my development computer; only on the client computer.  I tried to copy the custom device built on top of the client computer and the custom device of source based on the customer's computer.  I also have three other devices custom that I developed that work fine on the same computer, so I don't know why it does not work.  I checked the specification of the build configuration to ensure that the VI home page is included in the source files, and to generate test preview shows only the custom device LLB and the XML from the file in the build directory, as expected.  The XML file is also oriented the correct path for the homepage VI and the GUID in the XML is the GUID file matches in overall search GUID variable.  I can't think of anything to check.

    Development computer:

    Windows 7, 64-bit

    LabVIEW 2011 SP1

    VeriStand 2011 SP1

    The client computer:

    Windows XP SP3, 32-bit

    LabVIEW 2011 SP1

    VeriStand 2011 SP1

    Everybody knows such a question or give me additional troubleshooting tips?

    I got it to work, but I don't know exactly what the problem was.  I made a copy of the part of the XML file that adds the device custom menu right-click and commented of the original, then edited the part I copied it to give the device custom a different name in the menu.  It worked fine on my development computer at the time I made the change, so I thought it was OK.  I just went and restored the file in the original version and now it works on my customer's computer.

Maybe you are looking for

  • L775-11N satellite will not start

    Hello I bought a L775 almost a year ago, but today it has stopped booting. It freezes at the screen of the BIOS (Toshiba logo).No HDD LED activity, but all the others are fine. I think that the HARD drive is defective, as I traded with my portable Li

  • hot to turn off Java after the startup message

    Hello world I know it's a bit old, but I couldn't find an answer to it, or maybe I searched the wrong topic. After the reboot, I still get this warning window saying "to use the"java"command line tool, you need to install a JDK.I ElCapitan and recomm

  • HP Pavilion dv5-1140ew Wi - FI card with 802.11n support

    Hi all.  I have HP Pavilion dv5-1140ew with processor - Intel Core 2 Duo T5800 2000 MHz (10 x 200), Merom - 2 M Chipset - Northbridge: Intel PM45, Southbridge: Intel ICH9M NVIDIA GeForce 9600M GT - graphics My question is: Is there a wi - fi card tha

  • Loaded Windows 7 but no games were loaded

    I opened the folder of the game and it is not Virgin no load games

  • will be the Z210 Workstation supports a 470 gtx NVIDEA graphics card?

    I just got an Z210 workstation, it came with two Quadro NVS295 graphics card but I need to replace a similar to the Quadro 4000 (way to budget for me). A similar card is geforce GTX 470 1 GB or the 460 2 GB. My question is ¿will the z210 accept one o