Journal Reciver in R3 SID DATA.

Hi All
We had backed up complete system using GO SAVE 21 option. We restored the server using the same command. After restoration SAP is up and running properly.
We found that Journal Receivers are created in R3<SID>DATA instead of R3<SID>JRN.
Now our R3<SID>JRN is on separate ASP and we want our journal reviver to be generated in the same R3<SID>JRN directory. Please help us with this
Nikhil

Hi Nikhil,
all you have to do is to change the journal in the way to point the journal receiver to the library R3<SID>JRN again.
The commands:
1) CRTJRNRCV JRNRCV(R3<SID>JRN/JRNRCV)
2) CHGJRN JRN(R3<SID>DATA/QSQJRN) JRNRCV(R3<SID>JRN/JRNRCV)
Verify with command:
CHGJRN JRN(R3<SID>DATA/QSQJRN) JRNRCV(*GEN)
That command should create a new journal receiver in the library R3<SID>JRN.
The detached journal receiver in the R3<SID>DATA are not easily usable for recovery purpused. Therefore you should backup your SAP data library and delete those detached journal receiver.
Kind regards,
Marco Wermann

Similar Messages

  • Storing Server side Data on CLient machine

    Hi
    My Problem is:
    I have GUI application in which some data is passed from a jsp to the servlet which after processing sends the data back to the jsp for display.
    Now i want that data to be stored on the client side as a file and not display it.
    It is excatly the opposite of <input type="file"> which uploads a client file to the server.
    I want to do the reverse. How can i go about it.

    Do a search on the forums by entering "Servlet File Download" in the little search box on the left hand side of this page and click the >> button.
    Note that this is going to display a file download dialog box, I do not think it's possible to avoid this (i.e. the system's not just going to save there without asking the client, that would be a security problem, don't you think?)

  • Journal tables in SQL Developer Data Modeler

    In my database I use journal tables, which can be generated automatically by Oracle Designer.
    Now that I'm trying to start using SQL Developer Data Modeler, I can't find how to make journal tables with it.
    Does anyone know whether Data Modeler supports journal tables or not? And if it does, how can I generate one?

    No automatic generation you have to create them manually - use copy/paste to speed up the process.
    Philip

  • Good name (or maybe a pattern) for a client-side data accessor

    Hello,
    I am building a client/server app, the client is a Swing application.
    The client needs to read/write information to the server. I have a set of "DAO" classes that encapsulate remote acces:
    package myapp.client;
    public class OrderDAO {
        public OrderDTO getDaylyOrders();
        public void saveOrder(OrderDTO order);
    }The implementing class connects to an RMI server which exposes an OrderService interface with more technical methods (getOrdersForDate(Date), getPendingOrders(),...).
    I just feel the name DAO is misleading on the client side, because traditionnally it is a server-side pattern, and indeed in the myapp.server package, I have a set of classes named OrderDAO as well, which do what I think is the usual work of DAOs (mask the usage of the DB to the server logic).
    I'm wondering whether my client-side "DAO" actually follows the intent of the DAO pattern. Otherwise what is it, or how should it be named?
    Isn't it a BusinessDelegate instead, as it encapsulates the usage of the OrderService?
    Note that it is not just a Proxy to the server-side DAO class, because there is a bit of sever-side business logic (filtering and aggregation by the OrderService) between what the server side DAO returns (essentially Lists of entities mapped from the database tables) and what the client-side "DAO" returns.

    It has been a while for me, but when I designed
    applications I favored using some part of a design
    patttern name for the main class of the pattern. For
    Business Delegate objects, using the "Delegate" part
    is helpful if there will ever be other software
    develoeprs working with the code. Even if not, it
    will help you remember the design when/if you return
    to it in a few years or so.I see where you are coming from here but I think that this doesn't really hold up under scrutiny and from my paast experience. First of all, it's not feasible to rely the design with class names. You'll end up with something similar to Hungarian notation if you try. This means that you must have external design documents. It's tempting to think that classnames and JavaDocs will be enough but they aren't. They are necessary but not sufficient.
    When I talk about the 'users of the class' I'm talking about other developers. The 'users of the application' don't see the classes. My experience is that naming classes or anything else with notes about it's internal implementation seems like it would be helpful but is of limited usefulness to maintenance developers. For most work the developer is only going to care what the class does (e.g. retreieve business objects) not how it does it. If the developer need to know that, they can easily open the class documentation and even the source (assuming that's available.
    If you do end up doing this, you also need to think about what will happen if you change the design under the hood of the class. Do you change the name of the class? You really should, if it's name is based on the design. What I've seen happen too often is that it does not happen and the class is named as it if does one thing but acutally does something else entirely.
    OrderServiceDelegate would be an informative
    name because it would imply that the actual code for
    implementing the "order service" is in another class
    and that this class is for "delegating" only.That's easily determined by looking at the class documentation and like I said above, doesn't usually matter to other classes using it. That's one of the main tenets of OO design. Separation of concerns. The classes that use this shouldn't need to know how it does it's job (althought, this is not always feasible IMO.) If the classes depend on a BusinessDelegate, then what do you do if you move the class to an environment where they use the Facade directly, for example. You are in effect coupling related classes to a pattern. If I have a FooRetriever, I might want one that's a business delegate, one that's a DAO and one that is a stub. The idea of coupling an interface to a pattern is strange to me.
    For implementations of the Abstract Factory pattern,
    I typically would include the term "Factory" in the
    class name. Same goes for Facade and Proxy. Factory classes are the most likely misnamed. Often implementations of factories (I know that's not a GoF pattern) or abstract factories are named FooBarSingleton. So, if anything, don't name Singleton classes with the word Singleton.

  • Why the speaker cannot play rhe recived wave file from data socket?

    hi,
    i have problem with datasocket when reading a sound file recieved from another computer,at the reciever side we have a waveform at the input of the sowrite module but nothing plays from speaker.
    thanks in advance
    banner,

    Hello!
    I am facing a similar problem. I am trying to broadcast sound using datasocket. One program "sound_input.vi" is to write sound to datasocket server, and another is "sound_output.vi" to read sound from datasocket server. The sound_input writes data to a datasocket server which is running on the same computer, hence the url is to "localhost" and the sound_output specifies url of the datasocket server's computer. (normal datasocket programming)
    When I run both these program on the same computer, there's no error, and I read sound (and infact hear too) perfectly. But, when the sound_output program runs on another computer, I see an error at the computer running sound_input.
    Error 4823 occurred at Sound Input Read (DBL).vi->Sound_Input.vi
    LabVIEW:  (Hex 0x12D7) A task must be running to perform this operation.
    My network connections are ok, since I can run my video input/output application using datasocket server, between these two computers.
    Any clues?
    Thanks ahead.
    -Vaibhav
    Vaibhav
    Attachments:
    sound_input.jpg ‏39 KB
    sound_output.jpg ‏40 KB

  • Checking Target Side Data before synchronizing

    Hello Everyone, I have been lately working with Microsoft Sync Framework and really enjoying it. However, I came across a scenario, in which I’m really having a problem in knowing if it has a solution or not. What I’m doing is using SyncOrchestrator to
    sync two live databases. The application is working fine in upload, download and even both ways. However, I have reached a table in which I would only want to synchronize data according to a date column. I would only want to sync data that have a higher date
    value than those in the target table. So if I have table 1 at the left side, and Table 2 at the target, I would only want data from Table 1 to be downloaded to Table 2, only and only if the date check returned greater than the same row in Table 2, otherwise,
    I wouldn’t want to download old data. Could this be done? How could it be done? Please inform me if I wasn’t clear and if some more information was required. Thanks a lot Basil

    June,
    Thanks for your reply.
    I am trying to know what is the latest date value BEFORE changes are applied.
    If "row 1" from "table 1" on the SOURCE database had a date value of "01-01-2011" for example, and on the
    TARGET database "row 1" from "table 1" had a date value of "02-02-2011" then it
    shouldn't be synced because it is simply newer. However, if "row 2" from "table 1" on the
    SOURCE database had a date value of "02-02-2011", and on the
    TARGET database "row 2" from "table 1" had the value of "01-01-2011" then I want it to sync
    and thus have the data change to become the latest version of that row.
    Sync has never been done on the 2 tables I'm talking about, and again I'm using SyncOrchestrator. However, I need to know what should I add, so that the "download" process that will take place from the Source to the Target, would only effect
    the old rows on the Target Database. Again Old according to the [date] value.
    Thanks
    Basil
    Basil

  • Client Side Date Validation

    I want to do a client side validation of a date field. Date which is coming from a calendar should not be greater than the system date.and shows a alert message at the time of form submit.

    You will need to write a custom JSF converter to achieve this, see this link for more info:
    http://download-east.oracle.com/docs/html/B25947_01/web_val006.htm
    Steven Davelaar,
    JHeadstart Team.

  • Use journaling to restore to specific date?

    Is there any way to use journaling to restore the system to a specific date?
    thanks, howard

    Hello Howard.
    None that I'm aware of.
    See Mac OS X: About file system journaling for information.

  • Rename a file at the reciver without mapping with date/timestamp_filename

    Hi Friends,
    I have a scenario in which I have to rename the file if its exisiting at the reciever end with date/timestamp_filename in a file to file scenario without mapping.
    Thanks,
    --Sonal

    chk this (using adapter modules)
    http://wiki.sdn.sap.com/wiki/display/Snippets/DynamicfilenameinaFiletoFilepassthroughscenario

  • I didnt recive my up-to-date code for ML

    Hello all. Submited request on apple web-page almost 24h ago. Still no answer, no code, nothing. Whats up??? Wheres is my code???

    I've got nothing either. I don't want to spend the $20 on it, but I kind of just want it already...

  • How could I clear all my data(bookmarks) on Mozilla server side in new version of Sync (Firefox Account)?)

    Problem is the same as https://support.mozilla.org/en-US/questions/1000745?esab=a&as=aaq
    Also, there was no solution has been given in discussion.
    So, problem that noone could delete all data which have been synced with new Firefox account services.
    I've disconnected all my devices from previous (old) firefox sync system (which worked perfectly on several devices), after that i gone on link https://account.services.mozilla.com/ and deleted all my sensitive data.
    After I've created firefox account in new firefox sync system ( https://accounts.firefox.com ), and all my data (bookmarks exactly) now present in browser twice.

    I have a problem with over 12,000 unwanted bookmarks in my 4 PCs (all standard Mozilla bookmarks that have been replicated). So if I would like to purge my server side data. If I do this by deleting my Sync account can I re-use my same email address to re-open a "new" Sync account?

  • Merging randomly-named XML data file on client-side with pdf designed in Livecycle 7.0 (and addition

    Okay, as a heads up I work for a financial institution and we are converting our legacy "jetforms" to pdf format. I have in my staff for the project, 2 code developers and myself- a form designer. We have currently spent 2 months in trial and error attempting to resolve this problem, please let us know anything you can have. All client-side (internal) machines are running Windows XP and Adobe Reader 7.0.7
    The software we use as a financial institution allows our users to export a customer's data file onto their machine which is then renamed to include the member's account number and first and last name for our staff to determine which data file they need more accurately. In legacy jetforms, we have developed a program that pushes the data from the customers file that they select, into the jetform that they want to open and the matching fields in the data file fill in the fields of the jetform. Clean and simple.
    Now, i have hit nothing but frustration when attempting to perform the same process with pdfs using a form designed in livecycle designer 7. First, i see no obvious command for opening a pdf and importing a data file using a command line, like pdfmerge or something of the sort in which an xml data file can be specified and a pdf can be specified. I saw something like it using an fdf format and attempted to do this but apparently reader cannot import the data into the pdf that was designed adobe livecycle 7. All i have been seeing is database connections and using javascript inside the form to populate fields based on these database connections, etc. etc. or doing a manual file>import data>etc. which we don't want to have our staff do. We do not have reader extensions enabled, simply because i cannot get an adobe representative to call me and discuss pricing nor see any estimated pricing chart around. I don't know if reader extensions are necessary for this or not but i'm becoming very very frustrated with it.
    We don't want a complex server-side data connection binding with dynamic input. No, we just want it where our developers can say "if this data file is selected, and this pdf form is selected run this command" which would be a simple pdfmerge type solution. Is this possible or do i need to stay with jetforms until our software the billion dollar financial institution uses does form building inside its own application? I don't want to fight about who is better, what version to use, etc. I just want the straight up honest truth. If you need to know the pricing that the reader extensions would have to go by, assume there will be 500 client computers that will need to use it.

    From your post it sounds like you are Central Pro (a product for which I am by no means an expert), but you say you want to upgrade to a newer product from your "legacy" one. Is there a reason for this? Have your requirements change so that it no longer fits them? Central is still in the current Adobe roster and as far as I know there is no plans to get rid of it any time soon, so if it does everything you want I don't see why you would want to change.
    There is no product in the LiveCycle suite that merges xml data into a form from the command line. LiveCycle (with the exception of Designer) is a suite of server products, so the closest you would come is LiveCycle Forms (merge the xml and create a fillable PDF) or LiveCycle Print (merge the xml and print the form).
    Hope this helps somewhat.
    Chris
    Adobe Enterprise Developer Support

  • Data coming in receiver side by using proxy to jdbc scenario

    Hi experts ,
    I have scenario Proxy (client proxy) to JDBC (IVR system) Asynchronous method,
    I execute se38 its working fine and go SXMB_MONI here also success flag  in development server  same way I checking PI side also SXMB_MONI everything fine  but data not coming IVR side if write select query
    In runtime workbench the Communication channel status id green  and Message processing completed successfully
    My question is when I writing select query like select * from table name ,Why data not coming  receiver side ?   execute  query here IVR side also mention  query status is successfully ,but IVR side  data not coming, I have access right in receiver side
    Please provide valuable inputs.
    Thanks
    INASH NALLA

    Refer the following link for more details:
    http://help.sap.com/saphelp_nw04/helpdata/en/64/ce4e886334ec4ea7c2712e11cc567c/content.htm
    Also, in the reciever JDBC adapter you dont write a SQL query anywhere but it is the target MT structure and corresponding mapping,which generates the query.
    Refer the blog:
    http://www.riyaz.net/blog/jdbc-adapter-configuration/technology/ 1200/

  • Journal Voucher PLD, Reversal Date

    Dear Experts,
    At Journal Voucher PLD, choose Source Type = Database, Table = Journal Voucher Entry, Column = Reversal Date.
    But the printout is blank.
    Check database OBTF, StornoDate got value there, may i know why it is not printed? The SAP Version is 8.8.
    Thanks.
    Regards,
    Lay Chin

    Yes, StornoDate is also available in OBTF (Journal Voucher) and I can see the value stored inside properly.
    But it is not appearing in the JV PLD when i choose database type , I wonder will there any system variable that can help.
    Thanks.
    Regards,
    Lay Chin

  • Need to display data on the right side in the header area of alv report.

    hi experts,
                       I want to display data in the header area of alv report on the right side  . I have already used function for events on the header side data is getting displayed on the left side .but i want data to be displayed on the right side.
    regards,
    andrews.

    Hi,
    Hope this below code helps you.
    Take care,
    Çağatay.
    * build header for alv
    FORM top_of_page_split USING r_top TYPE REF TO cl_dd_document.
    DATA: s_tab TYPE sdydo_text_table,
          c_area TYPE REF TO cl_dd_area,
          text TYPE sdydo_text_element.
    TYPES: BEGIN OF tab_text,
    text TYPE sdydo_text_element,
    END OF tab_text.
    DATA: i_text TYPE TABLE OF tab_text.
    DATA: w_text TYPE tab_text.
    CALL METHOD r_top->initialize_document.
    CALL METHOD r_top->vertical_split
    EXPORTING
    split_area = r_top
    split_width = '70%'
    IMPORTING
    right_area = c_area.
    CONCATENATE sy-datum+4(2)
    sy-datum+6(2)
    sy-datum(4)
    INTO date1.
    CONCATENATE 'DATE'  date1
    INTO w_text-text
    SEPARATED BY ':'.
    APPEND w_text TO i_text.
    CONCATENATE 'time:' sy-uzeit INTO w_text .
    APPEND w_text TO i_text.
    CONCATENATE 'uesr:' sy-uname INTO w_text .
    APPEND w_text TO i_text.
    CONCATENATE 'local date:' sy-datlo INTO w_text .
    APPEND w_text TO i_text.
    CONCATENATE 'time zone:' sy-zonlo INTO w_text .
    APPEND w_text TO i_text.
    s_tab[] = i_text[].
    CALL METHOD c_area->add_text
    EXPORTING
    text_table = s_tab
    fix_lines = 'X'
    sap_fontsize = cl_dd_document=>medium
    sap_emphasis = cl_dd_document=>strong.
    CALL METHOD r_top->add_gap
    EXPORTING
    width = 60.
    text = 'THIS IS REPORT HEADING'.
    CALL METHOD r_top->add_text
    EXPORTING
    text = text
    sap_emphasis = 'STRONG'.
    CALL METHOD r_top->new_line.
    CALL METHOD r_top->add_gap
    EXPORTING
    width = 70.
    text = 'THIS IS REPORT HEADING1'.
    CALL METHOD r_top->add_text
    EXPORTING
    text = text
    sap_emphasis = 'STRONG'.
    CALL METHOD r_top->new_line.
    CALL METHOD r_top->add_gap
    EXPORTING
    width = 80.
    text = 'THIS IS REPORT HEADING2'.
    CALL METHOD r_top->add_text
    EXPORTING
    text = text
    sap_emphasis = 'STRONG'.
    CALL METHOD r_top->new_line.
    text = 'Report Subheading1'.
    CALL METHOD r_top->add_text
    EXPORTING
    text = text
    sap_emphasis = 'NORMAL'.
    CALL METHOD r_top->new_line.
    text = 'Report Subheading2'.
    CALL METHOD r_top->add_text
    EXPORTING
    text = text
    sap_emphasis = 'NORMAL'.
    CALL METHOD r_top->new_line.
    text = 'Report Subheading3'.
    CALL METHOD r_top->add_text
    EXPORTING
    text = text
    sap_emphasis = 'NORMAL'.
    CALL METHOD r_top->new_line.
    ENDFORM. "TOP_OF_PAGE_SPLIT

Maybe you are looking for