Metaproj are not created on build server

We have two computers/servers with the same settings used to build our software. Our first computer was set up in 2011 and by now is old, run extremely slow and need to be replaced. We have set up a new computer
with the same settings to replace our old build server.
The servers are Windows 7, 32-bit as we are building VB6 components. We have some components in VB.Net with framework 3.5. At the moment it is not an option to upgrade these components, it will be done in a year, but not now. We
are using TFS 2010 to do our builds.
On our new build server we cannot build a web service. It works fine on our old server.
I have compared the log files and found out that the new server do not make a metaproj file in the build process. I can see in the log from our old server that as the metaproj file is running, the files that are missing in our new
build are built.
I have tried to set the parameter DeployOnBuild to True as I do the build, but it do not work.
As I start a new build, I use the same process and the same code is built. I only change the build controller to use.
How can I get the new server produce a metaproj file? Or could it be something completely different that I am missing?
I’ll be happy to send more information and answer all your questions. 
This is a passage from our log. The green part shows the part only in our old log and the text FAILED are only in the new log.
  Copying file from "obj\x86\Release\Hogia.Economy.Base.XmlSync.WcfService.exe" to "bin\x86\Release\Hogia.Economy.Base.XmlSync.WcfService.exe".  
WcfService -> C:\Builds\33\Economy\Ekonomisystem 2015.1 NB\Sources\Economy\Base\XMLSync\WcfService\bin\x86\Release\Hogia.Economy.Base.XmlSync.WcfService.exe   Copying file from "obj\x86\Release\Hogia.Economy.Base.XmlSync.WcfService.pdb" to
"bin\x86\Release\Hogia.Economy.Base.XmlSync.WcfService.pdb".   Copying file from "obj\x86\Release\Hogia.Economy.Base.XmlSync.WcfService.xml" to "bin\x86\Release\Hogia.Economy.Base.XmlSync.WcfService.xml". Done Building Project
"C:\Builds\33\Economy\Ekonomisystem 2015.1 NB\Sources\Economy\Base\XMLSync\WcfService\WcfService.vbproj" (default targets).
Project "C:\Builds\33\Economy\Ekonomisystem 2015.1 NB\Sources\Economy\Base\XMLSync\XMLSync.sln" (6) is building "C:\Builds\33\Economy\Ekonomisystem
2015.1 NB\Sources\Economy\Base\XMLSync\WebService.metaproj" (40) on node 1 (default targets).
                            The
project WebService are built.
Done Building Project "C:\Builds\33\Economy\Ekonomisystem 2015.1 NB\Sources\Economy\Base\XMLSync\WebService.metaproj" (default targets).
Done Building Project "C:\Builds\33\Economy\Ekonomisystem 2015.1 NB\Sources\Economy\Base\XMLSync\XMLSync.sln" (default targets) --
FAILED. Done Building Project "C:\Builds\33\Economy\Ekonomisystem
2015.1 NB\BuildType\TFSBuild.proj" (CompileSolution target(s)) -- FAILED.
Project "C:\Builds\33\Economy\Ekonomisystem 2015.1 NB\BuildType\TFSBuild.proj" (1:3) is building "C:\Builds\33\Economy\Ekonomisystem 2015.1 NB\BuildType\TFSBuild.proj" (1:6) on node 1 (CompileSolution target(s)). Project "C:\Builds\33\Economy\Ekonomisystem
2015.1 NB\BuildType\TFSBuild.proj" (1:6) is building "C:\Builds\33\Economy\Ekonomisystem 2015.1 NB\Sources\Economy\Hogia.Economy\Hogia.Economy.sln" (39) on node 1 (default targets).

Hi Paul,   
Thanks for your post.
You’re using the default TFS 2010 build process template in your build definition to build solution?
As we know that TFS 2010 invoke MSBuild(v4.0) command line to build solution on build agent machine by default. Please logon your build new build agent machine, then manually execute the same MSBuild command line(which be execute in your TFS build log) to
build your solution  and check the result, ensure your solution can be built as expect on build agent machine manually.
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.
Click
HERE to participate the survey.

