Scheduled task going to running state in OIM

hi all,
After running the Target reconciliation it is going to running state ....how to fix this?
Thank you.

For how much time it shows Running status ?
Check the status of schedule task using http://localhost:7001/xlScheduler if OIM is deployed on weblogic on 7001 port.
I have seen couple of clients who are using OID connector and never heard such issues in OOTB connector.
Try with restarting the server.

Similar Messages

  • Instance going in Running state while invoking DB adapter

    HI,
    I am stuck in a very tricky scenario.
    I have to select data from two tables:- Header and Line table.
    I am using a VIEW to fetch data from both the tables by passing Invoice id.
    Now when ever i am having single line data in Both the tables Header n Line for a single Invoice id, the instance is running successfully.
    But when there is multiple data in Line table for the Invoice id, the instance is going in running state and after every 60 seconds, it is creating a new instance which will also be in running state, thus this will continue and server will go in incompatible state.
    I need to resolve this issue.
    Please help.

    Hi,
    What operation did you use to get the data from the view?
    Did you use the custom sql or Select operation?
    Arik

  • BPEL Composite going in running state

    I have a mediator that reads from AQ and routes it to the BPEL processes based on condition. When there are 15 or 20 instance read from AQ, some of the BPEL processes go into a running state. Once the process goes into a running state, the any instances created for that bpel process goes into running state. There are no errors in the soa-diagnostics log or soa log. We are running WLS server in a single node environment, database installed in a single solaris container and the wls installed in another container. There are no faults generated too. If I redeploy the process, the BPEL process starts working and goes to the same state after some time ( inconsistent). Even if I restart the soa server, the process starts working but goes to running status when load is applied.
    Any help to diagnose the issue will be greatly appreciated.

    Just to be sure, you say the problem happened only if you have 10-15 instances?
    Yes.. Even if it less that 5 but if there are concurrent calls, the problem persistIn each process you have 1 call for each service (EBS,WS,BpelProcess)?
    One BPEL process calls an EBS package( Dbaadapter), Web services each of them are BPEL process
    1st invoke web service call ( which is BPEL process) 2nd invoke is a dbadapter 3rd invoke is service call ( BPEL process)Did you change any of the default parameters on the SOA server, or DB connection?
    >>
    You might consider a problem with the EBS - maybe you are calling an API and there is a db lock...?
    All the queries are only selects. No updates and these apis are tuned.Enter the current running instance - see if the last service is the same for all running instances.

  • Certain scheduled tasks do not run anymore after DST change

    Hi everyone,
    I noticed a problem on Server 2012 after daylight savings time was set effective last weekend in March. All scheduled tasks that are configured to run weekly on Monday through Friday don't run anymore! Tasks that are configured to run daily are OK. Shall
    I really put a wrapper script around the executable to check the weekday myself??? Another solution to work around this bug seems to be to set the start day after DST change day, then the weekly Jobs also run OK again.
    Many Greetings
    Michael

    We have experienced the same issues.  Just to put some more information out there (and confirm some points from above):
    We run 12 scheduled tasks on 2 servers.
    Machines are "Microsoft Windows Server 2012 Standard", ver. 6.2.9200 build 9200, HP ProLiant BL460c Gen8
    4 scheduled tasks did fine over the DST switch in March
    8 scheduled tasks failed to run
    All scheduled tasks that ran were set up with
    “Configure For” = “Windows Server 2012”
    All scheduled tasks that failed were set up with
    “Configure For” = “Windows Vista™, Windows Server™
    2008”.
    All scheduled tasks, both affected and unaffected, were scheduled as Weekly, Mon-Fri.
    Changing the "Configure For" field after the tasks failed to run did NOT fix the problem.
    Changing the time of a task after the task failed to run did NOT fix the problem
    Changing the "Start" date of a task after it failed to run DID fix the problem.
    Given that there are not a whole ton more complaints out on the web about this bug, it must be that the bug does not affect every instance of the scheduler on Windows Server 2012.  In other words, it must be only some particular configuration
    of Windows Server 2012 that causes this bug, otherwise surely there would be many many more complaints.  Can people who are experiencing this bug check and post configuration info so perhaps we can determine a common factor?  Thanks.

  • KM Scheduler Task is not running...

    Dear All,
    I have created a KM Scheduler Task using the NDWS Wizard. I followed prakash's blog (http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/1515). My doubt is where exactly the attributes are created? and can any one guide how to create the attributes in .cc.xml file. And how does public void run( String id, Properties properties ) it works?
    The application was successfully deployed. I am able to see my task under System Administration->System Configuration->Knowledge Management->Configuration->Content Management->Global Services->Scheduler Tasks.  but I think it is not running. Can any one give some clue on this. As i'm not finding any thing uder Kmcontent>Documents.
    Do i need to configure anything to run KM scheduler Task?
    Thanks and Regards,
    JAGAN.
    Edited by: Jagan456533 on Jan 19, 2011 11:10 AM

    Hi Jagan,
    The status "0" for your task in "Component Monitor" is fine.
    Navigate to System Administration> System Configuration>Service Configuration. You can see here Applications and Portal runtime.
    Open Applications--> and you Task. Right click on your task folder and say Administrate. Here you check whether your task has been stopped, running. Make sure its running. ( Try refresh, if its already running ).
    In you task folder, you will see "Service Folder"  under this, you will see "RFServiceWrapper", right click on it and say configure, make sure the values are like shown below:
    Name : http://sapportals.com/xmlns/cm/sch
    Value: Value1
    Also make sure in your portalapp.xml, the values are same:
    RFServiceWrapper
    service-config
    className= com.sap.netweaver.rf.wrapper.RFServiceWrapper
    startup= true
    service-profile
    Name= = http://sapportals.com/xmlns/sch
    Prof= Value1
    You see tha the same name is used "Value1" in RFServiceWrapper both in portalapp.xml and in Service Configuration.
    You can use any other name but the it should be same in both the places.
    Make all these changes, and then restart your task in Service configuration again. Any changes in portalappl.xml, restart is necessary.
    Kind Regards,
    Poornima

  • Schedule task - manager updation for user in oim 11g

    Hi,
    I am in the way of writing a custom schedule task to update manager for the user created in oim.
    I know the procedure of custom scedule task
    I want the code snipet to be written in the execute() method of java class to update the manager for the user
    Could anybody help me with this!

    Hi Gyanprakash,
    How will you retrieve the user detail ..?? i am getting null pointer exception error
    public void execute(HashMap taskParameters) {
    System.out.println("inside the Execute methode");
    System.out.println("Schedule task Arguments "+taskParameters);
    String userId = (String)taskParameters.get("User Login");
    System.out.println("===========input=============== "+userId);
    String passwordex=taskParameters.get("usr_pwd_expire_date").toString();
    System.out.println("===========input=============== "+passwordex);
    String passwordwar=taskParameters.get("usr_pwd_warn_date").toString();
    System.out.println("===========input=============== "+passwordwar);
    Thanks,
    Edited by: Srivatsa.kashyap on May 25, 2012 6:00 AM

  • Scheduled task won't run .bat file

    Hi. On Windows Server 2008 I have a scheduled task that calls a .bat file. The fist step in the .bat file is write to a log file to the same directory in which the .bat file exists. This allows me to find out if it is ever run. When the .bat file is run from a command prompt it runs as expected writing to the log file and completing its actions. My problem is that when I run the scheduled task manually or allow it to run when scheduled it appears to run but the .bat file is never run. No log file is ever created. The History tab in the properties of the scheduled tasks shows the task being started and running then completing with an operation code of 2. I've disabled the UAC for the user account. I've set the task to run as the Administrator user and verified the permissions for that user. I know the password is correct for the task because I can make changes to the properties and save those changes with the username/password. I'm at a loss for further troubleshooting steps. Can anyone point me in the right direction to figure out why these .bat files are not being run? 

    So I had this problem, I double clicked on the .bat and notepad opened the .bat.  I ran through this whole long and very absorbing thread of this forum.   I wanted to save the entries that were most helpful, so I copied and pasted into
    a notepad document (.txt)  I could not find a way to attach it here, so I copied and pasted that below. I called it a synopsis....  Did I spell that right?
    As you can see, I added my experience at the top (A and B).  The stuff I copied is noted with the original author. This is the first time I posted anything to these here microsoft forums, although I have been telling computers what to do for 40+ years. 
    So hope I did not break any social protocols here.
    ==================================== Begin ====================================
         Running A Dot Bat File in Windows Server 2008 Vista 7 etc and beyond V01
    ============================================================================
    This was created as a synopsis of the entries at the following forum location:
    http://social.technet.microsoft.com/Forums/en/winservermanager/thread/d47d116e-10b9-44f0-9a30-7406c86c2fbe
    A) manually
         This is an opinion added by Thomas Rock
        1) Open a command window (that would be cmd.exe)
        2) In the command window navigate to the directory containing the .bat file and it's dependents
               ex...  C:\Program Files (x86)\Bobs\Your\Uncle
        3) Run the .bat file by typing the name including the .bat extension (in the command window of course)
                 TheBatFile.bat
           Note: Using this method, the .bat file will run in the current command window directory (the directory where the .bat file is located)
                             (this is the key for getting it to run in the task scheduler... Start in folder option)
    B) The double click
                This is an opinion added by Thomas Rock
         1) Using Windows exlporer, find the .bat file
         2) use the mouse or other device to double click on the .bat file
         3) if it does not run (in my case the wordpad application opened the .bat file)
              a) make sure that the .bat file extension is associated with the program c:\windows\system32\cmd.exe
              b) make sure the profile you are using has rights to run the cmd.exe
              c) make sure the profile has the rights to the directories, the .bat and any other objects used or affected by the .bat file processing.
    C) As a task using task scheduler
         Proposed As Answer by Brian Vandemark Wednesday, September 02, 2009 9:36 PM
    1) Make sure that the task is set to "configure for Windows Vista or Windows 2008" on the first page of the task properties (under the "general" tab)
    2) Make sure that the task is set to "start in" the folder that contains the batch file:
          a) open the task properties
          b) click on the "actions" tab
          c) click on the action and then the "edit" button at the bottom. 
          d) In the "Edit Action" Window there is a field for "start in (optional)" that you set to the path to the batch file.
          e) be sure to include an end backslash for the start in path "C:\dir1\dir2\"    (the last backslash is not optional)
    3) Make sure that the task is running as an account that has explicit "Full access" permissions to all these things:
          a) the .bat file itself
          b) the folder containing the .bat file
          c) the target files/folders that are affected by the .bat script. 
               Note:  Inherited permissions did not seem to work.
    4) Make sure that the account running the task is a member of the local "administrators" group for this machine
    5) Make sure that the task is set to "run whether logged on or not"
    6) Tick the box "Run with highest privileges".    
           Note: Point 6 here was from Edson F. Lima Wednesday June 30 2010 1:35 PM
                      The original point 6 was moved to point 7.
    7) The Task should run successfully with expected output when you right-click on the task and select "run" 
            If it does that then it will run successfully when you are logged off.
    D) Still another way as a task using task scheduler
          Proposed As Answer byDarren Wallace Thursday, July 15, 2010 1:41 AM
    This has been bugging me for 6 or 7 months.
    I don't have admin rights to the box and the guy who does is very busy...
    so I've felt the range of emotions mentioned above.
    I tried most everything above as well. But what seemed to get my processes processing, was ...
       • on the General tab, I clicked the Change User or Group button
       • in Select User or Group (first smaller dialog box)  I clicked the Advanced... button
       • in the next Select User or Group (second bigger dialog box) I clicked the Find Now button
       • in the Search results I selected the Administrators (a group) and it returned SERVERname\Administrators into the "Enter the object name to select" entry in the previous dialog box
       • then I clicked OK and returned to the General tab above
       • the options to Run only when user is logged on and Run whether user is logged on or not are no longer available
       • then I made sure that the Run with highest privileges was checked
       • then I clicked OK and during the next scheduled time to run ... it ran
       Note: See note in A) Manually above.
    E) Task scheduler recommendation
         Proposed As Answer byTamusJRoyceThursday, December 01, 2011 3:42 PM
    I have found .bat and .cmd files do not run correctly either.
        My solution:  Don't run the batch file directly. 
           Have TaskScheduler run:  cmd.exe
              with parameter:  /C YourBatchFile.bat
             and start in: C:\SomePath\ (without quotes!) where C:\SomePath\YourBatchFile.bat exists. 
            And then select the radio button for it to run regardless if you are logged in or not.
    Exit errors may not be logged to the Event Log (they weren't when the .bat ran directly from Task Scheduler when I was logged in), so I find it best to manually log your own Event in case a error occurs and you want to send an email.
     REM Logs an event which causes eventlog to send an email when it fails.  Also, "/l application" needs to be lowercase.
    eventcreate /t error /id 203 /l application /d "your logged description."
    And then make a completely separate task with a trigger:  On an event.  Basic Selected.  Log: Application.  Source: EventCreate. Event ID: 203.  And have the action on this task send an email (attaching any generated log files, if needed).
    Hopefully helpful (took me 3 days to figure all this out...gar)
    ===================================== End ===================================
         Running A Dot Bat File in Windows Server 2008 Vista 7 etc and beyond V01
    ============================================================================
     

  • SAP work Process goes in run state,Users cannot login developer trace paste

    Hi team,
    We have a system which is at ECC6 release 701 ABAP + java system.
    The work process frequently go in run state and since this is an IDES system, I always restart the system.
    Please help me since i want tio know the root cause for the same.
    The dev trace is as follows, and i beleive its a listener problem by the logs.
    kernel runs with dp version 244000(ext=110000) (@(#) DPLIB-INT-VERSION-244000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 199004) [dpxxdisp.c   1287]
         shared lib "dw_xml.dll" version 254 successfully loaded
         shared lib "dw_xtc.dll" version 254 successfully loaded
         shared lib "dw_stl.dll" version 254 successfully loaded
         shared lib "dw_gui.dll" version 254 successfully loaded
         shared lib "dw_mdm.dll" version 254 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Mon Dec 13 08:26:23 2010
    WARNING => DpNetCheck: NiHostToAddr(www.doesnotexist0223.qqq.nxst) took 6 seconds
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 127 blocks reserved for free list.
    ES initialized.
    mm.dump: set maximum dump mem to 96 MB
    Mon Dec 13 08:26:29 2010
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 200040
      argv[0] = D:\usr\sap\BI7\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = D:\usr\sap\BI7\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=D:\usr\sap\BI7\SYS\profile\BI7_DVEBMGS00_q4de3gsy203
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=65000
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=BI7
      argv[7] = -DSAPMYNAME=q4de3gsy203_BI7_00
      argv[8] = -DSAPPROFILE=D:\usr\sap\BI7\SYS\profile\BI7_DVEBMGS00_q4de3gsy203
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1694]
    ***LOG Q0K=> DpMsAttach, mscon ( q4de3gsy203) [dpxxdisp.c   12697]
    DpStartStopMsg: send start message (myname is >q4de3gsy203_BI7_00                      <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 254
    Release check o.K.
    DpJ2eeLogin: j2ee state = CONNECTED
    Mon Dec 13 08:27:09 2010
    my types changed after wp death/restart 0xbf --> 0xbd
    my types changed after wp death/restart 0xbd --> 0xb5
    my types changed after wp death/restart 0xb5 --> 0x95
    Mon Dec 13 08:27:29 2010
    ERROR => DpWPCheck: W1 (pid 199044) died (severity=0, status=0) [dpxxdisp.c   15841]
    ERROR => DpWPCheck: W4 (pid 199912) died (severity=0, status=0) [dpxxdisp.c   15841]
    ERROR => DpWPCheck: W6 (pid 192420) died (severity=0, status=0) [dpxxdisp.c   15841]
    ERROR => DpWPCheck: W8 (pid 199528) died (severity=0, status=0) [dpxxdisp.c   15841]
    ERROR => DpWPCheck: W9 (pid 198860) died (severity=0, status=0) [dpxxdisp.c   15841]
    ERROR => DpWPCheck: W10 (pid 199664) died (severity=0, status=0) [dpxxdisp.c   15841]
    my types changed after wp death/restart 0x95 --> 0x85
    ERROR => DpWPCheck: W12 (pid 200036) died (severity=0, status=0) [dpxxdisp.c   15841]
    Mon Dec 13 08:27:43 2010
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 6 / sock 316
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:4882) [nixxi.cpp    4424]
    ERROR => DpJ2eeMsgProcess: NiRead failed (NIECONN_BROKEN) [dpxxj2ee.c   1212]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    Mon Dec 13 08:27:49 2010
    ERROR => DpWPCheck: W0 (pid 200632) died (severity=0, status=0) [dpxxdisp.c   15841]
    ERROR => DpWPCheck: W1 (pid 199044) died (severity=0, status=0) [dpxxdisp.c   15841]
    my types changed after wp death/restart 0x85 --> 0x84
    ERROR => DpWPCheck: W3 (pid 93796) died (severity=0, status=0) [dpxxdisp.c   15841]
    ERROR => DpWPCheck: W4 (pid 199912) died (severity=0, status=0) [dpxxdisp.c   15841]
    ERROR => DpWPCheck: W5 (pid 200484) died (severity=0, status=0) [dpxxdisp.c   15841]
    ERROR => DpWPCheck: W6 (pid 192420) died (severity=0, status=0) [dpxxdisp.c   15841]
    my types changed after wp death/restart 0x84 --> 0x80
    ERROR => DpWPCheck: W8 (pid 199528) died (severity=0, status=0) [dpxxdisp.c   15841]
    ERROR => DpWPCheck: W9 (pid 198860) died (severity=0, status=0) [dpxxdisp.c   15841]
    ERROR => DpWPCheck: W10 (pid 199664) died (severity=0, status=0) [dpxxdisp.c   15841]
    ERROR => DpWPCheck: W11 (pid 199720) died (severity=0, status=0) [dpxxdisp.c   15841]
    ERROR => DpWPCheck: W12 (pid 200036) died (severity=0, status=0) [dpxxdisp.c   15841]
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=493
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Dec 13 08:27:59 2010
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Mon Dec 13 07:27:59 2010
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program          Cl  User         Action                    Table
    0 DIA   200632 Ended         no      2   0        0                                                                         
    1 DIA   199044 Ended         no      3   0        0                                                                         
    2 DIA   200280 Ended         no      1   0        0                                                                         
    3 DIA    93796 Ended         no      2   0        0                                                                         
    4 DIA   199912 Ended         no      3   0        0                                                                         
    5 DIA   200484 Ended         no      2   0        0                                                                         
    6 UPD   192420 Ended         no      3   0        0                                                                         
    7 ENQ   199792 Ended         no      1   0        0                                                                         
    8 BTC   199528 Ended         no      3   0        0                                                                         
    9 BTC   198860 Ended         no      3   0        0                                                                         
    10 BTC   199664 Ended         no      3   0        0                                                                         
    11 SPO   199720 Ended         no      2   0        0                                                                         
    12 UP2   200036 Ended         no      3   0        0                                                                         
    Dispatcher Queue Statistics               Mon Dec 13 07:27:59 2010
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes
    Stop gateway
    killing process (184860) (SOFT_KILL)
    Stop icman
    killing process (190124) (SOFT_KILL)
    Terminate gui connections
    wait for end of work processes
    wait for end of gateway
    [DpProcDied] Process lives  (PID:184860  HANDLE:440)
    waiting for termination of gateway ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=493
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Dec 13 08:28:05 2010
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:184860  HANDLE:440)
    wait for end of icman
    [DpProcDied] Process lives  (PID:190124  HANDLE:448)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=493
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Dec 13 08:28:06 2010
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:190124  HANDLE:448)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=493
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Dec 13 08:28:07 2010
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:190124  HANDLE:448)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=493
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Dec 13 08:28:08 2010
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:190124  HANDLE:448)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=493
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Dec 13 08:28:09 2010
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:190124  HANDLE:448)
    [DpProcDied] Process died  (PID:200040  HANDLE:424)
    DpStartStopMsg: send stop message (myname is >q4de3gsy203_BI7_00                      <)
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0
    DpConvertRequest: net size = 189 bytes
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=562,pac=1,MESG_IO)
    MsINiWrite: sent 562 bytes
    send msg (len 110+452) to name                    -, type 4, key -
    DpStartStopMsg: stop msg sent
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    server
    NiIRead: hdl 3 recv would block (errno=EAGAIN)
    NiIRead: read for hdl 3 timed out (0ms)
    DpHalt: no more messages from the message server
    DpHalt: send keepalive to synchronize with the message server
    NiBufReceive starting
    MsINiRead: received 114 bytes
    MSG received, len 110+4, flag 3, from MSG_SERVER          , typ 0, key -
    Received 4 bytes from MSG_SERVER                             
    Received opcode MS_NOOP from msg_server, reply MSOP_OK
    MsOpReceive: ok
    MsSendKeepalive : keepalive sent to message server
    NiIRead: hdl 3 recv would block (errno=EAGAIN)
    Mon Dec 13 08:28:10 2010
    NiIPeek: peek for hdl 3 timed out (r; 1000ms)
    NiIRead: read for hdl 3 timed out (1000ms)
    DpHalt: no more messages from the message server
    DpHalt: sync with message server o.k.
    detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   13043]
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIDetach: send logout to msg_server
    MsIDetach: call exit function
    DpMsShutdownHook called
    NiBufISelUpdate: new MODE -- (r-) for hdl 3 in set0
    SiSelNSet: set events of sock 368 to: ---
    NiBufISelRemove: remove hdl 3 from set0
    SiSelNRemove: removed sock 368 (pos=3)
    SiSelNRemove: removed sock 368
    NiSelIRemove: removed hdl 3
    MBUF state OFF
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    blks_in_queue/wp_ca_blk_no/wp_max_no = 1/300/13
    LOCK WP ca_blk 1
    make DISP owner of wp_ca_blk 1
    DpSemRq: key: 2, units: 1, timeout: -1
    DpSemRel: key: 2, units: 1
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 15)
    MBUF component DOWN
    NiICloseHandle: shutdown and close hdl 3 / sock 368
    NiBufIClose: clear extension for hdl 3
    MsIDetach: detach MS-system
    cleanup EM
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 199004) [dpxxdisp.c   11230]
    Good Bye .....
    Please revert if you need more information.
    Regards,
    Prasad Shetty

    HI Juan,
    trace file for dev_w0 as asked
    C  Starting user session: OCISessionBegin(con_hdl=0, usr=SAPSR3/<pwd>, svchp=0000000013FB7748, srvhp=0000000013FB9B78, usrhp=0000000013EA1EC8)
    C  Now 'SAPSR3/<pwd>@BI7' is connected: con_hdl=0, nls_hdl=0, session_id=65.
    C  Database NLS settings: AMERICAN_AMERICA.UTF8
    C  DB instance BI7 is running on Q4DE3GSY203 with ORACLE version 10.2.0.2.0 since DEC 13, 2010, 08:38:55
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName                        ConId     ConState     TX  HC  PRM RCT FRC TIM MAX OPT Date     Time   DBHost                       
    B  000 000 R/3                            000000000 ACTIVE       NO  NO  YES NO  NO  000 255 255 20101213 083926 Q4DE3GSY203                  
    C  build_stmt: reallocating stmt buffer: 256 -> 2000 characters
    M  db_connect o.k.
    M  ICT: exclude compression: .zip,.cs,.rar,.arj,.z,.gz,.tar,.lzh,.cab,.hqx,.ace,.jar,.ear,.war,.css,.pdf,.js,.gzip,.uue,.bz2,.iso,.sda,.sar,.gif,*.png

    I Mon Dec 13 08:40:14 2010
    I  MtxInit: 0 0 0
    M  SHM_PRES_BUF               (addr: 0000000015860050, size: 4400000)
    M  SHM_ROLL_AREA          (addr: 000007FFEA010050, size: 61440000)
    M  SHM_PAGING_AREA          (addr: 0000000015CA0050, size: 32768000)
    M  SHM_ROLL_ADM               (addr: 0000000017BF0050, size: 633840)
    M  SHM_PAGING_ADM          (addr: 0000000017C90050, size: 525344)
    M  ThCreateNoBuffer          allocated 544152 bytes for 1000 entries at 0000000017D20050
    M  ThCreateNoBuffer          index size: 3000 elems
    M  ThCreateVBAdm          allocated 12176 bytes (50 server) at 000000000B490050
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation view
    X  ES initialized.
    X  mm.dump: set maximum dump mem to 96 MB
    M  Deactivate statistics hyper index locking
    B  dbntab: NTAB buffers attached
    B  dbntab: Buffer FTAB(hash header)  (addr: 0000000017E400E0, size: 584)
    B  dbntab: Buffer FTAB(anchor array) (addr: 0000000017E40330, size: 320072)
    B  dbntab: Buffer FTAB(item array)   (addr: 0000000017E8E580, size: 1280000)
    B  dbntab: Buffer FTAB(data area)    (addr: 0000000017FC6D80, size: 30720000)
    B  dbntab: Buffer IREC(hash header)  (addr: 0000000019D200E0, size: 584)
    B  dbntab: Buffer IREC(anchor array) (addr: 0000000019D20330, size: 320072)
    B  dbntab: Buffer IREC(item array)   (addr: 0000000019D6E580, size: 320000)
    B  dbntab: Buffer IREC(data area)    (addr: 0000000019DBC780, size: 6144000)
    B  dbntab: Buffer STAB(hash header)  (addr: 000000001A3A00E0, size: 584)
    B  dbntab: Buffer STAB(anchor array) (addr: 000000001A3A0330, size: 320072)
    B  dbntab: Buffer STAB(item array)   (addr: 000000001A3EE580, size: 320000)
    B  dbntab: Buffer STAB(data area)    (addr: 000000001A43C780, size: 3072000)
    B  dbntab: Buffer TTAB(hash header)  (addr: 000000001A7300E0, size: 1944)
    B  dbntab: Buffer TTAB(anchor array) (addr: 000000001A730880, size: 320072)
    B  dbntab: Buffer TTAB(item array)   (addr: 000000001A77EAD0, size: 800000)
    B  dbntab: Buffer TTAB(data area)    (addr: 000000001A841FD0, size: 5840000)
    B  db_con_shm_ini:  WP_ID = 0, WP_CNT = 13, CON_ID = -1
    B  dbstat: TABSTAT buffer attached (addr: 000000001ADE9FB0)
    B  dbtbxbuf: Buffer TABL  (addr: 000000001D7D0160, size: 30000000, end: 000000001F46C4E0)
    B  dbtbxbuf: Buffer TABLP (addr: 000000001F470160, size: 10240000, end: 000000001FE34160)
    B  dbexpbuf: Buffer EIBUF (addr: 000000001FE40170, size: 4194304, end: 0000000020240170)
    B  dbexpbuf: Buffer ESM   (addr: 0000000020250170, size: 4194304, end: 0000000020650170)
    B  dbexpbuf: Buffer CUA   (addr: 0000000020660170, size: 3072000, end: 000000002094E170)
    B  dbexpbuf: Buffer OTR   (addr: 0000000020950170, size: 4194304, end: 0000000020D50170)
    B  dbcalbuf: Buffer CALE  (addr: 0000000020D60050, size: 500000, end: 0000000020DDA170)
    M  CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    S  *** init spool environment
    S  TSPEVJOB updates inside critical section: event_update_nocsec = 0
    S  initialize debug system
    T  Stack direction is downwards.
    T  debug control: prepare exclude for printer trace
    T  new memory block 00000000141756E0
    S  spool kernel/ddic check: Ok
    S  using table TSP02FX for frontend printing
    S  1 spool work process(es) found
    S  frontend print via spool service enabled
    S  printer list size is 150
    S  printer type list size is 50
    S  queue size (profile)   = 300
    S  hostspool list size = 3000
    S  option list size is 30
    S      intervals: query=50, rescan=1800, global=300 info=120
    S      processing queue enabled
    S  creating spool memory service RSPO-RCLOCKS at 000000002A0700D0
    S  doing lock recovery
    S  setting server cache root
    S  using server cache size 100 (prof=100)
    S  creating spool memory service RSPO-SERVERCACHE at 000000002A0704F0
    S    using messages for server info
    B  dbtran INFO (init_connection '<DEFAULT>' [ORACLE:700.08]):
    B   max_blocking_factor =   5,  max_in_blocking_factor      =   5,
    B   min_blocking_factor =   5,  min_in_blocking_factor      =   5,
    B   prefer_union_all    =   0,  prefer_join                 =   0,
    B   prefer_fix_blocking =   0,  prefer_in_itab_opt          =   1,
    B   convert AVG         =   0,  alias table FUPD            =   0,
    B   escape_as_literal   =   1,  opt GE LE to BETWEEN        =   0,
    B   select *            =0x0f,  character encoding          = STD / <none>:-,
    B   use_hints           = abap->1, dbif->0x1, upto->2147483647, rule_in->0,
    B                         rule_fae->0, concat_fae->0, concat_fae_or->0

    S Mon Dec 13 08:40:15 2010
    S  size of spec char cache entry: 297032 bytes (timeout 100 sec)
    S  size of open spool request entry: 2512 bytes
    S  immediate print option for implicitely closed spool requests is disabled
    A  **GENER Trace switched on ***

    A  -PXA--
    A  PXA INITIALIZATION
    A  PXA: Locked PXA-Semaphore.
    A  System page size: 4kb, total admin_size: 20564kb, dir_size: 20472kb.
    A  Attached to PXA (address 000007FFEDAB0050, size 300000K)
    A  abap/pxa = shared protect gen_remote
    A  PXA INITIALIZATION FINISHED
    A  -PXA--

    A  ABAP ShmAdm attached (addr=000007FF4FEEA000 leng=20955136 end=000007FF512E6000)
    A  >> Shm MMADM area (addr=000007FF50392E80 leng=247168 end=000007FF503CF400)
    A  >> Shm MMDAT area (addr=000007FF503D0000 leng=15818752 end=000007FF512E6000)
    A  RFC Destination> destination q4de3gsy203_BI7_00 host q4de3gsy203 system BI7 systnr 0 (q4de3gsy203_BI7_00)
    A  RFC Options> H=q4de3gsy203,S=00,d=2,
    A  RFC FRFC> fallback activ but this is not a central instance.
    A   
    A  RFC rfc/signon_error_log = -1
    A  RFC rfc/dump_connection_info = 0
    A  RFC rfc/dump_client_info = 0
    A  RFC rfc/cp_convert/ignore_error = 1
    A  RFC rfc/cp_convert/conversion_char = 23
    A  RFC rfc/wan_compress/threshold = 251
    A  RFC rfc/recorder_pcs not set, use defaule value: 2
    A  RFC rfc/delta_trc_level not set, use default value: 0
    A  RFC rfc/no_uuid_check not set, use default value: 0
    A  RFC rfc/bc_ignore_thcmaccp_retcode not set, use default value: 0
    A  RFC Method> initialize RemObjDriver for ABAP Objects
    M  ThrCreateShObjects          allocated 27042 bytes at 000000002A9E0050

    N Mon Dec 13 08:40:16 2010
    N  SsfSapSecin: putenv(SECUDIR=D:\usr\sap\BI7\DVEBMGS00\sec): ok

    N  =================================================
    N  === SSF INITIALIZATION:
    N  ===...SSF Security Toolkit name SAPSECULIB .
    N  ===...SSF trace level is 0 .
    N  ===...SSF library is D:\usr\sap\BI7\DVEBMGS00\exe\sapsecu.dll .
    N  ===...SSF hash algorithm is SHA1 .
    N  ===...SSF symmetric encryption algorithm is DES-CBC .
    N  ===...sucessfully completed.
    N  =================================================

    N Mon Dec 13 08:40:17 2010
    N  MskiInitLogonTicketCacheHandle: Logon Ticket cache pointer retrieved from shared memory.
    N  MskiInitLogonTicketCacheHandle: Workprocess runs with Logon Ticket cache.
    M  JrfcVmcRegisterNativesDriver o.k.
    W  =================================================
    W  === ipl_Init() called
    W    ITS Plugin: Path dw_gui
    W    ITS Plugin: Description ITS Plugin - ITS rendering DLL
    W    ITS Plugin: sizeof(SAP_UC) 2
    W    ITS Plugin: Release: 700, [7000.0.254.20050900]
    W    ITS Plugin: Int.version, [33]
    W    ITS Plugin: Feature set: [22]
    W    ===... Calling itsp_Init in external dll ===>
    W  === ipl_Init() returns 0, ITSPE_OK: OK
    W  =================================================
    N  VSI: WP init in ABAP VM completed with rc=0
    E  Profile-Parameter: enque/deque_wait_answer = FALSE
    E  Profile-Parameter: enque/sync_dequeall = 0
    E  Replication is disabled
    E  EnqCcInitialize: local lock table initialization o.k.
    E  EnqId_SuppressIpc: local EnqId initialization o.k.
    E  EnqCcInitialize: local enqueue client init o.k.

    S Mon Dec 13 08:40:19 2010
    S  found spool memory service RSPO-ACTIONS at 000000002A07A230

    A Mon Dec 13 08:40:20 2010
    A  **GENER Trace switched off ***
    M  SosICreateNewAnchorArray: sos_search_anchor_semantics = 1

    C Mon Dec 13 08:40:21 2010
    C  build_stmt: reallocating stmt buffer: 2000 -> 3002 characters
    B  table logging switched on for client '800'

    M Mon Dec 13 08:40:23 2010
    M  SecAudit(RsauShmInit): WP attached to existing shared memory.
    M  SecAudit(RsauShmInit): addr of SCSA........... = 000000000AFC0050
    M  SecAudit(RsauShmInit): addr of RSAUSHM........ = 000000000AFC07C0
    M  SecAudit(RsauShmInit): addr of RSAUSLOTINFO... = 000000000AFC0800
    M  SecAudit(RsauShmInit): addr of RSAUSLOTS...... = 000000000AFC080C
    M  rdisp/rb_cleaned_rfc = 0

    M Mon Dec 13 08:40:27 2010
    M  Deactivate ASTAT hyper index locking

    M Mon Dec 13 08:44:30 2010

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Gateway on host q4de3gsy203 / sapgw00
    M  *  ERROR       program dbmrfc@sapdb not registered
    M  *
    M  *  TIME        Mon Dec 13 08:44:30 2010
    M  *  RELEASE     700
    M  *  COMPONENT   SAP-Gateway
    M  *  VERSION     2
    M  *  RC          679
    M  *  MODULE      gwr3cpic.c
    M  *  LINE        1835
    M  *  DETAIL      TP dbmrfc@sapdb not registered
    M  *  COUNTER     15
    M  *
    M  *****************************************************************************

    A  RFC 1485  CONVID 21905907
    A   * CMRC=2 DATA=0 STATUS=0 SAPRC=679 ThSAPOCMINIT
    A  RFC> ABAP Programm: SAPLSADC (Transaction: )
    A  RFC> User: RANGUPTA (Client: 001)
    A  RFC> Destination: SAPDB_DBM_DAEMON (handle: 2, , )
    A  RFC SERVER> RFC Server Session (handle: 1, 21904860, {D18C06E0-7859-F141-92A8-005056956B4B})
    A  RFC SERVER> Caller host:
    A  RFC SERVER> Caller transaction code:  (Caller Program: SAPLSADC)
    A  RFC SERVER> Called function module: DBM_CONNECT_PUR
    A  TH VERBOSE LEVEL FULL
    A  ** RABAX: end RX_GET_MESSAGE

    M Mon Dec 13 08:45:54 2010

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Gateway on host q4de3gsy203 / sapgw00
    M  *  ERROR       program dbmrfc@sapdb not registered
    M  *
    M  *  TIME        Mon Dec 13 08:45:54 2010
    M  *  RELEASE     700
    M  *  COMPONENT   SAP-Gateway
    M  *  VERSION     2
    M  *  RC          679
    M  *  MODULE      gwr3cpic.c
    M  *  LINE        1835
    M  *  DETAIL      TP dbmrfc@sapdb not registered
    M  *  COUNTER     30
    M  *
    M  *****************************************************************************

    A  RFC 1485  CONVID 21998657
    A   * CMRC=2 DATA=0 STATUS=0 SAPRC=679 ThSAPOCMINIT
    A  RFC> ABAP Programm: SAPLSADC (Transaction: )
    A  RFC> User: RANGUPTA (Client: 001)
    A  RFC> Destination: SAPDB_DBM_DAEMON (handle: 2, , )
    A  RFC SERVER> RFC Server Session (handle: 1, 21997642, {038D06E0-8E49-F147-92A8-005056956B4B})
    A  RFC SERVER> Caller host:
    A  RFC SERVER> Caller transaction code:  (Caller Program: SAPLSADC)
    A  RFC SERVER> Called function module: DBM_CONNECT_PUR
    A  TH VERBOSE LEVEL FULL
    A  ** RABAX: end RX_GET_MESSAGE

    M Mon Dec 13 08:48:12 2010

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Gateway on host q4de3gsy203 / sapgw00
    M  *  ERROR       program dbmrfc@sapdb not registered
    M  *
    M  *  TIME        Mon Dec 13 08:48:12 2010
    M  *  RELEASE     700
    M  *  COMPONENT   SAP-Gateway
    M  *  VERSION     2
    M  *  RC          679
    M  *  MODULE      gwr3cpic.c
    M  *  LINE        1835
    M  *  DETAIL      TP dbmrfc@sapdb not registered
    M  *  COUNTER     45
    M  *
    M  *****************************************************************************

    A  RFC 1485  CONVID 22146986
    A   * CMRC=2 DATA=0 STATUS=0 SAPRC=679 ThSAPOCMINIT
    A  RFC> ABAP Programm: SAPLSADC (Transaction: )
    A  RFC> User: RANGUPTA (Client: 001)
    A  RFC> Destination: SAPDB_DBM_DAEMON (handle: 2, , )
    A  RFC SERVER> RFC Server Session (handle: 1, 22145986, {558D06E0-45BF-F199-92A8-005056956B4B})
    A  RFC SERVER> Caller host:
    A  RFC SERVER> Caller transaction code:  (Caller Program: SAPLSADC)
    A  RFC SERVER> Called function module: DBM_CONNECT_PUR
    A  TH VERBOSE LEVEL FULL
    A  ** RABAX: end RX_GET_MESSAGE

    M Mon Dec 13 08:49:33 2010

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Gateway on host q4de3gsy203 / sapgw00
    M  *  ERROR       program dbmrfc@sapdb not registered
    M  *
    M  *  TIME        Mon Dec 13 08:49:33 2010
    M  *  RELEASE     700
    M  *  COMPONENT   SAP-Gateway
    M  *  VERSION     2
    M  *  RC          679
    M  *  MODULE      gwr3cpic.c
    M  *  LINE        1835
    M  *  DETAIL      TP dbmrfc@sapdb not registered
    M  *  COUNTER     60
    M  *
    M  *****************************************************************************
    It is a bit large will this do ?
    Regards,
    Prasad

  • Promotion and report schedule job goes to pending state

    hi everyone,
    we are using BO4.1 SP02 Patch 1 platform, suddenly now report schedules and promotion jobs are not promoting and it goes pending state.
    we restarted the LCM APS and AJS , but still promotion job in pending state
    we also restarted Webi APS and AJS but still schedule in pending state.
    anyone faced this problem before, could you please help us to find the cause.
    Regards,
    Ganesh

    HI Ganesh
    Can you make it 1 and try out once
    Because 1 = OUTPROC and 100 = MIXEDPROC
    Outproc causes the job server children to shut down after every job
    Mixedproc causes the job server children to shut down after every 100 jobs
    and Job server children will be automatically shutdown if left unused for more than 2 hours
    Can you check the taskmanager for the jobserverchild.exe is created or not ???
    Please get back

  • ODI 11g Scheduled job stays in running state

    Hello All ,
    In ODI operator in the integration process ,there arer 3 scenarios scheduled .
    When the first is completed it switches to second ,but the next step/process keep running and never comes to an end,though the corresponding backend activity has been completed(which the scenario is supposed to do).
    Which ultimately results into timeout.
    Please suggest a solution for this.
    Thanks in advance ,
    ABHIJEET

    Hi,
    Actually your syntax is exactly right for running a single run-immediate job.
    it looks like the slave running your job may have crashed or terminated unexpectedly. You should do a stop_job (force=>true) on your job and you should look through your job slave trace files j0trc for reasons why your job slave did not finish the job. You can also try grepping your job slave traces for the job name 'TEST_JOB' to find the right trace.
    Hope this helps,
    Ravi.

  • OIM Scheduled tasks stop running

    Hi All,
    for some reason scheduled tasks are not running even after trying to force it manually
    any ideas would be helpful
    Thanx
    Fred

    Hi ,
    check the log file, to identify why it;s stopping , any exception .
    Also, If you are using oc4j as app server then , you need to give current time+1 min. in start time to allow cronjob trigger your task.
    Regards,
    Ankit

  • Server 2012 Scheduled tasks not running after DST

    Since the DST change this weekend the weekly scheduled tasks on our 2012 standard server are not running.  The schedule show the correct next run time, but the task never runs.  The server correctly adjusted for the DST changes (We are in CST in
    the US) and if you look in the date time it notified us that the clock was set forward.
    Any ideas?

    Hi Mark,
    Before going further, would you please let me confirm whether only weekly scheduled tasks t run? In other words,
    did some daily scheduled tasks run smoothly?
    Based on current situation, please create a new weekly
    scheduled task and check if encounters the same issue.
    If this issue still persists. Please let me confirm if you make scheduled task run some commands or a script,
    or others I misunderstand. For an example, if run a script, please directly run it in the Windows Server 2012 Standard and check if there any issue occurred.
    Meanwhile, please open Task Scheduler, select this problematic weekly scheduled task, click General tab. Please
    check which user account was used to run this task. And please check Run with highest privileges, then check if can solve this issue.
    In addition, please check History tab in task Properties. Please pay attention on the time-point when the weekly
    scheduled task should be ran, and check if you can find some events at that time-point. It may help us to go further analysis.
    By the way, there is a similar thread. Please refer to.
    Certain scheduled tasks do not run anymore after DST change
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/47483baf-e7af-4bff-9db4-9c3d0ead2b41/certain-scheduled-tasks-do-not-run-anymore-after-dst-change?forum=winserver8gen
    Hope this helps.
    Best regards,
    Justin Gu

  • Scheduled Tasks wont run

    I had recently upgarded to CF8 from CF7.
    After the upgrade non of my Scheduled Tasks are running.
    Even when i trigger the tasks manually from CFAdmin I get the response "This scheduled task was completed successfully."
    But nothing really runs. My application is using Integrated Windows Authentication and the schedulled tasks were running fine with CF7.
    Now when i switch off the Windows authentication, the scheduled tasks are working fine.
    Could you please tell me why my Scheduled Tasks are not running when i turn on Windows authenticaton, where as it was working perfectly with CF7.

    ColdFusion schedule tasks CAN NOT run under windows integrated authentication.  ColdFusion is not a windows product, it does not pass the NTML headers with requests.  You have to turn off windows integrated authentication for any resource you would like to run as a schedule task.  Helpfully, you can set that permssion to individual files and|or folders so you do not need to turn it off for the entire site.
    I don't know why this would change after an upgrade, unless you built a new CF8 server with a newly built IIS as well.

  • Scheduled Tasks Run Twice After Upgrade To MX7

    I've recently upgraded to CFMX7 and now my scheduled tasks
    are running twice. I've recreated all of the tasks, rebooted the
    server, and made sure that I'm on V 7.0.2 but nothing seems to
    help. Is there a solution for this out there?

    I've got a couple ideas. I haven't seen this before but this
    should be some stuff to try. There's a file in the ColdFusion lib
    directory called neo-cron.xml ... this contains an entry for each
    scheduled task.
    I'd be very careful about making any changes to this file
    directly but take a look at it. Are your scheduled tasks
    duplicated? If so you can either remove the duplicates manually if
    you're feeling brave, or try deleting the scheduled tasks in the cf
    admin and then recreate them. Perhaps that would get rid of the
    duplicates. If you don't see dupliactes in this file then somehow
    ColdFusion's process that runs the scheduled tasks is probably
    running once for the old install and once for the new one.
    Sorry I don't have any more definitive info but hope this
    helps point you in the right direction.
    -Matt MacDougall

  • Batch File Won't Run as a Scheduled Task

    I have two batch files that won't run as scheduled tasks but run perfectly fine when I double-click them.
    I've already set them to run with highest privileges, the account running them is an administrator account, that account has full permissions to the folder and file. I've checked every thread I could find but they simply won't run. No error, no log, nothing...
    If I right click the scheduled task and select Run, nothing happens.
    Any ideas?

    Hi,
    As far as I know, you have to enter the script folder in the "Start in" field. Else it just won't work - and won't really give you any meaningful error messages. So, please check your setting.
    Roger Lu
    TechNet Community Support

