Move the jobs DIA to BCD

Gud Mrg to All,
    In my production system some of jobs (These jobs are related to crystal reports) are running in Dialogue up (DIA) processors. When these jobs are running BI jobs are not triggering, I want to move these jobs into Background (BCD). Anyone tell me how can I move these into background.  
Thanks
Praveen Yagnamurthy.

Hi,
This should help you:
http://help.sap.com/saphelp_470/helpdata/en/c4/3a7f87505211d189550000e829fbbd/content.htm
Thanks

Similar Messages

  • Why has the "Job" movie been loading for the past 3 days?  I have a 10Mb Uverse Internet connection.

    Why has the "Job" movie been loading for the past 3 days?  I have a 10Mb Uverse Internet connection.movie

    It should not take more than 4 hr.   Is there any indication it is making process?  i.e.  When you click on it to play do you get a message like "Will be avialable in 2hr 34 min"?  Is that time changing?  I would cancel the download.  Restart ATV and then retry.  If it goes more than 4hr then there is an issue. 
    As another option you can always download the movie to your computer and use the iTuens menus to play it from your computer under the Computers icon.

  • Problem completing job application as browser will not move me into the part of the 7th of 9 parts of the assessment questions needed to complete the job applicaion

    I successfully completed 6 of the 9 parts of the job application. the 7th part is the assessment where i click on assessment and it is to put me into the 35 minute test required before completing steps 8 and 9 of the application. It says your browser will not allow you to go to this next step. Get help. so, Help or I lose all the data of my lengthy application which I have completed up to that point.

    Hi adz3421,
    Welcome and thanks for posting!
    Sorry for the time it's taking to get service transferred for your Grandfather.  I'm happy to help you from here.  Click on my username and under the "about me" section of my profile you'll see the link to get in touch with us.
    Cheers,
    Robbie
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Check The Job Status

    Hi SAPsimhas,
    My requirement is as below.
    I will loop through an internal table and create some files with background processing method.(JOB_OPEN,SUBMIT & JOB_CLOSE)
    Now once this job is triggered I need to check the status for that job after maximum 10 mins. Its not neccessary that each job will take 10 mins. only,It can be finished in 2 mins also.
    Once the job is finished then I will XCOM that file.
    So my question is how to code such timer which will check the job status for that job? I have a FM BP_JOB_READ which returns the job status.
    Reply is highly appriciated.

    Try this way
      do.
        call function 'SHOW_JOBSTATE'
          exporting
            jobcount         = p_jobc
            jobname          = p_jobn
          importing
            aborted          = v_aborted
            finished         = v_finished
            ready            = v_ready
            running          = v_running
            scheduled        = v_scheduled
          exceptions
            jobcount_missing = 1
            jobname_missing  = 2
            job_notex        = 3
            others           = 4.
        if v_aborted eq 'X'.
          exit.
        endif.
        if v_finished eq 'X'.
          select single * from tbtcp into wa_tbtcp1
                     where jobname eq p_jobn
                       and jobcount eq p_jobc.
          if sy-subrc eq 0.
            move wa_tbtcp1-listident to p_spono.
          endif.
          exit.
        endif.
        if v_count le 10.
          call function 'ENQUE_SLEEP'
            exporting
              seconds = 60.
          v_count = v_count + 1.
        endif.
      enddo.

  • Which Mac Mini will do the job?

    Hello
    I currently connect my 2.5 Ghz Core 2 Duo 17" MacBook Pro to my Panasonic 37" Plasma ( 1080i ) via HDMI and everything works perfectly.
    I use mounted server volumes over a wireless network to allow access to my movies through Front Row.No problems at all...
    My question is; I want to use a Mac Mini instead of having to connect my MBP every time I want to watch a movie...anyone got an opinion on which Mini would do the job?
    Thanks for any advice.
    Ian.

    There's really very little to choose between the two models in terms of their overall performance and capabilities. The 2.0 model has a marginally faster CPU and double the L2 cache, but is still bottlenecked by a relatively slow hard drive, 11g wifi and identical on-board GPU.
    Thus if you are streaming HD content via Front Row using an 11n network via your MBP, you may find both minis deficient, or at the very least, performing with broadly similar results.
    Given the developing nature of media streaming usage in general, where it is never possible to be sure what you'll need into the future, I would be inclined to look at whether the mini will be capable of the tasks you have in mind (ie, wether it's wifi is sufficient to your needs and the mini's video will support the TV at the resolution you want, and if so then opt for the 2.0 model for it's slightly better overall performance and max-out the RAM to 4Gb (of which 3Gb will be usable by the system) to ensure it runs as smoothly as possible.

  • Reusing the job in odi 11.1.1.3

    Hi All,
    We have created an interface between a source table and target table.
    Now with the same source table, we have the same target table(same coulmn names etc) in three different databses.
    How can I reuse this interface/job.
    Do I need to recreate the job again for three different databases.
    or
    I can use the same job by changing some connection details to the respective databases.
    Thanks

    Hi
    It is posible with one interface to move data from 3 source DB to target DB for that you can apporch Multi context option to move data from multiple source DB to single target DB and as per your issue, you have same source table (same table name and same column) available in 3 source DB to extract it to single target table.
    Create 3 Physical Architecture for 3 source DB in Topology Manager with same logical name in Logical Architecture and create 3 different context and assign 3 different context to 3 source DB in Physical Architeture.
    While creating Logical Schema for target DB add 3 Logical schema as shown in below example
    eg:
    Source DB1:
    Logical Schema: OracleDB
    Context: Source1
    Source DB2:
    Logical Schema: OracleDB
    Context: Source2
    Source DB3:
    Logical Schema: OracleDB
    Context: Source1
    Target DB1:
    Logical Schema: TargetDB
    Context: Source1
    Context: Source2
    Context: Source3
    While executing interface, choosed context name for which source DB data will move to target DB
    Note: Make source that for 3 source DB logical schema should same
    Regards,
    Phanikanth

  • Move subscription jobs from SQLServer Box to Report Server.

    environment info:
    All SQL Server 2008 r2 on Windows server 2008 r2.
    Reporting Services (SSRS instance) name: SSRSServerR
    There is no SQL Server installed on the reporting server.
    Production SQL Server instance Name: SQLServerP
    Now the person who installed the SQLServerP under a mistake installed the whole suite and installed the reporting services too on this machine.
    Scenario:
    Since the production sql server instance (SQLServerP) has the reporting services installed too
    AND
    The report server (SSRSServerR) doesnot have the SQLServer installed on it, this has resulted the subscription jobs on the production server.
    I want to migrate these subscription Jobs from SQLServerP to SSRSServerR
    I belive the following should be the steps:
    1. Install the SQL Server on the reporting server so that it may host the report server and report server tempDB databases.
    2. Restore the reportserver database on the reporting server. This will automatically put all of the subscriptions on the Report server.
    3. Schedule the reports again so that the jobs will be created again.
    Now the questions:
    1.    Is the above thought correct.  Please let me know if you want to add anything.
    2.     Since the new SQL Server installed on the report server will host the reportserver and reportserver tempdb databases, what edition of sql server is required. Will standard edition be enough.
    3.    To move the reporting subscription jobs, can I just script those from the SQLServerP and restore them on the newly installed sql instance on SSRSServerR.

    Hi Aanya,
    Your approach overall seem to be ok, a couple of things:
     - Once you restore the ReportServer database on the SSRS server, you don't need to schedule the reports as the schedules will be restored
    as well.
    - As part of the restore, all the SQL Agent jobs(related to subscriptions) will be copied over as well.
    - Once you finish restoring the ReportServer database on the SSRS server, you'll need to do some basic configuration as explain in the below
    MSDN article.
    I suggest you to go though this article -
    Moving the Report Server Databases to Another Computer
    Hope this helps.
    Shahfaisal Muhammed http://shahfaisalmuhammed.blogspot.com

  • IRecruitment Create Vacancy: Move the Position Field

    Hello all,
    I was wondering if anyone knows how or if we can move the position field on the Create Vacancy: Vacancy Details page. We are unable to reorder the page using personalizations and we are strictly avoiding customizations, but the position field is in place where it just doesn't make sense.
    In some cases, users will select a position, which populates the job, organization and location fields. But on the page it is after all of these fields, which doesn't make sense. Also, the position LOV is empty if org and location are already selected. We can get around this by selecting position first, but it is 10th or so field on the page.
    Does anyone have any ideas on how we can accomplish this without customization? I don't think it is possible, but I thought I would get some feedback first.
    Thanks,
    Mark

    Dear Charlie,
    Thanks for your reply, but i still have the same problem.
    Actually i am creating new rule with the below conditions:-
    Category : For Your Information
    Conditions:
    VACANCY_INSERT_OR_UPDATE in (INSERT)
    VACANCY_RULE_TYPE in (CUSTOM_RULE)
    Action:
    approval-group chain of authority                    Require approval from HR Africa Coordinators
    Actually this rule is working fine and sending notification but my problem is that when creating the vacancy, its saying that vacancy submitted for approval which is wrong, i needed it to be created automatically.

  • Why does the slider disappear every time I use it to move the window (Windows: FF 32.0)?

    Why does the slider disappear every time I use it to move the window (Windows: FF 32.0)? How do I get the slider back?

    Problem solved: I have been using Walnut for Firefox ver. 2.0.28 theme. For some reason this has been causing the problem. Started FF in Safe Mode, and the slider problem disappeared. Then proceeded to re-enable the Walnut theme: the problem reappeared. Disabled Walnut theme and reenabled all my other add-ons (about 6 of them). Still no problem. So, clearly there is a problem with the use of Walnut theme in FF ver. 32, at least on my Windows 7 installation.
    Thanks for all your suggestions and help. Good job, all!

  • Why hasn't apple created its own USB or USB adapter for their products.? Since an iPhone or iPad make traveling and doing school work or on the job work, why not create a USB to make transferring information easier too.?

    Why hasn't apple created its own USB or USB adapter for their products.? Since an iPhone or iPad make traveling and doing school work or on the job work, why not create a USB to make transferring information easier too.?

    In some folks' version of the world, you have plenty of ways. YOu have the aforementioned services, you have iCloud, all you need is an internet connection and you're good to go. And that works perfectly...if you always have the internet.
    If you want more non-internet dependant ways, then the best way to let Apple know is to send them feedback. They don't monitor or respond to this forum (Beyond removing rule breaking posts) but they do at least log feedback. However, the lack of a file manager will always be an obstacle. There are some apps out there that have at least a pseudo file manager - as in the ability to move documents into multiple other apps. I have Readdle Docs which I can use to download and move things around with, but again, back to the internet or wireless.

  • Any way to move the slide workspace?

    I'd like to be able to create action moves that start from outside the top and the left edges of a slide.
    As long as the slide workspace is anchored on the top and left sides, it's close to impossible to accurately start a move from the top or the left.
    Is there any way to move the slide workspace into the center of its work window, like in PowerPoint?
    Thanks,
    Eric

    I do about the same things than you do: "primarily for proposal presentations, training, and speaker support for business meetings." What makes my presentations amazing: a very helpful characteristic of Keynote is the ability to copy and paste from Photoshop or Illustrator vector logos or other pieces of artwork, as well as importing PSDs with transparency and play with them in slides. Along with the new features in Keynote 4 (Smart Builds, Actions, etc.), I can now make my presentations move a lot more and with less work. I don't say my presentations are traditional: they have to be impressive enough to catch potential clients for my job. So sometimes I have to make some sort of movies out of Keynote, that last about 30 seconds to 1 minute. Some kind of stuff that would take days with Flash, but only a few hours with Keynote, and with the possibility to change many aspects of it in a minute, as opposed to Flash, again.
    I do not experiment a lot with PowerPoint, because as far as I used to know, many of the features I mentioned above aren't part of PowerPoint. PowerPoint doesn't give enough control about animation duration. The choices are like "Very long, long, medium, fast, very fast". With Keynote, YOU set the timer. You want the animation to take 0.7 sec., it will! My little movies I was writing you about are timed as sharp as that, because I put music on them as well. Everything has to go one at the right time.
    You probably think I should go for a much better 2D or 3D animation software than Keynote, but what is also interesting with Keynote is ease of use. I don't have to be a professional in animation to go the distance required. For now... I'm just getting started, though.

  • Running the jobs sequentially instead of parallel

    Hi All,
    My script runs multiple jobs by iterating in a loop one by one. They are getting executed in parallel where as i want them to run sequentially one only after another has finished execution. For ensuring this i have added this logic in my code:
    [Code for Job name reading, parameters setting goes here]
    jcsSession.persist();
    while (((infoJob.getStatus().toString().matches("Scheduled")) || (infoJob.getStatus().toString().matches("Running"))) {
      jcsOut.println("infojob still running"+infoJob.getStatus().toString());
    This should run after each job's persist statement.
    Ideally the loop should end as soon as the job attains 'Error' or 'Completed' state i.e. the job ends but when i am running the script
    this while loop is running infinitely thus causing an infinite loop.
    Because of which the first job ends but the script does not move forward to next job.
    Please help me what i am doing wrong here or if there is any other way to make the jobs run sequentially through Redwood.
    Thanks,
    Archana

    Hi Archana,
    How about jcsSession.waitForJob(infoJob);
    Regards,
    HP

  • Which upgrade will do the job?

    I need to rotate the videos I have taken with my camera by 90%. I have been advised to upgrade to Elements 8.0.  But there are 3 versions..please advise which will do the job I want done?

    If you use a windows PC you could try the bundled program Windows Movie Maker.
    If you intend to purchase software I suggest you go for a free trial to make sure it meets your needs.
    Adobe Premier Elements is the movie software and the sister package to Photoshop Elements. You can download a free trial version.
    The problem of frame rotation is discussed at Elements Village and you should find the following thread of interest.
    http://www.elementsvillage.com/forums/showthread.php?t=52298

  • Need to run the JOB without Ineractive Screen

    Dear All,
    We have written a new ABAP program for executing the Macro background Job and used JOB_OPEN,JOB_SUBMIT and JOB_CLOSE Function Modules to run the JOB from ABAP Program.  We are able to run the JOB successfully for Any other ABAP Programs through the custom program, but when I tried with the same approach to run the Macro job through my new ABAP Program the JOB is throwing an error.
    Error Message is like below
    Job started
    Step 001 started (program /SAPAPO/TS_BATCH_JOB, variant TEST, user ID GKMN3511
    Specify a start time
    Job cancelled after system exception ERROR_MESSAGE
    Point of doubts:
    -- Can we really execute the Macro job through the ABAP program with out any dialogue screen (because when I use the "/SAPAPO/MC8G - Schedule Demand Planning in the Backgroundu201D program in my custom program it pop-ups a interactive screen which I don't want in my ABAP program while scheduling the macro job)
    Regards,
    Raju

    In transaction /sapapo/mc8t --> define the activity that looks at the macro in question
    In transaction /sapapo/ mc8d --> define the job that looks at that activity and a selection iD/aggregation level
    In transaction /sapapo/ts_batch_run --> save a variant pointing to the job defined in mc8d
    you can then run the /sapapo/ts_batch_run job with that variant

  • HT204053 I have one apple ID that my entire family has been using.  How do I create new apple ID's for each of us and move the appropriate content to each new ID from the original apple ID now that we all have our own devices?

    I have been using one apple ID for 4 family members.  Up until now it hasn't been a problem but now that we all have our own devices how do I create new apple ID's for each of us and them move the approprioate things from the original apple ID account to the new ones for each of us?

    stuartx4 wrote:
    Thanks Csound1, wish I have seperated everything from the beginning but when your kids are little and start buying music etc it just didn't seem like an issue.
    That has a familiar ring to it

Maybe you are looking for

  • Quickcam Web not working

    Hello together! Since qc-usb was replaced with gspca I have troubles with my Webcam. It's a Quickcam Web (more precisely: LEGO cam) 046d:0850 and it used to work with qc-usb. It's also listed as a supported one in the gspca files. It is correctly rec

  • My Character Report don't send printer codes to the printer

    Hi every one ! I am developing an ASCII report, I made my own prt file for my printer, I defined my width ... etc. I want to print bold characters in the printer and configured the printers code in the report (before and after), I put the "codes" in

  • Business Scenario and Business Process in IR

    Business Scenario vs Business Process in IR??? Pls give the example for BPEL???

  • PP Work Center.

    What is significance of assigning PP Work center in the equipment and functional location master data ? Is their any report or analysis based on this ? Regards, VM

  • Blue Screen after Start Up.

    I've got a macbook pro from 2008. One day it was running extremely slow, then just shut down. When I went to reboot it, it started up correctly and went to the apple icon with the loading screen. It will sit on this screen for about 5 minutes, then a