Error while execution in background

Hi all
when iam using file download function , it is working fine in foreground but giving
error dump while executing in background
plz reply , its urgent

Hi Check this link it will solves ur problem...
http://www.sap-img.com/ab004.htm
<b>i am pasting the same information below......</b>
GUI_* WS_* Function In Background, CSV Upload
GUI_* and WS_* function modules do not work in background
When scheduling a job in the background the appropriate statement to read in your file is OPEN DATASET, and the file must be on the file system that the SAP server can see.
At anytime, a user can switch of the Personal Computers even though the job is still running in the background.  Therefore GUI_* and WS_* function modules are not designed to work in that way, as they need to access your personal computer  file.
To choose the correct download method to used, you can check the value of SY-BATCH in your code,
if it is 'X' use OPEN DATASET and if it is ' ' use WS_UPLOAD.
*-- Open dataset for reading
DATA:
  dsn(20) VALUE '/usr/test.dat',
  rec(80).
OPEN DATASET dsn FOR INPUT IN TEXT MODE.
IF sy-subrc = 0.
  DO.
    READ DATASET dsn INTO rec.
    IF sy-subrc <> 0.
      EXIT.
    ELSE.
      WRITE / rec.
    ENDIF.
  ENDDO.
ENDIF.
CLOSE DATASET dsn.
*-- Open dataset for writing
DATA rec(80).
OPEN DATASET dsn FOR OUTPUT IN TEXT MODE.
  TRANSFER rec TO '/usr/test.dat'.
CLOSE DATASET dsn.
What is the difference when we use upload, ws_upload, gui_upload function modules?
UPLOAD, WS_UPLOAD, GUI_UPLOAD, are used in BDC concepts.  ie., Batch Data Communication.
Batch Data Conversion is a concept where user can transfer the Data from non SAP to SAP R/3.  So , in these various Function Modules are used.
UPLOAD---  upload a file to the presentation server (PC)
WS_UPLOAD----    Load Files from the Presentation Server to Internal ABAP Tables.
WS means Work Station.
This is used upto SAP 4.6 version.
GUI_UPLOAD-------    Replaces WS_UPLOAD. Upoad file from presentation server to the app server.  From 4.7 SAP version it is replaced.
How to Upload csv file to SAP?
Common File Download Upload Questions:
How  you upload the data from text file to sap internal table?  From my knowledge its by upload or gui_upload. 
How you download the data from sap internal table to text file?
How  you upload the data from xls (excel) file to sap internal table how you download the data from sap internal table to xls(excel) file.
You can upload data from presentation server to an internal table using gui_upload. Use gui_download to download from internal table to flat file.
Use fm ALSM_EXCEL_TO_INTERNAL_TABLE to upload data frm excel.
Use function module GUI_UPLOAD
The FILETYPE refer to the type of file format you need: For e.g 'WK1' - Excel format , 'ASC' - Text Format etc.
CALL FUNCTION 'GUI_UPLOAD'
  EXPORTING
    FILENAME                      = 'C:\test.csv'
   FILETYPE                      = 'ASC'
  TABLES
    DATA_TAB                      = itab
EXCEPTIONS
   FILE_OPEN_ERROR               = 1
   FILE_READ_ERROR               = 2
   NO_BATCH                      = 3
   GUI_REFUSE_FILETRANSFER       = 4
   INVALID_TYPE                  = 5
   NO_AUTHORITY                  = 6
   UNKNOWN_ERROR                 = 7
   BAD_DATA_FORMAT               = 8
   HEADER_NOT_ALLOWED            = 9
   SEPARATOR_NOT_ALLOWED         = 10
   HEADER_TOO_LONG               = 11
   UNKNOWN_DP_ERROR              = 12
   ACCESS_DENIED                 = 13
   DP_OUT_OF_MEMORY              = 14
   DISK_FULL                     = 15
   DP_TIMEOUT                    = 16
   OTHERS                        = 17.
Ramesh

