Viewing and modifying deployed ess appls in NWDS

Hi All,
we successfully installed and configured NWDI and created tracks and imported the relevant sca files in the Development system. At this point of time, we want to open up one of the ess applications in NWDS to be able to understand the structure of such applns and then modify them. We hv some questions regarding the same:
1) For modification of ess application, do we need to import the track in CMS in the consolidated system. What is the purpose of the Consolidated System and importing the track in it?
2) To be able to import an ess appln in NWDS, we created a project of type DC (we already imported the necessary development configuration) and tried to create a project but failed with error msg 'unable to create DC and check for errors in logs'. Where are these logs located? im unable to find any in the ide folder..?I know this is not enough info to wrk with..alternatively are there any step-by-step guides on importing/creating ess applns in NWDS? I'm already referring to the document 'custom development of web dynpro ess applns using FPM' ..any guidance in these initial steps is appreciated.
thanks in advance!
prachi

Thanks both for your response.
Seshu: I'm already referring the nwdi cookbook. i do see the step on importing tracks in consolodation but no explanation on why its required. Also how can I identify the relevant web dynpro application for a relevant ess screen. i dont understand the architecture of the components/applications. Take for eg ess/per, i was under the impression that it was the WD application for personal information and would hv the relevant iViews on Banks, Addresses, Personal Data, EIC Authentication etc that we see on portal. But i see different DCs for banks, addresses, etc under the locale-specific folder. whereas the DCs like ess/ben, ess/per see to hv only some generic navigation iViews etc..Could you advise on how to go about understanding the architecture of all these DCs?
Bala: Im getting errors when creating a DC project in NWDS. why would i hv to refer the server logs in nwa for this?
Thanks!
prachi

