Error when signing on SRM portal

Hi, i have this problem, when user signs on in the SRM portal (SRM 3.0) and the shopping cart page suppossed to appears (after enters user and pwd), the following error displays:
ITS System Information
Interpreter Failed
The Internet Transaction Server failed to generate the response for current request.
Please contact the system administrator.
Internal error code: 0x2101
In an already existent imlementation for badi BBP_DOC_CHECK_BADI i've added this code  just to check some error messages from the document and if founded, add a custom message to the internal table
Data declaration
Variable
data:
  lv_guid  type CRMD_ORDERADM_H-GUID.
Constants
  constants:
    lc_slash(1)  type c value '/',
    lc_015       type bbp_pds_messages-msgno value '015',
    lc_000       type bbp_pds_messages-msgno value '000',
    lc_fmavc     type bbp_pds_messages-msgid value 'FMAVC',
    lc_zebp      type bbp_pds_messages-msgid value 'ZEBP'.
Internal tables & Structures
  data:
    ls_messages type          bbp_pds_messages,
    lt_messages type table of bbp_pds_messages.
First, check the SC
    call function 'BBP_PD_SC_CHECK'
      exporting
        i_guid     = lv_guid
     TABLES
       E_MESSAGES  = lt_messages.
Look for the right message
  read table lt_messages into ls_messages with key msgid = lc_FMAVC
                                                   msgno = lc_015.
  if sy-subrc = 0.
Message founded, build custom message
Add the message to table
  read table it_account into wa_account index 1.
    wa_error-msgty = 'E'.
    wa_error-msgid = lc_zebp.
    wa_error-msgno = lc_000.
    concatenate wa_header-posting_date+0(4)  " Year
                lc_slash
                wa_account-funds_ctr         " Funds center
                lc_slash
                wa_account-fund              " Fund
                lc_slash
                wa_account-func_area         " Functional area
                lc_slash
                wa_account-cmmt_item         " Commitment item
           into wa_error-msgv1.
    APPEND wa_error TO et_messages.
  endif.
but in the call for 'BBP_PD_SC_CHECK' the systems generates a dump, if i comment the fm call, the page displays correctly, the parameters for fm are the right type.
The dump appears as follows:
Errores tiempo ejec.   UNCAUGHT_EXCEPTION
Excepción              CX_BBP_PD_ABORT
       ocurrido el     26.12.2007 a  19:42:04
Es ist eine Ausnahme aufgetreten, die nicht abgefangen wurde.
¿Qué ha sucedido?
Die Ausnahme 'CX_BBP_PD_ABORT' wurde ausgelöst,
sie wurde aber entlang der Aufrufhierarchie nirgendwo abgefangen.
Da Ausnahmen Fehlersituationen darstellen und auf diesen Fehler nicht
adäquat reagiert wurde, mußte das laufende ABAP-Programm 'SAPLBBP_PDH'
abgebrochen werden.
¿Qué puede hacer?
Print out the error message (using the "Print" function)
and make a note of the actions and input that caused the
error.
To resolve the problem, contact your SAP system administrator.
You can use transaction ST22 (ABAP Dump Analysis) to view and administer
termination messages, especially those beyond their normal deletion
date.
is especially useful if you want to keep a particular message.
Anál.errores
Es ist eine Ausnahme aufgetreten, die weiter unten näher erläutert wird.
Die Ausnahme, der die Klasse 'CX_BBP_PD_ABORT' zugeordnet ist,
wurde nicht abgefangen und führte deshalb zu einem Laufzeitfehler.
Der Grund für die Ausnahme ist:
Übernehmen
Notas para corregir errores
You may able to find an interim solution to the problem
in the SAP note system. If you have access to the note system yourself,
use the following search criteria:
"UNCAUGHT_EXCEPTION" CX_BBP_PD_ABORTC
"SAPLBBP_PDH" or "LBBP_PDHU08"
"BBP_PD_ABORT"
If you cannot solve the problem yourself, please send the
following documents to SAP:
1. A hard copy print describing the problem.
   To obtain this, select the "Print" function on the current screen.
