Workflow not starting and RFC status is 'User Switch Is Not Possible'

Hi All,
I am using ABAP classes to raise an event that triggers the workflow.
When I am executing the workflow from SWUS or raising event from SWUE or SE24, the workflow is starting fine.
But when I am raising the event from a Webdynpro application, the same event is raised, but the workflow is not getting triggerred.
I could see a record in SWEL, but the workitem is not created.
In SWEL, it is showing the RFC status as 'User Switch Is Not Possible'.
When I go to SM58, I am able to re-execute the failed transaction and this time the workflow is getting triggered.
The same workflow is working fine in D env. but not in T env.
The event linkages are all same and I also used the COMMIT WORK statement after raising the event.
Another problem is the RFC status is sometimes set to SYSFAIL and sometimes as 'System overloaded, repeat immediately by batch' other than 'User Switch Is Not Possible'.
Please help.
Thanks,
Cay.

Hi,
call function module AUTHORITY_CHECK_RFC explicitly before a remote call to be able to treat a possible exception. If the authorization exists, the function module does not return an explicit result but, like all successfully executed function modules, sets sy-subrc to 0. If sy-subrc is not equal to zero then it could be the problem with the user authorization.
I also think it could alos possible because of your Host name check whether any changes are done to host name.
Regards
Pavan

