ProcessChain-asynchronous execution fails but synchronous execution pass

Hello Experts,
I am having a problem in the execution of our process chains in Prod. When executing thru rspc, Process chain stops at intermediate point & does not execute and status is red. When I execute it synchronously, it passes. Not sure why it is failing when running thru rspc. Looking at the logs in SM37, I only see logs for the non-synchronous executions and the status of the individual steps in PC is canceled and their log shows "Job or process BI_PROCESS_COMPRESS, waiting for event   is unknown" as the error for all steps. What is the difference b/w asynchronous and synchronous execution, and what could be the reason for the above problem. The process chains were running fine until recently.
Some more info:
In the rsprocess log, the actual_state has 'J- Framework error upon completion' and the PC runs has meta_api as blank (it was 'X' until recently).
Thanks.

Antonio,
The code has some problem ...
Change
if (descriptor = tpacall(service_name,
(char *)sendbuf,
sendlen,
0) == -1)
To
if ((descriptor = tpacall(service_name,
(char *)sendbuf,
sendlen,
0) )== -1)
It should be ok.
Wayne
<Antonio Rodriguez> wrote in message news:[email protected]..
Hi,
I have a problem with asynchronous messages. When my program calls
tpacall() this function always returns 0. This is a invalid descriptor to
tpgetrply() and my program fails. If I use TPGETANY flag then my program
works well, but I would like to use the descriptor.
Why tpacall function always returns 0? Can I know when the reply is
available without calling tpgetrply function? While the reply isn't
available, my program has to continue its execution. Does tpgetrply function
block the program execution?
My Tuxedo version is: BEA Tuxedo, Version 8.0, 32-bit, Patch Level 306
I find enclosed some program code line
Thanks,
ANTONIO.
int descriptor;
FBFR32* sendbuf,recvbuf;
long sendlen,recvlen;
<< call tpinit() >>
<< sendbuf = allocated with tpalloc() >>
<< recvbuf = allocated with tpalloc() >>
if (descriptor = tpacall(service_name,
(char *)sendbuf,
sendlen,
0) == -1)
userlog("tpacall() fails");
return -1;
if (tpgetrply(&descriptor,
(char**)&recvbuf,
(long*)&recvlen
,0) == -1)
userlog("tpacall() fails");
return -1;
tpfree(sendbuf);
tpfree(recvbuf);
<< call tpterm() >>

