Background Job definition and relationship between jobs

Hi All,
I have 2 jobs J1 and J2. After finishing J1, J2 should start. While defining through SM36, if we use After Job in Start Condition, first time the runs are ok, but if we wish to run it periodic, the dependency is lost. Can someone help me out??
RSPC option is not there.
thanks,
Partha Maity

Hi,
I have tried the option of Job definition through SM36, it works for the first time as i have said, in periodic running dependency is lost. Tried again , same output.
Defining a single job, we have tried this option, and it is taking unusally longer time, thats why we want to have separate job,. and one single big job fails we have very little option of recovery.
RSPC option is not there in APO 3.1
By events, how this can be acheived can some one give detail workout.
Thanks in anticipation.
Partha Maity

Similar Messages

  • ESS Job Definition and Testing

    I have defined a ESS Job definition in Jdeveloper using the Using Oracle JDeveloper to Generate an Oracle Enterprise Scheduler Application - 11g Release 1 (11.1.1.6.1) and other supporting docs.
    The roles attached in the Access control and already available in the jazn file.
    I have edited the Resource Bundle and added the details for the new Job Definition.But unable to select the same in the Display Name Resource Key & Description Resource Key.
    I have build the Ear file and deployed it in integrated weblogic server. But I'm unable to see the new job the in the Scheduled Process list.
    Any help will be highly appreciated...
    Thanks,

    Thanks for the reply.
    I had not added the Resource Bundle present in another project to this project Bundle list.
    Once added, I was able to select.
    I have another question.
    In the Access Control section, I have added 2 roles, which are already present in the jazn-data.xml file.I select them, give the roles & when I save the job, I'm getting an error.
    I have checked out the jazn-data.xml file present in my view. But the job is referring to jazn-data.xml file present in another location which is read only.
    So I'm unable to save the job definition.
    Also My main issue is The job I created & deployed in weblogic server is not visible in the ESS Testing UI.(http://localhost:7101/essUi/faces/EssUIShell)
    P.S Pls let me know if I have to raise this as another question.I'll do the same.

  • Extending DataFinder to include Non-Data Entries and Relationships Between Entries

    I am trying to create custom data centralization and management software for our lab with DataFinder Toolkit.  In addition to storing data from data acquisitions, I want to be able to store additional information with the data such as images, pdf files, word documents that can be easily accessed after finding the data.  My current idea is to handle external files by storing the filepath in a property of an object vs trying to store the data itself in the datafinder database.  My code would know how to open these files so the user can see them with external software or a custom labview app.
    I also want to be able to store non-data objects such as an object that describes a piece of test equipment or a sample through properties and external files.  Images and documents are again important here.  And then create relationships through unique barcoded IDs that are a property in the datafinder entry.  So not only could I look at the data, I could find information about the samples and lab equipment. Or anything else we think needs to be saved.
    The code I am writing around DataFinder would be in charge of maintaining the unique IDs and know how the relationships between those IDs work to generate the proper queries. Like a 'Get Test Equipment Used' button next to a search result.
    For the external non-data objects I was going to use Labview code to create a file with all the information about the object (unique ID, properties and external file paths) and create a plug-in so the datafinder will index the file and make it searchable.
    Does this seem reasonable? I like the idea of working with one system and having everything update based on adding, deleting and modifying files in a folder. Also, I like the idea of not splitting the data management up into multiple technologies and having to make those work together.
    Solved!
    Go to Solution.

    From the description, you've given the system seems plausible. The non-data elements you discussed when broken down are just additional data to associate with an object.  Storing file paths seems plausible as done in the community example below:
    Execute String/Numeric Querry Using Data Finder Toolkit
    https://decibel.ni.com/content/docs/DOC-10631
    Regards,
    Isaac S.
    Regards,
    Isaac S.
    Applications Engineer
    National Instruments

  • How to create tables and relationship between ?

    Hello everybody,<o:p></o:p>
    I have three table with structures as follow:<o:p></o:p>
    <o:p> </o:p>
    Table1
    contains information on ledger accounts,and
    Table2 contains Groups of the detailed
    accounts.
    When defining ledger
    accounts , we must associated them with
    groups of detailed accountsthat
    are
    set
    by the
    Check
    boxes. groups of detailed accounts are three
    levels, At each level, there are fifteen
    groups as follow:
    1_others ,2_People ,3_companies ,4_
    Cost centers ,5_projects ,6_
    Letter of Credits ,7_ Current
    Accounts ,8_
    Banking facilities ,9_
    Commodity ,10_ Branches
    aggregation ,11_ Purchase
    Contract
    Services ,12_
    Sales Contract
    Services ,13_
    Export Products ,14_
    Control account ,15_
    Months.Table3 contains detailed accounts information that should associated with groups of detailed accounts(fifiteen groups).
    In addition, we
    have in our program four combobox,
    detailed accounts must be
    linked to the detailed groups
    so that, by selecting one ledger account in combobox1 it should display detailed accounts of level1 in combobox2 ,detailed accounts of level2
    in combobox3 and detailed accounts of level3 in combobox4.<o:p></o:p>
    <o:p> </o:p>
    How
    to design tables and the relationships between them, so
    with select the ledger account I can see the detailed
    accounts of per level in other comboboxes?<o:p></o:p>
    <o:p> </o:p>
    I've
    spent
    a lot of time
    on this
    subject
    but
    I have
    not been able
    to
    solve this problem.<o:p></o:p>
    Please help me,<o:p></o:p>
    Best regards.<o:p></o:p>

    I am guessing....I hope it is helpful...
    >1_others ,2_People ,3_companies ,4_
    Cost centers ,5_projects ,6_
    Letter of Credits ,7_ Current
    Accounts ,8_
    Banking facilities ,9_
    Commodity ,10_ Branches
    aggregation ,11_ Purchase
    Contract
    Services ,12_
    Sales Contract
    Services ,13_
    Export Products ,14_
    Control account ,15_
    Months.
    Setup a table for each.
    >Table3 contains detailed accounts information that should associated with groups of detailed accounts(fifiteen groups).
    Setup the AccountDetail(1,2,3 level) tables with 15 NULLABLE FOREIGN KEYs. If some group is not applicable for an FK, keep the value NULL, otherwise enter a valid PK value.
    >Table1
    contains information on ledger
    accounts,and Table2 contains
    Groupsof the detailed
    accounts
    Setup LedgerAccount tables.
    Setup LedgerDetailXref table with FOREIGN KEYS to LedgerAccount & AccountDetail(1,2,3) tables.
    FOREIGN KEY examples: http://www.sqlusa.com/bestpractices2005/bankdatabase/
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Design & Programming
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • Data model - is tables and relationships between them are graph or tree

    Hello
    I want to ask if tables in database are nodes of graph what should this graph looks like - like real graph (with
    cycles) or tree ?
    Let the tables are nodes of graph and the relationships between the tables are edges in the graph.
    10x all
    Edited by: user10860289 on Apr 2, 2009 1:37 PM
    Edited by: user10860289 on Apr 2, 2009 1:37 PM
    Edited by: user10860289 on Apr 2, 2009 1:39 PM
    Edited by: user10860289 on Apr 2, 2009 2:04 PM

    You can put the \ tag before and after text to preserve white space.  That likely makes things easier to read if you're trying to post ASCII graphs.
    I wouldn't hesitate to use the proper set of tables and relationships for the entities I was trying to model.  Would I be concerned if my data model were full of loops?  Sure, that might cause me to double-check that I hadn't done something silly.  Would I be concerned if my data model had a loop if that was the best way to model something?  Not at all.
    There is no theoretical answer because the quality of a data model has nothing to do with whether it is more tree-like or more graph-like. 
    Justin                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Crmm_erm_cat and relationship between database questions and activities

    Hello Guys,
    Using this transaction, it´s possible to make the relationship between the questions from the solution database with activities, and it´s possible to locate some activities over there. These activities are not apearing. Is there something else in the transaction, or additional transaction, I have to execute, to make the crmm_erm_cat work fine?
    cheers
    Luiz David

    Already solved, thanks

  • Relationship Job, Task and person

    HI expert.
    I'm coding report of Module HR, my report to show Relationship between Job, task and person.
    but i don't know this relationship. please guide me how to know they replationship on tables ?
    Thanks anh best regards,

    Hi
    All the OM relationship are present in HRP1001 table. Here you can find all the relationship between different object types.
    Thanks
    Sheetal Gupta

  • Relationship of Jobs to Position

    Hi,
    When I maintain EG and ESG infotype(1013) through Jobs (Po03) should'nt these fields be automatically populated in Position (Po13) when I assign the relationship between Jobs and Positions?

    Hi,
    we use the T Code PO03 to create the jobs. Once the object is created the system does not ask for any other infotypes like relation ships to be maintained as it happens in T code PO10 and PO13 as we create the organisation units and Positions respectively.
    After creating the Position using PO!3, in which the relation ships to the Orgaisation unit is maintained we have to highlight the relationships again for the second time and create the relationship between JOB and POSITION.
    The relation ship goes like this " Job describes the position"
    Position is described by the Job"
    Hope your query is addressed corectly
    All the best to you
    Regards
    RR

  • SAP Scheduler. Multiple jobs for one job definition issue.

    Hi.
    I am facing one problem concerning scheduling jobs. I've created a job definition and deployed it on server. In onJob(...) method system queries to DB for a single result, when this result matches some conditions job is finished, otherwise it waits for a minute and then queries again. Then I tried to create several tasks for this job definition and set similar execution time for all tasks to check their simultaneous behavior. I was surprised to find out that only one job status is 'RUNNING' and for others status is 'STARTING'. But I expected to see all my jobs in status 'RUNNING'. At first I thought the problem was in MDB pool stuff(e.g. InitialSize of beans or something like that), supposing that there is only one working bean and huge queue  of messages. But nothing changed after setting different values for pool params.
    So, can anyone help me to make at least 2 simultaneous working  jobs for one job definition, if it possible, off cause. Or may be I am wrong somewhere. (By the way, I used Threads in MDB for waiting).
    Thanks in advance.

    May be I described my problem rather messy. The main question is it possible to create several jobs for one job definition and see them running at the same time (simultaneously)?
    Thanks.

  • Unable to see Ess Job Definition in the ESS Test UI

    Hi,
    I am defining a new ESS Job. I have created the Jobdefinition.xml in the Jdev. I have defined the parameters in In the Application defined properties. In the system properties, I have added the Sys Effective Application & Sys_product. In the Access Control section, I have added 2 roles, which are already present in the jazn-data.xml file.I select them, give the roles with Read,write,delete & execute permissions.
    I have included the resource bundle, Display Name Resource key & Description Resource Key.
    But now when I save the job, I'm getting an error.
    It is referring to the Jazn file in some other location & not referring to the one which is present in my project. In my project, I have checked out the file and able to make changes.
    So I'm unable to save the job definition.
    Also My main issue is The job I created & deployed in weblogic server is not visible in the ESS Testing UI.(http://localhost:7101/essUi/faces/EssUIShell).
    Any help will be highly appreciated.
    Thanks,

    Hi,
    The issue is not occuring now.
    I could not identify the root cause but it looks like jazn-data.xml file was locked in another view. Though I have issued check out and it also showed check out, it was not actually available for writing.
    I unbranched and destroyed the transactions in my view and re-created the view, the issue did not occur then.
    Also I have created the job definition and now it is listing in the test UI but fails in the parameters page. I followed the steps mentioned in this post.
    http://myforums.oracle.com/jive3/thread.jspa?threadID=1289852&tstart=0
    But ended up in BUILD FAILURE for some reasons.
    A how-to series will be very helpful.
    Thanks,
    Sangheetha.

  • Many to many relationships between Fact and Dimension

    Hi All,
    I have to solve two kind of many to many relationships between Fact and Dimension.
    1. Many to Many relationship between Fact and Dimension, using a bridge table, with FKs in fact and dimension to bridge table’s PK.
    2. Many to Many relationship between Fact and Dimension, using a bridge table, and an intersection table, with FK in fact to bridge table, and 2 FKs in intersection table to Dimension and to bridge table.
    I need help on implementing (how the mapping has to look like) them in OWB 9.2.0.2.8.
    Thanks,
    Aurelian Cojocaru

    Aurelian,
    Unfortunately, you cannot implement this in the dimensional model. You would have to use relational tables and relationships between those in order to implement your scenario.
    Thanks,
    Mark.

  • How to send a job log/Spool once the job completed?

    Could you please help me how to send a job log/Spool once the job completed.
    There was an option is available System Send mail to send a mail once the job completed . So could you please help me how we can send a job log using this option .
    I have tried the below but i didn't get any mail . Could some one help this please !
    For example :
    Job chain name : Test_spool
                    Step1 : Reportstep
                                    Job definition u2013 XXX_YYY
                    Step2:  Mailstep
                                    Job definition: system_mail_send
    Expression :  Reportstep,job<(what i need to mention here )>:reportstep/log.txt
    Check the ablove mentioned is correct and correct me , still i didnu2019t get the log in the mail please .
    Thanks
    Ramkumar

    Hi Ram,
    I need your help on getting mail alert with  log file.
    here is how i have provide the parameter valure for job definition: system_mail_sent.
    Step1 with one job1 and step2 with one job1
    In step2 , i have included the job definition to send mail. with below parameter.
    Relative Job: Step 1, Job 1
    Job File: step 1, job 1: step 1/log.txt
    Please let me  know if the above method is correct or not.
    NOTE: mail server and from address are configured.
    Thanks,
    Karthik

  • Depicting tables and relationships

    Hi all. I need a tool that can display the tables and relationships between the tables of an Oracle Database in a specific way. Let me explain.
    Prehistory
    We have an Oracle Database :-). It has a lot of tables, many foreign keys etc. The relationships between the tables are quite intricate.
    Purpose
    The purpose of this is to create a "scheme" of the data (the tables and relationships we have) which is simple to understand. We are going to use this scheme to help new employees understand the data structure. I tried to create such a scheme with the help of Oracle Designer but I found Server Model diagrams and ERD diagrams not satisfactory.
    Data scheme description
    I want the scheme to display tables like in a server model diagram. But there is one major problem I encountered with server model diagrams. The server model diagram shows everything: column names, column data types, relationships. But there is one thing it does not show (or I couldn't find how to make it show it). I want the diagram to show comments for columns together with the column names (for example in square brackets after the column name). It is obvious that the column name usually does not tell much about what the column contans. It is only comments or descriptions that usually contain a lot of information about the column's contents. And I want comments to be shown on the diagram because I think this will be the simplest way for the new employee to get used to the data structure, understand it and get involved with real projects faster. I.e. make the new employee's "learning curve" much shorter :-). And I want descriptions (comments are short, they can be shown on the table, descriptions are long, they cannot be shown) to be easy to access on the diagram. For example "Right click -> description menu item". Actually the tool I'm looking for should be able to customize the view of the diagram, show and hide some elements (for example show comments, hide types etc). View customization capabilities are what I'm looking for. I think Oracle Designer lacks these capabilities.
    Server model diagram disadvantages
    The server model allows to add comments for columns but it cannot display them(comments) on the diagram. Comments are really difficult to access in the server model diagram. One can access only one comment for the column at a time.
    ERD diagram disadvantages
    I checked out ERD diagram as well. It is a little better at accessing comments. The properties of the table(tab "Attributes") shows column names and comments in one table. It is much more convenient for the new employee. But in the retrofit process (creating ERD diagrams from existing database tables) Oracle Designer deletes all "ID" fields. It places relationship links on the diagram instead of these attributes. In this case I'll have to create these fields manually in order to "reproduce" the exact structure of the database. It is very tedious when we have a hundred tables.
    Question
    Is there a tool that can create the diagram I want from existing tables (not from the scratch)? Or the server model diagram is my best bet? One more thing. I don't need a tool that can only draw diagrams even in the way I want. I need a tool that can create a diagram from existing tables and after this allow me to customize the view of the diagram, add comments, descriptions, show and hide comments, data types for columns etc. Perhaps there is a way to achieve this goal by means of Oracle Designer?
    Additional Info
    Database - Oracle 8i
    Oracle Designer - Oracle Designer 9i.
    Thank you in advance.
    Message was edited by:
    Xaltotun

    Alexandre, could you please provide more details on how you work with PowerAMC? Does this tool has powerful capabilities in reverse engineering? And does it allow the user to customize the view of the diagram as I described? I found only some documents in French regarding PowerAMC but on the Sybase site I found that PowerAMC was "also sold as PowerDesigner". I found this link
    http://www.sybase.com/detail?id=1040802.
    Do you have any documents that describe the reverse engineering capabilities of PowerAMC or manuals? (documents in English of course). It would be very kind of you if you found such documents.
    Unfortunately I couldn't find enough info on the official site.

  • Create new jobB,fill jobB with part of  jobA & delete this part from jobA

    Hi guys,
    Here Job A = CATALYST_1 , Job A = CATALYST_MOGI.Could any one tell
    me how to resolve this? Any information will be help full.
    it is necessary create a new job with part of the programs that exist in
    the Job JCATALYST_1 , and alter this job, deleting the part that will contain
    in the new Job CATALYST_MOGI.
    It´s required to create a copy of the Job CATALYST_1 like Job CATALYST_MOGI.
    In the Job CATALYST_1, delete the part that contain the execution of Mogi jobs.
    In the Job CATALYST_MOGI, delete the part that contain the execution
    of others Jobs and just need to stay in this job execution that refers to MOGI Jobs.
    Tthe execution that refer to Mogi Jobs is highlighted with "*in the below lines, that
    must be delete of CATALYST_1
    And must be executed in the new Job CATALYST_MOGI.
    Currently the log of Catalyst_1:
    Data       Hora     Texto mensagem
    Regards,
    Sonam
    Edited by: sonamrata on Apr 20, 2010 11:53 AM
    Edited by: sonamrata on Apr 20, 2010 11:57 AM

    Hi guys,
    Here Job A = CATALYST_1 , Job A = CATALYST_MOGI. We have job CATALYST_1 with log entries as below.
    Now I have to 1)create a new job CATALYST_MODI (I can do this using SM36 tcode.)
                            2)put some ofthe log entries into  job CATALYST_MODI(highlighted  by "* iin below logentries)
                            3)  delete these entries from CATALYST_1..
    In other words I have to include programs ZSYSDI_PARTS_HOLD_RELEASE and ZSYSDI_CALL_SHIP
    in the new job CATALYST_MODI and  delete these programs from Job CATALYST_1.
    Currently the log of Catalyst_1:
    Data       Hora     Texto mensagem
    16.04.2010 10:40:44 Job executado
    16.04.201010:40:44 Etapa 001 executada
    (program.ZSYGLI_CONTROL_INTERFACE, variante ,
    nome usuário MAESTRO)
    16.04.2010 10:40:44 Enqueue em tabela Interface 0
    "*16.04.2010 10:40:44 Buscando Diretórios das Interfaces
    "*16.04.2010 10:40:44 Busca Arq. de ls -tr
    '*/me/proj/BZLSBYSNG/SDI2034/InBound/sap/MOGI
    "*16.04.2010 10:40:45 Start JOB CTR_INTRF-SD.I.2034M
    '*ZSYSDI_PARTS_HOLD_RELEASE
    "*16.04.2010 10:41:44 Aguardando JOB CTR_INTRF-SD.I.2034M 0
    "*16.04.2010 10:41:44 Busca Arq. de ls -tr
    /me/proj/BZLSBYSNG/SDI0404/InBound/sap/MOGI
    16.04.2010 10:41:44 Start JOB CTR_INTRF-SD.I.0404M ZSYSDI_CALL_SHIP
    16.04.2010 10:41:44 Busca Arq. de ls -tr
    /me/proj/BZLSBYSNG/SDI2034/InBound/sap/SOR9
    16.04.2010 10:41:44 Start JOB CTR_INTRF-SD.I.2034S
    Regards,
    Sonam

  • Background Job cancelling with error Data does not match the job definition

    Dear Team,
    Background Job is getting cancelled when I run a Job on periodically but the same Job is executing perfectly when I run it manually(repeat scheduling) .
    Let me describe the problem clearly.
    We have a program which picks up files from an FTP server and posts the documents into SAP. We are scheduling this program as a background Job daily. This Job is running perfectly if the files contain no data. But if the file contains data the JOb is getting cancelled with the following messages.
    And also the same Job is getting executed perfectly when repeat scheduling is done ( even for files with data).
    Time     Message text                                                                       Message class Message no. Message type
    03:46:08 Job PREPAID_OCT_APPS2_11: Data does not match the job definition; job terminated        BD           078          E
    03:46:08 Job cancelled after system exception ERROR_MESSAGE                                      00           564          A
    Please help me in resolving this issue.
    Thanks in advance,
    Sai.

    hi,
    If you have any GUI function modules used in the program of job
    you cannot run it in background mode.

