Adding Used DCs to a WD DC in CE NWDS

Hi all,
In NW 7.1 SR3 Developer Studio where can I add Used DCs to my WD type Local DC?
This WD type Local DC was developed in NW 7.0 SP9. Now I want to use it in NW 7.1 SR3 and I need to correct some used DC settings in the project.
Thanks,
Peter

Hi Petja,
The deprecated DCs are the following:
com.sap.aii.proxy.framework
com.sap.aii.util.misc
com.sap.exception
com.sap.mw.jco
com.sap.security.api.sda
tc/cmi
tc/ddic/ddicruntime
tc/ddic/metamodel/content
tc/logging
tc/wd/webdynpro
tc/wdp/metamodel/content
Thanks.
Peter

Similar Messages

  • Problem in adding Used DCs

    Hello Everyone,
    created two SCs and 1st SC consists of 3 DCs:
    1) External library
    2) J2EE server library component
    3) Web Module DC
    The first one is for all the external libraries,the second one includes all the libraries from the first one as DC of type ext. library is not deployable and the third DC of type Web MOdule is to hold all the class files during run time.
    Now in my second SC, i need to include some of this DCs, in the USed DC, but i cannot, it does not allows me to do so.
    Any kind of help will be highly appreciated.
    Thank You,
    With Regards,
    Krunal Rana.

    Krunal,
    As far I remember, you cannot access the DCs across compartments. So, you need to create the same DCs in the other compartments as well.
    Bala

  • Used DCs issue

    Hello,
    I have a issue with adding used DCs.
    I have one external library DC...say "extlib"
    This has all the jar files required.
    I have one Portal standalone DC...say "portaldc1"
    This portal dc has java classes in the src.API package. These classes require the jars in extlib.
    I have one web dynpro DC....say "webdc1"
    This webdc1 uses classes in portaldc1 and also require extlib.
    What kind of public parts do I have to create and add as used DCs.
    I also want to make sure that, when I make changes to any classes in "portaldc1", I just build and redeploy "portaldc1"...I do not want to build and redeploy "webdc1" each time I change portaldc1.
    Is this achievable?
    Any help is greatly appreciated.
    Thanks
    MLS

    Hi Laxmi,
    I am considering that you are using a NWDI environment. Otherwise it is not possible to used DC unless if you are doing a local development. In case of a local development it does not matter if you dont rebuild the using DC as the locally (in NWDS) you will know if the DC is broken.
    But if the development is under NWDI control, then NWDI-CBS will display the using DC has dirty in the build space. They will be rebuild by NWDI.
    Please refer to the following link on broken and dirty dcs:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30b7c94e-fc6b-2910-30b8-d34a7b51309e
    Regards,
    Kartikaye

  • Can't get simple Struts app to work when using DCs

    Hello,
    I need to use Struts to develop web apps. I took a simple example app of 3 screens and was able to get it working fine in local development.
    Then I tried to do same thing using DCs in a Track. The first page of the app is a jsp called login.jsp. That file has the following two lines at the beginning:
    <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
    <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
    This works fine in local development. However in the DC I get the following error when I try to run login.jsp:
    Application error occurs during processing the request.
      Internal error while parsing JSP page C:/usr/sap/J2E/JC00/j2ee/cluster/server0/apps/com.firstenergycorp/pilot_webapp~strutsear/servlet_jsp/struts/root/login.jsp.
      Details:   com.sap.engine.services.servlets_jsp.lib.jspparser.exceptions.JspParseException: Tag library descriptor cannot be found for uri:{1}.  The ID of this error is
    Exception id: [000F1FCC15FA00450000000F00000CA4000400A8BC089FE5].
    The struts-html.tld and struts-bean.tld are both in the WEB-INF folder of my Web Module DC.
    So why am I getting this error?
    Thanks in advance for any help.
    David.

    David,
    we are using Struts in our application without any problems. But we don't deploy via JDI but build the ear-files in Netweaver Studio and deploy with SDM.
    I guess the tag libs are not added properly to the war file of your productive environment. Can you check whether they contain the files in the correct path ?
    And you shouldn't mix Tag Libs and struts.jar of different versions (e.g 1.0 + 1.2). That will result in the very same error message.
    Regards, Astrid
    Regards, Astrid

  • Adding Used DC for cluster information.

    hi ,
    I am developing a par which uses "com.sap.portal.runtime.system.clusterinformation_api.jar" . I want to Add this jar file while building my Portal DC. Can you please tell me which DC should be added under Used DCs. Is any standred DC avaiable under sap.com_SAP-JEE_1 or sap.com_SAP_BUILDT_1 OR sap.com_SAP_JTECHS_1 SCAs ?  
    Regards,
    Shrikant.

    Hi,
    You can find it in this location.
    /usr/sap/<SID>/JC<nn>/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/portal/portalapps/com.sap.portal.runtime.system.clusterinformation/lib
    Hope that helps,
    Thanks,
    Rajit S
    PS: Award points if solution was helpful

  • I store my itunes library on an external drive shared between 2 computers and itunes on computer A isn't seeing or showing the songs I added using itunes on computer B.

    I store my itunes library on an external drive shared between 2 computers and itunes on computer A isn't seeing or showing the songs I added using itunes on computer B. How to fix this?

    I don't know if this is me adding files to iTunes when the external wasn't connected
    it is.
    is it OK to just keep deleting that library on the Air?
    i wouldn't - at least not until i
    mount the external
    point iTunes media folder location back to the external via preferences > advanced
    consolidate my library via file > library > organize library
    The ntfs hasn't seem to be causing any problems, but I've always wanted to know.
    in order for your Mac to write to NTFS drives, it needs some help by installing e.g. the NTFS 3G driver. apparently that or something similar is installed on your Mac already. preferably, it would be formatted for Mac but then windows machines would need to have e.g. MacDrive installed to recognize the drive.

  • Order of execution of used DCs(doModifyView) in a Main DC

    Hello all,
    I am working in an application  using webdynprojava.
    The Application  has a main DC and this main DC uses four seperate DCs as used DCs.
    We have code written in doModifyView in all the  respective DCs(views). And all those are executing in specific order.
    My question is,
    what decides the order of execution of used DCs(doModifyView).
    If any one has any knowledge on the above querry please provide your suggestions
    Thanks
    Uvendu Bala

    Hi Uvendu,
    From what you mentioned, you are using 4 DCs as Used DCs in a the main DC.
    Say you have view1 in used DC1,view2 in used DC2,view3 in used DC3 and view4 in used DC4.
    If during the application execution view4 appears before others then the wdDoModifyView of view4 is called first.
    The wdDoModifyView is called just before the view is displayed in the browser. Hence, the order of execution of the wdDoModifyView will depend on the order the views are being displayed to the end user.
    If say, you just calling a method in the component controller in DC1 means that the wdDoModifyView of view1 will not be called.
    Regards,
    Kartikaye
    P.S :- Please grant points for correct or helpful posts.

  • Using DCs from Java DC

    I need to use tc/wd/webdynpro (default) DC in a Java DC. I add it in Used DCs with Build Time (and I also try with build, design, run time...), compile and deploy successfull but when I run web dynpro DC that use Java DC (deployed with J2EE DC), the class IWDNodeNotificationListener is not found.
    ¿What option I need to use tc/wd/webdynpro DC in runtime?

    Hi Sebastian,
                          I guess this is the problem with required class or package not defined.  check this link once.
    http://www.petsounds.org/sapjavadocs/webdynpro/com/sap/tc/webdynpro/progmodel/api/IWDNodeNotificationListener.html
    Regards,
    Anil.

  • Fields added using EEWB

    Hi All,
    i am trying to add new custom fields using EEWB to the Business Activity.
    i need to know to which tables are these fields added?
    Also, please advise if the fields can be directly added using screen painter. If yes, how to find the program name and screen no. for a business activity.

    Hi Alka,
    Fields cannot be directly added using screen painter as this is a standard screen and there is no screen exit also available to do.
    U need to add the fields using EEWB transaction.
    Here you need to Provide the Object and Extension Type during enhancement.
    These custom fields can then be seen in
    table CRMD_CUSTOMER_H for header details and
    table CRMD_CUSTOMER_I for Item details.
    This will add an extra tab in transaction CRMD_ORDER for
    the object enhanced using EEWB.
    If you want  to enhance the web view for the business object then you need to add these fields in the context node of the view getting enhanced and then mayp them to the view screen as well.

  • [svn] 1307: modules: added support for automatically adding " use namespace X", depending on the -target-player value

    Revision: 1307
    Author: [email protected]
    Date: 2008-04-18 16:28:33 -0700 (Fri, 18 Apr 2008)
    Log Message:
    modules: added support for automatically adding "use namespace X", depending on the -target-player value
    * similar to how we add "use namespace AS3"
    * symmetric with ASC's -use feature, however we don't have equivalent commandline support yet
    Bugs: n/a
    QA: Nothing in particular, except for testing the new functionality of -target-player (email me about this)
    Doc: Maybe: If we doc about "use namespace AS3" being added to all Flex compiles, we may want to talk about this.
    Reviewers: Pete and Erik
    Modified Paths:
    flex/sdk/trunk/frameworks/flex-config.xml
    flex/sdk/trunk/lib/asc.jar
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/BatchCompiler.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/Compiler.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/ScriptCompiler.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/Parser.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/util/Context.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/util/ContextStatics.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/SymbolTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/MetaDataParser.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/Configuration.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/DefaultsConfigurator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleDef.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleModule.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StylesContainer.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/reflect/TypeTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/AtEmbed.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/tools/SwfxPrinter.java

    Thanks for your attention.
    In the above logs, higher resolutions seems to be detected on both screens, hence my surprise :
    [ 391.631] (II) intel(0): Printing probed modes for output LVDS1
    [ 391.631] (II) intel(0): Modeline "1600x900"x60.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 391.897] (II) intel(0): Printing probed modes for output HDMI1
    [ 391.897] (II) intel(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
    If it can help here is also my current xrandr output (after having called it manually to use the preferred resolution of each screen)
    itanguy ~ $ xrandr
    Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 8192 x 8192
    LVDS1 connected 1600x900+0+0 (normal left inverted right x axis y axis) 309mm x 174mm
    1600x900 60.0*+ 40.0
    1024x768 60.0
    800x600 60.3 56.2
    640x480 59.9
    VGA1 disconnected (normal left inverted right x axis y axis)
    HDMI1 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 434mm x 270mm
    1680x1050 59.9*+
    1280x1024 75.0 60.0
    1152x864 75.0
    1024x768 75.1 60.0
    800x600 75.0 60.3
    640x480 75.0 60.0
    720x400 70.1
    DP1 disconnected (normal left inverted right x axis y axis)
    HDMI2 disconnected (normal left inverted right x axis y axis)
    HDMI3 disconnected (normal left inverted right x axis y axis)
    DP2 disconnected (normal left inverted right x axis y axis)
    DP3 disconnected (normal left inverted right x axis y axis)
    If needed, I may reboot and provide xrandr output after boot (it will be 1024x768), or could other logs help you ? Please ask...

  • How to reference table rows added using addInstance?

    OK, this one's probably quite simple, but I'm at wit's end . . . .
    I have a table with body rows that can be added using addInstance.  what I can't figure out is how to reference the newly added rows and teh fields within them.  If the row reference for the inital row before addInstance is:
    Table.Row1.CellName before the addInstance, after the addInstance wouldn't it be Table1.Row1[0].CellName and the newly added row be Table1.Row[1].CellName?  I try that and the debugger tells me that Table1.Row1[1].CellName has no properties.
    I basically need to determine whether the user has filled out anything in the added rows and I'm having a devil of time figuring out how to reference the added rows and their cells.  Thanks in advance!

    Your logic is correct but to reference that som expression you woudl have to use this notation:
    xfa.resolveNode("Table1.Row[1].CellName").method or property
    The reason for this is the use of the square brackets. Javascript interprets this an an array. When you use the resolveNode method you can pass a string and hence the square brackets get interpretted correctly.
    Paul

  • How to use "Used DCs"?

    Hello SDN!
    I've created a WD application in one local DC and some java classes for this app in another local DC. How I can make these classes visible in my WD app?
    I'm working with NW2004s.
    Regards, Lev.

    Hi Lev,
    Select all your java classes, right click & Export. Select Jar from the list. Now provide a name for the jar file created by you.
    After that, Copy the jar file to the Lib folder of your webdynpro project. Right click on it, & create the compile & assembly public parts for the reference to the project. Build the DC.
    Now,  go to DC perspective, Add the public parts as the Used DCs to the webdynpro project DC. Build the DC.
    Its done.
    Regards
    Chander Kararia

  • How do you open a picture that has had text added using software such as Windows Photo Gallery?

    How do you open a picture that has had text added using software such as Windows Photo Gallery?

    In Editor, go to File menu>open, and point to where the photo file is on disk.

  • Adding Used DC under CRMWEB gives error " .dcdef  checked out by others"

    Hello E-Commerce Experts,
    We need to extend E-Commerce 7.0 b2b application (claims and returns). After much struggle, we could finally deploy the custom application. We now would like to extend it and have new fields added.
    We need to to defined a used dependency in the web module project crm/eservice/web/cr_b2b for customer extension DC provided for java action classes (crm/home/crm/ext) but are getting an error saying:
    DC definition could not be checked out: the file .dcdef is checked out by others. None of the objects have been checked out by any other developers.
    Please advise as to how to resolve this error.
    Additionally, we would like to add CRMJAVA SC as a development component, so we could refer the existing java files. But we are not able to import it properly. It shows up as an empty SC in NWDS after being imported.
    Your help would be highly appreciated.
    Thanks!

    I was able to resolve my error. I had created some other instances of the same project under a different workspace.
    Follow these steps for every workspace  you might have created your project in (except the current workspace):
    For every open activity ( Windows -> Show View -> Open Activities)
    - Select your open activity  -> Right Click -> Revert  and then Delete the activity  (Right click -> delete)
    Delete all your open activities.
    Open your current project and Resync all DCs.
    Now try to add used DC for the web module project.
    It should work.

  • I can't seem to merge a redundant contact list with a current one. If I delete the redundant contact list I will lose all of my contacts that I have (still) been inadvertently adding using this as my default contact list.

    When I was working with my old job I had a contact list on my phone that was associated with my job's personal email address. Now that I have a new mac and am now a new full time student I would like to use my new uni email address as my default contact list. I have now made this change but have only just realised that I have been adding contacts for a period of months using this now redundant list.
    When I sync my computer with my phone (which is working great using iTunes), I am unable to get all of my recent contacts.
    I have three groups:
    "All contacts" - I understand this is all of my contacts on my phone
    "All from My Mac" - This is my new list and constitutes around 80% of my contacts
    "Contacts" - This is the old list from my previous employer and contains (I think) 100% of my contacts. Well all of my useful ones anyway - maybe 99%. I would like to delete this group as I don't use the email address anymore and don't work for them!
    The end result that I am looking for, is a complete list of ALL of my contacts synced with my computer in Outlook, and to be able to delete my old work contact list!
    Please help (you bunch of legends).
    Dave

    Launch iTunes on your computer.
    From the menu bar click iTunes > Preferences then select the Advanced tab.
    Click Reset warnings and Reset cache
    Click OK.
    Restart your computer, launch iTunes.
    Click Store > Check for Available Downloads...

Maybe you are looking for

  • Oracle Install Base Interface Error

    Error: The source item instance 33604, in Subinventory 4131, for Organization 734 in Oracle Install Base does not exist. Please verify that any receipt transations were successful. I have checked values by running the following SQL: select Instance_I

  • Parsing and replacing text items in a word document?

    Hi, I was wondering if someone could point me in a good direction as to how I would store word documents in the database as BLOBs but then be able to open them in plsql and replace tags with values and save it as a new document??? Thanks in advance!

  • Deprecated API compilation error

    Please help. Attached is my source code. I'm receiving a compilation error that reads 'RnrBooksApp.java uses or overrides a deprecated API. Recompile with -deprecation for details.' I'm very new to Java, so I appreciate any assistance. Thank you! //C

  • Inverted black and white images in iPhoto 6

    After I recently upgraded to OS X 10.4.8, a number of black and white images in my iPhoto 6 library started showing up inverted (like negatives) when I open them. The thumbnails, however, are in regular black and white. This didn't happen using OS X

  • Tabbing to next available field Issue

    I created a form with several fields but when i click on tab (on my keyboard) the focus of my cursor doesnt go in any particular order. Is there a way to manipulate when I tab from one field to another? Thanks