How to check out files from DTR

Dear all,
I've check in files and activated it to the DTR. but somehow the transportation to production server was not complete coz it said that the DC built failed...how should i resovled this problem?  What is the steps to check out files from DTR..and what is the steps to delete a DC from DTR? thank you

Hi
see the following link ,it will be helpful for u.
[Working with the Design Time Repository |http://help.sap.com/saphelp_nwce10/helpdata/en/83/74c4ce0ed93b4abc6144aafaa1130f/content.htm]
Thanks
Hazrath

Similar Messages

  • CVAPI_DOC_CHECKOUTVIEW - how to check´out files to a SAP directory

    Hello,
    I have an issue with understanding and providing the FM CVAPI_DOC_CHECKOUTVIEW to check out files from KPRO to a SAP directory.
    I use CV120_KPRO_CHECKOUT to checkout files to local PC and this runs fine, but not for checking out files to SAP directories. So I found the API.... FM.
    But I am confused about the data required to run the FM CVAPI_DOC_CHECKOUTVIEW . I tried several times but it does not work either for check out to clnt nor to SAP server.
    Parameters for DOKAR, DOKNR, DOKVR and DOKTL are clear to me. PF-CONTENT_PROVIDE is CLNT for PC check out and SRV for Server checkout. But what about the rest?
    I am not sure how to provide the tables and the fields PF_FTP_DEST / PF_HTTP_DEST / PF_HOSTNAME and the PS_API_CONTROL.
    Can anybody help me with the required import data.
    Best regards
    Dirk

    Hi Dirk.
    We are using bapi to get the document file (original)
    Look our usage of pf_http_dest and pf_ftp_dest.
    CALL FUNCTION 'BAPI_DOCUMENT_GETDETAIL2'
      EXPORTING
        documenttype       = vl_dokar
        documentnumber     = vl_doknr
        documentpart       = vl_doktl
        documentversion    = vl_dokvr
        getactivefiles     = 'X'
        getdocdescriptions = 'X'
        getdocfiles        = 'X'
      TABLES
        documentfiles      = t_document.
    READ TABLE t_document INTO wa_document INDEX 1.
    CALL FUNCTION 'BAPI_DOCUMENT_CHECKOUTVIEW2'
      EXPORTING
        documenttype    = vl_dokar
        documentnumber  = vl_doknr
        documentpart    = vl_doktl
        documentversion = vl_dokvr
        documentfile    = wa_document
        originalpath    = 'your SAP directory'
        pf_http_dest    = 'SAPHTTPA'
        pf_ftp_dest     = 'SAPFTPA'
    IMPORTING
        return          = wa_return
    TABLES
        documentfiles   = tl_files.
    Darley

  • Can't check out files from JDEV 9.02.798

    Hi,
    We are making a project prototype with JDEV (previously we use another IDE). We have put our files in CVS 1.2. We are able to log in, update and add files to CVS. Unfortunately, we are unable to find a way to check out the files. The only option to do this is via FILE>Source Control>Check out project, but we failed..cant find module name. We also try to right click the files > Source Control>...there is no check out option there. Can you guys help us? There is one option we havent done yet, that is FILE>SOURCE CONTROL>IMPORT PROJECT. What happen if we click this? will it add the project file to CVS? Will it overwrite existing project (assuming we have similar project name with previous..)...Thanks

    Hi,
    The first thing I'd recommend is upgrading your JDeveloper installation. 9.0.2.798 is not a production version of JDeveloper (in fact, it's Release Candidate 2 of 9.0.2). There have been two full production releases since then.
    To add files to CVS as a module, you should use the Import Project command. This will prompt you to enter a module name. After importing your module, you can check it back out (to a different directory) using the Check Out menu, and specifying the same module name you used in Import Project.
    There were some specific issues with JDev 9.0.2 and module recognition in CVS - if you're still having problems, upgrading to JDeveloper 9.0.3 is definitely worthwhile to pick up the latest features and bug fixes.
    Thanks,
    Brian
    JDev Team

  • ORA-01422 while trying to check out files from Designer 10g

    Hi All!
    I am sorry if this has been posted earlier. Also, if i have posted it in the worng forum please let me know where to post this
    I have installed Oracle Developer Suite 10g. I have imported a repository successfully.
    When i log into the designer, the previous versions are also seen correctly. I am also able to log into the latest version.
    But when i try to check out any file for editing i get this strange error
    ORA-01422: exatch fetch returns more than one row in the query.
    Can anyone help me with this. I have tried searching over google, but hardluck... found no solutions!
    Thanks in Advance!
    Akhil
    Edited by: Akhil K on Oct 23, 2009 11:53 PM

    ORA-01422: exact fetch returns more than requested number of rows
    Cause: The number specified in exact fetch is less than the rows returned.
    Action: Rewrite the query or change number of rows requested
    This means you have more than one index having T.INDEX_NAME = 'IX_NAME'.
    When you use SELECT..INTO, you need to make sure that only one record will be selected.

  • Error checking out files from TFS - error getting files: update.IsFullyPopulated(setFileTimeToCheckin)

    My configuration:
    - MAC Mini 2,8GHz i5, 8GB - OSX 10.10.3
    - Eclipse Luna SR2 (4.4.2.20150219-0708)
    - TFS plugin for Eclipse (12.0.2.201409181809)
    I can connect to the TFS server and have created a mapping. When I do a "Get Latest Version", the console shows "Getting $/..." for many files until suddenly the checkout seems to hang. After a long wait I get the error message
    Error getting files: update.isFullyPopulated(setFileTimeToCheckin)
    It seems that the files have been retreived from TFS (they are in the mapped folder), however in the Source Control Explorer, all files are set to "Not Downloaded". In the .metadata folder, I can find a log showing the information below. Anyone
    having similar problems and a solution to this particular issue?
    !SESSION 2015-04-30 09:26:05.009 -----------------------------------------------
    eclipse.buildId=4.4.2.M20150204-1700
    java.version=1.7.0_71
    java.vendor=Oracle Corporation
    BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
    Framework arguments:  -product org.eclipse.epp.package.java.product -product org.eclipse.epp.package.java.product -keyring /Users/Developer/.eclipse_keyring -showlocation
    Command-line arguments:  -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.java.product -data /Users/Developer/Work/ws -product org.eclipse.epp.package.java.product -k$
    !ENTRY org.eclipse.core.net 1 0 2015-04-30 09:26:09.150
    !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
    !ENTRY com.microsoft.tfs.client.common 4 0 2015-04-30 09:33:06.765
    !MESSAGE Error getting files: update.isFullyPopulated(setFileTimeToCheckin)
    !STACK 0
    java.lang.IllegalArgumentException: update.isFullyPopulated(setFileTimeToCheckin)
            at com.microsoft.tfs.util.Check.throwForFalse(Check.java:173)
            at com.microsoft.tfs.util.Check.isTrue(Check.java:115)
            at com.microsoft.tfs.core.clients.versioncontrol.UpdateLocalVersionQueue.ensureUpdatesFullyPopulated(UpdateLocalVersionQueue.java:645)
            at com.microsoft.tfs.core.clients.versioncontrol.UpdateLocalVersionQueue.flush(UpdateLocalVersionQueue.java:493)
            at com.microsoft.tfs.core.clients.versioncontrol.UpdateLocalVersionQueue.close(UpdateLocalVersionQueue.java:428)
            at com.microsoft.tfs.core.clients.versioncontrol.engines.internal.GetEngine.processOperations(GetEngine.java:1160)
            at com.microsoft.tfs.core.clients.versioncontrol.engines.internal.GetEngine.processGetOperations(GetEngine.java:881)
            at com.microsoft.tfs.core.clients.versioncontrol.soapextensions.Workspace.get(Workspace.java:2651)
            at com.microsoft.tfs.core.clients.versioncontrol.soapextensions.Workspace.get(Workspace.java:2526)
            at com.microsoft.tfs.client.common.commands.vc.GetCommand.doRun(GetCommand.java:106)
            at com.microsoft.tfs.client.common.framework.command.Command.run(Command.java:100)
            at com.microsoft.tfs.client.common.framework.resources.command.WorkspaceRunnableCommandAdapter.run(WorkspaceRunnableCommandAdapter.java:78)
            at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
            at com.microsoft.tfs.client.common.framework.resources.command.WorkspaceCommand.run(WorkspaceCommand.java:219)
            at com.microsoft.tfs.client.common.framework.resources.command.ResourceChangingCommand.run(ResourceChangingCommand.java:46)
            at com.microsoft.tfs.client.common.ui.framework.command.RunnableWithProgressCommandAdapter.run(RunnableWithProgressCommandAdapter.java:74)
            at com.microsoft.tfs.client.common.ui.framework.runnable.DeferredProgressMonitorDialogContext$RunnableWithProgressWrapper.run(DeferredProgressMonitorDialogContext.java:286)
            at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122

    My configuration:
    - MAC Mini 2,8GHz i5, 8GB - OSX 10.10.3
    - Eclipse Luna SR2 (4.4.2.20150219-0708)
    - TFS plugin for Eclipse (12.0.2.201409181809)
    I can connect to the TFS server and have created a mapping. When I do a "Get Latest Version", the console shows "Getting $/..." for many files until suddenly the checkout seems to hang. After a long wait I get the error message
    Error getting files: update.isFullyPopulated(setFileTimeToCheckin)
    It seems that the files have been retreived from TFS (they are in the mapped folder), however in the Source Control Explorer, all files are set to "Not Downloaded". In the .metadata folder, I can find a log showing the information below. Anyone
    having similar problems and a solution to this particular issue?
    !SESSION 2015-04-30 09:26:05.009 -----------------------------------------------
    eclipse.buildId=4.4.2.M20150204-1700
    java.version=1.7.0_71
    java.vendor=Oracle Corporation
    BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
    Framework arguments:  -product org.eclipse.epp.package.java.product -product org.eclipse.epp.package.java.product -keyring /Users/Developer/.eclipse_keyring -showlocation
    Command-line arguments:  -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.java.product -data /Users/Developer/Work/ws -product org.eclipse.epp.package.java.product -k$
    !ENTRY org.eclipse.core.net 1 0 2015-04-30 09:26:09.150
    !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
    !ENTRY com.microsoft.tfs.client.common 4 0 2015-04-30 09:33:06.765
    !MESSAGE Error getting files: update.isFullyPopulated(setFileTimeToCheckin)
    !STACK 0
    java.lang.IllegalArgumentException: update.isFullyPopulated(setFileTimeToCheckin)
            at com.microsoft.tfs.util.Check.throwForFalse(Check.java:173)
            at com.microsoft.tfs.util.Check.isTrue(Check.java:115)
            at com.microsoft.tfs.core.clients.versioncontrol.UpdateLocalVersionQueue.ensureUpdatesFullyPopulated(UpdateLocalVersionQueue.java:645)
            at com.microsoft.tfs.core.clients.versioncontrol.UpdateLocalVersionQueue.flush(UpdateLocalVersionQueue.java:493)
            at com.microsoft.tfs.core.clients.versioncontrol.UpdateLocalVersionQueue.close(UpdateLocalVersionQueue.java:428)
            at com.microsoft.tfs.core.clients.versioncontrol.engines.internal.GetEngine.processOperations(GetEngine.java:1160)
            at com.microsoft.tfs.core.clients.versioncontrol.engines.internal.GetEngine.processGetOperations(GetEngine.java:881)
            at com.microsoft.tfs.core.clients.versioncontrol.soapextensions.Workspace.get(Workspace.java:2651)
            at com.microsoft.tfs.core.clients.versioncontrol.soapextensions.Workspace.get(Workspace.java:2526)
            at com.microsoft.tfs.client.common.commands.vc.GetCommand.doRun(GetCommand.java:106)
            at com.microsoft.tfs.client.common.framework.command.Command.run(Command.java:100)
            at com.microsoft.tfs.client.common.framework.resources.command.WorkspaceRunnableCommandAdapter.run(WorkspaceRunnableCommandAdapter.java:78)
            at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
            at com.microsoft.tfs.client.common.framework.resources.command.WorkspaceCommand.run(WorkspaceCommand.java:219)
            at com.microsoft.tfs.client.common.framework.resources.command.ResourceChangingCommand.run(ResourceChangingCommand.java:46)
            at com.microsoft.tfs.client.common.ui.framework.command.RunnableWithProgressCommandAdapter.run(RunnableWithProgressCommandAdapter.java:74)
            at com.microsoft.tfs.client.common.ui.framework.runnable.DeferredProgressMonitorDialogContext$RunnableWithProgressWrapper.run(DeferredProgressMonitorDialogContext.java:286)
            at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122

  • How to handle check-out files of users that are no longer with the company?

    We have cases that files were checked out and modified, but the engineers left before they check-in the files. What's the right way to handle such cases? Does the project admin have right to check-in for the engineers? How can we make another person to
    check the files in?

    Hi Peter, 
    Thanks for your post.
    Do you want check-in that files within the changes which that left engineer created to TFS Server? If yes, you need logon that engineer’s client using his account, then get modified files on this client and perform check-in.
    If you don’t need that changes which modified by that left engineer, just the check-out files on this client caused other users cannot work on that files, you can ask the team project admin user to perform
    tf undo command on that files to resolve this checked-out issue. 
    For example, the files be checked-out under workspace1, so execute this command “tf undo $/xx/xx(file path) 
    /collection:collectionURL /workspace:workspace1 /recursive” to undo it
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • User has deleted checked out files

    A user has deleted the local roboholp project folder with checked out files. (Robohelp HTML Version 9.0)
    The files are published as a webpage so the content is in HTML files - is there a  way to get the content back in Robohelp?
    And how can I check-in her files (there is not option in Source Control (Version 3.1.), although I have administrative rights)
    Thanks for any help.

    Hi there
    Not sure about RoboSource Control, but typically a source control application allows one to "Get latest version". The files should still be in the source control database, albeit with a status of "checked out". So you should be able to recover the project by simply getting the latest version. Not sure about how to go about forcing a check in from the user account that is no longer there.
    Cheers... Rick

  • HT201210 how do i remove files from my start up disk

    how do i remove files from my start up disk on a macbook air

    Freeing Up Space on The Hard Drive
      1. See Lion's Storage Display.
      2. You can remove data from your Home folder except for the /Home/Library/ folder.
      3. Visit The XLab FAQs and read the FAQ on freeing up space on your hard drive.
      4. Also see Freeing space on your Mac OS X startup disk.
      5. See Where did my Disk Space go?.
      6. See The Storage Display.
    You must Empty the Trash in order to recover the space they occupied on the hard drive.
    You should consider replacing the drive with a larger one. Check out OWC for drives, tutorials, and toolkits.

  • Anyone knows how to delete a file from a directory?????

    hi there
    anyone has any idea on how to delete a file from a directory? delete(String filename)? thank you.

    Hi,
    Check this link.
    Gives you an example code to show how to delete a file.
    http://examples.oreilly.com/jenut/Delete.java
    Hope this helps.
    Roopasri Vittal
    Developer Technical Support
    Sun Microsystems
    http://sun.com/developers/support

  • How to transfer file from ipod touch to i tunes. i have files in my ipod , ut itunes is  new so its telling if u sync the ipod all the files will be replaced but no files in the itunes.. so kindly help me how to transfer the files  from i pod to itunesb

    how to transfer file from ipod touch to i tunes. i have files in my ipod , ut itunes is  new so its telling if u sync the ipod all the files will be replaced but no files in the itunes.. so kindly help me how to transfer the files  from i pod to itunes......

    Some of the information below has subsequently appeared in a document by turingtest2: Recovering your iTunes library from your iPod or iOS device - https://discussions.apple.com/docs/DOC-3991
    Your i-device was not designed for unique storage of your media. It is not a backup device and media transfer was designed for you maintaining a master copy of your media on a computer which is itself properly backed up against loss. Syncing is one way, computer to device, updating the device content to the content on the computer, not updating or restoring content on a computer. The exception is iTunes Store purchased content.
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer - http://support.apple.com/kb/HT1848 - only media purchased from iTunes Store
    For transferring other items from an i-device to a computer you will have to use third party commercial software. Examples (check the web for others; this is not an exhaustive listing, nor do I have any idea if they are any good):
    - Senuti - http://www.fadingred.com/senuti/
    - Phoneview - http://www.ecamm.com/mac/phoneview/
    - MusicRescue - http://www.kennettnet.co.uk/products/musicrescue/
    - Sharepod (free) - http://download.cnet.com/SharePod/3000-2141_4-10794489.html?tag=mncol;2 - Windows
    - Snowfox/iMedia - http://www.mac-videoconverter.com/imedia-transfer-mac.html - Mac & PC
    - iexplorer (free) - http://www.macroplant.com/iexplorer/ - Mac&PC
    - Yamipod (free) - http://www.yamipod.com/main/modules/downloads/ - PC, Linux, Mac [Still updated for use on newer devices? No edits to site since 2010.]
    - 2010 Post by Zevoneer: iPod media recovery options - https://discussions.apple.com/message/11624224 - this is an older post and many of the links are also for old posts, so bear this in mind when reading them.
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive - https://discussions.apple.com/docs/DOC-3141 - dates from 2008 and some outdated information now.
    Copying Content from your iPod to your Computer - The Definitive Guide - http://www.ilounge.com/index.php/articles/comments/copying-music-from-ipod-to-co mputer/ - Information about use in disk mode pertains only to older model iPods.
    Get Your Music Off of Your iPod - http://howto.wired.com/wiki/Get_Your_Music_Off_of_Your_iPod - I am not sure but this may only work with some models and not newer Touch, iPhone, or iPad.
    Additional information here https://discussions.apple.com/message/18324797

  • How can I transfer files from one external HD (WD My Passport) to another external HD (Seagate Backup Plus)?  WD drive was improperly ejected and Finder no longer recognizes it.  Tried fixing with Disk Utility but failed.

    How can I transfer files from one external HD (WD My Passport 2T) to another external HD (Seagate Backup Plus 2T)?  WD drive was improperly ejected (although we did tell it to eject) and now Finder no longer recognizes it.   Using MacBook Pro and I just upgraded to Yosemite before this happened. Was told at Apple Store to use Disk Utility to repartition, but it failed.  It says to backup files and restore.  But how do I backup files?  Or would appreciate any other suggestions to repair drive.

    You may drag & drop between external hds. 
    Should you run into trouble.
    Take the exernal drive appart.  Take out the harddrive.  Try reading the data via a usb adapter. Put a household finan on the hd.
    http://www.cablewholesale.com/products/usb-firewire/usb-2.0-products/product-40u   2-01000.php?utm_source=Nextag&utm_medium=cpc&zmam=54972865&zmas=1&zmac=4&zmap=4 4 77

  • How can I convert files from pages 08 files without pages 09?

    I am extremely dissatisfied with the latest iWork (13?) applications. My 2008 MacbookPro crashed on me, so I purchased a new 15" MacbookPro last month. Due to a known issue that prohibits my new Mac from being restored from my Time Capsule backup (thanks, Apple...), we finally got it worked out so that all my files were restored, but I had to reinstall my applications as I could find them. I had iWork 09 on my old machine, but it was from a family pack years ago, for which I do not have the discs. So, now I don't have Pages 09 to convert all my older files (I had no legitimate reason to convert my graduate work from 08 because it all worked in '08 and '09) so that I can open all my .pages files in Pages. Why would Apple make Pages that cannot open .pages files?! This is quite frustrating, and I'm hoping someone has an answer for how to convert .pages files from iWork '08 so that I can open them in the latest Pages without having to purchase iWork '09 (AGAIN!). Apple is really ramping up its leaving people behind...

    Those are your choices.
    Buy iWork '09 which is a good solution or somehow reinstall Pages '08 so you can export to Word .doc/x files.
    We warned long and hard that not updating to Pages '09 would eventually lead to Pages '08 being left behind, although Apple was particularly ruthless the way it finally did it.
    Also that anything using Apple's proprietary formats is going to end up with the same fate.
    Peter

  • How do i move files from pc to icloud?

    I have 2 questions, first of all how do I move files from my PC to icloud?  Secondly how do I access icloud from my PC so I can view and grab files in case I need them?  I have about 7 GB of photos and videos from my iphone4 that I want to move to icloud and I just bought 100GB of icloud storage so I can store stuff on the cloud.  I am sorry for the newbie question.

    What is it then? How and what exactly do i use it for? My i pad says there is not enough storage available so i have purchased more in i cloud. I now want to save some TV programmes and films to i cloud to free up some space but don't know how to... When you are told there is not enough space to download you are prompted to go to settings and to purchase more storage - so it is not unreasonable to assume that this will solve the problem - or am I missing something here? Or is this just a way for apple to get money out of me?
    If this is not what it is meant for then what is it meant for? Is it just space to back up files to? If so then surely what i need is stored there - so i can delete the TV programmes from my i pad and grab them from i cloud later?
    Am rather perplexed...

  • How do i transfer files from Iphone4 to iphone5

    how do i merge files from iphone4 to iphone5?

    If the iPhone 5 is replacing the iPhone 4, check this link.
    http://support.apple.com/kb/HT2109

  • How do I FTP files from a security camera to iCloud so they can be retrieved back to my MacBook Pro whenever I connect when travelling?

    How do I FTP files from a security camera to iCloud so they can be retrieved back to my MacBook Pro whenever I connect when travelling?
    Russ

    Do you want to watch the live feed of your secutiry cameras or recorded footage?
    In either case, I don't think iCloud is your solution.
    For the first one, check with your security camera software, they usually have this option of broadcasting, so you'll know how to access it.
    For the later, you should use something like Dropbox (www.dropbox.com), since iCloud file sharing is, up to this date, app restricted.
    Hope it helps.
    JP

Maybe you are looking for