Process chains-dependent process  run

hi      friends
my  process chain which  having  9 process types  in  a single column  get failed at  process type no 4, due to this  the dependent processes  are  also  kept in waiting for  the  process no 4 . finally  i  rectified  the  error  in  process type no 4  ,
now  the  problem  is  how  can  i  start  the  remaining  processes  next   to   this  process type  to  complete  the  process chain  fullcycle.
thanks in advance
venkat

hai Venkat,
i think this may help you,if you got an error at any step or at any process in meta chain ,go to the t-code area and write ( =copy)   in the tcode area and then it will ask u fr other name ...give some name and start executing the process chian ..
OR
go to SE37 to run the process chain manually
run the process chain using the RSPC_API_CHAIN_START program
hope this  can help
i f  u find these solutions  are helpful allot me some points ok ...it the way of saying thanks..
Suri

Similar Messages

  • HOW TO STOP THE PROCESS CHAIN WHICH IS RUNNING IN THE PRODUCTION?

    HI ALL,
    CAN ANYONE TELL ME HOW TO STOP THE PROCESS CHAIN WHICH IS RUNNING DAILY AT 5.00 PM. I NEED TO STOP THE PROCESS CHAIN FOR COUPLE OF DAYS AND THEN RESTART IT AGAIN.
    cAN ANYONE TELL ME THE PROCEDURE TO STOP THE ENTIRE PROCESS CHAIN RUNNING IN THE PRODUCTION.
    THANKS
    HARITHA

    Hi,
    First and foremost let me advice you to be very careful while doing this.
    For Rescheduling
    RSPC> chain > Goto > Planning view and
    click on Execution tab > select > Remove from Schedule and then in Maintain variant of start process reschedule for the day you require it to run.
    For terminating active chain
    You can start from SM37, find the process WID/PID then go to SM50 or SM51 and kill it. Once its done come back to RSMO and check the request, it should be red but again manually force to red and save by clicking on the total status button in the status tab. This shuld ensure that the process is killed properly.
    The next step will be to go to targets that you were loading and remove the red requests from those targets.
    Note: For source system loads you may have to check if the request is running in the source system and kill if needed and pull it again.
    But for BW datamart delta loads u may have reset the datamarts in case u are going to pull the delta again.
    Re: Kill a Job
    Re: Killing a process chain.
    Regards,
    JituK

  • How to stop a process chain when its running?

    Dear Experts,
    How to stop a process chain when its running? is it that a chain can be stoppend when we open an info package of that chain ?
    Thank you,
    Raj

    Hi,
    Goto the main menu process chain --> choose the remove from the Schudule...
    Regards
    sathis
    I hope it helps to u... please assign the points

  • WARNING:Oracle process running out of OS kernel I/O resources (1)

    Hi,
    on my server, IBM power6, with oracle 10.2.0.4, dbwr trace report some errors like this:
    *** 2010-08-31 06:26:46.574
    Warning: lio_listio returned EAGAIN
    Performance degradation may be seen.
    WARNING:Oracle process running out of OS kernel I/O resources (1)
    *** 2010-09-01 07:11:38.691
    Warning: lio_listio returned EAGAIN
    Performance degradation may be seen.
    WARNING:Oracle process running out of OS kernel I/O resources (1)
    The awr in this period of time reports:
    Top 5 Timed Events Avg %Total
    ~~~~~~~~~~~~~~~~~~ wait Call
    Event Waits Time (s) (ms) Time Wait Class
    db file sequential read 509,435 2,610 5 42.3 User I/O
    CPU time 1,714 27.8
    log file sync 55,309 1,146 21 18.6 Commit
    log file parallel write 60,498 937 15 15.2 System I/O
    db file parallel write 27,166 295 11 4.8 System I/O
    The workload was represented from a sqlldr with rows=100000.
    Warning in trace file worry me.
    Warning: lio_listio returned EAGAIN
    depends on aioserver that is low, 10 instead 50, because we have 40disks*10/8 cpu.
    Can anyone help me?

    In note 443368.1:
    " If you are using JFS/JFS2, then set the initial value to *10 times the number of logical disks divided by the number of CPUs*."
    pstat -a | grep -c aios
    161
    lsattr -E -l aio0
    autoconfig available STATE to be configured at system restart True
    fastpath enable State of fast path True
    kprocprio 39 Server PRIORITY True
    maxreqs 4096 Maximum number of REQUESTS True
    maxservers 10 MAXIMUM number of servers per cpu True
    minservers 1 MINIMUM number of servers True
    Edited by: Davy on 1-set-2010 3.04

  • Suprisingly two Processes running for one database

    Hi all,
    Today morning in one of our database servers, we see two processes running for one database.
    COBLpo05 11949 1187 0 Mar 25 ? 37:50 ora_smon_BLINDEA1
    COBLpo05 7789 1187 0 Mar 25 ? 5:35 ora_smon_BLINDEA1
    Can anybody suggest me what is the reason behind it and what to do in this case?
    Thanks in Advance.

    The ORACLE_HOME may have been set twice with differents values in it (i.e. extra slash) before starting twice the same db.
    Please, have a look to this article from Ivan Kartik :
    http://ivan.kartik.sk/index.php?show_article=40
    And depending of your OS, you could check what ORACLE_HOME is used for each process :
    How to Check the Environment Variables for an Oracle Process*
    Doc ID:  373303.1*
    Nicolas.
    added the metalink note ref.
    Edited by: N. Gasparotto on Sep 4, 2009 11:34 AM

  • Process runs faster when executed independently, but runs slower when a parallel big process is running

    Hi,
    The issue is,  a process, say "A" is running fine on certain days. On some days there are additional processes running on the server. When these additional processes are running, "Process A" suffers performance issue.
    Interesting point is that, these additional processes were running since long time. But, earlier "Process A" was running fine even when these additional process were running. Suddenly from past 2 or 3 weeks there is performance issue in "Process
    A", when these additional process run.
    Note: Nothing has been modified for the process A.
    Process A is an SQL job which has SSIS Package and stored proc in different steps
    When multiple parallel processes are running, SSIS Package step suffers around 40% increase in execution time, where as stored procs have only 15-20% increase in execution time
    When Process A is executed while no other big processes are running, it's execution time is fine. From past few days, issue is only when, some other big parallel processes are running.
    Currently below is my analysis:
    Since Process A is running fine when it is executed independently, I assume there is no issue in this process.
    Since issue occurs when some other big process is running, when Process A is running, I believe it is DiskIO issue. Will the issue be resolved if RAM size is increased?
    Is there any way to check if RAM is being fully utilized by the server
    Is there any other possibility why there is a sudden dip in performance when parallel processes are running.
    Is there any possibility of having issues in additional processes. Incase if it has some issues, does it impact "Process A"
    Please let me know if you need any further information. Infact I am not able to diagnose what is the actual root cause for the performance issue in "Process A" as nothing has been modified.
    Also it would be very much helpful, if I get any idea on different ways in reaching the actual root cause of this performance issue.
    NOTE: This is a data warehouse
    Thanks,
    Raksha

    When a query has a parallel plan, it will in general try to grab all cores up to the maxdop setting, but then it often uses them inefficiently. 
    But in that case, there are better odds for the queries not battling on resources with each other!
    What Josh alludes is to the fact that SQL Server needs to partition the data, so that different partitions are processed on different cores. This partitioning is based on statistics, and the statistics may be out of date or not accurate enough. This may
    result in that the data is not partitioned proportionally, and some threads gets very little data to work with. Thus, these CPUs are still idle, so there may still be room for the two processes to run at full speed. (That is, full speed with the given plan,
    which is not the full speed, had the partitioning been accurate.)
    I mention this because you asked about parallelism, and many systems leave maxdop at its default setting of 0 (which means "go ahead and grab everything!") even though Microsoft recommends you set it to a different number depending on this and
    that.
    Since this is a data warehouse, Raksha should not tamper with "max degrees of parallelism", I think.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • I have a windows 7 64x SP1 and every time I install iTunes 12 I get this message when I try to ponen it:"This copy of Itunes is damaged and it has not been correctly installe. Please, install iTunes again.(-42404)". The instalation process runs smoot

    I have a windows 7 64x SP1.
    Every time I install iTunes 12 I get this message when I try to open it:"This copy of iTunes is damaged and it has not been correctly installed. Please, install iTunes again.(-42404)".
    The instalation process runs smoothly without any error message and iTunes has been installed in my computer before. The problem started with the update no. 12. Any idea what's going on? Thank you

    if itunes will not run, you probably have mangled windows badly
    one feature of windows 8 is the refresh that saves libraries,
    because you are using windows 7, you will need to backup all files to another storage device

  • Two processes running at the same time in Lookout

    I have installed Lookout 5.0 with 200 I/O Points onto our server computer. The application of motion control is next to the 200 I/O points through OPC PMAC server/client. Now I would like to have a second process in the same server for trouble shooting and testing without stopping the motion control process. However, this second testing process could have also many I/O points through Serial and USB ports. I assume that the total amount of I/O points of both processes will be greater than 200.I prefer to have independent processes for control and testing because access levels. Can I have these two processes running at the same time when needed?

    Hi,
    From your description you are using a third party OPC server for the motion application. You could have a second Lookout process communicating with the same OPC server with no problems, as long as you do not exceed the number of I/O points your license supports.
    Also, the process you are using for testing obviously could not overwrite datamembers (or registers if you will) that would interfere in the overall application, in other words you can test your application as long as you keep the coherency of the test.
    So the answer would be, yes it is possible, however you are still limited to the number of I/O's your license supports... You may even consider upgrade the number of I/O's you have in your license.
    Best Regards
    Andre Oliveira

  • Unable to open a new window you must first close exsisting firefox process or restart your system. There is no firefox process running why should I receive this error msg?

    I closed a Firefox process. Then clicked the FF icon to restart my browser. I received an error message. " Firefox is already running, but not responding. To open a new window you must first close existing Firefox process, or restart your system. However there is no Firefox process running to begin with. I checked the task manager.
    == This happened ==
    Every time Firefox opened

    It takes Firefox 5-15 seconds to completely close and for the OS to release the processes; it may take longer if you have a Flash animation/video running in one of the tabs. If not waiting long enough is not the problem, you can try the following to determine if an Extension or Plugin might be causing Firefox to hang at exit.
    <u>'''Kill Application'''</u>
    In Task Manager, does firefox.exe show in the <u>'''Processes'''</u> tab?
    See: [http://kb.mozillazine.org/Kill_application Kill Application]
    '''<u>Causes and solutions for Firefox hanging at exit:</u>'''
    [[Firefox hangs]]
    [http://kb.mozillazine.org/Firefox_hangs#Hang_at_exit Firefox hangs at exit]
    [[Firefox is already running but is not responding]]
    <u>'''Safe Mode'''</u>
    You may need to use '''[[Safe Mode]]''' (click on "Safe Mode" and read) to localize the problem. Firefox Safe Mode is a diagnostic mode that disables Extensions and some other features of Firefox. If you are using a theme, switch to the DEFAULT theme: Tools > Add-ons > Themes <u>'''before'''</u> starting Safe Mode. When entering Safe Mode, do not check any items on the entry window, just click "Continue in Safe Mode". Test to see if the problem you are experiencing is corrected.
    See:
    '''[[Troubleshooting extensions and themes]]'''
    '''[[Troubleshooting plugins]]'''
    '''[[Basic Troubleshooting]]'''
    If the problem does not occur in Safe-mode then disable all of your Extensions and Plug-ins and then try to find which is causing it by enabling <u>'''one at a time'''</u> until the problem reappears. <u>'''You MUST close and restart Firefox after EACH change'''</u> via File > Restart Firefox (on Mac: Firefox > Quit). You can use "Disable all add-ons" on the Safe mode start window.

  • How to terminate the "process" running in weblogic server by servlet

    hi all !!
    i have executed a external command from servlet but i am not getting the output untill i logoff the weblogic server.
    now i want to kill the process running in my server by servlet code.how could i do this? here is my code ,it is executing the command but not giving output untill i logoff the server.
                     Runtime rt = Runtime.getRuntime();
                     Process proc = rt.exec("var.bat");
                     proc.wait(60);
                     proc.destroy();Thanks and Regards
    Allwyn

    hey !
    anybody is here?????

  • Why are there two ns-httpd processes running for one instance of iws 6

    Hi all,
    I'm used to iWS 4.x where there's only one watchdog and one ns-httpd process running for any given install of iWS. Now in iWS 6.x I noticed there are two processes for the admin server and two processes for the actual single web server instance, along with two watchdogs.
    What are the extra web server instances doing? I noticed that there is a 'parent' relationship with the pid's, so I guess one is spawning the other, but why? If it's to have persistent state over restart, isn't that what uxwdog is for?
    Thanks in advance,
    James Huang

    goldeye wrote:
    $ ps -ef|grep ns-httpd
    root 5612 5611 0 May 09 ? 2:22 ns-httpd -d /u00/iplanet/server6/https-admserv/config
    root 5613 5612 0 May 09 ? 5:30 ns-httpd -d /u00/iplanet/server6/https-admserv/configThis is Administration Server
    root 22940 22939 3 May 16 ? 155:11 ns-httpd -d /u00/iplanet/server6/https-eagnmnsu24f.xxxx.gov/config
    nobody 23040 22940 0 May 16 ? 136:35 ns-httpd -d /u00/iplanet/server6/https-eagnmnsu24f.xxxx.gov/configThis is Web Server instance.
    Can you send the output of ps -ef|grep iplanet ?
    iplanet Web Server is very old please move to latest Web Servers.
    You can download latest Web Servers from [http://www.sun.com/download/index.jsp?cat=Web%20%26%20Proxy%20Servers&tab=3&subcat=Web%20Servers].
    Please use either of the two
    Sun Java System Web Server 7.0 update 5 (release notes are located @ [http://wikis.sun.com/display/WebServerdocs/Release+Notes]) or
    Sun ONE web Server 6.1 SP11 ( release notes are located @ [http://docs.sun.com/app/docs/doc/820-7659]).
    Migration Guide will help you in migration [http://wikis.sun.com/display/WebServerdocs/Installation+and+Migration+Guide] or let us know if you have any problems.
    When I start Sun Java System Web Server 7.0 or Sun ONE 6.1 Server instance, I can see one watchdog and two webservd processes :
    $ps -ef|grep /export2
    user  7967  7966 ...  webservd -r /export2/ws -d /export2/ws/https-....
    user  7966  7965 ... webservd -r /export2/ws -d /export2/ws/https-...
    user  7965  1 ... ./webservd-wdog -r /export2/ws -d /export2/ws/https-...

  • Several itl files - itunes process runs but itunes wont open

    This is a little complicated and I have now run into several related issues.  This all started a few weeks ago when  I attempted to move my itunes library from one external hard drive to a new and larger external hard drive on my windows vista PC.  I copied/transfered all of what was on the older driver onto the new drive.  That's fine and dandy.  I also at the time did some maintenance removing old music folders and itunes library files from several years of use. I had all kinds of duplicate music files (that got copied over at the same time) and a horde of dead links and playlists too.  Very messy.  In short my library had become unmanageable a long time ago, its size of close to 500 gigs.
    Everything copied over and itunes opened and worked okay. 
    However problems have now happened after (and it may be coincidental) loading the latest version of iTunes.  And at the same time using several programs to attempt to find and delete duplicates, fix playlists, located files and dead tracks etc.  These included "iTunes Library Tool Kit" and duplicate file finder, plus Steve MacGuire's vbs scripts.
    It all came to a head now when the other day iTunes would open (you can see the process running in TaskManager) but the window would not open.  Basically I followed http://support.apple.com/kb/ts1717.  And it seems to have fixed the "not opening" issue.  However.  Before going through and recreating my library I realize I have several itl files and several xml files and all kinds of dead or old itunes music files. 
    So I guess I'm asking .... is there some way of going back to square one?  Scrubbing any and all history of iTunes, and having iTunes recreate my library as if my PC was new to Apple and iTunes? 
    If so what is my best approach?  Should I erase old folders and files first? 
    I've attached an example of what I found after searching for .itl files.  (lines 2 - 5 were moved to the desktop)  thats where they still reside, but I stopped and posted this inquiry before doing anything else. 
    Don't know if it matters I have my library also located in iCloud.

    Hi there. If you want a clean start I'd suggest you shift-start iTunes and create a new empty library at F\iTunes, make sure the media folder under Edit > Preferences > Advanced is set to F:\iTunes\iTunes Media and the options to Keep... & Copy... are enabled. I'd then move the existing media inside the iTunes Media folder before adding it to iTunes. Either use the Automatically Add to iTunes folder or move everything deeper inside, e.g. F:\iTunes\iTunes Media\Imports so that once iTunes has imported everything and moved it to where it thinks it belongs you can easily clean up any artwork, playlist files etc. that iTunes ignores.
    Note that a clean start like this will lose all ratings, play counts, playlists, date added information, and if you have any devices may mean that all media needs to be resynced. Chances are the media folders may still contain duplicates but these can be cleaned using my DeDuper script.
    Take a look at this backup tip... Ideally you would backup what you have before you get started, just in case you get over enthusiastic at some point, then redo the backup once you have the rebuilt library working as you want it.
    tt2

  • How do you determine which programs or processes run following a reboot?

    How do you determine which programs or processes run following a reboot?  Also when you reboot Mac tries to reopen anything running before the reboot.  Is there any way to turn off that functionality?

    10.7 Lion
    dadpope wrote:
    How do you determine which programs or processes run following a reboot?
    Login items
    Follow the  instructions in this article.
    http://support.apple.com/kb/PH4333
    Also when you reboot Mac tries to reopen anything running before the reboot.  Is there any way to turn off that functionality?
    System Preferences > General
    Section: Number of recent items
    Uncheck the box for "Restore windows when quitting and re-opening apps".

  • Why won't new version 4.0 open on my desktop while version3.6.17 works fine. When I check the processes running on the computer the firefox is running but it won't open on the desktop(monitor)

    When I updated firefox from version 3.6.16 to 4.0 the program would not open on the desktop after I double-clicked the short cut on the desk top. I checked the processes running on the computer and it showed firefox running. I followed the short cut to its file and clicked on the executable file with the same result(it won't open). I went back to the previous version and it works fine. What could be the problem?

    Hey djclark24,
    Have you tried starting Firefox in Safe Mode? Hold down "shift" while Firefox is starting up. If the crash doesn't happen in Safe Mode, you should read [[Troubleshooting extensions and themes]].
    There is also a lot of useful stuff in the [[Firefox crashes]] Knowledge Base article.
    You could also try [https://support.mozilla.org/en-US/kb/Managing-profiles?s=create+a+new+profile&r=2&e=es&as=s#w_creating-a-profile Creating a new profile].
    Hopefully this helps!

  • Firefox window is not shown and not even in the tasks bar, but there is a process running in the task manager

    Clicked on the Firefox icon , but window did not appeared, checked in the Task manager, there is a process running with firefox.exe, and could not see any icon in the task bar adjacent to start button

    I discovered that when the "Firefox is already running . . . ." message pops up I can fix it by doing the following [note: I get the same message for the Thunderbird e-mail program too] : 1. I open 'TASK MANAGER" and click on the "Processes" tab. 2. Next I scroll down until I see Firefox.exe *32 in the leftmost column (or Thunderbird. exe *32 if the message came up there), highlight that line by clicking on it and then click on the "end process" button on the right side on the bottom. 4. A pop-up window will come up but ignore its message and click on the "end process" button in the pop-up window. The program should then start the next time you click on the icon..
    While that saves the need to restart your PC to fix the problem, I have yet to find any information as to the reasons for those two processes to show up in the first place. I'm running the 64 bit Win 7 Professional and do not know if that has something to do with those two processes running from time to time or not. The message comes up often but not all the time and I haven't been able to pinpoint any action on my part where the message comes up if I do '''X '''or the message never comes up when I do '''Y''' before closing Firefox or Thunderbird.

  • Some process running - CE 7.2

    Hi All,
    I installed CE 7.2 from SDN. But when i start the server, it displays "Some processes running" for server1 in MMC . When i access the server through internet explorer, i get ICM running but no server connected error.
    I installed the server on WIndows XP. I could not any more errors apart from some messages in MMC about "OS Collector not running"..
    Any ideas?

    Hi Arul,
    Are you able to resolve the issue and work with CE7.2 succesfully?Share the solution
    Regards,
    Koti Reddy

Maybe you are looking for

  • Is it possible to display products in ALL catalogs by price as default?

    My customer wants to display all of their products in price order (lowest to highest) as default on the site, can this be done? I have only ever used the default settings and custom weighting if a particular product needs moving to the top of the lis

  • Sender JMS Synchronous communication channel not picking up files from JMS

    Hello, One of our Sender JMS synchronous communication channel (used Sync/Async bridge in the module section to make it Synchronous) is not picking up files from JMS system though the channel looks to be active (greeen). When I am trying to stop the

  • Want to homeshare from one computer simultaneously to more than one Apple TV

    I am trying to stream my Itunes library to more than one source.  I have an Apple TV connected to one stereo receive and an Airport Express to another in a different part of my home.  However I have only been to send music to one source at a time.  I

  • Add a resource to an existing resource group

    Hi, I configure two resources(AD, LDAP) as a resource group. After assigning the resource group to some users, I add a resource (oracle) to the resource group. How does IdM create users to an additional new resource? By default, IdM does not create u

  • Localboot rules after ZDM7SP1IR4_HP2

    Problem: Imaging rules on another product except "Dell 760" cannot run with "c1" rules or "put an image on this workstation on next boot" after the last service pack ZDM7SP1IR4_HP2 (localBoot) Environement: Before: Zenworks 7 sp1R3A Desktop managemen