Similar Messages

  • Online Backup Failed with error-BR0268E Asynchronous execution of program..

    Hi,
    We are using DB13 for Online backup.But from few days it failing with below error.
    BR0268E Asynchronous execution of program interrupted, exit status: c0000094
    BR0267E Asynchronous execution of program failed
    BR0278E Command output of 'F:\usr\sap\QE2\SYS\exe\uc\NTAMD64\mkszip -c F:\ORACLE\QE2\SAPDATA4\SR3_22\SR3.DATA22 >
    Can someone please help on this issue? Thanks in advance.
    Regards,
    Kiran M

    Hi,
    Check below threads.
    BRbackup problem on new system
    Offline backup failed with BR0253E errno 13: Permission denied
    BR0268E Asynchronous execution of program interrupted, exit status: c000009
    Thanks,
    Sushil
    Edited by: Sushil Suryawanshi on May 28, 2009 8:16 PM

  • My graphic card failed but passes the recall test - surely Apple would replace it? How wrong can you be!

    Even though I had read about the product recall on some iMacs, mine had never had an issue, but to be safe, the plan was to take it to an Apple store to have them test and replace it.
    A week ago, on occasion, the screen suddenly started going completely gray, everything else seemed to be working fine, and any apps running would continue to do so. Without being able to see the screen, the only options was to power it down, run any diagnostic test and start normally. It passed pro tools tests, with no warnings so I thought it could have been a software issue. After many restarts without anything else plugged in, the iMac appeared to function for maybe a day or so, but gray screen whenever it wanted to.
    So I called Apple, they told me to get it into a service centre, and they would do further tests. Whilst on the phone to the engineer, my iMac with the gray screen suddenly refused to power back up. The engineers tell me that the graphic card fails any benchmarking tests with corruption and the same gray screen issue, so it looks promising yes? No. The specific tests that the machine must fail for the recall - passed.
    Having spent almost an hour on the phone to a Apple senior advisor today, he tells me that it is not covered by the recall !!
    The machine is one of the matching serial numbered machines in the recall, it has suddenly developed a graphic card issue that leaves the machine unusable, it suddenly started having this problem within weeks of the recall being announced - It has the faulty card in it, it has the fault - yet it does not qualify?
    Can someone please tell me what I could have done to get this card replaced without the estimated £250 charge to get my machine running again.
    I am a die hard Apple enthusiast, I have converted everyone I have been in contact with to purchase from them for their legendary customer services and yet feel perplexed as to what I should do next.
    My first reaction is to raise a big fuss about the situation at an Apple store, but I can't blame them too much if my machine does not match the recall criteria - but come on, it can't be a coincident that this card has failed now, can it?
    What do I do next. I don't want to take my machine over to proper Apple store and raise a fuss, that would be counter productive. But  really Apple
    Anyone have a suggestion - would you buy another iMac that could have the same problem and get the same response?
    To any Apple engineers out there who can look at  a case number my ref number is 500592345, apparently there is a lot of info in there, but nothing that will help me!

    Apple engineers do not participate here. The only replies you will normally get are from people who are, like me, just fellow users, and there's nothing any of us can do to intervene in this matter.
    If Apple says that your system is not covered by the recall, there's not much you can do. You can try taking your system to an Apple Store and politely - do not "make a fuss"; polite but gently insistent is much more likely to get you useful results - ask for assistance. Or you can call Apple tech support, ask to speak with customer relations, and explain the situation to them and request coverage under the recall program.
    If all that fails, though, then you're probably at a dead end and will need to pay for the service if you want it done.
    Regards.

  • Asynchronous Interfaces treated as Synchronous one?

    Hi eXperts,
    I'm now having a weird problem on an Asynchronous inbound interface in a SOAP-XI-R/3 scenario.
    When data coming through XI into R/3, the proxy is called, and works fine. But after the proxy call, a short dump happens in CL_PROXY_FRAMEWORK->XI_PROCESS_PAYLOAD saying the payload is 'null'. Since this is an Asynchronous interface, the payload would certainly be 'null' after the proxy call. So the problem is why this method even be called after the proxy?
    I checked the stack and found that CALL_PIPELINE_SYNC is used instead of CALL_PIPELINE_ASYNC, and I believe this might be the problem: SAP is treating this as an syschronous interface. However after checking settings in IR, both inbound and outbound interfaces are asynchronous.
    Has someone met this before? Does anybody know why SAP is treating an asynchronous interface as a synchronous one?
    Thanks in advance for your help.
    Regards
    Luis

    Hi,
    Did you check sender SOAP Adapter configuration ? What is the quality of service you mentioned ? it should be EO in your case.. check out this..
    also check is this proxy method is giving back the response.. check SXMB_MONI->Trace..
    Hope this helps,
    Regards,
    Moorthy

  • Asynchronous reserveFinally failed

    We have implemented an NWDI (NW2004s SP10) server, the problem we experience is caused due to an old test configuration in the begin of the project. The default trace is full of the following errors:
    asynchronous reserveFinally failed
    I know where this error is comming from and how to solve it. The problem however is that the namereservation list shows four entries on the state FINALIZE_PENDING for a server 'http://FQDN:443'. And that is where our prolem lies... when you try to temporary add this URL to the nameserver list (on the URL https://FQDN/dtr/system-tools/administration/NameServerConfiguration) then you get the error message:
    Name Server data is invalid. Error: Precondition invalid-name-reservation-data check failed.: CIM_ERR_FAILED: HTTP error: Invalid begin of response [expected: 'HTTP', found: '(']
    So the problem is that it is pointing to an http URL on port 443 :S.....
    Does anyone knows if it is possible to delete those namereservation entries? They are absolutely not necessary anymore but need to be removed since we are experiencing problems as long as these name reservations stay open...
    Thanks in Advance,
    Nico van der Linden

    Well just to give an update (in case other people experience the same problems).
    According to the there is an bug in all NWDS versions below SP12 with regards to using an SSL connection to the nameserver. Instead of reserving names for https://<fqdn> it registers them for http://<fqdn>:443 (so the http protocol instead of the https protocol). This caused all our name reservations to get stuck on the state Finalize_pending.
    SAP recommended to use NWDS SP12 instead and confirmed that it was supported to use NWDS SP12 in combination with NWDI and portal on SP10. I downloaded NWDS SP12 and tried to connect to the DTR but I was not able to get an connection at all, no error and no response :S
    So I went back to SAP and (again) they confirmed that this is caused due to an bug in NWDS in combination with SSL connections. The Namereservation problem is solved but instead they gave a free bug back with regards to SSL connections to the DTR........
    SAP will provide an patch for NWDS SP12 to us, but we decided to stay on NWDS SP10 on the landscapes where the portal and NWDI are also on SP10 and just use HTTP connections for name reservations for a while. We enable https connections for the namereservations on all landscapes that are on SP12 and then we apply the patch that SAP will provided.
    I would recommend everyone NOT to turn on SSL connections to the nameserver when you are on NWDS below SP12. All namereservations that were on an incorrect state had to be deleted with an SQL delete statement directly on the database tables since SAP does not provide another way for it. After that we also had to delete all our DC's and recreate them again to make the names reserved again....
    Hope that this makes everything clear, otherwise just let me know.
    Cheers,
    Nico van der Linden

  • OS X 10.8.4 wifi says "connection failed", but connects anyway; cannot save password

    I am using OS X 10.8.4 that came with my MBP. When I connect to my home wifi that requires a WPA 2 password, it says "Connection Failed", but anyway connects to the internet. Also, my password is not being saved, and I need to enter it everytime.
    After reading several forums, I have already tried the following:
    1. removing airport preference list from Library/Preferences/SystemConfiguration
    2. Removing network password from the keychain
    3. Using Keychain first aid
    4. Using disk utility and doing repair disk.
    5. Doing DHCP release in Network Preferences.
    6. Removing my network from the preferred network list and connecting again.
    I am using a D-link modem. It should not be a problem, because the same MBP could remember the password before. The problem happened when I tried to fix my wifi because it would take long to connect after waking from sleep, when I deleted the airport preferences list, and removed the keyring.

    Back up all data. Don't continue unless you're sure you can restore from a backup, even if you're unable to log in.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box marked Allow user to administer this computer, then reboot. You can demote the problem account back to standard status when this step has been completed.
    Enter the following command in the Terminal window in the same way as before (triple-click, copy, and paste):
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -R $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/null
    This time you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1 or if it doesn't solve the problem.
    Boot into Recovery. When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not  going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • I have just tried to update my ipod touch and the update failed but it has locked my ipod.  All I get is a picture of the itunes logo and the usb lead

    I have just tried to update my ipod touch and the update failed but it has locked my ipod.  All I get is a picture of the itunes logo and the usb lead.  I am unable to get the ipod to move and I don't know what to do.  I think I should be recompenced by Apple if I have to pay to get it fixed!

    The logo is saying connect it to your computer with iTunes installed on the computer.  I assume when yo do this that the iPod is not seen in iTunes. to make iTunes appear try:
    - Resetting the iPod:
    Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - Place the iPod in recovery mode.  See:
    iPhone and iPod touch: Unable to update or restore
    - Place the iPod in DFU mode:
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    If the iPod appears in iTunes restore the iPOd.  If not I would make an appointment at the Genius Bar of an Apple store.

  • I have been receiving the message ' Cannot get mail. The connection to the server failed' but I am connected to WIFI

    I have been receiving the message ' Cannot get mail. The connection to the server failed' but I am connected to WIFI.  I have also been receiving  'Cannot send mail, an error occurred while delivering this message.

        Hmm, that's odd JeanEB. The error message referts to the connection to your email server not to cellular data or connection to wi-fi. Go to Settings>Mail, Contacts, Calendars> Select your account and type in your password again. If this doesn't resolve it, delete/re-add the email account.
    AdaS_VZW
    Follow us on Twitter at @VZWSupport 

  • I used scripting brigde to add a movie that has size bigger than 5GB, exactly after two minutes iTunes return a failed, but the processing of the file is actually added to iTunes Library successfully. The copying take more than 5 minutes to complete. Why?

    I used scripting brigde to add a movie that has size bigger than 5GB, exactly after two minutes iTunes return a failed, but the processing of the file is actually added to iTunes Library successfully. The copying take more than 5 minutes to complete. Why the iTunes Scripting Brigde returned failed when it is actually success? It occurred exactly 2 minutes after submit the request to Scripting Brigde. Is this 2 minutes related to the Apple Event time out? if it does, how do I get around this problem? thx

    I can tell you that this is some of the absolutely worst customer service I have ever dealt with. I found out from a store employee that when they are really busy with calls, they have third party companies taking overflow calls. One of those companies is Xerox. What can a Xerox call center rep possibly be able to authorize on a Verizon account?  I'm Sure there is a ton of misinformation out there due to this. They don't note the accounts properly or so everyone can see them. I have been transferred before and have asked if they work for Verizon or a third party also and was refused an answer so, apparently they aren't required to disclose that information. I spent a long time in the store on my last visit and it's not just customers that get the runaround. It happens to the store employees as well and it's beyond frustrating.

  • DVD-R burn fails but...

    When i burn a dvd-r on my macbook pro mid-2012 fails but when i connect one external drive (brand: LG) it works and burns it correctly. It makes a really loud noise and it is vibrating a lot. (The LG drive does not make loud noice and it isn't vibrating.... it just works great.) Now the question. Why is that happening? 

    It could be any number of things.
    Apple Portables: Troubleshooting the slot load optical disc drive
    Cures for an uncooperative CD/DVD drive

  • Idoc failed but updated the data

    Hello Gurus,
    I have a issue where the inbound idoc has failed but it has updated the data in the scheduling agreement.
    Kindly let me know how it is possible to update scheduling agreement when Idoc has status 51 ie failed.
    Helpful answers will be rewarded
    Thanks
    Suresh

    Hi,
    I am also surprised data is updated when idoc is failed.
    Please throw some thoughts on this.
    Thanks
    suresh

  • Server Agent job failing but not writing to Error log

    We recently migrated from Server 2003 to 2008 R2 running Microsoft SQL Management Studio 2008.  We've had a few bumps along the road but my main concern is a SQL Server Agent job that runs at 1:00 AM is failing part way through. Some of the work is
    done but not all. The Job Activity Monitor reports it failed but nothing goes in the Error Log. The job did run successfully last week during tests but these failures came after going live and bring over the latest data. 
    I guess I really need help in diagnosing the lack of information in the Error Log. If I had that data I can begin to follow the bread crumbs to the actual problem.

    The Job Activity Monitor reports it failed but nothing goes in the Error Log.
    The Agent writes error to it's own log file, called SQLAGENT.OUT, it's also located in LOG subfolder and you also can look it up in SSMS from node "SQL Server Agent"
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Make asynchronous event handler as synchronous using Powershell

    Hi All,
    Using custom coding i am able to change the asynchronous event handle to synchronous.
    Can anybody let me know Is there any other way to change the same. Like Powershell script or any.
    Without deploying the solution i want to change the event handler type.
    Please advice.
    Thanks & Regards
    MD.Liakath ali

      
    Hi 
    you can use power shell to do so
    Add-PSSnapin Microsoft.SharePoint.PowerShell –erroraction SilentlyContinue 
    $web = Get-SPWeb -Identity http://...
    $list = $web.GetList($web.Url + "/Lists/" + “list name”) 
    $type = "ItemAdded" #or any other type, like ItemDeleting, ItemAdding, ItemUpdating, ... 
    $numberOfEventReceivers = $list.EventReceivers.Count 
    if ($numberOfEventReceivers -gt 0)
     for( $index = $numberOfEventReceivers -1; $index -gt -1; $index–-) {
        $receiver = $list.EventReceivers[$index] ;
        $name = $receiver.Name
        $typ = $receiver.Type ;
     if ($typ -eq $type)  #or you can check ($name -eq "event receiver's name") if you have more then one event receivers of the same type
        $receiver.Synchronization = "Synchronous"
        $receiver.Update()
        Write-Host "Event receiver " $name " is changed to Synchronous"
    else
        Write-Host " There is no EventReceiver of type " $type " registered for this list "
    $web.Dispose()
    or
    $list = (get-spweb http://sharepoint/sites/test).lists['somelist']
    $def = $list.EventReceivers.Add()
    $def.Assembly = "MyReceiverAssembly, Version=1.0.0.0, Culture=Neutral,PublicKeyToken=a00000000a000ce0"
    $def.Class = "MyReceiverAssembly.MyReceiverClass"
    $def.Type = [Microsoft.SharePoint.SPEventReceiverType]::ItemAdded
    $def.Name = "My ItemAdded Event Receiver";
    $def.Synchronization = [Microsoft.SharePoint.SPEventReceiverSynchronization]::Synchronous
    $def.Update()
    this should be done at each level where list is present.
    or you can Edit the Elements.xml file of the event receiver in(14 hive layouts/feature folder) and set the synchronization element as below..
    <Synchronization>Synchronous</Synchronization>
    Synchronous</Synchronization> https://naimmurati.wordpress.com/2012/03/22/add-modify-or-delete-list-event-receivers-with-powershell/">https://naimmurati.wordpress.com/2012/03/22/add-modify-or-delete-list-event-receivers-with-powershell/
    Regards,
    Rajendra Singh
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful
    http://sharepointundefind.wordpress.com/

  • Failed but blocking corelation after upgrade

    I see lots of failed but not blocking correlation events in the queue after upgrading from Project Server 2010 to 2013, there does not appear to be any user impact, but want to ensure there is no larger issue.
    General•ProjectHasNoWriteLock:◦ProjectHasNoWriteLock (1042). Details: id='1042' name='ProjectHasNoWriteLock' uid='b1dcb5d2-9028-e411-80dd-0050568c6038'. 
    •Queue:◦GeneralQueueJobFailed (26000) - StatusApproval.StatusApprovalReleaseProjectWriteLockMessage. Details: id='26000' name='GeneralQueueJobFailed' uid='b2dcb5d2-9028-e411-80dd-0050568c6038' JobUID='636de2fd-8e28-e411-80dd-0050568c6038' ComputerName='c7228f33-58c8-4ba8-972d-318b850b1899'
    GroupType='StatusApproval' MessageType='StatusApprovalReleaseProjectWriteLockMessage' MessageId='4' Stage='' CorrelationUID='0a6ab09c-aa10-a076-b189-9f70d9cf106c'. For more details, check the ULS logs on machine c7228f33-58c8-4ba8-972d-318b850b1899 for entries
    with JobUID 636de2fd-8e28-e411-80dd-0050568c6038. 

    Please avoid asking the same question in multiple threads, you will get a more accurate reply by posting the query once.
    Many thanks
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • Workflow Start "Failed But Not Blocking Correlation" - Project Server workflow for Demand Management

    Hi,
    I'm trying to "Create a Project Server workflow for Demand Management" with project server 2013 just like is explained
    here.
    But when I try to create a new project the implemented workflow failed to start with the follow state message in the job queue: Failed But Not Blocking Correlation.
    The detailed error display the follow message:
    Exception Starting Workflow: The scope _/SharePoint/default/139e833f-7a85-4ccf-b7a2-b3fea9ce50b9/6799b7e5-e519-40f4-9371-0b3bc3d5c208_ has no workflows under it. HTTP headers received from the server - ActivityId: 52fef415-409b-4545-a9f6-ed75519b425c.
    NodeId: My-Computer-Name. Scope: /SharePoint/default/139e833f-7a85-4ccf-b7a2-b3fea9ce50b9/6799b7e5-e519-40f4-9371-0b3bc3d5c208. Client ActivityId : 9ded4d9c-7733-7004-2661-c8977270af98.. Trace:    at Microsoft.Workflow.Client.ClientHelpers.SendRequest[T](HttpWebRequest
    request, T content)   at Microsoft.Workflow.Client.WorkflowManager.StartInternal(String workflowName, WorkflowStartParameters startParameters)   at Microsoft.SharePoint.WorkflowServices.FabricWorkflowManagementClient.StartInstance(String
    serviceGroupName, String workflowName, String monitoringParam, String activationKey, IDictionary`2 payload)   at Microsoft.SharePoint.WorkflowServices.FabricWorkflowInstanceProvider.StartWorkflow(WorkflowSubscription subscription, IDictionary`2 payload)  
    at Microsoft.Office.Project.Server.BusinessLayer.Workflow.StartWorkflow(Guid projectGuid, Guid enterpriseProjectTypeUid, Boolean isNewProject, Guid previousEntepriseProjectTypeUid, Boolean skipStage, Guid stageToSkipTo):
    WorkflowExceptionStartingWorkflow (35115). Details: id='35115' name='WorkflowExceptionStartingWorkflow' uid='e3bbb06b-1d38-e311-940a-001cc094718e'.
    Error:
    WorkflowCannotStartWorkflow (35100). Details: id='35100' name='WorkflowCannotStartWorkflow' uid='e4bbb06b-1d38-e311-940a-001cc094718e'.
    Queue:
    GeneralQueueJobFailed (26000) - WorkflowStartWorkflow.WorkflowStartWorkflowMessage. Details: id='26000' name='GeneralQueueJobFailed' uid='e5bbb06b-1d38-e311-940a-001cc094718e' JobUID='68ee1040-1d38-e311-940a-001cc094718e'
    ComputerName='90f7432c-fbc8-4ebd-86f3-0236ce62661c' GroupType='WorkflowStartWorkflow' MessageType='WorkflowStartWorkflowMessage' MessageId='1' Stage='' CorrelationUID='9ded4d9c-7733-7004-2661-c8977270af98'. For more details, check the ULS logs on machine
    90f7432c-fbc8-4ebd-86f3-0236ce62661c for entries with JobUID
    68ee1040-1d38-e311-940a-001cc094718e.
    with this detailed entries in the log file
    10/18/2013 13:47:57.38  Microsoft.Office.Project.Server (0x0948) 0x14F0 Project Server                 Queue                        
     ad3fy Critical Standard Information:PSI Entry Point: <unknown>  Project User: <unknown>  Correlation Id: <unknown>  PWA Site URL:   SA Name: <unknown>  PSError: <unknown> A queue job
    has failed. This is a general error logged by the Project Server Queue everytime a job fails - for effective troubleshooting use this error message with other more specific error messages (if any), the Operations guide (which documents more details about queued
    jobs) and the trace log (which could provide more detailed context). More information about the failed job follows. GUID of the failed job: 68ee1040-1d38-e311-940a-001cc094718e. Name of the computer that processed this job: 90f7432c-fbc8-4ebd-86f3-0236ce62661c
    (to debug further, you need to look at the trace log from this computer). Failed job type: WorkflowStartWorkf... 9ded4d9c-7733-7004-2661-c8977270af98
    10/18/2013 13:47:57.38* Microsoft.Office.Project.Server (0x0948) 0x14F0 Project Server                 Queue                        
     ad3fy Critical ...low. Failed sub-job type: WorkflowStartWorkflowMessage. Failed sub-job ID: 1. Stage where sub-job failed:  (this is useful when one sub-job has more than one logical processing stages). 9ded4d9c-7733-7004-2661-c8977270af98
    10/18/2013 13:47:57.38  Microsoft.Office.Project.Server (0x0948) 0x14F0 Project Server                 Queue Jobs                   
     ad3fy Medium   Error is: GeneralQueueJobFailed. Details: Queue Attributes:  68ee1040-1d38-e311-940a-001cc094718e  90f7432c-fbc8-4ebd-86f3-0236ce62661c  WorkflowStartWorkflow  WorkflowStartWorkflowMessage  1   
    9ded4d9c-7733-7004-2661-c8977270af98  . Standard Information: , LogLevelManager Warning-ulsID:0x000DD158 has no entities explicitly specified. 9ded4d9c-7733-7004-2661-c8977270af98
    Any idea?
    Thanks in advance,
    Alexander.

    Hi Alexander,I have seen that error when the workflow manager has not been registered correctly with the PowerShell command - that should be in the docs referenced - or
    http://technet.microsoft.com/en-us/library/jj663115.aspx.  Let me know if that doesn't appear to be the issue here and I can dig deeper.  Best regards,  Brian
    Blog |
    Facebook | Twitter | Posting is provided "AS IS" with no warranties, and confers no rights.
    Project Server TechCenter |
    Project Developer Center |
    Project Server Help | Project Product Page

Maybe you are looking for

  • Problems While Publishing a Service in Service Registry

    Hi folks, while I was following the diffrent steps that were described in this blog: /people/bv.pillai/blog/2007/09/18/configuring-publishing-enterprise-services-from-sap-business-suite-system-into-nwce-netweaver-composition-environment-services-regi

  • Multi-Master replica busy

    I have a multi-master ldap server(5.1 service pack 2, build number:2003.028.2338). There are about 56k users in 1st server and 45k on the 2nd server when count the users in the 2 servers. Plus, I have a pure consumer which is working fine with the re

  • ITunes stops working when accessing iTunes store

    The latest tunes 11.1, when you access the iTunes Store, iTunes stops working and wants to shut down.

  • Program Monitor is Black, no video playback after installing new graphics card

    I bought a PNY Nvidia Quadro 2000 graphics card a few days ago, and since it's been installed, I've been unable to watch video playback in my program, source or even reference monitor. Similarly, If I designate one of my monitors soley for video play

  • Using blackberry as modem for wireless communicat​ion for laptop

    I've seen this done but wasn't able to find instructions on how to do this. Does anyone know how to use the blackberry curve as a modem for wireless connectivity for laptop?  What settings do I need and any software for the laptop needed?