Import portal plug in?

How to Import the SAP Enterprise Portal Plug-In 6.0
in R/3 systems.
shah

Hi
You should have to follow the steps in given links,
http://help.sap.com/saphelp_nw70/helpdata/EN/7b/135540e4c79354e10000000a155106/content.htm
http://help.sap.com/saphelp_nw70/helpdata/EN/93/275d4ff53511d5996f00508b6b8b11/content.htm
And also see the sap notes :723189
<-- Points are welcome -->
Regards
Prakash T

Similar Messages

  • Importing Portal Plug-in

    Hi,
    We are going import the Portal Plug-in and Drag & Relate Object to the R/3 system (ver. 4.6B). Does anyone know if this would cause any problems or errors? as this R/3 is using by our University for teaching purpose and we haven’t got a backup server.
    Kind Regards,
    Jun

    well, <i>normally</i> the portal plug-in is a very uncritical plug-in. I had no errors with different versions, yet.
    but, having no backup possibility sounds a little strange to me... what would you do, if someone deletes some data accidentaly?
    kr, achim

  • Error when install Portal plug-in in R/3

    Hi,
    I am installing the Portal plug-in in R/3 4.7 and the installation terminated during phase IMPORT_PROPER. Below are the status:
    Error in phase: IMPORT_PROPER
    Reason for error: TP_INTERFACE_FAILURE, the tp interface could not be called.
    If anyone know this problem, please help.
    Best regards,
    Jun

    it looks like a general problem.
    does your transport system really works? are you able to import other transports, like support packages for example?
    try this:
    STMS, Menu Overview / Systems
    Menu SAP System / Check / Transport Tool
    kr, achim

  • Need Help with FCP7 import and plug in question.

    Hello,
    I just registered and would like to ask two questions. Everything else I'll use the search function for but I need the answer right away.
    Ok First question. I have a mac pro at home and a intel macbook both with FCS4 during the holiday season I'd like to work on a project on my laptop. Now I have all my files on a 2.0 USB drive(I know its not that fast for video) but this is only temp. while traveling. I'm trying to figure out why it wont import the files into another project. Even when I'm at my home Mac Pro when I try to import a projects footage into another project it doesn't read it. This comes up
    "File Error: 0 file(s) recognized, 0 access denied 254 unknown"
    But all the files will work in the project that it was originally captured too.
    If this helps the codec is sonys HDV 1080 60i converted to Apple ProRes 422(HQ) which I found out I should only use the regular Apple ProRes 422. I'm stuck now b/c I cannot import the files into a new project to work in on my laptop. Plus my Macbook doesn't have Firewire800 so I have no way to get the footage from tape to my laptop other then my USB Hard Drive.
    I also have problem importing the files in Motion and Cinema Tools they also are not recognizing the files which is getting me upset since they are FCP7 generated files after I convert them to ProRes.
    Whenever I try to import/use the files in anything other the original project they are grey'ed out.
    I'm also confused on how to import effects plug-ins I've downloaded effects from apple only to have now directions to import them into the program.
    Sorry for the Noob questions I'm a film student learning FCP7 by myself so I have the upper hand come next semester. Thanks in advance.

    Can't tell for sure but it sounds as if the drive is not properly formatted, or you do not have correct read/write permissions for it. There is no way you can use this drive with HQ video. You're going to get into problem if you even try.

  • Export/import portal favorites

    Hi, we have NW2004 Portal SP16.  Is it possible to export/import portal favorites between users?  The reason I asked is that we are planning on using 2 LDAP data sources in production and some users will be migrated in Active Directory from companyA.com to companyB.com.  We noticed in our development environment that the favorites are gone.
    Thanks in advance

    I asked OSS and they said :
    you should be able to transport these as an
    offline package using ICE. It should simply be a case of transporting
    over the userhome directory. However, please insure that the user is
    a system principal and has full control of all the userhome
    directories otherwise you may experience problems with permissions.
    Please see the link below regarding transporting Offline content in ICE

  • Import portal settings to another portal

    Hi,
    is there any way to import portal settings to another portal
    Thanks &  Regards
    Anoop

    What all setting you want to pass on..

  • Error importing Portal Contents Using  EP 6.0 SP15

    Hello,
    We were importing portal contents on one server from the other.
    Out of those, only 2 were imported successfully.
    But other got an error as follows:
    Error Details 
    Cannot import in text only mode: object portal_content/com.mcgm.xxxx/com.xxxx.PortalDisplayComponents/com.xxxx.complaints/com.xxxx.fcomplaints_main/com.xxxx.fiViews/com.xxxx.iImportantContacts does not exist.
    Object ID:
    pcd:portal_content/com.xxxx.xxxx/com.xxxx.PortalDisplayComponents/com.xxxx.complaints/com.xxxx.fcomplaints_main/com.xxxx.fiViews/com.xxxx.iImportantContacts
    Transport
    File: /usr/sap/CPD/JC01/j2ee/temp/pcd/transport/IMPORT-0807_144931_226_209eb21d06845d2f/EPT/com.xxxx.iimportantcontacts.ept
         at com.sapportals.portal.pcd.gl.transport.PcdGlTextTransportManager.importObject(PcdGlTextTransportManager.java:103)
    Could anyone guide us regarding it?
    Thanks and regards,
    Pradnya

    Another thought about this :
    It's the deserialization that fails saying that the <DisplayName> child of <response> is not defined in the schema. Shouldn't we read  that as follows : the response received indeed does include a tag named <DisplayName>, but there is no way of mapping this to the class structure of the generated proxy so that this value can be used to rehydrate an instance of that class with it.
    Now, if we look at the WSDL file for the UME Web Service we find this for the GetUser0 method's response message :
    - <wsdl:message name="getUserResponse">
      <wsdl:part name="response" type="tns0:IUserInfo" />
      </wsdl:message>
    The response is of type IUserInfo. This  type is defined in the WSDL file as outlined below :
    - <complexType name="IUserInfo">
    - <sequence>
    <b>  <element name="DisplayName" nillable="true" type="xsd:string" /></b>   <element name="Locale" nillable="true" type="tns1:Locale" />
      <element name="Title" nillable="true" type="xsd:string" />
      <element name="Groups" nillable="true" type="intf:ArrayOf_xsd_string" />
      <element name="UniqueName" nillable="true" type="xsd:string" />
      <element name="Roles" nillable="true" type="intf:ArrayOf_xsd_string" />
      <element name="Email" nillable="true" type="intf:ArrayOf_xsd_string" />
      <element name="UniqueId" nillable="true" type="xsd:string" />
      <element name="FirstName" nillable="true" type="xsd:string" />
      <element name="LastName" nillable="true" type="xsd:string" />
      <element name="Company" nillable="true" type="xsd:string" />
      </sequence>
      </complexType>
    The WSDL definition for IUserInfo clearly does have this elment.
    Another thing : I'm using the exact same web service from a .Net web service client. The proxies generated with the Visual Studio .Net tools do not throw this error. Which raises the question : is it indeed a WSDL problem or is there a bug in the proxy generation in NW DS ?

  • Customising Webcenter Spaces Page Templates - "Import Portal Resource" N/A

    Hi,
    I am attempting to customise a Page Template for Webcenter Spaces, and I am trying to do so in JDeveloper.
    I have successfully opened the WebCenterSpacesResources project in JDeveloper, and also successfully downloaded the page template resource (.ear file).
    I am now trying to import this webcenter spaces resource (page template) into the project, as described in this step:
    http://download.oracle.com/docs/cd/E21764_01/webcenter.1111/e10148/jpsdg_wcsres.htm#CIHJFGJI
    The problem is, the "*Import Portal Resource*" option does not appear in the menu when I right-click on WebCenterSpacesResources project.
    I am using JDeveloper version 11.1.1.5.0.
    I have also downloaded and installed WebCenter Framework and Services Design Time extension.
    Any reason why I cannot see this option?
    Amanda.

    Hi,
    I have installed both of the extensions, but I went to:
    http://www.oracle.com/ocom/groups/public/@otn/documents/webcontent/156082.xml#oracle.webcenter.cust
    and dowloaded both (latest):
    WebCenter Framework and Services Design Time
    WebCenter Customization Framework Design Time
    and then installed them manually in my JDeveloper.
    I have restarted and the option still does not appear:
    http://oi52.tinypic.com/13yo02b.jpg
    How do I know that the extensions are installed? They seem to be when I look at the Help > About > Extensions
    http://oi51.tinypic.com/244xylh.jpg
    I have tried this with versions 11.1.1.5 and 11.1.1.4.
    Amanda.

  • Exporting and Importing Portal users from Source system to Target system

    Hi All,
    I have exported all portal users from source portal in to file Users.txt do i need to convert this file in to some other format so that i can import these users in Target portal.
    any links documents
    Regards,
    Murali

    Hi,
    If you look in to User.txt
    I have role also i have deleted role in User.txt uploded file with rest of the otherdata including group it it able to create users.
    so in Nut shell let's say
    1. UID-Murali
       Role- Manager
      Group- HRGroup
    user existing  in DEV and i want to trnasfer data to PRD
    Role:Manger should exist in PRD, and group is not mandatory optional
    but the link http://help.sap.com/saphelp_nw70/helpdata/EN/ae/7cdf3dffadd95ee10000000a114084/frameset.htm
    says while uploading users role is optional it throws waring but i got error.
    i am bit confused.
    Now let's sau there are 10 users, 10 roles and 2 groups in source system if i want to export all users,roles,groups to target system what sequnce i have to follow without getting any error , warining is there any restriction on number of users, roles, groups i know file size should be less than 1MB.
    Points are on the way.
    Regards,
    Murali

  • Import portal theme error

    Hi all,
       when I import a portal theme in the portal system administrator,a error happened,"An exception occurred while processing the request; see log for details",and where I can find the error log file,thanks!

    Hi Louis
    You had two systems, example DEV and QAS.
    Try do that
    1-     Go to QAS -> System Administration -> Portal Display -> Desktops & Display Rules -> Portal Content -> themes
    2-     Delete the new theme
    3-     Go to DEV -> System Administration -> Portal Display -> Theme Transport
    4-     Export the theme
    5-     Go to QAS -> System Administration -> Portal Display -> Theme Transport -> import the theme
    Good Luck
    Eduardo Grilo

  • Export & Import Portal OLD 7.01 to Portal NEW 7.4

    Dear Experts.
    I have exported the content of the portal OLD using-->System Administration--> Transport-Export-->
    I have Imported the content of the portal NEW -->System Administration-->Transport->Import.
    However in the portal new the Framework page changed the apparence  after of execute the process of Import.
    Check the before and after in the image.
    1st one is using Ajax and 2nd is regular.
    My question:
    How can reset this and get the Framework page preview to the Import ???

    Dear Amit.
    I Verified the ajax framework page in system
    I tried  to add it to portal desktop, however , I dont fount the Portal Desktop
    1. Go to System Administration  System Configuration  Portal Display  Desktops & Display
    Rules.
    I am  STOP in the point 2.Open the portal desktop ¿Where Can I find this?
    Thanks
    Regards

  • How to export and import Portal Components

    Hi,
    I had developed few components like (Forms, Reports, Frames etc.,) in Oracle Portal release 2. Now, I need to make available all the components on my Client's machine. I like to know how to export and import these components.
    If any can help in this, it will be a great help for me...
    Thanks in Advance...
    Sudheer

    Hi,
    I had developed few components like (Forms, Reports, Frames etc.,) in Oracle Portal release 2. Now, I need to make available all the components on my Client's machine. I like to know how to export and import these components.
    If any can help in this, it will be a great help for me...
    Thanks in Advance...
    Sudheer Hi Ravikanti,
    Here are two things you can do to get started.. In 9iAS Release 2, Export/Import functionality is provided via a set of export/import utilities included with 9iAS Portal.
    1) If you have not had the opportunity yet, a good place to start is to download and review the Oracle9iAS Portal 9.0.2.2 Export/Import FAQ posted on portalcenter.oracle.com.
    Here is the URL for the Portal 9.0.2.2 Export/Import FAQ:
    http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/OTN_CONTENT/MAINPAGE/DEPLOY_PERFORM/EXPORT_IMPORT_FAQ_1127.HTM
    2) For official documentation on Portal 9.0.2 Export/Import, refer to the Task Help in the Online Documentation for Portal Import/Export (accessible from the question mark help icon within the "Browse Transport Sets" wizard.)
    Best Regards,
    Harry

  • IMPORT PORTAL 10G R2

    Hi
    I want to export my portal (generate with Oracle Portal 10g R2) to another Server, i create it from properties of the Page Gruop, but i don't know where is it? (physically) and how to import it to a new middle tier.
    Can anybody help me?
    Thanx.
    Alex.

    Oracle states that "With the move to OracleAS Portal Release 2, and the introduction of OracleAS Web Cache into the portal architecture, the information in these tables became inaccurate. Therefore, all the pre-built reporting and charting portlets were removed from Portal." which is a major disappointment when they offer no drop-in... I've opted not to use Web Cache and will probably install WebTrends on the server which is what Andrew Sethi recommends... http://www.oracle.com/technology/products/ias/portal/pdf/oow_10gr2_1333_sethi_andrew.pdf

  • IMPORT  Portal object.

    I have exported many object from Portal(pages, sso, security, application, content areas, user tables, shared components, etc).
    I want to know how to import them , which ones first, second, and so on.
    Thnaks
    Enrique

    First is SSO, followed by security and then anything else.
    Thanks,
    Arun

  • Importing Portal Certificate Error

    I am trying to import my Portal PRD Certificate via STRUSTSSO2 transaction into my ECC 5.0 PRD server and I get "Error when opening file", the certificate is valid I can open it in Windows I can import it in BW PRD server without problem, in the other hand I can't import other certificates in ECC 5.0 PRD for instance Portal DEV this certificate is already imported in ECC 5.0 DEV. The format is Binary. Any ideas on how to solve this?

    Ruben,
    Check page 9 on link - Setting up Single Sign On between Enterprise Portal and mySAP ERP(ECC) Server
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/21eb036a-0a01-0010-25a3-b2224432640a
    Thanks.
    James
    Ps. reward point are appeciated.