Similar Messages

  • Start and End dates for users in Enterprise portal

    Hi Expert,
    I have to maintain start and end dates for around 200 users in 4 different Java systems. When I export the file of users it does not capture the validity fields. Is there a way/script to automate this? Otherwise I will have to do it manually.

    Hello
    Please check below URL for User Import Format:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/abdd83c3333205e10000000a42189c/content.htm?frameset=/en/48/a96f43db653206e10000000a42189c/frameset.htm&current_toc=/en/43/05e450d1cd6e95e10000000a11466f/plain.htm&node_id=2802&show_children=true#jump2822
    Regards,
    Tapan Goyal

  • Extracting EAS and BB status of User while extracting all information of User

    Hi I am trying to export mailbox stats and information including EAS and Backeberry status. i.e. I need following 
    First Name
    Last Name
    SMTP
    Alias
    SamAccount
    Mailbox Size
    Recipient TYpe Detail
    EAS acive or not
    Blackberry active or not
    I am using this script:
    $MB = Get-Mailbox -resultSize unlimited
    $MB | foreach{
    $AccountEnabled = "Enabled"
    $user = Get-User $_ | select DisplayName, FirstName, LastName, samAccountName, UserAccountControl
    $mbx = $_ | select samAccountName, Alias, recipienttypedetails, PrimarySmtpAddress, DistinguishedName
    $AS = $_ | select ActiveSync
    write-host "Processing: " $user.DisplayName "("$user.samAccountName")"
    $ADSPath = "LDAP://" + $mbx.DistinguishedName
    $ADUser = [ADSI]$ADSPath
    $Description = [String]$ADUser.Description # Required to convert the returned value to a string
    $mbx | add-member -type noteProperty -name DisplayName -value $User.DisplayName # Not part of the mailbox properties, so using Get-User property and adding it to $mbx variable
    $mbx | add-member -type noteProperty -name FirstName -value $User.FirstName
    $mbx | add-member -type noteProperty -name LastName -value $User.LastName
    $mbx | add-member -type noteProperty -name Description -value $Description # Not avaliable from Exchange cmdlets, so using ADSI
    If ($User.UserAccountControl -contains "AccountDisabled"){
    $AccountEnabled = "Disabled"
    $mbx | add-member -type noteProperty -name UserAccountControl -value $AccountEnabled
    Get-MailboxStatistics $_ | ForEach{
    $MBSize = $_.TotalItemSize.Value.ToKB()
    $MBItemCount = $_.ItemCount
    $MBDB = $_.DatabaseName
    $mbx | add-member -type noteProperty -name TotalItemSizeinKB -value $MBSize # Get attributes from Get-MailboxStatistics and add them to $mbx variable
    $mbx | add-member -type noteProperty -name ItemCount -value $MBItemCount
    $mbx | add-member -type noteProperty -name DatabaseName -value $MBDB
    $mbx | Add-Member -TypeName noteProperty -Name 
    write-host "DisplayName: "$mbx.DisplayName "`tMailbox Size: "$mbx.TotalItemSizeinKB "`tMailbox Size: "$mbx.ItemCount
    write-host
    # Write-host $mbx.ServerName,"N/A", $mbx.DatabaseName, $mbx.Name, $mbx.FirstName, $mbx.LastName, $mbx.DisplayName, $mbx.Alias, $mbx.PrimarySmtpAddress, $mbx.samAccountName, $mbx.UserAccountControl, $mbx.TotalItemSizeinKB, $mbx.Description,
    $mbx.Department, $mbx.Title, $mbx.City, $mbx.StateOrProvince, $mbx.CountryOrRegion, $mbx.DistinguishedName
    $mbx | Select ServerName,"N/A", DatabaseName, Name, FirstName, LastName, DisplayName, Alias, PrimarySmtpAddress, samAccountName, UserAccountControl, TotalItemSizeinKB, ItemCount, Company, Description, Department, Title, City, StateOrProvince,
    CountryOrRegion, DistinguishedName
    } | export-csv -NoTypeInformation .\MailboxData.csv -Encoding unicode
    $MB = $Null
    $user = $Null
    $ADUser = $Null
    $MBX = $Null
    Where i can inject EAS cmdlet in this scrip to get status of EAS and BB. 
    Hasan

    Hi Mike, 
    Which loop should it be in:
    Get-CASMailbox $_ | ForEach{
    where { $_.ActiveSyncEnabled -eq 'True'} | ft name, activesyncenabled –autosize 
    Hasan
    I'm not really sure what you mean by that. From what I gather, you're running several commands and then adding parts of the output to $mbx. You can add your additional commands pretty much anywhere near the middle of your script and then add the information
    in the same way you're doing now.
    Personally I don't really like Add-Member, but it still works.
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • Workflow in 'Revised and Saved' status

    Hi Friends,
    I am trying to activate a workflow in Dev system. After I click on activate button the workflow gets into 'revised and saved' status. Business object is in active stage. This is happening since last couple of days, earlier to that I was able to activate after making the changes.
    Can anybody suggest what could be the reason?
    Thanks in anticipation.
    Srinivas

    Hi,
    This usually means that an error has occurred, but sometimes the error panel at the bottom of the Workflow Builder screen is obscured.
    Please have a closer look.
    cheers
    Paul Bakker

  • Workflow in starting or stopping status

    Hi All
    iam in ebs r12 12.1.3 db 11gr2 11.2.0.3
    when stop or start workflow notification. i have status STARTING OR STOPPING.
    I did shutdown application , bounced database ran cmclean.sql
    restart the database and application and still have the same error in the status.
    Please advice what else i can check.
    Thanks in advance.
    COMPONENT_NAME COM_STAT
    ECX Inbound Agent Listener STARTING
    ECX Transaction Agent Listener STARTING
    Workflow Deferred Agent Listener STARTING
    Workflow Deferred Notification Agent Listener STARTING
    Workflow Error Agent Listener STARTING
    Workflow Inbound Notifications Agent Listener STARTING
    Workflow Notification Mailer STOPPING
    WF_JMS_IN Listener(M4U) STARTING
    Web Services OUT Agent STARTING
    Web Services IN Agent STARTING
    Workflow Java Deferred Agent Listener STARTING
    COMPONENT_NAME COM_STAT
    Workflow Java Error Agent Listener STARTING
    Workflow Inbound JMS Agent Listener STARTING
    Using these notes and test the SMTP the mail was sent fine.
    Workflow Notification Mailer Remains in Starting Status [ID 1400353.1]
    How to Perform a Meaningful SMTP Telnet Test to Troubleshoot Java Mailer For Sending Email Notifications [ID 753845.1]
    here is a portion of the log.
    [May 19, 2012 12:39:50 AM PDT]:1337413190218:-1:-1:abc1-ap1.test.com:10.10.6.200:-1:-1:1:20420:SYSADMIN(0):-1:Thread[ComponentMonitor,5,main]:1627058645:69856:1337410068910:2:PROCEDURE:[fnd.wf.apps.WorkflowContext]:oracle.apps.fnd.wf.apps.WorkflowContext.getJDBCConnection: END: returning oracle.jdbc.driver.T4CConnection@1700391
    [May 19, 2012 12:40:50 AM PDT]:1337413250224:-1:-1:abc1-ap1.test.com:10.10.6.200:-1:-1:1:20420:SYSADMIN(0):-1:Thread[ComponentMonitor,5,main]:1627058645:69856:1337410068910:2:PROCEDURE:[fnd.wf.apps.WorkflowContext]:oracle.apps.fnd.wf.apps.WorkflowContext.getJDBCConnection(): BEGIN/END
    [May 19, 2012 12:40:50 AM PDT]:1337413250224:-1:-1:abc1-ap1.test.com:10.10.6.200:-1:-1:1:20420:SYSADMIN(0):-1:Thread[ComponentMonitor,5,main]:1627058645:69856:1337410068910:2:PROCEDURE:[fnd.wf.apps.WorkflowContext]:oracle.apps.fnd.wf.apps.WorkflowContext.getJDBCConnection(null,0x119e583,false,false,false): : BEGIN
    [May 19, 2012 12:40:50 AM PDT]:1337413250224:-1:-1:abc1-ap1.test.com:10.10.6.200:-1:-1:1:20420:SYSADMIN(0):-1:Thread[ComponentMonitor,5,main]:1627058645:69856:1337410068910:2:PROCEDURE:[fnd.wf.apps.WorkflowContext]:oracle.apps.fnd.wf.apps.WorkflowContext.getJDBCConnection: END: returning oracle.jdbc.driver.T4CConnection@1700391
    [May 19, 2012 12:41:50 AM PDT]:1337413310231:-1:-1:abc1-ap1.test.com:10.10.6.200:-1:-1:1:20420:SYSADMIN(0):-1:Thread[ComponentMonitor,5,main]:1627058645:69856:1337410068910:2:PROCEDURE:[fnd.wf.apps.WorkflowContext]:oracle.apps.fnd.wf.apps.WorkflowContext.getJDBCConnection(): BEGIN/END
    [May 19, 2012 12:41:50 AM PDT]:1337413310231:-1:-1:abc1-ap1.test.com:10.10.6.200:-1:-1:1:20420:SYSADMIN(0):-1:Thread[ComponentMonitor,5,main]:1627058645:69856:1337410068910:2:PROCEDURE:[fnd.wf.apps.WorkflowContext]:oracle.apps.fnd.wf.apps.WorkflowContext.getJDBCConnection(null,0x119e583,false,false,false): : BEGIN
    [May 19, 2012 12:41:50 AM PDT]:1337413310231:-1:-1:abc1-ap1.test.com:10.10.6.200:-1:-1:1:20420:SYSADMIN(0):-1:Thread[ComponentMonitor,5,main]:1627058645:69856:1337410068910:2:PROCEDURE:[fnd.wf.apps.WorkflowContext]:oracle.apps.fnd.wf.apps.WorkflowContext.getJDBCConnection: END: returning oracle.jdbc.driver.T4CConnection@1700391
    [May 19, 2012 12:42:36 AM PDT]:1337413356004:-1:-1:abc1-ap1.test.com:10.10.6.200:-1:-1:-1:-1:ANONYMOUS(-1):-1:Thread[Cache Stats Writer,5,main]:1627058645:69856:1337410355410:4:PROCEDURE:[fnd.common.WebAppsContext]:oracle.apps.fnd.common.WebAppsContext.getJDBCConnection(): BEGIN/END
    [May 19, 2012 12:42:36 AM PDT]:1337413356004:-1:-1:abc1-ap1.test.com:10.10.6.200:-1:-1:-1:-1:ANONYMOUS(-1):-1:Thread[Cache Stats Writer,5,main]:1627058645:69856:1337410355410:4:PROCEDURE:[fnd.common.WebAppsContext]:oracle.apps.fnd.common.WebAppsContext.getJDBCConnection(null,0x25491d,false,false,false): : BEGIN
    [May 19, 2012 12:42:36 AM PDT]:1337413356004:-1:-1:abc1-ap1.test.com:10.10.6.200:-1:-1:-1:-1:ANONYMOUS(-1):-1:Thread[Cache Stats Writer,5,main]:1627058645:69856:1337410355410:4:PROCEDURE:[fnd.common.WebAppsContext]:oracle.apps.fnd.common.WebAppsContext.getPrivateConnectionFinal(null,0x25491d,true,false,false): : BEGIN
    [May 19, 2012 12:42:36 AM PDT]:1337413356004:-1:-1:abc1-ap1.test.com:10.10.6.200:-1:-1:-1:-1:ANONYMOUS(-1):-1:Thread[Cache Stats Writer,5,main]:1627058645:69856:1337410355410:4:PROCEDURE:[fnd.common.WebAppsContext]:oracle.apps.fnd.common.WebAppsContext.borrowConnection(null,0x25491d,false): : BEGIN
    [May 19, 2012 12:42:36 AM PDT]:1337413356005:-1:-1:abc1-ap1.test.com:10.10.6.200:-1:-1:-1:-1:ANONYMOUS(-1):-1:Thread[Cache Stats
    Edited by: user3715462 on May 21, 2012 10:46 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    it worked before but just had problem today.. i did not change anything.Please set the Workflow Mailer Log Level to Statement and restart the Workflow Mailer and check the log files then.
    Unable to Connect to Mail Store in Workflow Notification Mailer Logs [ID 741352.1]
    Troubleshooting Workflow Java Notification Mailer - Technical Reference [ID 1191125.1]
    Also, please run workflow diagnostic scripts as per (Oracle Workflow Release 12 Diagnostics [ID 469822.1]).
    Thanks,
    Hussein

  • Run the startup script (start and stop) with a user other than oracle

    hi
    I wrote a script that stops and start oracle. the connection to the db was done : sqlplus "as sysdba".
    The script works fine if oracle user runs it. however, I need another user to run this script also. The script does not run with this user even though I added it to the oracle group.
    any idea please?

    try the -c option with the su like this:
    su - oracle "-c scriptyouwrote.sh"
    greetings

  • Workflow - RFC Status  -- User is locked

    Hi , experts
    I prepared a  workflow and  tested it with   PFTC_DIS transaction.          
    there was no problem .But when i trigered this workflow event in my program , workflow not worked. I used SWEL and SWELS programs to traced it.
    The list is below.
    The problem is "RFC Status  = User is locked. Please notify the person responsible".
    Please help.
    Regards
    Aysenur
    SWEL  -Display event trace
    Event Instance ID    145008                                
    Object Type          ZBUS_Z                             
    Object Key           1000001999                            
    Event                   OKEY                          
    Event Creator        US DX          DX
    Creation Time        26.02.2007 15:43:24 ZET               
    Receiver Type        WS98000099                            
    Object Key                                                 
    Receiver FM           SWW_WI_CREATE_VIA_EVENT_IBF           
    RFC Destination      WORKFLOW_LOCAL_240                    
    Check FM                                                   
    Receiver Type FM                                                                               
    Trace Date/Time      26.02.2007 15:43:24 ZET               
    User Name             DX  DX
    Main Program         ZTR_XX            
    Action                    Receiver started correctly               
    RFC Status            User is locked. Please notify the person responsible

    Hi,
    Your workflow is not configured properly. Transaction SWU3 -> Configure RFC destinations, hit generate. You may well lack the authorization, in which case you will need a basis person to help you.
    Hope that helps,
    Mike

  • Regarding offset start and offset length

    Hi,
    Hello Reporting experts, I have a query on offset start and offset length which i have come across while creating
    formula variable type replacement path and with text variable type replacement path.
    Can you please tell the neccessary of the usage of offset start and offset length with anyone scenario.
                           Thanks in advance.

    Hi Srini,
    I had shared this with one of them in the Forum,the same and sharing with you as copy paste of thjs Link was not working ...
    I will share one of the Scenerios where i have used them ...
    This is by using Replacement path by using variables by text Variables....
    For Offset Start and offset length
    The user input month.Year in the input ,say 02.2010 and he wanted the month to be displayed in the Heding of the KF and not the YEAR.We created Text variables and assigned it to the Month-year Variable and Did Offset to pick only the Month and not the Year by choosing the Month Alone.
    for Interval-From-to
    In another Scenario we used the we input say,02.2010-05.2010 and we wanted the month to the captured seperately i.e 02 and 05 in the Heading of the KF,so we used the From adn To and Did Offsetting.
    Rgds
    SVU123

  • Report for Validity Start and End Date in PO

    Dear All
    Is there any report where I can get PO validity start and end date which user input in addtional data header tab of PO?
    Regards
    Satish Kumar

    Hi,
    Yes, It is available standard report using T-code ME2N - Purchasing Document (PO) Per Document Number, enter the T-code and provide the following input data's are as follows.
    Scope of List                 :  ALV ( for Ms-Excel format report)
    Plant                               :   __________ to __________ (if required)
    Document Date              : ____________ to ___________ (if Required)
    Execute the report shown by default in excel format and if required PO validity start and end data, you have to select Change Layout button and open new window options screen right side field option as Validity Per.Start, Validity Period End, Commutative number field data's are selected and click <--- arrow button and then click bottom tick marked button. Now, the report shown your requirement.
    Hope, it is useful for you,
    Regards,
    K.Rajendran

  • ITunes keeps starting and starting and starting like the undead

    iTunes (64-bit version) keeps trying to start on a pc (Vista 64bit) where multiple users are logged in. Whenever one of them opens iTunes, the other account tries to open iTunes and repeatedly tries to start and gets the "another user already logged in" error. When I try to close out the open iTunes, it closes, but then restarts itself. When I try to close the reopened iTunes, it stalls, then says that one or more applications is using the scripting interface but I can't figure out what.
    I've used msconfig to disable all the non-essentials on start up but it's still happening right after logging in. This is without any ipod or other devices connected, home sharing is off, I've unchecked all the "look for" and shared library boxes. I appreciate any ideas on how to solve this or at least on how to identify what's trying to use the scripting interface (and yes, I realize this wouldn't happen on a mac:)

    I have 2 ideas.
    1) Go into each windows user account, start itunes, and do the
    itunes menu > help > Run diagnostics > network connectivity tests.
    The results will show if there are any 3rd-party itunes plug-ins that could be causing itunes to launch.
    (edit: plug-ins use the iTunes scripting interface)
    2) Get SysInternals process monitor and see what is accessing itunes.exe. You have to be fairly PC-savvy to download, install, configure and run this advanced troubleshooting tool.
    Message was edited by: Katrina S.

  • Kernel Panics (AFPFS) when using airport discs AND user switching!

    Ok,
    I would love to see if anyone else has had this happen;
    I can replicate this on 2 Mac Pro's we use:
    We have airports discs (in accounts mode) connected, all works fine. However, IF one user does not log out, and another logs on (user switching) we will invariably get a Kernel Panic after some time (sometimes when putting to sleep or logging on, sometimes 'just'. This has not happened when airport discs are NOT MOUNTED, or befure using them (we are using the latest, just-updated software patch). Any suggestions?
    The Panic log (with the memory dump removed) is below:
    panic(cpu 1 caller 0x001A3135): Unresolved kernel trap (CPU 1, Type 14=page fault), registers:
    CR0: 0x8001003b, CR2: 0x00000004, CR3: 0x00e87000, CR4: 0x000006e0
    EAX: 0x00000000, EBX: 0x486eb2b4, ECX: 0x00000000, EDX: 0x0000010c
    CR2: 0x00000004, EBP: 0x486eb3c8, ESI: 0x486eb4fc, EDI: 0x00000000
    EFL: 0x00010206, EIP: 0x5fe0d9ef, CS: 0x00000008, DS: 0x074c0010
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    Backtrace continues...
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.filesystems.afpfs(8.0.9)@0x5fddd000
    Cheersm
    Dan

    I don't have any solutions, but I had been reading about some folks having airport related kernel panics in the MacBook discussion forum. As a matter of fact, I had a kernel panic a little while back on my MacBook, and the crash log pointed to some issues with airport drivers. Here is what Macfixit says about these drivers and I quote:
    "Bad built-in hardware (including hard drives) Repeated kernel panics can be the result of incompatible, damaged or misconfigured built-in hardware. This includes built in AirPort, Bluetooth and other networking hardware, corrupt or damaged hard drives, faulty processors and more. Examine your crash log (as discussed in our tutorial "An introduction to reading Mac OS X crash reports") for clues as to which device is implicated.
    Sometimes the fix is as simple as re-seating built-in hardware. Make sure any PCI, PCI Express, AirPort and other expansion-type hardware is firmly and properly seated in its appropriate port.
    In other cases, the fix involves attacking the problem at a driver or kernel extension level. Again, examine your crash reports and look for components specifically linked to certain hardware. For instance, the following Mac OS X components are all used by Apple AirPort hardware, and can be implicated (by crash logs) in kernel panics:
    com.apple.driver.AirPortAtheros5424(100.21)
    com.apple.iokit.IONetworkingFamily(1.5.0)
    com.apple.iokit.IOPCIFamily(1.9)
    com.apple.iokit.IO80211Family(110.19)
    After determining device-specific components, you can try re-installing them -- either by performing an "Archive and Install" of Mac OS X, or downloading and manually placing items."
    http://www.macfixit.com/article.php?story=20060911080447777

  • IPod Touch randomly pausing, starting, and fast forwarding?

    I have a 16 GB 2nd gen iPod touch and about 6 months ago I purchased Beats by Dr. Dre for them. They worked perfectly until the headband snapped. I then switched to using the earbuds that came with the iPod. A few days ago I purchased another set of Beats by Dr. Dre. They worked fine while using them the first time, but the second time using them any song I would listen to would randomly pause, start, and fast forward. I switched back to the earbuds that came with thr iPod and the problem didn't occur. I'm not sure what the cause of this is so if anyone could help it'd be much appreciated.

    Hello,
    I am having a similar problem with my 5th generation Nano (5 weeks old). It started about 1 1/2 weeks ago and paused in only 1 song. When I touched the right side of the screen, the song restarted and continued playing. It happened 2 more times on different days and in different songs. Tonight, it paused 7 times during 3 or 4 consecutive songs. I used the same procedure as above to restart each time. Tonite, after a few more songs played without pausing, I backed up to the first song that had paused and let the song sequence replay. No problems this time??? I have not noticed if there is any fast forwarding occurring, but some songs end abruptly before the end (a separate problem). I am thinking that there may be a glitch at a certain spot on the Nano hard drive causing songs to pause. Is that possible? When playing, my Nano sits on a desk top and nothing is touching it. Thanks in advance.

  • Auto start and complete of SFC at an operation

    Dear Experts,
    I have come across a scenario where the SFC's need to be started and Completed automatically without a POD, is it possible without ME customization?
    Please help.
    Thanks, Eshwar

    Hi Steve,
    Thanks for the quick reply.
    I have a ME routing with four operations. I would be starting and completing the SFC at first operation using POD. For second and third operations I dont want to use the POD for SFC start and complete, this should be done in background may be at POST_COMPLETE of first operation. and If I go to fourth operation , my SFC sholud present at this operation.
    Give me some insights on how to achieve this in ME.
    Regards, Eshwar.

  • How does fast user switching know which energy settings to use?

    When using fast user switching and keeping 2 accounts logged in, which accounts' energy settings take priority (assuming their settings don't match)? For example, let's say I set my account's display to sleep after 15 minutes and my wife sets hers for 30 minutes. If we both keep our accounts logged in and then leave the Mac on the login screen, who wins?
    The reason I ask is because my display won't stay asleep. Unlike my example above, I've made sure both accounts have identical energy settings (sleep the display after 15 minutes & the iMac itself is set to 'never sleep'). I can get it to sleep (usually by pressing control-shift-eject), but it will not stay asleep. I don't think any applications are causing this (I've shut down all apps to test - only Time Machine is scheduled to run automatically). I'm starting to wonder if fast user switching could be the cause? I usually keep both accounts logged in at all times and return to the login screen before heading to bed. I then force the display to sleep with control-shift-eject, but several hours later I wake up to a bright room because the display has turned on again. I haven't tried turning off fast user switching yet, but I can see where that might confuse the OS?
    Oh, I've also disabled waking on bluetooth activity just in case my wireless mighty mouse was losing its connection & waking the display upon reconnection - no luck.
    Any thoughts or suggestions are appreciated - it's driving me nuts, especially since I can't just turn off the iMac display itself without powering down the entire system.

    Energy Saver settings are system-wide and not specific to the user. If one user changes the settings, it's changed for everyone. Screensaver settings are user-specific.
    That said, the reason that the system wakes by itself can be one of several things: the system is set to wake up (you can set this under energy saver) by preferences or some application/service, the system receives a wake-up message from something on the network (you can configure this under Security, I believe, or Network, I don't recall), or you have "chatter" related to a device plugged into your computer.
    "chatter" is when a USB device or FireWire device sends a signal to the computer it's connected to. Normally, peripherals are quiet if not actively in use, but some things (cheap USB hubs, certain mice, etc) will spuriously send a signal to the connected computer and cause it to wake.

  • Workflow created using sharepoint designer 2013 is not getting started and the initiator is Anonymous.

    Hi All,
    I have created a Site and List Workflow using SharePoint designer 2013, its a simple list workflow with one stage init on creating an item.
    When i verified the status of workflow its showing as initiator = Anonymous and Internal Status - Not started. Please a screen shot below
    Looking forward for your help.
    Thanks in Advance.
    Sunitha

    Below is the solution.
    Solution:.
    check
    list in workflow manager server  :
    1. Check https://[wfms]:12290 or http://[wfms]:12291 if they are responding 2. Check
    ”WorkflowMgmtPool” is started 3. Following services are running
    Workflow Manager Backend
    Service Bus Message Broker
    Service Bus Gateway
    Windows Fabric Host Service (FabricHostSvc)
    4. Get workflow farm information , workflow database  by  Start Workflow
    Manager PowerShell     get-WFfarm   5. Check if the Workflow Manager farm running(workflow service backend and  front end         should be rennin)  by  Start Workflow Manager
    PowerShell    get-WFfarmStatus
    6. Check oAut in accessible by http:// [wfms]:12291/$SYSTEM/$Metadata/json/1
    7. Restart the WorkflowServiceBackend service
    net stop WorkflowServiceBackend
    net start WorkflowServiceBackend
    Reference Link
    http://blogs.msdn.com/b/laleh/archive/2014/09/03/sharepoint-2013-workflow-troublehsooting.aspx
    Thanks all.
    Sunitha

Maybe you are looking for

  • Droid Razr Calendar Events synced from Gmail not visible in month only in Agenda

    In my old windows phone, I could see the events of the day in the monthly view, but on my droid razr, I cannot see what events there are in the monthly display but only in the agenda display.  I have searched and still not able to find if this is pos

  • My Mail emails no longer show up once I click to highlight.

    I used to be able to click once on an email and then see the body of the email that fits in the window.  That no longer works.  Now I have to double click and open the entire email to get any view of it.  Thought it might have been some format change

  • IPhoto Missing Photos, Unique Situation

    Hi everybody, I am in what I believe to be (after a bit of Googling and forum searching) in a unique position with my iPhoto Library. The library in question used to be maintained without keeping copies in the actual library (by using the relevant op

  • String.getBytes() & String(byte[]) - java.nio.BufferOverflowException

    The application in question uses JNI for legacy integration and I suspect the legacy code is corrupting the stack causing the above error. However, the error does not occur in Java 1.3, only Java 1.4. Is there some way to suppress 1.4's use of the na

  • XML parser causes memory leakage, help!

    I have the following function which called by other package to transfer xml. But every time it is called oracle will consume 600 to 700k memory and never release them. Any thought about it? Function Transform(xml Clob,xsl Clob) Return Clob is p xmlpa