Procurement Coordinator received Authorization Error when creating Bid Inv

Hi All,
        In SRM I have an issue Please help me in solving this. Please see below
              Procurement Coordinator received Authorization Error when creating Bid Invitation from Sourcing Cockpit.  Message states u201CMissing Transaction BBP_BID_EXTSOu201D; however Bid # is still created. User requests that Authorization issue is resolved and Bid # appear for Procurement Coordinators.  This problem does not happen for Commodity Managers

Hi
Please do the following steps.
When you are using the Internal ITS,you need not run the report W3_PUBLISH_SERVICES.(only SIAC_PUBLISH_ALL_INT )
ALso pls check the foll:
-->activate the services through SICF tcode.
> Go to SICF transaction and activate the whole tree under the node Deafult host>sap>bc>gui>sap>its.
>Also maintain the settings in SE80>utilities>settings>internet transactuon server-->test service/Publish.
Table TWPURLSVR should have entries for the / SRM server line as well as gui and web server.
Could you please review again the following steps ?
Did you check that ICM was working correctly (TA SMICM) ?
1-Activate the necessary ICF services
With transaction SICF and locate the
services by path
/sap/public/bc/its/mimes
/sap/bc/gui/sap/its/webgui
2- Publish the IAC Services
With Transaction SE80 locate from
the menu Utilities -> Settings ->
Internet Transaction Server (Tab) ->
Publish (Tab) and set “On Selected
Site” = INTERNAL.
3- Locate the Internet Services SYSTEM and WEBGUI.
Publish these services with the Context
Menu -> Publish -> Complete Service
4- Browse to http://<server>:<icmport>/sap/bc/gui/
sap/its/webgui/! and login to the
webgui.
Hope this will help.
Please reward suitable points.
Regards
- Atul

