Creating a "chip" OR a portal

Hi all!

My goal is to create the function of a golden door that requires not necessarily the two entries as long as one is true.  Download

X----|```)---1

1----|__)

Currently, LabView is waiting for the two entries before displaying the result, but it is clear that if one is true, it should not be necessary.  Anyone have an idea how I can create something like this?  Thank you!

Best,

Patrick

Position the door or in a Subvi and set both of entry with false default values.

Tags: NI Software

Similar Questions

  • Cannot see option for creating "Webcenter portal."

    Hello.

    I think it's the stupidest question raised in this forum.

    I want to create a Web using Jdev portal application.

    I installed 11.1.1.5.0 on my windows machine.

    After referring to the http://docs.oracle.com/cd/E23549_01/webcenter.1111/e10273/createapp.htm Docs online, he mentions to open Jdev, option click New-> applications-> Portal WebCenter Application.

    It is that I'm not able to see the option 'WebCenter Portal"New-> Applications.

    All I see is:
    1 Generic Application.
    2. application in one EAR.
    3. application Template.
    4. merger Application.
    5 Java Desktop Application.
    6. Java EE Web Application.

    Can someone please let me know if there is another option that must be selected or any better docs online for the creation of Portal WebCenter using Jdev 11.1.1.5.0.

    Thank you
    Tina.

    You must first install the extension for JDeveloper WebCenter.
    Use Help-> control upgrade to get this extension.
    Once you install it, you will have the option of WebCenter portal.

  • ' Run the Scripts of "give a problem to create the domain portal

    Hi all.

    I'm new to weblogic portal development. Was trying to create my basic example of portal in weblogic_portal_10.3.4 with the help of the documentation. I get by running scripts when I was creating the field. I followed the procedure below please help me if you find any problem with my steps.

    1. downloaded and installed Weblogic_Portal_10.3.4 in my environment of windows 7.

    2. start eclipse for weblogic portal.

    3 open prospective portal in eclipse.

    4. click on the Server tab and selected 'Oracle WebLogic Server 11 GR 1 material (10.3.4)'

    5 open "Domain Configuration Wizard"

    6 selected the option button "create a new Weblogic domain.

    7. in the next screen to "generate an automatically configured domain to take in charge the following products.

    selected radio button "Weblogic Portal 10.3.4"

    8. in the next screen given DomainName

    9. the next screen provided that the password/confirm password for the administrator user

    10. in the next screen select JRocket SDK and development_mode for my domain.

    11. in the next screen just left all the default configurations for data sources. (not the data source is selected in their boxes)

    12. in the screen following just clicked the button 'Next' and 'OK' on my popup

    13. in this screen "p13nDataSource" is selected on my top left area of the window, all 3 SQL files are selected for data loading.
    Clicked on * "run the script."


    At this point, I get an error saying: "60839-CFGFWK: database Load Failed!




    java.lang.Exception: SQLException when you run the file file:/C:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/seq_drop_tables.sql
    at com.oracle.cie.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:183)
    to com.oracle.cie.wizard.domain.gui.tasks.JDBCConfigGUITask$ LoadDatabaseThread$ 1.run(JDBCConfigGUITask.java:1673)
    Caused by: java.sql.SQLNonTransientConnectionException: java.net.ConnectException: error connecting to server localhost on port 1527 with Connection refused: connect.
    at org.apache.derby.client.am.SQLExceptionFactory40.getSQLException (unknown Source)
    at org.apache.derby.client.am.SqlException.getSQLException (unknown Source)
    at org.apache.derby.jdbc.ClientDriver.connect (unknown Source)
    at com.oracle.cie.domain.jdbc.JDBCConnectionTester.createConnection(JDBCConnectionTester.java:272)
    at com.oracle.cie.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:154)
    ... 1 more
    Caused by: org.apache.derby.client.am.DisconnectException: java.net.ConnectException: error connecting to server localhost on port 1527 with Connection refused: connect.
    to org.apache.derby.client.net.NetAgent. < init >(Unknown Source)
    at org.apache.derby.client.net.NetConnection.newAgent_ (unknown Source)
    to org.apache.derby.client.am.Connection. < init >(Unknown Source)
    to org.apache.derby.client.net.NetConnection. < init >(Unknown Source)
    to org.apache.derby.client.net.NetConnection40. < init >(Unknown Source)
    at org.apache.derby.client.net.ClientJDBCObjectFactoryImpl40.newNetConnection (unknown Source)
    at org.apache.derby.jdbc.ClientDriver.connect (unknown Source)
    at com.oracle.cie.domain.jdbc.JDBCConnectionTester.createConnection(JDBCConnectionTester.java:273)
    at com.oracle.cie.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:154)
    to com.oracle.cie.wizard.domain.gui.tasks.JDBCConfigGUITask$ LoadDatabaseThread$ 1.run(JDBCConfigGUITask.java:1674)
    Caused by: java.net.ConnectException: connection refused: connect
    at java.net.PlainSocketImpl.socketConnect (Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:529)
    at java.net.Socket.connect(Socket.java:478)
    at java.net.Socket. < init > (Socket.java:375)
    at java.net.Socket. < init > (Socket.java:189)
    at javax.net.DefaultSocketFactory.createSocket(SocketFactory.java:206)
    at org.apache.derby.client.net.OpenSocketAction.run (unknown Source)
    to org.apache.derby.client.net.NetAgent. < init >(Unknown Source)
    at org.apache.derby.client.net.NetConnection.newAgent_ (unknown Source)
    to org.apache.derby.client.am.Connection. < init >(Unknown Source)
    to org.apache.derby.client.net.NetConnection. < init >(Unknown Source)
    to org.apache.derby.client.net.NetConnection40. < init >(Unknown Source)
    at org.apache.derby.client.net.ClientJDBCObjectFactoryImpl40.newNetConnection (unknown Source)
    at org.apache.derby.jdbc.ClientDriver.connect (unknown Source)
    at com.oracle.cie.domain.jdbc.JDBCConnectionTester.createConnection(JDBCConnectionTester.java:272)
    at com.oracle.cie.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:154)
    to com.oracle.cie.wizard.domain.gui.tasks.JDBCConfigGUITask$ LoadDatabaseThread$ 1.run(JDBCConfigGUITask.java:1673)


    CFGFWK-60839: database load failed!









    Please help me if you find any problem with the steps I took to create my weblogic_portal_domain.

    I followed the steps mentioned in the: http://docs.oracle.com/cd/E15919_01/wlp.1032/e14252.pdf to create my domain name to start the development of portal.

    Those are the WLP 10.3.2 instructions. But the 10.3.4 instructions in the tutorial (http://docs.oracle.com/cd/E26806_01/wlp.1034/e14252/setup_dev_env.htm#i1014619) are bad, too.

    In 10.3.4 with derby, Run the Scripts doesn't work; He still needs to work the other database (Oracle, SQL Server, etc.). Instead, for the derby, just create the field, accepting any dialog boxes warning on databases that arise. After that finish in the field directory, run create_db.cmd (for Windows) or create_db.sh (on * nix and Mac). It should create the derby database files in the field and includes everything you need.

    I'll send a note to get the updated documentation.

    Greg

  • For the field price GP business portal

    By using the following:

    GP 2010

    BP 5.0

    When you create a requisition in Business Portal the item price field gathers at the current cost of the item of GP.  The user wants the field to always be $0, so they can enter the amount in dollars.  They don't want to shoot the current cost of the GP.  Is there a way to get there?

    Thank you

    Jennifer

    Hello

    Check out these resources:

    Microsoft Dynamics - help and how-to (technical support options)
    http://www.Microsoft.com/en-us/Dynamics/default.aspx

    Microsoft Dynamics - community, Forums & Forum search
    http://community.dynamics.com/

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • Cannot create the debugging token

    Hello world

    Being new to BlackBerry, but not to programming I wanted to create some apps, but that's where the problem began:

    I'm not able to create a debugging token.

    Momentics IDE using:

    Matching and signature succeeded.
    The message I get is: "error creating debug token".

    Thanks to the usr\bin\ tools

    I was able to create the file author.p12 to sign with blackberry-keytool
    But using blackberry-debugtokenrequest I was not able to create the debug token file. The syntax used is listed below (1). It tells me that devicepin is not found.

    Using (2) I get "error: the password of csk specified is not valid.

    Changes of "author.p12 path" - keystore adding nothing

    Adding the 'path of the bbidtoken.csk file' results - cskpass in the above error

    By using the token in the file .csk instead of the path the console does not complete the command and locks into place. (Ctrl + C still works)

    System 8.1 Win x 64, Java is x 86, used x 86 powershell for orders

    If anyone can help, that would be really appreciated.

    (1)
    BlackBerry-debugtokenrequest - storepass (-devicepin ) + []

    I use the old AIR SDK to create debugging tokens, but I also creates the chips on the command line, the call should be similar. That's what I do

    blackberry-debugtokenrequest -cskpass %1 -keystore %2 -storepass %3 -deviceId %4 newDebugToken.bar
    

    where

    %1 = password of the cskfile

    %2 = your keystore .p12

    %3 = password of the keystore

    %4 = the hardware of your device id as hex (don't forget 0 x)

    Also note that there is no «»

  • iSupplier create invoice - No. Distributions

    We are prototyping the functionality of 'Create the invoice' Portal iSupplier, used only to create invoices with a purchase order.  Our order forms are designed to match the front desk, I am able to create the invoice via the portal, but seen through accounts payable, the Bill is not any distribution.   Then when you post it goes on a gap of distribution hold.   Any ideas what configurations that would influence?

    I found the question - not that my solution will help someone.  Another developer changed the PO_AP_RECEIPT_MATCH_V for a few tests what was going on.  I returned to the seeded view and everything was good.

  • RSS feed of component in the portal generator

    Hello world

    I created a page in the portal builder where I want to display RSS feeds from a public url data. I moved the flow RSS of the dialog component and provided the url of RSS feeds.

    But at runtime, it displays all the data - instead, I get the foll. error:

    Could not get the RSS feed due to the expiry of the connection after 3 seconds. Provide a higher timeout interval.

    Lack to supply other parameters?

    Thank you.

    Hello

    To activate the sons of new RSS external WebCenter portal or Portal Framework application, you must configure a proxy server.

    A proxy server is also required if you want to view external links in the activity flow task flows. RSS and the activity stream share the same proxy server settings.

    You can configure a proxy server using Fusion Middleware control or WLST. For more information, see Section 8.2.4, "set up a Proxy Server."

  • Portal Center 11.1.1.7

    Hello

    I recently added extensions Framework portal web center to Oracle Jdev 11.1.1.7.

    As I create an Application Center Web portal framework, I don't see the "Sources of the Application" folder which should be created by default in the 'Portal' to the project folder.

    Thus, many files are missing from the project by default.

    I'd appreciate some help here.

    Thank you

    Try to remove the APPDATA roaming profile, then you can install jdev

  • help with script - create the jdeveloper build script to build

    Hello
    I'm being created build script for my portal webcenter application. I use jdeveloper 11.1.1.5.

    After reading some content, I am trying to use the simplest approach - it's creating build.xml thru jdeveloper.

    I selects the project portal, and then select new > project buildfile. and it creates huge build.xml and build.properties for me.

    It is this--

    * <? XML version = "1.0" encoding = "windows-1252"? > *.
    * <! - ant buildfile generated by Oracle JDeveloper - > *.
    * <!-generated on April 30, 2013 12:37:38 - > *.
    ' * < name of project = 'Portal' default = "all" basedir = ". ' > *.
    * < property = "build.properties" file / > *.
    * < path id = "library. WebCenter.Content.Templates.Tag.Library"> *.
    -----------------------
    --------------------------
    ------------------
    * < / path > *.
    * < target name = "init" > *.
    * < tstamp / > *.
    * < mkdir dir = "${output.dir}" / > *.
    * < / target > *.
    * < target name = "all" description = "building the project."
    function = "deploy, compile, copy" / >
    * < target name = 'clean' description = 'Clean up the project' > *.
    * < remove includeemptydirs = 'true' quiet = "true" > *.
    "< * fileset dir =" ${output.dir} ' includes = "* / *" / > *.
    * < / remove > *.
    * < / target > *.
    * < name target = "deploy" description = "Deployer JDeveloper profiles."
    function = "init, compile" >
    * < taskdef name = "ojdeploy."
    ClassName = "Oracle.JDeveloper.deploy.ant.OJDeployAntTask"
    URI = "oraclelib:OJDeployAntTask".
    *classpath="${Oracle.JDeveloper.Ant.library}"/ > *.
    * < xmlns:ora ora: ojdeploy = "oraclelib:OJDeployAntTask."
    * Executable = "${Oracle.JDeveloper.ojdeploy.Path}" *.
    *Ora:buildscript="${Oracle.JDeveloper.deploy.dir}/ojdeploy-build.xml"*
    * ora:statuslog="${oracle.jdeveloper.deploy.dir}/ojdeploy-statuslog.xml" > *.
    * < ora: deploy > *.
    * < name of ora: parameter = "workspace."
    *value="${Oracle.JDeveloper.workspace.path}"/ > *.
    * < name of ora: parameter = "project."
    *value="${Oracle.JDeveloper.project.name}"/ > *.
    * < name of ora: parameter = "profile."
    *value="${Oracle.JDeveloper.deploy.profile.name}"/ > *.
    * < name of ora: parameter = "nocompile" value = "true" / >. *
    * < name of ora: parameter = "outputfile."
    *value="${Oracle.JDeveloper.deploy.outputfile}"/ > *.
    * < / ora: deploy > *.
    * < / ora: ojdeploy > *.
    * < / target > *.
    * < name target = "compile" description = "Java compile source files" depends = "init" > *.
    * < javac destdir = "${output.dir}" classpathref = "classpath" * "
    * debug = "${javac.debug}" nowarn = "${javac.nowarn}" * "
    * deprecation = "${javac.deprecation} ' encoding ="Cp1252"source ="1.6"*"
    * target = '1.6' > *.
    * < path src = "src" / > *.
    * < / javac > *.
    * < / target > *.
    * < target name = "copy" description = "copy files to the output directory."
    * depends on = "init" > *.
    * < patternset id = "copy.patterns" > *.
    * < include name="**/*.gif"/ > *.
    * < include name="**/*.jpg"/ > *.
    * < include name="**/*.jpeg"/ > *.
    * < include name="**/*.png"/ > *.
    * < include name="**/*.properties"/ > *.
    * < include name="**/*.xml"/ > *.
    * < include name="**/*.ejx"/ > *.
    * < include name="**/*.xcfg"/ > *.
    * < include name="**/*.cpx"/ > *.
    * < include name="**/*.dcx"/ > *.
    * < include name="**/*.sva"/ > *.
    * < include name="**/*.wsdl"/ > *.
    * < include name="**/*.ini"/ > *.
    * < include name="**/*.tld"/ > *.
    * < include name="**/*.tag"/ > *.
    * < include name="**/*.xlf"/ > *.
    * < include name="**/*.xsl"/ > *.
    * < include name="**/*.xsd"/ > *.
    * < / patternset > *.
    * < copy todir = "${output.dir}" > *.
    * < fileset dir 'src' = > *.
    * < patternset refid = "copy.patterns" / >. *
    * < / fileset > *.
    * < / copy > *.
    * < / target > *.
    * < / project > *.


    now when I run that build.xml file, here is my output:

    * Buildfile: C:\JDeveloper\mywork\buildTest\Portal\build.xml*

    * init: *.

    * compile: *.

    * deploy: *.
    * [ora: ojdeploy]-file build-*.
    * [ora: ojdeploy] <? XML version = "1.0" standalone = 'Yes'? ". > *.
    * [ora: ojdeploy] < ojdeploy-construction > *.
    * [ora: ojdeploy] < deployment > *.
    * [ora: ojdeploy] < name of the parameter = "workspace" value="C:\JDeveloper\mywork\buildTest\buildTest.jws"/ > *.
    * [ora: ojdeploy] < the name of the parameter = value 'project' = 'Portal' / > *.
    * [ora: ojdeploy] < name of the parameter = value "profile" = "*" / > *.
    * [ora: ojdeploy] < the name of the parameter = "nocompile" value = "true" / >. *
    * [ora: ojdeploy] < name of the parameter = "outputfile" value="C:\JDeveloper\mywork\buildTest\Portal\deploy\${profile.name}"/ > *.
    * [ora: ojdeploy] < / deploy > *.
    * [ora: ojdeploy] < default > *.
    * [ora: ojdeploy] < name of the parameter "buildfile' value="/C:/JDeveloper/mywork/buildTest/Portal/deploy/ojdeploy-build.xml"/ = > *.
    * [ora: ojdeploy] < name of the parameter 'statuslogfile' value="C:\JDeveloper\mywork\buildTest\Portal\deploy/ojdeploy-statuslog.xml"/ = > *.
    * [ora: ojdeploy] < / defaults > *.
    * [ora: ojdeploy] < / ojdeploy-construction > *.
    * [ora: ojdeploy]-*.
    * [ora: ojdeploy] 30 April 2013 15:48:06 oracle.bali.xml.gui.jdev.JDevXmlContext _setProjectAndAttachDetach *.
    * [ora: ojdeploy] INFO: open defense in the Portal.jpr project in the creation of XmlContext (web.xml) *.
    * [ora: ojdeploy] 30 April 2013 15:48:06 oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl$ DeployConsoleLogger willPrepare *.
    * [ora: ojdeploy] INFO:-deployment began. ----*
    * [ora: ojdeploy] *.
    * [ora: ojdeploy] 30 April 2013 15:48:06 oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl$ DeployConsoleLogger printTargetPlatform *.
    * [ora: ojdeploy] INFO: target platform is (Weblogic 10.3). *
    * [ora: ojdeploy] *.
    * [ora: ojdeploy] 30 April 2013 15:48:07 oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl$ DeployConsoleLogger willPrepare *.
    * [ora: ojdeploy] INFO:-deployment began. ----*
    * [ora: ojdeploy] *.
    * [ora: ojdeploy] 30 April 2013 15:48:07 oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl$ DeployConsoleLogger printTargetPlatform *.
    * [ora: ojdeploy] INFO: target platform is (Weblogic 10.3). *
    * [ora: ojdeploy] *.
    * [ora: ojdeploy] 30 April 2013 15:48:07 oracle.jdevimpl.deploy.common.ProfileDependencyAnalyzer deployImpl *.
    * [ora: ojdeploy] INFO: runs the analysis of dependence... *.
    * [ora: ojdeploy] *.
    * [ora: ojdeploy] 30 April 2013 15:48:08 oracle.jdevimpl.deploy.common.ModulePackagerImpl deployProfiles *.
    * [ora: ojdeploy] INFO: deployment of 3 profiles... *.
    * [ora: ojdeploy] *.
    * [ora: ojdeploy] 30 April 2013 15:48:15 oracle.adfdtinternal.model.portlet.mds.PortletMarPlugin exportPortletMds *.
    * [ora: ojdeploy] INFO: perform a complete export of the producers to: [C:\JDeveloper\mywork\buildTest\.mdsExport].*
    * [ora: ojdeploy] 30 April 2013 15:48:15 oracle.adfdtinternal.model.portlet.mds.PortletMarPlugin exportPortletMds *.
    * [ora: ojdeploy] INFO: export of portlet metadata and customizations.*
    * [ora: ojdeploy] *.
    * [oracle.mds* ora: ojdeploy] 30 April 2013 15:48:16
    * [ora: ojdeploy] NOTIFICATION: the export operation started.*
    * [oracle.mds* ora: ojdeploy] 30 April 2013 15:48:16
    * [ora: ojdeploy] NOTIFICATION: export is complete. Total number of documents successfully processed: 0, total number of documents failed: 0.*
    * [oracle.mds* ora: ojdeploy] 30 April 2013 15:48:39
    * [ora: ojdeploy] NOTIFICATION: the export operation started.*
    * [oracle.mds* ora: ojdeploy] 30 April 2013 15:48:39
    * [ora: ojdeploy] NOTIFICATION: export is complete. Total number of documents successfully treated: 23, total number of documents failed: 0.*
    * [ora: ojdeploy] 30 April 2013 15:48:39 oracle.mds.internal.dt.packaging.MDSMarDeployer logFileWritten *.
    * [ora: ojdeploy] INFO: written MAR file to file:/C:/JDeveloper/mywork/buildTest/deploy/AutoGeneratedMar.mar*
    * [ora: ojdeploy] 30 April 2013 15:48:52 oracle.mds.internal.dt.packaging.WarPackagingListener prepared *.
    * [ora: ojdeploy] WARNING: WARNING: integration of view ADF with MDS not configured to 'Portal.jpr', JSPX, JSFF files or their customizations to MAR will be ignored when running. Enable setting customizations seeded under the view of the ADF option in the project properties to configure even MDS
    * [ora: ojdeploy] 30 April 2013 15:49:03 oracle.jdevimpl.deploy.war.WarDeployer writeWarFile *.
    * [ora: ojdeploy] INFO: Application Module Web wrote to file:/C:/JDeveloper/mywork/buildTest/Portal/deploy/buildTest_webapp1.war*
    * [ora: ojdeploy] 30 April 2013 15:49:24 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR *.
    * [ora: ojdeploy] INFO: Info: Namespace ' / oracle/adf/share/prefs is mapped to deploy metadata-store-use 'WebCenterFileMetadataStore' target in the ADF - config.xml but no namespace metadata is included in the MAR.*
    * [ora: ojdeploy] 30 April 2013 15:49:24 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR *.
    * [ora: ojdeploy] INFO: Info: Namespace "/ oracle/webcenter/cycle of life/importexport" is mapped to deploy target the metadata store use "WebCenterFileMetadataStore" in the ADF - config.xml but no namespace metadata is included in the MAR.*
    * [ora: ojdeploy] 30 April 2013 15:49:24 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR *.
    * [ora: ojdeploy] INFO: Info: Namespace "/ oracle/webcenter/lock" is mapped to deploy target the metadata store use "WebCenterFileMetadataStore" in the ADF - config.xml but no namespace metadata is included in the MAR.*
    * [ora: ojdeploy] 30 April 2013 15:49:24 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR *.
    * [ora: ojdeploy] INFO: Info: Namespace "/ oracle/webcenter/rc ' is mapped to deploy target the metadata store use"WebCenterFileMetadataStore"in the ADF - config.xml but no namespace metadata is included in the MAR.*
    * [ora: ojdeploy] 30 April 2013 15:49:24 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR *.
    * [ora: ojdeploy] INFO: Info: Namespace ' / persdef' maps to deploy target the metadata store use "WebCenterFileMetadataStore" in the ADF - config.xml but no namespace metadata is included in the MAR.*
    * [ora: ojdeploy] 30 April 2013 15:49:24 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR *.
    * [ora: ojdeploy] INFO: Info: Namespace ' / shared/oracle/wcps ' is mapped to deploy metadata-store-use 'WebCenterFileMetadataStore' target in the ADF - config.xml but no namespace metadata is included in the MAR.*
    * [ora: ojdeploy] 30 April 2013 15:49:24 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR *.
    * [ora: ojdeploy] INFO: Info: Namespace ' / ' xliffBundles is mapped to deploy metadata-store-use 'WebCenterFileMetadataStore' target in the ADF - config.xml but no namespace metadata is included in the MAR.*
    * [ora: ojdeploy] 30 April 2013 15:49:24 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR *.
    * [ora: ojdeploy] INFO: Info: Namespace "/ oracle/webcenter/research/scopedMD" is mapped to deploy target the metadata store use "WebCenterFileMetadataStore" in the ADF - config.xml but no namespace metadata is included in the MAR.*
    * [ora: ojdeploy] 30 April 2013 15:49:24 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR *.
    * [ora: ojdeploy] INFO: Info: Namespace "/ oracle/webcenter/framework/scope/scopedMD" is mapped to deploy target the metadata store use "WebCenterFileMetadataStore" in the ADF - config.xml but no namespace metadata is included in the MAR.*
    * [ora: ojdeploy] 30 April 2013 15:49:24 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR *.
    * [ora: ojdeploy] INFO: Info: Namespace "/ oracle/webcenter/page/scopedMD" is mapped to deploy target the metadata store use "WebCenterFileMetadataStore" in the ADF - config.xml but no namespace metadata is included in the MAR.*
    * [ora: ojdeploy] 30 April 2013 15:49:24 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR *.
    * [ora: ojdeploy] INFO: Info: Namespace ' / ' pageDefs is mapped to deploy metadata-store-use 'WebCenterFileMetadataStore' target in the ADF - config.xml but no namespace metadata is included in the MAR.*
    * [ora: ojdeploy] 30 April 2013 15:49:24 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR *.
    * [ora: ojdeploy] INFO: Info: Namespace "/ oracle/adf/portlet" is mapped to deploy target the metadata store use "WebCenterFileMetadataStore" in the ADF - config.xml but no namespace metadata is included in the MAR.*
    * [ora: ojdeploy] 30 April 2013 15:49:24 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR *.
    * [ora: ojdeploy] INFO: Info: Namespace "/ oracle/adf/portletappscope" is mapped to deploy target the metadata store use "WebCenterFileMetadataStore" in the ADF - config.xml but no namespace metadata is included in the MAR.*
    * [ora: ojdeploy] 30 April 2013 15:49:24 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR *.
    * [ora: ojdeploy] INFO: Info: Namespace "/ oracle/webcenter/doclib/scopedMD" is mapped to deploy target the metadata store use "WebCenterFileMetadataStore" in the ADF - config.xml but no namespace metadata is included in the MAR.*
    * [ora: ojdeploy] 30 April 2013 15:49:24 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR *.
    * [ora: ojdeploy] INFO: Info: Namespace "/ oracle/webcenter/security/scopedMD" is mapped to deploy target the metadata store use "WebCenterFileMetadataStore" in the ADF - config.xml but no namespace metadata is included in the MAR.*
    * [ora: ojdeploy] 30 April 2013 15:49:24 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR *.
    * [ora: ojdeploy] INFO: Info: Namespace "/ oracle/webcenter/siteresources/shared" is mapped to deploy target the metadata store use "WebCenterFileMetadataStore" in the ADF - config.xml but no namespace metadata is included in the MAR.*
    * [ora: ojdeploy] 30 April 2013 15:49:24 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR *.
    * [ora: ojdeploy] INFO: Info: Namespace "/ oracle/webcenter/quicklinks/scopedMD" is mapped to deploy target the metadata store use "WebCenterFileMetadataStore" in the ADF - config.xml but no namespace metadata is included in the MAR.*
    * [ora: ojdeploy] 30 April 2013 15:49:30 oracle.jdevimpl.deploy.ear.ApplicationAssembler logFileWritten *.
    * [ora: ojdeploy] INFO: Application Module Enterprise wrote to file:/C:/JDeveloper/mywork/buildTest/deploy/buildTest_webapp1.ear*
    * [completed oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl$ DeployConsoleLogger ora: ojdeploy] 30 April 2013 15:49:30 *.
    * [ora: ojdeploy] INFO: time for deployment: 1 minute, 23 seconds *.
    * [ora: ojdeploy] *.
    * [completed oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl$ DeployConsoleLogger ora: ojdeploy] 30 April 2013 15:49:30 *.
    * [ora: ojdeploy] INFO:-deployment is complete. ----*
    * [ora: ojdeploy] *.
    * [completed oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl$ DeployConsoleLogger ora: ojdeploy] 30 April 2013 15:49:30 *.
    * [ora: ojdeploy] INFO: time for deployment: 1 minute, 23 seconds *.
    * [ora: ojdeploy] *.
    * [completed oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl$ DeployConsoleLogger ora: ojdeploy] 30 April 2013 15:49:30 *.
    * [ora: ojdeploy] INFO:-deployment is complete. ----*
    * [ora: ojdeploy] *.
    * [ora: ojdeploy] summary status written to /C:/JDeveloper/mywork/buildTest/Portal/deploy/ojdeploy-statuslog.xml*

    * copy: *.

    * all: *.

    * SUCCESSFUL BUILD. *
    Total time: 12 minutes 1 second *.



    However when I check the deployments in the console, I don't see my deployed application.
    I see no error as well output.

    can anyone suggest where I'm wrong?

    Thank you.

    Happy that you do your research :-)

    Yep, wlst is the best option for a generation automated. Using wlst provides options to configure your MDS application. I should have one of my python deploy scripts somewhere. For this, I'm going to watch tonight.

  • Extension for JDeveloper 11.1.1.3.0 portal

    Hello

    I'm new in JDeveloper and JDeveloper 11.1.1.3.0 version.
    I want to create the portal using JDeveloper. So I have to get my JDeveloper Extension portal.
    Is there support for the extension of the portal on this version of JDeveloper?
    How can I get this plugin for my JDeveloper and configure this extension on my JDeveloper?

    Thanks in advance.

    Murat

    If you create a new portal, using webcenter, not oracle portal because it is expected that oracle portal cannot be supported in 2014 or 2015. It is possible that portal oracle 11g will be the latest version. WebCenter is the future so if you start from scratch, webcenter is the best choice.

    You can create an environment of rich portal with webcenter. You need to develop depends on the requirements. Subsequently webcenter is ready to use collaborative portal named webcenter spaces. With webcenter spaces, you can create pages of pages when running, add portlets, customizations, personalization and so on. With webcenter spaces, you can also integrate many services. For example, the following webcenter ships with a license limited to the Complutense University of MADRID. UCM can be used to manage documents. Since your webcenter application or webcenter spaces you can download, remove, manage,... documents of the Complutense University of MADRID.

    With webcenter in JDeveloper extensions, you are able to build webcenter applications. These applications can act as a portal. This means that you can create your own application with the possibility to create pages when running and allow the user to customize their pages as well.

    If you can wait a few months (early 2011) until the new version of webcenter will appear, then it is much easier to create custom portals.

  • Portal access path and office producer path

    Hi all

    I try to get the portal path and the desktop path to the consumer when a portlet is consumed in the backup file of the portlet on the producer. I created the remote portlet in portal administration console, so I do not have a file of backup on the consumer side, and then I guess it is not possible to use the IPC or transfer of custom data to pass this information to the producer.

    The portlet must have different behavior depending on which office it is instantiated.

    Any help would be appreciated.

    Thanks in advance.

    Hello Leandro,

    Additional data seem not to be in this getMarkup application, so the problem must lie somewhere on the consumer. Are you sure that your interceptor turns on the consumer side? You must configure interceptors to loaded by the consumer, for each life cycle.

    Kevin

  • User who do I use to connect to Oracle Portal?

    Hi all.

    I'm new in the portal and like to connect to Oracle Portal. Is my Application Server 10 g (10.1.2).

    I am trying to connect using my address http://caribe:7778 / pls/Portal/Portal. On this page, I'm supposed to connect to the database. User who should I use?

    I see there are several pre created accounts linked to the Portal:

    USERNAME ACCOUNT_STATUS
    ------------------------------ ------------------------------
    GATE OPEN
    OPEN PORTAL_DEMO
    OPEN PORTAL_PUBLIC
    OPEN PORTAL_APP
    DCM OPEN

    Which user do I use? I have lessons available portals to the obe.

    Thanks in advance...!

    In Oracle Portal, users are not users of the database. They are called light users and are defined in the server of unique access code.

    You can use the Portal accounts or sleep to connect. Note that this portal is not the same as the portal user database. The password for the portal and sleep is the same as your ias_admin password.

    You can create new accounts in the application oiddas: http://:/oiddas. Replace and with the name of the server and port of your infrastructure.

  • How to set up so most recent Photos first appear?

    Hello

    When I opened the photos, my older photos appear first and the library is dependent.  I have to scroll all the way to the bottom of my library to make the pictures more recently dated.

    Is there a way to put the most recent photos appear first and the top of the album?

    I notice that the date display and sorting feature is grayed out for me.

    In photo mode, you can not - they are sorted by date with the most recent at the bottom

    You can make a personal pictures of the smart albums by creating a chip (File menu ==> new smart album) for certain criteria, nothing will meet as date is not 1/1/1000 s - you can sort her ascending or descending

    LN

  • Re: OPENGL library

    Hello!
    I'm a Qosmio x 300-156 / PQX31E with windows7 - x 64.
    Where can I download "Open gl Source? as: (1) opengl32.lib. (2) glu32.lib; (3) gl.h; (4) glu.h
    The site of www.opengl.org they say that

    "Under Windows, companies like nVidia and AMD/ATI use the specifications to write their own implementation file, OpenGL is included in the drivers they provide. "For laptop owners, however, you will need to consult the manufacturer of your laptop and download the drivers on their part."

    I don't understand! I don't find these lib in the system32 folder.
    Can someone help me, thanks

    lfemem
    I'm not treating your laptop here, but explaining the quote of paragraph 2e
    When a desktop pc has a graphics card using an ATI/nvidia chip set, then this card is designed to meet a standard of reference created by chip set manufacturers. This means that the generic drivers produced by ATI/nvidia working on graphics cards.

    Computers laptops are a different matter because the manufacturer designs the graphics card and the user every day of the generic drivers will not install. IIN your case only drivers Toshiba will install and if Toshiba chooses to ignore opengl then ur stuck

  • The analysis of the data of a string of series

    Alert LabVIEW Express 7

    Sorry, all I have to work with and there is no budget at the moment to upgrade.

    Hello, I am in phase 1 (data transfer reliable to labview) 24/7 of my small Miettinen, who is to display and record data environmental Lab 24/7 our Fisher 02-403 digital barometer that has a serial port. In fact, it came with the software, but no one here seems to like use it so I'll try to find something more intuitive. I can't find any info at all about I/O with this device, so I'm reverse engineering. I'm sure that you cannot write anything to this device only read.

    I started with the connection of the device and the interface with NOR measure and automation and received the following string: P,43,1019,44,31,01,0023.0\r\n.

    I tried to use the Labview 7 Express e/s Companion Instrument, selected 1 COMM, changed the timeout to 5000 (trial and error), added a step reading and analysis, ran and received the following string: P, 43,0999, 44,41, 01,0018.0, XX. After well guess, I determined that the values I have in bold change with the environment and the other 3 are always the same idea 9no what they represent). Alphabetical 1 in bold represents the tendency of climate S sunny = P = C sunny cloudy = etc., the value 2 is the atmospheric pressure in hPa, the 3rd is % relative humidity and the last is the temperature in Deg. C.

    At first, I tried to create simply chips for data I want and operation loop the wizard of e/s in awhile, but often error messages obtained suggesting that I need to define all the tokens in the string. I did it and it worked, then I opened the front panel to access the underlying schemas whence I came with the attached VI. I left this race for more than 24 hours, no error, seems good.

    My question on this forum is, can I simplify this VI losing a part of the analysis of the data that I don't need at this point?

    Please let me know if you can not access this VI maybe I can do a screenshot or something.

    Thank you

    Doug

    Yes, it can be simplified to just a bit.

    Since you are new to LabVIEW, you can start with the basic tutorial.

Maybe you are looking for