Migration from NWDI 6.40 to NWDS Only 7.0   and SVN

Hi,
I am Migrating our source code for an update from EP 6.0 to EP 7.0
I have some projects residing in a subversion repository some projects beeing "maintained" in NWDI.
At the moment I am trying to move the projects from NWDI to subversion.
I struggle with:
- changes to the referenced libraries. For some DCs i simply can change the classpath and I can do a Quick Par Upload built with the EP 7 / NW 2004s libraries (good but not shure if this is the way to go). For other DCs, for e.g. when the result is a sda file - the classpath when using DevelopmentComponent -> Build is overwritten with the DC libs which I guess are all from NW 2004.
- So I decided to create a new project in JDI without DC an migrate the sources by hand for SDA files but I got in trouble when creating a Webservice for what to me looks like a PortalApplication Project (Created a PortalApplication Project added the Java Classes and tried to add an Webservice)
So, can you give me some guidance how to succeed in this migration?
At the moment I don't want another NWDI 7.0 installed as I am the only developer in this project at the moment and it seems to heavy for this and we already have most of our sources in subversion already.
Regards and thanks in advance!
Eckbert

Hello Eckbert
I see that you have not been able to find a solution for this.
Can you provide some more information which may help the other SDN posters to assist you?
Thanks
Kenny
Moderator

