Displaying Stock info in Enterprise Portal

Hello....
Can anybody tell me how we can implement Market indicators application in Portal.
Please, provide me with any links/documents. Appreciate your time and valuable inputs.
Thanks,
Ravi Kumar.

Hi Ravi,
have you considered using something off-the-shelf?
http://www.sweetlets.com/stock_ticker.html
Best regards
Frank

Similar Messages

  • How to Display DMS document in Enterprise Portal

    Hi All,
    I have a scenario as described below.
    I have a workitem which goes to user in his/her UWL  for  execution. When  this  workitem gets  executed  it  displays an Adobe Interactive form.
    Iin this  Adobe form i am giving links to DMS(Document Management System)  documents. So  when this link is clicked the related DMS document files should  get  displayed.
    Thru BAPI i m able to get DMS document number its  Object Links and  details of the  files (PDF,DOC,XLS etc..) attached to it.
    But I am not able to display this attached files on my enterprise portal. I debugged in R/3 and found out standard Function Modules which are used to display this attached  documents of DMS and wrap them in RFC and called this RFC when user   clicks link on Adobe Form in EP.
    The problem I m facing is this RFC is not able to display the attached document files of DMS document on Portal front end. it gives error as u201CException condition "NOT_SUPPORTED_BY_GUI" raised., error key: RFC_ERROR_SYSTEM_FAILURE"
    The reason behind why it is running successfully in R/3 is, it gets  front end as SAPGUI but  while we execute it thru portal it does not get frontend type as SAPGUI cause  portal always runs in Browser not on SAPGUI.
    So, Is there any way to display this DMS document files on Enterprise Portal?? Or  is it  possible using Knowledge Management?? Or any other standard  BAPI or FMs which can be used for the same  purpose??
    Regards,
    Dhruv

    Hi Steelman,
    You have to create a new iview and include it in the page that youhave created.
    There are many types of iviews that you can create.
    Please refer these link
    http://help.sap.com/saphelp_nw2004s/helpdata/en/f5/eb51590e6a11d7b84900047582c9f7/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/f5/eb50360e6a11d7b84900047582c9f7/content.htm
    Revert back for further queries.
    Regards,
    Sharadha

  • Problems displaying Web Templates in Enterprise Portal

    Hi folks,
    I'm trying to create an iView showing a BI-Webtemplate. Both systems, the BI and the EP are running on different servers in the same domain and are both using Netweaver 7.0.
    I've created a new system using the "SAP System Dedicated Application Server"-Template. I've also configured all necessary options for a connection via the WAS and logon with UIDPWD. The connection test also succeeds.
    From the Web Application Designer I got the following URL to my web template:
    http://<domain>:50000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?TEMPLATE=Z_BL_GP_RW_01&DUMMY=1
    I've then created an iView (BEx Web Application iView (SAP NetWeaver 7.0 Format)) pasting TEMPLATE=Z_BL_GP_RW_01&DUMMY=1 as web application query string and entered the correct system alias.
    The problem is, when previewing I can enter my credentials but then I receive a 404 error. It's not that the template isn't there, the URL generated by the portal to call the template is wrong, because the wrong port is used. The generated URL is:
    http://<domain>:8000/irj/servlet/prt/portal/prtmode/preview/prtroot/com.sap.ip.bi.web.portal.integration.launcher
    Well, it's the right port for the WAS, but apparently not the right port for the web template which should be 50000. When I set the the port in the system configuration for the WAS to 50000, the connection test fails, but I don't get a 404 error when previewing the iView. Nonetheless the template is not displayed correctly...
    Does anyone know what I am doing wrong?

    Danny,
    Logon to the BI system and go to transaction SE37 and execute RSBB_URL_PREFIX_GET to get the portnumber, try applying this and test your iview again.
    If this does not resolve the issue I suggest you to refer to SAP Note 937697 - Usage of SAP NetWeaver BI Diagnostics & Support Desk Tool, it is a pretty simple tool and helps in resolving most issues with regards to BI Portal integration.
    Cheers!
    Sandeep Tudumu

  • Displaying ABAP transaction In Enterprise Portal

    Dear all,
    We are having one Z-reports in CRM 4.0 .which we want to display in EP portal.
    Is it possible??
    What type of changes needed from ABAP  and EP side.
    with regards,
    Rajesh C

    Hi,
    to achieve this functionality first we have to create a SAP transaction ivew and for then to let this iview communicate with R3 you have to create a system which can do this task. Please look at the below blog.
    Create SAP Transaction iView using SAPGUI for Windows
    and
    Pass Parameter to ITS URL Upadated 21st June 2008
    Regards,
    Srinivas

  • Data of customize BSP in Enterprise Portal is not displayed

    Dear All,
    I stuck on to find out the solution, in order to display FAQ list in BSP Enterprise Portal by using customer id to logon to Enterprise Portal, need your guide.
    Let me explain:
    It is customize/own develop BSP application, which is search FAQ (maintain in trxn: crmd_iia_faq) based on product. This is done by calling standard FAQ FM in BSP code, pass in product GUID to retrieve list of FAQs, and display FAQs list in the BSP page. Also, from the FAQ details, call standard Problem and Solution FM to get the details of Problems and Solutions, and then display Problems and Solution in another BSP page.
    In the other words, this custom BSP application display data which is maintain in transaction code: COMMPR01, CRMD_IIA_FAQ, and IS01.
    Setup in portal to display this iview/BSP application is done, because I manage to access the main BSP page in portal after logon with customer ID.
    Difference result:
    1.     Run BSP standalone in CRM:
    When I execute/run/test this bsp application standalone in se80 after logon to sapgui by using customer id, bsp data is displayed, which is working fine.
    2.     When I access/run this bsp through portal after logon portal with customer id, bsp data is not displayed, which is not working correctly.
    Things that I had tried:
    1.     customer user profile:
    •     Tried assign different profiles of customer id, my problem is not solved. I even add SAP_ALL profile to customer ID.
    [Result] no BSP data is displayed.
    2.     customer user role:
    •     standard role, SAP_PCC_CHANNELMANAGER (assign standard role to customer ID):
    a.     Go to trxn code: CRMC_BLUEPRINT_C -> layout of UI (PCUI) -> Look for standard role in “assignment of crm object method to role” -> get a standard role which is relate to problem and solution: SAP_PCC_CHANNELMANAGER.
    b.     Go to trxn code: CRMC_BLUEPRINT_C -> layout of UI (PCUI) -> Navigation (URL generation) -> assign portal role to single role -> SAP_PCC_CHANNELMANAGER is assigned to portal role: com.sap.pct.crm.channelmanager.
    c.     Go to trxn code: SU01 -> add role, SAP_PCC_CHANNELMANAGER into customer ID.
    d.     run the portal and access BSP application
    [Result] no BSP data is displayed.
    •     Create new role, ZSAP_PCC_CHANNELMANAGER:
    a.     go to trxn code: PFCG -> copy standard role, SAP_PCC_CHANNELMANAGER to customize role -> access authorization tab -> look for “authorization for BSP applications” -> change “Application Scenario” and “View for UI display” to “*”.
    b.     Go to trxn code: CRMC_BLUEPRINT_C -> layout of UI (PCUI) -> Application/Layout -> add new entry to View, view named as Z_ESERVICE.
    c.     Go to trxn code: CRMC_BLUEPRINT_C -> layout of UI (PCUI) -> add new entries into “assignment of crm object method to role” (copy SAP_PCC_CHANNELMANAGER).
    i.     Role:           ZSAP_PCC_CHANNELMANAGER
    Object type:      PROBLEMSOLUTION
    Method:          APPLICATION
    Priority:           62
    Implementation type: BSP on Portal Page
    Application :     CRMM_SDB_SOL
    View:           Z_ESERVICE (also tried without assign any view)
    ID Page/Service: pcd:portal_content/com.sap.pct/specialist/com.sap.pct.crm/com.sap.pct.crm.roles/com.sap.pct.crm.channelmanager/com.sap.pct.crm.chm.cma.service_center/com.sap.pct.crm.adm.ei.know_admin.solutions
    Portal Context:      Blank
    ii.     Role:           ZSAP_PCC_CHANNELMANAGER
    Object type:      PROBLEMSOLUTION
    Method:          DEFAULT
    Priority:           62
    Implementation type: BSP on Portal Page
    Application :     CRMM_SDB_SOL
    View:           Z_ESERVICE (also tried without assign any view)
    ID Page/Service:
    pcd:portal_content/com.sap.pct/specialist/com.sap.pct.crm/com.sap.pct.crm.roles/com.sap.pct.crm.channelmanager/com.sap.pct.crm.chm.cma.service_center/com.sap.pct.crm.adm.ei.know_admin.solutions
    Portal Context:      Blank
    iii.     Role:           ZSAP_PCC_CHANNELMANAGER
    Object type:      SYMPTOM
    Method:          APPLICATION
    Priority:           62
    Implementation type: BSP on Portal Page
    Application :     CRMM_SDB_SYM
    View:           Z_ESERVICE (also tried without assign any view)
    ID Page/Service:
    pcd:portal_content/com.sap.pct/specialist/com.sap.pct.crm/com.sap.pct.crm.roles/com.sap.pct.crm.channelmanager/com.sap.pct.crm.chm.cma.service_center/com.sap.pct.crm.adm.ei.know_admin.symptoms
    Portal Context:      Blank
    iv.     Role:           ZSAP_PCC_CHANNELMANAGER
    Object type:      SYMPTOM
    Method:          DEFAULT
    Priority:           62
    Implementation type: BSP on Portal Page
    Application :     CRMM_SDB_SOL
    View:           Z_ESERVICE (also tried without assign any view)
    ID Page/Service:
    pcd:portal_content/com.sap.pct/specialist/com.sap.pct.crm/com.sap.pct.crm.roles/com.sap.pct.crm.channelmanager/com.sap.pct.crm.chm.cma.service_center/com.sap.pct.crm.adm.ei.know_admin.symptoms
    Portal Context:      Blank
    d.     Go to trxn code: CRMC_BLUEPRINT_C -> layout of UI (PCUI) -> Navigation (URL generation) -> assign portal role to single role -> ZSAP_PCC_CHANNELMANAGER is assigned to portal role: com.sap.pct.crm.channelmanager.
    e.     Go to trxn code: SU01 -> add role, ZSAP_PCC_CHANNELMANAGER to customer ID.
    e.     run the portal and access BSP application
    [Result] no BSP data is displayed.
    •     Maintain existing customize role, which is used to display Activity:
    a.     Go to trxn code: CRMC_BLUEPRINT_C -> layout of UI (PCUI) -> Navigation (URL generation) -> assign portal role to single role, I check the configuration has done in CRM to assign/map this BSP role to portal role.
    b.     go to trxn code: PFCG  -> open existing customize role -> access Authorization tab -> click on "change authorization" button -> search existing Application scenario -> add '' inside (also try with certain standard scenario which is relate to product, FAQ, solution, problem) -> search existing view for UI display -> add "".
    a.     run the portal and access BSP application
    [Result] no BSP data is displayed.
    Questions:
    1.     Is my problem related to role setup of customer ID?  If yes, can guide me how to create authorization, which is related to product, FAQ, problem, and solution, to customer ID?
    2.     Is it possible that my problem cause by missing/wrong portal role setup or wrong mapping between CRM role to Portal Role? If yes, can guide me how to check authorization of customer ID in portal, which is related to product, FAQ, problem, and solution?
    3.     Any other reason that cause this problem?

    If you know the BSP application name, then you can check this on /SE80 and get the bsp component details.
    Regards,
    James

  • Alternatives to WAD for displaying BI Queries / Views in Enterprise Portal

    Hello experts,
    we have been using WAD 3.5 extensively for displaying BI Querys in a web-capable form within our Enterprise Portal.
    Since our users are not BW-familiar in general, we have the requirement to provide a very easy GUI and navigation.
    Actually in 3.5 we are able to fulfill this requirement by extensive use of Javascript to modify the look & feel and also the behaviour of the Web applications.
    In WAD 7.0 this is not any longer possible, as SAP restricted the Javascript usage, in 7.0 it is impossible to change the HTML code by accessing the DOM, which is very uncomfortable for us, since our users are familiar with the our (javascript-driven)convenient BI Web interfaces.
    My question now: are there any alternatives for displaying BI content (queries / views) in the portal apart from using WAD web templates?
    I read that the Visual Composer is now capable of processing BI content. Does anyone have experiences with this? And if yes, how does this compare to the WAD?
    I also read that there is a BI Java SDK which contains an API to the OLAP processor. Is the BI Java SDK an alternative to WAD? And if yes, is it possible to integrate Java SDK with Web Dynpro or is it plain Java requiring the usage of Servlets / JSP to render the UI?
    Thanks in advance for your help,
    best regards,
    Thilo

    Thilo Krawietz wrote:
    I also read that there is a BI Java SDK which contains an API to the OLAP processor. Is the BI Java SDK an alternative to WAD? And if yes, is it possible to integrate Java SDK with Web Dynpro or is it plain Java requiring the usage of Servlets / JSP to render the UI?
    BI SDK is a Java library without UI support. Think adout it as a JDBC-type API with multidimentional data support. It's the way to go if you need to get to the data itself but it is not appropriate if you want low-effort reporting solution.

  • Unable to display CTI tool bar in Enterprise Portal

    Hi All,
    I am currently integrating the CRM 2007 with EP 7.0. In this direction I imported the business role IC_AGENT into portal. I was able to see all the pages that I could see in CRM 2007 IC webclient after import except the CTI tool bar which displays a "undefined" icon in the CTI tool bar in the portal content area.
    Has anyone faced the same issue ? if so, could you please let me know if I am doing it right or is there any additional configuration on IC webclient or portal that I have missed out.
    Thanks in advance,
    Anupama

    Hi Vinod,
    Thanks much for the response. I had not looked at the sap note earlier on, saw it after your reply.
    However, we are not using IE7.0 yet. I would like to mention here that independent of the portal, when I launch the CRM IC Webclient on any browser, it appears well and good, but when launched from within Enterprise Portal, page appears minus the toolbar. Do you have any idea/pointers on the same. However I plan to get the notes correction done and would like to thank you for an useful answer.
    Pls do let me know if there is anything missing on EP 7.0 or CRM 2007 that needs to be done additionally.
    Thanks and regards,
    Anupama

  • ABAP WD: Different display in Test window and enterprise portal

    Hi,
    I am using Table and TreeByNestingtable column in ABAP webdynpro(Basis 710 release). When I run the application using test, table captions are not in bold and there is no difference between TreeByNestingtable column and other columns in background color.
    But when I display the same component in Enterprise portal using iview(EP 6), the table captions appear in bold and TreeByNestingtable column and other columns appear in different background color.
    Has anybody encountered this issue? And how do we resolve it?
    Regards,
    Srini.

    Please see OSS Note 903662 on restrictions and steps for running ABAP Web Dynpro in older releases of the portal.  In particular you should disable the portal style sheet.

  • New to Enterprise Portal -need Info

    Hi Experts,
    I am a BW consultant and i am intersted to learn Enterprise Portal , I need following information :-
    1) Does it require a good JAVA knowledge and good exposure to java.
    2) How can i check that we have a enterprise portal with my BW serevr ? Are there any t-codes exist to
        check the portal and its web address.
    Regards,
    RG

    Hi
    1.[EPC (EP Core) and EP (Enterprise Portal)|http://help.sap.com/saphelp_nw04s/helpdata/en/72/4d7b424bfc173be10000000a155106/frameset.htm]
    2.[Running an Enterprise Portal|http://help.sap.com/saphelp_nw04s/helpdata/en/ef/816f422f91c153e10000000a1550b0/frameset.htm]
    3.[Portal How-to Guides for SAP NetWeaver 2004|https://www.sdn.sap.com/irj/sdn/nw-portalandcollaboration?rid=/webcontent/uuid/006efe7b-1b73-2910-c4ae-f45aa408da5b]
    Best Regards
    Satish Kumar

  • BW Workbook as an iView in the Enterprise Portal

    I keeping getting a dialog box asking to select the appropriate program to open the workbook. When I select .xls it opens, and it shows the parameters I entered and not the workbook. The customer is on NW04 Stack 11.
    I followed ever step on help.sap.com site as listed below.
    BW workbooks are MS Excel workbooks with one or more embedded BW queries. You are able to display these workbooks in the Enterprise Portal as iViews.
    Features
    Workbooks are displayed in a separate MS Excel window. Opening workbooks within the Web browser window is not possible for technical reasons.
    BW workbooks require the BEx Analyzer, which requires a local installation of the SAP GUI for Windows with the BW front end.
    SAP recommends that you use BEx Web applications in the Enterprise Portal that run completely in the Web browser.
    You can use the function Export as Excel 2000 File from the BW Web application context menu as an alternative to using a local installation of the BW front end if you require Excel functions. See Context Menu Functions  and Exporting as a CSV File/Excel 2000 File.
    An iView with a workbook can be generated using the Portal Content Studio or Role Upload. For more information, see Generating Content from SAP BW for the Enterprise Portal.
    The iViews are of type SAP Transaction iView and have the code link com.sap.portal.appintegrator.sap.Transaction.
    The most important properties are System, Transaction (TCODE) and ApplicationParameter.
    ·The System property contains the alias on the BW system (see Creating BW Systems in the  Portal).
    ·The transaction code for every workbook is RRMXP.
    ·The value WBID= is in the ApplicationParameter property.
    You can determine the workbook ID with the BEx Analyzer:
    a. Open the desired workbook.
    b. In the BEx toolbar, choose ® OLAP Functions for Active Cells ® Properties. The Information tab page contains the Workbook ID (Server).
    Note that with BW workbooks as an iView, the AutoStart property contains the value True (process first screen) and the GuiType property contains the value WinGui.
    Anyone have a solution for this to work?
    Thanks,
    -Eli

    Dear Rasmesh,
    Please try to do this suggestion:
    3. How can I use SAP Application Integrator to access SAP transactions?
    There are two different ways to use the SAP Application Integrator transaction iView. In both cases please use a URL like 'irj://com.sap.portal.appintegrator.sap.Transaction' followed by your custom parameters like '?System=DEV&TCode=SE38&GuiType=WinGui &WinGui_Type=Shortcut&OkCode=SHOP'.
    The parameters are:
    System [mandatory]
    TCode [mandatory]
    GuiType (=WinGui / WebGui / JavaGui) [mandatory]
    WinGui_Type (=Shortcut ..if you want to launch the GUI in a new window)
    OkCode (The OkCode that you would like to be executed after the transcation is called by SAP GUI.)
    ApplicationParameter (Pass these values to your screen fields which needs to be be separated by
    AutoStart (true / false)
    UseSPO1 (true / false)
    For a complete list of parameters please consult http://help.sap.com.
    Taken of:
    http://www.sweetlets.com/my_favorites_faq.html
    I hope this highline can help you,
    Luis

  • Configure SSO Connection from SAP Enterprise Portal to BOE Server

    Hi Guys,
    We recently installed a BOE Server and want to connect it to our SAP Enterprise Portal. What we need is just to display the Crystal Reports via Enterprise Portal. We have set up the following:
    SAP EP with AD Authentication
    SAP EP configured with SNC to SAP BI7 system
    SAP BOE XI 3.1 - SAP Integration Kit
    BOE Server configured with SAP Authentication via SAP BI7 System
    We've also set up BOE IK iviews and URL iviews pointing to existing reports in BOE. However, when we access it from EP, it prompts for a username and login to BOE. Is there a way to configure these so that there is no prompt for login to BOE server and SSO is used? Is it also possible to have a service account (e.g. domain/crystal) that will run the reports in BOE everytime a user accesses a report from SAP EP?
    Let me know if this is at all possible

    Hi,
    You should configure InfoView for SSO first, which required infoview.xml file modification, using windows AD default authentication. If you want to utilize the OpenDocument URL for iView then you also need to configure OpenDocument.xml file for SSO also. The SAP portal must have trust relation with the SAP BW server so the Windows AD token can be authenticate with SAP BW server.
    If you want crystal user to run all the report then you will lose data security. It can be done by hard coding user name and password in the report properties and database logon but the SSO capability can be accomplished only by windows AD, SAP or LDAP.
    For more details check BOXI Admin guide and SAP Integration Guide.
    Thanks,
    Muhammad

  • Unable to see Dashboard over the internet Using Enterprise Portal

    Dear All,
    I have one issue here which is bit technical,
    I have made an Xcelsius Dashboard (Connection Type: Excel XML Maps (BW Queries)) and uploaded SWF file on to KM Repository in Portal. I have created Document iview and a role to published the dashboard on Enterprise Portal.
    Now when i am trying to access that Dashboard from Portal within local network it works fine but when i try opening the same Dashboard over the internet from home it gives an error.
    ERROR DETAILS:
    To access external data, add a cross-domain policy file to the external data web server.
    For more information, on the Adobe website, see the article u201CCross-domain Policy File Specificationu201D.
    If the problem persists, contact the file creator or your system administrator.
    Error: Error #2048
    Connection Type: Excel XML Maps
    File URL: https://www.portal.com/irj/go/km/docs/documents/dashboards/dashboard1.swf
    External Data URL: http://bwserver.domain.com:8000/sap/bc/bsp/sap/zbo_data/Data.xml?infocube=ZFIGL_FM&query=ZFIGL_FM_Q0003_BO&VAR_NAME_1=0P_FYRA&VAR_VALUE_EXT_1=2009
    I have added crossdomain into WebAppl Srvr of BW Server .. Created BSP Application ---> Imported crossdomain file ---> set BSP App in Default Service.
    Please provide possible solutions

    We have the same problem.
    The Solution 1.
    http://wiki.sdn.sap.com/wiki/display/EmTech/Addcrossdomain.xmlontherootofSAPWebapplication+server
    and 2.
    http://www.asabau.com/2009/04/crossdomain-policy-file-in-sap-web-application-server/
    does not work.
    How you have fix it?
    regards
    Chris

  • Use HCM processes and Forms without using the Enterprise Portal

    is it possible to leverage existing HR Admin Services (HCM processes and Forms) functionality without using the Enterprise Portal?
    1) Create an Adobe form and Interface using SFP
    2) Set up ISR and Form Scenario
    3) Set up Forms configuration to use existing Backend and generic Services
    4) Set up workflow to updated Backend using Services
    is it possible to do the above steps and not use the Portal? If Yes, how do we present the forms to the Manager, and provide different buttons that appears on the Portal by default?
    Any ideas will be greatly appreciated.
    Thanks,
    Saurabh

    Hi Saurabh,
    your assumptions and findings (items can not be started from the backend workflow inbox etc.) are correct: These processes can not be started without the Portal and it is not intended to do this.
    The above mentioned backend report are only forseen for implementation and testing purposes and not for productive use.
    In addition to the fact, that you already can't execute the work items a lot of other features of the framework (Process Browser etc.) are only available through the Portal.
    Best Regards
    Michael Bonrat - Solution Manager HCM Processes and Forms
    Info about HCM Processes and Forms:
    www.service.sap.com/erp: 
    - SAP ERP Human Capital Management -> Workforce Process Management -> HCM Processes and Forms

  • Error in "Archive Enterprise Portal data" phase of system copy

    Hi
    We are facing an error in system copy export of our JAVA only system in 6th phase "Archive Enterprise Portal data" .
    ERROR      2011-11-02 09:00:15.080
               CJSlibModule::writeError_impl()
    MUT-03011  Execution of the command "/tmp/sapinst_exe.12534.1320217175/SAPCAR -c -v -i -C /usr/sap/NED/SYS/global -f /temp/NED/JAVA/APPS/KMC/GLOBAL.KMC.SAR config/cm" finished with return code 44. Output:
    a config/cm
    a config/cm/config ....................................................
    We have NETWEAVER 7.0, JAVA STACK.
    Please help with any clues.
    Regards
    Priyanka Kaul

    Hi
    Please find further logs:-
    TRACE      2011-11-02 15:09:42.832 [syxxcfile.cpp:123]
               CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & , ISyNode::CopyMoveMode_t 0x3, PSyNodeInt &) const 
               lib=syslib module=syslib
    Target node does not exist and (mode & ISyNode::MISSING) ==> I will copy/move.
    INFO       2011-11-02 15:09:42.846 [syuxcpath.cpp:471]
               CSyPath::createFile() lib=syslib module=syslib
    Creating file /tmp/sapinst_instdir/NW04S/LM/COPY/ORA/EXP/CENTRAL/AS-JAVA/EXP/GLOBAL.log.
    INFO       2011-11-02 15:09:42.860
               CJSlibModule::writeInfo_impl()
    Output of /tmp/sapinst_exe.17133.1320239372/SAPCAR is written to the logfile GLOBAL.log.
    INFO       2011-11-02 15:17:45.369
               CJSlibModule::writeInfo_impl()
    Output of /tmp/sapinst_exe.17133.1320239372/SAPCAR -c -v -i -C /usr/sap/<SID>/SYS/global -f /temp/<SID>/SYSTEMCOPY/JAVA/APPS/KMC/GLOBAL.KMC.SAR config/cm:
    a config/cm
    a config/cm/config
    a config/cm/config/time.sys
    a config/cm/config/locks
    a config/cm/backups
    a config/cm/backups/backup-com.sap.portal.supportability.isolde-2010-02-22-13-03-08-863.zip
    a config/cm/backups/backup-bc.util.prjconfig-2010-02-22-13-03-18-87.zip
    a config/cm/backups/backup-kmc.util.core-2010-02-22-13-03-27-842.zip
    a config/cm/backups/backup-com.sapportals.portal.prt.service.soap-2010-02-22-13-03-37-369.zip
    a config/cm/backups/backup-bc.protocol.prjconfig-2010-02-22-13-03-46-356.zip
    a config/cm/backups/backup-bc.sf.prjconfig-2010-02-22-13-03-54-965.zip
    a config/cm/backups/backup-kmc.people.appl.presence-2010-02-22-13-04-03-709.zip
    a config/cm/backups/backup-bc.sf.service.prjconfig-2010-02-22-13-04-14-331.zip
    a config/cm/backups/backup-kmc.util.sor-2010-02-22-13-04-23-879.zip
    a config/cm/backups/backup-kmc.people.shared.cpr-2010-02-22-13-04-32-793.zip
    a config/cm/backups/backup-bc.rf.prjconfig-2010-02-22-13-04-42-322.zip
    a config/cm/backups/backup-sap.comcafkm.ep.repmanager-2010-02-22-13-04-51-426.zip
    a config/cm/backups/backup-bc.rf.repository.service.prjconfig-2010-02-22-13-05-00-577.zip
    1. We tried running the export with SIDADM user as well and followed the note 970518, but to end up with the same error.
    2. We are already using the lated Installtion master.
    3. Where should we check the OS logs?
    Regards
    Priyanka

  • How to encrypt user credentials when he logs on the Enterprise Portal

    Hi all,
    I want to use a cookie approach on SAP Enterprise Portal i.e. when the user first logs on, i would create a cookie and store the encrypted password in it so that next time he hits the portal, he is directly authenticated with the help of the cookie.
    For this above functionality, i need to know how the encryption & decryption techniques can be achieved by using the SAP Encryption libraries.
    Would be highly appreciative if i get some info on this.
    Thanx & regards,
    Jitendra Chaudhari
    India

    You can use logon ticket for the implementation you want to do. For security issues you are talking about then you can use the SSL connection for the client who is accessing the SAP Enterprise portal. For SAP Logon Ticket see the login modules CreateTicketLoginModule and EvaluateTicketLoginModule
    Initially set the ume.configuration.active = true
    For the security related issues ypu can set the following properties in the login modules
    1) ume.logon.security.enforce_secure_cookie to TRUE.
    Marks the SAP logon ticket as a secure cookie, to enforce that the client browser sends the cookie only when an SSL connection to the J2EE Engine or the reverse proxy is established.
    2) ume.logon.httponlycookie to TRUE
    If true, the SAP logon ticket is set to HttpOnly. This prevents it from being read by malicious client-side script code such as JavaScript. The setting is only effective for clients that use Microsoft Internet Explorer 6.0 SP1 or higher.
    I would suggest to use the 1st option as SAP also recommend the use of SSL connection for Logon Tickets.
    I wish this could help you a bit.
    Thanks and with regards
    Pravesh

