Cofiles and data files in trans dir

hi everyone,
We will be doing a lot of transports in a day or in a week. What will happen to the older cofiles and data files in their corresponding directories? will they be removed from trans/data and trans/cofiles automatically or do we need to take back up of these directories?

Actually there are 3 transport profile parameters which can be used to control this:
1. DATALIFETIME
2. COFILELIFETIME
3. OLDDATALIFETIME
Check more here:
http://myadmin.wordpress.com/2007/02/19/sap-r3-correction-and-transport-system/
Also OSS notes: 41732 &312843. They will clear some more concepts.
Regards.
Ruchit.

Similar Messages

  • Cofiles and data files not generated

    hi
    we  have upgraded from R/3 46c to ECC 6.0 on HP-UX Oracle 10 platform.
    this is our quality system and the devlopment system still remains connected to the production seperately.
    After upgrade the transport requets created do not have cofiles and datafiles generated in usr/sap/trans.
    As a part of postprocessing I have selected the upgraded system and updated configuration in STMS/system.But the release is still shown as 620.
    I need expert advice on this can anybody guide please

    Hi Gopalakrishnan,
                                   after system upgrade, as part of postupgrade activity we have to refresh the STMS configuration. so, try deleting the setting in STMS from "000" client in the system, and re-configure the same by specifying the new transport domain.
    and unlock  & referesh the transport queue. if you are still unable find the TR then try to copy them from Development system manually. [check whtr those TR are saved as Local Change request, if so, you can't find the data & co-files of the same].
    with regards,
    Rajesh.
    <i> plz, award suitable points </i>

  • How to transport the CO and DATA file to SAP system

    Hello Experts ,
                          I want to know the procedure to import a transport request into an isolated SAP system ( which is not in the transport route ) using the CO and DATA files .
    I know that user should have adminstrator role to do this but i dont know how to do this .
    Regards
    Vivek

    Simply copy the source cofile and datafile from the source system to the target system and then import.
    Data file is located at /usr/sap/trans/<sid>/data with format R<transport_number>.<sid> and cofile is located at /usr/sap/trans/<sid>/cofile with format K<transport_number>.<sid>
    Copy them to the same location on the target system and then go to STMS -> Extras -> Add -> insert the name of the transport in format <sid>K<transport_number>, this will add the transport to the import queue then just simply import the transport.
    Regards
    Juan

  • EMIEsitelist and EMIEuserlist hidden directories and dat-files

    2014-04-05
    Cross-posted from
    http://answers.microsoft.com/en-us/windows/forum/windows8_1-security/erniesitelist-and-ernieuserlist/00407bd2-e349-423c-a8e5-cb6127840ea5
    Original Post dated April 21, 2014
    EmieSiteList and EmieUserList
    Microsoft Security - Privacy Concerns
    I found two unknown directories on my PC in my user profile.  I have, so far, been unable to identify what put them there, which process owns them, and when I delete them (using Admin escalated privileges) they come back after a few minutes or immediately
    after reboot.
         c:\users\USERNAME\appdata\local\EmieSitelist\container.dat
         c:\users\USERNAME\appdata\local\EmieUserlist\container.dat
         C:\Users\USERNAME\AppData\LocalLow\EmieSiteList\container.dat
         C:\Users\USERNAME\AppData\LocalLow\EmieUserlist\container.dat
    It was time, anyway, so I wiped the drive using factory low-level overwriting and performed a clean install of Windows 8.1 Pro using a freshly downloaded ISO from Microsoft; one with an ESD distribution, written to a new just out-of-the-bedamned-hardshell-plastic
    flashdrive..
    I just completed the clean install, in this sequence:
    Boot to flashdrive and let Windows create partitions then install.  Reboot.  Check AppData; no folders found.
    Activate.  Check AppData; no folders found.
    Run first Update; install everything except Bing Bar and Desktop.    Check AppData; no folders found.  Reboot.  Check AppData; no folders found.
    Add Feature Windows Media Center.  Check AppData; no folders found.  Reboot.  Check AppData; no folders found.
    Run Updates a second time.  Check AppData; no folders found.  Reboot.  Check AppData; no folders found.
    Remove MS C++ v12 x86 and x64 installed during Update.    Check AppData; no folders found.  Reboot.  Check AppData; no folders found.
    Download from MSDN (http://msdn.microsoft.com/en-us/vstudio/default) Redistributables MS C++ x86 and x64, 2005, 2008, 2010, and 2012.4 versions, and install in sequence.  Check AppData
    after each install; no folders found.  Reboot after each install and check AppData; no folders found.
    Run Updates a third time.  Response was No Updates Available.  Check AppData; no folders found.
    Reboot.  Check AppData; all four sub-directories are now present.
    These sub-directories and dat-files are not, so far, present in the AppData\Roaming directory.
    There is nothing except Microsoft Windows 8.1 Pro WMC and the 10 MS C++ packages installed; and MS Silverlight and AMD (videocard) Catalyst Control Center on the machine.  Windows Defender is present but is installed as part of Windows 8 and 8.1;
    and its' updates are provided via the MS Update process.  All - repeat ALL of these items are provided by Microsoft.
    My questions are:  What are the Emie directories for; what program created them, and what does the various container.dat files "contain"?  And . . . if not absolutely necessary, How do I get rid of them and keep them from coming back?
    First attempt at Solution:
    Permissions are Full for System, USERNAME, and group Administrators.  The USERNAME is the Owner, and Effective Permissions for each of the 3 is Full.
    Open Command Prompt (Admin)
    C:\Windows\system32>cd\
    C:\>attrib -r -h +s C:\Users\USERNAME\AppData\Local\EmieSiteList\container.dat
    C:\>attrib -r -h +s C:\Users\USERNAME\AppData\Local\EmieSiteList
    C:\>attrib -r -h +s C:\Users\USERNAME\AppData\Local\EmieUserList
    C:\>attrib -r -h +s C:\Users\USERNAME\AppData\Local\EmieUserList\container.dat
    C:\>attrib -r -h +s C:\Users\USERNAME\AppData\LocalLow\EmieUserList\container.dat
    C:\>attrib -r -h +s C:\Users\USERNAME\AppData\LocalLow\EmieUserList
    C:\>attrib -r -h +s C:\Users\USERNAME\AppData\LocalLow\EmieSiteList
    C:\>attrib -r -h +s C:\Users\USERNAME\AppData\LocalLow\EmieSiteList\container.dat
    C:\>
    BOTH Files and Directories are no longer Hidden.  The Directories still show that the files within are READ-Only, but checking the actual file shows that it is no longer R-O.
    I then deleted each of the 4 directories and  closed Windows (File) Explorer.
    After less than 3 minutes reading pages on the internet (at Microsoft's Ask Windows Community), I opened Windows Explorer to check and found that the sub-directories had re-created themselves in both the Local and LocalLow directories.
    The container.dat files were back in the Local sub-dir and after another few minutes, also back in the LocalLow sub-dir.
    Both the sub-directories and the container.dat files are once again Super-Hidden.
    Analysis using Windows utilities and SysInternals and NirSoft tools have not identified which object or process or service owns these objects.
    ADDED:  My system is a home system, not connected to any work domain via VPN or otherwise.  WHY is the Windows Update Team not spending time to implement condition-and-error-checking to ensure that unneeded updates, services, and changes are not made
    without the system owner/operator permission?  Further, WHY is this particular issue so hard to find info about; what is being kept from customers and why?

    Dear sir Shovel Driver,
       About:  EMIEsitelist  and  EMIEuserlist
    .., hidden directories and dat-files
    Internet Explorer 11 (on Windows 7 and Windows 8.1) provides increased performance, improved security, and support for the modern technologies like HTML5 and CSS3 that power today’s Web sites and services. By adding better backward compatibility with
    Enterprise Mode, Internet Explorer 11 now helps customers stay up to date with the latest browser—and facilitates using the latest software, services, and devices.
    IE11 Enterprise Mode can be set in the Group Policy Console, or by adding a
    Registry setting:
    REGISTRY:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Main]
    "EnterpriseMode"="Disable"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Main\EnterpriseMode]
    Or a edit a Group Policy setting, which you can find under:
    [Windows-Key]+[R]->[Run]->Type here:
       gpedit.msc
    Press [Enter], with an UAC Warning:
    Do you want to allow the following program to make changes on this computer:
    gpedit.msc ?
    Select/Press: Yes
    Go to in the Left pane of the GPedti.msc Window:
      Computer Configuration
      Administrative Templates
      Windows Components
      Internet Explorer
    Change / Add at right list, down under:
      "Use the Enterprise Mode IE website list"
    Set this option to - whatever you need;  Disabled,
    Enabled (Default is: Not Configured)
    When Enabled, you need to add a list with Web-Sites, Domains or Web-Pages.
    This policy setting lets you specify where to find the list of websites you want opened using Enterprise Mode IE, instead of Standard mode, because of compatibility issues. Users can't edit this list.
    If you enable this policy setting, Internet Explorer downloads the website list from your location
      (HKCU or HKLM\Software\policies\Microsoft\Internet Explorer\Main\EnterpriseMode),
    opening all listed websites using Enterprise Mode IE, Web-Sites are seperated by a sign: "
    If you disable or don't configure this policy setting, Internet Explorer opens all websites using Standards mode.
    Now to
    properly close and conclude this
    mystery:
    EMIEsitelist and EMIEuserlist
    .., are hidden directories and dat-files
    Thses directories and dat files are used to store data for the IE11
    EnterpriseMode.
    It is not a: Virus, neither it is a Trojan, Hoax, KeyLogger or anything else bad.
    TECHNET Sources:
     Turn on Enterprise Mode and Use a Site List (Deploy):
     http://technet.microsoft.com/en-us/ie/dn262703.aspx
     What is Enterprise Mode?:
     http://technet.microsoft.com/library/dn640687.aspx
    If you find this usefull, please Vote at the button
    "I Find This Usefull"
    Thank you! ;)
    Best regards, MPVS
    MP|VS

  • Tcode for copying and pasting cofiles and data.

    Hi,
         i doing transport manually means going in se09 in qa and released and copied  and pasted the cofiles and data request numbers from qa to prod then i imported the request number. but is it possible for doing copying and pasting  cofiles and data through tcode rather than doing maually.help me plz.

    Hi Raj
    If you want transport tp requests manually.
    you just login your quality system
    and go to command prompt
    then use this commends
    add to buffer all qid pf=your profile path of your qa system
    if you want single import
    tpimport requestnumber targetsid clientnumber pf=targetprofile path
    if you want mass import
    tpimport all targetsid clientnumber pf =target profile path
    Regards
    Bandla

  • Does Adobe have a free download for pdf and data files

    I cannot open pdf files AND data files with this expensive pc & Windows 7 HELP

    Don't know what are "data files", but you can open PDF files using the free Adobe Reader: Adobe - Adobe Reader download - All versions

  • To read COMTRADE file in Labview there is an example provided. Can somebody provide the sample .cfg and .dat files required for its working?

    To read COMTRADE file in Labview there is an example provided. Can somebody provide the sample .cfg and .dat files required for its working?

    Thanks for the reply.
    But this library doesn't contain any sample .cfg and .dat files which can be read and understood. Can you please provide the same?

  • SAPDB : Archive the Log and Data files

    Hi,
    I am running a SAP WAS JAVA on my laptop with SAPDB as the database. Its used for my local developments.
    I have 3 log files and 3 data files of 1 GB each. I want to reduce this to 1 log file and 1 data file to free some space on my Laptop.
    How can this be done.
    Regards,
    Shubham

    Hi,
    well, you should check the <b>current filling level</b> of your database instance to see how large your single data volume should become.
    Then, I would recommend you put your db in <b>admin</b> state and make a full data <b>backup</b>.
    Then, you would need to do do a <b>recovery with initialization</b>. This is most conveniently done using the newest available version of the Database Manager GUI.
    During this process, you should be able to specify your desired new volume setup (please keep the filling level from your the beginning in mind). For the backup to recover, choose the one you just made.
    Hope that helps.
    Kind regards,
    Roland

  • SQL 2000 Log and data file free space

    HI ~ In SQL 2000, are there any tsql I can get the free space of the mdf and ldf file ?

    I would like to look into EACH ldf too like SQL 2005 onward using sysfiles
    in SQL 2000
    DBCC sqlperf(logspace) will just sum all the ldf size..... 
    Hello,
    Below would work in SQL2000.I did not tested it on 2000 ,I dont have 2000 anymore.This will give information for data and log file free space for all databases
    exec sp_msforeachdb 'SELECT name ,size/128.0 - CAST(FILEPROPERTY(name, ''SpaceUsed'') AS int)/128.0 AS AvailableSpaceInMB
    FROM sysfiles';
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • HT201269 how to connect I-phone 5S to a computer to transfer audio and data files

    how to connect I-phone 5S to a computer to transfer audio and data files

    You asked the same question 20 minutes ago and I answered it then
    https://discussions.apple.com/thread/6029247

  • Do iOS apps that are ONLINE translators (e.g requires Wifi or internet, such as Google Translate) store every translation you type in the Documents and Data files?

    I have several apps that are translators. Many of them are for offline use, (especially ones that cost money) but they keep eating away at my memory with every translation I type. What about the ONLINE translators, like GOOGLE TRANSLATE? Do they store the translations inthe app's Documents and Data, or not at all? Please help me! I'm dying to know! Also, does Google Translate charge you money for unlimited translations, or is it entirely free?

    No no no, thank you. However, I learned just now that "flash storage" does not equal "Documents and Data" because I noticed that the Documents and Data for Google Translate increases very slighty with every translation (faster if speaking the translation). But this doesn't bother me at all. Why? Becuz the app size is oh so small (2.3 MB) & every translator (all 50+ of them) is included for free (how dope is that?) without having to download any additional memory for each language. So when the time comes to delete and redownload it due to memory capacity shortage, it still requires only 2 MB to redownload it. I bet that won't harm my device at all. Hey, I can live with that!
    Thanks for your support for my question, Deggie, kudos!!!

  • Unable to create cofile from data file

    Hi All,
    I am trying to create a cofile with the commane **** tp createcofile <TR>**** and getting the following error .....
    ---> tp CREATECOFILE DC1K900012 pf=/usr/sap/trans/bin/TP_DOMAIN_DC1.PFL
    This is tp version 372.04.65 (release 701, unicode enabled)
    /usr/sap/trans/bin/TP_DOMAIN_DC1.PFL/tmp/DC1KK900012.DC1: Not a directory
    /usr/sap/trans/bin/TP_DOMAIN_DC1.PFL/tmp/SLOG1021.DC1.LOC: Not a directory
    PANIC --> exiting
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 0
    ERRORS: Highest tp internal error was: 0212
    tp finished with return code: 212
    meaning:
    could not access file as supposed (see dev_tp or SLOG1021.DC1 for more details)
    Please help with the syntax of creating a cofile ....
    Thanks in Advance.
    Regards,
    Revanth Kumar

    It may be because of TRANSDIR profile entry pointing to /usr/sap/trans/bin/TP_DOMAIN_DC1.PFL instead of /usr/sap/trans.
    its not able to access tmp folder under the trans file system.

  • Trying to create cofile from data file

    Hi All,
    I am trying to create a cofile with the tp createcofile command and getting the following error .....
    ---> tp CREATECOFILE DC1K900012 pf=/usr/sap/trans/bin/TP_DOMAIN_DC1.PFL
    This is tp version 372.04.65 (release 701, unicode enabled)
    /usr/sap/trans/bin/TP_DOMAIN_DC1.PFL/tmp/DC1KK900012.DC1: Not a directory
    /usr/sap/trans/bin/TP_DOMAIN_DC1.PFL/tmp/SLOG1021.DC1.LOC: Not a directory
    PANIC --> exiting
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 0
    ERRORS: Highest tp internal error was: 0212
    tp finished with return code: 212
    meaning:
      could not access file as supposed (see dev_tp or SLOG1021.DC1 for more details)
    Please help with the syntax of creating a cofile ....
                       Thanks in Advance.
    Regards,
    Revanth Kumar

    Hello Revanth,
    the correct syntax is:
    tp createcofile <transport_request> pf=<path_to_tp_profile> -s<extra_r/3_SID> -Dtransdir=<transport_directory>
    where "-s<extra_r/3_SID>" is used only if you're generating the file to another system ID. Normally the correct system to connect to for export purposes is the source system and this normally is the same as the first three characters of the transport requests name. However in some cases this is not true and you want to specify a extra R/3-system name. In this case
    you can use -s option as described above.
    Best regards,
    Tomas Black

  • How can I combine originals, modified, and data files?

    I just ran into a huge problem.
    I have about 33,500 pictures, and my startup disk is beyond full.
    I all of a sudden realized that I have three copies of every single picture I have. One in the modified folder, one in the originals folder, and another in the data folder.
    I need to clear out space, but I don't want to go through and delete/save each and every single picture. I want to save one copy of each picture. I'd like the modified pictures to combine with the originals into the file group they were originally in.
    I hope this makes sense, and I need help.
    I need to delete some of these pictures but I don't want to have to do it one by one, and I don't want to delete entire folders. (e.g. I don't want to have to delete all my originals, modified, etc. etc.)
    For future reference:
    Is there anyway I can import pictures, edit them, and only have one copy of the edited picture? Do I have to then go in and delete the original every single time I do that?
    S.O.S!
    Please help!
    thank you,
    -A lost girl named Jenn from Michigan.

    Jenn:
    Welcome to the Apple Discussions and Go Blue! First, let me discuss free space on the boot drive. It's strongly recommended to have a minimum of 10 GB free space on your boot drive. This is important if you want optimal performance. One way to regain free space is to run Monolingual to remove the unneeded language modules. Just don't remove the English module (I also kept the American english module). I saved 2 GB the first time I ran it on my MacBook Pro (intel). Do not run any of the other options, particularly if you have an intel model.
    Now, back to the library. Just getting of some photos may not be enough to give you sufficient free space but you can do some. Except for portrait photos that came from a camera with the auto-rotate option, you can get rid of all your modified files by doing a library wide Photos->Revert to Original. Those auto-rotated files will be recreated again.
    If the budget permits, as external FW HD is a very cost effective insurance against losing those irreplaceable photos and other critical files. With an external HD you can create a second library on it and copy those photos you want to save but remove from your original library with iPhoto Library Manager like this.
    Or, put those photos you want to remove from the library but not get rid of entirely in an album and burn them via the Share->Burn menu option. That will create a disk, CD or DVD, that can be mounted in iPHoto to view and/or copy back those that you might need at a later date.
    Note: the demo video are for iPhoto 7 but is the same for iPhoto 6.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Import bak and dat files

    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

    Assuming you're running Palm Desktop, and that after installing on XP you have the folder:
    c:\Program Files\Handspring\
    Under there you should see the folders named after the Palm Desktop user names (unless your user name has multiple spaces - then the folder might be just one of the words). for example, let's say it was Jane, you would see a folder
    c:\Program Files\Handspring\Jane
    To recover addresses, (with Palm Desktop closed), locate your old "address" folder (and the contained address.dat, UiPrefs.dat) into
    c:\Program Files\Handspring\Jane ( rename any existing "address" folder already existing, if any)
    Then when you open up Palm Desktop, you should see your old address book.  You can do the same thing with your datebook folder to recover dates.
    Hope that helps!

Maybe you are looking for

  • Automatic Goods Issue in Outbound delivery scenario with resp to Shipment

    Hi, Could you please explain me, how  Automatic Goods Issue happens in Outbound delivery scenario process and in shipment process. Is there any transaction for this? Can we use VL23 for Automatic Goods Issue in Shipment process? or is it only for Out

  • Maximum number of filter values in BEx web

    Hi Is it possible to change the maximum number of filter values displayed when running a query? Example: When the user runs a query and has to put in a material number, he pushes the button which shows him the possible values for input. The number of

  • Error in transferring a Contract from R/3 to SRM

    Hi Gurus, we've implemented SAP SRM on an extended classic scenario with R/3 as the back-end system. I transfer contracts from the back-end system to SRM by using the BBP_CONTRACT_INITIAL_UPLOAD report. A problem occurs when the contract in the R/3 s

  • Multiple Key Puts derived from single Client Put

    Hi I have a use case where a storage disabled member performs a single put into a distributed cache and at the Cache processing level (based on certain logic) I may wish to add extra keys into the cache for this value all within the same synchronous

  • Mail does not (always) display sent messages w/attachments

    Hello, A frustration:  my Mail 8.2 (using iCloud and OS X 10.2.2) often does not display particular Sent messages -- this most often occurs when I have multiple attachments and have spent quite some time, often approaching half an hour, composing the