Issues with Workflow triggering

Hi All,
I am having a problem in the PO approval workflow. The problem is as follows.
When I have multiple levels of release blocks, after each level of approvals the successive approver gets a workitem created in his inbox. If any approver rejects the approval all previous approvals are rejected and a work item created in the first level approver's inbox. But when the first level approver rejects, a work item should be created in the 1st level approvers inbox but it is not created.
Can any one help me with how to troubleshoot this issue? Could you also help me understand where do we configure to trigger the workflow for this particular event?
What could be the possible reasons for such a discrepancy?
Thanks.
A

Hi Amit,
declarae a workflow container element Status with values as 'Y' & 'N'.
i suggest u use
Loop until Status eq 'Y'
if the condition is N ie No the loop continues and the first level approver shall get the work item created else the work flow continues.
and use SWEL to trace the Event for PO Creation  and trigger your workflow with that event.
hope it's clear..
thanks

Similar Messages

  • CAT2 - Issue with workflow task TS20000460

    Reposting the query in ABAP General Section.
    CAT2 - Issue with workflow task TS20000460
    Waiting for any suggestion?
    Edited by: Amit Khare on Sep 10, 2009 3:01 PM
    Closing due to no responses.
    Edited by: Amit Khare on Sep 10, 2009 3:40 PM

    Hi,
    Could you figure out why the event linkage is breaking when you make it Gen.Task? I think, there is some problem in your wflow template. May be do a Syntax Check in the testing environment. If that time, some error happens, then by the System Defaults in the Event linkage SWETYPV, it will deactivate the linkage.
    I don't think this has got anything to do with you making TS as Gen.Task. Did you see the even trace to see what's the error for linkage breaking ?
    More info. would help in identifying the issue.
    Regards,
    venu

  • Issue with Workflow template versions? Can any one suggest what to do.

    Hello All.
    Actually in quality system there is a workflow instance in error. I identified the error and fixed the issue with a new development and transported to quality. Now when i restart the error instance in quality, its not picking the latest template with additional steps i developed, instead, it is catching the older version.
    For a fresh instance, my newer version of workflow is getting triggered, why not for error workflow.
    I used swu_obuf to synchronize the buffer but no use. What could be the resolution.
    Please suggest.
    Regards
    Prasad.

    Hi Prasad
    Running instances / Waiting / Or in error continue to run in the version in which they were started.
    That is why Version increments in QA / PRD when you move a change... so that any running, waiting, error instance can pick the same version of the workflow.
    It will not pickup your changed version. Logically it would be incorrect - start in Version A and end in Version B..... say start in version which "Auto Approves" a PO of value INR <=100 .... error .... restart in a changed version which now had auto approve limit of INR 1000. The PO will not be auto approved whereas the day it was started, the limit was only 100. So it makes sense to restart a workflow in the same version in which it was started. That is how the architecture has been designed.
    To conclude, if the steps which went in error because of the data from your previous step (which you have changed now) - see if you can change the container data and restart the WI from SWIA so that the work item starts with a new set of data. Else, discuss with business owners to cancel these workflows and restart new ones.
    regards,
    Modak

  • LCM issues with Workflow, Task Lists, etc.

    I have found several issues with migrating certain artifacts using LCM v11.1.1.3. Note that I have admin rights in all systems, and that there are no special characters involved. So...
    1) Workflow: when migrating Planning Units all of them migrated, including their statuses. But not all PU comments (<annotation>) and logs (<log>) nodes migrated. It happened to almost all users - some who had 1-2 comments in the source system haven't got any in the target one, some got migrated only few (e.g. out of 5 in source, they got 3 in target). Since it happened to all users, it doesn't seem to be security. I have also checked (for those who partially failed) some other nodes, sequence, action, process state - they all seem to be OK. One curiosity I've spotted in few cases, is that in source LCM file (.xml) "priorOwner" node has the name of the user I am investigating, while in the target file (taken after the migration), for that same PU, that node is empty, actually says "null".
    Any ideas why this might be happening?
    2) Task Lists: when exporting TLs (in LCM) on occassion <dataForm> node in XML file would be missing for the task that actually has it attached. Again, no special characters are used, and I am admin. Then I tried to use TaskListDefUtil, and even if that list has required node, when I try to import, the task is still not attached to the form. I had to delete all TLs, then use Util files to reimport.
    Anyone with similar experiences?
    smilo

    I had issues with tasks lists using LCM in instances where parent task name was same as child task or a task has same name planning web forms. You might also find issues with exporting webforms with business rules attached to forms where form is on plan type A and business rule is on plan type B. In this case, after LCM import, plan B business rule will lose location reference to correct plan type and get associated with web form plan type. In this case you will need to attach business rules again.

  • Cloning issues with workflow

    I'm hoping someone could help with my issue with cloning.
    We are on v 11.5.10.2, oracle db version 9.2.0.6 on RHEL4 with all pre-req patches per Rapid Clone note 230672.1.
    I've followed this instructions but I cannot get Workflow Mailer Service, Workflow Agent Listener Service, and Workflow Document Web Services Service to start up.
    I've checked my environment variables and they are all properly changed, tried re-running autoconfig, tried regenerating jar files after modifying AF_CLASSPATH. I mean everything and I am completely stuck and baffled by this issue.
    Any help is greatly appreciated.

    are you talking about the clone instance,
    if yes you have to do the following
    update wf_notification_attributes set text_value=replace(text_value,'http:// prod.domain:8000/pls/prod','http://clone.domain:8036/pls/test')
    where text_value like '%http://prod.domain:8000/pls/prod%';
    update wf_notification_attributes set text_value=replace(text_value,'http:// prod.domain:8000','http:// clone.domain:8036')
    where text_value like '%http://prod.domain:8000%';
    update wf_notification_values set text_value=replace(text_value,'http:// prod.domain:8000','http://clone.domain:8036')
    where text_value like '%http://umappprod.umniah.com:8000%';
    update wf_notification_values set text_value=replace(text_value,'prod','clone')
    where text_value like '%clone%';
    update wf_agents set address=replace(address,'prod','clone')
    where text_value like '%prod%';
    update wf_systems set name='clone', DISPLAY_NAME='clone'
    where name like '%prod%';
    where clone is the new cloned instance and prod is the source instnace.
    also on this clone instnace you need to make sure that you have access to your mail server.
    fadi
    http://oracle-magic.blogspot.com

  • Issue with Workflow in a SharePoint-hosted App Application

    Hi,
    I have created a Sharepoint-hosted app which has a list workflow in it. After I deploy it to the sharepoint server,  I can not find any workflow under the associated list.
    However, I did have target list associated with workflow in workflow project property.  
    (My app and worflow is developed in VS 2012)
    I have searched the forum and found some similar question. However, all of them don't have useful answers.....
    Can anyone give me some help~?

    Hi Baron123,
    I can reproduce your scenario, that create an app with list, and add a workflow associates with it, the workflow is not working, that seems doesn’t associates successfully.
    Before I can tell why this happens, I found a helpful blog about keeping the list definitions and workflow definitions separate, use Handle APP installed event receiver to wire up a workflow to lists in app web or host web.
    As it is not a good solution to deploy the list and workflow in the same app solution, because that if you redeploy the app the date will be lost, the list will be new created, so I would suggest you to reference the blog, check whether this can meet your
    requirement.
    SharePoint Apps and Workflow:
    http://jonfancey.azurewebsites.net/2013/03/22/SharePointAppsAndWorkflow.aspx
    Thanks,
    Qiao Wei
    TechNet Community Support

  • Issues with Workflow 1.0.

    Some time before it is hard coded alerts@workflow email id and now it looks to be the time for errors with the procedures and workflow method issues. All of a sudden from yesterday we started finding error ("The procedure "GetInstances"
    has no parameter named "@OtherWorkflowStatus".) logged into event viewer when ever we access workflows. It seems obvious that parameter doesn't exist in the GetInstances SP and code is trying to send out a value to the Parameter assuming that it
    is present. The way Microsoft teams going a head with development of workflows with these kind of issues seems to be bit surprising for people who is trying to start getting hands-on with SharePoint 2013 and Workflow 1.0 which is moved into Azure platform.
    This definitely shows lack of co-ordination between teams of Microsoft or Microsoft seems to be waiting for these issues to be reported from so called privileged Beta-Testers or Developer community. Whats more surprising is that Microsoft Teams doesn't even
    respond or specify this as known bug with the steps to solve. I feel Microsoft should at-least start responding now, other wise enterprise clients may start thinking of delaying the migrations from one version of applications to updated versions till the version
    is completely stable, in Microsoft's case it would be next to next release only.

    Thanks for your response.
    No it still didnt work, we right clicked the users OU, provided read permissions on it directly not from any groups. as well as for computers OU.
    For me it is not showing invalid user, but wizard crashes as soon as we enter the service account details in the wizard. may be since the solution you are providing is not working for me.
    http://social.technet.microsoft.com/Forums/office/en-US/d70662fc-8e10-4862-975d-e441bf9c32f0/what-permission-does-the-service-account-requires-on-ad-for-the-workflow-manager-10-to-be?forum=sharepointadmin
    However we had one other test account which has full control on many areas is able to pass thru in this wizard with out crashing.
    We arent able to get the same permissions applied for prod account as it isnt right to simply take elevated permissions full control on AD Objects.
    Windows/AD team is looking for specific permission which this workflow manager requires to provide access.
    I dont see this documented with microsoft Either.
    SQL DB creation ability, Domain Account, Farm admin - is the criteria i believe.

  • Issue with Workflow DCN(WF-DCN).

    Hi Guys,
    Can you please help me to solve my issue.Here am creating a DCN request using ABAP Function.My requirement is to insert a new record in CDB and i need to send notification to device using server initiated scenario.
    Am getting the below error in DCN request.
    Error 400 security configuration not found in the workflow request
    Please help me to solve this issue.
    FUNCTION ZSUP_AIRLINE_DCN.
    *"*"Local Interface:
    DATA: http_client TYPE REF TO if_http_client .
       DATA: w_string TYPE string ,
                 w_result TYPE string ,
                 r_str    TYPE string .
    DATA:  it_r_msgidno TYPE bal_r_idno,
              wa_r_msgidno TYPE bal_s_idno,
              iv_msgv1     TYPE symsgv.
      CONCATENATE 'http://172.25.121.226:8010/dcn/DCNServlet?'
       'cmd=wf&username=supAdmin&password=Hexsap123&domain=default&package=Flight_Cache:1.0&dcn_request={"pkg":"Flight_Cache:1.0","messages":'
       '[{"id":"1","mbo":"Flight_Cache_Mbo","op":":upsert","cols
    {"AIRLINEID":"NH",
    "AIRLINE":"All Nippon Airways",
    "CONNECTID":"0111",
    "FLIGHTDATE":"2012-02-29",
    "AIRPORTFR":"NRT",
    "CITYFROM":"Tokyo",
    "AIRPORTTO":"SIN",'
    '"CITYTO":"Singapore",
    "DEPTIME":"10:40:00",
    "ARRTIME":"17:25:00",
    "ARRDATE":"2012-02-29",
    "PRICE":68000,
    "CURR":"JPY",
    "CURR_ISO":"JPY"}}]}'
    INTO w_string.
       CALL METHOD cl_http_client=>create_by_url
         EXPORTING
           url                = w_string
         IMPORTING
           client             = http_client
         EXCEPTIONS
           argument_not_found = 1
           plugin_not_active  = 2
           internal_error     = 3
           OTHERS             = 4.
       CALL METHOD http_client->send
         EXCEPTIONS
           http_communication_failure = 1
           http_invalid_state         = 2.
       CALL METHOD http_client->receive
         EXCEPTIONS
           http_communication_failure = 1
           http_invalid_state         = 2
           http_processing_failed     = 3.
       CLEAR w_result .
       w_result = http_client->response->get_cdata( ).
    ENDFUNCTION.
    Regards,
    Sabira.

    Hi Sabira,
    One of our engineers has looked at your code. He suggested that you use a ‘security’ parameter as part of the request. In a default scenario, you might use ‘admin’ as the value of that parameter. However, the practice is to not use the admin security configuration for anything other than SUP administrator authentication for SCC. So you would replace the default value with the name of the actual security configuration you created for your app users.
    Cheers,
    A.

  • Performance issue with create triggered by

    Hi,
    We have a big performance problem when trying to create a triggered by on a business function.
    We created through headstart utilities (productivity boosters - analyses - maintain default events for entities) a lot of events on different entities.
    When trying to create a triggered by for a business function, the select list never comes up.
    This is what exactly happens:
    Enter the Ron
    choose a application
    choose a business function
    click on triggered by
    Click on the plus sign on the toolbar to create a reference.
    The next screen never appears, we let the program run for over 4 hours without any results. When investigating we found two queries are coninuesly executed, this one is causing the major problem:
    SELECT MAX(1) FROM I$SDD_WA_CONTEXT CTXT WHERE CTXT.OBJECT_IV
    ID = :b1 AND CTXT.WORKAREA_IRID = JR_CONTEXT.WORKAREA AND CTXT
    .WASTEBASKET = JR_CONTEXT.WASTEBASKET
    We run the tkprof utility and found this:
    SELECT MAX(1)
    FROM
    I$SDD_WA_CONTEXT CTXT WHERE CTXT.OBJECT_IVID = :b1 AND CTXT.WORKAREA_IRID =
    JR_CONTEXT.WORKAREA AND CTXT.WASTEBASKET = JR_CONTEXT.WASTEBASKET
    call count cpu elapsed disk query current rows
    Parse 0 0.00 0.00 0 0 0 0
    Execute 43995 0.00 0.00 0 0 0 0
    Fetch 43994 0.00 0.00 0 88041 0 43994
    total 87989 0.00 0.00 0 88041 0 43994
    Misses in library cache during parse: 0
    Optimizer goal: CHOOSE
    Parsing user id: 34 (REPOS_MANAGER) (recursive depth: 1)
    Rows Execution Plan
    0 SELECT STATEMENT GOAL: CHOOSE
    0 SORT (AGGREGATE)
    0 INDEX GOAL: ANALYZED (UNIQUE SCAN) OF 'PK_WA_CTXT' (UNIQUE)
    Did anybody had similar problems and know a solution for this?
    Yvon

    Yvon,
    This must be a Designer (RON) problem, unrelated to Headstart. If you had created the events manually, you should have had the same problem.
    I saw that you already posted this same question in the Designer forum. If you don't get any reply, I'd advise you to contact Oracle Worldwide Customer Support.
    kind regards,
    Sandra Muller

  • Issue with Work Items for a User

    HI All,
    I have an issue with workflow.
    One of my user stopped receiving work items in his inbox. I checked table SWWUSERWI and found 0 entries for the user. So i guess there is no problem with the display setting in SBWP.
    What could be the probable reason and where can i find if those workitems that are generated for him that he has not received.
    Regards,
    Rohit

    There can be many many reasons. You need to understand the workflow and work with an example (an item the user says they should have received). Then try to follow the agent determination logic based on the data contained in that example and verify that everything matches up.

  • Issue with retrieveing the Manager of a System User in a Custom workflow - CRM 2013

    Issues with custom workflow activity in CRM 2013 On-prem
    I'm trying to pass the Manager of the System
    here is the code that I'm running, it gets to setting the MANAGER and stops
    I put the ran the FetchXML seperatly and it does return a value so I know what bit works
    public class CaseAccountManagerManagersLookup : CodeActivity
    // Inputs
    [Input("Enter Case")]
    [ReferenceTarget("incident")]
    public InArgument<EntityReference> CA { get; set; }
    // Outputs
    [Output("Manager Output")]
    [ReferenceTarget("systemuser")]
    public OutArgument<EntityReference> AMOUT { get; set; }
    protected override void Execute(CodeActivityContext executionContext)
    // Context
    IWorkflowContext context = executionContext.GetExtension<IWorkflowContext>();
    IOrganizationServiceFactory serviceFactory = executionContext.GetExtension<IOrganizationServiceFactory>();
    IOrganizationService service = serviceFactory.CreateOrganizationService(context.UserId);
    //Create the tracing service
    ITracingService tracingService = executionContext.GetExtension<ITracingService>();
    // get the account and renewals manager ID's
    var CASE = CA.Get<EntityReference>(executionContext);
    tracingService.Trace("Case ID = " + CASE.Id);
    try
    // FETCH
    string fetchXml = string.Format(@"
    <fetch version='1.0' output-format='xml-platform' mapping='logical' distinct='false'>
    <entity name='incident'>
    <attribute name='title' />
    <attribute name='incidentid' />
    <order attribute='title' descending='false' />
    <filter type='and'>
    <condition attribute='incidentid' operator='eq' value='{0}' />
    </filter>
    <link-entity name='contact' from='contactid' to='customerid' alias='ak'>
    <link-entity name='account' from='accountid' to='parentcustomerid' alias='al'>
    <link-entity name='systemuser' from='systemuserid' to='bc_dssalesperson' alias='am'>
    <attribute name='parentsystemuserid' />
    </link-entity>
    </link-entity>
    </link-entity>
    </entity>
    </fetch>", CASE.Id);
    EntityCollection case_results = service.RetrieveMultiple(new FetchExpression(fetchXml));
    //tracingService.Trace("fetch has run");
    if (case_results.Entities.Count != 0)
    foreach (var a in case_results.Entities)
    //if (a.Attributes.Contains("ai_parentsystemuserid"))
    tracingService.Trace("set manager id next");
    var MANAGERID = (EntityReference)a.Attributes["parentsystemuserid"];
    tracingService.Trace("manager id set");
    AMOUT.Set(executionContext, MANAGERID);
    throw new InvalidOperationException("Want to see trace");
    tracingService.Trace("end ");
    catch (Exception e)
    throw new InvalidPluginExecutionException("Plugin - CaseAccountManagerManagerLookup - " + e.Message);
    finally
    throw new InvalidOperationException("Want to see trace");
    Pete

    Hello,
    Try to use am.parentsystemuserid instead of just parentsystemuserid.
    Dynamics CRM MVP/ Technical Evangelist at
    SlickData LLC
    My blog

  • Project Online, Issue with creating projects from EPTs (with workflows)

    Hello, I am using Project Online. I am not able to create a new project based on the "Software Development" EPT. I get following message: Sorry, something went wrong An unexpected error has occurred. TECHNICAL DETAILS Troubleshoot
    issues with Microsoft SharePoint Foundation. Correlation ID: 29b2b89c-607f-1000-80c2-80bbbb7ff088 Date and Time: 15.09.2014 03:57:25.
    Any ideas what went wrong?
    Thanks in advance,
    Martina

    The reason for this behavior was the following:<o:p></o:p>
    The currency of the PWA settings have been changed.<o:p></o:p>
    Looking into the queue of the EPT we found the following hint:<o:p></o:p>
    Project:<o:p></o:p>
    ProjectCurrencyConflict (23001). Details: id='23001' name='ProjectCurrencyConflict' uid='f1850fb3-c53c-e411-9a1e-00155d58393b'.<o:p></o:p>
    After changing back to settings "Allow projects to be published in various currencies" the workflow works fine.<o:p></o:p>
    Nevertheless this issue is not clear for us why it appears after a currency change in the workflow. Maybe a sleeping bug?<o:p></o:p>

  • UCCX 10.5 - Issue with triggers

    Dear all,
    We have had a pretty bad issue with our UCCX 10.5, for a reason unknown the CTI Points that link our UCCX with CUCM were all unregistered in CUCM (10.5).
    I tracked down the issue that it could have had something to do with IPv6 and fixing the IPv4 in the Common Device Configuration op the CTI Port. For some reason i wasn't able to change this manually because CUCM would complain about the naming (UCCX_7000), it seemed that the underscore was not allowed.
    I decided to remove the Call Control Group under UCCX and make a new one, when i did remove it. I rebooted the UCCX cluster (2 servers) and all of my triggers are gone, i was able to add the CTI points and get them registered, but now the applications in UCCX have no trigger. Is there a fast way to assign the triggers or is it a manual process (193 applications).
    We did upgrade this UCCX once and we still have the older version in OS admin, can it work that i change versions back to 9.X and get my configuration back and then perform a new upgrade to 10.5?
    Oh yes it was also a very bad moment to find out that the backup wasn't running properly since someone had messed with the SFTP server and forgot to mention :(
    Could someone help me out

    you need to add them manually.
    Regarding CTI Route point registration with CUCM, let first explain how the communication goes on between them.
    UCCX downloads the JTAPI client from CUCM, CCX Engine (RmCm and CM Telephony subsystems) controls JTAPI client, while CTIManager (JTAPI Provider) controls the server side. Agents' phones should be associated with RmCm user, while both CTI ports and Route Points should be associated with the JTAPI user (if it's HA deployment, then there will two JTAPI users; JTAPI_1 controls CTI RPs and CTI ports of the 1st server and JTAPI_2 conrols CTI RPs and CTI ports of the 2nd server).
    if the CTI RP appears as Unregistered, then it should be associated correctly with JTAPI user, Usually I start with analyzing JTAPI logs from UCCX side especially if my customer wants root cause analysis.
    Thank you,
    Shadi

  • Issue Alert created with workflow (Prasanna Adavi posts) - Error project site creation in EPT

    Hi,
    in PROJECT SERVER 2013, after following the Prasanna Adavi  posts on "Setting up an alert for Project Site Issue (and Risk) Alerts using SharePoint
    Designer Workflow" i've saved the site template.
    If i create a site from the template the site creates correctly and workflow Issue Alert works fine. BUT if i add the new template in an EPT, when i create a new Project i receive error in ProjectSiteUpdate (Failedbutnot blocking) and the site failed
    to be created.
    This is the error:
    General•CreateWssSiteContent: Creating project site failed! Project Uid=6fc7f531-8ad7-e311-9415-005056ab29ed, site URL=https://project.companygroup.org/PWA/20140509-TestIssueAlert10, site name=20140509-TestIssueAlert10. System.Runtime.InteropServices.COMException
    (0x8107058A): <nativehr>0x8107058a</nativehr><nativestack></nativestack>Microsoft.SharePoint.SPException: We_re sorry, we weren_t able to complete the operation, please try again in a few minutes. If you see this message repeatedly,
    contact your administrator. ---> System.Data.SqlClient.SqlException:
    The EXECUTE permission was denied on the object _proc_AM_PutAppPrincipal_, database _App_Management_db8e4bc2-bb34-4cc7-be57-a3b620a3abc5_, schema _dbo_. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1
    wrapClos at Microsoft.SharePoint.Library.SPRequestInternalClass.ApplyWebTemplate(String bstrUrl, String bstrWebTemplateContent, Int32 fWebTemplateContentFromSubweb, Int32 fDeleteGlobalListsWithWebTemplateContent, Int32 fIgnoreMissingFeatures, String& bstrWebTemplate,
    Int32& plWebTemplateId) at Microsoft.SharePoint.Library.SPRequest.ApplyWebTemplate(String bstrUrl, String bstrWebTemplateContent, Int32 fWebTemplateContentFromSubweb, Int32 fDeleteGlobalListsWithWebTemplateContent, Int32 fIgnoreMissingFeatures, String&
    bstrWebTemplate, Int32& plWebTemplateId)Microsoft.SharePoint.SPException: Microsoft.SharePoint.SPException: We_re sorry, we weren_t able to complete the operation, please try again in a few minutes. If you see this message repeatedly, contact your administrator.
    ---> System.Data.SqlClient.SqlException: The EXECUTE permission was denied on the object _proc_AM_PutAppPrincipal_, database _App_Management_db8e4bc2-bb34-4cc7-be57-a3b620a3abc5_, schema _dbo_. at System.Data.SqlClient.SqlConnection.OnError(SqlException
    exception, Boolean breakConnection, Action`1 wrapClos ---> System.Runtime.InteropServices.COMException: <nativehr>0x8107058a</nativehr><nativestack></nativestack>Microsoft.SharePoint.SPException: We_re sorry, we weren_t able to complete
    the operation, please try again in a few minutes. If you see this message repeatedly, contact your administrator. ---> System.Data.SqlClient.SqlException: The EXECUTE permission was denied on the object _proc_AM_PutAppPrincipal_, database _App_Management_db8e4bc2-bb34-4cc7-be57-a3b620a3abc5_,
    schema _dbo_. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapClos at Microsoft.SharePoint.Library.SPRequestInternalClass.ApplyWebTemplate(String bstrUrl, String bstrWebTemplateContent, Int32 fWebTemplateContentFromSubweb,
    Int32 fDeleteGlobalListsWithWebTemplateContent, Int32 fIgnoreMissingFeatures, String& bstrWebTemplate, Int32& plWebTemplateId) at Microsoft.SharePoint.Library.SPRequest.ApplyWebTemplate(String bstrUrl, String bstrWebTemplateContent, Int32 fWebTemplateContentFromSubweb,
    Int32 fDeleteGlobalListsWithWebTemplateContent, Int32 fIgnoreMissingFeatures, String& bstrWebTemplate, Int32& plWebTemplateId) --- End of inner exception stack trace --- at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx) at Microsoft.SharePoint.Library.SPRequest.ApplyWebTemplate(String
    bstrUrl, String bstrWebTemplateContent, Int32 fWebTemplateContentFromSubweb, Int32 fDeleteGlobalListsWithWebTemplateContent, Int32 fIgnoreMissingFeatures, String& bstrWebTemplate, Int32& plWebTemplateId) at Microsoft.SharePoint.SPWeb.ProvisionWebTemplate(SPWebTemplate
    webTemplate, String webTemplateToUse, SPFeatureWebTemplate featureWebTemplate, Page page, SPFeatureDependencyErrorBehavior featureDependencyErrorBehavior, ICollection`1& featureDependencyErrors) at Microsoft.SharePoint.SPWeb.ApplyWebTemplate(SPWebTemplate
    webTemplate, Page page, SPFeatureDependencyErrorBehavior featureDependencyErrorBehavior, ICollection`1& featureDependencyErrors) at Microsoft.SharePoint.SPSite.CreateWeb(String strUrl, String strTitle, String strDescription, UInt32 nLCID, String strWebTemplate,
    Boolean bCreateUniqueSubweb, Boolean bConvertIfThere, Guid webId, Guid rootFolderId, Boolean createSystemCatalogs, Guid appInstanceId, String appWebDomainId) at Microsoft.SharePoint.SPSite.SPWebCollectionProvider.CreateWeb(String strWebUrl, String strTitle,
    String strDescription, UInt32 nLCID, String strWebTemplate, Boolean bCreateUniqueSubweb, Boolean bConvertIfThere, Guid appInstanceId) at Microsoft.SharePoint.SPWebCollection.Add(String strWebUrl, String strTitle, String strDescription, UInt32 nLCID, String
    strWebTemplate, Boolean useUniquePermissions, Boolean bConvertIfThere, Guid appInstanceId) at Microsoft.Office.Project.Server.BusinessLayer.AdminProjectSiteAllocator.CreateSPWeb(ProjectSiteConfigurationInfo configInfo, SPSite topSite):?WSSCreateSiteFailure
    (16400). Details: id='16400' name='WSSCreateSiteFailure' uid='cb09143a-8ad7-e311-9415-005056ab29ed' projectUID='6fc7f531-8ad7-e311-9415-005056ab29ed' workspaceUrl='https://project.companygroup.org/PWA/20140509-TestIssueAlert10/20140509-TestIssueAlert10' projectWorkspaceName='20140509-TestIssueAlert10'.
    •Queue:?GeneralQueueJobFailed (26000) - CreateWssSite.CreateWssSiteMessage. Details: id='26000' name='GeneralQueueJobFailed' uid='cc09143a-8ad7-e311-9415-005056ab29ed' JobUID='bcc7f531-8ad7-e311-9415-005056ab29ed' ComputerName='4c7454d7-d6c8-42e7-a071-01921e89dbd5'
    GroupType='CreateWssSite' MessageType='CreateWssSiteMessage' MessageId='1' Stage='' CorrelationUID='9b3a8f9c-a1f4-e0a1-9dbd-59e8ea307386'. For more details, check the ULS logs on machine 4c7454d7-d6c8-42e7-a071-01921e89dbd5 for entries with JobUID bcc7f531-8ad7-e311-9415-005056ab29ed.
    Can someone help me?
    Regards
    Daniele
    Daniele

    Thanks Adavi,
    i've created the workflow in a placeholder template for test purpose and it works. I confirm you dependence from:
    - App Configuration Management Service (hidden in TechNet but you receive error if is not active);
    - User Profile Service and Sync Service active;
    - Profile Syncronization started;
    The error occurs when i create a new project with the site template created with the issue list workflow inside.
    I'll wait for your test and tomorrow i'll test it in an other environment to exclude installation dependence.
    Daniele

  • I have an issue with the Containers / Triggers.

    I have an issue with the Containers / Triggers. My issues is with the blank composition, when I edit the container to the size I need and place the target inside of that.. which is what I thought I needed to do.. Target = Image and container is the housing for said image. I want the image to appear in a certain location on my site though when I preview it. It does not display where I placed the container/ target.
    I used a blank composition at a certain size no fills no stroke, setup the 8 triggers as "buttons" which all work as expected. container is placed in a certain area and target is inside that scaled as needed. My images do not display inside of my container. Any help??

    Well I figured it out. Though I'd like to know why it still wasn't working with the previous settings.. I'll explain it better here.
    click on widgets library and add a blank widget to the page, add say 4 triggers giving them an image for their fill. Add a roller over state with its proper image. Move to the container / target boxes. My container has no fill or stroke. All 4 of them sit on top of one another. So they all fall in the same location. Add the images to the targets that match the triggers. So trigger A goes to container / target A and so on. My options for the widget were set to lightbox. not showing prev. next button or anything fancy. As soon as you preview it.. on browser, the images appear to land in the middle of the page. ( think it's due to lightbox setting) as soon as I changed the option to "stacked" it appeared to work as expected.
    So why does the lightbox default to the center of the page when you are viewing the images? Why can't it just load from where I had placed the target / containers?

Maybe you are looking for

  • Unable to start Safari on Lion 10.7.4

    I am suddenly unable to start Safari. This is after replacing my regular drive with an SSD and using Time Machine to restore. Everything else is working fine. I get the "Unexpectedly Quit" message. The following is the detailed crash report. Any sugg

  • Validation of 834 Enrollment x12 file

    Hi All, I Need to validate one 834 x 12 file... i have 5010 834 schema (but it has ST to SE).. when i dropped the file it showing error file at root level is invalid..  My file starts with ISA* segment.. how to add the ISA GS GE IEA segment in the sc

  • Problems playing by genre??

    Is anyone else having trouble playing by genre? when I sort (both in iTunes and on my iPod) by genre then hit the Random button, the players only cycle through 3 songs although there is many more songs in the genre. When I remove the random selection

  • Error when typing in Chinese word

    There is an error when I am going to type in chinese word in latest adobe muse cc version (2014.1). It pop out when I going to type in chinese but it is ok when type in english. I don't face this problem while doing my work in the last version (2014)

  • [SOLVED] Automatically rename folder, create subfolder and move files

    Hey all :> my music directory is a bit messed up and untidy. all albums were encoded into one single folder: $artist - $album ($year) Aerosmith - Toys in the Attic (1975) how can i create a parent folder with the name of the artist (here: Aerosmith),