Maybe you are looking for

  • "The files appears to be unsupported or damaged" - I can't open the files in any software

    I have just returned from a trip where i was on the road for 7 weeks and out of 5000 shots have 30 corrupted DNG files, one of which i would love to save please can you help? My work flow: Shoot DNG files using Leica M9 Take SD card out sporadically

  • 10.2.0.2 Patch set noninteractively , OUI-10133

    Dear all, I tried to install the 10.2.0.2 Patch Set Noninteractively, I ran runInstaller: ./runInstaller -silent -responseFile /app/patch/p45478 17_10202_LINUX/Disk1/response/patchset.rsp and then I received: SEVERE: OUI-10133:Invalid staging area. T

  • Inconsistent Results ... Urgent Please

    Greetings guru`s !!! I query a Database ( Oracle 7.6. ) using Tomcat thru JDBC with JDK 1.4. ( SO, how do I know my JDBC version ? ) I can sucessfully retrieve the Results. Problem is, the results returned are NOT consistent. As in, for certain (lot_

  • Use logical database to fetch data in FI reports

    Hi All,           is it possible to fetch data using logical database for FI module ALV reports. please provide me details. Thks Shailesh

  • Hi, in QM module

    hi , in QM  module is there any bapi available for NOTIFICATION UPDATE and DEVIATION, is it there what are the mandatory parameters to fill it. regards prasoon.