Maybe you are looking for

  • Flash Builder 4.5 Data Services Wizard, setting up REST service call returns Internal Error Occurred

    Dear all - I am writing with the confidence that someone will be able to assist me. I am using the Flash Builder Data Services Wizard to access a Server that utilizes REST type calls and returns JSON objects. The server is a JETTY server and it appar

  • Imessage is not working after 24hrs of me trying everything to get it to work again

    upload the new update and as of this time my imessage/facetime isn't working. Same message keeps coming up waiting on activation, I"v e done everything under the sun to get this to work. Even had an Apple tech person try and nothing worked...I need a

  • Hard disk problems after full upgrade [SOLVED]

    After a full upgrage (pacman -Suy) last monday, My system denied to boot:D:D:D:D:D. So to fix it I have to go to /boot/grub/menu.list and change from hda3 to sda3. Everything seems to be Ok but when the system is booting and scan the the hard disk to

  • Problem in Events (Create and Change)

    Hi all, I have developed a worlflow for transaction FV50. Now the problem is that when i create a parking document a mali is sent to approver for approval. Now suppose if approver doesn't do any action on the workitem which he had in his inbox and in

  • Adding anchor is adding a 'sub-layer' ! help!

    Help!! I haven't had this happen before,.... I created and named a layer. Typed in a header and added an anchor -- BUT THE ANCHOR DOESN"T APPEAR! I find it 1/2 way down my page, in a newly created layer! When i loof at the 'layers" panel, it is in fa