Existing SC & DC know

Hi all,
Am in process to edit the exiting Java webdynpro application using NWDS. I would like to know which version of SC/DC is using currently, so that i can make the change to that particular SC/DC from Import configuration from Development Configurations.
While importing i do see the different version of Tracks under single SC, so that how can i know which is the particulate one is using for current application.
I do check in DTR as well but i dodn't find any version there buy to see SC/DC only.
Please help on the same.
thanks
rag

Hi Jun,
I gone through that and it was really helpful. But my issue is once i found the component from iView then I went to DTR to see all Biuld spaces and SC's as well
I my question is how do i know which DC/SC related to our EDIT application? and im iView it doesn't say it is related to perticulat SC or Buildspace.
After i followed your link still i didnt find the proper Track for the same. I didnt see the "location" column in my Development Components. am running in 7.0 version.
Your comment:
Development components)
select "All development components" in the dropdown.
you can put x~y~z in the name column to filter.  the location column tells you the track information.
Thanks
Rag

Similar Messages

  • Package does not exist (Again, I know...)

    Hi,
    This problem seems to be pretty common, but I didn't find anything that helped me. I'm working on MacOS X, I hope someone can give me an answer or direct to some good ressources on that topic.
    Here's the problem:
    I'm working through a textbook with exercices, and they provide java-classes to read text--input from the command-line. They're in a folder Prog1Tools, located in ~/System/Library/Java. I chose that folder since one of the classpaths reads: $HOME/Library/Java:$NEXT_ROOT/Library/Java:$NEXT_ROOT/System/Library/Java:
    I also tried to put Prog1Tools in the location specified in the first classpath above, but either way, when I compile my program with
    import Prog1Tools.IOTools,
    I get the error:
    HelloXCodeWorld.java:9: package Prog1Tools does not exist
    import Prog1Tools.IOTools;
    ^
    1 error
    Thanks for suggestions, I'm a born-again Java programmer, and got stuck pretty quickly there....

    what a coincidence, as I have the same problem too:
    I got the Jakarta jar file and have modified class path, but still the package is not recognised!!
    So c'mmon guys lets help two people by one reply!

  • "playlist for updating no longer exists!"

    Recently my ipod reached its full capacity so I could not add anymore songs onto my ipod, instead it created a seperate playlist of songs which were most played etc. However I accidently deleted that playlist and now my ipod is blank and won't let me put songs on it
    the message reads : "songs on the ipod cannot be updated because all of the playlists selected for updating no longer exist"
    does anyone know how i could fix this problem?
    any help would be much appreciated
    thanks!

    Open iTunes prefs-> iPod and set it to Automatically update selected playlists and select a new playlist.

  • ICloud has my old Apple ID and is prompting for a password, but I want to put in the new id, I can't because it is grey and there is no edit option.  I'm prompted for a password to an account that doesn't exist

    iCloud has my old Apple ID and is prompting for a password, but I want to put in the new id, I can't because it is grey and there is no edit option.  I'm prompted for a password to an account that doesn't exist.  Anyone know what I can do to fix this or why this is happening.?  I had no issue putting in my new Apple ID everywhere else, I could sign out of the old and inactive account and then sign back in using my new and proper one.  However, after the update to 7.3 it did a whole welcome to yr iPad and a set up thing and it went to set up iCloud and had my old Apple ID in grey where I can't change or edit it, it wants the password, when I put in the old password, it say yr Apple ID is incorrect but yet it won't let me change it??????? Anyone???

    Sign out and back into your apple id from Settings>iTunes and App stores>(Your apple ID)>Sign Out and then sign in again with the new address. Close app store from running in the background (or restart the phone if your unsure how to do this). If when trying to update any apps they are still asking for the old apple ID, delete and re-install those apps.

  • How do I verify my iCloud account when the email address apple wants to send the instructions to no longer exists?

    How do I verify my iCloud account when the email address Apple wants to send the instructions to doesn't exist?  I know I need to change the email account associated with iCloud but there doesn't seem to be a way to do so.  Any help would be greatly appreciated!! 

    Did you create an entirely new ID or did you just change the Gmail address to a new email address on your existing ID?

  • Do you know of any kids games apps compatible with 2nd generation iPod?

    Do you know of any kids games apps compatible with 2nd generation iPod? wanted to put some kids games on but they all say they are not supported by iOS 4.2.1. which is the latest ios it can be updated to. I get the message This app requires openGL ES 2.0 graphics capability. Can you tell me if there are any games I could download for him please?
    If there aren't can you tell me if an ipod touch 3rd generation would be able to get alot of the current games like the lego ones and angry birds or which generation I would have to go to.
    Many Thanks

    - These sites allow you to filter searchs for those apps compatible with 4.2.1
    iOSSearch - search the iTunes store for compatible apps.
    Apple Club - filter apps by iOS version.
    - However, some apps currently in th app require a higer iOS version. But, as I posint out in my previous reply, Apple allows yo to downlod the last compatilbe version
    App Store: Downloading Older Versions of Apps on iOS - Apple Club
    App Store: Install the latest compatible version of an app
    You first have to download the non-compatible version on your computer. Then when you try to purchase the version on your iPod you will be offered a compatible version if one exists.
    I know of no list/seach method to find those apps

  • Cannot modify Data Connection in Infopath form as the original webservice server no longer exists

    Hi,
    I am going to modify one of the data connections in my infopath form, but it throws me an error. The original server no longer exists. I know that I can change the manifest.xsf and replace the old server with the new server name. And when I pulled up the
    Data Connections list, I can see all the connection sources have been changed to the new server. But  I am still getting this error:
    Could not open "http://<oldeserver>/<webservices.asmx>?WSLD
    I don't seems to see a reference to the webservices.asmx, where will that be?
    Please advice. Your help would be greatly appreciated!
    Where is this reference came from? 

    I think I found out where the reference is, it is actually in the udcx file. It is weird though, the one on Central admin has been updated with the new server name, but not the one in the local data connection library, and it is actually referencing the
    local data connection library instead of the one in Central Admin.
    Thanks.

  • ORA-08006: specified row no longer exists

    Hi All,
    We are using OWB tool to execute mappings(Package) and while executing it i go the error "ORA-08006: specified row no longer exists".
    I know that this is not the OWB Forum, but the concept is related to SQL/PLSQL.
    So a Mapping is nothing but a package .So execute mappings means executing Package main function.
    Before calliing mappings(Package) we call one procedure(imbedded into mapping) which update a master table and then in mappings(Package) we check the value so that the data will not be processed again.
    So Executing the Mapping (Package) without imbedded procedure will sucessfully run but with procedure it give warning.
    So you please let me know
    how to trace this warning.
    if we neglect it how will it impact us.
    is there any log files to check.
    Is this error only come when the other session delete the data and next one will read it.
    Thanks.

    Got the solution
    http://practical-sql-tuning.blogspot.com/2010/03/ora-08006.html
    Cheers
    Nawneet

  • Could not be moved to the mailbox (null) alert - anyone know how to fix this?

    Greetings
    When I archive mails in one of my mail accounts, about 50% of the time, I'll get an alert that says - "The message XYZ could not be moved to the mailbox (null) - The destination mailbox does not exist."
    Anyone know how to fix this?
    Thanks,
    John

    Can't Delete Mail Messages

  • File adapter : Do not poll if directory does not exist

    Hi people !
    I have a BPEL process that takes files as Input messages.
    I use a file adapter to do that.
    It works well but I would like to avoid polling the directory if it does not exist, do you know how to control if the directory actually exists ?
    Here is the File Adapter configuration :
    <jca:operation
    PhysicalDirectory="PhysDir"
    ActivationSpec="oracle.tip.adapter.file.inbound.FileActivationSpec"
    PhysicalArchiveDirectory="ArchiveDirl"
    DeleteFile="true"
    IncludeFiles=".*\.xml"
    PollingFrequency="30"
    MinimumAge="0"
    OpaqueSchema="false" >
    </jca:operation>
    Even if the directory does not exist, the process endlessly tries to poll that directory.
    Thanks in advance,
    Romain.

    I do agree with you that the directory should exist because the adapter was configured to poll on that directory !!
    Nevertheless, I would like to know how to control its existence before polling...
    Romain.

  • ADAWS Webapp Directory Does Not Exist

    Hello,
    When I do the test (Security Settings) by the URL http://localhost/adaws/install/writeFiles.aspx I have the following error: "ADAWS Webapp Directory Does Not Exist."
    Someone knows what are happening?

    Tech support told me:<br><br>
    "We have bug #60365 filed on this issue. The version number in WriteFiles.asp.vb is hardcoded to '6.2' and It will look through pthome.xml for this version of ID-AD and not find it. As a result, it will throw the 'Directory Does Not Exist' error. "<br><br>
    Basically, just ignore the diagnostic error as the remainder of the app is unaffected by it.

  • How do I determine if a file exists or not on my PC?

    I thought this would be an easy one and maybe I am just making it harder than what it has to be. I simply want to search in a given directory to see if a file exists on not on my hard drive. Are there any ideas as to how to do this without causing an error if the file does not exist?

    Hi:
    In those situations what I've done till now is opening  the file
    and  close it inmediatly, if I find out and error while opening it
    I guess it doesn't exist. I know this is not the best way since there
    may be other reasons for the Open File Function to fail, but it has
    worked for me. Does somebody know a better way to do it?
    Regards
    Robst - CLD
    Using LabVIEW since version 7.0

  • Websites for downloading code-templates (java and jsp) existing ?

    Hi,
    I'm searching for a website, offering code examples or templates (in java and jsp) for downloading.
    For example: A code for creating a new xml-file, login-procedure or sending an e-mail with a java-program, I can customize.
    I know, for asp.net such websites for downloading code-templates are existing (e.g. a German website: http://www.aspheute.com).
    So I think for java and jsp those sites will also be existing�
    Does anyone know some links ?
    bye
    Chris

    Yes, with google - I'll surely find some matches, but I'm looking for links and websites which will be provided by personal experiences.
    With google - you won't find any personal experiences...
    bye
    Chris

  • Full import error : "user does not exists"

    Hi all,
    I had 5 separated windows based servers (32bit) with oracle database 9i. I decided to centralize them into one server. So, I configured a new Linux (64bit) and install an Oracle 10gR2. Then I configured a starter database with dbca. I prepared a full dump file from one of old servers and successfully full imported it into starter database on new Linux (10g) server. After that I configured another database using dbca. But when I wanted to full import the previous dump file into new database I have got the error "user does not exists" regarding some demo schema and import terminated unsuccessfully.
    I decided to create users regarding the errors and restart the import. After each user creation I was getting a new error for a new user account.
    My main question is why first time import terminated successfully without any error but second one in new database raised error?
    Thank
    Iman
    Edited by: Iman.Jam on Aug 25, 2009 9:38 AM

    Hi yingkuan,
    imp full=y file=.... log=..... userid=system/manager@orcl
    ALTER SESSION SET CURRENT_USER = "HR"
    ORA-.... : user does not exists
    And I know that import will create users that are not exists. Actually, all my specified schema are created but not some of accounts
    Regards,
    Iman
    Edited by: Iman.Jam on Aug 25, 2009 9:59 AM

  • Program related ENHANCEMENT-POINT/SECTION with the name LMEPOF8D_02 exists

    Hello
    In an upgrade, after finishing with the SPAU task we got the following error in the standard object LMEPOF8D:
    A program related ENHANCEMENT-POINT/SECTION with the name "LMEPOF8D_02" already exists.
    Anyone knows which cause could be generate this kind of error?
    Thanks in advance for your help
    Best Regards,
    Leonardo

    Hello Sandra,
    We have finished with SPAU. Regarding LMEPOF8D include, we kept with the ECC6 standard code. Therefore, from a point of view of code, it should be ok. However, we have this sintax error.
    As you said, the include contains the enhancement point LMEPOF8D_02 which generates the sintax error, but we couldn't find if this enhancement is used in another place.
    We also found note 1331844 and tried to fix the issue by using the 2nd solution propose in the note. But, it didn't work neither.
    Do you have any idea about what cause could generates this error?
    Thanks in advance for your support.
    Best Regards,
    Leonardo

Maybe you are looking for

  • Ipod and Windows Vista - VBScript

    When trying to downlaod Itunes 7.1.1 - I am getting an error message "Itunes can not be installed beacuse Visual Basic Script is not installed or has been diabled". Dell tried downlaoding it still the same error message. They say Apple is not compada

  • How to write list values to a text file?

    Hi. Does anyone know how to write values stored in a List to a text file? I have a program that asks the user to enter a name and stores it in a list. The number of names in the list depends on how many times the user wants to enter a name. The probl

  • Send e-mail from Oracle 9i (9.2.0.1)

    Hi, Iam using oracle 9iR2(9.2.0.1) on Widows XP Platform. I want to send mail thru oracle 9i(9.2.0.1) database. for that i got a procedure from net. Also they asked to follow three steps. the steps are 1. Execute the script as sys "D:\Oracle\Ora92\ja

  • NAT with 8.6(1) ASA5515-X

    I want to NAT only those nets which are deployed as opposed to a 'nat (inside) 1 0 0' as in IOS 8.2 for example. So I have possibly two choices. I can create a network object-group with my INSIDE NETS and add to it as I expand the IP usage. object-gr

  • Create a document link iview

    Hello, Can anybody please tell me about how to create a km document 'link' iview ? I mean i want to create a document iview that can be link to a url, but this is not a url iview. In this case, i will create a document iview that show a .jpg file, an