Error in CAF Project Deployment

Hi All,
I have created a simple CAF project named as "firstcaf" in NWDS of NetWeaver CE. But at the deployment time I am getting an error like bellow
May 30, 2007 7:11:43 PM /userOut/daView_category (eclipse.UserOutLocation) [Thread[Deploy Thread,5,main]] ERROR: Deploy Exception.An unresolved dependencies error occurred while sorting the deployment batch items regarding the dependencies.; nested exception is:
     java.rmi.RemoteException:  class com.sap.engine.services.dc.cm.deploy.sdu_deps_resolver.UnresolvedDependenciesException:
1. Component: name: 'firstcafear', vendor: 'demo.sap.com', location: 'NetWeaver Developer Studio', version: '20070530190930', software type: 'J2EE', dependencies: '[name: 'cafruntimeear', vendor: 'sap.com', name: 'cafcore~ear', vendor: 'sap.com']'
Unresolved dependency:
name: 'cafruntimeear', vendor: 'sap.com'     ( The component sap.com_cafruntimeear doesn't exist in the deployment batch and is not deployed.)
Unresolved dependency:
name: 'cafcoreear', vendor: 'sap.com'     ( The component sap.com_cafcoreear doesn't exist in the deployment batch and is not deployed.)
Could anybody send me any idea how to resolve this problem?
Another one question regarding WebDynpro. In CE when I am creating a Web Dynpro project I am getting a "web.xml" file under Resources -> WEB-INF. Can anybody tell me why this file is required and what purpose this file will be used?
Thanks and regards
Chandan
Message was edited by: Chandan
        Chandan Jash

Hi,
the answer of the first question is simple - the CAF runtime is not included in the NW CE trial download. Therefore, you can't deploy any CAF projects..
The trial download version includes only the Java EE 5 compatible server, Web Dynpro, and Data Dictionary... No additional tools and technologies such as CAF, Visual Composer, GP and so on are supported in the trial.
The latter however, are available in the official product SAP NetWeaver Composition Environment, which is currently available for productive use through the official SAP ramp-up process.
As to the second question (web dynpro generates web.xml) - the reason for this is that the web dynpro container runs as extension of the standard web container of the server, which runs web components packaged as WAR files. Therefore, it's just a matter of unifying the packaging and deployment artifacts. From web dynpro application developer's perspective, it's all transparent - you are not expected to do any changes to this xml file.
Hope that helps!

Similar Messages

  • Deployment error in CAF project with web service

    Hi,
    We are trying to deploy a CAF project in CE SP6 but we are getting warnings. The project gets deployed when no web services are created but when we create any web service and try to deploy we get the following deployment warning :
    [ERROR CODE DPL.DS.6193] Error while ; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5030] Clusterwide exception: server ID 22886750:com.sap.engine.services.deploy.container.DeploymentException:
         at com.sap.engine.services.webservices.server.deploy.WebServicesDeployManager.makeStartInitially(WebServicesDeployManager.java:693)
         at com.sap.engine.services.deploy.server.application.StartInitiallyTransaction.makeStartInitially(StartInitiallyTransaction.java:184)
         at com.sap.engine.services.deploy.server.application.StartInitiallyTransaction.prepare(StartInitiallyTransaction.java:145)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:420)
         at com.sap.engine.services.deploy.server.application.StartTransaction.doStartInitiallyGlobal(StartTransaction.java:449)
         at com.sap.engine.services.deploy.server.application.StartTransaction.doStartInitially(StartTransaction.java:437)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:178)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:420)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:445)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.super_MakeAllPhases(ParallelAdapter.java:337)
         at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhasesImpl(StartTransaction.java:550)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:251)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:392)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3389)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3375)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3278)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3251)
         at com.sap.engine.services.dc.lcm.impl.J2EELCMProcessor.doStart(J2EELCMProcessor.java:99)
         at com.sap.engine.services.dc.lcm.impl.LifeCycleManagerImpl.start(LifeCycleManagerImpl.java:62)
         at com.sap.engine.services.dc.cm.deploy.impl.LifeCycleManagerStartVisitor.visit(LifeCycleManagerStartVisitor.java:34)
         at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)
         at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcessLCMDeplItem(DefaultDeployPostProcessor.java:80)
         at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcess(DefaultDeployPostProcessor.java:56)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doPostProcessing(DeployerImpl.java:741)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.performDeploy(DeployerImpl.java:732)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doDeploy(DeployerImpl.java:576)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:270)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:192)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImplp4_Skel.dispatch(DeployerImplp4_Skel.java:875)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
         at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
         at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
         at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:872)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
         at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
    Can anyone please help?
    Edited by: Somnath Roy on Jul 30, 2008 2:20 PM

    Hi Roy,
                To best what i understand is that the clusterwide nested exception generally comes when you try to deploy a project or the method in the webservice which is already deployed. So please check if there is a redundant deployment due to which the error is being thrown.
    Regards
    Ashok

  • Deploy occurs errors after rename project.

    deploy occurs errors after rename project.
    local project (in JAVA perspective refactor->rename)
    then rebuild,create,deploy.an erros occurs:
    2009-5-19 9:35:35 /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [013]Deployment aborted
    Settings
    SDM host : 10.98.3.59
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/ADMINI1/LOCALS~1/Temp/temp6550783345363564101WYJ_WD_FlightList.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/ADMINI1/LOCALS~1/Temp/temp6550783345363564101WYJ_WD_FlightList.ear
    Aborted: development component 'WYJ_WD_FlightList'/'local'/'LOKAL'/'0.2009.05.19.09.30.59'/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application local/WYJ_WD_FlightList.. Reason: Clusterwide exception: Failed to deploy application local/WYJ_WD_FlightList. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?; nested exception is:      com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application local/WYJ_WD_FlightList. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted
    Can anyone help me?
    thanks a lot!

    Thanks for Rajat Jain  and Umang Mathur  's answers 。
    the demo project can be download in SDN::TutWD_FlightList.zip   
    before i sign this thread ,i've followed the issue : (project folder,.project file )
    Rename package for an existing Web Dynpro App
      tips:if i only change .project file,i can not import the project.
    but these do not work。it shows the same erros.
    after then i just try to redo this in the other way: (in java perspective ,refactor->rename)。
    it shows the same errors.
    my environment:
    studio:Version: 7.0.11
    JAVA AS:7.00 sp18

  • SSIS Project Deployment : Getting error "query the operation_messages view for the operation identifier"

    Hello,
    I have developed SSIS package and using Project Deployment Model.
    I have created a Folder under the SSISDB in Integration Services Catalog.
    Then, Right click on the Project folder and Deploy Project, Selected the .ispac file and clicked Deploy.
    It gives me below error.
    Can anyone please help me on this?
    I tried deploying it several times but getting the same error message. I searched for forums and tried below things:
    http://capstonebi.blogspot.in/2012/09/ssis-2012-deployment-frustrations.html
    http://thinknook.com/ssis-2012-deployment-error-the-project-or-operation-records-do-not-exist-2012-08-03/
    Thank you,
    Mittal.

    Hi Mittal,
    If we want to find more information about this error, we should execute the query below under SSISDB catalog in SQL Server Management Studio, then expand the message column to see the detail error message:
    select * from catalog.operation_messages
    where operation_id=100155
    Generally, the issue always be caused by a timeout for big projects, this is a known issue. The workaround for this issue is create two indexes in the SSISDB catalog to improve the performance. For more details, please see:
    https://connect.microsoft.com/SQLServer/feedback/details/804901/ssis-2012-deploying-new-versions-of-large-projects-runs-into-a-timeout-during-deployment-into-ssis-catalog
    Besides, it can also be caused by other issues. For example, if the package includes an Attunity Oracle connection, but the deployed environment doesn’t install the Attunity connectors. For more details, please see:
    http://www.sqlservercentral.com/Forums/Topic1587793-2799-1.aspx
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How to import external jars in a CAF project?

    Hello Experts!
    Could you help me find out the way to import external jars in a CAF project. I have tried to import the jars
    in ejbmodule using "java build path--->libraries". But while trying to build the project it's displaying error and all the imported jars automatically get removed from the list.
    I have read that creation DC of type "External Library" can help me.
    1) Create a DC of type external library
    2) Copy my jars to folder "libraries"
    What should I do next? And how can I import my DC of type "External Library" to my CAF project?
    Looking forward for your suggestion.
    Thanks & Regards
    Vitaly

    Hi,
    This article will guide you how to deploy the external jar files to the application server.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/60a0f850-c451-2c10-a6a6-ddcabfa3a65b&overridelayout=true
    Add the library project to the public part of your caf project to use the jar files.
    Regards,
    Gayathri

  • Error while trying to deploy BIDS Cube

    Hi
    I have created a Cube, and when I'm trying to deploy it I'm getting errors. First error it's on Calculations Tab on a Cube under Metadata: "Error loading metadata connection is not open"
    There's also another error: "Unable to query 'AdventureWorksDW_Cube' cube: A connection cannot be made to redirector. Ensure SQL-Browser is running. 
    Then another error is when I'm trying to deploy: same as above,  A connection cannot be made to redirector. Ensure SQL-Browser is running
    It is connection errors and I don't know what to do because my SQL-Browser is running. please help.

    Hi Sta.
    I would suggest you try to restart SQL Server Browser serice to see if this help.
    In addition, please also help to collect the following information to us for further investigaion:
    Is it a SSAS named instance or default instance? Have you try to specify "IP address\instance name" for the "Server" property?
    What's is the impersonation accounts information of the SSAS project?
    Please take a look at the following articles regarding SSAS project deployment:
    Deploying an Analysis Services Project:
    http://msdn.microsoft.com/en-us/library/ms166576(v=sql.110).aspx
    Set Impersonation Options (SSAS - Multidimensional):
    http://msdn.microsoft.com/en-us/library/ms187597.aspx
    I found an article regarding this issue for your reference, please see:
    http://www.sql-server-performance.com/2008/a-connection-cannot-be-made-to-redirector/
    Regards,
    Elvis Long
    TechNet Community Support

  • Error 500--Internal Server Error in a Project Gantt Chart portlet

    Hi All
    I am getting Error 500--Internal Server Error in a Project Gantt Chart portlet of Corporate Dashboard.
    We have recently installed the Primavera EPPM 8.1, here are the steps we followed to setup the Primavera EPPM 8.1
    1) We have created the database schemas by using automatic database setup(by clicking on dbsetup.bat on the media files)
    2) Installed Weblogic server 11gR1(10.3.4)
    3)Created web logic domain as admin server
    4) Installed P6 Web access and deployed on weblogic domain
    5)Made changes to setEnvDomain file of weblogic domain to increase the Java Heap size and to locate the location of p6.war file
    6)Reastred the weblogic domain
    Now we can access the Primavera but in one of the portlet we are getting Error 500--Internal Server Error.
    Please le me know if I miss any thing while installing or should I modify P6 configuration settings through p6 admin confiuration console.
    Also it would be greatful if any one provide me th best practice to setup Primavera EPPM 8.1.
    Thanks & Best Regards
    Pradeep

    Hello Pradeep
    please delete a folder called fmwconfig in the path yourdomain\config\ for a folder called fmwconfig
    restart P6 and try again

  • Problem in Building CAF project

    Hi All,
    I have imported an external service and wrapped it in an entity service. Whilie buiding th project i am getting the following error:
    "The project was not built since its classpath is incomplete. cannot find the class file for com.sap.caf.core.data.values.api.IMessageValue. Fix the classpath and then try rebuilding the project"
    Thanks in Advance
    Ashutosh Rastogi

    That's strange. Try the following:
    1. Build your CAF project. After that go to "General Output View", click on error compilation entry and determine the class name which has reference to the "com.sap.caf.core.data.values.api.IMessageValue" class. After that open this class from java Navigator view. Check that class name is MPConnector. Be sure that "com.sap.caf.core.data.values.api.IMessageValue" token is really exists in this class source code, but not "com.sap.caf.mp.core.data.values.api.IMessageValue".
    2. If you use default settings for location of your local development configuration (the path is following: "C:\Documents and Settings\<user>\.dtc\LocalDevelopment\DCs" ) I recommend you to change this path to "c:\dtc" for example. You need to change workspace to new one and change the dev configuration location.
    To change workspace go to : Window -> preferences -> Workbench -> Workspace
    To change dev config location: Window -> preferences -> Java Development Infrastructure -> Development Configuration
    After that try to create new CAF project and check the compilation.
    Best regards,
    Aliaksei

  • Error but no error when attempting to deploy to RT target

    OK....I have currently run into a very irritating problem.  Often when I attempt to run an Actor Framework based project on an RT target (PXIe-8135), I run into the problem where a VI seems to throw an error and causes the launch to fail (i.e. I get an error message in the deployment progress window).  It seems that the same VI is not always indicated as the source, but whatever the source, if you hit run on the VI that has a broken run arrow, you inevitably get the error window to pop up with NO errors as shown in the image below.  Anyone have any thoughts or has run into this before?
    Thanks, Matt
    Matt Richardson
    Certified LabVIEW Developer
    MSR Consulting, LLC

    Hi mtat76,
    Since reformatting drive didn’t solve the problem, I would recommend reading these links to see if we might be able to find valuable information, by checking the examples and some community information. On the context help it says that we must ensure that the Caller Actor in has already been launched, because if not, the Nested Actor VI will throw an error.
    http://zone.ni.com/reference/en-XX/help/371361L-01​/lvcomm/af_launch_nested_actor/
    https://decibel.ni.com/content/thread/11299
    https://decibel.ni.com/content/docs/DOC-24187
    https://decibel.ni.com/content/message/44213
    https://decibel.ni.com/content/docs/DOC-24051
    I hope you might be able to find the proper information on that links. You can also try with the example on the community to see if that runs properly on your RT target, and if it does, the problem might be on the program. If you encounter any other issues, it might be a compatibility issue or we need to troubleshoot further.
    Luis C.
    National Instruments

  • Cannot commit or rollback  a JDBC Connection from CAF project

    Hi Everybody,
    I'm working in CE 7.10. I have a CAF Project that gets a JDBC connection from a Custom Datasource to an external Database.
    Here is the code:
      try
        Context ctx = new InitialContext();
        DataSource ds = (DataSource) ctx.lookup("jdbc/MYDATABASE");               
        con = ds.getConnection();
        con.setAutoCommit(false);
        Statement statement = con.createStatement();
        String updateStatement = "UPDATE TABLE...";
        statement.executeUpdate(updateStatement);
        con.commit();
        catch(SQLException sqle){
             con.rollback();
    I got the following exception on line "con.setAutoCommit(false);":  --> "Cannot begin JDBC transaction from this connection of "MYDATABASE" DataSource. JTA transaction has already started."
    and the following on line "con.commit() / con.rollback()" : --> "Cannot commit JDBC transaction from this connection of "MYDATABASE" DataSource. This resource participates in a JTA transaction."
    If I run the same code from a webDynpro or a J2EE project it works ok, but not from a CAF Application Service. I tried to do it in a simple Class in the CAF Project and call this clas from the Application service, but I get the same error.
    Any Ideas??
    Thanks a lot!
    Regards.

    Solved with   "SessionContext.setRollbackOnly()" instruccion.
    Regards.

  • Failed to provision site PWA with error: Microsoft.Office.Project.Server.Administration.ProvisionException: To create databases we need dbcreator and securityadmin server roles on servers.

    I'm getting the following errors while trying to provision a PS 2010 PWA on our SharePoint 2010 farm. Our PS instance has been working for a while now, and houses two other PWAs. But today,
    when trying to create this one, I get "Failed - see the Application event Log" and the following in the Event Viewer:
    Log Name: Application
    Source: Microsoft-SharePoint Products-Project Server
    Date: 4/2/2014 2:09:08 PM
    Event ID: 6980
    Task Category: Provisioning
    Level: Error
    Keywords:
    User: DOMAIN\DB_Access
    Computer: server
    Description:
    Provisioning 'PWA/SDN': To create databases we need dbcreator and securityadmin server roles on servers 'DB1' and 'DB1'.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-SharePoint Products-Project Server" Guid="{b2178104-1b5b-4c20-8c8f-960678ced9e5}" />
    <EventID>6980</EventID>
    <Version>14</Version>
    <Level>2</Level>
    <Task>20</Task>
    <Opcode>0</Opcode>
    <Keywords>0x4000000000000000</Keywords>
    <TimeCreated SystemTime="2014-04-02T19:09:08.225Z" />
    <EventRecordID>1676727</EventRecordID>
    <Correlation ActivityID="{90131653-B0A4-4FAF-A43C-7DF07CBC3332}" />
    <Execution ProcessID="11040" ThreadID="12384" />
    <Channel>Application</Channel>
    <Computer>sharepoint</Computer>
    <Security UserID="S-1-5-21-2280669542-4145173436-3058324265-4222" />
    </System>
    <EventData>
    <Data Name="string0">PWA/SDN</Data>
    <Data Name="string1">DB1</Data>
    <Data Name="string2">DB1</Data>
    </EventData>
    </Event>
    Log Name: Application
    Source: Microsoft-SharePoint Products-Project Server
    Date: 4/2/2014 2:09:08 PM
    Event ID: 6993
    Task Category: Provisioning
    Level: Error
    Keywords:
    User: DOMAIN\DB_Access
    Computer: sharepoint
    Description:
    Provisioning 'PWA/SDN': Failed to provision databases. An exception occurred: To create databases we need dbcreator and securityadmin server roles on servers..
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-SharePoint Products-Project Server" Guid="{b2178104-1b5b-4c20-8c8f-960678ced9e5}" />
    <EventID>6993</EventID>
    <Version>14</Version>
    <Level>2</Level>
    <Task>20</Task>
    <Opcode>0</Opcode>
    <Keywords>0x4000000000000000</Keywords>
    <TimeCreated SystemTime="2014-04-02T19:09:08.225Z" />
    <EventRecordID>1676728</EventRecordID>
    <Correlation ActivityID="{90131653-B0A4-4FAF-A43C-7DF07CBC3332}" />
    <Execution ProcessID="11040" ThreadID="12384" />
    <Channel>Application</Channel>
    <Computer>sharepoint</Computer>
    <Security UserID="S-1-5-21-2280669542-4145173436-3058324265-4222" />
    </System>
    <EventData>
    <Data Name="string0">PWA/SDN</Data>
    <Data Name="string1">To create databases we need dbcreator and securityadmin server roles on servers.</Data>
    </EventData>
    </Event>
    Log Name: Application
    Source: Microsoft-SharePoint Products-Project Server
    Date: 4/2/2014 2:09:08 PM
    Event ID: 6958
    Task Category: Provisioning
    Level: Error
    Keywords:
    User: DOMAIN\DB_Access
    Computer: sharepoint
    Description:
    Provisioning 'PWA/SDN': Database provisioning failed.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-SharePoint Products-Project Server" Guid="{b2178104-1b5b-4c20-8c8f-960678ced9e5}" />
    <EventID>6958</EventID>
    <Version>14</Version>
    <Level>2</Level>
    <Task>20</Task>
    <Opcode>0</Opcode>
    <Keywords>0x4000000000000000</Keywords>
    <TimeCreated SystemTime="2014-04-02T19:09:08.225Z" />
    <EventRecordID>1676729</EventRecordID>
    <Correlation ActivityID="{90131653-B0A4-4FAF-A43C-7DF07CBC3332}" />
    <Execution ProcessID="11040" ThreadID="12384" />
    <Channel>Application</Channel>
    <Computer>sharepoint</Computer>
    <Security UserID="S-1-5-21-2280669542-4145173436-3058324265-4222" />
    </System>
    <EventData>
    <Data Name="string0">PWA/SDN</Data>
    </EventData>
    </Event>
    Log Name: Application
    Source: Microsoft-SharePoint Products-Project Server
    Date: 4/2/2014 2:09:08 PM
    Event ID: 6971
    Task Category: Provisioning
    Level: Error
    Keywords:
    User: DOMAIN\DB_Access
    Computer: sharepoint
    Description:
    Failed to provision site PWA/SDN with error: Microsoft.Office.Project.Server.Administration.ProvisionException: Failed to provision databases. ---> Microsoft.Office.Project.Server.Administration.ProvisionException: To create databases we need dbcreator and
    securityadmin server roles on servers.
    at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.EnsureDatabases(ProjectProvisionSettings provset, SPSite pwaSite, String adminName, String adminEmail, ProjectDatabaseStateType& originalDatabaseState, Guid& adminGuid)
    --- End of inner exception stack trace ---
    at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.EnsureDatabases(ProjectProvisionSettings provset, SPSite pwaSite, String adminName, String adminEmail, ProjectDatabaseStateType& originalDatabaseState, Guid& adminGuid)
    at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.CreateSite(ProjectProvisionSettings provset)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-SharePoint Products-Project Server" Guid="{b2178104-1b5b-4c20-8c8f-960678ced9e5}" />
    <EventID>6971</EventID>
    <Version>14</Version>
    <Level>2</Level>
    <Task>20</Task>
    <Opcode>0</Opcode>
    <Keywords>0x4000000000000000</Keywords>
    <TimeCreated SystemTime="2014-04-02T19:09:08.226Z" />
    <EventRecordID>1676730</EventRecordID>
    <Correlation ActivityID="{90131653-B0A4-4FAF-A43C-7DF07CBC3332}" />
    <Execution ProcessID="11040" ThreadID="12384" />
    <Channel>Application</Channel>
    <Computer>sharepoint</Computer>
    <Security UserID="S-1-5-21-2280669542-4145173436-3058324265-4222" />
    </System>
    <EventData>
    <Data Name="string0">PWA/SDN</Data>
    <Data Name="string1">Microsoft.Office.Project.Server.Administration.ProvisionException: Failed to provision databases. ---&gt; Microsoft.Office.Project.Server.Administration.ProvisionException: To create databases we need dbcreator and securityadmin
    server roles on servers.
    at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.EnsureDatabases(ProjectProvisionSettings provset, SPSite pwaSite, String adminName, String adminEmail, ProjectDatabaseStateType&amp; originalDatabaseState, Guid&amp; adminGuid)
    --- End of inner exception stack trace ---
    at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.EnsureDatabases(ProjectProvisionSettings provset, SPSite pwaSite, String adminName, String adminEmail, ProjectDatabaseStateType&amp; originalDatabaseState, Guid&amp; adminGuid)
    at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.CreateSite(ProjectProvisionSettings provset)</Data>
    </EventData>
    </Event>
    Anybody ever get any events like this before? I'm not finding much or nothing on Google or on other forums, so I thought I would run it past and see if anyone has experienced anything of a similar
    nature. And yes, the farm account obviously has creator/secadmin permissions, at this point of our deployment....
    I look forward to any and all feedback. Thanks and good afternoon!

    I figured out the answer to this myself. For those few who might run into something akin to my error...
    During the off-hours of where I work, I re-applied the farm account credentials to all dB server VM SQL services that had the account for a log-on (i.e., MSSQLSERVER, SQLSERVERAGENT, etc.) as well as all SharePoint services on our WFE/App Server VM (a two
    server farm is what we host), in that order. Then I rebooted the dB server first, followed by the SharePoint server. Upon coming back, everything was working fine again. I was able to provision a site, no probelm, and it seemed to even be a little snappier
    when doing so.
    One note: doing this procedure gave me a "One or more services have started or stopped unexpectedly" error in the Health Analyzer, for the SPTimerV4 service. When you get this, simply enter into the item and click on "Reanalyze Now;" this will quickly clear
    the error out of the Analyzer, and all should be right with the world! :)

  • Mapping Workbench error when exporting project XML

    The following error pops up when trying to export the project deployment xml file.
    "The following descriptors do not have corresponding class files. Please check your class path."
    The window then lists all of my descriptors.
    I have the Oracle 10g database configured and I have created 3 java classes from it. The source code was generated with out any problems.
    TopLink version is 10.1.2 on Windows.
    Thanks.

    I had the same problem, but had already exported source, compiled and put the entry in the classpath in MWB. My problem was caused by some conflict caused by using Java 1.5 to compile the model source but Java 1.4.1 (by default) supplied with MWB. I changed the JRE_HOME and the project deployment file is created and looks OK.
    Hope that helps anyone else as silly as I
    Mike

  • Problem while creating CAF project in NWDS workspace

    Hi Experts,
    We are facing a problem while creating CAF project in NWDS workspace. Even though we have tried in new workspace we are facing the issue. Find the below build error.
    We are not getting any error when we build from CBS.
    [javac] ERROR: C:\sap\test_VC_DC.jdi\0\DCs\test.com\ja\bl\journal\ejbmodule\_comp\src\com\test\ja\bl\journal\modeled\ModifyJournalLineItemRequestMessage.java:7: cannot find symbol
    [javac] ERROR: symbol  : class JournalLineItemDetail1
    [javac] ERROR: location: package com.test.ja.cm.util.modeled
    [javac] ERROR: import com.test.ja.cm.util.modeled.JournalLineItemDetail1;
    when we expand com.test.ja.cm.util.modeled there is no file with name JournalLineItemDetail1 and the actual file exists is JournalLineItemDetail but we are not able to understand why 1 is appending to the file JournalLineItemDetail. Can somebody throw some light on this?
    Regards,
    Pradeep

    Have you checked out the topics at the right in the More Like This section?
    OT

  • SSIS Project Deploy issues

    Dear experts,
    I have a weird issue with project deployment on SSIS catalog. (2012)
    Everything was fine until yesterday, i could deploy using SSDT or the wizard as well using the SSISDB procedure. (nothing happen meanwhile)
    Now none of them are working. I get this error: (i did a lot of google before but without any luck - i saw you can get this error if you dont have install integration service on the machine which is not my case - Everything was running perfect until yesterday)
    Msg 27108, Level 16, State 1, Line 1
    The path for 'ISServerExec.exe' cannot be found. The operation will now exit.
    Msg 6522, Level 16, State 1, Procedure deploy_project_internal, Line 0
    A .NET Framework error occurred during execution of user-defined routine or aggregate "deploy_project_internal": 
    System.Data.SqlClient.SqlException: The path for 'ISServerExec.exe' cannot be found. The operation will now exit.
    System.Data.SqlClient.SqlException: 
       at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
       at System.Data.SqlClient.SqlCommand.RunExecuteNonQuerySmi(Boolean sendToPipe)
       at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
       at System.Data.SqlClient.SqlCommand.ExecuteToPipe(SmiContext pipeContext)
       at Microsoft.SqlServer.Server.SqlPipe.ExecuteAndSend(SqlCommand command)
       at Microsoft.SqlServer.IntegrationServices.Server.ServerConnectionControl.RaiseError(SysMessageId messageId, SysMessageSeverity severity, Object[] args)
       at Microsoft.SqlServer.IntegrationServices.Server.ServerApi.DeployProjectInternal(SqlInt64 deployId, SqlInt64 versionId, SqlInt64 projectId, SqlString projectName)
    Thanks,
    Marius

    I have deployed the projects (ispac files) to IS Catalog. 
    I have deployed using 3 different methods before:
    - using SSDT right click deploy
    - using Deployment Wizard
    - using a procedure which calls SSISDB.catalog.deploy_project
    Everything is on DEV for the moment.
    Now I want to deploy another project on DEV but none of the 3 methods (which basically use deployment wizard) works. I got that path error.
    How can I check if the path is correct?

  • Location of Project deployed in Enterprise server

    Hi,
    Where can I find the details of project deployed in OBPM EnterpriseJ2EE server?? (For Standalone, I was able to locate the details of project under weblogic domains folder)
    Kindly let me know the details.
    Thanks and Regards,
    Charan
    Edited by: charan27 on Aug 17, 2010 7:28 AM

    In this situation what you can do is have a control table that manages this.
    in this table there is a row that has a status of ready, or processing. When the status is processing then don't process, when ready start processing.
    The first job of the BPEL process is to set the status to processing, when complete set to ready. It aslo means that you have to set some timeout periods so if the process is taking too long it will fail and reset the status, this can be done with pick activities. Also have error handlers in the process fails it will reset.
    cheers
    James

Maybe you are looking for

  • Show number of new photos with faces found

    Photos should show a number of new photos with faces found on each face at faces page. This would help me not to go over every person and check for new photos.

  • What is automatic clearing accounts

    may i know the automatic clearing accocunts. in know reconciliation accounts and down payments accounts. i know assingment of gl accounts to AR,AP,AA ,MM AND SD. That is account assingnments. let me know the correct meanings with examples. i will app

  • Be a smart Energy Consumer

    The innovative service will allow customers to remotely access, control and monitor doors, windows, thermostats and appliances via a smart phone and PC, and, if you are a FiOS TV subscriber, interact with your home through a FiOS TV widget. A connect

  • Duplicate Mail Viewer Window appearing without apparent reason

    This isn't a leopard Mail problem per se. It was exactly the same in Tiger and stayed this way after an archive and install (preserve settings). I connect via imap to a server (Novell groupwise) If I click and hold on the Junk folder icon and do Dele

  • After new download, Safari and Itunes not working?

    So the other day my dad ran the updates on my MacBook and ever since then my internet is not working on either Safari or Itunes. I can connect to the internet on Firefox though. I am on 10.4.11 if that helps. Any suggestions? Thanks in advance.