Problem in uploading UWL Configuration File

Hi all,
I made following changes in the generated configuration xml for my system
<ItemType name="uwl.task.webflow.decision.TS00008267.UWL_System_Alias_192207" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchDemoIView" executionMode="default">
      <ItemTypeCriteria systemId="UWL_System_Alias_192207" externalType="TS00008267" connector="WebFlowConnector"/>
      <Actions>
        <Action name="launchDemoIView" handler="IViewLauncher">
          <Properties>
            <Property name="iview” value=“pcd://portal_content/uwltestiviewlaunch"/>
          </Properties>
        </Action>
      </Actions>
    </ItemType>
so that for the task TS00008267 I can launch a IView but when I am testing it by placing the uwl_configuration.dtd and my xml in the same directory my customize tag is getting stripped. Can somebody help me in this regard.
Regards
Sid

Hi Goutam,
yes I am checking the High Priority checkbox but file is not even getting uploaded so I dont think there is anything to do with clear cache and when I am testing also it locally as mentioned in one of the SDN documents it is not showing me the edited tag and in the browser it is showing the error at thr same line an character which I get while uploading.
Regards
sid

Similar Messages

  • Problem when uploading a large file in PI - weird SQL I/O errors

    Hi guys,
    I'm facing a very difficult problem when uploading a 35 MB with an FTPs adapter. I see in the logs that, after the translation to XML, it's going to 170 MB.
    I receive the following error in the CC Monitoring:
    Error: com.sap.aii.af.ra.ms.api.DeliveryException: Problem inserting 41827ca7-6b8c-4a87-198d-ad8a81fcb12b(OUTBOUND) into the database: com.sap.engine.services.dbpool.exceptions.BaseSQLException: Connection is invalid.
    When I look in the NWA Monitoring, I see the following details:
    SQL error occurred on connection affhb201:X11:SAPSR3DB: code=17,002, state="null", message="Io exception: Socket closed";
    SQL statement is "INSERT INTO "XI_AF_MSG" ("MSG_ID","DIRECTION","MSG_BYTES","TIMES_FAILED","SENT_RECV_TIME","STATUS","CONN_NAME","MSG_TYPE","REF_TO_MSG_ID","ADDRESS","TRANSPORT","CREDENTIAL","TRAN_HEADER","MSG_PROFILE","CONVERSATION_ID","SCHEDULE_TIME","PERSIST_UNTIL","FROM_P........
    I cannot check the Visual Admin Logs 'cause I don't have access to them yet.
    I'm pretty convinced that some swap memory, message size or whatever setting on the adapter engine or on the Java stack is preventing this. I do not get any message in CC Monitoring when uploading a smaller, 6 MB version of the same file.
    Can you please help me solve this or give me some interesting pointers?
    Never before did we experience something like this in the PI system. In addition, I didn't find any useful resource on the SDN and throughout the SAP notes for this.
    Let me know if you need more info about this.
    Best regards,
    George

    Hi George
    I am facing the same issue, where did you configure the message split in the Communication Channel?
    If I do the message split as you said, is it going to create several files or how does it work?
    Thanks in advanced
    Emmanuel

  • Problem in uploading the rpt file in BO server

    We have the enterprise edition of Business Objects server, which is available in the Solaris 10 machine. We try to upload the rpt file using the Central Management Console Log in, it shows in progress up to 20 min, after that we got the connection time out error. The same report is uploaded easily in the Business Objects server, which is available in windows machine. Solaris environment only we got this error.
    Any bodies help me why BO, which is available in Solaris server, is not supporting to upload the rpt file. (If any installation problem, or need to configure some parameters).
    RPT file upload only have this problem, other type of files we can easily uploaded.
    Thanks in advance.

    Hi,
    That's a really old post up there, and the forums have since been redesigned.
    The forum finder is over here: http://scn.sap.com/docs/DOC-18971
    A good collection of BusinessObjects related links can be found here: http://scn.sap.com/docs/DOC-30682
    This forum space http://scn.sap.com/community/businessobjects-bi-legacy-products is the most appropriate one if your product question is similar to that above.
    Regards ,
    H

  • Error while opening UWL configuration file

    Hello SDN,
    I am customizing UWL config file. I have download file and saved it to desktop. But while opening that file i am getting following error.
    The system cannot locate the resource specified. Error processing resource 'uwl_configuration.dtd'. Can you please tell me how to download and customize file.
    regards,
    Sree.

    Hi Sushil,
    I have followed the same procedure what you have explained. But when i am opening XML file with XML editor , it is not opening and not giving any error. But when open with word it is saying "file must contain one root element".
    When open with notepad below is the content.
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- UWL Configuration can have 0 or 1 Item types and views tag -->
    <!ELEMENT UWLConfiguration (Principals?, DescriptionBundles?, Actions?, ItemTypes?, Views?, GlobalDisplayAttributes?, NavigationNode?)>
    <!ATTLIST UWLConfiguration
         version CDATA "1.0"
    >
    <!-- Role-Based Navigation Feature i036159 -->
    <!-- If the UWL Configuration has Principals tag the configuration will be valid only for the principals indicated in one of the Principal tags -->
    <!-- Principal UniqueID should be used as id-->
    <!-- Principals? added to UWLConfiguration elements list-->
    <!ELEMENT Principals (Principal+)>
    <!ELEMENT Principal EMPTY>
    <!ATTLIST Principal uniqueID CDATA #REQUIRED>
    <!-- RBV Feature 200801111300 -->
    <!ELEMENT ItemTypes (ItemType*)>
    <!ELEMENT Views (View*)>
    <!-- Item type has 0 or 1 of other tags. since it could be inherited there is no need to specify all -->
    <!ELEMENT ItemType (Caching?, ItemTypeCriteria?, CustomAttributes?, Actions?, Menu?)>
    <!ATTLIST ItemType
         name NMTOKEN #REQUIRED
         connector CDATA #REQUIRED
         defaultView NMTOKEN #REQUIRED
         defaultAction NMTOKEN #IMPLIED
         executionMode (optimistic|pessimistic|default) "default"
    > following file like this........
    when i copy the content directly from portal below is the format....
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN' 'uwl_configuration.dtd'
      >
    <UWLConfiguration version="1.0">
      <ItemTypes>
        <ItemType name="uwl.task.webflow.TS01000096.ESS_Webdynpro" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchSAPAction" executionMode="default">
          <ItemTypeCriteria systemId="ESS_Webdynpro" externalType="TS01000096" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchSAPAction" groupAction="" handler="SAPIACLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
              <Properties>
                <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
                <Property name="openInNewWindow" value="yes"/>
                <Property name="display_order_priority" value="5"/>
                <Property name="IAC" value="WS01000060"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS01000097.ESS_Webdynpro" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchSAPAction" executionMode="default">
          <ItemTypeCriteria systemId="ESS_Webdynpro" externalType="TS01000097" connector="WebFlowConnector"/>
          <Actions>
    Can you please check and let me know if anything is missing.
    regards,
    Sree.

  • Problem in uploading an excel file in wd abap

    I am trying to upload an excel file in wd abap but on uploading it shows me the data in the form of some codes but when i try to do the same thing using text file it works well.Plese refer the code .
    METHOD onactionon_upload .
      TYPES : BEGIN OF itab_str1,
       name(10) TYPE c,
       age(10) TYPE c,
       END OF itab_str1.
      DATA : t_table1 TYPE STANDARD TABLE OF itab_str1,
            i_data TYPE STANDARD TABLE OF string,
            lo_nd_sflight TYPE REF TO if_wd_context_node,
            lo_el_sflight TYPE REF TO if_wd_context_element,
            l_string TYPE string,
            fs_table TYPE itab_str1,
            l_xstring TYPE xstring,
            fields TYPE string_table,
            lv_field TYPE string.
      DATA : t_table TYPE if_main=>elements_data_tab,
            data_table TYPE if_main=>elements_data_tab.
      wd_context->get_attribute(
      EXPORTING
        name = 'DATASOURCE'
        IMPORTING
          value = l_xstring
    CALL FUNCTION 'HR_KR_XSTRING_TO_STRING'
      EXPORTING
        in_xstring          = l_xstring
    IMPORTING
       out_string          = l_string.
    SPLIT l_string AT cl_abap_char_utilities=>newline  INTO TABLE i_data.
    LOOP AT i_data INTO l_string.
    SPLIT l_string AT cl_abap_char_utilities=>horizontal_tab INTO TABLE fields.
    READ TABLE fields INTO lv_field index 1.
    fs_table-name = lv_field.
    READ TABLE fields INTO lv_field index 2.
    fs_table-age = lv_field.
    APPEND fs_table TO t_table1.
    ENDLOOP.
    lo_nd_sflight = wd_context->get_child_node( 'DATA_TAB').
    lo_nd_sflight->bind_table( t_table1 ).
    ENDMETHOD.

    Problem is not with the file format  nor Upload element.
    problem is with conversion function module, still now for conversion of xcel data to string format we dont have perfect function module.
    CALL FUNCTION 'HR_KR_XSTRING_TO_STRING'
    EXPORTING
    in_xstring = l_xstring
    IMPORTING
    out_string = l_string.
    That's a bug with xcel conversion  As of now I dont find any fm which converts  xcel data to string without any problem.
    Regards
    Srinvivas
    Edited by: sanasrinivas on Dec 23, 2011 7:02 AM

  • Upload AE configuration file?

    Once again, my AE started acting up. A hard reset didn't work, so I did a factory default reset. "How clever," I thought, "the last time this happened, I saved my base configuration file!"
    The base station finally appeared in the list in Airport Utility. Then I went to File>Open Configuration File..., opened the base configuration file I had saved last time, and then... what?
    Is there some way to upload the configuration once it's saved? I didn't see anything in the menus or the buttons or tabs of either the main Airport Utility window or the baseconfig window that looked anything like "Write Configuration File to Base Station" or "Upload Configuration File." I ended up just using the information in the old config file as a reference while I went through and did the setup manually. I might as well have had it all scribbled on a Post-It! What did I miss?
    Thanks!

    Never mind - I just figured it out. If you select the base station in the left side of the main Airport Utility window and press <return> a new window opens. This enables the File>Import... menu item, and then you can select the configuration file and upload it.
    Sure would be nice if there were something the manuals or the help files about this, though...

  • Problem during uploading of .par file in Portal

    Hi,
    I am downloading a properly working .par file from portal in my local system. But whenever I am uploading the same par file back into the portal through NWDS, the .par file is not running properly and its Giving error.
    Here is the error:
    "Caused by: com.sapportals.portal.prt.core.broker.PortalComponentInstantiationException: Could not instantiate implementation class com.tmobile.compSumm.CompSumm of Portal Component com.tmobile.CompSumm.CompSumm because: Could not find implementation class "
    Any Idea what is the problem?????

    Hi,
    I have unzipped the .jar file from the .par file. Then I imported the .par file into NWDS. After that I have added the extacted .jar file as external jar into the project(Proerties->Java Build Path->Libraries->Add External Jars). After that I had uploaded the project into the portal.
    But still its showing the same error:
    "Caused by: com.sapportals.portal.prt.core.broker.PortalComponentInstantiationException: Could not instantiate implementation class com.ibm.test of Portal Component testing.test because: Could not find implementation class"
    Any solution.....
    Message was edited by: Debasish Sarkar

  • Double quotes problem while uploading tablimeited text file to internal tab

    H all,
    I am uploading excel data using GUI_UPLOAD function module by converting excel to tab delimited text format.
    Problem is Material AB" is converted to "AB"  "           " material in tabdelimited text format.
    Can anybody give solution to problem?
    Is it possible to upload excel file directly using GUI_UPLOAD function module?
    I can not use 'ALSM_EXCEL_TO_INTERNAL_TABLE'  and  'TEXT_CONVERT_XLS_TO_SAP'
    as i want to upload upload fields of length 3000 cahrs and these function module uploads fields of only 256 chars.
    Thanks.

    Get a excel - 97-2003.Fil the data which you want to upload .(3 columns )
    A      I      B     I     C     I.
    save it
    Code :
    TABLES : thead.
    Structure to store the file name, as selected from the open dialog
    TYPES: BEGIN OF file ,
            filename TYPE file_table-filename,
           END OF  file.
    Output for excel
    TYPES : BEGIN OF test,
                   a(5),
                   b(5),
                   c(5),
            END OF test.
    Internal table of excel
    DATA : it_test TYPE TABLE OF test.
    DATA : it_filename TYPE TABLE OF  file,.  "to store file names.
                 ws_filename TYPE       file.
    SELECTION-SCREEN
    PARAMETER: p_file LIKE rlgrap-filename  LOWER CASE.
    At Selection Screen
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
    Parameter to store the sy-subrc value from FM file_open_dialog
      DATA: rc TYPE i.
      CLEAR: it_filename,
             ws_filename,
             p_file .
    Get the file name and path from the presenatation server
      CALL METHOD cl_gui_frontend_services=>file_open_dialog
        EXPORTING
          window_title            = 'Select Input File'
          default_filename        = '*.xls'
        CHANGING
          file_table              = it_filename
          rc                      = rc
        EXCEPTIONS
          file_open_dialog_failed = 1
          cntl_error              = 2
          error_no_gui            = 3
          not_supported_by_gui    = 4
          OTHERS                  = 5.
      IF sy-subrc = 0.
        LOOP AT it_filename INTO ws_filename.
          p_file = ws_filename.
          EXIT.
        ENDLOOP.
      ENDIF.
    DATA: l_file TYPE string.
      CLEAR it_test .
      l_file = p_file.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          filename                = l_file
          filetype                = 'ASC'
          has_field_separator     = 'X'
        TABLES
          data_tab                = it_test
        EXCEPTIONS
          file_open_error         = 1
          file_read_error         = 2
          no_batch                = 3
          gui_refuse_filetransfer = 4
          invalid_type            = 5
          no_authority            = 6
          unknown_error           = 7
          bad_data_format         = 8
          header_not_allowed      = 9
          separator_not_allowed   = 10
          header_too_long         = 11
          unknown_dp_error        = 12
          access_denied           = 13
          dp_out_of_memory        = 14
          disk_full               = 15
          dp_timeout              = 16
          OTHERS                  = 17.
      IF sy-subrc NE 0.
        WRITE: "Upload error".
        STOP.
      ENDIF.

  • Problem in uploading xls/csv file with Email address through oracle forms

    Dear all,
    I've created an interface to upload data from xls
    and csv files to database tables.
    I'm sucessed in this. Now i'm facing an issue.
    If the xls/csv file having Email address,the
    upload activity is not working..junk characters is
    getting stored.
    I came to know that, xls .csv file having email
    address with hiperlink. so this may cause the
    issue (just guessing)..
    we can't restrict users to upload email without
    hiperlink.. so what is the alternative to do
    this..
    Email address
    [email protected]
    [email protected]
    [email protected]
    etc...

    Can you give some more information:
    What versions of Forms, database, Java, browser are you using?
    How are you uploading data? Please show us your code.
    What do you mean by "email with a hyperlink"?

  • Urgent ! UWL configuration file

    Hello experts,
    Is it possible to create a new UWL  connector which can lauch all mails in CRM inbox  with modify the exist connector?
    If it's possible , how to do it ?
    Thank you.
    BR,
    Jianguo Chen

    Hello experts,
    Is it possible to create a new UWL  connector which can lauch all mails in CRM inbox  with modify the exist connector?
    If it's possible , how to do it ?
    Thank you.
    BR,
    Jianguo Chen

  • Error after reload the standard XML file in UWL Configuration Wizard

    Hi all,
    We are working with UWL (EP7sp10) and encountered a problem. The UWL Configuration Wizard gave an error. We found on SDN/WIKI a posting with a workaround (<a href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/BPX/UWL%2bConfiguration%2bWizard%2bshows%2bempty%2bdropdown">WIKI - UWL Configuration Wizard shows empty dropdown</a>)
    We tried this working around, but it did not work. We uploaded the standard XML file again. Now we cannot access the link "Customize the look of the UWL main page" in UWL Administration.
    We get a shortdump: 500   Internal Server Error
    <b>LOGS & TRACES</b>
    Exception occured during processing of Web Dynpro application sap.com/tckmcbc.uwl.ui~wd_admin/UWLControlCenterConfiguration. The causing exception is nested.
    [EXCEPTION]
    com.sap.tc.webdynpro.progmodel.context.ContextException: dropDownEntry<u>ComboMaincom</u>.sap.pct.erp.mss.Alert</u> is not a valid name for a node or attribute
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.validateName(NodeInfo.java:973)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.addAttribute(NodeInfo.java:513)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.addAttribute(NodeInfo.java:534)
    at com.sap.netweaver.bc.uwl.ui.admin.wizard.NavigationNodeConfiguration.createTab(NavigationNodeConfiguration.java:830)
    at com.sap.netweaver.bc.uwl.ui.admin.wizard.NavigationNodeConfiguration.populateTabs(NavigationNodeConfiguration.java:945)
    at com.sap.netweaver.bc.uwl.ui.admin.wizard.NavigationNodeConfiguration.onActionFirstLevelNodeSelected(NavigationNodeConfiguration.java:252)
    at com.sap.netweaver.bc.uwl.ui.admin.wizard.NavigationNodeConfiguration.onPlugfromListOfConfigurations(NavigationNodeConfiguration.java:223)
    at com.sap.netweaver.bc.uwl.ui.admin.wizard.wdp.InternalNavigationNodeConfiguration.wdInvokeEventHandler(InternalNavigationNodeConfiguration.java:288)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.navigate(ClientApplication.java:826)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.navigate(ClientComponent.java:873)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doNavigation(WindowPhaseModel.java:498)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:144)
    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.doPost(DispatcherServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    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: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:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    It seems getting wrong at: dropDownEntryComboMaincom.sap.pct.erp.mss.Alert
    What do I have to do now? Also a clean XML file upload from another SNP installation did not work. 
    Best regards,
    G. Leurs
    Message was edited by:
            G. Leurs
    Message was edited by:
            G. Leurs

    Hi Leurs,
          Try doing the following:
         1. Upload the new Standard XML file from the another portal server with same support version or replace the changes u made to original and upload
         2. Remove the cache
        3. Register for all systems
        4. preview the UWL iView.
    Regards,
    Vinoth.M

  • UWL Configuration SAXException ItemTypeCriteria

    Hello,
    i have my uwl-configuration file changed with sample from SAP (TS74507936, object FORMABSENC). I can't upload the new configuration. I have a Error
    "org.xml.sax.SAXException: Parsing near (CustomAttributes), and (ItemTypeCriteria) present at wrong place ". But this is the sample from SAP.
    <ItemType name="uwl.task.webflow.TS74507936" connector="WebFlowConnector" defaultView="myApprovalView"         defaultAction="viewDetail" executionMode="pessimistic">
          <CustomAttributes>
            <CustomAttributeSource id="ABAP_BOR" objectIdHolder="externalObjectId" objectType="FORMABSENC" cacheValidity="final">
              <Attribute name="NAME" type="string" displayName="Name"/>
              <Attribute name="LASTDAYOFABSENCE" type="date" displayName="Last day of absence"/>
              <Attribute name="FIRSTDAYOFABSENCE" type="date" displayName="First day of absence"/>
              <Attribute name="COSTCENTER" type="string" displayName="Cost Center"/>
              <ItemTypeCriteria externalType="TS74507936" connector="WebFlowConnector"/>
            </CustomAttributeSource>
          </CustomAttributes>
        </ItemType>
    When i comment ItemTypeCriteria, no errors but also now attributes in uwl.
    Can anybody help me.
    best regards
    karsten

    Hi,
    i have found the error. ItemTypeCriteria must beyond CustomAttributes.
    Now its works.
    best regards
    karsten

  • UWL Configurations assistant only works sometimes

    Hello Everyone,
      I am having problems with the UWL configurations assistant.
    The uwl version is 7.00 SP21(1000.7.00.21.0.2009.12.14204516)
    The Problem is as follows:
      When using the assitant to change attribute names (ie. Change subject to Theme ) I can change it but after saving the change and checking the UWL the change is not there (ie subject is still subject). This happens not only with attributes but also when I want to change the view name. Some of the changes that I have made work but then some of them don't. I've cleared cache and all and even restarted the portal but not all changes are always made. I have no definitive explanation why some changes are made and some are not. Removing views from the UWL always works properly with the assistant so at least that works
    I have already been though the complete SAP Help, Xsearch and the UWL Forum so links to SAP Help Won't help much.
    Thanks in advance for any help
    Paul

    Hi Beth,
    Yes I am using the Wizard.
    1. select the wizard link and in the next window select "Configure the main view of the UWL"  (Please note I am translating everything because our portal is in German. So not all names will be exact)
    2. In the Navigation node configuration window, Select Tasks -> New and in progress -> Customize the view button
    3. I then select, for example, the "Substitute for" attribute and select "rename"  in the "enter a name to be used in this view" area I enter "To" for this attribute and click on "accept".
    4. I see that the change in the attribute name has been made in this window
    5. I the click on the "save" button in the upper left corner.
    6. This brings me back to the Navigation node configuration window. In this window I select the "save and return" button
    7. The status page tells me in which .xml file my changes were saved (in this case MainCombinedTracking)
    8. I then select the "back to main page button" and am brought back to the UWL configuration main page
    9. I then go to the UWL page and check to see if the change has been made and I still see "Substitute for"
    I did get this to work in one view (Tasks) but that took quite awhile and a few tries. I haven't been able to get it to work again in the other views (Completed Tasks and Tracking) or in other systems (Kon or Prod). I had cleared the cache everytime after checking and seeing that the attribute name had not changed. All of the customizing (personal) was deleted during this whole scenario so that it would not be in the way.
    I have tried to use the wizard to rename the Tracking tab but this also did not work even though I selected the "Rename" button in the Personalize Tracking window
    No errors are shown. I just see that the attribute name has not been changed unfortunately. I have not set uwl to debug mode but I will try that when I get a chance to.
    Thanks for your speedy reply
    Paul

  • UWL Configuration Problem

    When trying to configure the UWL by clicking the link:
    Click to Configure Item Types and Customize Views Using a Wizard, and then in the wizard selecting:
    Customize the look of the UWL main page
    The Navigation Node Configuration page is not correct. The dropdown list and other controls are not populated.
    Anyone know how to fix this?

    Hi Paul,
    See if this can help:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/bpx/uwl%2bconfiguration%2bwizard%2bshows%2bempty%2bdropdown
    "Issue :
    While using EP7.0 and customizing UWL look and feel through UWL Configuration Wizard, you see an empty dropdown under the property "Select the Navigation Node To Be Customized".
    Workaround :
    The issue is due to a programming error in the XML. The basic problem is that the wizard does not support the Navigation
    Node name format that the mss file uses (<NavigationNode name="com.sap.pct.erp.mss.Main"....)  This is fixed in newer releases, but there is no need to upgrade since the workaround provided here is fine.
    Open the XML configuration file named "com.sap.pct.erp.mss.001". The top navigation node should be changed to "Main" instead of the longer name "com.sap.pct.erp.mss.Main".  Just replace this string with "Main".This is what I just did and have attached the new com.sap.pct.erp.mss.001 file.
    So that the UWL knows what navigation configuration to use, you need to go to the UWL iview properties and change the property 'useNavigationId' to "Main".  Otherwise, you will run into problems.
    So, in summary, the solution is two parts: changing the navigaiton node from "com.sap.pct.erp.mss.Main" to Main, and setting the "useNavigationId" iview property to Main."
    Best regards,
    José
    Edited by: José Esteves on Apr 23, 2008 10:34 AM

  • Fixing a CS5.5 problem in uploading some files.

    Some files are being skipped while uploading to my website using CS5.5.  I am getting messages "Some files were skipped during the last operations..." and "There was no response from server while transferring file ..." . The particular files that are skipped are not consistent.  Upon trying to upload again, other files are skipped and those that were skipped before appear.

    Nancy,  I just wanted to let you know that I successfully located my personal configuration in my Mac OS S, and deleted the MacFileCache.  That had no affect what-so-ever in correcting my problem of some gifs not being uploaded to my Dreamweaver web site.  Per the directions in the web site, I also tried renaming " Configuration" as "Configuration_old."  I started everything up again, and the problem is still there.  Intermittently in the last 5 days I have had a continuous string of "There was no response from server while transferring file gif…." and "Some files were skipped during the last operations."  I have even had "Forbidden-You don't have permission to access/ on this server?  In that case my" index page" won't open.
    I have called Dreamweaver support, have been given a Case #, and waited about 72 hours with no response from them. I've also contacted my internet provider (NUVU), Apple Support, and Dotster Support (my website host).  All say they don't know what the problem is, but they've tested everything at their end and it all works.
    Do you have any other suggestions for how I might correct this situation.  FYI.  Most of the gifs that are disappearing from my site have been on it for months with no problem and the particular gifs that disappear each time I try to "put" my pages change over time.

Maybe you are looking for