Production server data read

Hi Experts
      Can we read data from developement client to production client and its database table.
I used the following query,
SELECT ebeln
       aedat
       lifnr
       zterm
       FROM ekko CLIENT SPECIFIED INTO table itab
WHERE MANDT = '394'.
But its not working, but it works fine between developement client and the sandbox client.
       Can't we read production database tables data.
Suggest me
Regards
Rajaram

hi,
devolopment and sandbox r 2 clients in same server.
but it is different server for quality and production.
u can compare table entries between diff clients using this fm.
RFC_GET_TABLE_ENTRIES

Similar Messages

  • Planning BW Production Server Data Patchup

    Hi Folks,
    My  BW Production Server was down for few weeks and we could able to fix the problem, Now we want to load the data that was not loaded since the production server was down (about 2 weeks of data should be loaded on the production server).
    Please advice a proper plan to upload the 2 weeks data.
    Thank you,
    Jay

    Hi Jay,
    it's not the right forum for this question. Data warehousing would be right.
    Anyway, your question can not be answered fully. There are many possible dependencies. Check note <a href="http://service.sap.com/~iron/fm/011000358700000431401997/0731682">731682</a> and related notes.
    Regards
    Marc
    SAP NetWeaver RIG

  • Dynamic pl/sql to fetch data from production server

    Hi,
    I need to create a dynamic pl/sql program to fetch all the packages from the production server and store them on my local machine in different files.
    Thanks in advance.

    Hi,
    I am running this procedure and not getting anything in the- 'Report_Out2.txt file....
    Have a look..
    create or replace
    PROCEDURE extract_file IS
    vclob CLOB;
    getClob CLOB;
    vstart NUMBER := 1;
    bytelen NUMBER := 32767;
    len NUMBER;
    my_vr RAW(32767);
    x NUMBER;
    l_output utl_file.file_type;
    BEGIN
    -- define output directory
    l_output := utl_file.fopen('LOG_FILES', 'Report_Out2.txt','wb', 32767);
    vstart := 1;
    bytelen := 32767;
    -- get length of clob
    for rec in (select owner, object_name, object_type
    from all_objects
    where object_type = 'PACKAGE'
    and owner = 'ABC')
    loop
    dbms_output.put_line('data entering');
    vclob := dbms_metadata.get_ddl(rec.object_type, rec.object_name, rec.owner);
    x := dbms_lob.getlength(vclob);
    dbms_output.put_line('data exiting');
    end loop;
    -- save clob length
    len := x;
    dbms_output.put_line('value assign');
    -- if small enough for a single write
    IF len < 32767 THEN
    dbms_output.put_line('data in if');
    utl_file.putf(l_output,substr(vclob,1,100));
    dbms_output.put_line('data in file');
    --utl_file.fflush(l_output);+
    -- write in pieces
    ELSE
    dbms_output.put_line('data in else');
    vstart := 1;
    WHILE vstart < len and bytelen > 0
    LOOP
    dbms_lob.read(vclob,bytelen,vstart,my_vr);
    utl_file.put_raw(l_output,my_vr);
    --utl_file.fflush(l_output);+
    -- set the start position for the next cut
    vstart := vstart bytelen;+
    -- set the end position if less than 32000 bytes
    x := x - bytelen;
    IF x < 32767 THEN
    bytelen := x;
    END IF;
    utl_file.fclose(l_output);
    END LOOP;
    END IF;
    EXCEPTION
    WHEN no_data_found then
    dbms_output.put_line('null data');
    WHEN others then
    dbms_output.put_line('Uncaught exception');
    END extract_file;
    The proc is compiling without any errors, but when im running it gives:
    Connecting to the database XYZ
    data entering
    data exiting
    value assign
    data in if
    Uncaught exception
    Process exited.
    Disconnecting from the database XYZ
    What could be the reason for the above condition??
    Edited by: user9963922 on May 29, 2009 2:58 AM

  • Pre setting data of production server

    Dear Friends please explain about " What r the pre-settings before upload data in to production server "

    hi,
    check ur uploading cut over data Are perfect, because all transaction will depend on that data.

  • Moving  production server one data center to other

    Hi all,
    Actually we have one Production server all the scenarios are working fine, now we want to creat one new server in another data center and replace the old production server(transfer all the scenarios) .what are the roles(for PI Consultant) involved in this case .
    Please advise me.
    Thanks in advance.

    Build a transport in DEV for all your objects and get basis to apply them and activate the changes in PROD. You shouldnt need more than monitoring access in any production system except in error situations.

  • VO Query returning "No Data to Display" on production server

    Hello,
    I have a simple application that displays data taken from an external oracle database.
    I have 2 pages, one displaying a list of house, the second one displaying the details of a house.
    I get that "master / detail" relationship via the executeWithParams.
    Both my Development machine and production server gets their information from the same database, using the same credentials.
    My problem is that on the production server, the details page returns a "no data to display" in the table I use to show the detailed information. On the development machine it runs just fine. The list master page runs just fine on both environment.
    I'm using jdev 11.1.2.3.0.
    The tables I access are not owned by the user I use in my credentials, but I do have GRANT_SELECT on the said tables.
    I've looked at the logs and I do not see any error as to why no data is returned in production.

    You can try giving the table GRANT ALL TO PUBLIC and verify if the table has a Synonym in the data base.

  • Deleted data in production server

    Hi,
    How to retrive the deleted data .(How to regain the lost data into production server.)please tell me its very arjent.
    Thanks,
    Kirtiratna

    Actually
    Even, you delete the data.....
    it will not completely deleted but, it is marked for deletion.
    there is a certain period to delete that,( Archiving Process)
    after that period only, BASIS people will delete it
    so contact ur BASIS Guys........

  • Request in Production server for Master data

    Hi,
    In Production server when we try to hire an employee through PA40, it is giving an error saying that "Client XXX has status 'not modifiable", Choose 'Display object' or 'Cancel'.
    I think it is asking for a request, because of settings in SCC4,is not modifiable. Since it is PRD server the standard SAP suggests to have the setting as above hence we cant change the settings also.
    What could be the solution for this?
    Regards
    Prasad

    Hi Prasad,
    It doesnt make any differnce, just click on display object , it will save th data in the respective tables.....
    Regards,
    Sushil Soni

  • How to take data dump(export) with given language set on oracle 9i database(production server) ?

    Hi,
    I am taken data dump on oracle 9i machine and ported (imported ) oracle 10g (production machine) ,But it will showing error : language set error,
    Could you tell me how to take data dump with language set.
    Regards,
    Suva

    Hi PaulM,
         Please follows the details, 
    Development server  ,It is 9i machine (I am export in this machine) and Imported on Production Server ( It is Oracle 10 g).
        When import on production server error is coming, Tis error log adding below.
    Production Databse (Language details)
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CHARACTERSET UTF8
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_NCHAR_CHARACTERSET UTF8
    NLS_RDBMS_VERSION 10.2.0.1.0
    Development Database  Language details Details.
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CHARACTERSET UTF8
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_NCHAR_CHARACTERSET UTF8
    NLS_RDBMS_VERSION 10.2.0.1.0
    Log file
    Connected to: Oracle Database 10g Release 10.2.0.1.0 - Production
    Export file created by EXPORT:V09.02.00 via conventional path
    import done in WE8MSWIN1252 character set and UTF8 NCHAR character set
    import server uses UTF8 character set (possible charset conversion)
    export server uses AL16UTF16 NCHAR character set (possible ncharset conversion)
    . importing JW_OR's objects into JW_OR
    . importing JW_OS's objects into JW_OS
    . importing JW_ADMIN's objects into JW_ADMIN
    . importing JW_OR's objects into JW_OR
    . . importing table                      "ACCRXNS"     234671 rows imported
    . . importing table                  "AUTHORLINKS"     790450 rows imported
    . . importing table                      "AUTHORS"      79500 rows imported
    . . importing table                       "CATSOL"      25505 rows imported
    . . importing table               "CATSOLSYNONYMS"      80045 rows imported
    . . importing table                "CHAPTERTITLES"        133 rows imported
    . . importing table                "COMPOUNDLINKS"     601785 rows imported
    . . importing table                   "CONDITIONS"     207445 rows imported
    . . importing table                     "JOURNALS"       2327 rows imported
    . . importing table                     "LANGUAGE"          0 rows imported
    . . importing table                     "MAINDATA"     234659 rows imported
    . . importing table                      "MOLDATA"     721174 rows imported
    . . importing table                   "PLAN_TABLE"          1 rows imported
    . . importing table                   "REFERENCES"     276783 rows imported
    . . importing table                        "ROLES"          2 rows imported
    . . importing table                  "RXNKEYLINKS"    1724404 rows imported
    . . importing table                  "RXNKEYWORDS"        848 rows imported
    . . importing table                  "TABLETITLES"       2400 rows imported
    . . importing table                   "TEMP_TABLE"     165728 rows imported
    . . importing table          "TEMP_WILEY_MAINDATA"     155728 rows imported
    . . importing table           "TEMP_WILEY_PDF_MAP"      16672 rows imported
    . . importing table      "TEMP_WILEY_YEAR_VOL_MAP"         42 rows imported
    . . importing table                  "WEX_ACCRXNS"       3465 rows imported
    . . importing table              "WEX_AUTHORLINKS"      14183 rows imported
    . . importing table                  "WEX_AUTHORS"      79500 rows imported
    . . importing table            "WEX_CHAPTERTITLES"        133 rows imported
    . . importing table            "WEX_COMPOUNDLINKS"      10925 rows imported
    . . importing table               "WEX_CONDITIONS"       5297 rows imported
    . . importing table                 "WEX_JOURNALS"       2327 rows imported
    . . importing table                 "WEX_LANGUAGE"          0 rows imported
    . . importing table                 "WEX_MAINDATA"       3465 rows imported
    . . importing table                  "WEX_MOLDATA"      10358 rows imported
    . . importing table               "WEX_REFERENCES"       3795 rows imported
    . . importing table              "WEX_RXNKEYLINKS"      34540 rows imported
    . . importing table              "WEX_RXNKEYWORDS"        848 rows imported
    . . importing table              "WEX_TABLETITLES"       2400 rows imported
    . . importing table           "WEX_WILEY_HTML_MAP"      17316 rows imported
    . . importing table           "WEX_WILEY_MAINDATA"       3465 rows imported
    . . importing table            "WEX_WILEY_PDF_MAP"      23925 rows imported
    . . importing table       "WEX_WILEY_YEAR_VOL_MAP"         58 rows imported
    . . importing table               "WILEY_HTML_MAP"      17316 rows imported
    . . importing table               "WILEY_MAINDATA"     234659 rows imported
    . . importing table                "WILEY_PDF_MAP"      23925 rows imported
    . . importing table           "WILEY_YEAR_VOL_MAP"         58 rows imported
    . importing JW_OS's objects into JW_OS
    . . importing table                      "ACCRXNS"       7116 rows imported
    . . importing table                   "ATMOSPHERE"         47 rows imported
    . . importing table                  "AUTHORLINKS"      33276 rows imported
    . . importing table                      "AUTHORS"       6555 rows imported
    . . importing table                       "CATSOL"       1463 rows imported
    . . importing table               "CATSOLSYNONYMS"       9370 rows imported
    . . importing table                    "CHEMICALS"      78197 rows imported
    . . importing table                "COMPOUNDLINKS"      20799 rows imported
    . . importing table                       "EXPDET"          1 rows imported
    . . importing table                    "FOOTNOTES"      77825 rows imported
    . . importing table                     "JOURNALS"          2 rows imported
    . . importing table                     "LANGUAGE"          2 rows imported
    . . importing table                     "MAINDATA"       7116 rows imported
    . . importing table                     "PATHSTEP"       7199 rows imported
    . . importing table               "PROCEDURENOTES"      77293 rows imported
    . . importing table                        "ROLES"          2 rows imported
    . . importing table                  "RXNKEYLINKS"      23096 rows imported
    . . importing table                  "RXNKEYWORDS"       1272 rows imported
    . . importing table                  "WEX_ACCRXNS"        135 rows imported
    . . importing table               "WEX_ATMOSPHERE"         47 rows imported
    . . importing table              "WEX_AUTHORLINKS"        613 rows imported
    . . importing table                  "WEX_AUTHORS"       6555 rows imported
    . . importing table                "WEX_CHEMICALS"          0 rows imported
    . . importing table            "WEX_COMPOUNDLINKS"        497 rows imported
    . . importing table                   "WEX_EXPDET"          1 rows imported
    . . importing table                "WEX_FOOTNOTES"       2184 rows imported
    . . importing table                 "WEX_JOURNALS"          2 rows imported
    . . importing table                 "WEX_LANGUAGE"          2 rows imported
    . . importing table                 "WEX_MAINDATA"        135 rows imported
    . . importing table                 "WEX_PATHSTEP"        135 rows imported
    . . importing table           "WEX_PROCEDURENOTES"       2253 rows imported
    . . importing table              "WEX_RXNKEYLINKS"        695 rows imported
    . . importing table              "WEX_RXNKEYWORDS"       1272 rows imported
    . importing JW_ADMIN's objects into JW_ADMIN
    . . importing table                     "APP_USER"         76 rows imported
    . . importing table                       "AUTHOR"      61874 rows imported
    . . importing table                     "CITATION"
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "JW_ADMIN"."CITATION"."PAGE" (actual: 9, maximum: 8)
    Column 1 10794
    Column 2 77
    Column 3 1
    Column 4 24
    Column 5
    Column 6 Science of Synthesis
    Column 7 Negishi, E.-i.; Takahashi, T. Science of Synthesis...
    Column 8 681–848
    Column 9 2
    Column 10
    Column 11 2002
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "JW_ADMIN"."CITATION"."PAGE" (actual: 10, maximum: 8)
    Column 1 10879
    Column 2 77
    Column 3 1
    Column 4 110
    Column 5
    Column 6 Comprehensive Organic Synthesis
    Column 7 Hiemstra, H.; Speckamp, W. N.; Trost, B. M.; Flemi...
    Column 8 1047–108
    Column 9 2
    Column 10
    Column 11
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "JW_ADMIN"."CITATION"."PAGE" (actual: 10, maximum: 8)
    Column 1 10880
    Column 2 77
    Column 3 1
    Column 4 111
    Column 5
    Column 6 Houben-Weyl Methods of Organic Chemistry
    Column 7 De Koning, H.; Speckamp, W. N.; Helmchen, G.; Hoff...
    Column 8 1953–200
    Column 9 E21b
    Column 10
    Column 11 1995
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "JW_ADMIN"."CITATION"."PAGE" (actual: 10, maximum: 8)
    Column 1 10904
    Column 2 77
    Column 3 1
    Column 4 135
    Column 5
    Column 6 Houben-Weyl Methods of Organic Chemistry
    Column 7 Ryu, I.; Murai, S.; de Meijere, A., Ed. Houben-Wey...
    Column 8 1985–204
    Column 9 E17c
    Column 10
    Column 11 1997
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "JW_ADMIN"."CITATION"."PAGE" (actual: 9, maximum: 8)
    Column 1 10905
    Column 2 77
    Column 3 1
    Column 4 136
    Column 5
    Column 6 The Chemistry of the Cyclopropyl Group
    Column 7 Tsuji, T.; Nishida, S.; Patai, S.; Rappoport, Z., ...
    Column 8 307–373
    Column 9
    Column 10
    Column 11 1987
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "JW_ADMIN"."CITATION"."PAGE" (actual: 10, maximum: 8)
    Column 1 10906
    Column 2 77
    Column 3 1
    Column 4 137
    Column 5
    Column 6 The Chemistry of the Cyclopropyl Group
    Column 7 Vilsmaier, E.; Patai, S.; Rappoport, Z., Eds. The ...
    Column 8 1341–145
    Column 9
    Column 10
    Column 11 1987
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "JW_ADMIN"."CITATION"."PAGE" (actual: 9, maximum: 8)
    Column 1 10952
    Column 2 77
    Column 3 1
    Column 4 183
    Column 5
    Column 6 Cyclopropane-Derived Reactive Intermediates
    Column 7 Boche, G.; Walborsky, H. M. Cyclopropane-Derived R...
    Column 8 117–173
    Column 9
    Column 10
    Column 11 1990
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "JW_ADMIN"."CITATION"."PAGE" (actual: 10, maximum: 8)
    Column 1 10958
    Column 2 77
    Column 3 1
    Column 4 189
    Column 5
    Column 6 Houben-Weyl Methods of Organic Chemistry
    Column 7 Klunder, A. J. H.; Zwanenburg, B. Houben-Weyl Meth...
    Column 8 2419–243
    Column 9 E17c
    Column 10
    Column 11 1997
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "JW_ADMIN"."CITATION"."PAGE" (actual: 9, maximum: 8)
    Column 1 10995
    Column 2 77
    Column 3 1
    Column 4 226
    Column 5
    Column 6 Science of Synthesis
    Column 7 Cha, J. K. Science of Synthesis 2005, 325–338.
    Column 8 325–338
    Column 9
    Column 10
    Column 11 2005
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "JW_ADMIN"."CITATION"."PAGE" (actual: 10, maximum: 8)
    Column 1 17123
    Column 2 82
    Column 3 1
    Column 4 13
    Column 5
    Column 6 Comprehensive Organometallic Chemistry II
    Column 7 Dushin, R. G.; Edward, W. A.; Stone, F. G. A.; Wil...
    Column 8 1071–109
    Column 9 12
    Column 10
    Column 11 1995
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "JW_ADMIN"."CITATION"."PAGE" (actual: 9, maximum: 8)
    Column 1 17124
    Column 2 82
    Column 3 1
    Column 4 14
    Column 5
    Column 6 Modern Carbonyl Olefination
    Column 7 Ephritikhine, M.; Villiers, C.; Takeda, T. Ed. Mod...
    Column 8 223–285
    Column 9
    Column 10
    Column 11 2004
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "JW_ADMIN"."CITATION"."PAGE" (actual: 9, maximum: 8)
    Column 1 17126
    Column 2 82
    Column 3 1
    Column 4 16
    Column 5
    Column 6 Transition Metals for Organic Synthesis (2nd Editi...
    Column 7 Furstner, A.; Beller, M.; Bolm, C. Eds. Transition...
    Column 8 449–468
    Column 9
    Column 10
    Column 11 2004      17712 rows imported
    . . importing table                     "FOOTNOTE"         38 rows imported
    . . importing table              "GT_STATS_REPORT"          0 rows imported
    . . importing table         "GT_VALIDATION_REPORT"          0 rows imported
    . . importing table                     "OR_USERS"          1 rows imported
    . . importing table                     "OS_USERS"          1 rows imported
    . . importing table                "PROCEDURENOTE"         70 rows imported
    . . importing table                  "QC_TRACKING"     539881 rows imported
    . . importing table                         "ROLE"          5 rows imported
    . . importing table                       "SCHEMA"          3 rows imported
    . . importing table              "TASK_ALLOCATION"     159370 rows imported
    . . importing table                     "USER_LOG"     174488 rows imported
    . . importing table                      "VERSION"          3 rows imported
    About to enable constraints...
    IMP-00017: following statement failed with ORACLE error 2298:
    "ALTER TABLE "AUTHOR" ENABLE CONSTRAINT "FK_AUTHOR_CITATIONID""
    IMP-00003: ORACLE error 2298 encountered
    ORA-02298: cannot validate (JW_ADMIN.FK_AUTHOR_CITATIONID) - parent keys not found
    Import terminated successfully with warnings.
    Regards,
    Subash

  • How to find the date when object is moved from quality to production server

    Hi Experts,
    I am working with BADI ZMM_PUR_REQ_PROC_001-Method Check and BADI ZME_PROCESS_PO_CUST-Method Check.
    I need to add a check that a particular logic should be implemented only after this object is moved to the production server.
    How can i check the date when an object (in my case this BADI) is moved to the production server?
    <Removed by moderator>
    Thanks in advance.
    Edited by: Vinod Kumar on Aug 1, 2011 10:55 AM

    Hi Sakshi,
    So your reqt is that the documents created after your Transport implementation date should pass the check and others (old ones) should ignore.
    I will recommend, if at all possible, to make all the old documents compatible to your check by doing a separate initial loading /one time activity to avoid this kind of hardcoding.
    IF not at all possible to do so, then I think you should better hardcode your Transport req number and fetch date (AS4DATE) from E070 table and only if any entry exists, use that date as your required date. I believe this will be the date of transport imported in the target system.
    You can avoid hardcoding Transport number by picking latest transport with respect to your object (BADI) using E071 table, but that will go wrong once you send any future changes in this BADI to Prod, so better to hardcode the transport.
    BR,
    Diwakar

  • Transfer data from Test to Production Server

    Dear All
    I want to know how to transfer data from test server to production server.
    Lets say we have done all the setup steps of GL, and we have also feeded chart of accounts, journal entries, recurring etc. at our test server. Now we want to shift our data from Test Server to Production Server.
    What can be the procedure?
    I shall be really thankful.
    Best Regards
    Muhammad Habib
    http://mhabib.wordpress.com

    Dear hsawwan
    Thanks for your reply. Can you send me this document via email. My email id is: [email protected]
    Secondly can you please tell me how to just transfer my Chart of Account.
    I shall be really thankful to you.
    Best Regards
    Muhammad Habib

  • Ale to transfer data for quality management in production server

    Hello Gurus ,
                            I want to transfer data from development to production server which method is easy and preferable by ale
    or by bapi .                                                                               
    Thanks And Regards
                                                                                    Shrikant Ambulkar

    i have close this thread

  • Master data in PRODUCTION Server

    Hi,
    Can someone please share the checklist/document having the details of the Master Data that needs to be maintained in PRODUCTION server at the time of GO-LIVE from FI perspective.
    Thanks in advance.
    Sanjay

    The following FI Master Data needs to maintained in Production Server before Go-Live.
    1. GL Master Data
    2. Customer Master
    3. Vendor Master
    4. Bank Master(bank Keys)
    5. Asset master data
    6. Excise Data (J1ID - if CIN is applicable)
    7. needs to check Material Master Data (valuation classes)
    br,
    Ganesh Lokam

  • No data selected for printing in production server t.code J1INCERT

    Dear Gurusl,
    I am facing a issue to tds certificate printout through t.code J1INCERT in production server. My client has booked the invoice in the month of march 2011 & remittance, bank updation is done in the month of 30th Apr. 2011. But while taking the printing out it the error No data selected for printing 8000I. So I need some permanent solution.
    For invoice booking fiscal year is 2010 & remittance, bank updation it is 2011.
    Regards
    Sachin Patil

    Dear:
               Check whether you have selected the relevant tax types for invoice posting while posting the vendor invoice. If its correct then Vendor Master data, Section/Business Place code Address data. Check tables in SE11
    J_1IEWT_CERT_N
    J_1IEWTCALID_N
    J_1IEWTNUMGR_N
    In these tables section codes might have been maintained directly. Please check these for any discrepancies.
    Regards

  • Migrating Endeca Application and Data from development to a production server

    We need to move an Endeca app (including data domain) to a production server from a development server
    I installed EID 3.1 in the prod server successfully and this is what I did after the install:
    1. Created a new application in Studio (name: JULY2014POC)
    2. Manage Pages - Import the .lar file
    3. Copy JULY2014POC.worddat file and JULY2014POC_indexes folder to new server, location: domains/endeca_server_domain/EndecaServer/data with all the servers down. Then restarted endeca server, ps server, and studio server.
    4. When I try to create an Endeca Server connection it gives me error (Connection definition format is valid but unable to connect.)
    5. This is my entry:
      "contextPath": "/endeca-server",
      "currentFunctions": [],
      "dataDomainName": "JULY2014POC",
      "name": "JULY2014POC",
      "port": 7001,
      "restrictedToRoles": ["Administrator"],
      "server": "10.2.192.171"
    6. When I run any endeca-cmd at OS level I get the following Warning (4 times):
    $./endeca-cmd.sh list-dd-profiles
    <Oct 29, 2014 4:51:33 PM EDT> <Warning> <oracle.wsm.resources.policyaccess> <WSM-06210> <An instance of the interface oracle.wsm.policymanager.IUsageTracker bean for the local repository at path "" was not available for configuring the oracle.wsm.policymanager.accessor.BeanAccessor repository accessor for context "ResourcePattern [pattern=DOMAIN/weblogic/endeca_server_domain, subjectType=MANAGED_DOMAIN, terms={PLATFORM=weblogic, SUBJECT_TYPE=MANAGED_DOMAIN, DOMAIN=endeca_server_domain}]".>
    default
    What am I doing wrong?  Can someone please help me?  thank you

    Hi Sergio,
    How the data import and export works is what you have to look into. Whenever you export your content it gets exported to a particular directory. If the same directory should be referenced by the code base as well which would be mentioned in the properties file for fetching the configurations.
    If they are not aligned they won't pick it up. Also you will have to create pages like endeca-server and make it the default page in your properties file.
    Hope u cross this hurdle soon.
    Thanks
    Karthik V

Maybe you are looking for