Similar Messages

  • Error when creating Bid Invitation

    Hi all,
    I am getting RABAX_STATE error when posting bid invitation shown below
    What has happened?
    The following error text was processed in the system SRM : An exception that could not be caught occurred.
    The error occurred on the application server xxxxxxxx and in the work process 1 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Function: BBP_PD_ABORT of program SAPLBBP_PDH
    Form: EXECUTE of program CL_ACTION_BID_PUB_OUTPUT_BBP==CP
    Form: PROCESS of program CL_ACTION_BASE_BBP============CP
    Form: ON_SAVE of program CL_EVENT_HANDLER_BBP==========CP
    Form: FIRE_SAVE_EVENT of program CL_EVENTS_BBP=================CP
    Form: ACTIONS_ON_SAVE of program SAPLBBP_PD
    Form: PROCDOC_SAVE of program SAPLBBP_PD
    Function: BBP_PROCDOC_SAVE of program SAPLBBP_PD
    Function: BBP_PD_BID_SAVE of program SAPLBBP_PD_BID
    Form: DOCUMENT_SAVE of program SAPLBBP_BID_INV
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system SRM in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server xxxxxxx in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 1 in transaction ST11 on the application server xxxxxxxx. In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 300 -u: STPURCHASER -l: E -s: SRM -i: XXXXXXXX -w: 1 -d: 20070305 -t: 155508 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    Please let me now what could be the reson for this.
    Regards,
    Ravi

    Hi
    Please do the following steps.
    When you are using the Internal ITS,you need not run the report W3_PUBLISH_SERVICES.(only SIAC_PUBLISH_ALL_INT )
    ALso pls check the foll:
    -->activate the services through SICF tcode.
    > Go to SICF transaction and activate the whole tree under the node Deafult host>sap>bc>gui>sap>its.
    >Also maintain the settings in SE80>utilities>settings>internet transactuon server-->test service/Publish.
    Table TWPURLSVR should have entries for the / SRM server line as well as gui and web server.
    Could you please review again the following steps ?
    Did you check that ICM was working correctly (TA SMICM) ?
    1-Activate the necessary ICF services
    With transaction SICF and locate the
    services by path
    /sap/public/bc/its/mimes
    /sap/bc/gui/sap/its/webgui
    2- Publish the IAC Services
    With Transaction SE80 locate from
    the menu Utilities -> Settings ->
    Internet Transaction Server (Tab) ->
    Publish (Tab) and set “On Selected
    Site” = INTERNAL.
    3- Locate the Internet Services SYSTEM and WEBGUI.
    Publish these services with the Context
    Menu -> Publish -> Complete Service
    4- Browse to http://<server>:<icmport>/sap/bc/gui/
    sap/its/webgui/! and login to the
    webgui.
    Hope this will help.
    Please reward suitable points.
    Regards
    - Atul

  • Error when create bid invitation (Tax code CN in procedure TAXD is invalid)

    Dear All ,
    We have issue in our PDP scenario, when creating a bid invitation from a PR (from R/3), an error occured with message" Tax code CN in procedure TAXD is invalid".
    I already raise an oss message and the reply is because the system take different company code that's not active in R/3 system. Its because TAXD procedure is assign to country DE (German) and company 0001 country is "DE".
    BE_STGE_LOC 9114
    BE_PLANT 7008
    BE_BATCH
    BE_VAL_TYPE
    BE_MOVE_REAS 0000
    BE_EXPERYDATE
    BE_PUR_GROUP
    BE_PUR_ORG
    BE_CO_CODE 0001 --> supposed the Correct company code is "8008"
    CALL FUNCTION 'FI_COMPANY_CODE_DATA'
    EXPORTING
    I_BUKRS = BUCHUNGSKREIS
    IMPORTING
    E_T001 = T001.
    We wonder how the system assign company code 0001 with plant 7008, since in R/3 Plant 7008 is assign to company code 8008.
    The company code 0001 is not active in our R/3 system.
    And also its not happen for all document , so just for several document, and not just in this plant (7008).
    The OSS reply also mention that the company chages is because this badi
    implementation ZBBP_DOC_CHANGE_BADI with object type 'BUS2121' method 'BBP_SC_CHANGE' 'Method for Changing Shopping Carts'
    ======================================================
    Assign the appropriate company code and modify the ET_ITEM table
    ls_item-be_co_code = ls_locmap-company_code.
        MODIFY et_item FROM ls_item.
    ======================================================
    But we already use this badi for several years, and we're not sure that this badi id the root cause,and until now there still no solution for this issue.
    Please kindly advise.
    Regards,
    Darwin

    Hi SG,
    In SPRO > IMG > SRM > SRM Server > Cross Application Basic Settings > Tax Calculation
    1.Determine system for tax caluclation : Choose either no tax calculation or Tax calculation occurs in back end.
    2. Enter Tax code : Mention Tax indicator as I0 and tax description Zero Tax, Check the No Tax check box and make it default based on your requirement.
    Please follow the above steps based on your requirement which will definitely resolve your issue.
    This issue comes when the tax calculation happens in the SRM system and the tax code I0 is not defined in tax procedure TAXD.
    Hope this makes you more clear. Clarifications are welcome.
    Award points for helpful answers.
    Rgds,
    Teja

  • Error when creating Delivery

    Hi experts,
         I've received an error when creating Delivery from AR Reserve Invoice :
    [Delivery - Rows - Warehouse Code][line: 0] , 'No matching records found  '' (CRD1) (ODBC -2028)'  [Message 131-183]
    Don't know what is this, but some of the transaction in Delivery from AR Reserve invoice I mean no error.
    Regards,

    HI,
    Pl. check the links of BP Master.
    Set Bill to and ship to address manually for the Business Partner and set the new address as default .
    Also check the settings of Items Default warehouse Etc.
    Hope Helpful!!!

  • Error when creating document flow for delivery

    Hi,
    I would like to post the GR for Inbound delivery. I receive an error the TO is not confirmed. I have tried to confirm the tranfer order and I receive the "error when creating document flow for delivery . In order to avoid inconsistencies the goods movement posting was cancelled." It seems like the document already exist.
    How can I do to confirm the TO and post the GR.
    Thanks
    Dede

    In Inbound delivery after GR only a TO is created and confirmed.
    So please check the PO history and see a GR is there or not .
    Once a GR is found create a TO and do the confirmation

  • Adobe Bridge CS5, error when creating contact sheet "There is insufficient disk space..."

    I am running Bridge CS5 for the first time and I receive this error when attempting to create a contact sheet. "There is insufficient disk space to complete this operation." The image files I am using are web optimized and very small. The error even occurs when attempting one small image. I have gone back to using Bridge CS4 and it works just fine. Any help?
    Thanks!

    I think I narrowed this down to having a network volume mounted with a share name of "Users".  The strange thing is even you if unmount the volume you will still have problems.  However, if you avoid mounting the volume entirely (from boot) it will be OK.
    The solution, it appears, is to rename the sharepoint to something other than "Users".  This worked for us.  I'm not sure if it matters whether the server is Windows or Mac OS.  In our case the sharepoint was an AFP volume on Mac OS.
    We had other errors related to Bridge such as "unable to create folder" and the path in the message appeared to be /Users/currentUser/.....  which made no sense at all.  However, if Bridge was internally trying to use /Volumes/Users (the mounted sharepoint), it would not only not find "currentUser", but it would not have permissions to create that folder either.
    So, another possible solution could be to grant file creation rights on the network volume "Users".  Another not-so-great idea.
    Hope that helps someone else!

  • ERROR When Create Project

    Hello,
    I receive this below error when create project 
    GeneralQueueJobFailed (26000) - CreateWssSite.CreateWssSiteMessage. Details: id='26000' name='GeneralQueueJobFailed' uid='c27f372b-2a35-e311-9420-00155d000806' JobUID='05a50b2a-2a35-e311-9420-00155d000806' ComputerName='cb123222-a0b2-4ad1-bd20-3e4809df7a4a'
    GroupType='CreateWssSite' MessageType='CreateWssSiteMessage' MessageId='1' Stage='' CorrelationUID='58b84c9c-8266-f0a7-f7a4-a41dcfc7411f'. For more details, check the ULS logs on machine
    cb123222-a0b2-4ad1-bd20-3e4809df7a4a for entries with JobUID
    05a50b2a-2a35-e311-9420-00155d000806

    Hi Khaleel,
    Do you see only this message or do you also see something like below:
    CreateWssSiteContent: Creating project site failed! Project Uid=8e180c10-5433-4424-a236-54ea989872fa, site URL=http://PROJECT.test.com/PWA/AAAtest1000, site name=AAAtest1000. Microsoft.SharePoint.SPException: The site template requires that the Feature {e8389ec7-70fd-4179-a1c4-6fcb4342d7a0}
    be installed in the farm or site collection. at Microsoft.SharePoint.Utilities.SPUtility.ThrowSPExceptionWithTraceTag(UInt32 tagId, ULSCat traceCategory, String ......
    So, if you see the above message, its a feature that is missing. How many servers do you have in the farm? Do you have a separate project application service server?
    In that case you will have to copy the feature under "14\TEMPLATE\FEATURES" features folder from WFE to application server also. This is because when creating a project workspace, PSI will refer to this feature on application
    server and since it is not present in application server, it fails creating the site.
    Happy troubleshooting.....
    Vikram Daruru - MSFT

  • XMP Metadata Error when creating PDF/A-1b

    Hello,
    I just started using Adobe Acrobat X for Mac to create PDF/A-1b documents from scanned TIFs.  I created a script in the Action Wizard to 1) Combine Files into a Single PDF; 2)Downsample image resolution to 150 ppi (bitmaps to 300 ppi); 3) Recognize Text;4) Pause to find all suspects and make corrections to incorrect OCR; 5) Convertto PDF/A-1b (sRGB); and 6) Verify compliance with PDF/A-1b.
    When I use the Action Wizard to to execute the script above I receive an error message stating "Metadata does not conform to XMP."  However, when I execute each of the actions manually I do not receive the XMP metadata error.  It takes a long time to execute each action manually, so I am hoping there is some way to make this full script work in the Action Wizard.
    I have an open case with Adobe regarding this issue, but so far no solutions.

    I do not receive an error when the "Verify compliance with PDF/A-1b" action is removed from the script.  Does this action have to be performed separately to avoid the XMP metadata error?

  • Error when creating files for transport request SAPK-700BGINPLMWUI

    Hello experts,
    We're upgrading our 46c System to ERP 6.0 EHP4.
    In Phase  EHP_INCLUSION we get the following error Message: Disassembling package queue failed, rc = "2", reason = "Error when creating files for transport request SAPK-700BGINPLMWUI"
    We've already checked the SAINT version; Upgrade Fix, SAPCAR version. We've checked our TMS as well and everything seems  O.K.
    Any help would be really appreciated!!!
    Complete Error message:
    EhP component PLMWUI, 700                                                                               
    Looking for SAINT package for 'PLMWUI' ...                                                                               
    R3upReadNewPackages:                                                                               
    patchType='U', langVect='DEC'                                                                               
    RFC Login to: System="X05", Nr="00", GwHost="sxt ", GwService="sapgw00"                                                 
    RFC Login succeeded                                                                               
    Calling function module "spda_read_new_packages" by RFC                                                                     
      ismovesVersion='0'                                                                               
    R3upReadNewPackages: exit: rc=0                                                                               
    ... No matching package found.                                                                               
    R3upReadNewPackages:                                                                               
    patchType='I', langVect='DEC'                                                                               
    RFC Login to: System="X05", Nr="00", GwHost="sxt ", GwService="sapgw00"                                                 
    RFC Login succeeded                                                                               
    Calling function module "spda_read_new_packages" by RFC                                                                     
      ismovesVersion='0'                                                                               
    R3upReadNewPackages: exit: rc=0                                                                               
    Found: name = 'PLMWUI', release = '700', package = 'SAPK-700BGINPLMWUI', type = 'AOI'                                  
    ... Matching package found: 'PLMWUI','700','SAPK-700BGINPLMWUI'                                                             
    (trc) R3upPatchDisassembleQueue: 1 package queue entries                                                                    
    (trc) R3upPatchDisassembleQueue: force=YES                                                                               
    (trc) R3upPatchDisassembleQueue: 1 packages will be disassembled                                                            
    Starting disassembling package queue                                                                               
    Date & Time: 20100319133139                                                                               
    Starting RFC Login to: System = "X05", GwHost = "sxt ", GwService = "sapgw00"                                           
    RFC Login to: System="X05", Nr="00", GwHost="sxt ", GwService="sapgw00"                                                 
    RFC Login succeeded                                                                               
    Calling function module "SPDA_DISASSEMBLE_QUEUE" by RFC                                                                     
    Input table IT_PATQ:                                                                               
    "SAPK-700BGINPLMWUI","000","AOI","PLMWUI","700","SAP PLM Web UI","00"                                                       
    Call of function module "SPDA_DISASSEMBLE_QUEUE" by RFC succeeded                                                           
    Logging off from SAP system                                                                               
    Date & Time: 20100319133139                                                                               
    Disassembling package queue failed, rc = "2", reason = "Error when creating files for transport request SAPK-700BGINPLMWUI"

    Hello Anthes,
    Please Check the things in following sequence :
    1.Use latest SAPehpi, R3trans and tp versions.
    2. users/group authorization issue and/or ownersip limitations (set 777) .Reboot the server to make sure, that the authorisations are updated and there is no lock on a file in the EHPI dir.Repeat the phase.
    Folders where permissions should be 777 are Upgrade directory, Data Directory, Cofile directory and .../EPS/in.
    3. Source file corruption can be ruled out by execution
    R3trans -l /usr/sap/<SID>/..../abap/data/R-700BGINPLMWUI.SAP (The data file corresponding to the Package which is giving error). Check if this ends fine.
    Note 2050
    4. Confirm that your transport tool is 'healthy' by testing it in STMS. In SPAM in client 000 use the function Disassemble package and enter the package <Package name>.
    5. Try to update the kernel if it not helps.
    Best Regards
    Niraj

  • Error when creating service node. [rc:special_service_error]

    Hi,
        I have updated or created Inbound Service Interface in PI ISR, but when i acitivate the SI in SPROXY, the following message raised:""Error when creating service node. [rc:special_service_error] Method: ServiceCreate; return code: 3  Exception of class CX_SRT_WSP_ICF",
       anyone can solve this issue,thanks?
    Gongtao

    Please check with your SAP Security Team if you have complete authorization/roles to generate proxies.
    See related issue on this link: Inbound Proxy Error - JDBC to PROXY Scenario
    Regards,
    Jenny

  • Error when creating VLO1N: u201Corder blocked for delivery as a result of credi

    Error when creating VLO1N: u201Corder blocked for delivery as a result of credit checku201D.
    Observations @ FD33:
    Credit limit     :     3,50,000.00
    Receivables     :     1,53,903.94
    Credit exposure:     1,55,185.17
    Current sales order value:
    Net: 43127.74
    Tax: 7331.72
    Total sales order value : 50,459.46
    Sales order created on :  18/8/09
    Horizon                      :  2/9/09
    Risk Category                :  HRR (High Risk Re-check)
    ====================
    Need to know:
    Tax amount is also included in the credit check?
    Is the total sales order value: 50,459.46 is included in the Credit exposure value?
    If it is not included then the total will go beyond the Credit limit value. Fine the block is ok.
    If it is included in the Credit exposure, then the total amount will be 3,09,089.1. Which is less than 3,50,000. So credit check should not happen.
    But it is blocked and the error is through as u201Corder blocked for delivery as a result of credit checku201D.
    Please let me know the reason & what other checks I have to look on.
    So that I can provide the reason for this action.
    Thanks in advanceu2026

    Hi,
    Generally total value of the sales order is considered for the Credit management.
    Now if you want tax should not be included for the credit management.
    Then you have to make small changes in pricing procedure.
    Go to V/08 and select your pricing procedure and go to control data.
    Check out the setting where your grand total is happening.
    In the subtotal column you will find out A has been put up.
    This A trigger the credit exposure of the credit management.
    So if you want that tax should not be included then, check out where your total net value has been calculated before tax.
    Over there put the A in the sub total column and remove it from the previous setting.
    Save this setting now check whether the credit is happening including the tax or not.
    Regards
    Raj.

  • Error when creating cache list

    Hi,
    We have installed SAP PI 7.1 on AIX 5.3.
    When we check Data cache Overview (RWB-- Administration) we are getting an error "Error when creating cache list"
    Also
    While trying to  Test Cache Connectivity Test under RWB--->Component Monitoring,
    we are facing the below issue "Cache notification from Integration Directory failed: Error when notifying cache receiver Unable to notify integration runtime (Java) of data changes
    For input string: "ngsvawrk211.uk.corporg.net" Attempt to fetch cache data from Integration Directory not yet started or still in process".
    Please help me to resovle this issue.
    Thanks
    Deepu

    HI,
    Is this problem solved ?
    Plz let me know if you have find any solution for this.
    Thanks & Regards,
    Mahesh

  • Error when creating index with parallel option on very large table

    I am getting a
    "7:15:52 AM ORA-00600: internal error code, arguments: [kxfqupp_bad_cvl], [7940], [6], [0], [], [], [], []"
    error when creating an index with parallel option. Which is strange because this has not been a problem until now. We just hit 60 million rows in a 45 column table, and I wonder if we've hit a bug.
    Version 10.2.0.4
    O/S Linux
    As a test I removed the parallel option and several of the indexes were created with no problem, but many still threw the same error... Strange. Do I need a patch update of some kind?

    This is most certainly a bug.
    From metalink it looks like bug 4695511 - fixed in 10.2.0.4.1

  • Vehicle Scheduling Error:Error when creating transport structures in live C

    HI Gurus,
    We have one background job defined for Vehicle scheduling, which shows completed successfully but in log it says that :
    : Error when creating transport structures in liveCache and Not possible to schedule shipment in the planning horizon.
    My planning horizon is for 90 days from current date and demand horizon is for 30 days.
    I have checked the VS profile and i dont find any problem with profile.
    Can you please help me in finding what exaclty went wrong
    Thanks,
    AMol

    Try This..
    1. Open the crystal client on your local machine and import that particular report.
    2. Do Database -> Verify Database. Then refresh the report on your PC and make sure that it returns data as expected.
    3. Export it back to repository and try scheduling it again. You can verify through CMC for Crystal Reports under " Database Configuration" property to make sure it points to the right ODBC.
    Let us know.

  • Error when creating a folder ,iviews in the portal

    Dear sap gurus ,
    I m facing a error when  creating a   Folder or an iview in my portal i'm using EP 7.0 sp11 ,The error is :
    Portal Runtime Error
    An exception occurred while processing a request for :
    <b>iView : pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.defaultFolderWizard
    Component Name : com.sap.portal.admin.defaultwizards.DefaultFolderWizard
    SQLException is not transient, error code = 1654, sql state = 72000 Batch rolled back. Caused by java.sql.BatchUpdateException: ORA-01654: unable to extend index SAPSR3DB.SYS_C004057 by 128 in tablespace PSAPSR3DB at oracle.jdbc.driver.DatabaseError.throwBatchUpdateException(DatabaseError.java:343) at oracle.jdbc.driver.OraclePreparedStatement.executeBatch(OraclePreparedStatement.java:10698) at com.sap.sql.jdbc.basic.BasicPreparedStatement.executeBatch(BasicPreparedStatement.java:263) at com.sap.sql.jdbc.oracle.Oracle10gPreparedStatement.executeBatch(Oracle10gPreparedStatement.java:100) at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeBatch(DirectPreparedStatement.java:1129) at com.sap.sql.jdbc.common.CommonPreparedStatement.executeBatch(CommonPreparedStatement.java:991) at com.sap.engine.services.dbpool.wrappers.StatementWrapper.executeBatch(StatementWrapper.java:270) at com.sapportals.portal.pcd.pl.AttributeHeadersTable.insert(AttributeHeadersTable.java:259) at com.sapportals.portal.pcd.pl.PlObject.save(PlObject.java:518) at com.sapportals.portal.pcd.pl.PlContext.createSubcontext(PlContext.java:544) at com.sapportals.portal.pcd.gl.xfs.XfsContext.createChildOnPersistence(XfsContext.java:1374) at com.sapportals.portal.pcd.gl.xfs.XfsContext.createChildAndNotify(XfsContext.java:1128) at com.sapportals.portal.pcd.gl.xfs.XfsContext.createChild(XfsContext.java:1087) at com.sapportals.portal.pcd.gl.xfs.XfsContext.createSubcontext(XfsContext.java:843) at com.sapportals.portal.pcd.gl.xfs.BasicContext.createBasicSubcontext(BasicContext.java:190) at com.sapportals.portal.pcd.gl.PcdPersContext.createSubcontext(PcdPersContext.java:191) at com.sapportals.portal.pcd.gl.PcdFilterContext.filterCreateSubcontext(PcdFilterContext.java:254) at com.sapportals.portal.pcd.gl.PcdProxyContext.createSubcontext(PcdProxyContext.java:147) at com.sapportals.portal.pcd.gl.PcdGlContext.createSubcontext(PcdGlContext.java:440) at com.sapportals.portal.pcd.gl.PcdProxyContext.createSubcontext(PcdProxyContext.java:624) at com.sapportals.portal.pcd.gl.PcdProxyContext.createSubcontext(PcdProxyContext.java:619) at com.sap.portal.admin.wizard.folderwizardpanes.SavePane.doAfterSubmit(SavePane.java:59) at com.sapportals.admin.wizardframework.core.WizardInstance.doPost(WizardInstance.java:356) at com.sapportals.admin.wizardframework.core.WizardInstance.doWizard(WizardInstance.java:174) at com.sapportals.admin.wizardframework.core.WizardInstance.doWizard(WizardInstance.java:99) at com.sapportals.admin.wizardframework.AbstractDynamicWizard.doContent(AbstractDynamicWizard.java:98) at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209) at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114) at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189) at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215) at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645) at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189) at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753) at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240) at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522) at java.security.AccessController.doPrivileged(Native Method) at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170) .
    Exception id: 10:50_23/11/07_0005_16892850
    See the details for the exception ID in the log file</b>
    Thanks and Regards,
    sathya

    Hi Sathya
    The following line in your log tells you what is wrong:
    ORA-01654: unable to extend index SAPSR3DB.SYS_C004057 by 128 in tablespace PSAPSR3DB
    This is a configuration that you or the dba people need to do. The first thing I would check is if autoextend is on/off on your tablespace PSAPSR3DB. If it's 'off' you either need to put it to 'on' or manually extend the size of your tablespace depending on how much harddrvive space you have to play with. Here is a more detailed solution on how to do it:
    Oracle Error : ORA-01654: unable to extend index string.string by string in tablespace string
    Cause: Failed to allocate an extent of the required number of blocks for an index segment in the tablespace indicated.
    Action: Use ALTER TABLESPACE ADD DATAFILE statement to add one or more files to the tablespace indicated.
    Br
    Göran

Maybe you are looking for

  • How to connect apple tv with ios 8

    i am using iPhone 5S, recently update my IOS 7 to IOS 8. In IOS 7, was AirPlay option which is not visible in IOS 8. Please let me know how i can connect my Iphone 5S with Apple TV using IOS 8.

  • Want to modify the partner in the fast entry tab of the trnx : crmd_order

    there r 4 partners in the fast entry tab. such as sold to party, ship to parth, service business partner and execution partner. in this i want to modify the execution partner with new value replacing the old one. i tried using crmd_order_maintain, bu

  • Having problem in getting JaveEE tutorial example source

    I have tried to follow the link below to get example source, unfortunately it doesnt work, can someone show me how to get or send it to my email. http://docs.oracle.com/javaee/6/tutorial/doc/gexaj.html#giqtt Thanks~

  • Need Text data table for GBSTA field(ref VBUP table)

    Hi frns, Can anyone suggest me the table to extract text data for the field GBSTA . Cheers, Shana

  • Tip when building C++ client using MFC

    Hi, If you've ever tried to build coherence when MFC is enabled (and probably AFX), you will have encountered clashes with various Oracle and Microsoft #defines. It results in a stream of nonsense from the compiler. I've managed to track down the off