Stop sign in the start process of process chain

Hi Team,
We are seeing a 'stop sign' in the Start process of a 'Process Chain'.  Normally there's a green tick. Any idea why ?  We did manually post a day's data.
Thanks,
R T

option 1. right click and display all jobs. If you see two released jobs, delete one of them. Also check the validity on the user-id of the scheduled job.
option 2. activate & schedule the pc again. If it still shows red stop. right click & get more info from the message long text. May be the start process is deleted somehow.
Kumar Gudiseva.

Similar Messages

  • Existing Categories are not listed in the Start Process

    Hello,
    I am currently using LC ES3 with SP3 and start having an issue with no Catgory listed in the Workspace ES3.
    I checked the AdminUI > Application n Services > Categories and no Category is there either. If I create a new Category in the Admin UI then I can see it is listed in the Workspace ES3 but not sure why all of the existing Categories are not listed there.
    Does any one have idea about this issue or any advise on this? Can you please share.
    Thanks in advance,
    HD

    The -1 simply means it has no parent.  I'm not sure when they enabled trees in the categories(much needed improvement!) as we just upgraded finally from 8.2....  For example if you have Category 1 and Category 2.  If they are both -1 you will see them both on the "Start Process" screen.  Where as if Category 1 was OID(2001) and parent_oid(-1) and Category 2 was OID(2005) and parent_oid(2001) then Category 2 would be under Category 1 in a treeview.
    You just need to make sure that the parent_oid column is not nothing.  If you did an upgrade it most likely is like ours was and the column is empty since it was a new column that 8.2 did not have.
    Pic1 is (-1) for both.
    Pic2 is Category 2 having Category 1 as it's parent.
    Pic of the database for With Category 2 using Category 1 as a parent.

  • How to stop the running process chain

    How to stop the running process chains or infopackges...just qm status change is enought?

    BI - SM 37 - Kill the Job
    ECC - SM 50 - Kill the job

  • InDesign stops responding during the Packaging process.

    Design stops responding during the Packaging process. It says it will only take a few seconds, stalls, and then stops responding.  Please help!

    This normally means that the phone has been jailbroken and discussion of jailbroken phones is not permitted in these formus as it is a violation of the Terms of Use.  You'll have to find a solution using Google, if you can.
    Copied from http://support.apple.com/kb/TS3694#error1015 :
    Error 1015: This error is typically caused by attempts to downgrade the iPhone, iPad, or iPod touch's software. This can occur when you attempt to restore using an older .ipsw file. Downgrading to a previous version is not supported. To resolve this issue, attempt to restore with the latest iPhone, iPad, or iPod touch software available from Apple. This error can also occur when an unauthorized modification of the iOS has occurred and you are now trying to restore to an authorized, default state.

  • Event triggering fails to start the next process chain

    Hi
    I have two process chains A & B
    At the end of process chain A i am triggerring the an event which is the start condition for process chain B.( periodic )
    Now when i debug my process chain A , i see the event is triggered successfully but inspite of that the next process chain does not start.
    Does anyone faced similar problem? Its little urgent. Any clue would be useful.
    Regards
    Purva

    HI,
    In addition to the above comment also see if you have given the event name correctly and try to see if you can run the PC by triggering the event manually (Tcode: SM64)
    Assign points if helpful.
    Rgds,
    Kalyan

  • Help in Event that  start process chain

    Hi,
    i use the Fm Below to start process chain but its not working What can be the problem?
    Regards
    CALL FUNCTION 'BP_EVENT_RAISE'
      EXPORTING
        EVENTID                     = 'ZIST_SSO'
       EVENTPARM                    = '1'
      TARGET_INSTANCE              = ' '
    EXCEPTIONS
       BAD_EVENTID                  = 1
       EVENTID_DOES_NOT_EXIST       = 2
       EVENTID_MISSING              = 3
       RAISE_FAILED                 = 4
       OTHERS                       = 5

    Hi,
    may be you should check your authority. May be you are not allowed to run/schedule a program/chain in background.
    regards
    Siggi
    PS: do a new activation and scheduling of the chain. goto sm37 afterwards and check the processes BI_PROCESS_TRIGGER. There must be at least one waiting for your event.

  • Error occured when starting process chain

    When we want to start a process chain via SAP_BW_ProcessChainRun we get the following error log:
    Failed to start process chain /NSN/C_DSP_TR_GLOBAL_II. No logid was returned by the BW-SCH API.
    com.redwood.scheduler.connector.sap.rfc.connection.exception.SapBapiException: BAPI exception while calling RSPC_API_CHAIN_START: E RSPC 022 Processes with Error
    BAPI exception while calling RSPC_API_CHAIN_START: E RSPC 022 Processes with Error
         at com.redwood.scheduler.connector.sap.rfc.jco2.connection.impl.ClientConnectionImpl.checkBapiReturnCode(ClientConnectionImpl.java:789)
         at com.redwood.scheduler.connector.sap.rfc.jco2.connection.impl.ClientConnectionImpl.handleRscpApiErrors(ClientConnectionImpl.java:808)
         at com.redwood.scheduler.connector.sap.rfc.jco2.connection.impl.ClientConnectionImpl.call(ClientConnectionImpl.java:505)
         at com.redwood.scheduler.connector.sap.rfc.connection.AbstractRfcConnection$4.doPerform(AbstractRfcConnection.java:296)
         at com.redwood.scheduler.connector.sap.rfc.connection.RemoteFunctionCall.perform(RemoteFunctionCall.java:120)
         at com.redwood.scheduler.connector.sap.rfc.connection.AbstractRfcConnection.perform(AbstractRfcConnection.java:461)
         at com.redwood.scheduler.connector.sap.rfc.connection.AbstractRfcConnection.execute(AbstractRfcConnection.java:289)
         at com.redwood.scheduler.connector.sap.rfc.jco2.connection.impl.SapFunctionModuleWrapper.execute(SapFunctionModuleWrapper.java:200)
         at com.redwood.scheduler.connector.sap.rfc.jco.AbstractSapFunctionModule.execute(AbstractSapFunctionModule.java:109)
         at com.redwood.scheduler.connector.sap.rfc.command.impl.BwProcessChainCommand.execute(BwProcessChainCommand.java:98)
         at com.redwood.scheduler.connector.sap.rfc.command.AbstractXbpCommand.doExecute(AbstractXbpCommand.java:86)
         at com.redwood.scheduler.connector.sap.rfc.command.AbstractCommand.execute(AbstractCommand.java:56)
         at com.redwood.scheduler.connector.sap.rfc.service.operation.RunJobOperation.doWork(RunJobOperation.java:103)
         at com.redwood.scheduler.connector.sap.rfc.service.SapJobWork.doWork(SapJobWork.java:38)
         at com.redwood.scheduler.infrastructure.workqueue.Worker.run(Worker.java:74)
         at java.lang.Thread.run(Thread.java:579)
    What could be the reason?
    Thanks
    Br
    Günter

    O.K. I can answer the question by myself: Is an authorisation issue. The rfc user who starts the PCs didn't have enough rights.
    Br
    Günter

  • What would the best process chain look like for this MD data load scenario?

    Hi there,
    I have the following setup. SAP BW connection to external system via DBConnect (DB2 database).
    We have 73 master data text data sources to load either once a week or everyday through process chain. We have not decided on the exact schedule yet.
    All the master data text DataSources pull data from the SAME VIEW created on the DB2 external system:
    VWDEDMASTERDATA
    The structure of the view is the following:
    DEDNAME
    DEDNAMETYPE
    DEDNAMECODE
    DEDNAMEDESC
    DEDNAMELONGDESC
    So, everytime master data text is extracted for all the 73 objects it queries the same view over and over again VWDEDMASTERDATA. We only differentiate in the datasource on the FIELDS tab which InfoObject should DEDNAME map to and then in InfoPackage we filter on the exact object/field to query.
    So essentially, every time we run InfoPackage for master data text object the external system gets queried in the following way:
    SELECT * from VWDEDMASTERDATA where DEDNAME = [FIELD/InfoObject specified in InfoPackage]
    So, if I have to have all 73 objects loaded, essentially the same SQL statement has to execute 73 times. In this scenario, what would be the proper process chain setup that has perfomance in mind? How should the InfoPackages be arranged, in parallel, sequentially, how many in a row, etc?
    Let me know if you need more information.
    thanks

    They would like to send the letters to me
    Depending upon how they send the letters to you and how they expect Acrobat to convert them you could be bordering on a license violation that prohibits you from using your version of Acrobat as a server-based product.
    Adobe offers server based products to convert rtf files into pdf files. Some require your company to run a server, but one seams exactly what they may want. The createpdf service is run by Adobe and seems capable of doing what your company wants.
    https://www.acrobat.com/createpdf/en/home.html

  • How to activate the deleted Process chain

    Hello Experts,
    Unfortuantely we have deleted few process chain by in RSPC .But we are in need of this Process chain . Could you please let us know whether there is any possibilties to get back the deleted process chain .
    Please let us know where the deleted process chains are stored in the system.
    Many Thanks for your Help.
    Regards,
    Kumar

    Hi,
    you can restore it from a backup or in case the chain was transported from one of the target systems or the development system. No other way.
    regards
    Siggi

  • BI 7.0 Stats - Is it supposed to install us the Standard Process Chain?

    Hi All,
    We understand that Virtual Cubes would obtain the real-time based on what is there in the basic cubes, underlying the Technical Content Multicubes.
    We did install all the technical content. Is it supposed to install us the Standard Process Chain for BI Statistics as well to transfer the stats data into the Basic Cubes.?
    If not, how do we setup the stats loads to the basic cubes easily....?
    Thanks in advance.
    Best Regards,
    - Shashi

    Hi,
    When you install the BI 7.0 stats from teh BI content all the process chains related to it automatically gets installed.  But you can see teh correct report only if the DB Stats is uptodate for all the info providers in your system. I mean to say that if all the dataloads to the cube is followed by the DB Stats process only then the coressponding Technical Stats cube gets the correct data. After which you can see teh correct report.
    There is no need to create a process chain separately for them. Just you need to keep updating the DB stats for your info providers.
    Navesh

  • Creating the New Process Chains in BW System

    Hi SDN,
    What is the best practice of creating the New Process Chain?
    1. Whether to create the Process Chain in BW Development first and trasferring it through transfer request
    OR
    2. Create directly the Process Chain in the BW Production and schedule it
    Please provide the views.........
    Kind regards,
    Rajesh Giribuwa

    hI rAJESH,
    Ya,we must create any development in development system and then subsequesntly to test and then production system.
    but my exp was differnt in one of my project .
    i have developed the pc in dev first and then trasported to test and then prod,
    it worked fine in dev and test but in prod it was not running ,due to some system resources.
    so i did the change direclty in prod and then it worked .
    but it was risk .
    hope this is helpful
    Jimmy
    dont hesitate to move u r cursor towards the max point

  • How to identify who ran the last process chain?

    Hi all,
    How to identify, who ran the last process chain for a PROCESS CHAIN NAME xyz in the production system?
    Thanks

    Hello,
    Go To RSPC1 give your process chain name (Go to  LOG View ) there  you will get Date selectin screen (give This Month and last Month or as per your reqirement) there you can see who ran the process chain with ID.
    Regards,
    Edited by: Subbu_Amar on Oct 13, 2010 5:01 AM

  • How to check the parent process chain of a meta chain

    Hello Friends,
    Recently I joined a new project, which is of environment BW 3.0. I am trying to find the dependent process chain's parent, but could'nt able to find them. I went through all the process chains manually to check whther the dependent process chain is mentioned in them, but could'nt find any......
    Can any of you help me to know how to find the parent process chain of a meta chain ?
    I really appreciate your time, will be awarding points to any answers.......
    Thanks,

    Hello Radhan,
    thanks for your quick reply. I searched the table based on your advice, but i could'nt get the parent process chain's name. Can you throw some more ideas please..........
    Thanks,

  • How to collect and move the deleted process chain to Prod.

    Hi,
    I have a process chain (BI 7)that is already in D,Q and P and now I want to delete a Process Chain under "Display Component" and my question is how to collect the deleted process chain to move all the way to Q and P.
    Waiting for your response
    Regards,
    Sunil

    Hi Srinivas,
    Thank You ,I was scared that i dont get any request to collect and my problem is resolved.
    Regards,
    Sunil

  • Cannot drug files on my desktop. I get a white "stop sign" and the file jumps back to its original place.

    Cannot drug files on my desktop. I get a white "stop sign" and the file jumps back to its original place.

    Thank you very much for your reply. I did what you advised command-I and at the bottom where it says Sharing and Permissions I am listed and "everyone" to read and write. I see no place to change anything to unlock the desktop to move the files around. Could you help some more?