2. A suitable hardcopy prinout of the system log.
   To obtain this, call the system log with Transaction SM21
   and select the "Print" function to print out the relevant
   part.
3. If the programs are your own programs or modified SAP programs,
   supply the source code.
   To do this, you can either use the "PRINT" command in the editor or
   print the programs using the report RSINCL00.
4. Details regarding the conditions under which the error occurred
   or which actions and input led to the error.
Entorno sistema
SAP-Release.............. "620"
Applikationsserver....... "ebpqas"
Netzwerkadresse.......... "144.127.70.32"
Betriebssystem........... "SunOS"
Release.................. "5.9"
Hardwaretyp.............. "sun4u"
Zeichen-Länge............ 8 Bits
Pointer-Länge............ 64 Bits
Workprozess-Nummer....... 0
Kurzdump-Einstellung..... "full"
Datenbankserver.......... "ebpqas"
Datenbanktyp............. "ORACLE"
Datenbankname............ "EBQ"
Datenbank-User-Id........ "SAPEBP"
Zeichensatz.............. "es"
SAP-Kernel............... "640"
hergestellt am........... "Jul 4 2005 21:14:29"
hergestellt auf.......... "SunOS 5.8 Generic_108528-16 sun4u"
Datenbankversion......... "OCI_920 "
Patch-Level.............. "80"
Patch-Text " "
Unterstützte Umgebung....
Datenbank ............... "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE
10.2.0.."
SAP-Datenbankversion..... "640"
Betriebssystem........... "SunOS 5.8, SunOS 5.9, SunOS 5.10"
Usuario, transacción....
Mandant............. 010
Benutzer............ "CRARIABR"
Sprachenschlüssel... "S"
Transaktion......... "BBPSC02 "
Programm............ "SAPLBBP_PDH"
Dynpro.............. "SAPLBBP_SC_UI_ITS 2000"
Dynprozeile......... 4
Info posición de cancelación
Der Abbruch trat im ABAP-Programm "SAPLBBP_PDH" auf, und zwar in
"BBP_PD_ABORT". Das Hauptprogramm war "SAPLBBP_SC_UI_ITS ".
Im Quelltext befindet sich die Abbruchstelle in Zeile 67
des (Include-)Programms "LBBP_PDHU08".
(bei Anwahl des Editors: 670) der ABAP-Source "LBBP_PDHU08".
Detalle código fuente
000370                   LS_CALLSTACK1-EVENTNAME LS_CALLSTACK1-PROGNAME
000380                   INTO LV_MSGARG2 SEPARATED BY SPACE.
000390
000400     READ TABLE LT_CALLSTACK INTO LS_CALLSTACK2 INDEX 4.
000410     CONCATENATE   '/' LS_CALLSTACK2-EVENTTYPE
000420                   LS_CALLSTACK2-EVENTNAME LS_CALLSTACK2-PROGNAME
000430                   INTO LV_MSGARG3 SEPARATED BY SPACE.
000440
000450     CALL FUNCTION 'BBP_ALERT_INTERNAL_OT'
000460       EXPORTING
000470         MSGID   = GC_MSGID_BBP_PD
000480         MSGNO   = 047
000490         MSGARG1 = LV_MSGARG1
000500         MSGARG2 = LV_MSGARG2
000510         MSGARG3 = LV_MSGARG3.
000520
000530     MESSAGE ID GC_MSGID_BBP_PD TYPE C_MSGTY_I NUMBER IV_MSG_NO
000540             WITH LS_CALLSTACK1-EVENTTYPE
000550                  LS_CALLSTACK1-EVENTNAME
000560                  LS_CALLSTACK1-PROGNAME.
000570
000580   * get the messages from the application log
000590     TRY.
000600         CALL FUNCTION 'BBP_PD_LOG_GET_MESSAGES'
000610           TABLES
000620             E_MESSAGES = LT_MESSAGES.
000630       CATCH CX_BBP_PD_ABORT.
000640         REFRESH LT_MESSAGES.
000650     ENDTRY.
000660
    RAISE EXCEPTION TYPE CX_BBP_PD_ABORT EXPORTING
