Script for building infrastructure officer

Creating Windows and Linux Infrastructure Agents is possible with the command line utility?  I have scripted creation of other types of agents but do not see in the documentation how to do this type of agent to a specific credential.

Hello Brian,.

I did it.

credentialClient = credentialService.listCredentialClients () .findAll {it.getHostName () == remoteClient.name} [0]

get the security zone to be assigned

systemLockBoxInfo = credentialService.listLockboxes () .findAll {it.getName () == 'System'} [0]

systemLockBox = credentialService.getLockbox (systemLockBoxInfo.getId ())

assigning the Lockbox finally to the identification information customer - assignLockbox (Lockbox, lockbox, LockboxPassword password)

credentialClient.assignLockbox (systemLockBox, null)

She's. Although I have not created a new, so far, since I had never the requirement.

Kind regards

Jan

Tags: Dell Tech

Similar Questions

  • Best practices for building an infrastructure of APEX for 12 c

    Hi all

    Have we not the docs on best practices for building an infrastructure of APEX?

    Which means, for the production, it is acceptable to use Embedded PL as the listener, or we stick with the Listenr tested on Weblogic?

    Thank you

    Hi JCGO,.

    JCGO wrote:

    Hi all

    Have we not the docs on best practices for building an infrastructure of APEX?

    Which means, for the production, it is acceptable to use Embedded PL as the listener, or we stick with the Listenr tested on Weblogic?

    Thank you

    I agree with Scott's response '' it depends. '' It starts with the appropriate choice of a web listening port.

    You should discourage use EPG facility based in Production environments in accordance with the recommendation of the Oracle.

    Reference: See security considerations when you use the Embedded PL/SQL Gateway section.

    ADR (APEX Listener) + Oracle Weblogic Server sounds good, if you already have tried and have appropriate expertise to manage it.

    Also, you might consider what other facilities ADR based ADR + Apache Tomcat with Apache HTTP Server reverse proxy as described here:

    Dimitri Gielis Blog (Oracle Application Express - APEX): Prepare the architecture for the APEX 5.0 upgrade

    But it depends on Apache skills, you have within your organization.

    I hope this helps!

    Kind regards

    Kiran

  • Mode script for ANY c ++ function

    Hi all

    My goal was to use the pxi 5406 to implement features of frequency sweep. Right now, we use only the functions on the list of the frequencies of creation. There are four modes of release for the frequency list, signle, continuous, step by step and burst. We use the bleachers through fashion. It is painful to use this mode, since for each frequency, you need to send a rising edge, so if I have several hundred, it means I have to produce this amount of rising edges. This will generate a lot of buffer in another analog card.

    My question is, could I use script for the frequency list view? Or is there a smart way to achieve this? From the file of signal aid, he said that there are some c programe on script mode. But I can't find any examples in my computer. If you have any other, could you send me?

    Thank you very much.
    .

    Yami.

    Yami,

    The 5406 has the ability to run script mode. Only for her output modes are Standard function and frequency list. However, I believe that you can do what you want to do with the list mode frequencies. Assuming that you do not want to trigger you can put the camera in single or continuous Mode. Single will play your select frequency scan and then once completed, build:

    Continuous is similar, but you continue to repeat the signals to stop:

    All the above details are in aid of signal generators of NOR. I looked under the heading devices > 5406 > trigger > triggering Modes.

    With simple or continuous, you can specify the length of the waveform step, which could be a good starting point. With regard to the examples for c ++, I do not have, but if you look in the Start Menu, NOR-FGEN, National Instruments, examples, OR-FGEN C examples you can find a folder for "Sweep generator", there is a model and an example C you can look over your program after. I hope this helps!

  • 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.

  • PDF-to-InDesign script for the folio

    Hello

    I downloaded the script above to create a folio of pdf in ID6. I would use it to publish on devices Android, but understand that a Horizontal scrolling in the DPS should be turned off to enable the pinch to zoom on Android devices feature. However, when we use this script, it creates an article in ID 2 page (with the exception of the front and back covers), that is, when Horizontal scrolling is disabled, scrolling occurs on the Android device which makes it very confusing to navigate the magazine.

    My questions are, we can modify the script so that it produces unique page ID files and if so will pinch to zoom work with specific items?

    Thank you

    Charlotte

    Hello

    I adopted the script for several scenarios, which may be useful. It can certainly be more managed.

    Claudio, to answer your question, Yes, you can adjust the offset value in the script. I did it for our PDFs with versions below.

    I made changes in the script which include the following:

    1. Drop the required naming convention. Page names should be ordered now 1 - x. Ex: 1.pdf "Page, 'Page 2', 'Page 35.pdf', etc. I added a sort function to sort problems where there is a # different numbers in the numerical value of page. Note that the word "Page" is not necessary.
    2. This allows spaces in file names.
    3. Note that the script still requires the sidecar to the command files correctly. Folio Builder will import an article "Page 10" before "Page 2"when you perform an import multiple article.»

    Here is one who creates 1024 x 600 H & V. page layouts (target: Kindle Fire 7 "SD.) Note, due to a limitation of Android/DPS of the flattened chimneys not being is no PtZ, you can not PtZ.)

    Here is one who creates layouts of 1280 x 800 H & V. (target: Kindle Fire 7 '' HD Note, due to a limitation of Android/DPS of the flattened chimneys being don't not PtZ, you can't PtZ.)

    Here is one that creates only provisions of 1280 x 800 h. (target: light the fire 7 '' HD.) Given that this includes no flat batteries, you can use PtZ).

    Here is one who creates layouts of 1920 x 1200 H & V. (target: Kindle Fire 8.9 "HD Note, due to a limitation of Android/DPS of the flattened chimneys not being don't not PtZ, you can't PtZ.)

    We were just testing some of these options, in that no guarantees are these infallible. However, if you encounter a problem, feel free to shoot me a PM and I'll see if I can fix it for you.

    Concerning the PtZ is not not available for items flattened in the Android, my discussions Adobe viewers has no desire to fix this / add features to their current viewers focus on the air. When they release a viewer Android native (Q1?) it would probably be a valid request if it is not available from the start.

    See you soon

  • Hi Folk, I need to buy new 2-3 computers for my new office for architecture. Please enlighten me what would be the best long-term investment, while I can't invest as much. Thank you very much and enjoy the coming days of Advent. Kindly, Siamak

    Hello Folk,

    I need to buy new 2-3 computers for my new Office of architecture.

    Please enlighten me what would be the best long-term investment, so that I can not spend as much.

    Thank you very much and enjoy the coming days of Advent.

    Nicely,

    Siamak

    You need to investigate "in person"... Go to the Apple Store (or a "Apple Shop" located in a section of another bank) > click here > https://locate.apple.com/ch/fr/sales/?pt=4&lat=47.3692907&lon=8.5418192 for locations at or near Zurich

  • Security for the 2007 office suite update kb2288931 code 646 error could not update

    Windows tried to install the update kb2288931 security for the 2007 office suite

    Error code '0 x 80070646, ' '646', or '1606' when you try to install Office updates

    http://support.Microsoft.com/kb/2258121>

    Suggest you download and save the fix it.

    Then close all open programs and browsers before running MSFix it 50461.msi.

  • Windows Update fails for XP and Office 2003 security updates others are OK. Error message is 0x800F0102.

    Windows Update fails for XP and Office 2003 security updates others are OK. Error message is 0x800F0102.

    Ref: http://answers.microsoft.com/en-us/windows/forum/windows_other-windows_update/error-code-0x800f0102/eefc1d5a-2f89-4676-82fb-1d76debbd13f

    Start with these troubleshooting steps and post returns with the requested info and arises from the troubleshooting.

    Clean boot your PC, and then run Windows Update.

    Reset the Windows Update components

    Perform operations of KB883825

  • How long Microsoft will send updates of security for Vista? Office 2007?

    How long Microsoft will send updates of security for Vista? Office 2007?

    With all the hype about "the end of XP" I wonder how long Vista will continue to be updated with the Microsoft security updates? Already I replaces my two XP PC with Windows 8.1, but my wife still loves its Vista and wants to stick with it. She also and like Office 2007 and I wondered about this as well. Microsoft Security Essentials runs on it and has been without problems so far. How long she will be able to use this computer until it is not the choice like me with my XP PC? (I miss you)

    The lifecycle of Windows form: http://windows.microsoft.com/en-au/windows/lifecycle

    Office 2007 Suites Lifecycle Support: http://support.microsoft.com/lifecycle/?p1=8753

    Products Microsoft Lifecycle Support: http://support.microsoft.com/gp/lifeselect?wa=wsignin1.0

  • Changing the default settings for printing in Office Picture Manager

    Anyone know how to change the default setting for printing in Office Picture Manager?

    I have a user who clams that when they try photo printing settings in Office Picture Manager has been configured to print bac2 and paper 4 x 6.  Now when it prints, it must use the drop-down list boxes to tell it to print from bac2 and paper 4 x 6.
    I changed the default settings of the printer to print from the bac2 and use paper 4 x 6, but they must still use the drop-down list boxes in Picture Manager.
    Thank you!

    Although I maded the changes to the properties of the Windows printer I had to do that to solve the problem.

    To solve the problem:

    1. once in the print of the image window there is a link 'Options '.... "at the bottom right.

    2. once it's a click a print settings window that opens there. You will need to click on the link 'printer properties '.

    3. now the printer Document Properties window appears. Change of Source paper and media here.

    4. click on the OK button and now it's good to go.

  • Scripts for data cleansing Perf

    Hello

    We currently use BB 4.4 with the new features enabled PERF. Someone at - it scripts for cleaning or truncate the Perf Data collected? 4.5 is supposed to have the function programmed in. We run the BB server on unix.

    Perf Data under the $BBHOME / bbvar / perf

    The files are in plain text with lines like this:

    Here is a not so elegant way to truncate your files in perl. You will need to set the time as a unix timestamp.

    #Purge $BBPERF
    @files = "grep - Rl. $BBPERF / *';"

    $file (@files) {} foreach
    chomp ($file);
    Print "$file\n";
    @data ='cat $file | AWK ' {if (\$4 > = $startTime) {print \$0}} ";
    If (!) () open (FILE, "> $file"))) {print "cannot open $file: $!"} \n » ; print LOGFILE "cannot open $file: $! \n » ; next ;}
    foreach $line (@data) {print FILE $line ;}
    Close the FILE;
    }

  • For preinstalled Microsoft office product key

    How to find a product key for preinstalled Microsoft Office 2007?

    If your computer comes with a trial version of Office, you need to get a trial key or buy a full license:

    Trial license:

    http://Office.Microsoft.com/en-us/try/

    Full license:

    http://support.Microsoft.com/kb/823570

    Get the key;

    http://Office.Microsoft.com/en-us/buy/redir/XT101874326.aspx?CTT=5&origin=HA101847520

    If you purchased Office 2010 and get no valid product key error to refer the article mentioned below:

    http://support.Microsoft.com/kb/2002262

    Frequently asked questions about Office Activation Wizard and about features in Office 2010 and Office 2007 programs view programs

    http://support.Microsoft.com/kb/927921

    Error message when you start an Office application after installing a suite Office: "invalid product key".

    http://support.Microsoft.com/kb/836178

    If you have a trial version of Office 2010 that came with your computer, try to uninstall it first:

    Run the patch tool mentioned in the article below to uninstall Office 2010:

    http://support.Microsoft.com/kb/290301

    Download a trial version of Office 2010 that corresponds with the edition that you purchased and convert it to a version full:

    Trial license:

    http://Office.Microsoft.com/en-us/try/

    See the link on how to convert a trial version of a suite full Office 2010 or program to a commercial version: -.

    http://Office.Microsoft.com/en-us/project-help/convert-a-trial-version-of-an-Office-2010-suite-or-program-to-a-full-retail-version-HA101886436.aspx

    http://Office.Microsoft.com/en-us/buy/convert-your-trial-to-a-full-product-version-HA101812668.aspx?CTT=1

  • VDA license includes OS Win license copy for the virtual office?

    Hello world

    We plan to go to desktop virtualization. For access to VDI, we were told that we would need microsoft VDA license that is a subscription based license. Main systems are thin clients and a few old desktops not covered do not SA
    I want to know if the VDA license includes OS Win license copy for the virtual office?
    Kind regards
    Vishal Claudia di Sisto

    Hi Vishal,

    Thanks for posting your question in the Microsoft Community.

    I question you posted would be better suited in the TechNet Forums.

    I suggest you to ask your question in the below link:

    Virtual server:

    http://social.technet.Microsoft.com/forums/en/category/VirtualServer

     

    I hope that the information above helps you.

  • Sharing of Scripts for pattern recognition

    Hi all

    I need to use the same script for .sdp projects.

    Anyone know how we could do it?

    Thanks in advance!

    It's a called Winwrap basic form, he has his own website https://www.winwrap.com/web2/doc-basic/ which is a useful reference.  MS COM has long been replaced by .NET but of Windows COM objects can be created using Visual Basic or C++ - there's probably a way to use .NET and assemblies, I simply never need a functiont complex enough to require an object. You are showing the references, they are listed in the registry of Windows OCX/DLL objects. Suppose you want to do a database search you would add the ADO MS Library and you can then create connection and recordset objects in the script and access to a database.

    It would be useful to know what's on your WFR project because the AP has a huge layer of script development located above the capabilities of the base product. If you use an AP project, it is wiser to change except the prescribed manner and the code is secured by password, so you can not access it. If you are lost at this level of knowledge then you will find configuration and the use of the BDUS a 3D maze, better get help from companies that specialize in the JAR

  • How to write a script for date get to the Clipboard

    Hi experts,

    How to write a script for date get to the Clipboard.

    the date format will be like this:

    05 - may

    respect of

    John

    Thanks guys, thanks Sanon

    I finally use the .bat doc

    like this:

    @@echo off
    for /f "delims =" % in (' wmic OS Get localdatetime ^ | find ".") "") Set "dt = %% a"
    the value "YYYY = % dt: ~ 0, 4%.
    the value "MM = % dt: ~ 4, 2%.

    If MM % is 01 set MM = January
    If % MM == 02 set MM = February
    If MM % is MM value = March 03
    If MM % is 04 MM value = April
    If MM % is 05 MM value = may
    If MM % is 06 MM value = June
    If MM % == 07 set MM = July
    If MM % is MM value = August 08
    If MM % is MM value = September 09
    If MM % is 10 MM value = October
    If MM % is 11A set MM = November
    If MM % is game MM 12 = December

    the value "DD = % dt: ~ 6, 2%.
    the value "HH = % dt: ~ 8, 2%.
    the value "Min = % dt: ~ 10, 2%.
    Set "s = % dt: ~ 12, 2%.

    Echo DD - MM HH % %% % Min | Clip

    It works

    respect of

    John

Maybe you are looking for

  • replace the 1rent hard drive test item

    I have a laptop Compaq CQ50-139WM.  Unfortunately, I don't have back up discs.  It wouldn't start so I drive some tests to F11.  "Replace the disk hard 1rent test item" is what happens when you test the disc hard self-test.  And thought? If the hard

  • Windows 7 beds - in wake up no icons, just background, does not

    I just installed Windows 7 today, a clean installation and for most work very well as long as he never sleeps. The screen is set to fall asleep after 10 minutes and set HARD drive to sleep after 30 minutes. When I try to wake up talk of the screen, I

  • HP Deskjet F4240: My printer is connected to my computer

    I have a HP DeskJet F4240 series and I want to connect it with my new Asus computer. The problem is that when I plug the USB into my computer, the printer does not appear. I would try to print but I can't find the name of the printer. Help, please.

  • all icons open a Notepad session

    When I click on any icon on the desktop process that results will open in a Notepad with misleading text session and reference to a dll or an exe in the text. Not only that, everything in the program menu has a Notepad icon? If I right click the icon

  • G6 2313ax in Device Manager displays 7660 G + 7660 M instead of 7660 G + 7670 M

    Hello I just bought my hp pavilion g6 flipkart.com 2313ax I installed win 7 64 bit and installed all the drivers. now in the Device Manager in the Graphics tab it shows as follows Adepters display: AMD Radeon HD 7600M series Card Dual AMD Radeon HD g