Maybe you are looking for

  • Exception occured: java.rmi.ConnectException:

    hi i got an exception while running rmi client jar file.... i want to invoke a method in the server..i have created two jar files one for server and another for client.. i have added the policy file also..i tried by using server and client in the sam

  • Publish to iOS: Unable to find llvm JNI lib

    Whenever I try to publish to iOS using Flash Professional CS6 I get the following error. Exception in thread "main" java.lang.Error: Unable to find llvm JNI lib in: /Users/username/Tools/adobe/airsdk/3.5/lib/adt.jar/Darwin /Users/username/Tools/adobe

  • SVT: limits not visible in CBRC20 (wrong color of light)

    Hi, we are running a pilot project for SVT. It's working quite nicely but we do have an issue regarding the color lights in CBRC20. We see red colors although we have maintained a tonnage band in the property tree and the tonnage band is also shown i

  • PLS PLS PLS..have tried everything,ipod shows in my computer not itunes

    PLS PLS PLS PLS HELP ME, HAVE DONE THE FIVE R'S UPDATED TO ITUNES 7, IPOD SHOWS EVERYWHERE EXCEPT ITUNES. HAVE STATRED AND STOPPED SERVICE AND EVERYTHING. I CAN HEAR THE NOISE WHEN MY IPOD IS CONNECTED. WHAT DO I DO NOW THAT I HAVE RESTORED MY IPOD,

  • How to convert a dedicated running oracle server to a shared server

    i need help as to how to convert a dedicated running oracle server to a shared server.(step by step plz i am fairly a fresh person) there are presently 10 users but have to configure for 125 users accessing from 5 locations. also need how to implemen