NWDI integrated in NW2004S SR2 : fundamentals and documentations about NWDI

Hi Gurus,
We deployed NW2004S SR2 platform with EP 7.0 for development system.
As we planned to deploy EP 7.0 for Quality and, in fine, for Production system/portal, we have been told that NWDI (selected during NW2004S setup) could enable to develop and transport portal content from on system/portal to another.
Then, could you please provide me where it will be possible to get documentation (installation & configuration) and/or fundamentals about this new tool (i said '*"new" although this existed since previous NW's releases)
Thanks in advance for your help.
Rgds,
zulain

Canceled by myself because of multiple postings.

Similar Messages

  • NW2004s SR2 PI (XI) -- Post installation problem

    Hi,
    I have installed NW2004s SR2. I have installed solu manager on one server and PI on another server. solu manag server is central sld and PI as local sld.
    can i have solu manger landscape as central SLD and PI box as local SLD or do i need to do viceversa.
    How to perform the post installation ? shld i need to perform NWA option first or PI option first in the template post installation procedure
    plz guide me in this issue and help would be greatly appreciated
    Thanks,
    k s reddy

    Srinivas,
    You can use a Central SLD or a PI box also as a local SLD. This completely depends upon your requirements and landscape of your  company.
    If you want only to install PI then you need to the post installation steps for PI. You dont need to do the post installation steps for NWA.
    ---Satish

  • NW2004s portal password and ECC 6.0 password synchronisation

    Hi,
    We have implemented NW2004s SR2 SPS 12 portal and also configured SSO
    between Netweaver portal and ECC 6.0 system using SAP logon tickets.
    As per client's requirement, is there any standard mechanism available
    for synchronizing Netweaver portal password and ECC 6.0 system
    password? (i.e when we change password in EP the same is reflected in
    ECC also).
    Appreciate your inputs.
    Regards,
    Lakshmi.

    Hi Lakshmi,
    I am not sure of this, but yes one can use central user administration (CUA), for synchronising userid/pwd from a single system.
    The CUA box will hold all the user ID.
    Regards,
    Akshay
    Reward if helpful.

  • Good documentation about the NWDI

    Hello,
    I just started with the NWDI by installing it. Is there any good (and short) documentation about the functionality of the NWDI? Has the NWDI something like a but tracker and so on?
    What are you using for your development to enhance the possiblity of the NWDI? Are there any additional applications (not neccessary from SAP) that you are using?
    Thx, Vanessa

    Hi,
    Go through the following links
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c05ae1f2-e2f8-2a10-a19d-c36ef0999ab3
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f03cd0f1-77c7-2b10-8093-de20e973c3fb
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f03cd0f1-77c7-2b10-8093-de20e973c3fb
    /people/boris.zarske/blog/2007/08/16/new-version-of-configuration-wizard-with-sap-netweaver-70-sps-13
    /people/marion.schlotte/blog/2006/03/30/best-practices-for-nwdi-track-design-for-ongoing-development
    http://help.sap.com/saphelp_nw70/helpdata/en/44/355093ba830a67e10000000a422035/frameset.htm
    Regards,
    Saleem

  • Any kind of integration experience with Weblogic JMS and Oracle AQ?

    Hi,
    In my company I work with java developers who believe in some kind of "holly" database independence I don't understand and as a result my life as a database developer is hell on earth.. Yesterday we again started to discuss, this time where to log, they believe database is slow and prefer logging to filesystem, after some hours finally I could convince them for some operational and reporting needs to use the database and will do this in an asyncronous way whiich they won't get slow. After all I believe the reason for a database is data, this is the place where data lives, and with the correct desing and implementation logging to database would perform better.
    I love Oracle features, and know that we paid a lot for this software, so today I started investigating this promised solution. And quickly I found AQ and JMS topics in the documentation :)
    After this introduction here is my problem; my company use BEA Weblogic as application server and the java guys want AQ to automatically (but of course with some delay) take their JMS log requests into database tables. Does any one have similar application experience, or any kind of integration experience with Weblogic JMS and Oracle AQ?
    Any comments, references, documentation, sample code, url will be most welcomed :)
    Thank you very much!
    Tonguc
    [email protected]
    References I found upto now;
    Oracle® Streams Advanced Queuing Java API Reference 10g Release 2 (10.2) http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14291/toc.htm
    (Packages; javax.jms & oracle.jms)
    Oracle® Streams Advanced Queuing User's Guide and Reference 10g Release 2 (10.2) http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14257/toc.htm
    Part IV
    Using Oracle JMS and Oracle Streams AQPart V describes how to use Oracle JMS and Oracle Streams Advanced Queuing (AQ).
    Chapter 11, "Introducing Oracle JMS"
    Chapter 12, "Oracle JMS Basic Operations"
    Chapter 13, "Oracle JMS Point-to-Point"
    Chapter 14, "Oracle JMS Publish/Subscribe"
    Chapter 15, "Oracle JMS Shared Interfaces"
    Chapter 16, "Oracle JMS Types Examples"
    A Sample Code from Otn
    http://www.oracle.com/technology/sample_code/tech/java/web_services/jmsws/NewsQueueEJB.java.html

    I wouldn't go as far to say Oracle AQ is out-dated today. However, it is indeed a proprietary technology that did not found much main-stream adoption in the earlier years after its introduction. The advent of JMS made it somewhat more useful (or should I say intriguing, because more people are trying to tie it together with other J2EE technologies), but the Oracle's JMS wrapper classes in aqapi.jar were not feature complete for a long while, so using it outside Oracle's application server was painful, if not impossible. I do agree that the info at the dev2dev's JMS newsgroup or in this forum is highly fragmented, as neither Oracle nor BEA provides an official solution to integrate AQ with WebLogic, so people like us have to learn the technology through experimentation and in a piecemeal fashion.
    3 years ago I was literally "playing around" - we had a polling mechanism set up to use triggers to write Oracle data changes into an event table, and had a Java-based daemon to scan that table and publish events as JMS messages to the WebLogic JMS server. This continues to work reliably till today, but I was looking for a solution that has few parts - I wanted to hook up my WebLogic MDB directly to AQ as a foreign JMS provider. Although I was able to get it to work (including XA), there were a few hoops I had to jump through, such as decompiling the Oracle AQjms classes to make them bind to the WebLogic JNDI tree.
    One year after that Diptanshu Parui took what I did a giant step further - he extended the Oracle AQjms classes to allow them to be bound to the WebLogic JNDI tree naturally, and he figured out how to use WebLogic JMS messging bridge to re-send single-threaded AQ JMS messages to clustered JMS queues, which allow concurrent message assumption by multiple instances of MDB's. My impression is that he is using that setup in a production environment.
    I am sure you are aware of it but I would like to make it clear - in order to use AQ as a foreign JMS provider to WebLogic-hosted MDB's, you don't need to update your database to Oracle 10g - Oracle 8i is good enough (although I recommend at least 9i Release 2). It is not the database engine, but rather the aqapi.jar JMS wrapper on top of AQ that matters. I do recommend that you use aqapi.jar from Oracle Application Server 10.0.3 or up for better XA support, among other things. Again, you don't have to replace WebLogic with Oracle AS - you only need a single jar file from it and put it in your WebLogic's classpath. However, I don't know what this means from a licensing point of view if you ever go to production - do you have to pay the full price of OracleAS or OC4J just to use the aqapi.jar?
    In the coming days I will test the latest aqapi.jar to see how much progress Oracle has made in terms of making their J2EE products more spec-compliant :-).
    Hope the above gives you a different perspective.
    Eric

  • As a stockholder, I would like see the development of iTV with Retina display and integrating Siri control, internet access, and iTunes apps. This new product would be a large screen, thin wall mounted television, much like a oversided iPad.

    As a stockholder, I would like see the development of iTV with Retina display and integrating Siri control, internet access, and iTunes apps. This new product would be a large screen, thin wall mounted television, much like a oversided iPad.
    Do you think this product is possible?

    In general theory, one now has the Edit button for their posts, until someone/anyone Replies to it. I've had Edit available for weeks, as opposed to the old forum's ~ 30 mins.
    That, however, is in theory. I've posted, and immediately seen something that needed editing, only to find NO Replies, yet the Edit button is no longer available, only seconds later. Still, in that same thread, I'd have the Edit button from older posts, to which there had also been no Replies even after several days/weeks. Found one that had to be over a month old, and Edit was still there.
    Do not know the why/how of this behavior. At first, I thought that maybe there WAS a Reply, that "ate" my Edit button, but had not Refreshed on my screen. Refresh still showed no Replies, just no Edit either. In those cases, I just Reply and mention the [Edit].
    Also, it seems that the buttons get very scrambled at times, and Refresh does not always clear that up. I end up clicking where I "think" the right button should be and hope for the best. Seems that when the buttons do bunch up they can appear at random around the page, often three atop one another, and maybe one way the heck out in left-field.
    While I'm on a role, it would be nice to be able to switch between Flattened and Threaded Views on the fly. Each has a use, and having to go to Options and then come back down to the thread is a very slow process. Jive is probably incapable of this, but I can dream.
    Hunt

  • Integration b/w uccx7.0 and oracle 10g

    hi,
    currently i am doing integration b/w uccx7.0 and oracle 10g. i have installed the oracle client 10g . and i added the DSN in ODBC and also the test connection is succesful.. but when i mention the DSN in app admin page (Subsytem> Database). it is showing me error that some of the information is incorrect for the connection. and is not allowing me to add DSN in appadmin page of uccx 7.0.. even though i am using the same information in sqlplus to query the database from ipccx. Do i need to mention sth to make it work.
    Regards
    Nareh

    Hi there
    A few things you have to watch out for.
    Firstly if you have create the DSN and able to connect to it via the ODBC its more likely that the driver was not loaded correctly.
    - Remove the Driver and DNS
    - Install the driver again and create the DSN and test if it works
    - Reload the whole windows <----- was working on a case for 3 hours UCCX just wasn't loading the new 10g drivers reload fixed this
    Now create the database connection and test.
    Should this not work you can try the following:
    CSCtb80893

  • Ask the Experts: IOS-XR Fundamentals and Architecture

    Welcome to the Cisco Support Community Ask the Expert conversation. 
    Learn and ask questions about IOS-XR Fundamentals and Architecture.
    November 18, 2014 through November 28, 2014.
    Cisco IOS XR Software is a modular and fully distributed network operating system for service provider networks. Cisco IOS XR creates a highly available, highly secure routing platform.
    It distributes processes across the control, data, and management planes with their own access controls and delivers routing-system scalability, service isolation, and manageability.
    This is a Q&A extension of the Live expert Webcast.
    Cisco subject matter experts Sudeep, Raj, and Sudhir, will focus on IOS-XR fundamentals.
    Including:-
    High-Level Overview of Cisco IOS XR
    Cisco IOS XR Infrastructure
    Configuration Management
    Cisco IOS XR Monitoring and Operations
    Cisco IOS XR Security
    Introduction to different IOS-XR platforms
    Sudeep Valengattil is a customer support engineer in High-Touch Technical Services at Cisco specializing in service provider technologies and platforms. Sudeep has got experience on XR platform like ASR9000, CRS, NCS and GSR. Sudeep has more than 9 years of experience in the IT industry and holds CCIE certification (36098) in Service provider.
    Sudhir Kumar is a customer support engineer in High-Touch Technical Services at Cisco specializing in service provider technologies and platforms. His areas of expertise include Cisco CRS, ASR 9K and Cisco XR 12000 Series Routers. Sudhir has more than 10 years of experience in the IT industry and holds CCIE certification (35219) in Service provider and Routing and switching.
    Raj Pathak is a customer support engineer in High-Touch Technical Services at Cisco specializing in service provider technologies and platforms. He serves as a support engineer for technical issues supporting Cisco IOS XR Software customers on Cisco CRS and Cisco XR 12000 Series Routers. Raj has more than 8 years of experience in the IT industry and holds CCIE certification (38760) in routing and switching.
    For more information about this topic, visit the Expert Corner > Knowledge Sharing
    Remember to use the rating system to let the experts know if you have received an adequate response.

    Hi Charles,
    To answer your question,
    LPTS would be acting only on packet/traffic which is ingressing the router and destined for the router itself (for-us packets).  It provides an internal forwarding table to route control/management protocol packets destined to local router to the right application for further processing.  Once we have a packet entering the interface, the network processor would be performing a lookup to determine, if this packet is destined for us.  Based on which, it will forward to LPTS.  For eg, the ICMP packets coming in on an interface with destination IP of router itself, would be processed by LPTS.  It also provides policing function for this traffic transparently.
    Key facts about LPTS
    1. LPTS is an always on feature.  No user configuration needed to enable it.
    2. LPTS is only applicable for traffic entring to the router and destined to the local router. Applies for control-plane and management plane traffic.
    3. Packets originated by router and transit traffic is not processed by LPTS
    4. LPTS polices the incoming traffic based on the pre-defined policer rates.
    Here is an o/p snip to view the LPTS entries.
    RP/0/RP0/CPU0:CRS-C#sh lpts pifib hard police loc 0/0/cpu0
    Tue Nov 25 23:32:10.666 EDT
    Node 0/0/CPU0:
    Burst = 100ms for all flow types
    FlowType Policer Type Cur. Rate Def. Rate Accepted Dropped
    unconfigured-default 100 Static 500 500 0 0
    L2TPv2-fragment 185 Static 700 700 0 0
    Fragment 106 Static 1000 1000 0 0
    OSPF-mc-known 107 Static 20000 20000 44818 0
    OSPF-mc-default 111 Static 5000 5000 11366 0
    Do let us know if you have any further queries.
    Regards,
    Sudeep Valengattil

  • Is it possible to make an order with danish keyboard and documentation

    Hallo
    I need a computer with danish keyboard so my question is
    Is it possible to make an order with danish keyboard and documentation
    Jesper Nielsen

    You can give each track its own artwork. iTunes will normally display the artwork of track 1 in album listings. The individual track art will show in the small window at the top of the screen when playing, or the artwork panel of the mini player, or the now playing window on a device. Try it and see.
    tt2

  • Oracle BPM 10GR3 Studio Download and Documentation

    Hi all,
    I wanted to download Oracle BPM 10GR3 Studio and Documentation but I don't find it now on their website.
    They only have Oracle BPM 11g now..
    How do I donwload the previous versions?
    What's the link?

    Here's a link that has the link to download the software: download server
    Here's the link to the documentation: http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/index.html

  • Original media and documentation

    Hello,
    I just purchased an iMac PowerPC G3 333 MHz CRT model from a friend (by the way, I'm new to Mac). I've always wanted to migrate to a Mac and thought It would be better to start slow before purchasing something bigger. The computer came installed with a lot of programs that I don't think I need. I would really prefer to wipe the drive and perfrom a fresh reload. Unfortunately he could not find the media or any other documenation that came with the iMac. Can anybody guide me to where I may be able to purchase the original media and documentation that came with this model? Any help you can give me is greatly appreciated. Thanks

    I've run 10.4.3 on a 400MHz iMac G3/466MHz iBook fine but never actually tried Panther on anything other than the Powerbook listed in my specs below. 
    I'll give you the details of the upgrades and you can see how you feel.
    <hr width="200">
    Hard Disk. The iMac G3 uses a standard 3.5" Desktop IDE/ATA (Not Serial ATA!) drive available from any PC shop. You should go for a 7,200rpm model as these are faster than the stock drives.
    You'll find a guide to replacing the drive here.
    RAM. There are three slots in the iMac G3 (Tray-loading).
    2 x 144pin SDRAM SODIMM RAM slots and 1 x SGRAM VRAM slot for expanding the VRAM from the base 2MB.
    Here are the fitting instructions (link).
    The height of the SODIMM can vary up to 1.5 or 2.0 inches (depending on whether its the upper or lower slot). This dimension (unlike length and width) does not need to be exact as long as it is within the bound details in this document (link)
    The iMac G3 (Tray-loading) technically takes PC66 RAM but PC100 or some PC133 should down-speed to match the iMac's memory bus speed.
    RAM prices.
    regards
    mrtotes

  • Documentation about Screen, Menu and Field Exits

    Hi all!!
    I need some documentation about Screen, Menu and Field Exits.
    I´m very interested specially on steps by steps.
    My mail is [email protected]
    Helpful posts will be rewarded.
    Thanks in advance and regards,
    Manuel.

    <b>Types of Exits </b>
    There are several different types of user exits. Each of these exits acts as hooks where you can attach or "hang" your own add-ons.
    <b>Menu Exits</b>
    Menu exits add items to the pulldown menus in standard SAP applications. You can use these menu items to call up your own screens or to trigger entire add-on applications.
    SAP creates menu exits by defining special menu items in the Menu Painter. These special entries have function codes that begin with "+" (a plus sign). You specify the menu item’s text when activating the item in an add-on project.
    <b>Screen Exits</b>
    Screen exits add fields to screens in R/3 applications. SAP creates screen exits by placing special subscreen areas on a standard R/3 screen and calling a customer subscreen from the standard screen’s flow logic.
    <b>Function Module Exits </b>
    Function module exits add functions to R/3 applications. Function module exits play a role in both menu and screen exits. 
    When you add a new menu item to a standard pull down menu, you use a function module exit to define the actions that should take place once your menu is activated. 
    Function module exits also control the data flow between standard programs and screen exit fields. SAP application developers create function module exits by writing calls to customer functions into the source code of standard R/3 programs. 
    These calls have the following syntax: 
    CALL CUSTOMER-FUNCTION ‘001’.
    Field Exits
    Field exits allow you to create your own programming logic for any data element in the Dictionary. You can use this logic to carry out checks, conversions, or business-related processing for any screen field.  Example: The data element BBBNR identifies a company’s international location number. You might want to set up your R/3 System so that all international location numbers are larger than 100. 
    The field exit concept lets you create a special function module that contains this logic. 
    You assign the special function module to the data element BBBNR. You then assign the module to any programs and screens in which users can add new international location numbers. When you activate your field exit, the system automatically triggers your special routine whenever a user enters a company location number. 
    In 4.6c, you can use "RSMODPRF" program to create field exits.
    An example of a user exits :-
    MODULE user_exit_0001 INPUT 
        CASE okcode.
            WHEN 'BACK OR EXIT'.
                CASE sy-dynnr.
                        WHEN '100'.
                             SET SCREEN 0.
                             LEAVE SCREEN.
                        WHEN '200'.
    **** Note that you can write any code that satisfy your needs.                                                     ****
    **** But in this case, this was wrote as a sample code for reference sake.                                    ****
    **** And you can test it.                                                                                ****
                             SET SCREEN 100.
                             LEAVE SCREEN.
                 ENDCASE.
          ENDCASE.
    reward  points if it is usefull..
    Girish

  • SMD Agent SR3 on NW2004s SR2

    Hi all,
    We are running NW2004s SR2 on our Solution Manager system.  We upgraded component ST-SER to 700_2008_1.  The older SMD agent appears to not work correctly with this level according to SAP.
    My question is, is it possible to install the standalone engine for SMD Agent SR3 without upgrading our entire system to SR3?  (kernel, installation, Java)
    We tried doing the SMD SR3 standalone install but are seeing some strange issues. 
    If anyone has an answer for me on whether I have to upgrade the entire system or not that would be much appreciated.
    Thank you.

    Solution Manager is a combined ABAP + Java installation, components of both must be in sync. It's not advised to install separate support packages or updates for certain components only, there are dependencies between them.
    Why don't you upgrade t the latest service pack - for both ABAP + Java? This will avoid lots of compatibility problems...
    Markus

  • Integration ps with co , mm and sd

    hi sap gurs
    where is the exactly integration ps with co , mm and sd.
    can u explain this
    regards
    prasanthi

    Hi,
    Integration with CO :   Certain types of GL acs are defined as cost elements, these can be seen in costing reports.
    Costs incurred in project(actual), costs to be incurred(commitments),costs planned can be viewed as part of ps -co integration.
    Result analysis wherein actual profits of projects, work in progress etc can be analyzed as part of ps-co integration.
    Integration with SD:
    Sales order is made in SD. WBS element from Project system is referred in the S.O line item. Milestones depending on payment terms with customers is defined in proj systems (eg : 10% advance, 25% after receipt of material) etc..  These milestones are copied to Sales order Billing plan and subsequent billing can be done.
    Integration with MM:
    Material masters are defined in MM, In MRP views if strategy 21 is given for finished product, same matl is attached in proj structure, finished product can be produced using movement 581q.
    Simimarly procurement type and special proc key decide the type of procurement.Also individual collective indicator in MRP views decide whether the matl would be in plant or project stock. MRP type decides whether requirement would be generated after running proj MRP. Similarly costing and accounting views decide the cost(value) that will hit the project when material is received /consumed..

  • Integration between primavera 8.1 and Ebiz-Oracle Project

    Hi all ,
    I need to integrate Primavera p6 v 8.1 with oracle E-busniess suite 12.1.2 is that possible ?
    Regards,,
    Mohamed

    Please see if these docs help.
    How to Integrate Primavera with Oracle Projects E-Business Suite? [ID 1091836.1]
    Oracle Project Portfolio Management Integration Pack for Primavera P6 and Oracle E-Business Suite 2.5 - Release Notes [ID 959567.1]
    Oracle Project Portfolio Management Integration Pack for Primavera P6 and Oracle E-Business Suite 2.5 - Implementation Guide [ID 956562.1]
    Thanks,
    Hussein

Maybe you are looking for

  • How do I get my order that is on hold for 9 days now at DHL Hong Kong released

    My order was made Oct 4, 2013. Filled and shipped on Oct 17, 18 2013. It went as per the DHL report as follows: 7317364106 - Detailed Report Date Time Location Service Area Checkpoint Details Oct 26, 2013 04:10 Mnl - MNL Clearance delay - Mnl - MNL O

  • Line item not updated for F-04

    Dear All,           Previously I have posted a receipt document with Bank account 'A'. The customer line item is cleared already. And I would like to do transfer posting from Bank 'A' account to Bank 'B' account by F-04. But the document number is no

  • Smartform XML output stored in which table?

    Hi Folks, I wanted to know the  table where SAP stores the XML output of a Smartform... If not tables , please let me know where the output is stored.... Thanks Reddy

  • Time Machine back up takes ages.

    Hi. I still got the problem that my time machine backup take ages to complete. I installed a widged called time machine buddy, someone told me to do and now that's what it shows me. Any idea why it looks like it does the backup twice in a row and for

  • Searching for a Range Within a 1D Array

    First, I should say that I did a search through the forums and tried some of the results but couldn't get the results that I was looking for. I have a 1D array of a column of temperature data.  The temperature data spans roughly 10 degrees total, and