Prototype DMS project

We are haveing a prototype project with the DMS module. What is the safest and easiest way to run this type of project?

I'd limit your configuration to a playpen or non transportable client. I'm always hesitant to take any prototype configuration to production because of the impacts it may have on future designs. Prototypes have a habit of becoming full implementations when the business suddenly decides they're happy to continue with the prototype and then users complain when they don't meet all their requirements. Obviously reimplementing can be even more work because you then need to re-migrate data or clean up data to meet the new design requirements. You also don't want mistakes make in a prototype creating limitations for a future design.

Similar Messages

  • DMS - ACNS integration/configuration

    Hi all,
    We are about to install/configure the ACNS as part of the DMS project.
    I will like to request/ask for any configuration guides/best practice document (if any) in order to start studying!
    Thank you

    Here you Go:
    Cisco Digital Media Suite 5.2 Design Guide for Enterprise Medianet
    http://www.cisco.com/en/US/docs/solutions/Enterprise/Video/DMS_DG/DMS_dgbk.pdf
    Cisco Digital Media System Deployments for Cisco Desktop Video with Cisco ACNS
    http://www.cisco.com/en/US/prod/collateral/video/ps9339/ps6681/prod_white_paper0900aecd8052f42e_ns620_Networking_Solutions_White_Paper.html
    Cisco Digital Media System Deployments for Cisco Desktop Video with Cisco ACNS
    http://www.cisco.com/en/US/prod/collateral/video/ps9339/ps6681/prod_white_paper0900aecd8052f42e_ns620_Networking_Solutions_White_Paper.html
    Cisco Digital Media Suite Deployments for Digital Signage with Cisco ACNS Software
    http://www.cisco.com/en/US/prod/collateral/video/ps9339/ps7220/prod_white_paper0900aecd8066b1dc_ns620_Networking_Solutions_White_Paper.html
    Cisco Digital Media Suite Deployments for Digital Signage with Cisco ACNS Software
    http://www.cisco.com/en/US/prod/collateral/video/ps9339/ps7220/prod_white_paper0900aecd8066b1dc_ps6681_Products_White_Paper.html
    Cisco Application and Content Networking System (ACNS) Software - Introduction
    http://www.cisco.com/en/US/products/sw/conntsw/ps491/
    Cisco Application and Content Networking System (ACNS) Software - Design TechNotes
    http://www.cisco.com/en/US/products/sw/conntsw/ps491/tsd_products_support_design_technotes_list.html
    Cisco Application and Content Networking System (ACNS) Software - Configure
    http://www.cisco.com/en/US/products/sw/conntsw/ps491/tsd_products_support_configure.html
    Cisco Application and Content Networking System (ACNS) Software - Maintain and Operate
    http://www.cisco.com/en/US/products/sw/conntsw/ps491/tsd_products_support_maintain_and_operate.html
    If this answers your question, Please take time to mark this
    discussion answered & rate the response.
    Thank You!
    T.

  • Seperate storage server for DMS

    Hi,
    we are in sizing for a DMS project for our ECC 6.0 system. Could you suggest some names of saparate storage server for DMS ?
    SAP K-Pro ?
    IXOS ?
    Tivoli ?
    Where can I find a list of certified software ?
    Regards.

    Check your ERP installation discs. You will find the SAP content server there. Install it and then point CSADMIN at the repository and you are done.
    ERP comes with it's own content sever that can be installed on a separate box. No need to buy more.

  • RFC ERROR IN WEB DYNPRO

    Hi
    I m Doing Web Dynpro Program For DMS Project There Is Some Problem Occuring In Default Function Module ARCHIVOBJECT_CREATE_FILE
    And The Error Msg Is : Cannot Call RFC Program And No Return Possi
    By
    Srinivasan.R

    Hi,
    Please check if its Remote Enabled. The FM ARCHIVOBJECT_CREATE_FILE is a normal function module and not remote enabled.
    As you have said, RFC error, I assume you are trying to call the FM from a different system specifying the DESTINATION
    option.
    Regards,
    Sagar

  • How to Get Windows 10 Image for Galileo

    I purchased a Galileo gen 2 board and would like to start prototyping a project I have in mind -- but I cannot for the life of me figure out how/where to get a Win10 image for the board.  I've signed up (twice) through the 'Connect' web site (and gotten
    zero replies), and the links on the Connect site that talk about getting an image if you bought your board yourself just lead to a 404 error.
    Any suggestions?

    Figured this out.
    sign up/join
    MICROSOFT WINDOWS FOR WINDOWS DEVELOPER PROGRAM FOR IOT EULA
    Under
    Windows Embedded Pre-Release Programs Home / Programs Windows Developer Program for IoT
    once you've joined and click on link below, you will see the downloadable link to get 170mb  9600.16384.x86fre.winblue_rtm_iotbuild.150309-0310_galileo_v2.wim  - this file under EULA cannot be shared.
    Hope this helps someone else.
    Go create something using IoT!

  • Problem with WorkShop 3.2 when lanching tomcat

    hi!I met a problem with debugging projects in WorkShop.
    I'm using tomcat 5.5.17 in WorkShop studio 3.2.All my server configurations are default!When debugging,I just right clicked on the project and chose "debug on server",then tomcat lanched.During that time,something weird happened.I found my project was deployed twice,and I also found that one was deployed as context "dms"(project's directory name),another as context "web"(project's real context).
    I tried all means to solve this problem.Finally I got one.I set two attributes of host tag to false from server.xml,deployOnStartup and autoDeploy.It works.But I don't think it is the best way.so my questions is: is this a workshop deploy bug?
    I guess it is.This is what I found from tomcat document.I think it may help us to slove this problem.
    "When using automatic deployment, the docBase defined by an XML Context file should be outside of the appBase directory. If this is not the case difficulties may be experienced deploying the web application or the application may be deployed twice.
    Finally, note that if you are defining contexts explicitly, you should probably turn off automatic application deployment. Otherwise, your context will be deployed twice each, and that may cause problems for your app. "
    Maybe workshop should use the web context name as project directory name when deploying and do not define the context explicitly in server.xml.

    hi, I just do the same thing as you do!The problem still exists!
    if you go to Tomcat Web Application Manager page and have a look at the applications you deployed. You will find your project is deployed twice with two different context(context root and project directory name as context root).
    note:if you don't have access to the manager page,you can try the following:
    -edit the settings for the server
    -find 'Run modules directly from the workspace(do not modify the Tomcat installation)' setting and uncheck the checkbox before it
    -then save your changes.
    Doing this you can deploy your project directly to the appbase of your tomcat server directory.Then you will have access to the manager page with the url "http://localhost:8080/manager/html".
    Also you may take a closer look at the output of your workshop console,you will find some output messages duplicated.
    This problem originally starts from workshop 3.1.There is no such issue before 3.0 and lower versions.
    Workshop studio was once an fatastic tool.But after integrated with WTP things have been changed.The biggest trouble is it costs too much memory.and some import features such as AJAX support,javascript debugger aren't available to us.I feel a little disappointed.:(
    Hope you guys will fix those defects.
    Regards!

  • Multiple Xml File Extract Name

    Hi, I'm making a change in our DMS project that has XML input file for extraction,
    we used this guideline for configurating a flat file with all the names of input XMLs.
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=HOWTO&id=871446.1
    the configuration runs perfect. Our flat File has the file list and reads them OK.
    My question comes in here, How can I get the XML FILE NAME that's being extract at the moment? I can get the Input file, but that's the flat file containing all the names, not the XML itself.

    Hi Andres,
    I can think of two options off the top of my head:
    1) include the name of the XML file in the XML data - I know, it's a simple solution but sometimes those are the best :)
    2) Map the XML extract name into a GVM - I'm not exactly sure this would work, but it might be possible. I'll see if I can find out.
    -Andy

  • Centre horizontally and vertically

    Hi all,
    I have designed a web page in adobe illustrator, now I know this is probably not the best way of designing web pages but if Dreamweaver was more like this for design it would be easier for me as I know Illustrator. Once designed I sliced it in to the various sections needed and exported it to Dreamweaver, all went well up to this point until I tried getting it centred, for some reason the page does not sit in the centre but more towards the left and does not move when the page is resized as I would like I would also like it centred rather than at the top of the window? The page can be found here: http://www.highriggs.co.uk/ to see what I mean, this is just the first draft while I learn how to get it right and then I will scrap this one and start it from a fresh design.
    Many thanks for your help and advice.
    Regards
    Nick

    Start over with a pre-built 2-column, centered CSS layout. 
    DW has several starter pages you can use. 
    http://www.adobe.com/devnet/dreamweaver/articles/introducing_new_css_layouts.html
    Or, step up to a rapid prototyping tool
    Project Seven Column Composer Magic (commercial extension for DW)
    http://www.projectseven.com/products/tools/composer/index.htm
    Not Just A Grid (free)
    http://www.notjustagrid.com/
    Also read this 3 part tutorial
    Taking a Fireworks (or Photoshop) comp to a CSS Layout in DW
    Part 1 - Initial Design
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt1.html
    Part 2 - Markup preparation
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt2.html
    Part 3 - Layout and CSS
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt3.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Monitor remote MaxDB

    We have installed SAP Content Server with MaxDB on Windows 2003 server for DMS project and would like to manage the MaxDB with DBACOCKPIT from our ERP 6.0 system.
    Instructions say: "To monitor remote databases via database connections, you need to install appropriate database client software and the database-dependent part of the SAP dbsl libraries."
    Where would we get these for i5/OS?  We are on V6R1M0.
    TIA,
    Margie

    Hi Margie,
    yes, you are fully correct, you do need the DB client Software ...
    Yes, this is since about 2 years available for MaxDB on iSeries ))
    Go and get the patch lcc_2-20001357.sar (if you are on kernel 7.0 unicode)
    ... you have to check a bit for the installation instruction as you NEED to use QSECOFR for this installation as this is the only "root compatible" user on iSeries ... perhaps one of the porting team could shortly describe this here ...
    Regards
    Volker Gueldenpfennig, consolut international ag
    http://www.consolut.net - http://www.4soi.de - http://www.easymarketplace.de

  • Is it possible to use HTTP GET navigation links?

    Hi,
    I'm learing JSF technology, I found it very powerful.
    But I'm not able to understand how generate navigation links that use HTTP GET method. Do anyone Help me?
    It seems impossilbe, but I don't want believe that it is true.
    Building a web site using only HTTP POST methods is out of the W3C for Web Site suggestions.
    A "good" serach engine for example dosen't take in cosideration HTTP POST Links.
    I hope that someone tell me how generate using JSF HTTP GET links for navigation.
    Bye

    Balusc, thanks for you help.
    The blog is very good!
    I make help classe (FacesUtils) who you show in blog, but not find the property on request context map, but I use the param variable on faces-config.xml and Request Managed Bean and all work fine.
    thanks.
    I'm wrong where I think the Request Managed Bean is create for each request on all pages, the Request Managed Bean is create only on requeste page reference its.
    Parte of my faces-config where I put the Request Managed Bean:
    <managed-bean>
              <managed-bean-name>uuidParamManager</managed-bean-name>
              <managed-bean-class>
                   br.srv.full.virtual.managers.request.UUIDParamManager
              </managed-bean-class>
              <managed-bean-scope>request</managed-bean-scope>
                   <managed-property>
                   <property-name>loginManager</property-name>
                   <property-class>
                        br.srv.full.virtual.managers.LoginManager
                   </property-class>
                   <value>#{loginManager}</value>
              </managed-property>
              <managed-property>
                   <property-name>uuid</property-name>
                   <property-class>java.lang.String</property-class>
                   <value>#{param.UUID}</value>
              </managed-property>
         </managed-bean>Where UUIDParamManager is create on request its receive first the LoginManager Instance, and later its receive the UUID param.
    I put the prototype of project on virtual.full.srv.br.
    thanks.

  • Deployment of SCA composite with Spring and JPA fails on WLS 10.3.3

    Hi,
    We want to use JPA as Persistence Layer (EclipseLink as Persistence Provider) in a Spring managed Bean in a SOA Composite (SCA).
    We configured our persistence.xml and spring configuration as described below.
    We are using JDeveloper 11.1.1.3 and WLS 10.3.3 with SOA Suite 11.1.1.3.
    The Deployment fails with the following Exception
    +Could not instantiate bean class [org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver]: Constructor threw exception; nested exception is java.lang.IllegalStateException: Could not initialize WebLogic ClassLoader because WebLogic 10 API classes are not available+
    We are not sure how to deal with the "WebLogic 10 API classes are not available" message. Is there a lib we have to add to the SCA composite or do we have to change the WLS configuration somehow?
    We already tried a lot of configurations of persistence.xml and spring but nothing worked so far.
    Exception
    Caused By: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loadTimeWeaver' defined in URL [oramds:/deployed-composites/default/ProjectBServiceSCA_rev1.0/ProjectBServiceSCA.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver]: Constructor threw exception; nested exception is java.lang.IllegalStateException: Could not initialize WebLogic ClassLoader because WebLogic 10 API classes are not available
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:883)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:839)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
            at java.security.AccessController.doPrivileged(Native Method)
            Truncated. see log file for complete stacktrace
    Caused By: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver]: Constructor threw exception; nested exception is java.lang.IllegalStateException: Could not initialize WebLogic ClassLoader because WebLogic 10 API classes are not available
            at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:115)
            at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:61)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:877)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:839)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.IllegalStateException: Could not initialize WebLogic ClassLoader because WebLogic 10 API classes are not available
            at org.springframework.instrument.classloading.weblogic.WebLogicClassLoader.<init>(WebLogicClassLoader.java:70)
            at org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver.<init>(WebLogicLoadTimeWeaver.java:57)
            at org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver.<init>(WebLogicLoadTimeWeaver.java:46)
            at sun.reflect.GeneratedConstructorAccessor768.newInstance(Unknown Source)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoSuchMethodException: oracle.classloader.PolicyClassLoader.addInstanceClassPreProcessor(weblogic.utils.classloaders.ClassPreProcessor)
            at java.lang.Class.getMethod(Class.java:1605)
            at org.springframework.instrument.classloading.weblogic.WebLogicClassLoader.<init>(WebLogicClassLoader.java:62)
            at org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver.<init>(WebLogicLoadTimeWeaver.java:57)
            at org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver.<init>(WebLogicLoadTimeWeaver.java:46)
            at sun.reflect.GeneratedConstructorAccessor768.newInstance(Unknown Source)
            Truncated. see log file for complete stacktracepersistence.xml
    <?xml version="1.0" encoding="Cp1252" ?>
    <persistence xmlns="http://java.sun.com/xml/ns/persistence"
                 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
                 version="1.0">
        <persistence-unit name="SCASpringJPATest">
        <provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
        <jta-data-source>performanceTestDS</jta-data-source>
        <class>de.prototype.entities.Mainproject</class>
        <class>de.prototype.entities.Project</class>
        <properties>
          <property name="eclipselink.target-server" value="WebLogic_10"/>
          <property name="javax.persistence.jtaDataSource"
                    value="performanceTestDS"/>
        </properties>
      </persistence-unit>
    </persistence>spring.xml
    <beans xmlns="http://www.springframework.org/schema/beans"
           xmlns:util="http://www.springframework.org/schema/util"
           xmlns:jee="http://www.springframework.org/schema/jee"
           xmlns:lang="http://www.springframework.org/schema/lang"
           xmlns:aop="http://www.springframework.org/schema/aop"
           xmlns:tx="http://www.springframework.org/schema/tx"
           xmlns:sca="http://xmlns.oracle.com/weblogic/weblogic-sca"
           xmlns:context="http://www.springframework.org/schema/context"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-2.5.xsd http://www.springframework.org/schema/lang http://www.springframework.org/schema/lang/spring-lang-2.5.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd http://www.springframework.org/schema/tool http://www.springframework.org/schema/tool/spring-tool-2.5.xsd http://xmlns.oracle.com/weblogic/weblogic-sca META-INF/weblogic-sca.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd">
      <!--Spring Bean definitions go here-->
      <bean id="entityManagerFactory"
            class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean">
        <property name="persistenceUnitName" value="ProjectBServiceSCA"/>
        <property name="loadTimeWeaver">
          <bean class="org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver"/>
        </property>
        <property name="jpaVendorAdapter">
          <bean class="org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter">
            <property name="showSql" value="true"/>
            <property name="generateDdl" value="true"/>
            <property name="database" value="ORACLE"/>
          </bean>
        </property>
      </bean>
      <bean class="org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor"/>
      <bean class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor"/>
      <tx:annotation-driven transaction-manager="txManager"/>
      <bean id="txManager"
            class="org.springframework.transaction.jta.WebLogicJtaTransactionManager">
        <property name="entityManagerFactory" ref="entityManagerFactory"/>
      </bean>
      <bean class="de.prototype.service.ProjectBServiceSCAImpl"
            id="projectBService">
        <property name="entityManagerFactory" ref="entityManagerFactory"/>
      </bean>
      <sca:service target="projectBService" name="projectBServiceSCA"
                   type="de.prototype.service.IProjectBServiceSCA"/>
    </beans>

    We solved the problem by using the org.springframework.instrument.classloading.oc4j.OC4JLoadTimeWeaver. But we are not sure if this is correct. It at least works so far without any problems...

  • DMS Tab it's not visible in Project Management (PPM 5.0)

    Hello Gurus;
    I have been active the SAP DMS option in:
    SPRO --> SAP Portfolio and Project Management --> Project Management --> Structure --> Define Project Types
    And configured the document settings:
    SPRO --> SAP Portfolio and Project Management --> Project Management --> Documents -->
    Create Status Profile for Documents
    Define Object Links for Documents in DMS
    Define Object Links for Project Status Reports in DMS
    But it isn't visible the DMS tab.
    Has anyone fixed this issue?
    Best regards,
    Mariano

    Hi Mariano,
    DMS Status Reports tab appears at the level of Structure tab. And SAP DMS is at the level of Basic Data under Structure tab.
    Check the application configuration CPROJECTS_FPM under the package DEVELOPMENT_PROJECTS_UI_WD in SE80.
    After launching the configurator, check if all the tabs are there for the CPROJECTS_FPM.
    Regards
    Amit

  • Is there a limit of how many resources can be shared via a single Resource Pool in Project 2010 Professional standalone?

    We have a single master project resource pool of over 150 resources that are shared across let's say 10-15 sub projects or sharer files.
    We are using Microsoft Project Professional (standalone no project server)
    Are you aware of any limitations outside of project server with resource pool and sharing, or should we be using Project server (as I have read a lot of articles about resource pool sharing working better in project server)
    I'd like to get clarification on:
    1. I read that the calendars for resources (of which there could be many shift patterns etc.) should always be created in the master project only, not in the sharer files. In my testing I see that a shared resource also brings the additional calendars from
    the Master Project file - and can be chosen in the calendar column from Resource sheet.
    2. Each sharer file can have it's own specific project calendar, but the resource calendar (used by the assigned resources from the pool) will drive the scheduling (as per normal), unless;
    3. A specific task has a 'Task Calendar' applied to it AND "scheduling ignores resource calendars" is ticked.
    I am trying to find an article that addresses, in detail, the limitations or 'look out fors' in this area.  I have found plenty about how to create and share resources, but this is more troubleshooting.
    Any advice or direction that can be given would be appreciated. Thanks.

    No limit to resources, but linked master and resource pools are at high risk of file corruption if you rename, over-write or move a linked file without removing it from the master and pool first. Files will corrupt, its when not if.
    Master files should never have any resources or tasks in them, only inserted projects.
    I much prefer creating master files with the Link option deselected. This copies all data and consolidates resource info (so no pool needed). I record a macro to create new masters each week. This method has no corruption risk.
    Your alternative now is to experiment with Project Server. By far the best way to prototype a system is to get Project Online through Microsoft, ProjectHosts or Bemo. It will give you access to a vanilla project server very quickly and cost for a few months
    testing is trivial for a few users.
    If you go ahead with a full implementation I strongly recommend getting a qualified Project Server partner to help you implement the full system.
    Rod Gill
    Author of the one and only Project VBA Book
    www.project-systems.co.nz

  • Error while running a project in em console

    It was running fine all these days.server was restarted and i am facing problems shown below.
    I am not able run any project(ex.Project1) in em console.I am getting 2 errors like.
    1)DBLocker caught exception while retrieving locked messages.Will retry retrieval after 2 seconds
    2)Error while invoking endpoint "http://<server name>:7001/soa-infra/services/default/Project1/StdService" from client; Security Subject: Administrators
    Even if i unlock the account,its getting locked automatically.
    Notifications:1)The DocumentChange is not configured to be allowed for the component: RichTable[org.apache.myfaces.trinidad.component.UIXTable$RowKeyFacesBeanWrapper@7ae15fc6, id=messagesResult]
    2)Invalid Remote Targets: [Target Name: /Farm_soa_domain/soa_domain/AdminServer/OracleBamServer, Target Type: oracle_bam_server, Display Name: OracleBamServer (AdminServer) => com.bea:Name=oracle-bam#11.1.1,Location=AdminServer,Type=AppDeployment], [Target Name: /Farm_soa_domain/soa_domain/AdminServer/OracleBamWeb, Target Type: oracle_bam_web, Display Name: OracleBamWeb (AdminServer) => com.bea:Name=oracle-bam#11.1.1,Location=AdminServer,Type=AppDeployment]
    3)Calling ClearCacheCanonical Path=oracle.dms:JDBC_DataSource=SOADataSource,Location=AdminServer,name=/JDBC/SOADataSource/CONNECTION_4106,type=JDBC_Connection :::: matched=false
    Thanks in advance

    ALV Grid control is based on the custom controls on the screen. When the program is scheduled in background, it tries to create GUI related front-end objects and hence the error u201CFatal Error u2013 GUI cannot be reachedu201D. This type of problem is common with all the programs that use the ALV grid control to display the output.
    Solution:
    Whenever we execute this type of programs in background, we should be passing a blank docking container instead of the custom container as parent to our grid control. 
    The docking container doesnu2019t need any of the custom controls on the screen; instead it attaches an area to any or all of the four edges of the screen (top, left, right or bottom). The behavior of the areas in the container is determined by the sequence in which they are initialized. Docking Containers are attached to the screen from the inside out. This means that when you create a second container, it is attached to the edge of the screen, and the container that was already there is pushed outwards. 
    Let us modify the standard program (by taking a copy of it) to enable it to execute it in background.
    Following modifications have to be made:
    ·        Define a docking container in the program
    data: or_doc  type ref to cl_gui_docking_container .
    ·        At the time of creating a custom container, check if the program is being executed in background or foreground. If the program is scheduled in background, then create a docking container instead of custom container.
    if cl_gui_alv_grid=>offline( ) is initial.
        create object or_custom_container
               exporting container_name = c_container.
      create object or_grid
             exporting i_parent = or_custom_container.
    else .
    create object or_grid
             exporting i_parent = or_doc .
    endif . 
    Now test executing the program in background. The report would be generated.

  • Logical component cannot be used in project

    HI
    after i add logical component in solar_project_admin
    i try to check system landscape
    and i get error "Logical component SAP_ERP_EHP_ABAP_EHP4 is not used in project (the name of the project)"
    i used in 2 different logical component in this project
    you now whay?
    best regards
    Naor

    I am receiving this message right now, while conducting prototype testing.
    Message no. SOLAR_SPROJECT055 - Logical component Z_CHARM_PT is not used in project CHARM_PT01
    I used this logical component in a previous solman project and it worked. Now I have closed that project and am trying to create a new one using the same logical component.
    Any help or suggestions are appreciated. Thanks.

Maybe you are looking for

  • How to do Extension in "Update Standard Appraisal: Overview" page

    Hi, I'm posting many threads for the past two days, but still i have lot of unknown things against my client's requirement. So here i posting my complete requirement what i need to do. My OA Page Navigation: HR Employee Self service (Responsibility)

  • What to do with an old eMac?

    OK, odd question I know, but a worthwhile one in the interest of re-cycling and all that. I am about to come into ownership of a eMac: 700mhz, half a gig ram, 40gb HDD, etc. Pretty much standard. At work I have a network with 1 wireless mini, a wirel

  • Hyperlinks opening files in internet browser

    Hi, I'm going to get straight to the problem I seem to be enountering.... I am running Adobe X 10.1.3. What we have on our system, is a load of documents, which get created in MS Word 2010.  In these documents are hyperlinks, to individual .pdf files

  • Add Custom Right click menu on editable AdvancedDataGrid

    Hi, I have an AdvancedDataGrid whose editable property is set to true and selectionmode is multipleCells. Is it possible to display custom right click menu when i right click on any cell? Am getting only the default menu items (Cut, Copy, Paste, Sele

  • How to add filter in the dist. model

    hi, how to add filter in the dist. model thanks Ruban