000680         WORKED_ON_DOCUMENT = LV_GUID
000690         T100_MSGID = GC_MSGID_BBP_PD
000700         T100_MSGNO = IV_MSG_NO
000710         T_APPL_LOG_MESSAGES = LT_MESSAGES.
000720
000730   ENDFUNCTION.
Thanks in advance for your help.

Hi
It seems some mandatory System configuration settings are missing.
For time-being, please Try de-activating the active customer implementations of the BADIs BBPDOC_CHANGE / BBP_DOC_CHECK_BADIs and then try again the Shop process._
Please try to look into RZ20, ST22, RZ10, and SLG1 transactions for any error logs generated.
Also, Please Check the SAP OSS Notes ->
Note 673372 - Short dumps UNCAUGHTEXCEPTION in SRM 3.0, 4.0, and 5.0_
Note 833442 Data inconsistency due to termination when you save
bbp_pd_sc_check_is_pd
"Buffer table not up to date"
Re: ITS Template not found
Re: CX_BBP_PD_ABORT error selection itens in SC
DUMP with transaction BBPSC02 :'UNCAUGHT_EXCEPTION      CX_BBP_PD_ABORT'
Re: Error while adding items to shopping cart
Note 851825 Copying a reference without ship-to address ==> error
Note 847427 Error when you copy template without ship-to address
Note 746569 CX_BBP_PD_ABORT in routine CHECK_CF_QUANTITY
Note 651994 PO with several hierarchy levels causes termination
Hope this will definitely help. Do let me know.
Regards
- Atul

