WorkFlow hangs

Hi,
I'm receiving the below error on SCSM each day during night and all workflow hangs, any idea?
Mom failed executing SQL Job p_DataPurging.  Details: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding..
Regards
Antoine AL Ibry

Yes true,
I know this is due to SQL Stored Procedure dbo.p_dataPurging failed.
checking the Job by:
select
top 1000 * from InternalJobHistory (nolock)
where
Command like 'Exec dbo.p_DataPurging'                    
Order
by InternalJobHistoryId desc
Show Status id 0 with NULL Finished date
Regards
Antoine AL Ibry

Similar Messages

  • Workflow hanged- Background Task in Process.

    Hi All,
    Workflow hanged at background task with status in Process due to a dump…we change the logic now.
    How I can restart this task again?
    I checked in SWPC its empty.
    Thanks,
    KP

    Yes, SWI2_DIAG has a Restart Workflow' button.
    Did you try it already?
    Despite what the button name suggests, it 'resumes' the workflow from the current step
    (it doesn't 'restart' from scratch).
    cheers
    Paul

  • Automator workflow hangs indefinitely after running Python script

    Hello,
    I have an Automator workflow set up to use a one-line shell script to launch a Python script. The Python script has a GUI and stays open for the user to interact with it. It launches fine, but I've noticed that my Automator workflow hangs and the spinning workflow cursor won't disappear from the menu bar unless I manually kill the workflow or quit the Python app. Not a huge deal to kill it manually, but annoying.
    I saw someone posted a way to kill an Automator workflow using an AppleScript or shell script embedded within the workflow, but adding that as a second step doesn't work for me—the Automator workflow never gets to that step, presumably because it's waiting for my Python app to close. Anyone know a way to make the Automator workflow kill itself after launching a Python script?

    By default, AppleScript (and, by extension, Automator) will wait for theshell process to exit before continuing the workflow (or exiting if the shell script action is the last step.
    This can be overcome by launching the shell process as a background process, which returns control to AppleScript/Automator, and allows your workflow to continue (or end).
    Just append:
    &> /dev/null
    after your shell command to launch it in the background, e.g.:
    /usr/bin/python /path/to/your.py &> /dev/null
    and you should get what you expect.

  • Workflow Hanging in between the Tasks

    Hi all,
    We are having problem with the workflow which are hanging in between the tasks. Yes, it is in between the tasks.
    the workflow structure have a fork with 4 braches, 3 out of 4 need to complete before the rest of workflow can contiune.
    one branch is already reached the end point, however 2 of the branch are stuck, all the related tasks within these 2 branches are completed, however they could not reach the end point.....bascially in the log, it shows the last step are completed, but for some unknown reasons, it didnt reach the end point of the fork.  I have checked the worfklow defintion, no more task are between this last step to the end of fork for both branch. (the fourth branch is for logical delete purpose). Current workflow status is 'In Progress'.
    Surely we have some more steps after the fork, that why I cannot let this workflow terminate at this point. Also as it had already done a lot of master data change before,  therefore I cannot simply restart the workflow from begin as well.
    I have try to the following method without any sucess, do anyone have other suggestion?
    1. SWPC
    2. Change the workflow to Error status and restart (SWPR)
    3. Execute all workflow runtime backjobs, ie. RSWWERRE, etc.
    4. Update runtime buffer
    5. Checked suspended workflow callbacks and deadline callbacks.
    6. All methods mentions in OSS note 1098805.
    Surely if you know how to terminate the FORK or in the table to force the FORK counter to reach 3, may be I can contiune this workflow. anyway, please help.
    Thanks in advance,
    Derek.

    Rick,
    Not really,
    1. one branch is already reached the end point
    2 and 3. Stuck (the last tasks were completed, no more task between them and the end fork)
    4. termination event.
    due to this client policy I cannot put up the image into some external site to show.
    basically the graphic log is looked like...for both 2 and 3. the green arrows start from the last step on the branch, but stop in the middle. cannot reach the end of fork that point.
    Look into definition, I can confirm that we have no more tasks there......
    Derek.
    Edited by: Derek Cheng on Jul 9, 2010 5:22 PM

  • 1 step workflow hangs following client copy

    Hi. We are using SRM 4 with the basic 1 step approval workflow.
    We just copied our live system to make a new test system and I have run all the BDLS / attribute replace jobs and such like. I have also scheduled the RSWWCOND / RSWWHEX / RSWWERRE jobs.
    We can create a cart no problem and the workflow starts and goes for approval, and the approver can press the approve button.
    However, after approval the workflow just hangs in processing state.
    The cart does not change status to approved and there are no errors in the workflow.
    Does anyone have any ideas what might be missing?
    Thanks a lot for your help,
    Dave.

    Hi David,
    Check for issues in txn -SM58/SM21. Also use txn SWU3 to check if all the automatic customizing is done correctly. Try synchronizing the wf-batch password in this txn.
    Regards,
    Sanjeev

  • Workflow hanging - ST22 and SWU2 empty

    Hi all,
    Some of my workflows are regularly hanging (i.e. background task stuck in status "In process"). This happens on a random basis, and the only way to continue them is via SWPC.
    When I look at short dumps in ST22 or at tRFC in SWU2 I do not see anything related to these workflows.
    Is there any other place where I should check?
    I am on ECC6, basis 7.00.
    Thanks,
    Patrick

    If the updates are not clearly packaged into consistent LUWs then you may end up with a deadlock or other problems during the update.
    @Mike : I totally agree to the fact . However we don't have much choice while using standard BAPI's.
    We used to face this problem very frequently. Although it never got solved following were certain observations.
    1. The frequency of  WF tasks hanging increased during high server loads. e.g. no of batch jobs running at their max
    2. Somehow this seems to be linked to locks.
    3. We raised OSS message but could not replicate this intermittent problem.
    4. We rescheduled some jobs, hardware got upgraded (as scheduled) and during that time we saw a decline in such issues

  • Workflow Hanging

    Hi,
    I have a Workitem( for a background task ) which is in Status 'In Process'  from a long time. basically the Workflow is Hanged.
    Is there any way i can complete the workitem and Workflow will continue from this point.
    Its urgent issue.
    Thanks in Advance...
    Vaibhav

    Hi,
    Due to system crash or some other reason, the workflow & Workitem is in status ' In Process' . So i am not able to use SWPR, as the workflow is not errored out.
    If i manually complete the workitem using SWIA,
    Will the method be called and the container elements be filled out  ?
    Or simply the status will be changed to completed and workflow will continue ?
    Please advice as this i need to do in Production system.
    Do i have to change the Container element values also, as this workitem will get the agent names.

  • Promote a 2012 DC using PowerShell 3.0 workflow hangs on Install-ADDSForest

    Hi,
    seeing the value in PowerShell 3.0 workflow for machine / classroom installation I am trying to automate the entire installation of a SharePoint 2013 machine. First steps include making the server a domain controller.
    To promote the domain controller  I make use of the ADDSDeployment module / Install-ADDSForest command. When used in a normal, non-workflow, PowerShell session the command works just fine. However, when running this command in a workflow that continues
    after a reboot the command seems to hang. I also found that debugging a workflow, well, is rather difficult :)
    First, my sample script configures the computer name. Next it reboots. The workflow will be continueing with the installion of the AD-Domain-Services feature. Right after that I call Install-ADDSForest. You can find the full script below.
    For getting the workflow to auto-continue after the reboot I have used two approaches. I have tried to use the RunOnce registry key to fire up PowerShell. This would be my preferred approach as you can see the PowerShell window running before the Explorer
    shell loads. The second approach involves the scheduled task trigger as described on Technet in the PowerShell workflow section. Either way, the promotion command is stuck. I have left it running overnight, after which the workflow still wasn't done.
    Here's my awesomeness:
    workflow Install-Wingtip {
    InlineScript {
    $Computer = Get-WmiObject Win32_ComputerSystem
    $Computer.Rename("WingtipDC") | Out-Null
    #Get ready for reboot
    #Either use the RunOnce key combined with auto-login
    #Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows\CurrentVersion\RunOnce" `-Name "ConfigureServer" -Value "powershell -executionPolicy Unrestricted -Command Import-Module PSWorkflow; Get-Job | Resume-Job -Wait; Get-Job | Wait-Job"
    #Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" -Name "DefaultUserName" -Value "Administrator"
    #Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" -Name "DefaultPassword" -Value "pass@word1"
    #Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" -Name "AutoAdminLogon" -Value "1"
    #Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" -Name "AutoLogonCount" -Value "1"
    # Or use a -AtStartup trigger
    $Trigger = New-ScheduledTaskTrigger -AtStartup
    Register-ScheduledJob -Name ResumeWorkflow -Trigger $Trigger -ScriptBlock { Import-Module PSWorkflow; Get-Job -State Suspended | Resume-Job }
    Restart-Computer -Wait
    InlineScript {
    Import-Module ServerManager
    Install-WindowsFeature AD-Domain-Services
    InlineScript {
    Import-Module ADDSDeployment
    Install-ADDSForest `
    -DomainName "Wingtip.com" `
    -DomainNetbiosName "Wingtip" `
    -SafeModeAdministratorPassword (ConvertTo-SecureString -String "pass@word1" -AsPlainText -Force) `
    -NoDnsOnNetwork `
    -InstallDns `
    -DomainMode Win2008R2 `
    -ForestMode Win2008R2 `
    -NoRebootOnCompletion `
    -Confirm:$false
    Write-Output -InputObject "Done creating domain controller"
    Perhaps anyone has tried something similar? I cannot be the only one looking at promoting a DC through workflow I guess!
    Thanks,
    Wouter

    Hi Diana,
    during the setup there is no dcpromo.log present in the folder you mention. I have a dcpromoui.log and a dfsr000001.log as well as a netsetup.log. Fun stuff, if I read the dcpromoui.log correctly it should have created a domain controller and a new forest.
    However, my machine is still member of a workgroup after reboot, so it isn't in the state you'd expect.
    DCPROMOUI LOG
    dcpromoui 3A0.9F0 0196 23:41:22.366         Enter CheckDomainDnsNormalization Wingtip.com
    dcpromoui 3A0.9F0 0197 23:41:22.366           Enter ValidateDnsNameNormalization Wingtip.com
    dcpromoui 3A0.9F0 0198 23:41:22.366             The canonical form is wingtip.com.
    dcpromoui 3A0.9F0 0199 23:41:22.366             result = true
    dcpromoui 3A0.9F0 019A 23:41:22.366         Enter State::SetNewDomainDNSName Wingtip.com
    dcpromoui 3A0.9F0 019B 23:41:22.366       performed state 9, next state 18
    dcpromoui 3A0.9F0 019C 23:41:22.366       Enter NetbiosNameFunct
    dcpromoui 3A0.9F0 019D 23:41:22.366         Enter GetAnswerFileOption DomainNetbiosName
    dcpromoui 3A0.9F0 019E 23:41:22.366           Enter AnswerFile::GetOption DomainNetbiosName
    dcpromoui 3A0.9F0 019F 23:41:22.366             using value from cmdline
    dcpromoui 3A0.9F0 01A0 23:41:22.366             Wingtip
    dcpromoui 3A0.9F0 01A1 23:41:22.366         Enter NetbiosNameFunctInternal
    dcpromoui 3A0.9F0 01A2 23:41:22.366           Enter ValidateDomainNetbiosName Wingtip
    dcpromoui 3A0.9F0 01A3 23:41:22.366             Enter Dns::HostnameToNetbiosName Wingtip
    dcpromoui 3A0.9F0 01A4 23:41:22.366               WINGTIP
    dcpromoui 3A0.9F0 01A5 23:41:22.366             Enter ValidateNetbiosDomainName WINGTIP
    dcpromoui 3A0.9F0 01A6 23:41:22.366               Enter NetbiosValidationHelper
    dcpromoui 3A0.9F0 01A7 23:41:22.366                 Calling NetpwNameValidate
    dcpromoui 3A0.9F0 01A8 23:41:22.366                 valid name
    dcpromoui 3A0.9F0 01A9 23:41:22.366             Enter MyNetValidateName
    dcpromoui 3A0.9F0 01AA 23:41:22.366               Calling NetValidateName
    dcpromoui 3A0.9F0 01AB 23:41:22.366               lpServer   : (null)
    dcpromoui 3A0.9F0 01AC 23:41:22.366               lpName     : Wingtip
    dcpromoui 3A0.9F0 01AD 23:41:22.366               lpAccount  : (null)
    dcpromoui 3A0.9F0 01AE 23:41:22.366               lpPassword : (null)
    dcpromoui 3A0.9F0 01AF 23:41:22.366               NameType   : NetSetupNonExistentDomain
    dcpromoui 3A0.9F0 01B0 23:41:22.366               Using the same thread : true
    dcpromoui 3A0.9F0 01B1 23:41:27.788               HRESULT = 0x00000000
    dcpromoui 3A0.9F0 01B2 23:41:27.788           ValidateDomainNetbiosName returned 0
    dcpromoui 3A0.9F0 01B3 23:41:27.788           Enter State::SetNewDomainNetbiosName Wingtip
    dcpromoui 3A0.9F0 01B4 23:41:27.788           Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 01B5 23:41:27.788       performed state 18, next state 19
    dcpromoui 3A0.9F0 01B6 23:41:27.788       Enter ForestFunctionalLevelFunct
    dcpromoui 3A0.9F0 01B7 23:41:27.788         Enter GetAnswerFileOption ForestLevel
    dcpromoui 3A0.9F0 01B8 23:41:27.788           Enter AnswerFile::GetOption ForestLevel
    dcpromoui 3A0.9F0 01B9 23:41:27.788             using value from cmdline
    dcpromoui 3A0.9F0 01BA 23:41:27.788             4
    dcpromoui 3A0.9F0 01BB 23:41:27.788         Enter State::SetForestFunctionalLevel
    dcpromoui 3A0.9F0 01BC 23:41:27.788           forest functional level: 4
    dcpromoui 3A0.9F0 01BD 23:41:27.788       performed state 19, next state 20
    dcpromoui 3A0.9F0 01BE 23:41:27.788       Enter DomainFunctionalLevelFunct
    dcpromoui 3A0.9F0 01BF 23:41:27.788         Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 01C0 23:41:27.788         Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 01C1 23:41:27.788         Enter State::GetForestFunctionalLevel
    dcpromoui 3A0.9F0 01C2 23:41:27.788           forest functional level: 4
    dcpromoui 3A0.9F0 01C3 23:41:27.788         Enter GetAnswerFileOption DomainLevel
    dcpromoui 3A0.9F0 01C4 23:41:27.788           Enter AnswerFile::GetOption DomainLevel
    dcpromoui 3A0.9F0 01C5 23:41:27.788             using value from cmdline
    dcpromoui 3A0.9F0 01C6 23:41:27.788             4
    dcpromoui 3A0.9F0 01C7 23:41:27.788         Enter State::SetDomainFunctionalLevel
    dcpromoui 3A0.9F0 01C8 23:41:27.788           domain functional level: 4
    dcpromoui 3A0.9F0 01C9 23:41:27.788       performed state 20, next state 14
    dcpromoui 3A0.9F0 01CA 23:41:27.788       Enter SiteSelectionFunct
    dcpromoui 3A0.9F0 01CB 23:41:27.788         Enter GetAnswerFileOption SiteName
    dcpromoui 3A0.9F0 01CC 23:41:27.788           Enter AnswerFile::GetOption SiteName
    dcpromoui 3A0.9F0 01CD 23:41:27.788            
    dcpromoui 3A0.9F0 01CE 23:41:27.788         Enter SiteSelectionFunctInternal
    dcpromoui 3A0.9F0 01CF 23:41:27.788           Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 01D0 23:41:27.788           Enter ValidateSiteName
    dcpromoui 3A0.9F0 01D1 23:41:27.788             Enter DoLabelValidation
    dcpromoui 3A0.9F0 01D2 23:41:27.788               Enter Dns::ValidateDnsLabelSyntax Default-First-Site-Name
    dcpromoui 3A0.9F0 01D3 23:41:27.788                 Enter DoDnsValidation s: Default-First-Site-Name, max len unicode: 63, max len utf8: 63
    dcpromoui 3A0.9F0 01D4 23:41:27.788                   name is 23 utf-8 bytes
    dcpromoui 3A0.9F0 01D5 23:41:27.788                   Enter MyDnsValidateName Default-First-Site-Name
    dcpromoui 3A0.9F0 01D6 23:41:27.788                     Calling DnsValidateName
    dcpromoui 3A0.9F0 01D7 23:41:27.788                     pszName : Default-First-Site-Name
    dcpromoui 3A0.9F0 01D8 23:41:27.788                     Format  : 3
    dcpromoui 3A0.9F0 01D9 23:41:27.788                     status 0x0
    dcpromoui 3A0.9F0 01DA 23:41:27.788                     ERROR_SUCCESS
    dcpromoui 3A0.9F0 01DB 23:41:27.788             Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 01DC 23:41:27.788           Enter State::SetSiteName Default-First-Site-Name
    dcpromoui 3A0.9F0 01DD 23:41:27.788       performed state 14, next state 15
    dcpromoui 3A0.9F0 01DE 23:41:27.788       Enter AdditionalDcRolesFunct
    dcpromoui 3A0.9F0 01DF 23:41:27.788         Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 01E0 23:41:27.788         Enter State::GetMode NORMAL
    dcpromoui 3A0.9F0 01E1 23:41:27.788         Enter State::GetInstallDnsUserOption
    dcpromoui 3A0.9F0 01E2 23:41:27.788           Enter GetAnswerFileOption InstallDNS
    dcpromoui 3A0.9F0 01E3 23:41:27.788             Enter AnswerFile::GetOption InstallDNS
    dcpromoui 3A0.9F0 01E4 23:41:27.788              
    dcpromoui 3A0.9F0 01E5 23:41:27.788           Enter GetAnswerFileOption AutoConfigDNS
    dcpromoui 3A0.9F0 01E6 23:41:27.788             Enter AnswerFile::GetOption AutoConfigDNS
    dcpromoui 3A0.9F0 01E7 23:41:27.788              
    dcpromoui 3A0.9F0 01E8 23:41:27.788         Enter AdditionalDcRolesFunctCheckDnsConfig
    dcpromoui 3A0.9F0 01E9 23:41:27.788           Enter State::GetMode NORMAL
    dcpromoui 3A0.9F0 01EA 23:41:27.788           Enter State::IsDNSOnNetwork false
    dcpromoui 3A0.9F0 01EB 23:41:27.788           Enter GetDefaultChoiceForDnsInstallation
    dcpromoui 3A0.9F0 01EC 23:41:27.788             Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 01ED 23:41:27.788             Enter State::GetMode NORMAL
    dcpromoui 3A0.9F0 01EE 23:41:27.788             Enter Dns::IsServiceInstalled
    dcpromoui 3A0.9F0 01EF 23:41:27.788               Enter NTService::IsInstalled dns
    dcpromoui 3A0.9F0 01F0 23:41:27.788                 Enter MyOpenService
    dcpromoui 3A0.9F0 01F1 23:41:27.788                   Enter Win::OpenSCManager
    dcpromoui 3A0.9F0 01F2 23:41:27.788                   Enter Win::OpenService dns
    dcpromoui 3A0.9F0 01F3 23:41:27.788                   HRESULT = 0x80070424
    dcpromoui 3A0.9F0 01F4 23:41:27.788               service is not installed.
    dcpromoui 3A0.9F0 01F5 23:41:27.788             Enter State::SetDnsServerAlreadyInstalled
    dcpromoui 3A0.9F0 01F6 23:41:27.788               b = false
    dcpromoui 3A0.9F0 01F7 23:41:27.788             Enter State::IsDnsServerAlreadyInstalled
    dcpromoui 3A0.9F0 01F8 23:41:27.788               bDnsServerAlreadyInstalled = false
    dcpromoui 3A0.9F0 01F9 23:41:27.788           Enter State::SetAutoConfigureDNS true
    dcpromoui 3A0.9F0 01FA 23:41:27.788           Enter TxtCheckCreateDnsDelegationOptions
    dcpromoui 3A0.9F0 01FB 23:41:27.788             Enter State::GetDnsDelegationUserOption
    dcpromoui 3A0.9F0 01FC 23:41:27.788               Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 01FD 23:41:27.788               Enter GetAnswerFileOption CreateDNSDelegation
    dcpromoui 3A0.9F0 01FE 23:41:27.788                 Enter AnswerFile::GetOption CreateDNSDelegation
    dcpromoui 3A0.9F0 01FF 23:41:27.788                  
    dcpromoui 3A0.9F0 0200 23:41:27.788             Enter State::AutoConfigureDNS true
    dcpromoui 3A0.9F0 0201 23:41:27.788             bResult = true
    dcpromoui 3A0.9F0 0202 23:41:27.788           Enter State::AutoConfigureDNS true
    dcpromoui 3A0.9F0 0203 23:41:27.788           Do install DNS server
    dcpromoui 3A0.9F0 0204 23:41:27.788         Enter GetAnswerFileOption ConfirmGc
    dcpromoui 3A0.9F0 0205 23:41:27.788           Enter AnswerFile::GetOption ConfirmGc
    dcpromoui 3A0.9F0 0206 23:41:27.788            
    dcpromoui 3A0.9F0 0207 23:41:27.788         Enter State::SetGlobalCatalogOption true
    dcpromoui 3A0.9F0 0208 23:41:27.788         Enter State::GetGlobalCatalogOption true
    dcpromoui 3A0.9F0 0209 23:41:27.788         This DC will be a GC
    dcpromoui 3A0.9F0 020A 23:41:27.788         Enter GetAnswerFileOption ReplicaOrNewDomain
    dcpromoui 3A0.9F0 020B 23:41:27.788           Enter AnswerFile::GetOption ReplicaOrNewDomain
    dcpromoui 3A0.9F0 020C 23:41:27.788             using value from cmdline
    dcpromoui 3A0.9F0 020D 23:41:27.788             Domain
    dcpromoui 3A0.9F0 020E 23:41:27.788         Enter State::IsReadOnlyReplica false
    dcpromoui 3A0.9F0 020F 23:41:27.788         Enter TxtCheckConflictingDcAccount
    dcpromoui 3A0.9F0 0210 23:41:27.788           Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 0211 23:41:27.788           Enter State::GetMode NORMAL
    dcpromoui 3A0.9F0 0212 23:41:27.788           bResult = true
    dcpromoui 3A0.9F0 0213 23:41:27.788         Enter TxtCheckRidMasterOnlineRequirement
    dcpromoui 3A0.9F0 0214 23:41:27.788           Enter ValidateRidMasterOnlineRequirement
    dcpromoui 3A0.9F0 0215 23:41:27.788             Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 0216 23:41:27.788             Enter State::GetMode NORMAL
    dcpromoui 3A0.9F0 0217 23:41:27.788             bResult = true
    dcpromoui 3A0.9F0 0218 23:41:27.788           bResult = true
    dcpromoui 3A0.9F0 0219 23:41:27.788         Enter State::IsReadOnlyReplica false
    dcpromoui 3A0.9F0 021A 23:41:27.788         Enter State::IsReadOnlyReplica false
    dcpromoui 3A0.9F0 021B 23:41:27.788         Enter TxtCheckTransferIMRoleOptions
    dcpromoui 3A0.9F0 021C 23:41:27.788           Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 021D 23:41:27.788           bResult = true
    dcpromoui 3A0.9F0 021E 23:41:27.788         Enter TxtCheckIMGCCompatibility
    dcpromoui 3A0.9F0 021F 23:41:27.788           Enter State::SetNeedToTransferIMRole
    dcpromoui 3A0.9F0 0220 23:41:27.788             b = false
    dcpromoui 3A0.9F0 0221 23:41:27.788           Enter State::GetMode NORMAL
    dcpromoui 3A0.9F0 0222 23:41:27.788           Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 0223 23:41:27.788         Enter State::IsDnsServerAlreadyInstalled
    dcpromoui 3A0.9F0 0224 23:41:27.788           bDnsServerAlreadyInstalled = false
    dcpromoui 3A0.9F0 0225 23:41:27.788         Enter AdditionalDcRolesFunctDnsRegistrationTest
    dcpromoui 3A0.9F0 0226 23:41:27.788           Enter State::GetMode NORMAL
    dcpromoui 3A0.9F0 0227 23:41:27.788           Enter State::AutoConfigureDNS true
    dcpromoui 3A0.9F0 0228 23:41:27.788           Enter TxtIsReadyForDnsInstallation
    dcpromoui 3A0.9F0 0229 23:41:27.788             Enter VerifyStaticIpPresent
    dcpromoui 3A0.9F0 022A 23:41:27.788               Adapter name: {11492924-E5D4-4AE7-B958-9E9E8CC9DAB0}
    dcpromoui 3A0.9F0 022B 23:41:27.788               Examining the IP address 0
    dcpromoui 3A0.9F0 022C 23:41:27.788               Not a global IPv6 address. No need to check it.
    dcpromoui 3A0.9F0 022D 23:41:27.788               Examining the IP address 1
    dcpromoui 3A0.9F0 022E 23:41:27.788               Found a static IPv4 address
    dcpromoui 3A0.9F0 022F 23:41:27.788               Adapter name: {6F0E278D-D6F9-11E1-93E4-806E6F6E6963}
    dcpromoui 3A0.9F0 0230 23:41:27.788               The adapter does not have a physical connector.
    dcpromoui 3A0.9F0 0231 23:41:27.788               Adapter name: {EBA06FBF-9547-4E40-A37A-0FE83A6AF676}
    dcpromoui 3A0.9F0 0232 23:41:27.788               The adapter does not have a physical connector.
    dcpromoui 3A0.9F0 0233 23:41:27.788               HRESULT = 0x00000000
    dcpromoui 3A0.9F0 0234 23:41:27.788           Enter TxtRunDnsRegistrationTest
    dcpromoui 3A0.9F0 0235 23:41:27.788             Enter NeedToDiagnoseDnsRegistration
    dcpromoui 3A0.9F0 0236 23:41:27.788               Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 0237 23:41:27.788               bRunDnsRegistrationTest = true
    dcpromoui 3A0.9F0 0238 23:41:27.788             Enter DnsRegistrationTest
    dcpromoui 3A0.9F0 0239 23:41:27.788               Enter GetServerAndDomainForDnsDiagnosis
    dcpromoui 3A0.9F0 023A 23:41:27.788                 Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 023B 23:41:27.788                 Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 023C 23:41:27.788                 Enter State::GetNewDomainDNSName Wingtip.com
    dcpromoui 3A0.9F0 023D 23:41:27.788               Enter DiagnoseDnsRegistration
    dcpromoui 3A0.9F0 023E 23:41:27.788                 Enter FindAuthoritativeServer _ldap._tcp.dc._msdcs.Wingtip.com
    dcpromoui 3A0.9F0 023F 23:41:27.788                   Enter FullyQualifyDnsName _ldap._tcp.dc._msdcs.Wingtip.com
    dcpromoui 3A0.9F0 0240 23:41:27.788                   Enter MyDnsQuery _ldap._tcp.dc._msdcs.Wingtip.com.
    dcpromoui 3A0.9F0 0241 23:41:27.788                     Calling DnsQuery_W
    dcpromoui 3A0.9F0 0242 23:41:27.788                     lpstrName : _ldap._tcp.dc._msdcs.Wingtip.com.
    dcpromoui 3A0.9F0 0243 23:41:27.788                     wType     : 6
    dcpromoui 3A0.9F0 0244 23:41:27.788                     fOptions  : 8
    dcpromoui 3A0.9F0 0245 23:41:27.788                     status = 000005B4
    dcpromoui 3A0.9F0 0246 23:41:27.788                     ERROR_TIMEOUT
    dcpromoui 3A0.9F0 0247 23:41:27.788                   failed to find autoritative server.
    dcpromoui 3A0.9F0 0248 23:41:27.788                   result = 000005B4
    dcpromoui 3A0.9F0 0249 23:41:27.788                   authZone            =
    dcpromoui 3A0.9F0 024A 23:41:27.788                   authServer          =
    dcpromoui 3A0.9F0 024B 23:41:27.788                   authServerIpAddress =
    dcpromoui 3A0.9F0 024C 23:41:27.788                 timeout
    dcpromoui 3A0.9F0 024D 23:41:27.788                 DiagnosticCode = b
    dcpromoui 3A0.9F0 024E 23:41:27.788               Enter State::SetParentZoneName
    dcpromoui 3A0.9F0 024F 23:41:27.788               server name:            _ldap._tcp.dc._msdcs.Wingtip.com
    dcpromoui 3A0.9F0 0250 23:41:27.788               error code:             1460
    dcpromoui 3A0.9F0 0251 23:41:27.788               Auth zone:             
    dcpromoui 3A0.9F0 0252 23:41:27.788               Auth server:           
    dcpromoui 3A0.9F0 0253 23:41:27.788               Auth server IP address:
    dcpromoui 3A0.9F0 0254 23:41:27.788               diagnosticResultCode:   11
    dcpromoui 3A0.9F0 0255 23:41:27.804               Enter GetErrorMessage 800705B4
    dcpromoui 3A0.9F0 0256 23:41:27.804             Enter State::SetDnsRegistrationTestSucceeded
    dcpromoui 3A0.9F0 0257 23:41:27.804               b = false
    dcpromoui 3A0.9F0 0258 23:41:27.804             Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 0259 23:41:27.804             Enter NeedToCreateDelegationOrShowDnsRegistrationDiagnosis
    dcpromoui 3A0.9F0 025A 23:41:27.804               Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 025B 23:41:27.804               Enter State::AutoConfigureDNS true
    dcpromoui 3A0.9F0 025C 23:41:27.804               Enter State::AutoConfigureDNS true
    dcpromoui 3A0.9F0 025D 23:41:27.804             Enter State::SetCreateDnsDelegation false
    dcpromoui 3A0.9F0 025E 23:41:27.804             Enter State::SetDnsDelegationOptionChangeable false
    dcpromoui 3A0.9F0 025F 23:41:27.804             Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 0260 23:41:27.804             Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 0261 23:41:27.804             Enter State::GetNewDomainDNSName Wingtip.com
    dcpromoui 3A0.9F0 0262 23:41:27.804             Warning: A delegation for this DNS server cannot be created because the authoritative parent zone cannot be found or it does not run Windows DNS server.
    If you are integrating with an existing DNS infrastructure, you should manually create a delegation to this DNS server in the parent zone to ensure reliable name resolution from outside the domain "Wingtip.com". Otherwise, no action is required.
    dcpromoui 3A0.9F0 0263 23:41:27.804             Enter State::AddFinishMessage A delegation for this DNS server cannot be created because the authoritative parent zone cannot be found or it does not
    run Windows DNS server. If you are integrating with an existing DNS infrastructure, you should manually create a delegation to this DNS server in the parent zone to ensure reliable name resolution from outside the domain "Wingtip.com". Otherwise, no action
    is required.
    dcpromoui 3A0.9F0 0264 23:41:27.804             DNS delegation will not be created due to DNS diagnostics failure.
    dcpromoui 3A0.9F0 0265 23:41:27.804         Enter State::AutoConfigureDNS true
    dcpromoui 3A0.9F0 0266 23:41:27.804       performed state 15, next state 16
    dcpromoui 3A0.9F0 0267 23:41:27.804       Enter DnsDelegationFunct
    dcpromoui 3A0.9F0 0268 23:41:27.804         Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 0269 23:41:27.804         Enter State::GetDnsDelegationUserOption
    dcpromoui 3A0.9F0 026A 23:41:27.804           Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 026B 23:41:27.804           Enter GetAnswerFileOption CreateDNSDelegation
    dcpromoui 3A0.9F0 026C 23:41:27.804             Enter AnswerFile::GetOption CreateDNSDelegation
    dcpromoui 3A0.9F0 026D 23:41:27.804              
    dcpromoui 3A0.9F0 026E 23:41:27.804         Enter State::GetDnsDelegationOptionChangeable false
    dcpromoui 3A0.9F0 026F 23:41:27.804         Enter State::GetCreateDnsDelegation false
    dcpromoui 3A0.9F0 0270 23:41:27.804         Enter State::GetCreateDnsDelegation false
    dcpromoui 3A0.9F0 0271 23:41:27.804         Enter State::GetCreateDnsDelegation false
    dcpromoui 3A0.9F0 0272 23:41:27.804         Enter State::GetDnsRegistrationTestSucceeded
    dcpromoui 3A0.9F0 0273 23:41:27.804           m_bDnsRegistrationTestSucceeded = false
    dcpromoui 3A0.9F0 0274 23:41:27.804         Enter State::SetHadNonCriticalFailures
    dcpromoui 3A0.9F0 0275 23:41:27.804           b = true
    dcpromoui 3A0.9F0 0276 23:41:27.804       performed state 16, next state 25
    dcpromoui 3A0.9F0 0277 23:41:27.804       Enter PathsFunct
    dcpromoui 3A0.9F0 0278 23:41:27.804         Enter GetAnswerFileOption DatabasePath
    dcpromoui 3A0.9F0 0279 23:41:27.804           Enter AnswerFile::GetOption DatabasePath
    dcpromoui 3A0.9F0 027A 23:41:27.804            
    dcpromoui 3A0.9F0 027B 23:41:27.804         Enter GetAnswerFileOption LogPath
    dcpromoui 3A0.9F0 027C 23:41:27.804           Enter AnswerFile::GetOption LogPath
    dcpromoui 3A0.9F0 027D 23:41:27.804            
    dcpromoui 3A0.9F0 027E 23:41:27.804         Enter GetAnswerFileOption SYSVOLPath
    dcpromoui 3A0.9F0 027F 23:41:27.804           Enter AnswerFile::GetOption SYSVOLPath
    dcpromoui 3A0.9F0 0280 23:41:27.804            
    dcpromoui 3A0.9F0 0281 23:41:27.804         Enter DetermineDefaultSysvolPath
    dcpromoui 3A0.9F0 0282 23:41:27.804           Enter FS::GetFileSystemType
    dcpromoui 3A0.9F0 0283 23:41:27.804             Enter FS::GetRootFolder C:\Windows
    dcpromoui 3A0.9F0 0284 23:41:27.804               Enter FS::GetPathSyntax C:\Windows
    dcpromoui 3A0.9F0 0285 23:41:27.804             HRESULT = 0x00000000
    dcpromoui 3A0.9F0 0286 23:41:27.804           C:\Windows\
    dcpromoui 3A0.9F0 0287 23:41:27.804         dbPath=C:\Windows\NTDS, logPath=C:\Windows\NTDS
    dcpromoui 3A0.9F0 0288 23:41:27.804         sysvol path C:\Windows\SYSVOL
    dcpromoui 3A0.9F0 0289 23:41:27.804         Enter FS::NormalizePath C:\Windows\NTDS
    dcpromoui 3A0.9F0 028A 23:41:27.804         Enter FS::NormalizePath C:\Windows\NTDS
    dcpromoui 3A0.9F0 028B 23:41:27.804         Enter FS::NormalizePath C:\Windows\SYSVOL
    dcpromoui 3A0.9F0 028C 23:41:27.804         Enter TxtValidateDcInstallPath
    dcpromoui 3A0.9F0 028D 23:41:27.804           Enter ValidateDcInstallPath
    dcpromoui 3A0.9F0 028E 23:41:27.804             Enter FS::GetPathSyntax C:\Windows\NTDS
    dcpromoui 3A0.9F0 028F 23:41:27.804             Enter PathHasNonAsciiCharacters C:\Windows\NTDS
    dcpromoui 3A0.9F0 0290 23:41:27.804               result = false
    dcpromoui 3A0.9F0 0291 23:41:27.804             Enter CheckDriveType
    dcpromoui 3A0.9F0 0292 23:41:27.804               Enter IsSupportedDriveType
    dcpromoui 3A0.9F0 0293 23:41:27.804         Enter FS::GetRootFolder C:\Windows\NTDS
    dcpromoui 3A0.9F0 0294 23:41:27.804           Enter FS::GetPathSyntax C:\Windows\NTDS
    dcpromoui 3A0.9F0 0295 23:41:27.804         Enter FS::GetRootFolder C:\Windows\NTDS
    dcpromoui 3A0.9F0 0296 23:41:27.804           Enter FS::GetPathSyntax C:\Windows\NTDS
    dcpromoui 3A0.9F0 0297 23:41:27.804         Enter checkDiskSpace
    dcpromoui 3A0.9F0 0298 23:41:27.804           Enter FS::GetRootFolder C:\
    dcpromoui 3A0.9F0 0299 23:41:27.804             Enter FS::GetPathSyntax C:\
    dcpromoui 3A0.9F0 029A 23:41:27.804           Enter FS::GetAvailableSpace C:\
    dcpromoui 3A0.9F0 029B 23:41:27.804         Enter State::SetDatabasePath C:\Windows\NTDS
    dcpromoui 3A0.9F0 029C 23:41:27.804         Enter State::SetLogPath C:\Windows\NTDS
    dcpromoui 3A0.9F0 029D 23:41:27.804         Enter TxtValidateDcInstallPath
    dcpromoui 3A0.9F0 029E 23:41:27.804           Enter ValidateDcInstallPath
    dcpromoui 3A0.9F0 029F 23:41:27.804             Enter FS::GetPathSyntax C:\Windows\SYSVOL
    dcpromoui 3A0.9F0 02A0 23:41:27.804             Enter CheckDriveType
    dcpromoui 3A0.9F0 02A1 23:41:27.804               Enter IsSupportedDriveType
    dcpromoui 3A0.9F0 02A2 23:41:27.804             Enter FS::GetFileSystemType
    dcpromoui 3A0.9F0 02A3 23:41:27.804               Enter FS::GetRootFolder C:\Windows\SYSVOL
    dcpromoui 3A0.9F0 02A4 23:41:27.804                 Enter FS::GetPathSyntax C:\Windows\SYSVOL
    dcpromoui 3A0.9F0 02A5 23:41:27.804               HRESULT = 0x00000000
    dcpromoui 3A0.9F0 02A6 23:41:27.804         Enter TxtValidateSYSVOLPath
    dcpromoui 3A0.9F0 02A7 23:41:27.804           Enter validateSysvolPath
    dcpromoui 3A0.9F0 02A8 23:41:27.804             Enter State::GetDatabasePath C:\Windows\NTDS
    dcpromoui 3A0.9F0 02A9 23:41:27.804             Enter State::GetLogPath C:\Windows\NTDS
    dcpromoui 3A0.9F0 02AA 23:41:27.804             Enter FS::IsParentFolder
    dcpromoui 3A0.9F0 02AB 23:41:27.804             Enter FS::IsParentFolder
    dcpromoui 3A0.9F0 02AC 23:41:27.804             Enter State::ReplicateFromMedia false
    dcpromoui 3A0.9F0 02AD 23:41:27.804             Enter checkDiskSpace
    dcpromoui 3A0.9F0 02AE 23:41:27.804               Enter FS::GetRootFolder C:\Windows\SYSVOL
    dcpromoui 3A0.9F0 02AF 23:41:27.804                 Enter FS::GetPathSyntax C:\Windows\SYSVOL
    dcpromoui 3A0.9F0 02B0 23:41:27.804               Enter FS::GetAvailableSpace C:\
    dcpromoui 3A0.9F0 02B1 23:41:27.804           validStatus = 0x0
    dcpromoui 3A0.9F0 02B2 23:41:27.804           Enter State::GetDatabasePath C:\Windows\NTDS
    dcpromoui 3A0.9F0 02B3 23:41:27.804           Enter State::GetLogPath C:\Windows\NTDS
    dcpromoui 3A0.9F0 02B4 23:41:27.804           true
    dcpromoui 3A0.9F0 02B5 23:41:27.804         Enter State::SetSYSVOLPath C:\Windows\SYSVOL
    dcpromoui 3A0.9F0 02B6 23:41:27.804       performed state 25, next state 26
    dcpromoui 3A0.9F0 02B7 23:41:27.804       Enter SafeModePasswordFunct
    dcpromoui 3A0.9F0 02B8 23:41:27.804         Enter GetEncryptedAnswerFileOption SafeModeAdminPassword
    dcpromoui 3A0.9F0 02B9 23:41:27.804           Enter AnswerFile::GetEncryptedOption SafeModeAdminPassword
    dcpromoui 3A0.9F0 02BA 23:41:27.804         Enter SafeModePasswordFunctInternal
    dcpromoui 3A0.9F0 02BB 23:41:27.804           Enter TxtIsValidPassword
    dcpromoui 3A0.9F0 02BC 23:41:27.804             Enter IsValidPassword
    dcpromoui 3A0.9F0 02BD 23:41:27.804               Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 02BE 23:41:27.804               Enter ValidatePasswordAgainstPolicy
    dcpromoui 3A0.9F0 02BF 23:41:27.804                 Using current user context ...
    dcpromoui 3A0.9F0 02C0 23:41:27.851                 HRESULT = 0x00000000
    dcpromoui 3A0.9F0 02C1 23:41:27.851           Enter State::SetSafeModeAdminPassword
    dcpromoui 3A0.9F0 02C2 23:41:27.851       performed state 26, next state 28
    dcpromoui 3A0.9F0 02C3 23:41:27.851       Enter ConfirmFunct
    dcpromoui 3A0.9F0 02C4 23:41:27.851         Enter GetMessage
    dcpromoui 3A0.9F0 02C5 23:41:27.851           Enter State::GetNewDomainNetbiosName Wingtip
    dcpromoui 3A0.9F0 02C6 23:41:27.851           Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 02C7 23:41:27.851           Enter State::GetNewDomainDNSName Wingtip.com
    dcpromoui 3A0.9F0 02C8 23:41:27.851         Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 02C9 23:41:27.851         Enter State::GetMode NORMAL
    dcpromoui 3A0.9F0 02CA 23:41:27.866         Enter State::GetForestFunctionalLevel
    dcpromoui 3A0.9F0 02CB 23:41:27.866           forest functional level: 4
    dcpromoui 3A0.9F0 02CC 23:41:27.866         Enter State::GetDomainFunctionalLevel
    dcpromoui 3A0.9F0 02CD 23:41:27.866           domain functional level: 4
    dcpromoui 3A0.9F0 02CE 23:41:27.866         Enter State::IsRepair false
    dcpromoui 3A0.9F0 02CF 23:41:27.866         Enter State::GetSiteName Default-First-Site-Name
    dcpromoui 3A0.9F0 02D0 23:41:27.866         Enter State::IsReadOnlyReplica false
    dcpromoui 3A0.9F0 02D1 23:41:27.866         Enter State::GetGlobalCatalogOption true
    dcpromoui 3A0.9F0 02D2 23:41:27.866         Enter State::AutoConfigureDNS true
    dcpromoui 3A0.9F0 02D3 23:41:27.866         Enter State::AutoConfigureDNS true
    dcpromoui 3A0.9F0 02D4 23:41:27.866         Enter State::GetCreateDnsDelegation false
    dcpromoui 3A0.9F0 02D5 23:41:27.866         Enter State::IsReadOnlyReplica false
    dcpromoui 3A0.9F0 02D6 23:41:27.866         Enter State::GetSYSVOLPath C:\Windows\SYSVOL
    dcpromoui 3A0.9F0 02D7 23:41:27.866         Enter State::GetLogPath C:\Windows\NTDS
    dcpromoui 3A0.9F0 02D8 23:41:27.866         Enter State::GetDatabasePath C:\Windows\NTDS
    dcpromoui 3A0.9F0 02D9 23:41:27.866         Enter State::AutoConfigureDNS true
    dcpromoui 3A0.9F0 02DA 23:41:27.866         Enter State::IsDnsServerAlreadyInstalled
    dcpromoui 3A0.9F0 02DB 23:41:27.866           bDnsServerAlreadyInstalled = false
    dcpromoui 3A0.9F0 02DC 23:41:27.866         Enter State::GetSkipAutoconfigureDns false
    dcpromoui 3A0.9F0 02DD 23:41:27.866         Enter State::ShouldConfigDnsClient
    dcpromoui 3A0.9F0 02DE 23:41:27.866           shouldConfigDnsClient = true
    dcpromoui 3A0.9F0 02DF 23:41:27.866         Enter State::GetNeedToTransferIMRole
    dcpromoui 3A0.9F0 02E0 23:41:27.866           bNeedToTransferIMRole = false
    dcpromoui 3A0.9F0 02E1 23:47:28.212         Info:
    dcpromoui 3A0.9F0 02E2 23:47:28.212         Info: ----------------------------------------
    dcpromoui 3A0.9F0 02E3 23:47:28.212         Info: The following actions will be performed:
    dcpromoui 3A0.9F0 02E4 23:47:28.212         Info: Configure this server as the first Active Directory domain controller in a new forest.
    The new domain name is "Wingtip.com". This is also the name of the new forest.
    The NetBIOS name of the domain is "Wingtip".
    Forest Functional Level: Windows Server 2008 R2
    Domain Functional Level: Windows Server 2008 R2
    Site: Default-First-Site-Name
    Additional Options:
      Read-only domain controller: "No"
      Global catalog: Yes
      DNS Server: Yes
    Create DNS Delegation: No
    Database folder: C:\Windows\NTDS
    Log file folder: C:\Windows\NTDS
    SYSVOL folder: C:\Windows\SYSVOL
    The DNS Server service will be installed on this computer.
    The DNS Server service will be configured on this computer.
    This computer will be configured to use this DNS server as its preferred DNS server.
    The password of the new domain Administrator will be the same as the password of the local Administrator of this computer.
    dcpromoui 3A0.9F0 02E5 23:47:28.212         Info: ----------------------------------------
    dcpromoui 3A0.9F0 02E6 23:47:28.212         Enter State::GetOperation FOREST
    dcpromoui 3A0.4C4 02E7 23:47:28.228 Enter PromoteThreadProc
    dcpromoui 3A0.4C4 02E8 23:47:28.228   Set locale for console
    dcpromoui 3A0.4C4 02E9 23:47:28.228   Enter State::GetMode NORMAL
    dcpromoui 3A0.4C4 02EA 23:47:28.228   top of retry loop
    dcpromoui 3A0.4C4 02EB 23:47:28.228   Enter disableConsoleLocking
    dcpromoui 3A0.4C4 02EC 23:47:28.228     Enter RegistryKey::Create SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
    dcpromoui 3A0.4C4 02ED 23:47:28.228     Enter RegistryKey::SetValue-DWORD DisableLockWorkstation
    dcpromoui 3A0.4C4 02EE 23:47:28.228   Enter State::SetOperationResultsMessage
    dcpromoui 3A0.4C4 02EF 23:47:28.228   Enter State::SetOperationResultsFlags 0x0
    dcpromoui 3A0.4C4 02F0 23:47:28.228   Enter State::SetOperationResults result SUCCESS
    dcpromoui 3A0.9F0 02F1 23:47:28.228         Enter State::GetOperationResultsCode SUCCESS
    dcpromoui 3A0.9F0 02F2 23:47:28.228         OPERATION SUCCESSFUL
    dcpromoui 3A0.9F0 02F3 23:47:28.228         Enter State::GetOperationResultsCode SUCCESS
    dcpromoui 3A0.9F0 02F4 23:47:28.228         Enter State::IsOperationRetryAllowed
    dcpromoui 3A0.9F0 02F5 23:47:28.228           true
    dcpromoui 3A0.9F0 02F6 23:47:28.228         Info:
    dcpromoui 3A0.9F0 02F7 23:47:28.228       performed state 28, next state 29
    dcpromoui 3A0.9F0 02F8 23:47:28.228       Enter FailedFunct
    dcpromoui 3A0.9F0 02F9 23:47:28.228         Enter State::GetOperationResultsCode SUCCESS
    dcpromoui 3A0.9F0 02FA 23:47:28.228         SUCCESS
    dcpromoui 3A0.9F0 02FB 23:47:28.228       performed state 29, next state 30
    dcpromoui 3A0.9F0 02FC 23:47:28.228       Enter FinishFunct
    dcpromoui 3A0.9F0 02FD 23:47:28.228         Enter getCompletionMessage
    dcpromoui 3A0.9F0 02FE 23:47:28.228           Enter State::GetOperation FOREST
    dcpromoui 3A0.9F0 02FF 23:47:28.290         Info:
    dcpromoui 3A0.9F0 0300 23:47:28.290       performed state 30, next state 31
    dcpromoui 3A0.9F0 0301 23:47:28.290       Enter RebootFunct
    dcpromoui 3A0.9F0 0302 23:47:28.290         Enter State::GetNeedsReboot false
    dcpromoui 3A0.9F0 0303 23:47:28.290         reboot not necessary
    dcpromoui 3A0.9F0 0304 23:47:28.290       performed state 31, next state 38
    dcpromoui 3A0.9F0 0305 23:47:28.290       Enter State::GetHadNonCriticalFailures
    dcpromoui 3A0.9F0 0306 23:47:28.290         bHadNonCriticalFailures = true
    dcpromoui 3A0.9F0 0307 23:47:28.290     Enter State::UnbindFromReplicationPartnetDC
    dcpromoui 3A0.9F0 0308 23:47:28.290     Exit code is 3
    dcpromoui 3A0.9F0 0309 23:47:28.290   Exit code is 3
    dcpromoui 3A0.3AC 030A 23:47:28.384 closing log

  • Process-controlled workflow hang due to dump

    Hi all,
    due to a temporary dump in an SRM 7 system, some document-related workflows are stucked... in other terms, these workflow processes have been started, the the dump occoured and by now, they seems to be stucked in "in process" state.
    Tecnically, these are not workflow in error, so SWI2_DIAG is not helpful.
    We'd like to unlock this situation and -eventually- restart the workflow process. How can we do it?
    Thanks in advance for your help and support.
    edit: system dump is now solved, which means, triggering the same workflow process will result in a success.
    Edited by: Matteo Montalto on Jun 30, 2011 4:34 PM

    Ok. There used to be OSS Note 1458380 - Process Controlled Workflow Restart Program, if the document is in "Awaiting Approval" Status.
    Or do the manual restart by using tcode SWUE (Event trigger)
    Object Category - ABAP Class
    Object Type - /SAPSRM/CL_WF_PDO_SC
    Event - READY_FOR_WORKFLOW
    Object Key - <DOCUMENT_GUID>
    Event Parameter - <SC Creator User ID>
    and Click "Create Event" button
    Use SWI1 to check whether the event is created and see whether the document is submitted for workflow triggering or use SWI6 to check for that SC document

  • Background method in workflow hangs

    Hi All,
    I have a background method in workflow which calles a report. Actually the report calles smartforms and I am storing OTF data on application server. I am not displaying the print preview. I am just stroring the OTF data on application server.
    When I explicitely execute the report from SE38 in background (using F9) file is getting generated on application server. But when I call this report from method of a workflow, method execution remains in process. And file is not generated.
    I have used the RETURN statement while calling it from workflow method. What could be the reason for this??
    Thandks in advance,
    Neha Yeralkar.

    Hi,
    Calling transaction and Submit programs are usually reserved for dialog methods, where essentially all the workflow needs to do is take the agent to the transaction or program where the user can complete the business activity. For background methods usually call function modules or BAPIs are used where the business activity is performed automatically without any user involvement. Moreover it will help you in handling exceptions returned from Function modules. Also define the method exception explicitly based on the exceptions of FM, inorder to track it down if it occurs.
    Regards, Saud

  • FTP workflow hangs with OWB 11gR2

    Hi,
    i created a workflow process in OWB, the purpose is using "ftp" commands to execute "dir" command but it's not working.
    i configured my "ftp" in workflow process with the folowing parameters
    ===============
    1:COMMAND : /usr/bin/ftp
    2:PARAMETER_LIST: ?-v?
    3:SUCCESS_THRESHOLD: 0
    4:SCRIPT :
    open ${Remote.Host}
    user oracle ensias
    lcd ${Working.RootPath}
    cd ${Remote.RootPath}
    dir
    quit
    ===============
    at the same time ,i created two locations in FILE LOCATION node with the names:"LOCAL","SERVER", Then configured the workflow process
    remote location: SERVER
    working location: LOCAL
    ===============
    & i changed the folowing values in Runtime.properties
    property.RuntimePlatform.0.NativeExecution.FTP.security_constraint = DISABLED
    property.RuntimePlatform.0.NativeExecution.Shell.security_constraint = DISABLED
    property.RuntimePlatform.0.NativeExecution.SQLPlus.security_constraint = DISABLED
    property.RuntimePlatform.0.NativeExecution.OMBPlus.security_constraint = DISABLED
    to
    property.RuntimePlatform.0.NativeExecution.FTP.security_constraint = NATIVE_JAVA
    property.RuntimePlatform.0.NativeExecution.Shell.security_constraint = NATIVE_JAVA
    property.RuntimePlatform.0.NativeExecution.SQLPlus.security_constraint = NATIVE_JAVA
    property.RuntimePlatform.0.NativeExecution.OMBPlus.security_constraint = NATIVE_JAVA
    ===============
    but when i press Start it just keeps running without any result
    i also disabled my firewall
    Any ideas what's wrong?
    Thanks in advance.
    ===============
    My conf:
    OS : CentOS 6
    JAVA: version 7 (build 1.7.0-b147)
    Oracle Database 11g Release 2
    OWB integreated with the oracle databse
    Edited by: 882372 on 30 août 2011 06:16

    sorry for the delay but it's because of the holly-days
    I'm using OWB and a local server (vsftpd) for testing purposes and yes i restarted my computer after editing the file, i even tried to change the values in my script but with no results, i started to think that the script is not the issue, i configured OWB according to its official documentation & I'm a little confused...
    here's the content of my log file after pressing the start button:
    ==================================
    2011/08/25-15:50:53-WET [1F436F5][] Explicit garbage collection - requested
    2011/08/25-15:50:53-WET [1F436F5][] AuditId=1193: Processing execute request
    2011/08/25-15:50:53-WET [1F436F5][] Free Memory(bytes)=20834776 Total Memory(bytes)=24051712 Used Memory(bytes)=3216936 Used Memory(percent)=14%
    2011/08/25-15:50:53-WET [163F7A1][] Thin driver connection time - 42 millisecond(s)
    2011/08/25-15:50:53-WET [163F7A1][ORACLE_OWNER.ORACLE_WORKSPACE] Initializing execution for auditId= 1193 parentAuditId= null topLevelAuditId=1193 taskName=PROCESS_FLOW_1
    2011/08/25-15:50:54-WET [163F7A1][ORACLE_OWNER.ORACLE_WORKSPACE] Attempting to create adapter 'class.RuntimePlatform.0.NativeExecution'
    2011/08/25-15:50:54-WET [163F7A1][ORACLE_OWNER.ORACLE_WORKSPACE] Attempting to create native operator 'class.RuntimePlatform.0.NativeExecution.ProcessFlow'
    2011/08/25-15:50:54-WET [163F7A1][ORACLE_OWNER.ORACLE_WORKSPACE] Thin driver connection time - 49 millisecond(s)
    2011/08/25-15:50:54-WET [163F7A1][ORACLE_OWNER.ORACLE_WORKSPACE] Workflow equivalent DB Java Encoding = WINDOWS-1252
    2011/08/25-15:50:54-WET [1F436F5][] Explicit garbage collection - requested
    2011/08/25-15:50:54-WET [1F436F5][] AuditId=1198: Processing execute request
    2011/08/25-15:50:54-WET [1F436F5][] Free Memory(bytes)=21648616 Total Memory(bytes)=26869760 Used Memory(bytes)=5221144 Used Memory(percent)=20%
    2011/08/25-15:50:54-WET [14D1D41][] Thin driver connection time - 45 millisecond(s)
    2011/08/25-15:50:54-WET [14D1D41][ORACLE_OWNER.ORACLE_WORKSPACE] Initializing execution for auditId= 1198 parentAuditId= 1193 topLevelAuditId=1193 taskName=PROCESS_FLOW_1:FTP
    2011/08/25-15:50:55-WET [14D1D41][ORACLE_OWNER.ORACLE_WORKSPACE] Attempting to create adapter 'class.RuntimePlatform.0.NativeExecution'
    2011/08/25-15:50:55-WET [14D1D41][ORACLE_OWNER.ORACLE_WORKSPACE] Attempting to create native operator 'class.RuntimePlatform.0.NativeExecution.FTP'
    ==================================
    you can notice that it contains NO error & it stops when "Attempting to create native operator 'class.RuntimePlatform.0.NativeExecution.FTP'"
    so, any help ?

  • ODM11gR2 - Workflow hanging

    I'm using the Explore Data node. I'm changing the attribute in the Group By and also changing the size of the histograms.
    But when I click on the run arrow button at the top or right click and run,
    I get a window appearing say 'Saving Workflow Document'. This remain open for 10+ minutes. I cannot cancel it, close it or even close SQL Developer
    This typically happens after the 3rd change and run
    I have to use the task manager to close the application. When I go back into SQL Dev and open the work flow it tells me that the workflow is locked and can only be opened in read-only.
    When I reboot my laptop I can open the workflow but I keep getting the same error as above
    Any ideas what might be causing this

    Hi Mark, Brendan,
    I checked the version numbers following Marks last reply....and the data miner version was still the previous version and not 11.2.0.2.04.40 ......so that explains why things werent happening!
    Still not sure why the first install had not worked ok as it did finish with "Upgraded extensions -> 11.2.02.04.40"
    Anyway, knowing it was still the old version I've just re-run everything this morning. The database was also re-started last night.
    The other thing I've done this time was to run "sqldeveloper.exe" explicitly with "run as administrator" when i started it. My windows 7 account is an administrator account so not sure whether this made a difference but I have had a few problems before with windows not always running things with the right priviliges before.
    Anyway, this time everything has worked. The install same as before, but on opening the repository I get the option to upgrade it and thats just finished fine.
    The versions are now all showing the right ones as well.
    I'm suspecting that it may have been the windows admin rights rather than than the database bounce that was the difference...although have not had that problem with previous sqldeveloper upgrades. Or maybe it was something else...either way, the moral of the story to me is a reminder to always checks the versions after an upgrade :-)
    Many thanks for your help Mark and quick responses, really appreciate it....and useful to know now how to check the repository versions :-)
    Best Regards,
    Mike

  • Regarding workflow suspension(entry in table SWP_SUSPEN)

    Hi Experts,
    I have a workflow whose one of the workitem goes into enqueue error during it's processing when user tries to perform some parallel activity , now when user stops the parallel activity & come back to his inbox, it allows him to process the workitem properly. (That is workitem is successfully processed.....status is  completed). But after this workitem execution, the workflow hangs / gets suspended. Step histroy of this workitem shows there was an error when processing this workitem (Enqueue error) even though finally  user was able to continuue & process the workitem successfully & status is completed too. It creates an entry in table SWP_SUSPEN With workflow Workitem ID & workitem id of the workitem under this workflow & error type as "0001" i.e:- Enqueue error callback to workflow)  & status of the workflow as "1" ...i.e: - "In Process  " & not in error.
    I also analyzed that once the entry in the table SWP_SUSPEN is removed or gets deleted, the workflow continues from the point where it stucked.
    So what i wanted to know is, what this entry in SWP_SUSPEN means by indicating "Error type" as 0001 & Status as "1" . & how this entry gets deleted, i thought there is some background JOB RSSWERRE that does this but when i checked i found RSSWERRE only checks for items in SWP_SUSPEN with workflow statuses as "02" i.e:- In error. where as my workflow has status "1" in SWP_SUSPEN under status field (as mentioned above)which means "In Process"  I also found that this entry is getting deleted after sometime, so there must be some background job that is doing it, so i wanted to know what is that background Job if not RSSWERRE.
    Regards,
    Chetan.

    Hi,
    This is what i got from one of the Notes:
    ou use parallel processing where you have a fork with 2 branches (1
    Branch necessary for completion). In one branch is a dialog activity
    step and in the other is a 'Wait for Event' step. While the dialog
    step is being executed by a user the Wait for Event step receives its
    event and continues along the branch and completes the fork (Remember
    only 1 branch needed for completion). Once the end of fork is reached
    the dialog work item should be set to status Logically Deleted but
    this does not occur due to the lock/enqueue on the work item while the
    user is executing it. Since a callback is essential for a workflow to
    continue running, this callback is suspended (stored in the SWP_SUSPEN
    table). These callbacks are started again via the RSWWERRE report. If
    you have not scheduled report RSWWERRE then the work items will remain
    in table SWP_SUSPEN and the work items will not receive their callback
    and will therefor will not continue.
    If there are examples of work items hanging then check table SWP_SUSPEN to
    see if the callback work item ID is there. If it is then make sure you have
    the RSWWERRE job running in order to redeliver it. If RSWWERRE is running
    and the entry is not being delivered then please check for notes using the
    search term "RSWWERRE" and "SWP_SUSPEN". If there is no entry in
    SWP_SUSPEN, then check the workflow definition to see if the work item is
    asynchronous i.e. needs a terminating event as in Example 1 above. Check
    the event queue via transaction SWEQADM to see if the terminating event is
    being buffered there. If it is then it should automatically be redelivered
    so do a notes search in relation to the event queue.
    Regards
    Gautam
    Edited by: gautam maini on Aug 3, 2011 4:16 PM

  • Workflow does not complete task in other languages

    Hi,
    I created an approval workflow on Sharepoint Designer 2013 set as Sharepoint Workflow 2013.
    It worked fine untill some of our approvers came to find out that using other languanges as primary option on Internet Explorer the workflow stops. It does not cancel it, but does not mark the task as completed automatically as it does for the computers set
    as English as primary language, therefore, the workflow stops until a manual completion of the task.
    On the microsoft site I checked that Workflow Manager has the same files in any language. 
    I even found a Cumulative Update for Workflow Manager and it cames with a fix on languages. Question is: why there are no languages on the first installation?
    These are the download center links:
     Workflow Manager 1.0
     Cumulative Update for Workflow Manager 1.0

    I have figured out what's the cause of the problem.
    There has been no changes in the agent assignment, so, SWU_OBUF is not needed.
    The workflow hangs and states that there is no agent for the step in Ready status because the workflow was deactivated after the Release step.  I think this has been deactivated by the system because there were errors that occured (perhaps in the container bindings).
    The workflow template I used, together with the tasks, were copied from the standard template WS20000075.
    Are there any procedure to just easily check the bindings?
    Thanks.

  • 2013 Workflow not working for tenant admin

    Hi
    I've been struggling with an issue developing a site for a client. They have their own SharePoint 2013 tenancy, which we can manage as a partner. I can log in to the site with my own company account linked to Office 365, and can do everything I need to in
    terms of site administration.
    However, I've run into a problem whereby although I can create and publish SharePoint 2013 workflows, I cannot run them successfully. If there is anything in the workflow such as writing to the history list, the workflow hangs with the status "Started"
    and "Activity in progress" (no error message).
    I've got around the problem by testing the workflow as a user from our client's tenancy, but I'm curious as to why my user doesn't work for this. It works fine for everything else, including SharePoint 2010 workflows. Is there some permission somewhere that
    needs to be set, or is this by design?
    Duncan

    Hi Ganesh,
    Based on your description, I recommend you verify the things below:
    Check if the SharePoint search service account is added in the Windows Authorization Access Group in Active Directory.
    Check if the non-admin users have permission to view the results searched.
    Check if the inline search can work in lists’ pages or libraries’ pages.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

Maybe you are looking for

  • How to get max date in variable using  dynamic query

    Hi, the following code gets all dates from sourcetable i want only max date , so i thought max function can be added and it will work but still i have to create a table for one value(scalar) can get it in any other effeciant way. declare TYPE date_st

  • Need Help Upgrading OATS Ver:8.01.0249 to OATS Ver:8.50.0260

    I'm currently having troubles upgrading Oracle Application Testing Suite from version 8.01.0249 to version 8.50.0260. The database for OATS is SQL Server 2000. I've unistalled the application ver 8.01.0249 completely. Followed by installing the appli

  • Can watch sky go on my Apple TV.

    I have a Apple TV and its not letting watch sky go. Is my apply TV going to let me watch sky go.

  • New Idea - Spell Check for users filling out the forms.

    It would be helpful if there could be a spell-check option on forms that allow users to submit their information by typing in their response.

  • Connecting full iPod to new Itunes

    I have an iPod video that I just filled with all the media on my pc, but due to a hard drive problem, I have to wipe the drive. If I wipe my drive and reinstall itunes on this computer, when I plug in my iPod, will it erase all of the media I have on