Rebuild project

If I do a "Rebuild project", one of my files gets about 50 errors. If I do a "rebuild WliApp.java" or a "make WliApp.java" .java" it doesn't get any errors.
The errors are like:
"class eepd.wliViewer.WliApp should be declares abstract; it does not define method defaltCursor() in interface LoginApp." (This is file WliApp)
"variable dbName not found in class eepd.wliViewer.WliApp." (lots of this type of error)
"method errorDialog(String, String) not found in class eepd.wliViewer.WliApp"
None of these errors are true.

I see similar error has been reprorted but fixed: http://bugs.adobe.com/jira/browse/FB-17755
If you see this error consistently, can you file a bug?
http://bugs.adobe.com/flex
Please include details of your project and if possible, please attach your project to the bug.
Thank you,
-Yukari

Similar Messages

  • CREDIT REBUILD PROJECT LOG

    Hey there...  I started reading this forum in June 2008 and have begun the long journey of recovering my credit.  I have decided to log my activity as I take this journey for two reasons.  First, if anyone has suggestions or critiques, I would love to hear it.  Second, if anyone is about to start a similar project, they may learn from my mistakes. So, here we go! 6-4-2008 - Denied for multiple CC apps, seeking a new gas card.  went online and pulled all 3 fico reports: EXP - 577    EQU - 530  TRANS - 542 This is when I began reading everything I could on these forums.  I found that much of my report was inaccurate or outright did not belong to me.  I began the dispute process as soon as I had a clear understanding about how it worked.   
    Message Edited by p- on 07-14-2008 12:38 PM

    Credit Score Update Recieved 7-15-08: On 6-4 it was: EXP - 577    EQU - 530  TRANS - 542 As of 7-15 is: EXP - 614  +37  EQU - 603 +73 TRANS - 644 +102 Holy snizzle!  This is working better than I ever hoped! Here's an update of derogs cleared compared to 6-4:                                                                     6-4-08                         7-15-08EQUI:# Accounts Past Due                                      0                                  0Recent Inquiries                                              3                                  3Collections                                                      7                                  6  Public Records                                               1                                  1Revolving Acct Bal                                          n/a                               1%                   EXPER:# Accounts Past Due -                                   0                                  0Recent Inquiries -                                            4                                  5Collections -                                                    5                                  3       Public Records -                                             0                                  0Revolving Acct Bal                                          n/a                               1%TRANSU:# Accounts Past Due -                                   0                                  0Recent Inquiries -                                            3                                  3Collections -                                                    7                                  1                         Public Records -                                             0                                  0Revolving Acct Bal                                          n/a                               1%__________________________________________________Tis is before sending out any DV letters.  Game on!

  • 10.1.3 - Compiler problem rebuilding projects

    I found a problem compiling projects.
    Until 10.1.2 when I compiled a project and I got some errors correct classes where compiled and stored, now only if all is correct compilation succeds and compiled classes are stored.
    Is it possible to avoid that odd behaviour ?
    Tks
    Tullio

    Cannot confirm your observation.
    I believe it really depends on the location of the error.
    With 9.0.5.2 (!), depending on the location of the error, the amount of class files written differs enormously. Sometimes, it seems all class files are written except the ones with error. Sometimes almost no class files make it to the disk.
    If that's the odd behaviour you're talking about then this already existed in 9.0.5.2.
    Sascha

  • Maven: how can I deploy artefacts without rebuilding project ?

    I want to build in 2 steps.
    1. install
    2. deploy
    The trouble is the 2nd step.
    If I execute mvn deploy, it executes install phase again.
    If I execute mvn deploy:deploy, error occurs:
    The packaging for this project did not assign a file to the build artifact
    How can I fix it ?

    Please go to this link
    http://otn.oracle.com/products/reports/htdocs/getstart/examples/Tools/index.html
    In the bottom you can see thin clients for different app servers other than iAS
    Thanks
    Ratheesh
    [    All Docs     ]
    http://otn.oracle.com/documentation/reports.html
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [   Building reports  - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [   Forms Reports Integration whitepaper  9i ]
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    ---------------------------------------------------------------------------------

  • Rebuild of Project not building all source files

    Using 9i, I cleared all .class files from my target directory structure and then requested a Rebuild (right click project.jpr, click Rebuild project.jpr) of the entire project. I get a result that says there is one error (expected) and five warnings. When I look in the target library structure, I see that many of the .class files are not there.
    I then do the same procedure for each package name (I'm showing the list of .java files using the Show Categories option), right clicking and rebuilding each package (over 50). This produces all the .class files.
    Then, I can request a Rebuild of a given package on a subsequent date and JDeveloper will indicate that it compiled each of the source files in the package, but the create and modified dates of the .class files still show a previous date.
    Can someone give a clue of what is going on? I expected Rebuild to build every class from every source for the entire project, when requested at that level. It certainly is NOT doing that for me.
    Oracle IDE     9.0.3.10.76
    UML Modelers Version     9.0.3.9.73
    Business Components Version     9.0.3.10.62
    SCM Support Version     9.0.3.9.73
    java.version     1.3.1_02
    java.home     C:\Program Files\Oracle\JDeveloper 9i\jdk\jre
    java.vm.name     OJVM Client VM
    java.vm.vendor     Oracle Corp.
    java.vm.version     9.0.3.744 o
    user.language     en
    user.region     US
    user.name     dvgreen
    user.home     C:\Documents and Settings\dvgreen.NA
    user.dir     C:\Program Files\Oracle\JDeveloper 9i\jdev\bin
    ide.user.dir     
    os.name     Windows 2000
    os.arch     x86
    http.proxyHost     <no value assigned>
    http.proxyPort     <no value assigned>
    http.nonProxyHosts     <no value assigned>
    ide.patches     

    I don't see anything on the Compile options that I would expect to affect this operation in this way.
    No Ant involved. I'll just deal with it. I was hoping someone from Oracle might stop in here and be familiar with the issue.
    As it is, I'm talking about recompiling a bunch of code that hasn't even changed. I just found it odd that it would report that it was compiling it, but not have any visible evidence to support the claim.

  • DISASTER!  Lost a .java file after a Project Rebuild

    Is there a way to get it back?  It was the Component.java file.  When I open the component and go to "Implement" it says the file is gone.
    Is this file stored in the ear file that's uploaded to the server?  How can I retrieve my last deployed application?
    Thanks
    Andrew

    Hi,
    The latest deployed project and its corresponding files you can get it from
    C:\Documents and Settings\youraccount\Documents\SAP\workspace\yourproject
    ( in case after few chnges if you say rebuild project older project will be modified with latest changes.My suggestion you can have timely back up in to onther workspace i mean another directory/folder so that you can retrive/import your older projects to NWDS).
    Apart from this i am not finding any other solution
    Hope it helped you
    Reagrds
    RK

  • LightSwitch is still looking for an entity property that no longer exists in any project file. How and why?

    I recently performed an across-the-board rename in my LightSwitch application and development database. (No worries, always backups.) I know that directly editing the .lsml files (Client.lsml, Common.lsml, Server.lsml) isn't supported - you must be careful.
    That said I've been able to use find and replace within these files with great success for simple refactoring ... until now.
    I renamed "WcsNum" on my Job entity to "JobNum".
    I have a data grid whose entities include a relationship to "Job" and display a couple of Job's properties, all very typical. Now whenever I open the screen with the data grid and it's populated with one or more entities that have a reference to a
    job, I receive this:
    The property 'WcsNum' does not exist on type 'LightSwitchApplication.Implementation.Job'. Make sure to only use property names that are defined by the type.
    The spooky thing is, the text WcsNum no longer exists anywhere in my entire project. I've used Agent Ransack to search my entire project directory including the main LightSwitch project, my WCF RIA Services project, and any related files.
    I've even exported my database schema (and data) to scripts and searched those for it -- nothing.
    I've tried "Clean Solution", as well as manually deleting every obj, bin, and GeneratedArtifacts directory in both projects. There are no remaining occurrences of this reference, I don't know where it's getting it from.
    I also tried deleting the settings from %UserProfile%\Documents\Microsoft\LightSwitch\Settings, which I regularly clear anyway to discard manual column sizes.
    As I'm typing this I'm searching the contents of every file on my entire computer for "WcsNum", in case there's some other local cache that needs cleared. Feasible with a solid state drive.
    If I can't find it this way, it must be stored differently, or within a binary format that Agent Ransack doesn't recognize as ANSI/Unicode.

    For the first question, in Solution Explorer, you'll find a folder under the LightSwitch project called "Data Sources". But here's the bit you might be missing. You have to switch to back to
    Logical View, if for some reason you've switched to File View. You won't see the data sources if you're in
    File View. And seeing as you've got Luminous Tools installed, if you have made the toolbar visible, then you have a button to do it all for you "Show Data Sources". Then you simply right-click the data source that is your RIA
    Service, then select Update Data Source. I hope that makes it a bit clearer for you?
    As for not seeing a Rebuild Project command, you might be looking in the actual LightSwitch menu. What I've done is only put commands in there that directly relate to LightSwitch. Any others will appear in one of two groups in the context menu underneath
    the LightSwitch menu. Rebuild Solution, Rebuild Project, & Cancel Build, should all be together. If you still can't find it, let me know. Any images of what you're seeing on the screen would be very helpful for me to know what to advise you.
    Yann -
    LightSwitch Central
    Luminous Tools for LightSwitch (a FREE productivity extension)
    FREE Themes, Controls, Types and Commands
    Please click "Mark as Answer", if any reply answers your question.
    Please click "Vote as Helpful", if you find any reply helpful.
    By doing this you'll help others to find answers faster.

  • Query related to Migrating non Dc Web dynpro project to DC.

    Hi All,
    I have the requirement to migrate a non DC Web dynpro project to DC.
    I have a project which involves few models.The models are nothing but BAPIs released as web services. So, when I am trying to do what i intend to do, I am getting compile time errors and I am not able to deploy.
    WHAT I AM DOING?
    I am cerating an empty DC project. I am giving the Name and keeping the domain as basis which comes as the default one.
    Later I am moving to the Navigator tab and trying to copy and paste the packages under src and the model folder.
    Coming back to the web dynpro tab, i am trying to rebuild the newly created DC project. here i am getting thousands of compile time error.I have even tried changing the domain as enterprise portal while creating the DC project. But the result is same.
    Kindly through some lime light on this.Its very urgent and I am still not very clear with componentization in web dynpros.
    Looking forward to you.
    Regards
    DK

    Hi DK,
    Follow this procedure to Migrate Local Web Dynpro to DC Component.
    <b>Creating a New Development Component</b>
    1. Create a new Web Dynpro DC Project [Page 5].
    You create an empty container for a Web Dynpro DC that does not have
    functions. The new DC should include all relevant development objects
    project.
    <b>Do not check the newly created DC into the DTR yet.</b>
    1.Copying Packages from the Local Project
    2. In the Web Dynpro perspective, switch to the Navigator view.
    3. Select the local Web Dynpro project to be migrated and expand the project
    down to the source folder: <My_Local_Project> &#61614;&#61472;src &#61614;&#61472;packages.
    4. Select all packages and choose Copy using the right mouse-click.
    <b>Inserting Packages into the New DC Project</b>
    5. Now choose the DC project that was just created and expand the project structure in
    the Navigator view, again down to the source folder.
    6. Select the Packages node and choose Paste.
    The Add Files to DTR dialog box appears.
    7. Choose OK to confirm your selection.
    8. Assign a DTR activity either by creating a new activity or choosing an existing one.
    Execute Reload
    9. Switch to the Web Dynpro Explorer.
    10. Choose the project node of the DC project and select the Reload function.
    11. In the displayed dialog box, again choose Reload.
    Reload now also reloads Web Dynpro metadata into the new project.
    Building the Project
    12. Execute a local rebuild for the entire DC project. Choose the function Rebuild
    project.
    13. If there are no errors in the task view, execute a DC-based build by choosing the
    function Development Component &#61614;&#61472;Build.
    This build is identical to the central build tool and is required to take dependencies of
    DCs among each other into consideration.
    <b>Result</b>
    You have migrated your local Web Dynpro project into a DC project. You can now deploy the
    new DC into your local environment and test it before you commence checking the assigned
    activity into the DTR.
    After all these steps, when you reload your project, if you happend to see errors in your project. Check few things.
    - All the model classes has been genreated or not.
    - Close the project and open it again, sometimes it works fine.
    - Findout what is the reason for errors, any thing is missing.
    Regards,
    Sridhar
    Message was edited by:
            Sridhar kanchanapalli

  • Using FCE 4 to edit mov file, inserted 8 chapter markers by double tap M, enter title, click add chapter marker.  Rendered and half of the chapter markers unrecognized or not functional.  Delete FCE prefs and redo project did not help.  How to fix?

    Using FCE 4 to edit mov file.  Added 8 chapter markers by double tap M, enter title, click add chapter marker.  Rendered and 4 of the chapter markers are skipped or not functioning.  Deleting FCE prefs and rebuild project did not solve.  Solution anyone? 

    Thanks for taking a look, I am pretty new on a Mac, is this the data you need?

  • Javax.crypto missing in my webdynpro project

    Hello
    I am trying to develop application which uses DES crypto function.
    I have an example of code which should work but the problem is with the JCE crypto library it uses.
    In normal java project I can import javax.crypto but in my web dynpro DC component I simply can't.
    Is there any way to add this library?
    Thanks for any help.

    I found the solution myself and it was quiet simple.
    Just open the properties of the project and add external JAR to java build path. The library I was seeking is located in program files/java/jre.../lib and its the jce.jar.
    The other problem I am having with this is that when I try to build the development component, the jce.jar is removed from the build path and the previous error persists. It is strange because when I simply choose rebuild project and then deploy, everything works.

  • Importing tutwd_mobile_init and tutwd_mobile projects in Netweaver DS

    Dear All,
    I am not able to find the tutwd_mobile_init and tutwd_mobile project in netweaver developer studio
    and hence cannot import the same to the workspace.
    please help regarding the same.
    Thanks.

    Hi,
    I think you are referrring to the NW 2004 Tutorial found here:
    /docs/DOC-8061#55 [original link is broken]
    All you need to do is download the 2 files linked in that page itself:
    1. Mobile Web Dynpro_Details.zip - tutwd_mobile_init - https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3068cc8a-4798-2b10-2285-d35a6c48d785
    2. Mobile Web Dynpro_Code Sample.zip - tutwd_mobile - https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00fbdb95-4798-2b10-a096-b4103ea52252
    Extract the folders on to your PC. Now you need to import them according to the following instrcutions found in one of the SDN SAP Teched 05 docs:
    Remark: If these projects do not appear in the SAP NetWeaver Developer Studio yet you probably have to
    - copy the folders "TutWD_Mobile_Init" and "TutWD_Mobile" to your Laptop/PC
    - import the two projects into the workspace of your SAP NetWeaver Developer Studio
    (File -> Import -> Existing Project into Workspace)
    - if the rebuild (click right on project, Rebuild project) fails, "repair" the project (right click on
    project, Repair -> Project Structure and Classpath)
    Please mark this thread as answered and my post as solved if my post solved your query.
    Regards,
    Veera

  • Export Import Issue in NWDS

    Dear All,
    I am using NWDS 7 for web dynpro development.
    I created a development component for customer master in web dynpro and it is perfectly integrated with R/3 and saving the data in R/3.
    Now I exported this component using File->Export->File System->Development Component ,
    Then I created a new development component and imported the same exported DC in this component.
    It imported the DC successfully but when I tried to deploy it after rebuild it is showing error--
    Jun 28, 2008 1:49:30 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] INFO:
    [006]Additional log information about the deployment
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[D:\usr\sap\DEP\JC02\SDM\program\log\sdmcl20080628081927.log]/>
    <!PATTERN[sdmcl20080628081927.log]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%24d %s: %m)]/>
    <!ENCODING[UTF8]/>
    <!LOGHEADER[END]/>
    Jun 28, 2008 1:49:27 PM  Info: -
    Starting deployment -
    Jun 28, 2008 1:49:27 PM  Info: Error handling strategy: OnErrorStop
    Jun 28, 2008 1:49:27 PM  Info: Prerequisite error handling strategy: OnPrerequisiteErrorStop
    Jun 28, 2008 1:49:27 PM  Info: Update strategy: UpdateAllVersions
    Jun 28, 2008 1:49:27 PM  Info: Starting deployment prerequisites:
    Jun 28, 2008 1:49:28 PM  Info: Loading selected archives...
    Jun 28, 2008 1:49:28 PM  Info: Loading archive 'D:\usr\sap\DEP\JC02\SDM\program\temp\temp6581dep.com~t1.ear'
    Jun 28, 2008 1:49:28 PM  Info: Selected archives successfully loaded.
    Jun 28, 2008 1:49:28 PM  Info: Actions per selected component:
    Jun 28, 2008 1:49:28 PM  Info: Initial deployment: Selected development component 't1'/'dep.com'/'LOKAL'/'0.2008.06.28.13.49.17'/'0' will be deployed.
    Jun 28, 2008 1:49:28 PM  Info: Ending deployment prerequisites. All items are correct.
    Jun 28, 2008 1:49:30 PM  Error: Unable to compare host[idedep] and host[WEBSERVER] Throwable: java.net.UnknownHostException Throwable message: WEBSERVER: WEBSERVER
    Jun 28, 2008 1:49:30 PM  Info: Saved current Engine state.
    Jun 28, 2008 1:49:30 PM  Info: Starting: Initial deployment: Selected development component 't1'/'dep.com'/'LOKAL'/'0.2008.06.28.13.49.17'/'0' will be deployed.
    Jun 28, 2008 1:49:30 PM  Info: SDA to be deployed: D:\usr\sap\DEP\JC02\SDM\root\origin\dep.com\t1\LOKAL\0\0.2008.06.28.13.49.17\temp6581dep.com~t1.ear
    Jun 28, 2008 1:49:30 PM  Info: Software type of SDA: J2EE
    Jun 28, 2008 1:49:30 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Jun 28, 2008 1:49:30 PM  Error: Unable to compare host[idedep] and host[WEBSERVER] Throwable: java.net.UnknownHostException Throwable message: WEBSERVER
    Jun 28, 2008 1:49:31 PM  Info: Begin of log messages of the target system:
    08/06/28 13:49:30 -  ***********************************************************
    08/06/28 13:49:31 -  Start updating EAR file...
    08/06/28 13:49:31 -  start-up mode is lazy
    08/06/28 13:49:31 -  EAR file updated successfully for 31ms.
    08/06/28 13:49:31 -  Start deploying ...
    08/06/28 13:49:31 -  EAR file uploaded to server for 15ms.
    08/06/28 13:49:31 -  ERROR: Not deployed. Deploy Service returned ERROR:
                         java.rmi.RemoteException: Cannot deploy application dep.com/t1..
                         Reason: Clusterwide exception: Failed to deploy application dep.com/t1. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?; nested exception is:
                              com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application dep.com/t1. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:569)
                              at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1555)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:319)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200)
                              at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:136)
                              at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
                              at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
                              at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
                              at java.security.AccessController.doPrivileged(Native Method)
                              at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
                              at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
                         Caused by: com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application dep.com/t1. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?
                              at com.sap.engine.services.webdynpro.WebDynproContainer.deploy(WebDynproContainer.java:1050)
                              at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:606)
                              at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:321)
                              at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:307)
                              at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)
                              at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3186)
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:554)
                              ... 10 more
                         For detailed information see the log file of the Deploy Service.
    08/06/28 13:49:31 -  ***********************************************************
    Jun 28, 2008 1:49:31 PM  Info: End of log messages of the target system.
    Jun 28, 2008 1:49:31 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Jun 28, 2008 1:49:31 PM  Error: Aborted: development component 't1'/'dep.com'/'LOKAL'/'0.2008.06.28.13.49.17'/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application dep.com/t1..
    Reason: Clusterwide exception: Failed to deploy application dep.com/t1. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?; nested exception is:
         com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application dep.com/t1. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Jun 28, 2008 1:49:31 PM  Info: Starting to save the repository
    Jun 28, 2008 1:49:32 PM  Info: Finished saving the repository
    Jun 28, 2008 1:49:32 PM  Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    Jun 28, 2008 1:49:32 PM  Error: -
    At least one of the Deployments failed -
    what could be the problem... Please suggest..
    Thanks in Advance

    Hi alternatively try this
    1.      Create a new Web Dynpro DC Project.
    This creates an empty container for a Web Dynpro DC that does not have yet have any functions. The new DC should include all relevant development objects in the local project.
    Do not check the newly created DC into the DTR yet.
    2.      In the Web Dynpro perspective, switch to the Navigator view.
    3.      Select the local Web Dynpro project that you want to migrate and expand the project structure.
    4.      Select the source folder src and the Model Folder, then choose Copy in the context menu (right mouse click).
    5.      Now choose the DC project that you have just created and expand the project structure in the Navigator view down to the source folder.
    6.      Select the Packages node and choose Paste.
    7.      Choose OK to confirm your selection.
    8.      Assign a DTR activity either by creating a new activity or choosing an existing one.
    9.      Switch to Web Dynpro Explorer.
    10.      Choose the project node for the DC project and choose the  Reload function.
    11.      A dialog box appears. Choose Reload again.
    12.      Execute a local rebuild for the entire DC project. Choose the  Rebuild project function.
    13.      If there are no errors in the task view, execute a DC-based build by choosing Development Component Build.
    This build is identical to the central build tool; it is needed to cater for mutual dependencies of DCs during the build.

  • Problem in OWB map for source change capture

    The problem is as follows:-
    Our OWB map between two different databases, captures change in data at source and populates them in target. It is a one to one map. The map is failing to process some rows from source database though it gives no:of errors as 0 in the audit view thus we infer that the map is running successfully.
    In our case, we have a composite key ( Instance_id, Version_number) at source as well as target. One instance_id can has more than one version number. We have observed that the view is picking up all the version_number for a particular instance_id but the map is unable to populate the last version_number to the target table.
    But when this map was executed in another environment and it is successfully populating all the data in the target.
    The brief description of the map is as follows:-
    The map has a view which captures all the changes in data (insert and update) .From this view we filter the rows which were already processed in previous map run (with help of watermark). Then we sort the rows based on DML type and watermark . These rows are then mapped to a target table. The loading type of the map is INSERT/UPDATE.

    Hi Nagesh,
    When we are doing I18N for that Application. Go to Navigator Tab
    Here Select Particular Projects--à src-àPackages-àsap-àvijay
    To internationalize the Web Dynpro application, copy the automatically generated *.xlf files and save them under a new name in the same directory.
    The new name must meet the following convention:
    u2022 .xlf
    For example, if you are creating *.xlf files for German,
    Use the language key de.
    Here Click on OK
    After that we can edit and translate these new *.xlf files in the S2X Editor.
    ApplyTemFirstView.wdview_de.xlf-àClick on Resource Text Tab
    Select Particular Text and Change the language to German-àClick on EDIT Button
    Here Enter German Lang-àClick on OK
    Now Go to Web Dynpro Explorer Tab
    Select Project-àRC Click on Rebuild Project
    Select Project-àRC Click on Reload
    Then Deploye the Application
    How to Check in Explorer. It is converting to German Language or not
    Open Internet Explorer
    Tool-àInternet Options -àClick on Languages Button-àClick on ADD Button
    Select German Language--àClick on OK
    Now We will Check in Portal
    Created Web Dynpro iView in Portal. That iView assign to the particular WorkSet-àAssign to Role
    Select that user Can Change Language
    Regards
    Vijay Kalluri

  • Changed structuere of RFC not found after Re-import

    hi guyz
    The RFC i am using has changed and one new input field was added to RFC. Now i have reimported the RFC, the model is showing the changed field as well. But the problem is that while deploying it throws follwing Exception.
       com.sap.tc.webdynpro.progmodel.context.ContextConfigurationException: DataNodeInfo  (SalesOfficerComp.Zpdp_Cust_Salesgrp_Input.SaleGrpOutput.Out_Table):     structure field Mkt_Type not found
       The changed field is of type Mkt_Type.
        I am not getting any clues regarding this.
       Please help me to sort out this problem.
                         Thanks.
                             Deeps

    Hi Deepak,
    Follow the steps.
    Step 1:  Remove the model from the used models.
    Step 2:  Re import the Model using the changed RFC.
    Step 3:  Rebuild Project
    Step 4:  Use the new model in used models.
    Step 5:  Go to the Diagram view and do the mapping once again between
    i>     Used Models and Component Controller
    ii>     Component Controller and View.
    Step 6: Build and Deploy.
    Regards,
    Mithu

  • Problem in Internalization( I18N) for changing the Source langeuage

    Hi All,
    I have some problem in changing the source language in header:
    In S2X editor, I copyed the .xlf file pasted in same then modifyed accordingly(xxx_de.xlf) when i opend the xlf its asking the Activity when I created its throwing repository access faild like no deltaV resource avilable with directory(c:\......)
    and im not able to change the header and Resource text In S2X Editor, any one give me help on this.
    Thanks
    polaka

    Hi Nagesh,
    When we are doing I18N for that Application. Go to Navigator Tab
    Here Select Particular Projects--à src-àPackages-àsap-àvijay
    To internationalize the Web Dynpro application, copy the automatically generated *.xlf files and save them under a new name in the same directory.
    The new name must meet the following convention:
    u2022 .xlf
    For example, if you are creating *.xlf files for German,
    Use the language key de.
    Here Click on OK
    After that we can edit and translate these new *.xlf files in the S2X Editor.
    ApplyTemFirstView.wdview_de.xlf-àClick on Resource Text Tab
    Select Particular Text and Change the language to German-àClick on EDIT Button
    Here Enter German Lang-àClick on OK
    Now Go to Web Dynpro Explorer Tab
    Select Project-àRC Click on Rebuild Project
    Select Project-àRC Click on Reload
    Then Deploye the Application
    How to Check in Explorer. It is converting to German Language or not
    Open Internet Explorer
    Tool-àInternet Options -àClick on Languages Button-àClick on ADD Button
    Select German Language--àClick on OK
    Now We will Check in Portal
    Created Web Dynpro iView in Portal. That iView assign to the particular WorkSet-àAssign to Role
    Select that user Can Change Language
    Regards
    Vijay Kalluri

Maybe you are looking for