Similar Messages

  • Userexit to Restrict the VIEW and MODIFY of the Sales Order

    Hello Everybody,
    I need to do the following task.
    I want to restrict to VIEW and MODIFY the sales order for particular sales office or sales group.
    I need  user exit for that.
    Please help me by providing brief information.
    Thanks
    M Rahman

    Hi Rahman
    Instead of changing the DISPLAY and CHANGE status of Sales Order,
    i think it would be better if u make a check at the time of SAVE.
    When the SO is being saved in VA02,check the sales office or sales group
    and then give a error message to the user, saying that he is not authorised to make changes to the
    SO for this particular sales office or sales group.
    For this you can use the inckude MV45AFZZ,and USER EXIT userexit_save_document.
    Sample Code:
    IF SALES_OFFICE EQ 'XYZ'.
    MESSAGE 'Change not possible for this Sales Office' type 'E'.
    ENDIF.
    Regards
    Hareesh Menon

  • Does Apple have an alternative for adobe flash player I have websites that require it for viewing and they tell me Apple restricts Adobe.

    Does Apple have an alternative for adobe flash player I have websites that require it for viewing and they tell me Apple restricts Adobe.

    Hi Ron.  Timely question!  Try  "Hype"
    http://tumultco.com/hype/ 
    Hype was just released and can be purchased at the Apple App store.   I just got an iphone and resized all my websites will have to be revised. Read about it ...
    http://mobile.informationweek.com/10996/show/4713846be58e278050d7a7921c8f68eb/
    http://m.minyanville.com/?guid=3948&catid=5
    Or go directly to http://tumultco.com/hype/ for tons of info. 

  • PDFDocumentRuntimeException while deploying the Application through NWDS

    Hi,
       I am configuring for Adobe Interactive Form and on deploying the application through NWDS I got the error while deploying as follows.
    <b>com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Failed to  UPDATEDATAINPDF
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:398)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:1132)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.afterApplicationModification(ClientComponent.java:887)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRespond(WindowPhaseModel.java:573)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:152)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:752)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:705)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java(Compiled Code))
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java(Compiled Code))
         at java.security.AccessController.doPrivileged1(Native Method)
         at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))
    Caused by: com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: PDFDocument Processor failed to process Render Request.
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:55)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:98)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:121)
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:342)
         ... 30 more
    Caused by: com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException:
    Processing exception during a "UsageRights" operation.
    Request start time: Mon Mar 12 16:02:47 GMT+05:30 2007
    com.adobe.ProcessingError: Credential login error while applying usage rights to PDF: /tmp/adobewa_SPD_18828050/DM4291422590189871105.dir/DM-3572217866344419510.tmp
    Specific error information:
    error while logging into credential ^0
    GeneralError: Operation failed.
    SecurityHandler.login:-1:
    Could not open Digital ID file with the password provided. Please try again.</b>
    In order to resolve it I have taken the Adobe Credential File from SAP and put it under /usr/sap/<SAPSID>/SYS/global/AdobeDocumentServices/ TrustManagerService/trust/credentials directory as "003265.pfx", i.e. extracted zip file put here.
    Now I opened the Visual Administrator and moved to Cluster tab, choose Server <x> -> Services -> Document Services Configuration
    On the tab, select Runtime tab -> Credentials
    Put the values as follows
    Alias : ReaderRights
    P12 File : clicked on browse and select the "003265.pfx"
    sha1 : <blank>
    Password : XXXXXX (Given by SAP)
    Confirm Password : XXXXXX
    And after that clicked on ADD button, then a message comes as follows
    <b>An error occured while updating the credential expiry date for alias 'ReaderRights':Error Retrieving credential expiry: ReaderRights
    Show Addtional Messages? with "Yes" and "No" button</b>
    Also I restarted the PDF Manipulation Module, but still getting the same above error while deploying and same message on selecting "Document Services Configuration"
    Can someone tell me how I can solve this error
    Regards
    Deep

    Hi Francios,
        The pop-up error message has gone. The problem is with the rights with the folder "credential" means I have added the credential file to the /usr/sap/<SAPSID>/SYS/global/AdobeDocumentServices/TrustManagerService/trust/credentials directory and done the steps as given in first message too but it does not set the Expiry Date.
    Now I have given the full rights to credentials directory in Operating System and done these steps again.
    This time it also fetches the Expiry date and the pop-up error message has gone.
    So, there is no problem with JCE installation.
    But again when I deployed the Travel Request Application the same error message is coming which is in my first message.
    I am again putting some statements from my first message
    <b>Caused by: com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException:
    Processing exception during a "UsageRights" operation.
    Request start time: Mon Mar 12 16:02:47 GMT+05:30 2007
    com.adobe.ProcessingError: Credential login error while applying usage rights to PDF: /tmp/adobewa_SPD_18828050/DM4291422590189871105.dir/DM-3572217866344419510.tmp
    Specific error information:
    error while logging into credential ^0
    GeneralError: Operation failed.
    SecurityHandler.login:-1:
    Could not open Digital ID file with the password provided. Please try again.</b>
    Now when I am going through /tmp/adobewa_SPD_18828050/DM4291422590189871105.dir/DM-3572217866344419510.tmp
    I come to know that upto /tmp/adobewa_SPD_18828050 it exists but DM4291422590189871105.dir/DM-3572217866344419510.tmp does not exist.
    So what to do now. Please suggest.
    Regards
    Deep

  • Deploy view doesn't deploy related tables. why?

    Hello,
    well, actually question is in the subject.
    In detail :
    create table - table_1.
    create table - table_2
    with any columns in Design Center;
    create a view, spec some columns and put a query there too.
    None of the objects exist in the target schema.
    Now click on the view and select "deploy". It will deploy with status "success", but it doesn't bring over the tables of which it based - through the select specified in the "create view".
    What am i missing ?
    thank you.
    P.S. dig around : the manual states that OWB does NOT check the query - so even invalid query will be deployed w/o a problem. But i still can't find how can i "associate" the view with tables, so they can be deployed in a single action.

    Hey Mr. Zsolt.Pentek,
    I am new to the Oracle Spatial, Could you please be kind enough to post all the procedure with queries to load Geotiff in Oracle 11g, i have gone through the above said oracle document but they have declared quries for some steps and not for all the steps.
    As i can understand you have been able to achieve the task, i would try to follow ur steps and probably make it ans it may work as a tutorial for new entrants also.
    I will really appreciate your help.
    Thanks and Regards

  • Check and modify ISE SNMP comunity

    Hi
    I have ISE 3315-k9 version 1.1
    what is the procedure to view and modify SNMP community   
    Thanks              

    For accessing Command Line Interface (CLI) of ISE, we need a different admin account. If no one is able to log into the Cisco ISE system because the administrator password has been lost, forgotten, or compromised, we can only use the Recovery DVD to reset the ISE CLI admin password.
    Resetting the Administrator Password for a Cisco ISE Appliance
    http://www.cisco.com/en/US/docs/security/ise/1.1.1/installation_guide/ise_postins.html#wp1189908
    For SNMP, you can create a new community for ISE and PI under network devices.
    ~BR
    Jatin Katyal
    **Do rate helpful posts**

  • HT200241 Can Apple Configurator deploy and modify Apple TV iOS 6.0 settings? For instance, what if I wanted to submit a 'reset all settings' command, but not a 'factory restore'?

    Can Apple Configurator deploy and modify Apple TV iOS 6.0 settings? For instance, what if I wanted to submit a 'reset all settings' command, but not a 'factory restore'?

    Did you follow the instructions here:
    http://support.apple.com/kb/HT4367
    Pay attention to differences in power connection depending on whether or not you have AppleTV2 or AppleTV 3.
    Also some microUSB leads don't seem to work - try another if you can. Disconnect superfluous USB device/hubs too if possible.
    AC

  • My ipad2 says Apple won't allow Adobe Flash driver to load. How can I view and hear talking greeting cards?

    My ipad2 says Apple won't allow Adobe Flash driver to load. How can I view and hear talking greeting cards?

    IOS device do not support Flash
    However Skyfire, Photon, iSwifter and Puffin Web Browser will provide limited Flash capability.

  • Authorised to User Fro MODIFY,VIEW and INSERT

    Hi,
    i want to authenticate my application .How can i give RIGHTS to User ,How can i authorised to User for MODIFY,VIEW and INSERT.
    How can i implement this.
    Thanks
    Edited by: 805629 on Jan 26, 2011 11:10 PM

    Hi,
    Create authorization scheme for MODIFY, VIEW and INSERT.
    For MODIFY and INSERT edit button and select Authorization Scheme.
    For VIEW on Edit Application properties go to security tab and select Authorization Scheme for VIEW.
    Sample PL/SQL code for authorization(It will return boolen):
    Scheme Type: PL/SQL Function Returning Boolean
    Code:
    Declare
    v_ret number;
    Begin
    v_ret := AUTH_PKG.can_update(:APP_USER,:APP_PAGE_ID);
    IF V_RET =1 THEN
    RETURN true;
    ELSE
    RETURN false;
    END IF;
    End;
    Regards,
    Kartik Patel
    http://patelkartik.blogspot.com/
    http://apex.oracle.com/pls/apex/f?p=9904351712:1

  • HT201210 Updated my iPad iOS last night and lost 'street view' on maps.  Is apple ignoring this loss of an existing application on maps?  What good is the update.  How do I get rid do the update and back to what I wanted and had?

    Updated my iPad iOS last night and lost 'street view' on maps.  Is apple ignoring this deletion of streetview on maps and how can I have it restored?

    Streetview is the property of Google. The new application not using Google services anymore (for many reasons you can find around the web), Streetview is gone too. Just download the free streetview app from the appstore

  • HT204053 Multiple Apple IDs (2) with Purchases & iTunes Match. Apple TV Purchases. Not happy to have to log in/out to view and enjoy my Purchase Contest. What's the solution?

    Multiple Apple IDs (2) with Purchases & iTunes Match. Apple TV Purchases. Not happy to have to log in/out to view and enjoy my Purchase Contest. What's the solution?

    Hi
    i ran into the same problem. surprisingly though, i am not using multiple apple id and just one mac.
    i did change both the account (apple id) and the computer (from pc to a mac server), but home sharing is on and the apple tv (1) is synced with the new computer.
    i can connect to the itunes store and browse through it (signed in at all times). i cannot purchase any content and cannot play transferred rentals from the computer (apple tv is not authorised...)
    somehow, it seems the apple tv was stuck with a previous id.
    i have just now re-authorised my computer on the account and will give the apple tv another try. i did notice a message during the re-authorisation process. the apple tv is being authorised. this gives me hope.
    in any case, your setup seems to be a dream come through. i decided to phase out my high end multiroom linn kivor system (over 20k back 6y ago) to an itunes based system. apparently you managed to build something.
    i tried an itunes based nas but gave up due to complex operation (and overheating on top) and went for a mac server. i will be using windows clients though.
    most of my content is cd based. can you sync purchased content between pc's? or with a server?

  • Apple Mail inbox "all" selected can't unselect. Tried quiting; tried restarting. Mail freezes then unfreezes. When going to View and clicking on Select, nothing opens, freezes. After 30 seconds, it opens up, everything in the inbox remains selected.

    Apple Mail inbox "all" selected can't unselect. Tried quiting; tried restarting. Mail freezes then unfreezes. When going to View and clicking on Select, nothing opens, freezes. After 30 seconds, it opens up, everything in the inbox remains selected. Won't be able to open anything in the inbox without everything opening up. Help!

    Hi Edwin,
    Try force quitting the Mail app:
    Option+Command+Esc, then select Mail from the list. See if that helps.
    Cheers,
    GB

  • I have Microsoft Office 2008 and only use Word and Excel. It takes 980 mb. I am considering replacing it with Apple iWorks 2013. If I do, can I delete Office, and still access and modify my Word and Excel documents?

    I have Microsoft Office 2008 and only use Word and Excel. It takes 980 mb. I am considering replacing it with Apple iWorks 2013. If I do, can I delete Office, and still access and modify my Word and Excel documents?
    I have a MacBook Air and OS 10.9.4

    Ron
    Just adding to what CSound has said.
    Pages and Numbers will change Word and Excel documents when they open and close them.
    Sometimes the change is subtle and sometimes not. With the latest versions of Pages and Numbers, more likely not.
    So don't think you are going to work with MsOffice files without problems. You will always have something not right and in some cases really annoyingly not right. Like having all the text from Pages appear bold in MsWord, or page breaks in the wrong place or some objects and graphics not appearing in one or the other.
    If working between different Operating Systems and MsOffice files, I also recommend LibreOffice. It opens and saves nearly all file formats. Unfortunately not .pages or numbers. Yet. The folks at LibreOffice are busy adding to it all the time, and making sure it works in all Operating systems, Mac, Windows and Linux and they are promising iOS as well soon.
    Peter

  • Create and deploy sda file in NWDS 7.0

    Hi,
    Could u pls tel me how to import , create and deploy sda file.
    I hav got an .sda file, i need to import ,made changes to that nd deploy it again in NWDS 7.0
    help me by providing some links or turorials...
    thanks
    raji

    Hi,
    As i told you earlier, there is no option to import a .sda file in NWDS 7.0.
    So you have to follow the approach which i mentioned in your earlier thread.
    https://www.sdn.sap.com/irj/scn/profile?userid=3978830
    That is the only way which you can do.
    Regards,
    Saleem

  • Which component to modify in ESS 603

    Hi all,
    We are upgrading our ESS applications to ESS 603 EHP4.On the DCs I see two applications and two components for VcDetail and VcReview.One with VcPerAddressUS and the other is VcPerAddressUS_13.We have some customizations to be made in the Detail view.But I am not sure which one to modify.I have several questions here:
    1. Which application(Per_Address_US or Per_Address_US_13) should be deployed?
    2. Why is there two applications and two Vc components in one DC?
    3. Is there any significance to number 13 wrt ESS 603?
    Thanks a lot
    Kukku

    Hi Suresh,
    We are doing the modification in _13 version but somehow if I change the application name to _13 then the overview doesnt display the fields I wanted.There is only one Overview view and we did the changes to that.But if I change the application name to old one then it works with all the bizcard fields.What am I doing wrong here?How can I deploy the DC as you suggested  and not the application?we are using NWDI to check in our code.Please provide some info on this.
    Thanks
    Kukku

Maybe you are looking for

  • Oracle Apex 4.0

    Hi All, i just installed oracle 10g express on windows and then installed oracle Apex 4.0. i installed it using this guide http://www.scribd.com/doc/5456221/Stepbystep-guide-to-install-Oracle-APEX-on-XE-on-Windows The i tried to login to application

  • Debugging in Webdynpro java?

    Hi All..    Can anybody explain in detail abt Debugging in Webdynpro java.(also send some documents and pdfs regarding tht).. GS

  • Can you add video to a fluid grid project in CS6

    Hi Again; I'm thinking about the upgrade to CS6  to help with my video problem in CS 5.5 and was wondering if you can add video to a fluid grid web project.  From what I watched on the web, it looks like everything is a one page web site with links t

  • A question on FaceTime

    Hi Guys, I need your help. I always used facetime on my iphone 4 without problems but when i used facetime for the first time on my macbook and came out what you read below. What does it mean and why i should change my ID password? Thanks a lot. "You

  • Condition type P101 and FR1 frieght %

    Hi, I have created a intra company sto, i have not maintained FR1 condition type but when i create PO, by default it is taking 3% as frieght charge. Can any one help me , from where it is taking frieght charges. Is any configuration needed for p101 c