WebDynpro Problem - Importing Project from tutorials

I am trying to gothru the tutorial Accessing ABAP Functions in Web Dynpro (4).
I have downloaded and unzipped the zip file 4TutWD_FlightList.zip
When I try and Import a project,
It finds the Project TutWD_FlightList_init, I am able to select the project, but then I recieve a error
"Errors importing Projects
  Error message: Invalid project description.
I have tried other project tutorials off SDN and get the same error.

Luciano,
I have tried the File>Import>Import Project from File System>
I am able to get the project created but none of the other structure is being built. The application,controller, views and window are all missing. I have tried to  rebuild the project and I have tried to repair the project. No errors but no project structure either. I was a little confused by your suggestion to extract and then extract again. I have no files in the   TutWD_FlightList_init.zip  to extract again.
Also in the directory structure I have the files for the project such as...
project --> ProjectProperties.wdproperties
application --> FlightListApp.wdapplication
resultview-->  ResultView.wdview , ResultView.wdview.xlf
controllers --> SearchView.wdcontroller
Any other suggestion would be appreciated,
Thanks,
Sarah

Similar Messages

  • Problems importing connections from a SAN directory

    Is anybody having a problem importing connections from a directory that's on a SAN?
    My network is setup so that the Application Data directory is out on a SAN and when SQL Developer opens up the file dialog, current directory is listed as C:\ and entry in the file name field is file://<server>/<path to my stuff>/Application Data/SQL Developer/. This looks fine but when I click on the "Open" button to get the directory listing, an error dialog pops up with the following message:
    The directory C:\file:\<server>\<path to my stuff>\Application Data\SQL Developer is not accessible. Please select a different directory.
    When I change the current directory to the drive that maps the SAN location, I get the same message only with C: replaced with another drive letter.
    If I had to guess, the dialog is not processing the file:// protocol indicator properly before it attempts to get the directory listing. Does anyone have a work around?

    Other users also had problems with network shares, so you're right that might very well be the cause of your problems.
    As workaround, try mapping the settings folder to a local drive. Add this to \sqldeveloper\bin\sqldeveloper.conf:
    AddVMOption -Dide.user.dir=C:\sqldeveloperHope that helps,
    K.

  • How to import project from Final cut pro 7 to X ?

    how to import project from Final Cut Pro 7 to X ?

    please tell me if FCP 7can create any kind of file that FCP X can read ?
    I can read FCP 7 .mov file with QuickTime, but not with FCP X ? what can I do ?
    Sould I use a Premiere on PC to make files compatibles in between 2 apple Softwares ?
    I have a lot a files that have been created with FCP 7 and I just buy FCP X , so I am Stuck !!!
    thank you in advance

  • Problem Importing photos from camera to iPhoto

    Help. For a while I had no problems importing photos from my camera now I get the following error message:- /private/var/folders/CC/CC5eraW2GGCddoAX3DUGjE+TM/-Tmp-/iPhoto/PICT1015.JPG
    Does anyone know what this means? What I have done to my computer to cause this? and how to fix it. Thank you.

    Sam
    Welcome to the Apple Discussions.
    Launch Image Capture (in your Apps Folder) and use it to move the pics to the desktop. Then try import from there.
    If that works, then use your camera to reformat your card, and see if that works in the future.
    Regards
    TD

  • Problem Importing Music from

    Hello, I just setup my network attached storage and I'm having problems importing music from it. I get a runtime error with CTImport.exe "abnormal program termination", nice and informati've (see below). I'm running MediaSource 3.30.2, the most recent version. I can add songs little by little, but anytime I try and import a bunch, I get the error. It's not the length of the pathname either, because I added the longest one individually, and it was fine.
    I tried importing from a mapped dri've letter and from the network path directly, both have same problem. I also get the same error from the file sniffer built into MediaSource.
    I'm actually running an external USB hard dri've that is attached to Linksys's Storage Link NLSU2 (or something). Don't know if that is the problem. Any help is appreciated.
    Thanks in advance.
    <IMG src="http://www.dustinandalison.com/Ebay Pics/MediaSourceError.JPG">

    Yes, I originally had all my songs on my local dri've. Anyway, it turned out to be a "corrupt" file. This file was fine in every other media player I had, but MediaSource couldn't do anything with it, not even play it (it was an unprotected .wma). I don't know if that song was originally imported while on the local dri've, but I deleted it and MediaSource imported everything fine.
    It was a pain hunting that one song down.
    Thanks.

  • Problem when exporting and importing project from odi 10g to odi 11g

    Hi,
    I want to migrate my project from odi 10g to odi 11g.
    But when i am importing the interface then it is giving the error of mising references .
    I have exported the project(without its child component),models
    (including my datastore),KM's,folder (without its child component),packages(with child components),interaces(with child components),procedures(with child components),variables from odi 10g.
    After exporting all these objects i imported all the objects with import type set as "Synonym mode insert" into odi 11g but when i imported the interface it is giving the error of missing references.
    Source technolgy is Oracle and target technolgy is Postgres.
    Topologies have been made in the ODI 11g same as in ODI 10g.
    Please help.

    You dont need to migrate the complete repository. You can migrate a project at a time into ODI 11.1.1.5.x
    You have to be careful while importing. You have to follow a sequence when importing.
    Empty Project -> KMs -> Models (with DB Stores) -> Variable -> Empty Folders -> Interfaces -> Procedures -> Packages ---- All in SYNONYM mode insert (no exceptions)
    And your repository id in 11g MUST be different from the one in 10g.

  • Imported project from CVS not working.

    Hi all,
    I am experiencing a weird problem with the use of CVS.
    I am a new user of CVS, i installed a cvs server and i am trying to test its functionnalities within JDEV so that i can explain to the team i am working with how to use and benefit from it use.
    But right now i have a hard time using it. I imported the project to CVS using the command line and then i checked it out using jdev. the problem is that when i compile i get an error on every jspx page the error is a java.lang.IllegalArgumentException for the following lines in the source of the jspx :
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:afh="http://xmlns.oracle.com/adf/faces/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces">
    Also the the design view of the page is in designer mode and not in normal edit mode.(i only see embedded boxes one inside the other)
    I did a test i took the project from the folder that i used to import it to cvs and this version is working perfectly no errors at all.
    What could be the cause of this problem.
    I am using jdev 10.1.3.3 with cvs version: 1.11.17
    If further information is needed just ask me!
    Any help will be appreciated
    and thank you for your time
    Regards,
    Carl

    Hi all and thx for your time,
    I did some more extensive testing and i actually got it to work on a redhat machine. But i tried on 2 different windows machine and it does not want to work!!! But as i said from the redhat machine it worked right out of the box!!!
    On the windows machines i tried the jdev native cvs client and i also tried to install a newer version of cvsnt and i specified the path in my project unsuccesfully. I am running out of tests to try... Could it have to do with file permissions since the server is on a redhat machine and i try to import into windows!!! (i dont think this is even an issue but i am ready to consider every options)
    Thanks again for your time and involvement.
    Regards,
    Carl

  • Can Premiere CS3 import project from Premiere 6.5

    I see elsewhere that Premiere Elements cannot import project file from Premiere 6.5 and wondered if CS£ would. It would get me out of a hole if it could.

    Sorry that I missed this thread first time around, and only just now noticed it. In Nick's (the OP) case, I think that Colin helped him with his problem.
    As Nick, the OP, found PrElements will NOT Open a PrPro Project. As PE does not allow Import of a Project into another Project, that avenue is out. If one attempts to Open a PrPro Project in PE, they'll get an error message, along the lines of "Fool, this is a PrPro Project. You cannot Open it in PE. You must get PrPro. Fool." OK, maybe not that harsh, but close. Now, with some exceptions, PrPro WILL Open PE Projects. The biggest exceptions will be if Themes or Instant Movie were used. These do fritz up the works quite a bit. Still, a straight PE Project (PREL) will Open in PrPro fine, so long as the general versions of each program are close, or the PrPro version is newer.
    As Colin points out, the only problem with going from an older version of a Project to a newer version of a Project is that "hole" that exists, because Pr was not ported for the Mac. This was from PrPro 1.0 (called 7.0 in some circles), PrPro 1.5 and PrPro 2.0. During that time, all Pr Projects were PC-only. Mac's, regardless of whether they are running CS3 (first version to be dual-platform, since Pr 6.5) or CS4. No Open, no Import.
    The "trick" is to find a PC-user, who has at least CS3, or CS4, and have them Open the PrPro 1.0 through 2.0 Project. Once "converted" and Saved, then the Mac-user can Open it, provided that they have the same version of PrPro, or a later one. If the Mac-user has CS3, and the PC-user has CS4, this Open/Save will not work. If the PC-user has CS3 and the Mac-user CS4, it will work. This situation often shows Mac-users that PC-users are not such bad people after all, and that they'll usually put platform differences behind to help a fellow PrPro-user.
    Above, I've outlined the steps and have also added some warnings, such as 3rd party hardware (like Matrox), Effects and Transitions. Heed those warnings carefully.
    This will not help Nick now, but might help someone in the future. Remember, if you're on a Mac, and the Project was created in that time from PrPro 1.0 - 2.0, you WILL need a PC-friend to help you, and you will need to insure that your version of PrPro is at least equal to, or newer than, the PC-user's.
    Good luck,
    Hunt

  • Bpel: problems importing schema from http-url

    i have problems importing the schema "http://schemas.xmlsoap.org/ws/2003/03/addressing/". I'm using JDeveloper 10.1.3.3.0.4157 and SoaSuite 10.1.3.1.0 with the patch 10.1.3.3.0.
    The problem can be reproduced very easily:
    * create a new "BPEL Process Project" from template "Synchronous BPEL Process" and use all default settings
         -> deploying to my local app-server works
    * add a new variable to the process
         * select "Element" as type
         * click "Browse Elements..."
         * click "Import Schema File..."
         * enter "http://schemas.xmlsoap.org/ws/2003/03/addressing/"
         * select "Imported Schemas/addressing/EndpointReference"
         * finish creating variable
    * save all and deploy
         -> the ant console shows the following error:
    BUILD FAILED
    C:\oracle\JDeveloper\jdev\mywork\TejTest\BPELProcess1\build.xml:79: A problem occured while connecting to server "127.0.0.1" using port "8888": bpel_BPELProcess1_1.0.jar failed to deploy. Exception message is: ORABPEL-05215
    Fehler beim Laden von Prozess.
    Bei der Prozessdomäne sind folgende Fehler beim Laden des Prozesses "BPELProcess1" (Revision "1.0") aufgetreten: BPEL-Validierung nicht erfolgreich.
    Validierung der BPEL-Quelle nicht erfolgreich. Fehler:
    [Fehler ORABPEL-10902]: Kompilierung nicht erfolgreich
    [Beschreibung]: in "bpel.xml", XML-Parsing nicht erfolgreich. Grund "nicht definiertes Teilelement.
    In WSDL-Datei bei "file:/C:/oracle/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_BPELProcess1_1.0_c64929dfd2dacf95db3c9da081c1797d.tmp/BPELProcess1.wsdl" ist das Teilelement der Nachricht "{http://xmlns.oracle.com/BPELProcess1}BPELProcess1ProcessRequest" in keinem der Schemas definiert.
    Vergewissern Sie sich, dass die Schreibweise des QName-Elements korrekt ist und dass der WSDL-Import vollständig ausgeführt wurde.
    [Mögliche Behebung]: n/v.
    Wenn Sie ein Patch auf dem Server installiert haben, stellen Sie sicher, dass die bpelcClasspath-Domäneneigenschaft die Patch-Klassen enthält.
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.java:285)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:862)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:728)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:445)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    sorry for the german message, i couldn't get the english version. basically it says that "{http://xmlns.oracle.com/BPELProcess1}BPELProcess1ProcessRequest" is not defined in any schema, what is very strange because before importing the schema from http..., the element ...BPELProcess1ProcessRequest has been found.
    another strange thing is that if i download the schema from http://schemas.xmlsoap.org/ws/2003/03/addressing/ and import it from a local file, everything works as expected.

    When importing a schema there are two attributes to the import element to be aware of: namespace and schemaLocation. I think this is the basis of confusion, particularly where the same value is used for both in this case.
    I suspect that the schema import works for ax90033 because the schemaLocation is being specified as "http://schemas.xmlsoap.org/ws/2003/03/addressing/".
    The W3C has some further information on this at http://www.w3.org/TR/2004/REC-xmlschema-1-20041028/structures.html#element-import which gives an indication of the complexity that lies behind schema imports.
    Peter
    http://soastation.blogspot.com

  • Design view not working after importing project from Flex Builder

    After importing a project from Flex Builder to Flash Builder I am no longer able to see anything in the design view. I am using the flex 4.5 sdk.
    Any idea how I can get this design view working? I heard it could have something to do with the metadata directory but am slightly lost here?...
    Adam

    Could you please provide more information as to what exactly are you importing. Also does Design View not lauch at all or does it give errors. Would it be possible for you to share the logs.
    Meanwhile you can try cleaning the workspace and importing again to see if that solves the issue.

  • Problem importing photos from camera to Lightroom

    I have Creative Cloud for Photographers, it´s installed on my iMac and my MacBook Air. I use Lightroom to import photos from the camera. A few days ago I wanted to import some photos to the MacBook, but after a while everything stopped, no photos were imported and after waiting quite some time I gave up. Tried again after a while but then got the message that the files couldn´t be read. It worried me a lot as I was afraid the memory card might have got damaged, but I tried to import the photos to the iMac instead and it was no problem. After that I have tried to import other photos from various cameras to the MacBook, but nothing works. To the iMac - no problem. I then tried to uninstall Lightroom, but it was not possible. In the Creative Cloud-app It is possible to uninstall Photoshop, no problem, but with Lightroom it says "cannot be uninstalled" - on both the iMac and the MacBook.
    Since I will be traveling a lot in just a few days, it´s essential to have a Lightroom that works on my MacBook. I usually import photos from the camera several times a day, so without a LR that works, things will be much more difficult… 
    Any help will be much appreciated!

    As I am not a Mac person, I cannot explain how to change permissions, but I'm sure your favorite search engine will find the instructions.
    Sometimes, the destination folder where Lightroom writes the photos to has accidentally changed, and now you are pointing to a different fodler that doesn't have the proper permissions.

  • Problem importing photos from Extreme Pro SD Card

    Sorry if this has been covered. I atempted to import photos from my new CF card via a Griffin card reader into my iMAC. Never had a problem before, but iPhoto won't respond and won't recognize the card. Was able to import to my wife's MacBook Pro with no problem. Any thoughts? Thanks

    My appologies for wasting your time. The card reader has given up the ghost!

  • Problem importing music from hdd on my pc

    flaming thing wont import music from my hdd's at all...
    has happened in the past but am sick of uninstalling and re-installing itunes then importing all music by hand everytime as i have over 200gb of mp3 format music files...
    got to be an easy way of sorting this?? p.s has only happened since upgrading to windows 7? problems with itunes or problems with microsoft raping my computer??

    You need to set the iPod to sync manually. Keep another copy of the music.
    (78966)

  • Problem importing users from LDAP (AD) server in administration tool.

    Hello,
    I have a problem integrating an LDAP server in the Security Manager of the Administration tool.
    When trying to import users from an LDAP Server, i receive this error>
    "53002 - LDAP server referral is not supported."
    [http://download.oracle.com/docs/cd/E05553_01/books/AnyMsg/AnyMsg_Messages22.html]
    The configuration of the LDAP server is correct because i receive this message after configuring the connection>
    "LDAP Server connected succesfully".
    The version of the Oracle Administration Tool is> 10.1.3.4.1.090414.1900
    The specifications of the LDAP server are> Active Directory service in Microsoft Windows 2003 Server R2 x64.
    Thank you for the Support.

    Hello,
    Please refer to the following KBAs, may be this can helps you:
    http://service.sap.com/sap/support/notes/1818711
    http://service.sap.com/sap/support/notes/1816595
    http://service.sap.com/sap/support/notes/1809036
    Regards,
    Asma CHAOUACHI

  • Problem importing songs from CD

    Every time I import a CD into my iTunes, about 4 seconds into the first track the audio cuts out for a second or two. I've tried re-importing the CDs track-for-track and it still happens.
    The problem does not occur when I import other audio files, only when I import directly from a CD.
    Any ideas?
    Thanks,
    Rob

    Have you checked "Use error correction when reading Audio CDs"
    Edit->Preferences->Advanced->Importing

Maybe you are looking for

  • TO check whether import is running

    Hi how to check whether import is running or not.I am using oracle 8.1.7 in solaris 8 .I used ps -ef | grep imp in os level its showing its running i am importing the indexes only no data,When i am checking the freespace in index tablespace its not r

  • What is the return policy for products purchased from the US iStore?

    Hi. I purchased a product fro  an iStore in New York city (Apple Airport express). Actually required a router and was advised by staff it was a router (it is infact a wifi base station that will plug into an existing router). I'd like to return it/ex

  • Email Settings on N97

    Hi, I recently got an sms from Vodafone telling me to change my email settings as after the 1st Oct current one's might not work. I did exactly what the sms said and my incoming email's pick up fine from my Hotmail account, but when I try to send an

  • Java WebDynpro Sample Applications to learn.

    Hi There, I am new to Java WebDynpro ,I am looking for sample applications so that i can practice how to develope the webdynpro components and actually i want to learn how to do the external context mapping. Thanks, Rashmi.

  • 32 K error while compiling and deploying flex application

    Hi SAP Team, This is regarding the modelling of complex and huge models in VC and errors when modelling the same. I have a huge and complex model containing more than 100 queries from BI 7.0 system which iam using for modelling a VC application.I hav