Similar Messages

  • Portal Runtime error when modifying: com.sap.portal.runtime.logon.par

    Hello,
    We need some help because we get 'Portal Runtime error: iView: N/A Component Name:N/A' error when trying to access portal logon screen.
    This is what we've done:
    We've modified com.sap.portal.runtime.logon.par file and we've uploaded it but it doesn't work. Because of the error, we've overwritten this file with the original one but now it's imposible to access portal.
    The situation it seems to be like before the modification of the .par file but we get the same error and can't access portal.
    Please, do you know what could be the problem?
    Thanks in advance

    Hi Belen,
    Here are the steps you would need to take
    1. import the original par file into the NWDS and name the project as  
        com.sap.portal.runtime.logon
    2. Make sure the project name is com.sap.portal.runtime.logon
    3. use winzip/winrar to extract the com.sap.portal.runtime.logon.par file in
        a local directory
    4.Under the lib you would find two jar files copy them and paste them in your project
       under dist>PORTAL-INF>lib directory
    5.move the files cert....till umResetPass....jsp into the  PORTAL-INF directory
    6. export the par to the server in question
    7. restart your server
    This should solve your problem..
    Thanks,
    Gokul

  • Server Error when signing in iCloud on Window Surface Pro 3

    Hi,
    I encountered "Server Error" when signing in iCloud on Window Surface Pro 3. Tried re-installing and signing in with other Apple IDs but still encounter the same error.
    Can anyone help please?

    I'm getting this same exact error. How did you resolve it?

  • I keep getting an error when signing in, it wants me to start a trial, but i have purchased the product already?

    I keep getting an error when signing in, it wants me to start a trial, but i have purchased the product already?

    If you purchased a serial number, then click on "License this Product". You will be asked to sign in with your Adobe ID/password and you will be asked for a serial number, or you might click on "I have a serial number".  Once you enter the serial number, it should be properly activated as a permanent license.
    Gene

  • My PDFexport always has an error when signing in .

    my PDFexport always has an error when signing in . What can I do to troubleshoot

    Hello don muchie,
    The following article provdies some useful troubleshooting steps that can help get your iPhone to work correctly with your computer.
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    Cheers,
    Allen

  • Portal Runtime error - An exception occured : when accessing the SRM Portal

    Dear Consultants,
                                     We are logging onto the SRM Portal using url link. SAP Netweaver 7.0
    But when we are trying to access any tabs in the Navigation frame of the portal it is throwing an error.
    Error - Portal Runtime error
    An exception has occured while processing your request.
    Can you please let me know how can I find the correct reason for the error.
    regards
    Arindam

    Hi Arindam,
    Pls check Default Trace log in the NWA tool, path would be NWA --> Monitoring --> Logs and Traces --> Select Default Trace.
    Find the log messages with the Exception ID found on your Portal Runtime error. These logs would specify the exact cause of error.
    Thanks,
    Swapna Priya.

  • Recieving error when signing a document

    When signing a document, users are receiving >>Timestamp signature property generation error: Unsupported transport protocol
    Time Stamp Server is configued as Server URL:  IP Address of Time Server
    Any ideas on how to resolve this error?

    Hi,
    The problem is probably the URL for the timestamp server is an SSL address (i.e. https://) and the certificate that the OS needs to validate the SSL connection is not available. One thing to try is to copy the address for the timestamp server and paste it into a browser. This may give you the option of installing the SSL certificate.
    Steve

  • Error when signing in adobe export

    When signing in, a message pops up." An error occured whilst signing in". What could that mean? It is not possible to use the adobe  export pdf ( e.g. to excel or word)

    Hi,
    Where are you trying to sign in? On the web (https://cloud.acrobat.com/) or within Adobe Reader? Did you try to log in with the same Adobe ID elsewhere?

  • Error when connecting to SRM MDM UI

    <pre>Hello Java Experts,
    I get the following error when I try to access our SRM MDM UI for catalog config. Can anynoe suggest any hints or tips on how to resolve this issue?
    regards
    The error message is below:
    The initial exception that caused the request to fail, was:
       com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to get deployable object part info for component com.sap.mdm.srmcat.eform.ElectronicForm
        at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.getComponentDeploymentDescription(ClientComponent.java:784)
        at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:934)
        at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:177)
        at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponentInternal(ComponentUsage.java:149)
        at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponent(ComponentUsage.java:116)
        ... 58 more
    Detailed Exception Chain
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to get deployable object part info for component com.sap.mdm.srmcat.eform.ElectronicForm
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.getComponentDeploymentDescription(ClientComponent.java:784)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:934)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:177)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponentInternal(ComponentUsage.java:149)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponent(ComponentUsage.java:116)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createInstanceIfDemanded(ComponentUsage.java:728)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.getInterfaceControllerInternal(ComponentUsage.java:346)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.getControllerInternal(ComponentUsage.java:387)
         at com.sap.tc.webdynpro.progmodel.controller.Component.getMappableContext(Component.java:421)
         at com.sap.tc.webdynpro.progmodel.context.MappingInfo.getDataNode(MappingInfo.java:83)
         at com.sap.tc.webdynpro.progmodel.context.MappedNodeInfo.getDataNode(MappedNodeInfo.java:207)
         at com.sap.tc.webdynpro.progmodel.context.MappedNodeInfo.getStructureType(MappedNodeInfo.java:109)
         at com.sap.tc.webdynpro.progmodel.context.MappedNodeInfo.getStructureType(MappedNodeInfo.java:110)
         at com.sap.tc.webdynpro.progmodel.context.NodeInfo.initStructureType(NodeInfo.java:718)
         at com.sap.tc.webdynpro.progmodel.context.NodeInfo.initAfterCompletedMapping(NodeInfo.java:706)
         at com.sap.tc.webdynpro.progmodel.context.MappingInfo.initAfterCompletedMapping(MappingInfo.java:140)
         at com.sap.tc.webdynpro.progmodel.context.MappingInfo.initMapping(MappingInfo.java:133)
         at com.sap.tc.webdynpro.progmodel.context.MappingInfo.setMapping(MappingInfo.java:183)
         at com.sap.tc.webdynpro.progmodel.context.MappedNodeInfo.setMapping(MappedNodeInfo.java:130)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createReverseMappings(ComponentUsage.java:675)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponentInternal(ComponentUsage.java:168)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponent(ComponentUsage.java:116)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createInstanceIfDemanded(ComponentUsage.java:728)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.getInterfaceControllerInternal(ComponentUsage.java:346)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.getControllerInternal(ComponentUsage.java:387)
         at com.sap.tc.webdynpro.progmodel.controller.Component.getMappableContext(Component.java:421)
         at com.sap.tc.webdynpro.progmodel.context.MappedAttributeInfo.initAttributeMapping(MappedAttributeInfo.java:323)
         at com.sap.tc.webdynpro.progmodel.context.MappedAttributeInfo.getDataAttribute(MappedAttributeInfo.java:82)
         at com.sap.tc.webdynpro.progmodel.context.AttributeInfo.getDataAttributeInternal(AttributeInfo.java:157)
         at com.sap.tc.webdynpro.progmodel.context.MappedAttribute.getDataPointer(MappedAttribute.java:72)
         at com.sap.tc.webdynpro.progmodel.context.MappedAttribute.setInt(MappedAttribute.java:264)
         at com.sap.mdm.srmcat.uisearch.master.wdp.IPublicMaster$IContextElement.setUsePriorityCount(IPublicMaster.java:2106)
         at com.sap.mdm.srmcat.uisearch.master.Master.wdDoInit(Master.java:146)
         at com.sap.mdm.srmcat.uisearch.master.wdp.InternalMaster.wdDoInit(InternalMaster.java:769)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:756)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:291)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         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:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         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(AccessController.java:219)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    </pre>
    Edited by: Onyedika O. on Jul 16, 2009 9:59 PM

    Hi
    Intial Exception suggesting some of its reference component Failed to get deployable on server.... try to check the reference componenet, which is not getting deploy.
    Some times it also get resolved by restarting the server then deploy.
    Thanks

  • XSRF error when returning to SRM from external catalog

    Hello,
    We recently applied support package stack 19 to our SRM 5.0 development system, and after doing so found that some of our configured catalogs began producing an XSRF error when attempting to populate the SRM shopping cart with items from the catalog. The symptoms encountered are practically identical with those described in Note 1615697 ("Return to SRM application from Catalogs result in Dump"). This error did not occur prior to applying support packages.
    In an effort to resolve the problem, we applied the following Notes that described the same or similar symptoms:
    1551982: Cross Site Request Forgery Protection for stateless BSP
    1596088: frequent dumps in ITS services
    1607780: Update #5 to security note 1522651
    1613427: ITS Services lead to XSRF Dumps
    1615697: Return to SRM application from Catalogs result in Dump
    1619323: Frequent Dump issue in ITS
    1621525: Dump in Vendor list service
    1629031: BBP_BACKGROUND_APPROVAL service results in dump
    1632110: Quotation search help fields results in a Dump
    1634612: Frequent Dump issue in ITS in Search screens
    1650207: BBP_POC service results in XSRF dump
    1658516: Applets sheitern an XSRF-Schutz (COOKIE_NOT_FOUND)
    1675491: ITS: CALL BROWSER and termination of a session
    This did result in some of our catalogs working that previously were dumping, but we are still having issues with at least two and possibly other catalogs. These are external vendor catalogs using the OCI interface.
    The error occurs at the time of transmitting items from the catalog back into the SRM shopping cart. The catalog screen is replaced with an error screen with the messages "The URL https://<<our SRM dev system>>:/sap/bc/gui/sap/its/bbpsc03/ was not called due to an error" and "A:ITS_P:019 XSRF no sec_sesstoken". The shopping cart in the SRM system is lost after this error occurs. No short dump is recorded, but the SM21 system log records the ITS_P 019 error against tcode BBPSC03, program SAPLBBP_SC_UI_ITS.
    Most of our catalogs, internal and external, are fine after applying the Notes. Just two external vendor catalogs still exhibit this error.
    I experimented with adding a new parameter after the Return URL in the catalog configuration in SPRO with name = ~SAP_SESSTOKEN, value = `SAP_SESSTOKEN`, and type = SAP Field, based upon Note 1481392, but this did not make any change in the behavior.
    I have patched the kernel (7.00) to pl335 (pl310 is delivered with sps19).
    Anyone else having this sort of issue?
    Best regards,
    Matt

    Hi,
    What is the error/message you are getting?Please xplain in detail.
    Also see these related threads for more pointers:
    External Catalog gives HTTP 404 not found error on return
    External catalog set-up
    External Catalog integration with SAP
    Re: OCI External Catalog and Shopping Cart Mapping
    Help - Error while transferring item to shopping cart from external catalog
    BR,
    Disha.
    DO reward points for useful answers.

  • TS3297 I get a R6025 runtime error when signing in to itune

    I receive a R 6025 run time error when starting a search in I Tunes Store.
    I have downloaed the latest version of itunes.

    someone told me about a quick fix until apple addresses the issue. put a shortcut onto your desktop, right click on the shortcut and choose run as administrator. you can search away. it worked for me.

  • Icloud encountering connection error when signing in?

    My phone was stolen. I was able to get onto Icloud and change my password, etc however the next day Icloud states it is encountering a connection error while signing in. Any ideas?

    Hi,
    Where are you trying to sign in? On the web (https://cloud.acrobat.com/) or within Adobe Reader? Did you try to log in with the same Adobe ID elsewhere?

  • TS3694 0x800b0101 error when signing into itunes

    I am constantly getting the error code 0x800b0101 when trying to log on to Itunes.  I have tried to download a fix code but am also getting an error when trying to run that.  Has anyone had this problem and if so can you please provide me with a solution?????

    Gents... and Ladies.
    I was having the issue last night... I went to update some apps on my iPhone and it kept telling me my password was wrong (I knew it wasnt)... after saying "ok let me change that password" on my Apple ID it gave me the painful message "fatal internal message"
    I just checked this AM (7:00 AM EST) and I am posting this message with my @me account using the account I had issues with.
    Is everyone else ok now or still having issues.  Was going to call Apple Support from work today.
    Cheers
    Daniel

  • Stack  overflow error when connecting to SRM with integrated ITS

    When I try to connect to SRM Server through Integrated ITS, it is giving me the error "Stack overview, giSAPWP  is null or not an object. Kindly let me know how to resolve the error.

    Hi Arun,
    Are you running with Portal ?
    If yes, could you confirm the following point :
    - portal and ITS of the SRM system run under the same protocol (both under http or https, ELSE it is not possible),
    - portal and ITS of the SRM system are in the same domain
    Kind regards,
    Yann

  • BI template error when running it via Portal

    Hi
    We have recently upgraded Portal to SP18 from SP16 and all the reports were working fine. But when stack level came to SP18 we are facing a problem a bi planning report. The web template opens fine and if I select any option and perform then it is saying
    Portal Runtime Error
    An exception occurred while processing a request for:
    iView : N/A
    Component Name : N/A
    Could not find portal application com.sap.portal.dotnet.framework.
    Exception id: 05:04_date_0003_4860850
    See the details for the exception ID in the log file.
    The below is the complete details of the log file.
    #1#com.sap.security.api.UMException: This is not an error. The following stacktrace illustrates the stack of components involved in a user mapping call:
         at com.sap.security.core.umap.imp.UserMapping.traceCallerStack(UserMapping.java:1901)
         at com.sap.security.core.umap.imp.UserMapping.getInverseMappingData(UserMapping.java:574)
         at com.sap.security.core.server.jaas.EvaluateAssertionTicketLoginModule.getUserFromTicket(EvaluateAssertionTicketLoginModule.java:487)
         at com.sap.security.core.server.jaas.EvaluateAssertionTicketLoginModule.login(EvaluateAssertionTicketLoginModule.java:353)
         at com.sap.engine.services.security.login.LoginModuleLoggingWrapperImpl.login(LoginModuleLoggingWrapperImpl.java:185)
         at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:70)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:181)
         at com.sap.engine.system.SystemLoginModule.login(SystemLoginModule.java:90)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at javax.security.auth.login.LoginContext.invoke(LoginContext.java:675)
         at javax.security.auth.login.LoginContext.access$000(LoginContext.java:129)
         at javax.security.auth.login.LoginContext$4.run(LoginContext.java:610)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.login.LoginContext.invokeModule(LoginContext.java:607)
         at javax.security.auth.login.LoginContext.login(LoginContext.java:534)
         at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:71)
         at com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:254)
         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:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    #1.5 #001A4BAB5F26008100000A120000014F000467801AE729A9#1239699811674#com.sap.security.core.umap.imp.UserMappingUtils##com.sap.security.core.umap.imp.UserMappingUtils.isMasterSystemConfigured(#Guest#0##n/a##2083265028d311dec8c8001a4bab5f26#SAPEngine_Application_Thread[impl:3]_30##0#0#Debug##Java###The current ABAP master system is configured as "".#1#SAP_BW#
    #1.5 #001A4BAB5F26008100000A130000014F000467801AE72A06#1239699811674#com.sap.security.core.umap.imp.UserMappingUtils##com.sap.security.core.umap.imp.UserMappingUtils.getDefaultSystemLandscape()#Guest#0##n/a##2083265028d311dec8c8001a4bab5f26#SAPEngine_Application_Thread[impl:3]_30##0#0#Debug##Java###The current default system landscape is an instance of class "".#1#com.sapportals.portal.prt.service.usermapping.EPSystemLandscapeWrapper#
    #1.5 #001A4BAB5F26008100000A140000014F000467801AE72AC8#1239699811674#com.sap.portal.ivs.semantic.systemLandscape##com.sap.portal.ivs.semantic.systemLandscape.get alias registry entry#Guest#0##n/a##2083265028d311dec8c8001a4bab5f26#SAPEngine_Application_Thread[impl:3]_30##0#0#Debug##Java###Failed to get alias '' from the Portal Registry#1#SAP_BW#
    #1.5 #001A4BAB5F26008100000A150000014F000467801AE72B5C#1239699811674#com.sap.portal.ivs.semantic.systemLandscape##com.sap.portal.ivs.semantic.systemLandscape.getSystemId#Guest#0##n/a##2083265028d311dec8c8001a4bab5f26#SAPEngine_Application_Thread[impl:3]_30##0#0#Debug##Java###System could not be resolved dynamically, use default PCD resolution##
    #1.5 #001A4BAB5F26008100000A160000014F000467801AE72FA1#1239699811675#com.sap.security.core.umap.imp.UserMapping##com.sap.security.core.umap.imp.UserMapping.getMappedUserID(ISystemLandscapeObject, IUser, String)#Guest#0##n/a##2083265028d311dec8c8001a4bab5f26#SAPEngine_Application_Thread[impl:3]_30##0#0#Info##Java###Trying to determine user ID for ID "" and system .#4#local#remote#ANKITH#"SAP_BW"#
    #1.5 #001A4BAB5F26008100000A170000014F000467801AE73008#1239699811676#com.sap.security.core.umap.imp.UserMappingUtils##com.sap.security.core.umap.imp.UserMappingUtils.isMasterSystemConfigured(#Guest#0##n/a##2083265028d311dec8c8001a4bab5f26#SAPEngine_Application_Thread[impl:3]_30##0#0#Debug##Java###The current ABAP master system is configured as "".#1#SAP_BW#
    #1.5 #001A4BAB5F26008100000A180000014F000467801AE730EB#1239699811676#com.sap.security.core.umap.imp.UserMappingUtils##com.sap.security.core.umap.imp.UserMappingUtils.isMasterSystem(ISystemLandscapeObject)#Guest#0##n/a##2083265028d311dec8c8001a4bab5f26#SAPEngine_Application_Thread[impl:3]_30##0#0#Debug##Java###System is considered as the current ABAP master system because the system alias matches the one of the configured master system.#1#Enterprise Portal System Landscape Object:
    Retrieved by alias  : SAP_BW
    Default system alias: SAP_BW
    Wrapper type        : com.sapportals.portal.prt.service.usermapping.EPSystemObjectWrapper
    Original type       : com.sap.portal.pcm.system.System
    Unique key (GUID)   : null
    Hashcode            : 727,131,416#
    I guess experts would have already faced this kind of error. <removed_by_moderator>
    Read the "Rules of Engagement"
    Thanks.
    Edited by: Juan Reyes on Apr 14, 2009 1:56 PM

    when ever iview gets corrupted this issue comes
    we had this issue than we took .par file from other system and deployed into this system but i dont remember which one
    Samrat

Maybe you are looking for