Scheduling Back in Portal

Dears,
We are using EP6.0 on Unix with Oracle database.
Issue is we have to take backup daily manually of this EP server by brtools.Now I want to know as on ABAP stack servers we use DB13,Is there any way to schedule the back up so that it get automatically
started and we don't have to schedule it manually daily.
Please suggest.
Shivam

Hi,
For stand alone java systems we have take the backups from the brtools for database.
And also file system backup that most important is for sdm folder.Try to take the backup of
usr/sap folder.
Regards,
Vamshi.

Similar Messages

  • Query on Scheduling tasks in Portal

    Hi,
    I created a task by following this blog:
    Did you know you can schedule jobs in portal using KM's Scheduler Task?
    It doesnt seem like the task has got executed at the scheduled time.Can anyone provide me with a simple code(using logger class) that i should include so that i can check in the log whether the task is getting executed or not?
    Regards,
    Padmalatha.K

    Hi,
    Check below link, it might help you:
    http://help.sap.com/saphelp_nwce10/helpdata/en/44/03d66015ee10b3e10000000a11466f/content.htm
    Thanks
    Sunny

  • Getting an error when trying to Publish the Schedule back to ERP in PS

    Hi,
    I am trying to release the Approved schedule back to ERP(“Release Schedule” option) from PS workbench but getting error messages like:
    Error 1: PS\messageDictionary.txt doesnot exist
    Error 2: An error occurred when trying to execute script:
    c:\scp\8.12.1\ps\bin\..\..\commom\start\FileUploader_ps.bat C:\scp\8.12.1\ps\bin\..\..\..\data_stpre\5 5-gzip
    Please advice
    regards,
    Praveena

    Check the installation. Go to start --> All programs. verify that the folder avaialble is 'Oracle Supply Chain Planner'.
    If you have JD Edward supply chain planner then you will not be able to publish back the schedule. There are 2 installers involved. In case of Oracle installer, it is silent installation and the instllation path is picked up from the profile option 'MSC:PS/SNO Installation path'.
    In case of JD Edward installer, the PS installation wizard will open and you need provide the path. Remove PS from you client machine, clear java cache and try to download any model. If you have Oracle installer then model will open directly. If you get JD Edward installer, it will pen the wizard and you need to carry out installation steps manually. If you get JD Edward installers, you will not be able to publish back the schedule.

  • If i want to schedule back ground job on dtp how to do

    if i want to schedule back ground job on dtp how to do

    I have got a link that perfectly matches your requirement
    http://help.sap.com/saphelp_nw04/helpdata/en/fa/096e51543b11d1898e0000e8322d00/frameset.htm

  • Back to portal link broken

    I have a problem with my back to portal link from workspaces. It is putting the address stored in OID under context cn=ReturnToPortalURL,labeleduri
    and adding the page url to it example---- http://srvorc3.harvestland.com:7778/pls/portalsrvorc3.harvestland.com:7778/portal/page/portal/AgQuest/AGQUEST_DEFAULT1/Tab:Tab,Tab:Tab1
    http://srvorc3.harvestland.com:7778/pls/portal comes from oid I understand that
    srvorc3.harvestland.com:7778/portal/page/portal/AgQuest/AGQUEST_DEFAULT1/Tab:Tab,Tab:Tab1
    I don't understand where this is coming from or how to solve it
    independendly both links work. Why is it concatenating them and what is telling it to do it? all other back to portal links work on the system

    in case someone else has the same problem----
    F.Y.I Created a tar the resolution was to hard code the link in ORACLE_HOME/j2ee/oc4j_ocsclient/applications/workspaces/workspaces/cwhome.uit and workspacehome.uit.
    Never got an explanation as to why it doubled up the link in the first place.

  • Scheduling Back Ground job

    Hi All,
    I need to schedule a daily background job for MB52 transaction and need to save the output of MB52 in a specified directory .
    Can any one tell me whether it is possible to save back ground job output in specified directory?
    Thanks & Regards
    k.Nirmala

    Hi Nirmala,
    Set up variant at MB52 transaction and use SM37 and Sm36 transaction to schedule job.
    Define job at Sm36 and use program - RM07MLBS and use your variant.
    schedule job and set up time and date for periodcally.
    and it will run and you can see the status at SM37 Transaction .
    the background job will create spool and which will contain your output.
    if you want to download your output ,then you need to write custom program to get spool information from TSP01 table and use open dataset command to down load specifi directory.
    Reward Points if it is helpful
    Thanks
    Seshu

  • How to Schedule Back Ground job For every 30 Min...

    Hi friends,
    Please Tell me the steps...
    How to schedule BACKGROUND Job for every 30 Min.
    Please Help me ..its urgent.
    Thanks & Regards,
    Vasu.

    Hi Vasu,
       Goto SM36, here you can create your own jobs and schedule them accordingly.
    Hope this is helpful to you. If you need further information, revert back.
    Reward all the helpful answers.
    Regards
    Nagaraj T

  • How to make Portal Form Submit go back to portal page?

    I'm using a form inside a Dynamic Page portlet so that I can have portal page parameters feed into the form. This works just fine.
    However, when I submit a new record in my form, the page navigates to a page with just my Portal Form and not the Portal Page with the dynamic page that referenced the form. I need to make sure that when users click the insert/submit on my form that it goes back to the Portal Page that houses the Dynamic Page portlet.
    I have logged a TAR but Oracle was unable to resolve it since they can't write code for a customer. Their suggestion was to put this in the pl/sql "Custom" event for the insert button:
    DECLARE
    l_url VARCHAR2(200);
    begin
    l_url:=
    'TARGET=_blank>http://dallas.lacare.org:7777/portal/page?_pageid=154,107011&_dad=portal&_schema=PORTAL';
    PORTAL.wwa_app_module.set_target(l_url,'CALL');
    exception
    WHEN OTHERS then
    htp.p(SQLERRM);
    end;
    But that gives me an internal server error when I submit my form.
    Any other ideas?
    Thanks,
    David

    Looks like my problem was just the TARGET=_blank> stuff. I change the code to the following:
    DECLARE
    l_url VARCHAR2(200);
    begin
    l_url:=
    '/portal/page?_pageid=154,107011&_dad=portal&_schema=PORTAL';
    PORTAL.wwa_app_module.set_target(l_url,'CALL');
    exception
    WHEN OTHERS then
    htp.p(SQLERRM);
    end;
    That works fine and instead of putting it in place of the INSERT button code I left that alone and put it in the "After form processing" pl/sql code. Now it works pretty well. The only thing left to fix is that it loses all my current Page Parameter values when forwarding the url like that.
    David

  • Scheduled back ground job not finishing

    hie gurus, i need your help with back ground scheduling , i have created a background schedule to run my program after every 30min .  in the job overview it shows my job released and active but its not finishing processing . the program being run picks up data from an external data base and then inserting via BDC call transaction. i have tried with a different program that inserts data into a database table and its executing and finishing well in the back ground. What could be the problem ? and how can i debug a back ground job ??

    Daniel,
    To start, BDCs are very out-dated.  I would look for a BAPI if you are calling std SAP functionality.
    Also - direct updates into std SAP tables is a HUGE "no-no"... I hope that you are updating custom tables only.
    Pass that - to debug a b/g job---> 
    1) Set a breakpoint in your program
    2) select the job in SM37
    3) enter JDBG into the SAP fastpath of the SM37 screen and press ENTER
    This will navigate you into a b/g debug - you can then press the debugger buttons to move to your breakpoint.
    Hope that helps.

  • My time machine backs up over 40GB each scheduled back up when there hardly any new data to back up. I have excluded movies

    My time machne backs up over 40GB each scheduled backup of data even if there is no new data to back. The time capsule is 2TB. I have excluded in preferences iPhoto liabrary and movies and VM fusion and it still wants to back make eacj back up 40MG+. What can I do?

    Find out what is actually being backed up .. that way you can exclude it.
    http://pondini.org/TM/D4.html
    Pondini mentions here how to find the program or files that are causing the problem.

  • Scheduling jobs in Portal

    I would like to know if there are any tutorials related to scheduling tasks in the Portal?
    Regards,
    Padmalatha.K

    Hi,
       You can refer this weblog for <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1515">Scheduler Task</a> and also this
    <a href="http://help.sap.com/saphelp_nw70/helpdata/en/3a/bc37b5789dee4eaa8005bff84f14cf/frameset.htm">link</a>
    Regards,
    Venkatesh. K
    /* Points are Welcome */

  • How to schedule JAVA program as scheduled Job on portal 7.0 server ?

    Hi,
    Can you let me know on how do we schedule JAVA program as a scheduled job to run daily on portal 7.0 server ?
    Thanks,
    Vinit Pugaliya

    Am not clear on that,
    check this
    https://ecohub.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/abb91c2a-0b01-0010-6ca6-9f0f62268454 [original link is broken]
    Am also new and now going through Job scheduler.
    Will let u know if i get to knwo any thing more abt same.
    Regards,
    Ravi

  • OnPlus Scanner - Upgrade Scheduled for OnPlus Portal on Saturday, September 15th, at 8am CT

    Hello OnPlus users,
    An upgrade has been scheduled for the OnPlus Portal on Saturday, September 15th at 8:00 AM CT for a period of 3 hours.
    During this time, the OnPlus portal will be available for usage, with only minimal interruption to service.
    This upgrade will include our latest development: OnPlus Scanner, a free web-based service that allows you to scan your local network, discover Cisco devices on them, build a comprehensive inventory of devices, and recieve lifecycle milestone information directly from Cisco.
    OnPlus Scanner simplifes the task of mainitaining your networks by automatically providing the following information:
    Warranty Status
    Service Contract status
    Hardware End-of-Life milestone information
    Software End-of-Life milestone information
    Field Notices
    Product Security Advisories
    The OnPlus team will be posting more information on OnPlus Scanner, so you can get familiar with it.
    Please look out or more messaging from us on this community page!
    And as always - please let us know how we're doing on this community page; we'd love to hear your thoughts!
    Thank you!
    The OnPlus Team

    Get a third party router is what I would advise. Must have an ethernet LAN connection though.
    wedding
    Mistakes and embarrasing goofs in e-mails are only discovered when you've sent them!

  • Back Order Scheduling & Back Order Processing

    Dear All,
    I need your inputs in the following scenarios:
    a)Back Order Scheduling
    b)Back Order Processing
    Give me the links or sources wherein I get information regarding this.
    Tell me the relevance of this in the SD Module.
    Regards,
    Raj Kumar Reddy,
    SAP-SD Consultant.

    Backorder processing is a functionality in SAP where you can change the committments and over-ride the blockage of stocks
    marked against sales documents/deliveries. For e.g. you receive an order from a very important customer for material "A" but
    the entire quantity of A is committed to another customer "B" via earlier sales orders and this is where BACKORDER processing helps you to change the committment and shift stock due for B to A. This is the benefit of this functionality.
    OMIH - Checking rule for updating backorder
    OPJL - Define new checking rule
    OPJJ - Define scope of check
    V_RA - Backorder Processing
    Data selection:-
    Sold-to-party Customer code Mandatory
    Sales Organization Mandatory
    Distribution Channel Mandatory
    Division Mandatory
    Changed confirmed quantity :-
    Tick the material you want to changed and click the Backorder button
    Confirmed quantity that still can be changed are highlighted.
    V.15 - Backorder List
    Sales Organization Mandatory
    Distribution Channel Mandatory
    Division Mandatory
    The 'Rescheduling' program (SDV03V02) processes sales document items that are contained in the item directory for the material. It takes into consideration open items and schedule lines from stock transfer items, stock transfer scheduling agreements and purchase order requests (items only), referred to hereafter as stock transfer documents, for the materials.
    Back order rescheduling : The program should only be run online in exceptional circumstances and even then with a very limited selection of documents, as it has a considerable effect on system resources.
    To perform rescheduling, proceed as follows:
    In the entry screen, select Logistics - Sales/distribution - Sales.
    You reach the Sales screen.
    Select Environment - Backorders - Rescheduling - Execute.
    You reach the Rescheduling in Sales: By Material screen where you carry out rescheduling.
    SAP recommend you perform rescheduling in the background.
    Refer link below for further details
    Rescheduling
    Backorder Processing...
    Reward points if useful.

  • HT201250 I just did my first back up with TM and My Passport for Mac, when done adn went into the box ....options...to try and fidn how to delete trash. Then I went back to see if it was erady to do its next scheduled back up and it says there is an error

    I just did my initial back up to hard drive (My Passport for Mac 1TB) with TIme Machine on Snow Leopard. I had wanted to omit trash but couldn't find it. All went great and finished in an hour. Then said would restart at 6pm. I went into options about 20 minutes before (when it was done initially) to try and find how to delete trash from being backed up next time.. THis messed things up and now it doesn't recognize the disk and won't let me manually back up...says error. What do I do?
    JD in AZ

    For all things Time Machine See Pondini's Excellent information here...
    http://pondini.org/OSX/Home.html
    Start Here  >  http://pondini.org/TM/Troubleshooting.html
    Also see the FAQs

Maybe you are looking for

  • Open file in source monitor via extension

    I want to be able to list some files in an external window (could be browser or an application). The files are already imported in the project. When I click on a file, I want it to open in source monitor. Is this possible?

  • Oracle Wallet Manager won't allow me to create a certificate request

    Hello, I am trying to setup my installation with SSL, I am trying to create a certificate request on Oracle Wallet Manager and I keep getting this error: "Could not create certificate request. Please check user information" I am entering the followin

  • Plsql_native_library_dir trap in 10.2.0.4

    In 10.2.0.4 and also in previous versions, plsql_native_library_dir is not set by default. Older versions work with it well (I guess plsql is only interpreted then). But 10.2.0.4 can sometimes show an error message during plsql compilation that plsql

  • CF Builder 2 slow on closing files issue

    This is an old issue that still has not been resolved When closing a file on CF Builder 2 it takes a long time for the file to close. This used to happen on Windows XP. I have a new PC with Windows 7 and reinstalled CF Builder 2 but the issue closing

  • Utilization j2iun

    Dear All, One of my client has done cenvat utilization on 6 April instead of 31 march 2008,  Utilization was done for the period 01/03/2008 - 31/03/2008 but the FI document was on posted on 6 April... Now my requiremnet is to reverse the posting and