Similar Messages

  • Error while execution of Background step

    HI all,
    I have created a smart form attachment step.The step to be executed in Background.
    According step is set syncronous  with background execution.
    However i am getting folllowing error-
    The information displayed is -Execution will continue in backgroun with Status-Error
    Error details are as follows-
    Message Text         Error handling for work item 000000389208
    Exception            630
    Error Type           0
    Area                 SWF_RUN
    Message              630
    Variable 1           000000389208
    Please guide to resolve issue.

    Hi Sanjay,
      As Rick Suggested check the log, if still problem persists & if possible try making the step to dialog execution and check?
    Regards,
    Narin.

  • F.28 error while executing in background

    Hi All,
    F.28 -Reset Credit Limit, while executing in Background it is showing an error message Internal Error with Background job Scheduling. can any one helpme in this case what is that internal error.
    Regards
    Harsha

    Hi
    Credit Control Basics
    There are only three places where a credit check can occuru2014the sales order, the delivery,
    and at goods issue.
    The system executes the credit check on the sales order or delivery based on the
    configuration settings. If the credit check fails, the system then either stops the user from
    saving the document, or it allows the document to be saved but it blocks the document with
    a credit block.
    Documents blocked for credit must be released by an authorized person before they can
    be processed further. For example, a delivery for an order cannot be created if the order has
    a credit block on it.
    You can view documents blocked for credit by selecting Logistics | Sales and
    Distribution | Credit Management | Sales and Distribution Documents | All (transaction
    code VKM3). You can also use this transaction to release a blocked document.
    Once a document is released, you can continue processing it even though the credit
    limit check failed.
    Every time a user changes a sales document, the credit limit check is executed again.
    For example, if a document was released with a value of $10,000, and the value is changed to
    $11,000 and the customer is still over his limit, the document will be blocked for credit again.
    This is because the new value exceeds the released value.
    You can use program RVKRED08 to recheck all documents blocked for credit. For example,
    if a customer pays his account, you want to recheck all his documents. Some documents can
    now be released because of the payment received. It is a good idea to schedule a background
    job using this program so that blocked documents are checked on a regular basis. This will
    keep the blocked documents up to date with any changes to the account or to sales documents,
    such as a payment being made. If a large sales order that was holding up the credit limit is
    cancelled, other blocked documents can use the value that is freed up by the cancellation.
    Regards from Pakistan

  • Error while execution of BPEL processes in IPM Solution

    Hi All,
    I am working on the IPM Imaging solution in which Invoice data is captured from OFR in XML format , pushed into IPM and then BPEL process is invoked to push the data into apps tables.
    I am facing following error while invoking a procedure which is in apps schema from BPEL by giving it parameters.
    actually this procedure/function will accept the payloads as parameters and will give some output parameters, but while processing i am getting following error :
    Non Recoverable System Fault :
    Exception occurred when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'PreImportCleanup' failed due to: Parse struct conversion error. An error occurred while parsing XML representing a Java struct. Unable to convert the XSD element P_INVOICE_REC whose user defined
    type is AXF.AXF_PREIMPORT_CUSTOM_PKG_R_IN to a Java struct.
    Cause: java.sql.SQLSyntaxErrorException: ORA-04044: procedure, function, package, or type is not allowed here ".
    The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution.
    Any suggestion to get over this issue will be so helpful !
    Thanks & Regards,
    Nupur

    Hi Nupur,
    We had requirement for automating invoice processing, came to know we need to use ODC/ODDC,OFR,OIPM 11g and SOA 11g with EBS.
    My questions are:
    1. do we need OFR for this.
    2. if so how to configure OFR with OIPM
    3. do we need to use imaging solution in OIPM for invoice processing and not managed attaachements
    4. whts the flow is it frm EBS to OIPM or OIPM to EBS(populate invoice) or viceversa
    5. can we do invoice processing automated without AXF solution.
    Thanks a lot in Advance,
    Ra.

  • Error while execution report in background

    Hi,
    I am uploading the data from excel file using ALSM_EXCEL_TO_INTERNAL_TABLE function module in one of the report. If I execute the report in background its giving a error message 'Error during import of clipboard contents'.
    Please help me out what should be the problem.
    <REMOVED BY MODERATOR>
    Thanks,
    Vinay.
    Edited by: Alvaro Tejada Galindo on Feb 21, 2008 11:20 AM

    When a program is executed in background, the programs runs in the application server and so connection exists with the PC.
    And the FM ALSM_EXCEL_TO_INTERNAL_TABLE reads the file from PC. Since the connection is already lost when the program is run in background, the program will not work and might give a short dump.
    So you might have to upload the file into application server and then use OPEN DATASET, READ DATASET commands to read data from the application server file.
    <REMOVED BY MODERATOR>
    Thanks,
    Balaji
    Edited by: Alvaro Tejada Galindo on Feb 21, 2008 11:21 AM

  • Error while running in background for inherintance

    Hi All,
    i am inherinting the customised class from the standard class
    CLASS zcl_history DEFINITION INHERITING FROM cl_gui_alv_grid FINAL.
    But while running in the background it is showing fatal error .

    Because there is no GUI to communicate while your program is running in background.
    Regards,
    Naimesh Patel

  • Error while execution

    Hi,
    I am using Oracle 10G DB.
    I am having one .sql file to do some Insert-Select , Update, and delete of the same table.... and i gave the commit after execution of that file .
    It worked fine in our development database but when i execute the same in testing DB it thrown its completed successfully and when it comes to Commit "ORA- 03114 : not connected to oracle " and rollback all the new record insertion /updation and deletion ....
    I have tried with commit after Insert-SELECT, Update and delete that time also when it comes to that commit its throwing the error ....
    Same code is working fine in our development DB.....
    Can any one help me to solve this .....................

    Hi,
    The count value is coming properly with out commit ... if i ad the commit it is throwing the error ....
    any suggestion from any body
    My code is looking like
    Accept the dblink :
    create or replace procedure proc1
    is
    begin
    delete from table a
    delete from table b
    insert into table a select .... from table_a@dblink;
    insert into table b select .... from table_a@dblink;
    exception
    end;
    begin
    proc1;
    end;
    commit;
    If i comment this commit then i got procedure successfully completed .... if the commit it there then its end of communication chanel error is coming .....
    I have tried with select count(*) from tablea after the execution its printing correctly .....
    This code working fine with some server with commit and its throwing error in some servers ... no idea where is the problem is ...
    any suggestion for me ....
    Edited by: KBG on Mar 10, 2009 5:19 AM

  • In OOPS ALV docking container gives error while execute in Background.

    When i try to use Docking container to execute OOPS ALV in background the jobs still fails with Switch framework error.
    Kindly let me know your inputs to resolve the same.
    Thank you !!

    Hello Nalini,
    Yes, it is possible to schedule background.
    data: or_doc  type ref to cl_gui_docking_container .
    if cl_gui_alv_grid=>offline( ) is initial.
        create object or_custom_container
               exporting container_name = cust_container.
      create object or_grid
             exporting i_parent = or_custom_container.
    else .
    create object or_grid
             exporting i_parent = or_doc .
    endif .
    Regards,
    Vadamalai A.
    Message was edited by: Matthew Billingham

  • BDC Error while executing in background

    Hello,
    I am run a BDC to upload Assessable value in J1ID transaction. When I am running the program in background it gives "Runtime error SAPSQL_ARRAY_INSERT_DUPREC has occurred" But when I am running the same in foreground mode it is running perfectly. Since the data volume is huge I cannot run the program in foreground. can anyone guide me how to correct the program to prevent background errors.
    Thanks,
    Anil N.

    Hi, ref SAP NOTE 668466
    When you load attributes or texts, data records are usually inserted in the master data tables of the characteristic using an array insert statement (P, Q, X, Y, T tables). This results in a SAPSQL_ARRAY_INSERT_DUPREC runtime error if data records that are to be inserted and that relate to the unique primary key of the relevant database table already exist in this table. The following possible reasons are currently known for the occurrence of the SAPSQL_ARRAY_INSERT_DUPREC runtime error:
    1. Data inconsistencies in the master data tables of the characteristic
    SAPSQL_ARRAY_INSERT_DUPREC runtime errors or RSDMD 199 may occur if the data appears in an inconsistent status in the master data tables of the characteristic before you load attributes or texts. Notes 323140, 566044, 592757 and 599269 describe this (among other things) in more detail.
    2. Parallel loading of nondisjunct data packages
    If master data attributes are loaded over several dialog processes that are running in parallel, you must guarantee that the data packages of the relevant request are strictly disjunct concerning the characteristic value. This means that all data records that belong to a certain characteristic value may only be contained in a single data package. If data records of a certain characteristic value are distributed over several data packages, this may cause conflicts during the parallel loading of these packages when the master data tables are accessed and this may result in SAPSQL_ARRAY_INSERT_DUPREC runtime errors.
    The same conditions that apply to loading attributes also apply to loading language-independent master data texts. If language-dependent texts are loaded in parallel, the data packages must be disjunct in relation to the combination of characteristic value and language indicator.
    Note 566044 also describes the problematic nature of nondisjunct data packages or duplicate or overlapping data records.
    3. Parallel loading of time-dependent attributes or texts
    When you load time-dependent attributes or texts, a data record that is to be loaded is assigned to a characteristic value and also specifically to a time interval within which the contained attribute values or texts are valid. For this reason, requests for loading time-dependent attributes or texts typically contain several data records for each characteristic value. If data records of a certain characteristic value or the combination of characteristic value and language indicator are distributed over several data packages, this may (as already explained) cause conflicts when the master data tables are accessed and may result in SAPSQL_ARRAY_INSERT_DUPREC runtime errors or error message RSDMD 199.

  • Error during execution in background: No Test Package Selected

    We have created a test package and tried to run both in foreground (Goto -> Automatic Test -> Execute) and background (Goto -> Automatic Test -> Execute in background). We are pretty confident that the test case included in the package works well.
    Foreground run is successful. However, when we try to run using background mode, we get the error "No Test Package Selected." What could be the possible issue for this?

    Unsigned applets are not allowed to access the file system...
    http://java.sun.com/developer/technicalArticles/Security/Signed/

  • Webdynpro Program Error while Execution

    Hi Experts,
    Iam new to Webdypro Programing. The Pb is While Executing Web Dyn Pro Program the Broswer gets open, after authentication i am getting error.
    Error is due to : The termination type was: RABAX_STATE
    And second time Execute Same program, in this time directly going to error , not even asking  authentication aslo....
    this is error display when broswer open .
    Error Message
    The URL http://ecc6:8001/sap/bc/webdynpro/sap/zinfy_dynpro_bok was not called due to an error.
    Note
    The following error text was processed in the system I01 : Die URL enthält keine vollständige Domainangabe (ecc6 statt ecc6.<domain>.<ext>).
    The error occurred on the application server ecc6_I01_01 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: CHECK of program CX_FQDN=======================CP
    Method: STARTUP_CHECKS of program CL_WDR_UCF====================CP
    Method: CONSTRUCTOR of program CL_WDR_UCF====================CP
    Method: CREATE of program CL_WDR_UCF====================CP
    Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    Error code: ICF-IE-http -c: 800 -u: ABAP -l: E -s: IDS -i: hufinsar_IDS_00 -w: 0 -d: 20090707 -t: 132441 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION

    Hi Just put a breakpoint at WRITE src to dest+off(len) index i statement and check what values are getting populated.
    This errror arises when you try to access offset length more than what is actually there .
    Jus debug and see . If unable to solve reply with the values populated

  • Query gives  ASSIGN_TYPE_CONFLICT error while execution.

    Hi,
    I am using BEX 3.5 and I get the following error when I excecute a query built on a virtual provider.
    Runtime Errors         ASSIGN_TYPE_CONFLICT
    Date and Time          04.02.2009 07:26:14
    Short text
         Type conflict with ASSIGN in program "GP46IJU3DHHM7BMOVYK5C25VPU9".
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "GP46IJU3DHHM7BMOVYK5C25VPU9" had to be terminated
          because it has
         come across a statement that unfortunately cannot be executed.
    Error analysis
        You attempted to assign a field to a typed field symbol,
        but the field does not have the required type.
    Information on where terminated
        Termination occurred in the ABAP program "GP46IJU3DHHM7BMOVYK5C25VPU9" - in
         "EXECUTE".
        The main program was "SAPMSSY1 ".
        In the source code you have the termination point in line 345
        of the (Include) program "GP46IJU3DHHM7BMOVYK5C25VPU9".
    Line  SourceCde
      315     currrule-tranid  = '0AUBIMFV5RTEC7OMK4S551BJENDOPH2N'.
      316     currrule-progid  = '46IJU3DHHM7BMOVYK5C25VPU9'.
      317     currrule-version = '0'.
      318
      319     call method cl_rstran_runtime_exe=>get_suppressed_rules
      320       EXPORTING
      321         i_tranid             = currrule-tranid
      322         i_r_data             = e_r_outbound
      323       IMPORTING
      324         e_s_suppressed_rules = lssupp.
      325
      326 *   set attributs
      327     p_check_master_data_exist = i_master_data_exist.
      328     p_r_request               = i_r_request.
      329
      330
      331 * ==== Debugging ====
      332 * Breakpoint after start routine
      333     if i_r_trfn_cmd is bound.
      334       READ TABLE i_r_trfn_cmd->n_th_bp
      335            TRANSPORTING NO FIELDS
      336            WITH TABLE KEY bpid    = 3
      337                           datapid = i_r_inbound->n_datapakid.
      338       IF sy-subrc = 0.
      339         BREAK-POINT.                                       "#EC NOBREAK
      340       ENDIF.
      341     endif.
    342
    343 * ==== 2. process data package
    344     i_r_log->add_substep( 'RULES' ).
    >>>>     LOOP AT <_yt_SC_1> assigning <_ys_SC_1>.
    346
    347       CLEAR:
    348         G1,
    349         ltmsg_rec,
    350         ltmsg.
    351       currrule-record = l_recno_SC_1 = <_ys_SC_1>-record.
    352       TRY.
    353           CALL METHOD i_r_log->verify_record
    354             EXPORTING
    355               i_segid         = 0001
    356               i_record        = <_ys_SC_1>-record
    357             RECEIVING
    358               r_skip          = _skip
    359             EXCEPTIONS
    360               TOO_MANY_ERRORS = 1
    361               NOT_IN_CROSSTAB = 2
    362               others          = 3.
    363           IF sy-subrc <> 0.
    364             CALL FUNCTION 'RS_SYMESSAGE_TO_EXCEPTION'
    Please can someone help me with this?

    Hi Anil,
    I am facing same Runtime error in ST22.
    Can you help me out with solution.
    Thanks n Regards.
    Chetna

  • Time Out Error while execution of messages

    Hello All,
    Our Env. is XI 3.0 , and this is related to PRD system,
    This problem is relating to an Outbound service. This particular message gets executed in some times and in some cases it throws Time out Exception .
    This is the following log which is from Audit log of that message :
    Audit Log for Message: 2949b051-ae64-11dc-87b9-001560ad9210
    Status     Description
    Success     RFC adapter received sRFC for Z_UCRM_FM029_RFC_INT_SERASA from CP1/130. Attempting to send message synchronously
    Success     Application attempting to send an XI message synchronously using connection AFW.
    Success     Trying to put the message into the call queue.
    Success     Message successfully put into the queue.
    Success     The message was successfully retrieved from the call queue.
    Success     The message status set to DLNG.
    Error     Returning synchronous error notification to calling application: com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 500 : Timeout.
    Error     Transmitting the message using connection http://xp0ci01:8080/sap/xi/engine?type=entry failed, due to: com.sap.aii.af.ra.ms.api.DeliveryException: Received HTTP response code 500 : Timeout.
    Error     The message status set to FAIL.
    Error     Returning to application. Exception: com.sap.aii.af.ra.ms.api.DeliveryException: Received HTTP response code 500 : Timeout
    Here CP1/130 is the CRM system which is sender in this case , and XP0 is xi production system.
    Can any one help me out to fix this issue, and if any parameter value need to be adjusted...?
    Best Regards
    Rakesh Reddy

    Hello All,
    Thanks for the update,
    I have checked the mentioned Blog and the oss notes mentioned in it..
    I have compared all the parameters specified in it , and which seems to be fine as per recomended.
    HTTP_TIMEOUT   -30000
    syncMessageDeliveryTimeoutMsec --300000
    xiadapter.inbound.timeout.default -180000
    Few points which I am having doubt :
    1>
    When I login to SMICM of that system , I can find the error content in most areas and no clue about it..
    [Thr 1077967200] Wed Dec 26 17:29:19 2007
    [Thr 1077967200] *** WARNING => IcmReadFromConn: AppServer context already released [icxxthrio_mt 2452]
    [Thr 1077967200] *** ERROR => IcmHandleNetRead(id=7/22059): IcmReadFromConn failed (rc = -1) [icxxthrio_mt 1257]
    [Thr 1077967200] *** ERROR => IcmConnRollInWP: AppServer context already released [icxxthr_mt.c 2339]
    2>
    And when checked in trace file of dev_server0 , i can see some error messages relating to rfc logon load(SMLG) , but I have checked in SMLG and load balancing is defined over there and the status is also green.
    Now one small doubt is , any way this error is relating to the existing problem ..
    [Thr 1093638496] Thu Dec 27 12:09:18 2007
    [Thr 1093638496] *** ERROR => JRFC> Error jrfc_lg LgGroup failed(-6) [jrfc_mt.c    707]
    [Thr 1093638496] *** ERROR =>       mshost: ashb01wa06pr, msserv: sapmsXP0, r_group: PUBLIC [jrfc_mt.c    708]
    3>Is my only few outbound services messages getting failed showing the reason as "Timeout error 500 " due to inconsistency in SMICM .(as outbound services uses ICM services to connect external part)..
    4>And the reason for failing only some messages is due to heavy load( at same time many messages are getting executed)  ?
    Can any one help me to fix this issue ...
    Best Regards
    Rakesh Reddy

  • Interactive Adobe Forms error while execution....

    Hi,
    <b>I am working on Adobe Forms & developed one application "Online Interactive Form" . After deploying when i try to Run the Appln i am getting following error..</b>
    com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Severe : PDFDocument is NULL. Exception : Service call exception; nested exception is: java.lang.Exception: Incorrect content-type found text/html
    atcom.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:385)
    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:1117)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.afterApplicationModification(ClientComponent.java:887)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRespond(WindowPhaseModel.java:573)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:152)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:330)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:297)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:706)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:660)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:228)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:56)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:40)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
               atcom.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)
    <b>I searched on SDN & come to know few points that may be it is bcoz of SP Level difference between WAS & ADS..But not getting any way for how to check this.??
    My senior told me that they are at same SP Level..if this is the case what is the other possible reason for getting this error...??</b>
    Waiting for reply !
    Thanks in advance !
    Smita.

    The password for the ADSUser is probably not correctly configured. Check the following:
    1. Login to the visual admin
    2. Go to <server node> -> Services -> Web Services Security
    3. At the runtime tab select Web Service Clients -> sap.com - > tcwdpdfobject
    4. Select com.sap.tc.webdynpro.adsprox.AdsProxy*ConfigPort_Document
    5. At the Transport Security tab check the basic authentication, user should be ADSUSER and you can reenter the password with the correct password. Save the configuration.
    6. Navigate to Services -> Deploy
    7. At the bottom select the application radiobutton
    8. Select sap.com/tcwdpdfobject and stop the application  (right hand side of the screen)
    9. when it is stopped, start it again
    10. test the web service again as described above
    You can use <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/06717aea-0c01-0010-b28f-e6494458788f">this guide</a> to configure ads.
    Regards,
    Christophe

  • Error while execution mappings

    Hi All,
    When I try to execute, I am getting the following error.
    Steps:
    1. Created a schema for staging area
    2. Importing data to staging area, default table space is users. all these tables are truncate and insert. Data is loading successfully.
    3. Created a target schema. Here tables uses rep as tables space for indexes.
    4. When I tried to load data, I am getting the following error.
    ORA-01652: unable to extend temp segment by 32 in tablespace TEMP
    can anybody solve the issue.
    Regards,

    Generally this error occurs when you are loading huge data ...
    If you are doing so ask your dba to extend the temp segment..
    or
    If your map contains joiners
    check join conditions ----cross joins(cartesian products) also leads to this error

Maybe you are looking for

  • SAVE defaults in Photoshop CS4 not working.

    I shoot in RAW format and use Lightroom 3 to open all new photos. When I first do a SAVE it saves it with the Byte Order as IBM PC though I work on a MAC and want MAC. If it's a layered file it defaults to the TIFF options as ZIP (I want LZW) and IBM

  • Corrupt ? : Java and ABAP Trial Version on Linux - VMware Edition

    Has anyone been successfull in downloading / running the brand new testdrive "Netweaver 7.0 - Java and ABAP Trial Version on Linux - VMware Edition" ? I tried downloading it twice, but it appears the second file (part2.rar) is corrupt. unpacking give

  • Cursor selection

    My cursor automatically but sporadically clicks/selects whatever image it is left on. I do have the "ignore accidential input" box checked. What to do? This also seems to have happened since my latest software, firmware, intel upgrades.

  • Varchar to datetime conversion

    I have a column which has 05MAY2006:04:34:00.000000 it is stored as varchar(25). I need to save it as datetime in the same column. I have tried using  update tablename set columnname = (SUBSTRING(columnname,1,2) + '-' + SUBSTRING(columnname,3,3) + '-

  • Problem with hotmail calendar display

    Problems with hotmail calendar display.