Similar Messages

  • Migration from WD Java to WD ABAP in ESS Trips and Expenses

    Hello Experts,
    We are migrated ESS Trips and expenses from WD Java to WD ABAP.
    Following steps I have performed
    1.     Activated FIN_TRAVEL_1 and FIN_TRAVEL_2 business functions.
    2.     checked FITV_TRIP_FORM service in SICF /sap/bc/webdynpro/sap its active .
    3.     Currently we are SAP ESS 6.0 EHP 4 , and accordingly we have down loaded
    uwl_com.sap.pct.erp.mss.tra.14.zip , (for SAP ECC 6.0, Enhancement Package 4) [Note 1076144 - ESS trips and   expenses: Migration from WD Java to WD ABAP]
    file as suggested in Migration from WD Java to WD ABAP in ESS Trips and Expenses user guide
    4.     after uploading uwl_com.sap.pct.erp.mss.tra.14.zip file in SAP NetWeaver Portal -> System Administration  -> System Configuration -> Universal Worklist->& Workflow -> Universal Worklist Administration.-> Object Types and View Definitions ->  com.sap.pct.erp.mss.tra.
    5.     after uploading file, when manager click up on u201Ccheck trip of ABCu201D workitem in his uwl , he is getting following error.
    404   Not Found
    SAP J2EE Engine/7.01 
    The requested resource does not exist.
    Details:   Go to main page of this application!
    Any idea for fixing this issue.

    hi
    in the java system , the portal will launch the approval frm the same system , for the abap component , the task type in uwl you might have to define a dynamic property as "System" and give the name of your r/3 system in there.
    Try it
    Regards
    sameer

  • Migrate from WD Java to WD ABAP in ESS Trips and Expenses

    Hi
    I got request to migrate from from Java to ABAP fof ESS trips and expenses. Could someone please give me a link to the documentation or any existing blogs?
    thanks

    bump...

  • Migrating from WebLogic v8.1.3 to v10.3:  Datasources and Connection Pools

    I took the liberty to migrate my OLD BEA WebLogic v8.1.3 domain (i.e. sample) to Oracle WebLogic v10.3. Everything appears to run smoothly BUT when I try to connect to the Hypersonic Database I had from the OLD environment, I get connection errors (i.e. weblogic.common.ResourceException). I can see from the NEW 10.3 environment that the migration utility creates two (2) datasources (sampleDS and samplePool). However, when clicking through the screens, I do not see how sampleDS refers to the samplePool out of the box from the migration utility. When I start the WebLogic domain with startWebLogic.cmd...here is the code to launch the actual DB instance:
    cd hsqldb
    start "Sample DB (HSQLDB)" %JAVA_HOME%\bin\java -classpath hsqldb.jar -Xms32m -Xmx128m org.hsqldb.Server -database sampleDB -port 15553 -silent false -trace false
    cd ..
    This works quite well and launches a window that has the following:
    | Sample DB (HSQLDB)
    | server.properties not found, using command line or default properties
    | Opening database: sampleDB
    | server.port =15553
    | server.database =sampleDB
    | server.silent =false
    | HSQLDB server 1.7.1 is running
    | Use SHUTDOWN to close normally, Use [CTRL] + [C] to abort abruptly
    | Wed Jun 16 10:18:48 EDT 2010 Listening for connections ...
    |_________________________________________________________
    This is the right screen and confirms my database is up and running and waiting for connections. Somehow, when I migrated from 8.1 to 10.3 something is not configured correctly and my sampleDS is not properly leveraging the samplePool. Can anyone shed any light on this problem?
    I have went through most of the posts and can not seem to understand what happens to the DS and Pools during the migration and specifically how do I reconnect the two to ensure that I can connect to the database. The app is up and running fine in WebLogic v10.3 but without the dB connection, I am stuck at the login screen.
    Thanks for any help...

    I took the liberty to migrate my OLD BEA WebLogic v8.1.3 domain (i.e. sample) to Oracle WebLogic v10.3. Everything appears to run smoothly BUT when I try to connect to the Hypersonic Database I had from the OLD environment, I get connection errors (i.e. weblogic.common.ResourceException). I can see from the NEW 10.3 environment that the migration utility creates two (2) datasources (sampleDS and samplePool). However, when clicking through the screens, I do not see how sampleDS refers to the samplePool out of the box from the migration utility. When I start the WebLogic domain with startWebLogic.cmd...here is the code to launch the actual DB instance:
    cd hsqldb
    start "Sample DB (HSQLDB)" %JAVA_HOME%\bin\java -classpath hsqldb.jar -Xms32m -Xmx128m org.hsqldb.Server -database sampleDB -port 15553 -silent false -trace false
    cd ..
    This works quite well and launches a window that has the following:
    | Sample DB (HSQLDB)
    | server.properties not found, using command line or default properties
    | Opening database: sampleDB
    | server.port =15553
    | server.database =sampleDB
    | server.silent =false
    | HSQLDB server 1.7.1 is running
    | Use SHUTDOWN to close normally, Use [CTRL] + [C] to abort abruptly
    | Wed Jun 16 10:18:48 EDT 2010 Listening for connections ...
    |_________________________________________________________
    This is the right screen and confirms my database is up and running and waiting for connections. Somehow, when I migrated from 8.1 to 10.3 something is not configured correctly and my sampleDS is not properly leveraging the samplePool. Can anyone shed any light on this problem?
    I have went through most of the posts and can not seem to understand what happens to the DS and Pools during the migration and specifically how do I reconnect the two to ensure that I can connect to the database. The app is up and running fine in WebLogic v10.3 but without the dB connection, I am stuck at the login screen.
    Thanks for any help...

  • Linux Mint 17, migrated from Win7: Verify that you have enough disk space, and that you have write privileges to the file system, then try again.

    I get this error message (The messages could not be filtered to folder 'Generic Folder' because writing to folder failed. Verify that you have enough disk space, and that you have write privileges to the file system, then try again.) popping up on many, though not all of my incoming filters. I recently migrated from a Windows 7 installation to a Linux Mint 17 system.

    I did give it time to run through everything when I initially migrated, and it frequently will sit open for 3 to 4 hours while I'm working on other projects.
    The 'Generic Folder' represents sorting folders in my main mail account in Thunderbird. For example, my mail which is listed to filter into my 'Amazon' folder is sorted there with no problem, while any mail designated to be filtered into my 'Games' folder prompts the above error massage.

  • Migrating from web dynpro java app  nwds 7.0 to nwds 7.3

    Hi,
    is it possible to migrate web dynpro java app developed in nwds 7.0 to nwds 7.3 environment.
    I tried but lots of problem.
    Is there a blog?
    Regards.

    Cemil
    its very much possible to migrate the component to 7,3 platform. SAP NWDS 7,3 provides a migration wizard to help with the migration, after that you need to do some manual adjustments, like changing the deprecated APIs, fixing JAR dependency etc etc..
    Here is a guide on how to do it step by step
    http://help.sap.com/saphelp_nw73/helpdata/en/e9/546e60777641509a5e0dc5cd05675b/frameset.htm
    Hope this helps...

  • Migration from PowerMac G5 to new Thunderbolt only MacBook Air

    The loss of FireWire never bothered me until I encountered this problem:  I can't use FireWire or USB to bring data (like an iTunes library) out of a PowerMac G5 into a non-FireWire MacBook Air.
    I remember somewhere that it's possible to run FireWire over ThunderBolt...Is this true?  What kind of cable is required?  Is it available?
    I's hate to migrate over Ethernet (I ordered the Ethernet adaptor with the Air)...it's so slow and problematic.
    And USB isn't an option I guess...I've never seen a USB cable with the flat connectors on both ends; I'm guessing this isn't possible.
    There is a Time Machine backup but it's on an internal drive.
    I'm not sure this is answerable, but am I missing any options?

    Easiest thing is to buy a USB 2.0 enclosure for your hard drive. I'm not sure if the PMG5 uses an SATA or IDE but either should be pretty cheap on eBay.

  • Can't send emails after migration from Vista PC to W7 PC. Tried Mozbackup and Windows Easy Transfer. Settings have transferred ok, it just won't send emails.

    I recently migrated my Tbird from a Vista PC to a W7 PC using Mozbackup. Transfer was fine with all the settings transferred apparently correctly. But now I can receive emails but not send them. Sent emails show in 'Sent Items' but are not received the other end. Also tried the migration using the Beta 1 version of Mozbackup and also Windows Easy Transfer with the same result. IMAP and POP3 accounts are both affected. Neither can send emails. I get no error messages nor any bounceback.
    Found on one forum that AVG can block outgoing emails so altered the AVG settings which seemed to solve the problem. The next morning the problem was back. I uninstalled AVG completely but it made no difference. I do have MicroSoft Sec Essentials but the problem was there before that was installed.
    Using the BT Home Hub 5 on BT Infinity broadband. It can't be the router though as the old PC was sending emails fine. Although I did have the suspect AVG settings, removing it has not solved the problem.
    The outgoing email settings seem to be fine. Any thoughts?
    Simon

    Restart the operating system in '''[http://en.wikipedia.org/wiki/Safe_mode safe mode with Networking]'''. This loads only the very basics needed to start your computer while enabling an Internet connection. Click on your operating system for instructions on how to start in safe mode: [http://windows.microsoft.com/en-us/windows-8/windows-startup-settings-including-safe-mode Windows 8], [http://windows.microsoft.com/en-us/windows/start-computer-safe-mode#start-computer-safe-mode=windows-7 Windows 7], [http://windows.microsoft.com/en-us/windows/start-computer-safe-mode#start-computer-safe-mode=windows-vista Windows Vista], [http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/boot_failsafe.mspx?mfr=true" Windows XP], [http://support.apple.com/kb/ht1564 OSX]

  • Plan to Migration from Collab 9.0.4  to  10.1.2 and include Oracle Workflow

    We are running Linux AS RedHat 3, and collaboration suite 9.0.4:
    We have 3 servers - one for storage, one for midtier and one for infrastructure.
    The midtier has Oracle Mail and Calendar running. In addition, it has Oracle Files configured but not being used.
    We plan to upgrade to 10.1.2. But we plan to implement Oracle Files (Content services) with Oracle Workflow.
    What is the upgrade path? Should I install and configure Oracle Workflow in version 9.0.4 first and then upgrade to 10.1.2 ? or can I install and configure Oracle Workflow in 10.1.2 afterwards?

    You could do both, as workflow can be installed separately but I would advise to look into BPEL in order to substitue workflow. Have a look at http://www.oracle.com/technology/products/cs/developer/contentservicesdev/contenservicesdevkit.html
    cu
    Andreas

  • Unable To Sync After Migrating From Win XP(32 bit) to Win 7(64bit)

    I received a new PC, dual core platform, for XMAS.  However, I received a Com 1 port failure when performing a Hot Synch to upload my PD(,M500) data to Palm Desktop on the new PC.  Palm tech support said there is no USB driver available for the 64 bit OS.  Does anyone have a 3rd party USB driver, or any other suggestions to allow me to do a Hot Synch on my new PC.
    Thx,
    Ed
    Post relates to: Palm m500

    Originally Posted by mystico2
    Hello, i just migrated from windows xp 32 bit because my hd crashed, and installed a new 1 tb hd, with win 7 64 bit, i installed my sb audigy 2 zs sound card, and everything works great, videos, music etc, i have my 5.1 working fine, but if i use flightsim fs2004, the only game i use, the sound doesnt work, it does strange thinks like sound inside the cockpit but no outside and viceversa in some planes, ..it only works fine in my 2 channel default old sound card, i downloaded the drivers that in creative page say are for win 7, but the same happened...
    any help?
    Try to use Windows XP SP2/3 compatibility mode first, see if it works for you. And use Alchemy for the Audigy 2 ZS, FS2004 is making use of Directsound after all. Read the guide for using Alchemy here and here. Download Creative Alchemy here.
    Hope it works for you!

  • FDM migration from 9.3.1. to 11.1.2

    Hi,
    can someone recommend me the steps to migrate from FDM 9.3.1 to 11.1.2 ? As per Oracle, there is no migration path. However, I am thinking about the following steps
    Study existing application. Identify customizations
    Install FDM 11.x as a new installation
    Create application and configure adaptors
    Install and configure shared services
    Migrate application metadata from 9.3.1 database to 11.1.2 database. Application metadata would include - Locations, Import formats, Logic Groups, Validation entity lists, Validation rule lists, control tables (period & scenario tables)
    Extract dimension mappings from 9.3.1 and import into 11.1.2
    Migrate scripts – Import, event and custom
    Re-implement custom reports, Re-implement custom tables and parameter files built in 9.3.1
    Re-implement security set-up
    Regression test all application functionality
    Provision users is Shared services and FDM application
    It is high level. But can someone sugest any alternate option
    -Shantanu

    I have just tried to migrate from 9.3.3 to 11.1.2.1 and even though there is a lot of help from Oracle documentation
    http://download.oracle.com/docs/cd/E17236_01/epm.1112/fdm_config_11121.pdf - outlines the upgrade steps outside of the FDM application
    Doc ID 1067430.1 - Migrating an FDM Application From a System 9 Environment to a FDM version 11.1.1.0 and Higher Environment
    Both of these references only take you as far as getting the application into Workbench.
    You then need to reassign and synchronise the adapters.
    The control tables will not migrate so they have to manually updated See Doc ID 759872.1
    You need to also go through the integration settings and review all the default options.
    I found the drill back option caused a lot of issues for us and once it was turned off things improved a lot !
    Hope some of this helps

  • Migration from EP 5.0 to EP 7.0

    Hello,
    Experts, I have to migrate from EP5 to EP7......below is what I believe....kindly comment
    For migrating from EP 5.0 to EP 7.0 you are actually migrating from Non-Netweaver environment to a Netweaver environment.
    And you need to first migrate from EP 5 to EP 6...i.e. from Non netweaver to netweaver....
    and then only you can migrate from EP 6 to EP7....
    Please correct me if I am wrong.

    Hello Experts,
    Please comment.

  • Mailbox migration from one server (country 1) to another server (country 2 ) ( exchange 2007)

    Hi,
    My exchange servers are hosted with my hosting service provider at London, i have 1000 users and each are having 3 Gig mail box size (exchange 2007) and this exchange server is part of our company network which is extended to hosting service provider. I
    need to setup new exchange 2007 as part of existing exchange organisation and migrate the users from London to Singapore.
    The bandwidth between our company and hosting facility 20 MB.
    What is the best method to move the mailboxes from loon service provide to our company ?
    I cannot do complete 3 gig mailbox migration from source to destination due to wan bandwidth limitation and time.
    I can do only move the mails to local pst then migrate the mailboxes to new server and import the pst mails to exchange mailbox.
    Is there any other method available ? backup and restoration ?
    Please help me to provide best method for mailbox migration.

    For migrating exchange mailboxes from one server to another server (across the country), the suitable approach will be to export mailboxes into pst files.
    This job can be simplified even more, take the offline copy of edb file to the destination system (at Singapore) then export all mailboxes (of all sizes) from offline file to separate PST files. Then run PowerShell scripts to import the PSTs. For extracting
    mailboxes from offline edb file use a stable edb converter solution that extracts mailboxes (even very large sized) & create new pst file for each of equivalent size.
    product overview: http://www.pcvita.com/edb-converter.html

  • After Migrating from 10g to 11g Geeting problems with Guided navigations.

    After Migrating from 10g to 11g Geeting problems with Guided navigations and section navigations not working.
    And we are getting the following error <<odbc driver returned an error (SQLExecDirectW)>> where we have used navigations.
    In 10G we have Guided navigation Reports to display the Reports links and intermediate reports for conditionally displaying the Dashboard section(Reports) but after migrating to 11g Guided navigation reports and conditional reports are not working..
    We know that in 11g section navigation replaced with conditions and Guided navigation replaced with action link.. but
    do we need to recreate those reports in actions and condition or is there any work around avoid reworking.

    Hi Both,
    Thanks for the reply ...
    For Guided navigation we are getting like below error:
    Odbc driver returned an error (SQLExecDirectW).
    For Conditional dashboard section we are getting like below error:
    "saw.aViewsToRefresh = [];saw.aViewsToRefresh['d:dashboard~p:1egt6il5utl0uu8n~s:3jsmgfs3c1r4tn7c~n:condition'] = true;saw.aViewsToRefresh['d:dashboard~p:1egt6il5utl0uu8n~s:nos5q43jvjmi643b~n:condition'] = true;"

  • Migrating from Solaris 2.6 to 8.0

    We are migrating from Solaris 2.6 to 8.0, and my concern is all code and application which are on 2.6 is portable or not ?. Also we are using oracle 8.1.7 as out database. All code are written in C.
    Can anyone help me in this "porting"?
    Thanks in advance
    KP

    Does someone can tell me where i can find information about
    migration from solaris 2.6 to 8.0 concerning C and C++ programs and shell scripts
    Thanks you in advance
    sunsifac

Maybe you are looking for

  • Limitation on the number of applications for a domain?

    Does anyone know if there is a limitation on the number of applications you can deploy on a domain for weblogic server 7?

  • Link inside Podcast

    Hi, I have a podcast on iTunes which has many listeners, so I want to do this: 95% of the listeners downloaded the podcast via iPhone or iPad and I would like to display some information (eg a direct one-click link to my facebook fanpage) directly to

  • Sudden problems with network logins

    Hello, I've suddenly started experiencing an issue preventing normal network logins. Logging in on client machines gives "The home folder for user "xxxxxx" is not located in the usual place or cannot be accessed" This occurs on every client machine -

  • Did anyone tried Rejection Message Handler via Queue based method?

    Dear All, I am presently doing a Rejected Message Handler process and successfully implemented with File based and Web Service based. But I am not getting the clue for Queue based. We can enqueue the rejected message into queue as a JMS message via t

  • Ipod got wet, now doing nutty things

    I found out when I friend borrowed my ipod, he MAY have gotten it wet. It was dead for a while, but I did a restore on it 5 times but still have the same problems. 1.Ipod icon appears on the desktop, then disappears..but does show up in Itunes. 2.Bat