Similar Messages

  • _pageflow and struts action xml are not creating from build.xml

    which is exported from Eclipse (Weblogic portal 10.3.2). But from Eclipse exporting EAR, which contains WAR have _pageflow directory and corresponding xml file. Here is build.xml which is exported from Eclipse.
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <!-- WARNING: Eclipse auto-generated file.
    Any modifications will be overwritten.
    To include a user specific buildfile here, simply create one in the same
    directory with the processing instruction <?eclipse.ant.import?>
    as the first entry and export the buildfile again. -->
    <project basedir="." default="build" name="MyPortalWAR">
    <property environment="env"/>
    <property name="ECLIPSE_HOME" value="C:/beaportal1032/oepe_11gR1PS1/eclipse"/>
    <property name="debuglevel" value="source,lines,vars"/>
    <property name="project.dir" value="."/>
    <property name="project.name" value="MyPortalWAR"/>
    <property name="archive.name" value="${project.name}.war"/>
    <property name="target" value="1.6"/>
    <property name="source" value="1.6"/>
    <path id="WebLogic System Libraries.libraryclasspath">
    <pathelement location="../../beaportal1032/wlserver_10.3/server/lib/api.jar"/>
    <pathelement location="../../beaportal1032/modules/glassfish.jstl_1.2.0.1.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.jsf_1.2.0.1.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.ejb_3.0.1.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.enterprise.deploy_1.2.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.interceptor_1.0.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.jms_1.1.1.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.jsp_1.1.0.0_2-1.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.jws_2.0.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.activation_1.1.0.0_1-1.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.mail_1.1.0.0_1-4-1.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.xml.soap_1.3.1.0.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.xml.rpc_1.2.1.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.xml.ws_2.1.1.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.management.j2ee_1.0.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.resource_1.5.1.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.servlet_1.0.0.0_2-5.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.transaction_1.0.0.0_1-1.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.xml.stream_1.1.1.0.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.security.jacc_1.0.0.0_1-1.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.xml.registry_1.0.0.0_1-0.jar"/>
    <pathelement location="../../beaportal1032/wlserver_10.3/server/lib/wls-api.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.apache_1.2.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.i18n_1.6.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.logging_1.6.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.utils.full_1.7.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.utils.wrapper_1.4.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.utils.classloaders_1.6.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.common.security.providers.env_1.0.0.0_5-2-0-0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.common.security.saml2.manage_1.0.0.0_5-2-0-0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.weblogic.web.api_1.3.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.weblogic.rmi.client_1.6.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.transaction_2.6.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.workarea_1.6.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.xml.weblogic.xpath_1.3.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.datasource6_1.7.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.weblogic.stax_1.6.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.persistence_1.0.0.0_1-0-2.jar"/>
    </path>
    <path id="EAR Libraries.libraryclasspath"/>
    <path id="Shared Library [wlp-tools-dvt-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-tools-dvt-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/war-classes.jar"/>
    </path>
    <path id="Shared Library [wlp-framework-full-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-framework-full-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/netuix_servlet-full.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-framework-full-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/wsrp-complex-producer.jar"/>
    </path>
    <path id="Shared Library [wlp-jsf-portlet-bridge-2.0-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-jsf-portlet-bridge-2.0-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/portlet-bridge-api-2.0.0-SNAPSHOT.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-jsf-portlet-bridge-2.0-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/portlet-bridge-impl-2.0.0-SNAPSHOT.jar"/>
    </path>
    <path id="Shared Library [wlp-clipper-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-clipper-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/netuix_clipper.jar"/>
    </path>
    <path id="Shared Library [wlp-lookandfeel-web-lib].libraryclasspath"/>
    <path id="Shared Library [wlp-rest-full-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-rest-full-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/netuix_rest-full.jar"/>
    </path>
    <path id="Shared Library [wlp-framework-rest-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-framework-rest-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/netuix_rest.jar"/>
    </path>
    <path id="Shared Library [content-management-faces-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/content-management-faces-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/content_faces.jar"/>
    </path>
    <path id="Shared Library [wlp-rest-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-rest-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/rest_servlet.jar"/>
    </path>
    <path id="Shared Library [wlp-light-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/ccpp-1_0.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/ccpp-ri-1_0.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/classes.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/client_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/jena-1.4.0.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/l10n_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/netuix_servlet.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/portlet-container.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/prefs-spi.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/prefs_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/rdffilter.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/render_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/skeleton_taglib.jar"/>
    </path>
    <path id="Shared Library [wlp-wsrp-producer-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-wsrp-producer-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/wsrp-producer.jar"/>
    </path>
    <path id="Shared Library [wlp-framework-common-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-framework-common-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/faces-adapter.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-framework-common-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/netui-adapter.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-framework-common-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/netuix_common_web.jar"/>
    </path>
    <path id="Shared Library [jstl].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jstl_1.2_1.2.0.1/1/WEB-INF/lib/glassfish.jstl_1.2.0.1.jar"/>
    </path>
    <path id="Shared Library [wlp-framework-struts-1.2-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-framework-struts-1.2-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/struts-adapter.jar"/>
    </path>
    <path id="Shared Library [struts-1.2].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/struts-1.2_1.2_1.2.9/1/WEB-INF/lib/commons-beanutils.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/struts-1.2_1.2_1.2.9/1/WEB-INF/lib/commons-digester.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/struts-1.2_1.2_1.2.9/1/WEB-INF/lib/commons-fileupload-1.0.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/struts-1.2_1.2_1.2.9/1/WEB-INF/lib/commons-logging.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/struts-1.2_1.2_1.2.9/1/WEB-INF/lib/commons-validator-1.1.4.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/struts-1.2_1.2_1.2.9/1/WEB-INF/lib/jakarta-oro.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/struts-1.2_1.2_1.2.9/1/WEB-INF/lib/struts.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/struts-1.2_1.2_1.2.9/1/WEB-INF/lib/commons-beanutils.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/struts-1.2_1.2_1.2.9/1/WEB-INF/lib/commons-digester.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/struts-1.2_1.2_1.2.9/1/WEB-INF/lib/commons-logging.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/struts-1.2_1.2_1.2.9/1/WEB-INF/lib/jakarta-oro.jar"/>
    </path>
    <path id="Oracle WebLogic Portal Server.libraryclasspath">
    <pathelement location="../../beaportal1032/wlportal_10.3/p13n/lib/system/p13n_common.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/p13n/lib/system/p13n_system.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/p13n/lib/system/p13n-schemas.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/p13n/lib/system/wlp_services.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/light-portal/lib/system/wsrp-common.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/light-portal/lib/system/wsrp-client.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/light-portal/lib/system/netuix_common.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/light-portal/lib/system/netuix_schemas.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/light-portal/lib/system/netuix_system.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/portal/lib/system/netuix_system-full.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/content-mgmt/lib/system/content_system.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/info-mgmt/lib/system/wps_system.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/info-mgmt/lib/system/wlp_content_system.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/info-mgmt/lib/system/wlp-schemas.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/apps/lib/system/groupspace_system.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/analytics/lib/system/analytics_sys.jar"/>
    </path>
    <path id="Shared Library [beehive-controls-1.0.1-10.0-war].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-controls-1.0.1-10.0-war_1.0_1.0.2.2/1/WEB-INF/lib/beehive-controls.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-controls-1.0.1-10.0-war_1.0_1.0.2.2/1/WEB-INF/lib/beehive-ejb-control.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-controls-1.0.1-10.0-war_1.0_1.0.2.2/1/WEB-INF/lib/beehive-jdbc-control.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-controls-1.0.1-10.0-war_1.0_1.0.2.2/1/WEB-INF/lib/beehive-jms-control.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-controls-1.0.1-10.0-war_1.0_1.0.2.2/1/WEB-INF/lib/commons-codec-1.3.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-controls-1.0.1-10.0-war_1.0_1.0.2.2/1/WEB-INF/lib/commons-discovery.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-controls-1.0.1-10.0-war_1.0_1.0.2.2/1/WEB-INF/lib/commons-logging.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-controls-1.0.1-10.0-war_1.0_1.0.2.2/1/WEB-INF/lib/log4j-1.2.8.jar"/>
    </path>
    <path id="Apache XMLBeans v2.3.libraryclasspath">
    <pathelement location="${ECLIPSE_HOME}/dropins/oepe/eclipse/plugins/oracle.eclipse.tools.xmlbeans.library.v23_2.2.1.201001302105.jar"/>
    </path>
    <path id="Shared Library [jsf].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jsf_1.2_1.2.9.0/1/WEB-INF/lib/glassfish.jsf_1.2.9.0.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jsf_1.2_1.2.9.0/1/WEB-INF/lib/glassfish.jstl_1.2.0.1.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jsf_1.2_1.2.9.0/1/WEB-INF/lib/javax.jsf_1.2.0.1.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jsf_1.2_1.2.9.0/1/WEB-INF/lib/wls.jsf.di.jar"/>
    </path>
    <path id="Shared Library [jaxrs-framework-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jaxrs-framework-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/jackson-core-asl-1.1.0.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jaxrs-framework-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/jackson-jaxrs-1.1.0.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jaxrs-framework-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/jackson-mapper-asl-1.1.0.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jaxrs-framework-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/rest-framework.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jaxrs-framework-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/token-manager.jar"/>
    </path>
    <path id="Shared Library [jersey-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jersey-web-lib_1.0_1.0.2/1/WEB-INF/lib/asm-3.1.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jersey-web-lib_1.0_1.0.2/1/WEB-INF/lib/jersey-core-1.0.2.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jersey-web-lib_1.0_1.0.2/1/WEB-INF/lib/jersey-server-1.0.2.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jersey-web-lib_1.0_1.0.2/1/WEB-INF/lib/jsr311-api-1.0.jar"/>
    </path>
    <path id="Shared Library [content-management-app-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/content-management-app-lib_10.3.2_10.3.2/1/APP-INF/lib/content_wlp.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/content-management-app-lib_10.3.2_10.3.2/1/APP-INF/lib/jcrspi-1.0.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/content-management-app-lib_10.3.2_10.3.2/1/content_repo.jar"/>
    </path>
    <path id="Shared Library [wlp-services-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-services-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/ad_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-services-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/content_servlet.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-services-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/dt_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-services-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/ph_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-services-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/pz_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-services-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/um_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-services-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/wlp_content.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-services-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/wps_servlet.jar"/>
    </path>
    <path id="Shared Library [content-management-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/content-management-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/cmwsrp_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/content-management-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/content_functions.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/content-management-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/content_servlet.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/content-management-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/content_web_common.jar"/>
    </path>
    <path id="Shared Library [wlp-services-app-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-services-app-lib_10.3.2_10.3.2/1/APP-INF/lib/classes.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-services-app-lib_10.3.2_10.3.2/1/wps.jar"/>
    </path>
    <path id="Shared Library [vcr-app-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/vcr-app-lib_10.3.2_10.3.2/1/APP-INF/lib/content_system.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/vcr-app-lib_10.3.2_10.3.2/1/content.jar"/>
    </path>
    <path id="Shared Library [wls-commonslogging-bridge-war].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wls-commonslogging-bridge-war_1.0_1.1/1/WEB-INF/lib/commons-logging.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wls-commonslogging-bridge-war_1.0_1.1/1/WEB-INF/lib/wlcommons-logging.jar"/>
    </path>
    <path id="Shared Library [wlp-beehive-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-beehive-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/wlp-beehive-classes.jar"/>
    </path>
    <path id="Shared Library [beehive-netui-1.0.1-10.0].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-netui-1.0.1-10.0_1.0_1.0.2.2/1/WEB-INF/lib/beehive-netui-core.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-netui-1.0.1-10.0_1.0_1.0.2.2/1/WEB-INF/lib/beehive-netui-tags.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-netui-1.0.1-10.0_1.0_1.0.2.2/1/WEB-INF/lib/commons-codec-1.3.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-netui-1.0.1-10.0_1.0_1.0.2.2/1/WEB-INF/lib/commons-el.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-netui-1.0.1-10.0_1.0_1.0.2.2/1/WEB-INF/lib/weblogic-netui.jar"/>
    </path>
    <path id="Shared Library [beehive-netui-resources-1.0.1-10.0].libraryclasspath"/>
    <path id="Shared Library [p13n-rest-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-rest-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/p13n_rest.jar"/>
    </path>
    <path id="Shared Library [p13n-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/auth_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/es_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/i18n_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/profile_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/ps_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/tracking_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/ugm_taglib.jar"/>
    </path>
    <path id="Shared Library [p13n-core-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-core-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/p13n_web_app.jar"/>
    </path>
    <path id="Shared Library [wlp-framework-full-app-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-framework-full-app-lib_10.3.2_10.3.2/1/APP-INF/lib/classes.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-framework-full-app-lib_10.3.2_10.3.2/1/netuix.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-framework-full-app-lib_10.3.2_10.3.2/1/prefs.jar"/>
    </path>
    <path id="Shared Library [p13n-app-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-app-lib_10.3.2_10.3.2/1/APP-INF/lib/credentialvault_service.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-app-lib_10.3.2_10.3.2/1/p13n_ejb.jar"/>
    </path>
    <path id="Shared Library [p13n-app-lib-base].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-app-lib-base_10.3.2_10.3.2/1/APP-INF/lib/p13n-schemas.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-app-lib-base_10.3.2_10.3.2/1/APP-INF/lib/p13n_app.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-app-lib-base_10.3.2_10.3.2/1/APP-INF/lib/p13n_common.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-app-lib-base_10.3.2_10.3.2/1/APP-INF/lib/p13n_system.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-app-lib-base_10.3.2_10.3.2/1/APP-INF/lib/p13n_common.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-app-lib-base_10.3.2_10.3.2/1/APP-INF/lib/p13n-schemas.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-app-lib-base_10.3.2_10.3.2/1/APP-INF/lib/wlp_services.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-app-lib-base_10.3.2_10.3.2/1/APP-INF/lib/wlp_services.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-app-lib-base_10.3.2_10.3.2/1/p13n_ejb_base.jar"/>
    Any ideas ..?
    - Ravi

    your problem here seems to be in your jsp, you have not given your jsp code here but its form tag should be like ,
    <html:form action="/searchCollegeResult.do">
    //your code
    </html:form>check this if it is same pls put your jsp code here then I can check.

  • Backups of the JVM.CONFIG file are not created

    Backups of the JVM.CONFIG file are not created.
    CF10 > Server Settings > Java and JVM   in part says:
    Backups of the jvm.config file are created when you hit the submit button. You can use this backup to restore from a critical change.
    CF10 Help page indicates jvm.bak will be created:
    http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSc3ff6d0ea77859461172e0811cbf3638e6-7ff c.html#WSc3ff6d0ea77859461172e0811cbf3638e6-7feb
    Note Help indicates incorrectly JVM.CONFIG and BAK are in cf_root\runtime\bin where as JVM.CONFIG is located cf_root\instance\bin .
    Thanks in advance, Carl.

    I must have not had enough coffee - JVM.BAK is created in where JVM.CONFIG is found. Pardon me.

  • WS not created in application server control after deployment

    Hi,
    I just tried to deploy fulfillmentESB project(SOADemo Projects) from Jdev to Oracle App server control. But there was no webservice created in Oracle application server control under webservices link....plz help me...
    Actually the steps which i had followed to deploy that fulfillment project are:
    * right-click fulfillmentESB
    * select Register with ESB, Integration connection
    after which the fulfillment webservice can be seen in ESB control as well as application server control. But i could not able to see webservice created in application server control.
    Also i tried deploying the fulfillmentESB using EAR file - no use
    So kindly give me some steps to solve this issue...
    -Indhu

    Here is an example of the two steps required to deploy a Web Service application, using the ant task for the 10.1.3.x release.
    <project name="CalculatePrice" default="all" basedir="." xmlns:o="antlib:oracle">
      <property file="build.properties"/>
      <property name="deployeruri"        value="deployer:oc4j:${oc4j.host}:${oc4j.admin.port}"/>
    <!--
      <property name="deployeruri" value="deployer:oc4j:opmn://${oc4j.host}:${oc4j.opmn.port}/home" />
    -->
      <property name="bindweb.website" value="default-web-site"/>
      <property name="app.name" value="sdots"/>
      <target name="deploy">
        < o :deploy file="${basedir}/dist/${app.name}.ear"
                  deploymentname="${app.name}" deployeruri="${deployeruri}"
                  userid="${oc4j.admin.user}" password="${oc4j.admin.password}"/>
        < o :bindWebApp deploymentname="${app.name}" deployeruri="${deployeruri}"
                      userid="${oc4j.admin.user}" password="${oc4j.admin.password}"
                      webmodule="webservice-web" websitename="${bindweb.website}"
                      contextroot="/sdots"/>
      </target>Not sure if this applies to your specific scenario.
    ps. cross posting on the different OTN forums is generally not a good idea as you get threads out of sync. In this specific case, you are running into an issue with a specific ESB demo, and the ESB-SOA forum is definitly a better palce to get specific help.
    WS not created in application server control after deployment
    ps2. I guess you should got it by now, as I am not the first one to make this comment.
    Webservice not created in oracle application server after deployment
    ps3. We still don't have details about the versions you are using and the specific about THE SOADemo Projects - provide the information someone else would need in the forum that best correspond to your issue; the SOA one in this case ;-)

  • Report Alerts are not shown on crystal server 2011

    Hi,
    I have created alerts on From date and To Date. The alert is shown when the difference between From Date and To Date is more than an year. It is shown properly in the crystal report designer. When I am uploading the same report to the server the alerts are not shown on the server.
    Can someone help me with the same.
    Thanks,
    Simran

    Hi Jawahar,
    I have uploaded the report in CMC using Add--> Local Document.
    For Alerts I have checked the Box 'Enable Alert'. Still I am not getting a Pop Up which I get in the crystal report designer. Is the Alert sent on Crystal Server by email? I have currently selected default setting in Configure Alert Notification.
    Regards,
    Simran

  • Posting Document Not Created in Quality Server

    Dear All,
                        My HR-FI Posting document is not created in quality server.
    Whem am running the PC_M99_CIPE  transaction and  run simulation run after that it giving me the message no document is created .
    And also am not able to see the log in quality server.
    All the things is working in the development server but not in quality server.
    I checked the obye,and obyg all things is been fine .
    Kindly help to sort the problem.
    Thanks
    Sandeep

    Dear Sandeep,
    First make the control record status Exit payroll PA03.
    Goto "Posting to Acc : Create posting run" screen.
    Fill period, payroll area, personnel number fields as requested.
    type of doc created write P - live posting run.
    Select output log & Run.
    Click "Doc overview" button.Select the document and click "Release document" button - F9.
    Say "Yes".
    Go back.
    Press "Posting tun overview" button.
    Select the last posting.
    Click post documents button.
    Say "Immediately".
    This procedure should work.
    If not, you may lack some authorization objects.
    Go and check whether the doc is posted via transaction FB03.
    All the best,
    Dilek
    Edited by: Dilek Ersoz on Nov 9, 2009 1:34 PM

  • My email gets bounced into an eternal loop in the outbox and says that my iCloud and me account are not recognized by the server? I've tried setting up another account and it says that I already have them set up, and it is stil only sending 1 or 2 message

    My messages get lost in an eternal loop in my out box and it says that my iCloud me accounts are not recognized by the server. I can send 1 or 2 out of 10.
    We tried adding a new account and that didn't work. We then deleted the account and started again. Still didn't work. Extremely frustrated!

    There also seems to be something wrong with the time!!! My posting says 5:30ish but it was 8:30ish?

  • Purchase requisitions are not created for Component by MRP

    Hi,
    I have created planned orders for assy. When I run the MRP the purchase requisitions are not created by  MRP for the components. If I check the planned order the components tab is showing all the raw materials list as per the BOM. The master data tab shows the BOM,Routing,Production version etc. But when I run the MRP the components planned orders/purchase requisitions are not created.  There is no stocks available for the components in the plant, still the purchase requisition are not created by MRP.
    I have tried in both transactions MD01 and MD02.
    I could notice one thing. Supoose if I enter 31.12.2009 is the order finish date, the system creates exception mesage 10- Rescheduling in with proposed date 01.12.2009.  Why the system is propsoing rescheduling in with date 01.12.2009 which past date.
    Please sugest.
    thanks and regards
    Murugesan

    Hi,
    I am using MRP type PD  for assy and components. There is no planned orders for assy.
    If I run MD02 the planned orders created for assy and purchase requisition are created for raw materials. But if I run MRP in MD01 neither  the planned orders nor the purchase requisitions created.
    I tried the Control keys NETCH,NEUPL but still the planned order and purchase requisitions are not created if I run using MD01.
    Please suggest.
    thanks and regards
    Murugesan

  • Call items are not created for Org BP's when created from Campaigns

    Hello All,
    We are creating Campaigns for Org BP's and pushing them to channel Phone, which is creating call list but call items are not created for Org BP's.
    Org BP's are maintained with Contact Person's, callling hours and phone number are maintained against contact person BP, but still call items are not created with in call list.
    Please let me know if I miss any further steps.
    Thanks,
    Raj.

    Hi Debasis,
    You can delete the PDS by using /SAPAPO/CULL_RTO_DEL - Delete Production Data Structure . And recif the it to APO. You can use CURTO_CREATE for it.
    For the error message /SAPAPO/OM_ERROR2 119 there are couple of OSS notes please check the same.
    1648558 - CIF error: 'Mode linkage problem with primary resource'
    1325227 - PDS-EXP: Mode linkage problem with primary resource
    Regards,
    RBrahmankar

  • Parameters are not created for M0001 feature

    Hi Friends,
    During Hiring activity in IT0002 after entering all the fields, while saving i got a warning message - parameters are not created in M0001 feature. Please give me your views & answers why i got this message.
    Edited by: sharada vemula on Apr 4, 2010 11:31 AM

    Hi,
    Go to PE03 enter M0001
    create a structure till Personal Area and enter **** unless you want to maintain Administrator group in here.
    Hope this helps
    Ajay

  • Certain websites i.e.google, yahoo, or other search engines are not found in my server. Why? They were last week. I can only access different countries' google search engines. Error 404 comes up repeatedly. Can anyone explain how to fix this?

    search engines and other websites are not found in my server although they were about a week ago. Now Error 404 pops up every time I try to access the websites or search engines. I am not entirely sure when it started exactly, but if there is a way to fix it, I would be very glad to hear it.

    Do a malware check with a few malware scan programs.<br />
    You need to use all programs because each detects different malware.<br />
    Make sure that you update each program to get the latest version of the database.<br />
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    *http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and [[Searches are redirected to another site]]
    See also http://kb.mozillazine.org/Error_loading_websites

  • On oracleXE 10g installation,  bdump, cdump, udump  are not created

    Hi all,
    I installed Oracle XE 10g on my system successfully, but in
    C:\oraclexe\app\oracle\admin
    folder, bdump, cdump, and udump files are not created. Any help, what may be the reason will be appreciated.
    Thanks in advance,
    Pal

    The SQL used to to create and configure a database excludes the ability to create the directories required. (unless using ASM)
    This means that before running the dbcreate shell script (or equivalent), the directories need to be created via the o/s itself - usually a command line script.
    The Oracle XE version for Linux combines this (the command line stuff and SQL stuff) into a single script in $ORACLE_HOME/bin/createdb.sh - I would expect that you will find a .cmd version of this for XE on Windows.
    In this script, the mkdir command is used to create the required directories before the sqlplus is launched to create the database.
    However, this script does not create separate bdump/adump/cdump/etc directories.
    It creates the following 2 directories:
    mkdir $logdir
    mkdir $filedir
    These are defined as:
    filedir=$ORACLE_HOME/dbs
    logdir=$ORACLE_HOME/log
    Then it configures the init.ora for the db create as follows:
    user_dump_dest=$logdir
    background_dump_dest=$logdir
    core_dump_dest=$logdir
    audit_file_dest=$logdir
    BTW, I suggest that you consider posting database questions in the [url http://forums.oracle.com/forums/forum.jspa?forumID=61]Database - General forum - this forum is specifically about the database SQL and PL/SQL languages. Not about db installation, configuration and so on.

  • Change number that are not created earlier accepted for change of BOM

    Hi,
    When i am going to change BOM it gives warning message "Enter change number, BOM has history requirement"
    But my problem is when i put any number in field of change number it is allowing me to change the BOM.
    It should not be accept any number that are not created earlier in the system. It must have to accept change number that is created for the history requirement for perticular material. kindly give your input on this issue.
    Atul

    Hi Atul,
    Please refer the thread ECM-Problem with Change number in CS01 and CS02 Transactions
    Thanks,
    Rakesh J

  • Profitability Segments are not created for Invoices

    Hi Guru's
    Can any one help on this ?
    "Invoice Documents Profitability Segments are not created" can you please suggest me?
    Thanks,
    Aakash

    Hi Aakash,
    I think you are trying to integrate FICA with CO-PA and then getting the error.
    The posting of a contract accounts A/R & A/P document in CO-PA is dependent on-
    (a) Activation of the operating concern in the SPRO node Controlling → Profitability Analysis →
    Structures → Define Operating Concern → Maintain Characteristics
    and
    (b) CO short account assignment of the contract in the SPRO Node Financial Accounting → Contract
    Accounts Receivable and Payable → Basic Functions → Posting and Documents → Documents
    → Define Account Assignments for Automatic Postings → Store CO Short Account Assignments
    for IS-U Contracts.
    In here, the system only carries out the posting if the Profitability Segment Assigned selected in CO
    account assignment.
    Hope it helps...
    Thanks,
    Amlan

  • I upgraded to Lion yesterday. Now I keep getting and error message: there was a problem connecting to the server. URLs with type "file:" are not supported. What server?

    I upgraded to Lion yesterday. Now I keep getting and error message: there was a problem connecting to the server. URLs with type "file:" are not supported. What server? How do I get rid of this.

    Take a look at this link, https://discussions.apple.com/message/16156214#16156214

Maybe you are looking for

  • Macbook pro screen blacks out for few seconds?

    Hey Since around 2 weeks I am facing a problem with the screen, it blacks out for few seconds in a random time and then it become normal. I have Mountain Lion since more than 6 months and always it was working fine but the last 2 weeks I faced this p

  • Will my apps be deleted if i update my ios wirelessly

    Hi, I'd like to update my iOS to 6, and I'm iOS 5.1, but I don't want my apps and stuff to be deleted nor do I have access to my PC to back it up. (I also don't wnt to back up to iCloud cuz how will that save my apps?!) So will my apps be deleted if

  • Trying to access remote FreeNAS AFP share halts system!

    Trying to access a remote FreeNAS box, with AFP sharing set up. (AFP works fine over the LAN, just not over WAN.) From a remote location, if I go to Finder and `Go>Connect to Server` then enter `afp://myserver.com`, I get prompted for username & pass

  • DW 4 - can I stop it from opening the objects window by default

    I've used Dreamwaver 4 for years, and have closed the objects windows a few hundred thousand times because it opens by default every time I open an html file. Is there any way to set the default so that the objects window does NOT open automatically.

  • RSUM and level based measure

    Hi all, Is it possible to use the RSUM display function with level based measure. RSUM(LBM) in Answers. I tried to do so but the RSUM is never correct,so i'm wondering if I'm doing something wrong or the RSUM is not working correctly with level based