Maybe you are looking for

  • I am running out of space on my imac.  what are my options?

    I have had my imac for a few years that came with 500 GB of hard drive space.  I am down to about 94 GB and I'm starting to get nervous that I won't have space pretty soon.  I also have a new 2 TB time machine and don't know if that will help me at a

  • Need help urgently on Backup!!

    Hi there, I have a Macbook that I bought 2 years ago, and due to loads of photos and videos etc etc, the memory is full to the top.  I don't know much about Time Machine or Hard Drives, but I do know that I need to find out and I need a hard drive by

  • Can someone open this idml file in CS4 and convert it to inx?

    Hi guys, I have a client who has only CS2. I know... I know what you think... But that's beside the point. I need to convert a CS5 doc to an inx so they can open it on their end. I exported it to idml. But when I try to open it in CS4 it just crashes

  • Help Needed:  Acrobat Pro XI - Reduced Sized PDF vs. Optimized PDF

    Hopefully some of you folks can help me, as I cannot get in touch with Adobe customer service.  I recently upgraded to Acrobat Pro XI.  In my old version of Acrobat Pro, I used to be able to take a PDF file of large size (let's say 10 MB) and shrink

  • Docking problem after upgrade

    Since I purchased the latest MobileMe upgrade for my Ipod Touch it will not play music through either of my docking stations.... does anyone else have the same issue?