Portal Alignment

Hi, I am using a portal component (TreeView) in EP6 where the font alignment with the tree node icons is not proper. Can anybody help me in achieving this?
You can go in this link to find out the exact alignment problem.
<http://www.wikiupload.com/download_page.php?id=98742>
Thanks in advance -
Avis.

The alignment problem was due to the image size. Re-sizing and re-aligning the image solved the problem.

Similar Messages

  • Portal: align center

    Hi all,
    I'm trying to align the whole portal in the center, like here on SDN.
    I've tried different things, like editing the framework.jsp in the com.sap.portal.layouts.framework.par.
    In IE6 and 7 I succeeded to align the toplevel navigation into the center, not the main content.
    Does anyone know how to do this?
    Thnx in advance!

    Hi Ramesh,
    Try adding "margin: auto" to the .portalContent CSS block and it should work in any correctly-implemented browser (Firefox, Safari, Opera).
    Leave the "text-align: center" in there because I think it's needed for IE 6. Not sure if IE 7 addressed this issue or not.
    Hope this helps!
    Chris Bucchere | bdg | [email protected] | http://www.bdg-online.com

  • Portal content alignement

    Hello,
    what is the best practice for to mantain aligned the portal configuration (roles, objects, i-views, etc...)
    between several systems ?
    At cthe moment we don't have any J2EE developement infrastructure, so we proceed manually adjusting each system (developement, quality, production): this method
    Is there a more structured way using cr's or similar ? This method has a lot of deficiencies.
    Thanks for your help.
    Riccardo Galli - Hera spa Italy

    My way:
    - place your stuff in one Folder
    - only change in one System
    - use Sysadmin - Transport to export your folder as a .epa
    - import the .epa into the other systems
    To be clean in targetsystems I regularly delete my folder from PCD before importing the .epa
    drawback: Upon delete I lose the assignment of users and roles
    this assignment can be reimported as a textfile using User Administration -> Import
    hope it helps
    Johannes

  • Portal Collection List Renderer - problem with alignment

    Dear All,
    I'm having an issue with alignment of columns when changing a Layoutset.
    This modification is all done with SAP standard components, so I decided to try my luck here first at SDN before writing an OSS message.
    Here's what is happening:
    I want to have the KM files listed like this:
    (as I can't put a printscreen, I will put it on text for you to have an idea)
    FILENAME..................MODIFIED...........................MODIFIEDBY
    ...file1..........................xx/xx/xxxx..........................aaaaaaaa
    Description of file1 here....
    file2.............................xx/xx/xxxx..........................aaaaaaaa
    Description of file2 here....
    file3.............................xx/xx/xxxx..........................aaaaaaaa
    Description of file3 here....
    To obtain this I'm changing the standard object AdminCollectionListRenderer
    I do this by going to KM configuration and change this SAP standar object on
      Collection List Renderer Settings > AdminCollectionListRenderer
        Flavor:
          From: List
          To: Not Set
        Displayed Properties:
          From: rnd:icon,rnd:displayname(contentLink)+rnd:action,contentlength,rnd:lock,modified,modifiedby
          To: rnd:displayname(contentLink),rnd:lock,modified,modifiedby,rnd:description(\[2;1-1\]/noTitle/maxChars=300)
    The result is ok, but there's a very small detail that doesn't disappear no matter what I do.
    If you go to the txt above, the "file1" is ALWAYS one blank space to the right. It's not aligned with the
    other items on the list.
    Has anyone experienced this ?
    Is there any solution ?
    Kindest Regards
    /Ricardo Quintas

    Check in your type preferences. Apply leading to entire paragraphs will fix this. It's likely that the return at the end of your last line has a larger point size assigned to it, and it's throwing your leading off.

  • Portal inbox not aligned with ECC inbox

    Dear experts,
    we are facing an issue between the portal inbox and ecc inbox.
    We run two processes through the same workflow and each process launchs a notification for the user.
    One of these notifications is shown on the portal inbox but the other one no. If we check the ECC inbox both notifications are displayed.
    Have you got any clue to investigate this strange case?
    a lot of thanks in advance
    best regards
    david

    dear Samuli,
    we tried to replicate the issue in our development environment and at the end the error with the sync was a authorisation issue. But, right now, we are facing another error (i will try to do the best to explain it)
    We have two users (userA and userB). The userA creates a new disposal list. The userB receives this notificatin on his inbox (in ECC and in Portal). The userB approves this disposal. The userA receive the approval notification and the modifies the equipment status from "Disposed" to another one to cancel the disposal (in my case i have selected "In Use"). In this moment the userB receives the cancelation notification on ECC but not in portal.
    Do you know what can be the problem? Do you have any clue?
    thanks a million Samuli
    best regards
    david

  • Portal - Tabs Alignment

    I have several pages (tabs) in my portal. Any more than 5 Tabs and it starts overflowing
    into two rows of tabs - although there is sufficient space to the left and right
    of the tabs. Is there a place I can configure it so that it is all on one line?
    Any help is appreciated.

    Cody Burleson <[email protected]> wrote:
    find the file:
    hnav_bar.jsp
    This defines the horizontal navigation bar. I've already modified mine, so I
    can't tell you want the defaults are. I can. The variable, PAGES_PER_ROW, defines the number of links you
    wish to display per row in that page nav bar. It (PAGES_PER_ROW)
    defaults to 5.
    Cody Burleson <[email protected]> wrote:
    Probably the default table is not defined as 100% width or something.Err...not quite. The following to string vars default to 50% each,
    equaling 100% by default:
    static final String FIRST_COLUMN_WIDTH = "50%";
    static final String LAST_COLUMN_WIDTH = "50%";
    Hope this helps!
    Brian J. Mitchell
    BEA Systems Administrator

  • How to give the table in a Portal Report an ID?

    I have a report created in Oracle Portal 10.1.4 using the standard Portal Report feature. The results are output in HTML as a table. How do I give the table an ID attribute?
    This is what teh output looks like now:
    <TABLE border="1" cellspacing=0 cellpadding=2 SUMMARY ="Printing Table Headers">
    <TR>
    <TH nowrap><FONT CLASS="PortletHeading1">Heading 1</FONT></TH>
    <TH nowrap><FONT CLASS="PortletHeading1">Heading 2</FONT></TH>
    <TH nowrap><FONT CLASS="PortletHeading1">Heading 3</FONT></TH>
    <TH nowrap><FONT CLASS="PortletHeading1">Heading 4</FONT></TH>
    </TR>
    <TR BGCOLOR=#BBBBBB>
    <td align="center"><FONT CLASS="PortletText1">Value r1v1</FONT></TD>
    <td align="center"><FONT CLASS="PortletText1">Value r1v2</FONT></TD>
    <td align="center"><FONT CLASS="PortletText1">Value r1v3</FONT></TD>
    <td align="center"><FONT CLASS="PortletText1">Value r1v4</FONT></TD>
    </TR>
    <TR BGCOLOR=#BBBBBB>
    <td align="center"><FONT CLASS="PortletText1">Value r2v1</FONT></TD>
    <td align="center"><FONT CLASS="PortletText1">Value r2v2</FONT></TD>
    <td align="center"><FONT CLASS="PortletText1">Value r2v3</FONT></TD>
    <td align="center"><FONT CLASS="PortletText1">Value r2v4</FONT></TD>
    </TR>
    </TABLE>

    Hi,
    you can increase the table size by using the table properties.
    table properties-->Additional formatting options--->give the values of height and width like 800,600 etc.
    mark if helpful/correct...
    thanks,
    prasanna

  • Chained LOVs in portal using Javascript

    Has anyone gotten this to work in portal forms. I have an LOV in a form based on a table and when the user selects a value in LOV 1 it should populate the LOV2 item with the corresponding values. Please note that the time it takes to refresh using the traditional chained LOV solution in portal is too inefficient and causes the page to refresh when it shouldn't have to. This should be a fairly simple task considering nearly all web sites have this simple functionality but within portal I have not been successful in implementing this.
    Can anyone offer a solution?
    Thanks

    OK,
    This is the functionality that I am looking for. Can someone tell me whether or not this is possible in portal?
    <html>
    <head><!--
    This file retrieved from the JS-Examples archives
    http://www.js-examples.com
    1000s of free ready to use scripts, tutorials, forums.
    Author: Artem - http://javascript4free.by.ru
    -->
    <script language="JavaScript">
    <!-- Begin
    var africaArray = new Array("('Select country','',true,true)",
    "('Ethiopia')",
    "('Somalia')",
    "('South Africa')",
    "('Other')");
    var middleeastArray = new Array("('Select country','',true,true)",
    "('Egypt')",
    "('Iran')",
    "('Israel')",
    "('Kuwait')",
    "('Lebanon')",
    "('Morocco')",
    "('Saudi Arabia')",
    "('Syria')",
    "('Turkey')",
    "('U. A. Emirates')",
    "('Other')");
    var asiaArray = new Array("('Select country','',true,true)",
    "('Armenia')",
    "('Bangladesh')",
    "('Cambodia')",
    "('China')",
    "('India')",
    "('Indonesia')",
    "('Japan')",
    "('Malaysia')",
    "('Myanmar')",
    "('Nepal')",
    "('Pakistan')",
    "('Philippines')",
    "('Singapore')",
    "('South Korea')",
    "('Sri Lanka')",
    "('Taiwan')",
    "('Thailand')",
    "('Uzbekistan')",
    "('Vietnam')",
    "('Other')");
    var europeArray = new Array("('Select country','',true,true)",
    "('Albania')",
    "('Austria')",
    "('Belarus')",
    "('Belgium')",
    "('Bosnia')",
    "('Bulgaria')",
    "('Croatia')",
    "('Cyprus')",
    "('Czech Rep.')",
    "('Denmark')",
    "('Estonia')",
    "('Finland')",
    "('France')",
    "('Germany')",
    "('Greece')",
    "('Hungary')",
    "('Iceland')",
    "('Ireland')",
    "('Italy')",
    "('Latvia')",
    "('Liechtenstein')",
    "('Lithuania')",
    "('Luxembourg')",
    "('Macedonia')",
    "('Malta')",
    "('Monaco')",
    "('Netherlands')",
    "('Norway')",
    "('Poland')",
    "('Portugal')",
    "('Romania')",
    "('Russia')",
    "('Slovakia')",
    "('Slovenia')",
    "('Spain')",
    "('Sweden')",
    "('Switzerland')",
    "('Ukraine')",
    "('United Kingdom')",
    "('Other')");
    var australiaArray = new Array("('Select country','',true,true)",
    "('Australia')",
    "('New Zealand')",
    "('Other')");
    var lamericaArray = new Array("('Select country','',true,true)",
    "('Costa Rica')",
    "('Cuba')",
    "('El Salvador')",
    "('Guatemala')",
    "('Haiti')",
    "('Jamaica')",
    "('Mexico')",
    "('Panama')",
    "('Other')");
    var namericaArray = new Array("('Select country','',true,true)",
    "('Canada')",
    "('USA')",
    "('Other')");
    var samericaArray = new Array("('Select country','',true,true)",
    "('Argentina')",
    "('Bolivia')",
    "('Brazil')",
    "('Chile')",
    "('Colombia')",
    "('Ecuador')",
    "('Paraguay')",
    "('Peru')",
    "('Suriname')",
    "('Uruguay')",
    "('Venezuela')",
    "('Other')");
    function populateCountry(inForm,selected)
    var selectedArray = eval(selected + "Array");
    while (selectedArray.length < inForm.country.options.length)
    inForm.country.options[(inForm.country.options.length - 1)] = null;
    for (var i=0; i < selectedArray.length; i++)
    eval("inForm.country.options=" + "new Option" + selectedArray[i]);
    if (inForm.region.options[0].value == '')
    inForm.region.options[0]= null;
    if ( navigator.appName == 'Netscape')
    if (parseInt(navigator.appVersion) < 4)
    window.history.go(0);
    else
    if (navigator.platform == 'Win32' || navigator.platform == 'Win16')
              if(!document.getElementById)
    window.history.go(0);
    function populateUSstate(inForm,selected) { 
    var stateArray = new Array("('Select State','',true,true)",
    "('Alabama')",
    "('Alaska')",
    "('Arizona')",
    "('Arkansas')",
    "('California')",
    "('Colorado')",
    "('Connecticut')",
    "('Delaware')",
    "('Columbia')",
    "('Florida')",
    "('Georgia')",
    "('Hawaii')",
    "('Idaho')",
    "('Illinois')",
    "('Indiana')",
    "('Iowa')",
    "('Kansas')",
    "('Kentucky')",
    "('Louisiana')",
    "('Maine')",
    "('Maryland')",
    "('Massachusetts')",
    "('Michigan')",
    "('Minnesota')",
    "('Mississippi')",
    "('Missouri')",
    "('Montana')",
    "('Nebraska')",
    "('Nevada')",
    "('New Hampshire')",
    "('New Jersey')",
    "('New Mexico')",
    "('New York')",
    "('North Carolina')",
    "('North Dakota')",
    "('Ohio')",
    "('Oklahoma')",
    "('Oregon')",
    "('Pennsylvania')",
    "('Rhode Island')",
    "('South Carolina')",
    "('South Dakota')",
    "('Tennessee')",
    "('Texas')",
    "('Utah')",
    "('Vermont')",
    "('Virginia')",
    "('Washington')",
    "('West Virginia')",
    "('Wisconsin')",
    "('Wyoming')");
    if (selected == 'USA') {
    for (var i=0; i < stateArray.length; i++) {
    eval("inForm.country.options[i]=" + "new Option" + stateArray[i]);
    if ( navigator.appName == 'Netscape') {
    if (parseInt(navigator.appVersion) < 4) {
    window.history.go(0)
    else {         
    if (navigator.platform == 'Win32' || navigator.platform == 'Win16') {
    window.history.go(0)
    else {
    if (selected == 'Other') {
    newCountry = "";
    while (newCountry == ""){
    newCountry=prompt ("Please enter the name of your country.", "");
    if (newCountry != null) {
    inForm.country.options[(inForm.country.options.length-1)]=new Option(newCountry,newCountry,true,true);
    inForm.country.options[inForm.country.options.length]=new Option('Other, not listed','Other');
    if(inForm.country.options[0].text == 'Select country') {
    inForm.country.options[0]= null;
    }// End -->
    </script>
    <title>JS</title>
    </head>
    <body>
    <form name="globe">
    <p><select name="region"
    onchange="populateCountry(document.globe,document.globe.region.options[document.globe.region.selectedIndex].value)"
    size="1">
    <option selected value>Select Region</option>
    <option value="asia">Asia</option>
    <option value="africa">Africa</option>
    <option value="australia">Australia</option>
    <option value="europe">Europe</option>
    <option value="middleeast">Middle East</option>
    <option value="lamerica">Latin America</option>
    <option value="namerica">North America</option>
    <option value="samerica">South America</option>
    </select> <select name="country"
    onchange="populateUSstate(document.globe,document.globe.country.options[document.globe.country.selectedIndex].text)"
    size="1">
    <option selected value>&lt;--------------------</option>
    </select> </p>
    </form>
    <p align="center"><br>
    JS-Examples.com </p>
    </body>
    </html>

  • NEW 9iAS PORTAL UPGRADE SCRIPTS NOW AVAILABLE

    Based on detailed customer and internal feedback, Oracle9iAS Portal Product Development is now making available NEW and significantly IMPROVED versions of the 9iAS Portal Upgrade Scripts as of 4/20/2001.
    [list]
    [*]Oracle9iAS Portal Upgrade Scripts (2.2/3.0.3.3.3 -> 3.0.6) for Windows NT
    [*]Oracle9iAS Portal Upgrade Scripts (2.2/3.0.3.3.3 -> 3.0.6) for Solaris
    [list]
    The upgrade scripts provided here (at the links above) will allow you to upgrade the following environments:
    a) Your existing WebDB 2.2 installations to Oracle9iAS Portal 3.0.6.
    b) Your existing Oracle Portal Early Adopters Release (3.0.3.3.3) to Oracle9iAS Portal 3.0.6.
    For specific upgrade documentation (also updated!), please consult the links below:
    [list]
    [*]Release notes for Oracle9iAS Portal 3.0.6 Upgrade
    [*]Oracle9iAS Portal Upgrade Guide for NT/2000
    [*]Oracle9iAS Portal Upgrade Guide for Solaris
    [list]
    NOTE: For the final step of the upgrade process, you will also need to download additional upgrade scripts to take you from Oracle9iAS Portal 3.0.6 to the current 3.0.8.9.8 Oracle9iAS Portal release.
    NOTE: Scripts and Doc for the 9iAS Portal 3.0.6 to 3.0.8 Upgrade are expected to be made available later this week (April 24-27)
    The following is a list of bugs and issues addressed with the latest 9iAS Portal 3.0.6 upgrade scripts.
    Upgrade Bugs Fixed for the 2.2 -> 3.0.6 upgrade
    1697813 - NT SCRIPT IS ASKING FOR VALUES 3 AND 4
    1697862 - APPIMP.CSH
    1697863 - UNEXPECTED ERROR ENCOUNTERED ERRORS OCCURED IN APPIMP.CSH
    1697828 - SB: MISSING LINKS FOR THE FOR ITEMS
    1697781 - MIGRATION FAILED
    1714261 : APPLICATION IMPORT SCRIPT FAILS
    1716379 : IMPORT SCRIPT TERMINATES ABNORMALLY
    1712877 : EXPORTING A APPLICATION FAILS
    1715551 : NO ACTION LINKS FOR LOVS WHEN IMPORTED FROM WEBDB SCHEMA !!
    1740211 : AFTER UPGRADE EDITING THE SCHEMA GIVING ERROR
    1697795 - MISSING TEMPLATE AFTER UPGRADE (DOC BUG)
    1697839 - 22-306:DOC: NEEDS TO DOCUMENT
    1697835 - 22-306:DOC: NEEDS TO DOCUMENT
    Additional Bug Fixes
    1703032 - IMPROVE PERFORMANCE FOR THE FOLDER IN EDIT-MODE.
    1703040 - EDIT LINKS APPEAR ON FOLDERS EVEN THOUGH USER DOES NOT HAVE PRIVILEGES.
    1703052 - SUBFOLDERS UNDER THE FOLDERS NOT ALIGNED PROPERLY
    1703063 - PERSPECTIVE PAGE RENDERS SLOWLY
    1703070 - NAVBAR LOGON/LOGOFF LINKS IS HARDCODED TO GO THE CONTENT AREA ROOT FOLDER
    1703072 - NAVBAR LOGON/LOGOFF LINKS DOES NOT WORK FOR PERSONAL FOLDERS.
    1689813 - ITEM LINK IN SEARCH RESULTS SHOULD BE DIRECT ACCESS URL
    null

    Richard,
    You'll need to have 1.0.2.2 to be installed on the middle tier before performing the upgrade for your portal 3.0.9 upgrade repository on the database end. So that means, you'll need to wait for the Linux download of iAS 1.0.2.2 to be available before beginning your upgrade of the portal repository, assuming that your middle tier of iAS is also on a Linux box.
    iAS 1.0.2.2 does indeed include Portal 3.0.9, of which Portal 3.0.9 components will be installed during the upgrade process along with the upgrade of the middle tier. During the upgrade process, the installer (from my personal experience on NT), will notify you that it is performing an upgrade installation of your middle tier, provided that you specified the middle tier's ORACLE_HOME when executing the oracle installer.
    Just be sure to read and follow the 9iAS Migration guide before beginning your upgrade of the middle tier to iAS 1.0.2.2. After upgrading the middle tier to 1.0.2.2, the actual upgrade of the portal repository was extremely simple by comparison.
    The upgrade of the portal repository took a few hours (my recommendation is to invoke it off before leaving for the evening), and it will leave a detailed logfile for you to peruse afterwards, if you choose).
    Best Regards,
    Harry

  • Issue in alignment of UI element

    Hi Experts,
    I have developed an ABAP Webdynpro Application. When I have tested in my PC. There is no issue in alignment. But when i asked to check with user, he has facing issue in alignment.Is required to do necessary setting in SAP portal because i have already adjusted the width of UI element.Please provide the solution for this if anybody come across same issue.
    Thanks.

    Hi Chitra,
    It looks like user has the personalization settings done for his/her user id.
    I think you can resolve the isssue by resetting the user personalization settings.
    Please find my answer in the below link.
    Variants for ALV
    Hope this helps you.
    Regards,
    Rama

  • Calling Portal application from current webdynpro java application

    Hi Experts,
    We are having Portal 7.4 SP6 framework.
    Application-A -> Web-dynpro java program pushing data into R/3 using BAPI.
    Application-B -> Std. WD-ABAP iView template.
    Currently, I am working in web-dynpro java program, where I am pushing some data into R/3 using BAPI in Application-A. And this BAPI data is getting displayed in another z-Tcode and displayed in portal using web-dynpro Abap iView template, which is Application-B
    Now I want to align this application, so that Application- A should call Application-B from within the WD-Java framework. And here Application-A should get closed and open application-B.
    Is there any standard process using Web-dynpro Java to handle such scenario.
    Regards,
    Hanif

    Hi Siddharth,
    Well, I think you can go for Portal Navigation concept.
    Please check the required source code in WDR_TEST_PORTAL_NAV Web Dynpro component. That will illustrate both Page based Navigation and Object based Navigation.
    Hope that should solve your problem.
    Regards
    <i><b>Raja Sekhar</b></i>

  • Problem about showing report via Portal after modifying BWReports.css

    Hi folks,
    I use BEx 3.X.
    I wanna make title of table column to be shown in the center of table cell.
    So, I modify class SAPBEXstdItem in BWReports.css, and I changed text-align of SAPBEXstdItem into 'center'.
    I run the report via Web Application Designer (SAP BW 3.x).
    the title is located in the center of table cell.
    However, I run the report via Portal, the title is still located on the left of table cell.
    I don't know why.
    Could you help me to solve the issue?
    Thanks in advance.

    I can't find wad link here.
    Do you mean BEx Web Application Query String?
    My BEx Web Application Query String is sap-language=<Request.Language>&bsplanguage=EN&cmd=ldoc&TEMPLATE_ID=ZXJP_C04_WT0110
    Edited by: Xiaodong Ji on Nov 14, 2008 4:53 AM

  • Implementing SAP EP as a Central Portal for mulitple R/3 ECC Backends

    Hello
    We are trying to implement an Incident / Occurrence Management Solution for a Company with 6 different subsidiaries who run their own SAP ECC Backends which are geographically located in different parts of the country.
    The idea is to implement a central SAP Enterprise Portal for these different subsidiaries and we would like to know if anyone has done anything similar before. So the idea is that anyone from these 6 different geographically locations can log an incident on the central portal and the data will be then updated on their own divisional ECC Backend.
    Currently the SAP ECC Backends are based on ERP2005.
    The Company itself has an Central Active Directory solution in place and single sign on could be used for authentication. All the subsidiaries already use the central Active Directory for authentication.
    Could anyone please let us know whether they have done something similar or have any reasons why this cannot be done and some potential issues that could arise for implementing a solution like this.
    Some potential issues could be:
    System aliasing
    Network connectivity, bandwidth, availability issues
    Patch alignment etc…
    Would there be other issues that one would consider?
    Thank you kindly.

    Hi,
    I dont see any issues with such a landscape. You can have content for each of this location based of the systems they access.
    As u have said bandwidth, network issues and roles assignment would be concerns as they would be in a single ecc backend connected portal
    Regards
    Jayesh

  • How to show an iview based on browser or portal language

    Is it possible to make an iview, page or workset visible for the user depending on the language he has logged on with? If he logs on with English an HTML document iview should be displayed, but if he logs on with the French language another iview should be showned and the English one should not be visible.
    Any ideas how this could be done?

    you could control using roles in the html
         <dynamicContent name="ENTITLEMENT" value="employee">
                   One of your most important responsibilites is engaging your employees on a daily basis. In this role you have the opportunity to create a positive emotional connection for each employee to the business. Performance Management is a key forum for aligning employees' work with business goals and for maintaining an open dialogue with employees.
              </dynamicContent>
                                                 </li>
                                                 </dynamicContent>
    the portal admin folks can create a role 'employee' .. so the content will be visible to only those folks with the given role ....

  • Portal Upgrade from Nw04 6.0 to Nw04s 7.0

    Hi all,
    I’m trying to perform the portal upgrade from version 6.0 Nw04 SP 19 to version 7.0 Nw04s.
    During the preparation I obtain the following error:
    #Java###The software component com.wilytech.jmxservice/wilytech.com could not be read from the BC_COMPVERS table; the table schema may be outdated. Fix it and then repeat the phase from the beginning.##
    I have implemented note n 873624 in order to align the keyname and the keyvendor in sap manifest.mf but with no luck, the detect start release component fails with the same error.
    Any suggestion?
    Thanks and regards 
    alessio

    Hi,
    you can find a good startup in the guide <a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5e1226c7-0601-0010-7d82-a8134e833150">Enterprise Portal Migration Update</a>
    hope this helps.
    alessio

Maybe you are looking for

  • How do I allow for outside Internet access to my server?

    I'm using Server on Mountain Lion and have set up my services and users. DNS is enabled and websites is enabled. I'm having a problem connecting to my server outside my local network, but any device inside of my network connect to my Server configure

  • IOS 10.9.5 freezes on a MacBook Pro laptop, is there a fix?

    iOS 10.9.5 (13F34) freezes on a MacBook Pro laptop with Retina Display....., is there a fix that anyone knows about? I have to re-boot to use laptop after a freeze Also my Yahoo mail account display format has changed w/o me doing anything to it.....

  • General question about data recovery from raid on windows server !

    hi, I like to buy data recovery software for windows server  to recover data with  any raid( or whitout raid so the company tells me you should be sure the Raid can be recognized correctly as local disk drive first, otherwise, our product  wil not he

  • In  IT0359 how to make one feild as  visible in Screen Modification

    Hi Experts, I have one feild in IT0359 which is not visible.I checked in T558M and feild is checked as Standard settings.Still the feild is not visible in infotype. Appreciate your input in this regard.

  • How to Sum in a SAP Query

    Folks, I have given up....Really need some advice.... I need a report example: Order Number, Order Type, Order Date, Customer number, Net Price, Total order cost I can get all I need from file VBAK, EXCEPT total order cost, which is at the line level