Maybe you are looking for

  • Copy user fields between PRq and PO.

    Hello. I have little problem. I prepare new user field in Purchase Requisition called for example ZFIELD it is displayed and save into table EBAN by user exit MEREQ001. Now I want to copy this field to Purchase Order when I create PO with reference t

  • MacBook Pro internet non-responsive

    Hey guys, I got a MacBook Pro this August and am really excited about it, save the fact that it has some serious issues connecting to the internet. On either Safari or Firefox the browsers will work sporatically but will inevitably become unresponsiv

  • HT2905 Does anyone know how to find and remove duplicate items in the new itunes 11?

    I am having a hard time trying to figure out how to find and remove duplicate items under the New iTunes 11? Its not as user friendly as in previous versions. Does anyone know how to figure this out?

  • IDOCs sent from sender R/3 system do not reach XI system

    Hello everyone, We have a IDOC to JDBC scenario in place. Sender R/3 system is R1A. XI system is XDA. IDOCs are successfully sent out of R1A: On R1A.(R/3) 1. WE05 shows data passed to Port OK 2. SM58 does not show the IDOC to be stuck in TRFC queue O

  • Calling database procedure in forms

    Hi, i am calling the db procedure thru oracle forms. i will be calling some of the forms thru the procedure. i need to know is there any builtin in forms like sleep command in unix. I wanted to delay to process for 30 sec then, needs to continue. Ple