Create existing MI project from DTR

Hi,
I have a problem with creating an MI project (like SAP MAM 2.5) which is uploaded by someone else from DTR in my SAP NetWeaver Developer Studio 7.0 (2004s) SP15.
When I press mouse right --> create project (in DTR perspective) on my project, everything is synced to my client, also the .classpath and .project file. When I switch to my MI perspective and then the navigation view or package view or MI view, all three I cannot find my project back in NWDS.
When I look at my C drive via Windows Explorer I can find all the files.
I reinstalled NWDS a few times. I also tried closing the NWDS after creating the project and restarting it, but this was also not working.
Can anyone help me what is wrong or what I am doing wrong.....
Thanks in advance and kind regards,
Bart

Hi,
this could have a few reasons:
check if the project is available in standard MI perspective. Then check if you have the same plugin.
If that is the case we can drill into it a little deeper.
Best solution would be - to be onest - to ZIP your workmates NWDS folder, copy it over to your location and unzip it there. furthermore you should have the same setup if it comes to JAVA and project files. If that is the case, you will have pretty much no issues with this, cause it should have the same behaviour on all computers.
Regards,
Oliver

Similar Messages

  • Error while creating web dynpro project from DTR

    Hello,
    I am getting following error while creating Web Dynpro project from DTR,
    org.eclipse.jdt.core.JavaModelException: File /<track name><DC><package>/.classpath is read-only.
    Still project gets created but evenif I check out view , it does not allow me to edit it.
    Also I have checked in and activated some changes but active copy in DTR is not reflecting those changes.
    I tried Add subtree option in DTR perspective for folders in this project. Is it result of that?
    Please help me in this regard.
    Thank You
    Beena

    Hi Beena,
            .classpath file should not checked in to DTR(uncheck the Read only properties). It is local file it contains class path for local system.
             Generally in webdynpro project only src folder should be checked in DTR.
    Regards
    Suresh

  • Problem in created project from DTR

    Hi,
    I am getting error when trying to do something in the newly created project from DTR.
    Error like this :
    Checkout is not possible. See below for details.
    The operation requires the writeability of the following Objects:
    Component Controller com.pg.adcs.stl.SendToLab
    ======>problem: DTR workspace is not modifiable /GGT_AntiDiv_Dsendtolabcom.pg.adcs/src/packages/com/pg/adcs/stl/SendToLab.wdcontroller.xlf
    ======>problem: DTR workspace is not modifiable /GGT_AntiDiv_Dsendtolabcom.pg.adcs/src/packages/com/pg/adcs/stl/SendToLab.wdcontroller
    Please help me on this...
    Thanks
    Arun

    Thank for the reply,
    After the created project from DTR, it was need to sync resoures and sync used DC. Now its working.

  • Error while creating a project from DTR.

    When i am creating a dc locally from DTR,
    It is giving an error message as follows;-
    generic VFS error
    com.sap.tc.devconf.SyncException: Unable to sync file or folder.: Sync request not
    at com.sap.tc.devconf.impl.DTRClientErrorMapper.toSyncException(DTRClientErrorMapper.java:73)
    at com.sap.tc.devconf.impl.VFSHandler.syncLocalPath(VFSHandler.java:359)
    at com.sap.tc.devconf.impl.DCProxy.syncSources(DCProxy.java:579)
    at com.sap.tc.devconf.impl.DCProxy.syncAsSources(DCProxy.java:461)
    at com.sap.tc.devconf.impl.DevelopmentConfiguration.syncAsSources(DevelopmentConfiguration.java:4895) at com.sap.tc.devconf.impl.DevelopmentComponentNode.syncAsSources(DevelopmentComponentNode.java:903) at com.sap.ide.eclipse.component.provider.actions.dc.DcCreateProjectAction$1.syncSelectedDCs(DcCreateProjectAction.java:441) at com.sap.ide.eclipse.component.provider.actions.dc.DcCreateProjectAction$1.execute(DcCreateProjectAction.java:235) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:71) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1595)
    at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:85)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101) Caused by: com.tssap.dtr.client.lib.vfs.VfsException: Sync request not
    at com.tssap.dtr.client.lib.vfs.impl.SyncRemoveFeatureMget.syncMountedFolder(SyncRemoveFeatureMget.java:213)
         at com.tssap.dtr.client.lib.vfs.impl.SyncRemoveFeature.sync(SyncRemoveFeature.java:530)
         at com.tssap.dtr.client.lib.vfs.impl.VfsFolder.sync(VfsFolder.java:1290)
         at com.sap.tc.devconf.impl.VFSHandler.syncLocalPath(VFSHandler.java:349)
         ... 10 more
    Caused by:
    [VFS version: 6.40 630_VAL_REL 0010 (2005-05-08 21:54:38 CEST)] com.tssap.dtr.client.lib.vfs.VfsException: Sync request not
        at com.tssap.dtr.client.lib.vfs.impl.SyncRemoveFeatureMget.syncMountedFolder(SyncRemoveFeatureMget.java:213)
        at com.tssap.dtr.client.lib.vfs.impl.SyncRemoveFeature.sync(SyncRemoveFeature.java:530)
        at com.tssap.dtr.client.lib.vfs.impl.VfsFolder.sync(VfsFolder.java:1290)
        at com.sap.tc.devconf.impl.VFSHandler.syncLocalPath(VFSHandler.java:349)
        at com.sap.tc.devconf.impl.DCProxy.syncSources(DCProxy.java:579)
        at com.sap.tc.devconf.impl.DCProxy.syncAsSources(DCProxy.java:461)
        at com.sap.tc.devconf.impl.DevelopmentConfiguration.syncAsSources(DevelopmentConfiguration.java:4895)
        at com.sap.tc.devconf.impl.DevelopmentComponentNode.syncAsSources(DevelopmentComponentNode.java:903)
        at com.sap.ide.eclipse.component.provider.actions.dc.DcCreateProjectAction$1.syncSelectedDCs(DcCreateProjectAction.java:441)
        at com.sap.ide.eclipse.component.provider.actions.dc.DcCreateProjectAction$1.execute(DcCreateProjectAction.java:235)
        at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:71)
        at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1595)
        at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:85)
        at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    what will be the reason. how to get rid of this?
    helpful answer will be rewarded.Its urgent.

    Hi,
       You can try the following:
    1. Give the fully qualified domain name of the DTR server host in NWDS Preferences->Development Configuration.
    2. Check if your WAS and JDI are on a higher SP level. If yes then use the corresponding NWDS.
    Regards,
    Satyajit.

  • How to delete project from dtr

    HI, how can i delete project from dtr?thanks

    Hi Lei,
    Please check the following links.Also the SAP Note 864515 explains how to delete a development component.
    How to delete Development Components in NetWeaver Java Development Infrastructure (JDI)
    Regards,
    Yasar

  • Trying to create a WebHelp project from 2 yr old files

    I have inhertited an old WebHelp project that I need to
    recreate. The files are from 2006 and I need to generate a new help
    system. Do I need to import these 2 yr old files or can I start a
    New Project within RoboHelp.

    You don't have to create a new project, but I think it's the
    most effective way to get a clean update from the old .css and html
    code.
    You can make a copy of the entire source project directory,
    launch RH7 and open the project file. RH tells you it will update
    the project, and you can't go back to an earlier version fom RH.
    (That's why you saved a copy.) Click Update and, if it's a big
    project, be patient.
    Harvey
    Oops, hi, Peter.

  • Existing DV project (from HDV tapes) need to recapture HDV and master OUT

    here is one nightmare..
    Is there a way to recapture existing DV project (FCP 5.1.4) to HDV ?
    the tapes are HDV - but SOMEONE did not switched the HDV to DV convertor OFF on our deck..
    we need to deliver the master to client..
    thanX for your help

    j3h,
    This could very well be a nightmare if you didn't capture planning to do an online/offline workflow. We do not do this so I am no expert but I can help you search for the right answers. You want to online your DV project. I think that Media Manager can help with this. I caution you, if you did not Log and Capture (ie. you used "Capture Now") then you are in for a large headache. If you used log and capture then you should be able to recapture your media and have media manager replace your DV clips with HDV clips.
    K

  • STP Quits When Attempting to Create Audio File Project from Multitrack

    When I double-click a clip in a Multitrack to edit it in an audio file project, STP opens the "Create Audio Project" window and allows me to save the file project, but then quits and closes STP. I am working on a tutorial file from the Apple Pro Training Series: Soundtrack Pro. I have deleted and reinstalled the project files from the book - same result. Otherwise STP has been stable. Does anyone have any ideas why this is happening and a possible remedy. Is there a way to trash prefs as in FCP?

    Macintosh debugging time!
    I've only ever had stuff go wrong like that once. I found and deleted a couple of plist files, and everything worked after that. Try deleting these files and relaunching the application:
    <User Folder>/Library/Application Support/Soundtrack Pro/EffectsCache.plist
    <User Folder>/Library/Application Support/Soundtrack Pro/Layouts/Default.moduleLayout
    <User Folder>/Library/Preferences/com.apple.soundtrackpro.plst

  • Can you create an iMovie project from 2 different formats?

    Hi,
    I have video shot with a newer Cannon HD camera, and a slightly older Sony Handicam (DV), both shot on miniDV tapes.
    iMovie '09 accepts both, but the stuff shot in DV looks distorted, and appears to have the aspect messed up as there are the "black bars" around it, making it almost look squished.
    I don't think changing my camera play back settings will help. I'm guessing it was shot in 4:3. Would I have to edit/zoom every frame to "fit"? My ultimate project would be widescreen as that's what my HD was shot in.
    Thanks in advance for any help

    To use 4:3 content in a 16:9 project you have 2 options FIT or CROP.
    In a 16:9 project:
    - The " FIT " option displays 4:3 content Pillar-Boxed (Black bars on both sides of the image)
    - The " CROP " option zooms the 4:3 content to fill the 16:9 frame (No black bars)
    Here's how you can access these options:
    1. Open iMovie '09
    2. Go to "File > New Project" and select "Widescreen 16:9"
    3. Click "Create"
    4. Drag & Drop a _4:3 clip_ into the _16:9 project_ you just created
    5. Go to "iMovie > Preferences... > General"
    6. Check the "Show Advanced Tools"
    7. Back to your project select your 4:3 clip
    8. Press the "c" key on your keyboard
    9. Choose between FIT or CROP and click "Done"
    That's it!

  • Created a DVD project from Adobe Encore into a .iso file

    I have an ISO file that is suppose to have my Encore DVD on it. How do I OR what do I do with this file to get it to be something I can use with my DVD Player! HELP... signed, frustrated bill

    Well, I burned the VIDEO_TS folder...it runs on the MAC DVD Player. When I put it into on DVD player hooked up to a TV...it immediately says OPEN and opens. I put it into another DVD player hooked to another TV and it sort of sits there knowing it has a DVD...for a minute or two then generates some error code.
    So...VIDEO_TS works on computer Mac...not on individual DVD players.
    Yes. The Mac DVD Player application plays either a VIDEO_TS folder or a DVD. The VIDEO_TS folder can be on a disk of any format. A standalone DVD player needs the VIDEO_TS folder to be on a UDF DVD. Burning the VIDEO_TS folder will not generate a UDF DVD, whether you use Finder or Disk Utility for burning. The ISO image file you started with should be UDF. If you burn it (not the VIDEO_TS folder it contains) with Disk Utility, it will generate a UDF DVD that will play of a standalone DVD player. If the ISO disk image file is not UDF (open the ISO file and look in Disk Utility to see if it's UDF), you can make a UDF disk image file from the VIDEO_TS folder using DVD Imager
    <http://lonestar.utsa.edu/llee/applescript/dvdimager.html>

  • Sync and Create project operation from DTR is taking more than one hour

    Hi All.
    Recently basis team has implemented the track for  ESS/MSS application.So When we import the track to NWDS its showing 500 Dcs.
    I have successfully done the Sync and create project operation from DTR for 150 DCS and its take 5 min per Dcs.
    However after that when i am trying to sync Dc or create project DC from DTR the operation is taking more than 3 hour per DC.Which should not be the case because for rest 150 DC that i ahve done Sync operation adn Create project operation from DTR it hardly takes 5 min per Dc.As this operataion is taking so much time finally i have close the NWDS to stop this operation.
    I am using NWDS 2.0.15 and EP7.0 portal SP15 and NWDI is 7.0
    Can any body tell how to solve this issue so that i can Sync and Create project from DTR for a DC within 5 min?
    Thanks
    Susmita

    Hi Susmita,
    If the DCs are fine in CBS build, then I feel there is no need to test all of them locally in NWDS.
    You can verify some certain applications in these DCs, then you sync & create project for these DCs & test run these applications.
    As I get you only need to check ( no changes will be done ), yes you can verify them in small groups (say 20-25 DCs/group) in different workspaces so that no workspace is overloaded.
    But why do you want to keep a copy of them locally as you are not making any changes, you can Unsync & Remove these projects once verified & use the same workspace to work on the next set of DCs.
    Hope this clarifies your concerns.
    Kind Regards,
    Nitin
    Edited by: Nitin Jain on Apr 23, 2009 1:55 PM

  • Creating a Dynamic Web Project from existing source?

    I don't see this option in OEPE like there is in Workshop for Weblogic. All I can choose from is "Create Dynamic Web Project" which creates a new project from scratch, or "Create Java Project" which has an option in the wizard to import existing source.. however this makes it a vanilla Java project instead of a Dynamic web project.
    Did the concept of importing existing code into a project not cross anyone's minds when this plugin was developed? It's as if the expectation was that everyone would use this on their own private projects and there would be no collaborative/parallel development.
    What is the recommended way for creating a Dynamic Web project off of existing source code without stomping all over the existing web.xml weblogic.xml?

    There are many "import" scenarios, so let's break them down and lay out the support expectations:
    1. A java ee project created with base Eclipse using Web Tools Platform project types. This scenario includes both the case where the project creator had OEPE installed as well as the case where there was no OEPE installed. In this case, one should use the import existing projects wizard as the project being included already has metadata that can be read directly.
    2. A java ee project created with a non-Eclipse IDE or perhaps completely by hand with rudimentary tools such as notepad. Currently, the way this case is supported is by creating new projects and copying application source into them. Advanced users may be able to configure support in place, but we cannot support users with this approach as the possibility of corruption is high. We are currently working on a set of wizards that will help automate this case. These wizards will be available in the release of OEPE that's slated to ship around the end of 2009 or early 2010.
    3. A project created with BEA Workshop. This case is not supported as there are a number of technologies in Workshop that have been end-of-lifed (such as Apache Beehive). Users with Workshop applications should stay with Workshop until they are able to remove dependencies on end-of-lifed technologies. At that point moving to OEPE is recommended. Unofficially (this option is not supported but may work), advanced users may be able to migrate a Workshop app to OEPE, by stripping out all Workshop metadata (.project, .classpath, .settings, etc.) and by pretending that this is scenario #2 (import of a non-Eclipse application). Don't try this if your application still have dependencies on end-of-lifed technologies.
    - Konstantin

  • Retrieving a Project from Local Files ( .dtr folder )

    Hi Experts,
    I was working on a Development Component ( DC) and created an Activity which had all of the project.
    For some reason I never checked it in the DTR. And everything was local to my NWDS
    Now my computer crashed but fortunately I have the backup of all the files on my computer.
    How can I retrieve my project from .DTR folder
    Would appreciate your response on this. Thanks alot!!
    Akshay!

    Hi Akshay,
    Now my computer crashed but fortunately I have the backup of all the files on my computer.--->>hope you have the project files with the latest code change done by you.
    For some reason I never checked it in the DTR. And everything was local to my NWDS & How can I retrieve my project from .DTR folder--->>take the backup of the projects in your local machine. After this try to sync/create the project from the DTR, once done check in the transport view's activity tab for activity created by you.
    IF activity is presented then good you can check the code and confirm the file having your changes or not.
    If you are not able to locate the old activity then create new for the project and with the help of backup project files you can replace the code and do the changes.
    Hope this may help you.
    Deepak!!!

  • Creating a new RH9 HTML project from legacy project

    Hello,
    I am contemplating creating a new project from scratch from the monster that my current RH9 HTML project has become. I would appreciate advice on whether this is the best approach and if so, how to proceed. Here is background:
    I have an RH9 HTML project with 3500+ topics. This project was created with the first version of RoboHelp, back in the Blue Sky software days, about 15 years ago. Each time the RH software was sold to a new company, we ran into major issues with conversions and upgrades. The project kept growing and several times we ran into problems that had to be escalated to the top levels of support with the current owner of the software. Many times the best we could do is create workarounds. The number of files created over the years for this project has become enormous and I'm sure there are many which could be safely deleted but I'm not sure how to find out which ones without lots of trial and painful error.
    The most recent issue that came up was the sudden disappearance of all links between map IDs and topic titles for my context-sensitive topics. I posted here but eventually went to Adobe Support. After long and involved conversation and testing, we determined that one of the topics was corrupted and I was advised to start deleting topics and adding them back until the bad one was discovered. It was a very time-consuming process, and is an example of the other problems encountered, usually one major meltdown like this per year, give or take.
    The project was first created in MS Word 97, with lots of fancy formatting and frills. Eventually I was convinced by members of this forum to switch to RH HTML, so most of that formatting went away, but sometimes not in a nice way.
    So bottom line, I have way too many files, lots of them are messy, and I want to make a nice, clean project and have an easier life.
    What do you experts have to say?
    Thank you.
    Carma

    Good luck?
    The problem with something like this is that it sounds like the topics have built up some horrible code along the way.
    Would you like me to take a prima facie look?
    Contact me via my site if you would.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Cannot create OSB project from Eclipse

    I am working with OSB after a while. I have installed OSB and webgic server. When I have installed OSB the Oracle Enterprise pack for Eclipse has been installed.
    Now, when I am trying to create an OSB project from Eclipse. But when I am doing File-->New-->OSB Configuration Project, it gives error message:
    The selected wizard could not be started.
    Plug-in "com.bea.alsb.ui" was unable to instantiate class "com.bea.alsb.ui.wizards.NewALSBContainerWizard".
    com/bea/alsb/core/containers/exceptions/ContainerException
    Do I need to Install anything else?

    I resolved this issue. First, I installed WebLogic Server with Oracle WebLogic Server 11gR1 (10.3.3) + Coherence + OEPE (dowload here) and then, installed Oracle Service Bus v. 11.1.1.3.0. (download here ).
    When install OSB, be sure to select the oepe that is located inside the middleware directory.
    Doing these steps, after these installations, on path "Middleware directory/oepe_11gR1PS2" is the eclipse.exe. If you executed this file, it seems that the problem is resolved when try to create an osb project.

Maybe you are looking for

  • CE:  An internal authentication error has occurred

    Could anyone help me please? i have been play 'try and search game':( for serveral days for this problem. i search this forum and find other people have been in same problem, but no progress for me i look around at uwc.log, but doesn't give me clue,

  • Can't disconnect from other computer on the local network

    We have several Mac's (6) running in our small office, connected via wifi and ethernet.  One of the computers we call the "warehouse" and is used as our storage unit and to run 3 filemaker databases.  This warehouse is still running OS X 7, while the

  • Stream audio from macbook pro to tv

    I'm using a MacBook Pro 8.2 and want to stream video to à Sony Bravia TV. I've connected them with à cable from the Thunderbolt port to the HDMI port on the TV. I get the video images but no sound. Is there à way to do this or do I need à separate au

  • 2 Phones 1 Computer Seprate contacts

    Please help Me and my mom just got an iPhone 3G and I am using 1 computer. Me and my mom have different contacts, so when I plug the new phone into the computer it adds all of her contacts to the computer. And now I have her contacts and my contacts

  • Financial Accounting - Org. Structure

    Hi Gurus, Please tell me about FI Org Structure? What all things should be included in FI Org Structure? It will be good if you explain me through example. waiting for your reply. Thank You