Add Schedule Deployment option in Tasks BCC

Hi All,
Currently there are 2 options for a new project in my BCC.
1. Deploy Project
2. Delete Project.
But, i want to add the option of Scheduling Deployments. How to acheieve this feature in 9.4.
Thanks,
Vishnu

When a project is approved for deployment in the workflow, then its deployment can be manually scheduled through Admin Console in BCC or you can configure the RecurringDeploymentService to schedule approved projects for automatic deployment in batches.
You can also customize the workflow to schedule project deployments the way you want and I guess this is what you are looking for. If you also want to add any additional actions for a task then you would have to modify the default workflow (commonWrokflow.wdl) by creating a copy of it from the ACC on CA server instance and then modify it to fit your needs. You might also want to write your custom actions and configure them through WorkFlowProcessManager's xml so that you can use them in your custom workflow definition as per your requirements.

Similar Messages

  • OBIEE Add in deployment options

    Is there a way to deploy the OBIEE Add in for office so that users can be sent Office files with OBIEE content in it but all they can do is request a refresh and respond to prompts - they cannot access the catalog.
    Thanks
    Sue

    login with web catalog manager, go to shared folder (or you can choose all the folders to hide catalog) and click on properties and check mark hidden and apply recursively. Now in Answers, goto settings>Administration>Manage Privileges> Catalog >See Hidden Items and remove everyone from it and give this privilege to Administrator. Make a backup of your catalog first.

  • Changing the Task Sequence Deployment Options via script

    Hi all,
    I am fairly new to SCCM 2012 scripting/SDK and couldn't find any helpful examples how to change the deployment options of task sequences by using a script.
    The problem is: we have got a significant number of TS that have the deployments set to "Download content locally when needed by running task sequence".
    I have to change this setting to "Download all content locally before starting task sequence".
    Afterwards I need to create a list of all changed TS Deployment options and also a list of current settings of all TS Deployment options.
    Therefore I would need a script that can read and set this particular option of the TS.
    Does anybody have a script that can do such tasks? Any help is highly appreciated.
    Btw, I am not picky, I can handle WMI, SQL, VBS, PowerShell, .Net Code (vb.net or c#). Whatever you have handy would be quite helpful.
    Many thanks
    Amir

    Hi,
    The Set-CMTaskSequence -DeploymentOption could help you change this setting.
    Set-CMTaskSequence
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Prime Infrastructure 2.0 no 'Add a WLAN' option

    Hello,
    I've started to pay with PI 2.0 and I've noticed that there is no option to add new WLAN.
    I am following manual:
    Step 1 Choose Configure > Controllers.
    Step 2 Click the IP address of the appropriate controller.
    Step 3 From the left sidebar menu, choose WLANs > WLAN Configuration.
    Step 4 From the Select a command drop-down list, choose Add a WLAN.
    but there is no 'Add a WLAN' option. The only ones I've got there are:
    Delete WLAN(s)
    Schedule status
    Mobility Anchors
    Foreign Controller Mappings
    Does anyone know how to get that option there?
    Thanks
    Tomasz

    Hi,
    you're right that this can only be done with the template but to create one I needed to go to:
    Design --> Feature Design
    and then under Templates:
    Features and Technologies --> Controller --> WLANs --> WLAN Configuration
    There I've created new template for WLAN and then deployed it to controllers.
    Maybe that's better way to do it, when you have many controllers.
    Thanks
    Tomasz

  • Where do I find the Package and Deployment options in CF Admin 8 and 9?

    I've recently talked to a person at Adobe and found documentation on migrating using the Package and Deployment option to create CAR files. I just can't seem to find the menu options in my CF8 or CF9 Admin. I am running CF standard. I do have around 40+ datasources and a couple of dozen scheduled tasks that I need to move.
    I just need someone to point out to me how to get to the Package and Depoymeny section.
    Warmest regards,
    David Miller

    Standard doesn't have this feature.  You need to be running Enterprise or Developer (see http://www.adobe.com/products/coldfusion/editions/).
    You can revert to developer temporarily by removing your licence key, do the archive, put the key back in again ;-)
    Adam

  • SCCM 2012 Deployment Option Missing

    Hey all,
    I have a strange problem. I have build a custom task sequence (TS) to install operating systems on our computers. This TS runs scripts, installs applications and packages. I also have a front-end HTA that allows us to select certain software to be installed
    and which OS image to apply. The issue I have is that every time the TS gets to the Run HTA part of the TS, which may I add is the very first step, the TS fails with error code 0x800700A1.
    Now after several days of investigation I believe that the issue is that the deployment option is set to 'Download Content Locally when needed by running Task Sequence.' The problem, that is the only deployment option I can select. The other option, which
    should be 'Access content directly from distribution point' is not even available. Researching this issue I found that I should make sure all my packages were copied to shares on the distribution points. So I did this, and to no avail. I made sure that a NAA
    is set. Still, same error. A couple more things to note.
    I am testing in a VMWare environment.
    I have added the appropriate drivers to the boot image
    Software deployments are working appropriately including the app catalog.
    The NAA is a local admin on the distribution point.
    All servers in the environment are Server 2012
    So, I also began to think, "Well maybe SCCM doesn't like installing Applications from a TS and only handles packages...since applications are new to 2012."So I created a very simple TS that only installed an OS and still the same error. I added
    the HTA just for kicks, same error. I have combed the smsts.log file and all of the errors keep leading me to dead ends or repeating steps I had already performed and then hoping for a different result. That's insane right?! If anyone has encountered this
    error, and knows how to fix it, I would be forever grateful. If you would like the log file, I can accommodate. I just figured pasting a 4159 line long log file was a bit much.

    >The problem, that is the only deployment option I can select. 
    The 'Run from DP' option is a Task Sequence-wide option in general, meaning that all the content would have to be duplicated to the package share in order to use it.  Unless all the content is on the package share, this option is not available.  The
    only exception is the Apply OS step has its own setting.
    If you have a step that uses content, but there is no formatted partition for the TS to download content to, you will receive an error.  So, your first steps need to partition/format the drive if there is no usable partition before you try to download
    content (like the files required for your HTA).
    I usually steal the logic from the default MDT 2013 task sequence when integrated with ConfigMgr 2012 R2, even though I don't use MDT with ConfigMgr.  The first real step is a format with this condition on it so it only runs if there isn't already a
    local disk available:
    If None of the Conditions are true:
    select * from Win32_LogicalDisk where DriveType=3 and DeviceID != 'X:'
    I hope that helps,
    Nash
    Nash Pherson, Senior Systems Consultant
    Now Micro -
    My Blog Posts
    If you found a bug or want the product to work differently,
    share your feedback.
    <-- If this post was helpful, please click the up arrow or propose as answer.

  • How to add a java option in oas 10g 9.0.4?

    I need add a java option in my oas 10g...
    I have an application implemented with jdeveloper 10g (10.1.2) and its need to use other jdbc libraries acording:
    http://radio.weblogs.com/0118231/stories/2005/05/27/workaroundForDeployingAdf1012AppUsingIntermediaDomainsToOracleAs904.html
    Using EnterpriseManager, i add a java option for the OC4J instance where my ADF 10.1.2-based application will be deployed:
    [b]-Xbootclasspath/p: C:\oracle\infra\jdbc-10.1.0.4\ojdbc14.jar;C:\oracle\infra\jdbc-10.1.0.4\orai18n.jar
    but now, ths oc4j instance dont init
    ...my opmn.xml file contains:
    <process-type id="ADF_050615" module-id="OC4J">
    <module-data>
    <category id="start-parameters">
    <data id="java-options" value="-server -Xrs -Djava.security.policy=C:\oracle\infra\j2ee\ADF_050615\config\java2.policy -Djava.awt.headless=true
                             -Xbootclasspath/p: C:\oracle\infra\jdbc-10.1.0.4\ojdbc14.jar;C:\oracle\infra\jdbc-10.1.0.4\orai18n.jar"
                             />
    <data id="oc4j-options" value="-properties"/>
    </category>
    <category id="stop-parameters">
    <data id="java-options" value="-Djava.security.policy=C:\oracle\infra\j2ee\ADF_050615\config\java2.policy -Djava.awt.headless=true"/>
    </category>
    </module-data>
    </process-type>
    Help me please

    Rigoberto, there should be no space between "-Xbootclasspath/p:" and the path "C:\oracle\infra\jdbc-10.1.0.4\ojdbc14.jar;C:\oracle\infra\jdbc-10.1.0.4\orai18n.jar"
    By the way, one can always take a look at the logs at
      $ORACLE_HOME/opmn/logs
    especially those files whose names start with OC4J~ if there is some wrong with oc4j processes. Those files are the default oc4j stout and sterr. If oc4j can not init, there should be some kind of error message in them.
    By the way, the following line may be deleted since no property file is specified.
      <data id="oc4j-options" value="-properties"/>
    Hope this helps.

  • Question related to remote weblogic deployment using wldeploy task

    Problem Description: Iam trying to perform a remote deployment using wldeploy task from one of the unix box(this box does not have a weblogic instance at all) to a remote unix weblogic server. I get the following connection exception. This script works fine when I do a remote deployment from my windows machine(this has a local weblogic server)to the same remote unix weblogic server.
    Question:
    1. Do I need to have a weblogic instance locally where this wldeploy task is executing?
    2. What configuration should be done in the remote weblogic server to support remote deployment?
    The ant task is:
    <property name="wlantjars" value="/ftmp/users/usrgrb/tmp/antjars" />
    <path id="wlappc.classpath">
    <fileset dir="${wlantjars}">
    <include name="*.jar"/>
    </fileset>
    </path>
    <taskdef name="wldeploy" classpathref="wlappc.classpath" classname="weblogic.ant.taskdefs.management.WLDeploy"/>
    <target name="deployear_dev2">
    <wldeploy user="weblogic" password="*******" adminurl="t3://he3unxd189v01:9100" action="deploy" upload="true" remote="true" source="${build.dir}/mktpx.ear" name="mktpx" targets="devCluster" />
    </target>
    I receive the following error when I execute the ant task "deployear_dev2"
    Buildfile: build.xml
    deployear_dev2:
    [wldeploy] weblogic.Deployer -remote -upload -noexit -name mktpx -source /usrdata/dev/cashdesk/gcp/mktprice/quickbuild_prototype_ccview/prototype.vws/vob/mktprice_vob/mkt_price/dist/mktpx.ear -targets devCluster -adminurl t3://he3unxd189v01:9100 -user weblogic -password ******** -deploy
    [wldeploy] weblogic.Deployer invoked with options: -remote -upload -noexit -name mktpx -source /usrdata/dev/cashdesk/gcp/mktprice/quickbuild_prototype_ccview/prototype.vws/vob/mktprice_vob/mkt_price/dist/mktpx.ear -targets devCluster -adminurl t3://he3unxd189v01:9100 -user weblogic -deploy
    [wldeploy] javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: [J2EE Deployment SPI:260010]Unable to connect to 't3://he3unxd189v01:9100' as user, 'weblogic'. Error received: Couldn't connect to any host
    [wldeploy] at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:121)
    [wldeploy] at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:84)
    [wldeploy] at weblogic.deploy.api.tools.SessionHelper.getRemoteDeploymentManager(SessionHelper.java:496)
    [wldeploy] at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:297)
    [wldeploy] at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:137)
    [wldeploy] at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
    [wldeploy] at weblogic.utils.compiler.Tool.run(Tool.java:158)
    [wldeploy] at weblogic.utils.compiler.Tool.run(Tool.java:115)
    [wldeploy] at weblogic.Deployer.run(Deployer.java:70)
    [wldeploy] at weblogic.Deployer.mainWithExceptions(Deployer.java:62)
    [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [wldeploy] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [wldeploy] at java.lang.reflect.Method.invoke(Method.java:597)
    [wldeploy] at weblogic.ant.taskdefs.management.WLDeploy.invokeMain(WLDeploy.java:419)
    [wldeploy] at weblogic.ant.taskdefs.management.WLDeploy.execute(WLDeploy.java:349)
    [wldeploy] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [wldeploy] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [wldeploy] at java.lang.reflect.Method.invoke(Method.java:597)
    [wldeploy] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    [wldeploy] at org.apache.tools.ant.Task.perform(Task.java:348)
    [wldeploy] at org.apache.tools.ant.Target.execute(Target.java:357)
    [wldeploy] at org.apache.tools.ant.Target.performTasks(Target.java:385)
    [wldeploy] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    [wldeploy] at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
    [wldeploy] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [wldeploy] at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    [wldeploy] at org.apache.tools.ant.Main.runBuild(Main.java:698)
    [wldeploy] at org.apache.tools.ant.Main.startAnt(Main.java:199)
    [wldeploy] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
    [wldeploy] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
    [wldeploy] Caused by: weblogic.deploy.api.spi.exceptions.ServerConnectionException: [J2EE Deployment SPI:260010]Unable to connect to 't3://he3unxd189v01:9100' as user, 'weblogic'. Error received: Couldn't connect to any host
    [wldeploy] at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:251)
    [wldeploy] at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServerForType(ServerConnectionImpl.java:191)
    [wldeploy] at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:147)
    [wldeploy] at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:148)
    [wldeploy] at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:118)
    [wldeploy] ... 32 more
    [wldeploy] Caused by: java.io.IOException: Couldn't connect to any host
    [wldeploy] at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:156)
    [wldeploy] at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:79)
    [wldeploy] at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
    [wldeploy] at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)
    [wldeploy] at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:240)
    [wldeploy] ... 36 more
    [wldeploy] Caused by: javax.naming.NamingException: Couldn't connect to any host [Root exception is org.omg.CORBA.OBJECT_NOT_EXIST: Unknown object in LOCATE_REQUEST  vmcid: 0x0  minor code: 0  completed: No]
    [wldeploy] at weblogic.corba.j2ee.naming.Utils.wrapNamingException(Utils.java:83)
    [wldeploy] at weblogic.corba.j2ee.naming.ORBHelper.getORBReferenceWithRetry(ORBHelper.java:590)
    [wldeploy] at weblogic.corba.j2ee.naming.ORBHelper.getORBReference(ORBHelper.java:547)
    [wldeploy] at weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:85)
    [wldeploy] at weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:31)
    [wldeploy] at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:41)
    [wldeploy] at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    [wldeploy] at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    [wldeploy] at javax.naming.InitialContext.init(InitialContext.java:223)
    [wldeploy] at javax.naming.InitialContext.<init>(InitialContext.java:197)
    [wldeploy] at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:143)
    [wldeploy] ... 40 more
    [wldeploy] Caused by: org.omg.CORBA.OBJECT_NOT_EXIST: Unknown object in LOCATE_REQUEST vmcid: 0x0 minor code: 0 completed: No
    [wldeploy] at weblogic.iiop.LocateReplyMessage.needsForwarding(LocateReplyMessage.java:171)
    [wldeploy] at weblogic.iiop.IORManager.locateInitialReference(IORManager.java:254)
    [wldeploy] at weblogic.corba.orb.ORB.resolve_initial_references(ORB.java:258)
    [wldeploy] at weblogic.corba.client.naming.ClientORBInfo.<init>(ClientORBInfo.java:34)
    [wldeploy] at weblogic.corba.client.naming.ClientORBHelper.createORBInfo(ClientORBHelper.java:42)
    [wldeploy] at weblogic.corba.j2ee.naming.ORBHelper.cacheORB(ORBHelper.java:314)
    [wldeploy] at weblogic.corba.j2ee.naming.ORBHelper.cacheORBAndCreateURL(ORBHelper.java:323)
    [wldeploy] at weblogic.corba.j2ee.naming.ORBHelper.getORBReferenceWithRetry(ORBHelper.java:583)
    [wldeploy] ... 49 more
    BUILD FAILED
    /usrdata/dev/cashdesk/gcp/mktprice/quickbuild_prototype_ccview/prototype.vws/vob/mktprice_vob/mkt_price/build/build.xml:366: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Unable to connect to 't3://he3unxd189v01:9100': Unknown object in LOCATE_REQUEST. Ensure the url represents a running admin server and that the credentials are correct. If using http protocol, tunneling must be enabled on the admin server.
    Total time: 9 seconds

    regarding error:
    Caused by: org.omg.CORBA.OBJECT_NOT_EXIST: Unknown object in LOCATE_REQUEST vmcid: 0x0 minor code: 0 completed: No
    Make sure to place the wlfullclient.jar at the beginning of the classpath ...any other WLS specific Jars need not to be added additionally. For above error please refer to : Client SAF error
    Few Things:
    1). When I execute the ant build from a remote box , should I have a weblogic server running...the reason I ask is..does the wldeploy task work only if there is an active weblogic domain in the local machine. When I execute the same build from my windows machine where I have a local instance of weblogic , it works uccessfully .Whenever you try to deploy any application on WebLogic Domain then the Admin Server must be running. Because the deployment entries goes inside the "config.xml" and the original copy of this file is maintained by AdminServer only. So the Admin Server must be running for any kind of configuration changes or for Deployment.
    2). I am told that http protocol is not an option in my work place and I have to use t3 protocol only. In that case, based on the error below, is it possible that the connection between my local unix box and the remote weblogic box is stricted? How to I test the connectivity using t3? I pinged the server from the local unix server and it came back with reply, but could not telnet to that remote box nor ftp to that box does not work.You can check t3 protcol is working fine or not by using the following one line command:
    java weblogic.Admin -url t3://he3unxd189v01:9100 -username weblogic  -password weblogic    PING
    If above command fails to ping the server it means either you are using a wrong HostName & Port OR your N/W is doesnot allow t3 protocol connections OR there may be a N/W Issue.
    Thanks
    Jay SenSharma

  • Sun-appserv-deploy cutom Ant task

    Hi
    I wanted to use sun-appserv-deploy custom ant task in my build file to deploy an archive. But the file attribute requires EXISTING file which is constantly being deleted and recreated during development...
        <taskdef name="sun-appserv-deploy" classname="org.apache.tools.ant.taskdefs.optional.sun.appserv.DeployTask">
            <classpath refid="j2ee.classpath"/>   
        </taskdef>
        <sun-appserv-deploy
          file="webapp1.war"
          contextroot="/webapp1"
          name="webapp1WAR
          force="true"
          precompilejsp="false"
          verify="false"
          upload="true"
          user="admin"
          passwordfile="${passwordfile}"
          host="localhost"
          port="4848"
          asinstalldir="${j2ee.home}"/>
    Unless the "webapp1.war" exists the enitre build.xml file invalidates (in eclipse)
    How do I use this custom task during my development time (obviously when I run clean the WAR file is removed which invalidates my build.xml)
    Is there a workaround for this?
    Thanks
    Z...

    You have to include an additional attribute in the task:
    <sun-appserv-deploy ... generatermistubs="true" />Edited by: sjfischli on May 15, 2008 8:54 AM

  • MDG-F data distribution in case of add on deployment

    Hi Expert
    Can any one describes the procedure for MDG-F data distribution for add-on deployment scenario?
    Is it required to release edition each time? Then what is meaning of check box- Immediately Distribute Change Requests:in MDG 6.1  if you have to replicate edition manually each time? Is data replication model is required for data distribution as well?

    Hello Sanjay
    MDG-F is a Flex model. You have to configure replication model in any case.
    There are 2 ways to replicate data from MDG.
    1. Auto Replication - Here you have to mark  immediately distribute change request while creating edition. With this tick mark, data will get replicated automatically. No need to release any edition.
    2. Manual replication - When you want to replicate the data manually, do not tick the auto distribution option. The data will get stored in the edition. You can release the edition any time. Only thing you need to make sure that there is no open change request in the edition. Once you release the edition, you can view the edition in manual replication option.
    Kiran

  • Connect 9 Managed Services Deployment Option

    I have some questions about the managed services deployment option for Adobe Connect 9
    Does the AC9 A managed services deployment include the cost of running on AWS or do I have to purchase that separately?
    Can I upgrade from AC8 on premises to a managed deployment?
    Can it be merged with some on premises installs of Connect and/or Connect Edge for a customised install?
    Does it scale based on user demand or as a result of consultation between AC support and Client or not at all?
    Does it scale from simple install to clustered version by simple I mean 1 Connect, server and associated support servers kind of setup to a more robust setup involving edge servers and clustering?
    Can I modify the deployment or have it modified for me during the life of the deployment e.g. add SSO a few months after 1st deployment?
    Is there a minimum number of host licences that need to be purchased?
    Can I specify data location rules e.g. all data resides within EU datacentres?
    Can extra features like Events or Courses be added to the managed deployment?
    Is it only AWS platform that is avaialble for the managed services?
    What kind of feedback on usage/performance of the deployment environment does the client get? (can the client access the logs, resource usages of the AC servers or is access only via the Connect web UI and the Adobe Support ticketing system)

    1. You are paying an annual fee, there shouldn't be additional costs unless you increase licensing. The accounts are all deployed on AWS, I believe.
    2. Yes, it will cost money to migrate the data, but it can be done.
    3. [Updated] This is probably possible if you throw enough money at it.
    4. The account can scale as needed. This is more of an issue around licensing though. Maybe I'm interpreting the question wrong.
    5. The setup of Edge Servers and Clustering is on Adobe. You purchase the account and licensing, they get their hands dirty to configure setup. I know there is clustering for fail over scenarios.
    6. Yes, the account is like having a licensed deployment, only you can call Adobe and yell at them when it doesn't work. SSO, SSL, additional licenses can all be added when needed.
    7. There is a minimum cost, so I guess licensing could be tied to that, but it would vary based on the account needs.
    8. Probably, that is best answered by the ACMS team.
    9. Yes, just purchase the licensing.
    10. AWS, I believe, is the only platform offered by ACMS.
    11. You should have full access to the logs (or at least be able to request them at any point, or set up a recurring delivery of the logs/information). Think of this as a licensed deployment, you will have all the info you get by running your own server. I don't know a web UI that will deliver this info, but there may be something that Adobe can put in place. You should have a dedicated number of a person or team to reach out to for your ACMS deployment. You shouldn't need to start at 800-42-ADOBE.

  • Text editing  - can you add text editing options on the 'in-browser editing'

    Text editing  - can you add text editing options on the 'in-browser editing' tool?

    You can only replace existing content, not edit the page structure. Refer to the respective help sections.
    Mylenium

  • How to remove the Options and Task from the toolbar

    In the FLM portal initially we can see 'Options' in the menu bar after we log in. Below it there is 'Tasks' and 'Reports'. on clicking 'Tasks' and new menu bar 'Tasks' can be seen, under which 'New Tasks' option is there. When we click on 'New Forms' it shows the list of forms and when we select the desired form it opens the interactive form.
    My problem is when this form is opened on the header the 'Options' and 'Tasks' bar can be seen, under which the adobe menu bar comes (Print, Save, Zoom etc.) . This 'Options' and 'Tasks'  how to remove from the interactive forms page.
    Edited by: NIKHILKUMAR POOJARI on Feb 13, 2009 4:24 PM

    Dear Mano,
    By using Authorizations you can remove the Drag and Relate Menu
    Goto Administration ---> System Initialization -
    > Authorization -
    > General Authorization
    General -
    > Drag & Relate -
    > No authorization
    Regarding Authorizations, click the below link to get details
    [Define Authorizations|https://websmp205.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_HIER_KEY=701100035871000437965&_OBJECT=011000358700000481572006E&_SCENARIO=01100035870000000183&]
    Regards,
    Bala

  • How  to add a new option for group by in a excel report

    Hi,
    there is a enhancement in a excel report
    I need to add a new option for group by
    help me
    Regards,
    Raghu

    k

  • Crystal Report Scheduling Destination Options in Infoview

    Hello,
    I need some information on the CR scheduling Destination Options available:
    The 9 options as per my understanding are:
    1. Default Enterprise Location: If you select this option, the instance is saved to the default Business Objects Enterprise location, which is the Output File Repository Server (FRS).
    2. Default Inbox: If you select this option, the instance is saved to the inboxes configured on the job server.
    3. Default File Location: If you select this option, the instance is saved to the unmanaged disk location configured for the job server.
    4. Default FTP Server: If you select this option, the instance is saved to the FTP server configured on the job server.
    5. Default Email Recipients: If you select this option the instance is emailed to the email recipients configured on the job server.
    6. Specific Inbox: If you select this option you can specify whose inboxes you want to save the instance to.
    7. Specific File Location: If you select this option, the instance is saved to the saved to the file location you specify here.
    8. Specific FTP Server: If you select this option, you can specify which FTP server you want to save the instance to.
    9. Specific Email Recipients: If you select this option, you can specify who you want to email the instance to.
    Among the above 9, I have problems with Specific File Location and Specific FTP Server. Can someone please let me know how I can configure my reports to use these two destination.

    Hi
    If the folder is on the local machine following setting should be configured in destination for Unmanaged Disk
    Username:Localmachine hostname\username
    password:password of the username.
    Here the username would have "Full Control" or "Modify" rights over the drive where desired folder resides and that folder.
    If the folder is on the remote machine following settings should be configured in the destination tab.
    Username:DomainName\DomainUsername
    Password:password of DomainUsername.
    DomainUsername should also have "Modify" rights over the drive and the folder.
    Is the desired folder present on the SAN drive?
    Regards,
    Hrishikesh P

Maybe you are looking for

  • Formula Variables for Report Painter- Syntac error in formula, Please Help!

    Dear Experts, I'm creating the report where I need to calculate annualized P&L. The formula is as follows : (P&L account/Period(variable ))12* I need to capture the From_period, which is entered by the user on the selection screen when running the re

  • IPhone is lost while syncing with iTunes

    Hi there, for the longest time my iPhone hasnt been very friendly when syncing with iTunes. It often disconnects, the iPhone plays that "I'm connected" sound out of nothing, then a few seconds later iTunes hangs and displays various error messages li

  • HT4859 when restoring data do I have to pay again

    Hi when restoring data ( tv show ) do I have to pay again. The data has not backed up to my PC , I think it has backed up to Icoud. When I click on the Icloud icon it tells me to enter my password followed by having to click the buy button. It I clic

  • I can't install the Application Server 8: ERROR - default domain creation

    I am using Windows XP SP2 Spanish Version and I am trying to install Application Server 8. In fact, I installed with no problems first time. But then I had problems to start up the App server. I uninstalled the APP server and installed again and I go

  • WLS 10.0: Security: LDAP Authenticator

    hi,           I'm using WLS 10.0 with the following security providers:           - SQL Authenticator (for weblogic console users like system)           - Identity Asserter (custom developed, takes care for AUTHENTICATION only)           - LDAP Authe