Extraction from 0HR_PY_1 error??????? pls respond immediately

i would need to extract data for payroll data from data source 0HR_PY_1 to BW based on the period of time say for example 01.2007 to 12.2007, the infopackage in Production is in full load i would need to initalise it to Delta. for this, i can first run full load for the period 01.2007 to 12.2007 then go for init of delta without data transfer and delta will be intialized and then select the radio button delta and go for delta extractions. this is what i need to do now.
for this i have extracted data from 0HR_PY_1 from R/3 to BW in full load, but in after extracting more than one crore records were extracted with a failure(red color status), it says that data is not extracted from correct client which seems to be wrong because only one client is maintained for R/3 Production and in RSA3 i could see no record for that data source, i wonder how those many records were extracted from ????.
and i also see the error saying "No assignment of payroll data to BW month". it is giving this error while extracting for the year 2007 but for the year 2006,2005 full load is done and it has not thrown such error.
do you think Assignment of payroll data to BW is compulsory, because i could see no assignment in R/3, if that is not done then how could 2006, 2005 years of data been extracted and when they are extracted i am not sure when and how they were extracted.

Hi,
Take a look on the notes:  585682,590957
With rgds,
Anil Kumar Sharma .P

Similar Messages

  • DYNPRO_SEND_IN_BACKGROUND pls respond immediately

    Hi,
    I am gettting DYNPRO_SEND_IN_BACKGROUND short dump.
    Creating order for material thru online and RFC(Z function module) is used to connect to SAP and create.
    How to check from which point of the program the dump is coming in the RFC?
    Can I see this problem in debug mode?
    Thanks.

    Pls find the dump below....
    ABAP runtime errors    DYNPRO_SEND_IN_BACKGROUND
           Occurred on     05/01/2007 at 15:20:29
    >> Short dump has not been completely stored. It is too big.
    Screen output without connection to user.
    What happened?
    The current ABAP/4 program "SAPMSSY0 " had to be terminated because
    one of the statements could not be executed.
    This is probably due to an error in the ABAP/4 program.
    What can you do?
    Note the actions and input that caused the error.
    Inform your SAP system administrator.
    You can print out this message by choosing "Print". Transaction ST22
    allows you to display and manage termination messages, including keeping
    them beyond their normal deletion date.
    Error analysis
    During background processing, the system attempted to send a
    screen to a user.
    Current screen: "SAPMSSY0 " 0120.
    How to correct the error
    If the error occurred in one of your own programs or in an SAP program
    that you modified, try to correct it yourself.
    If the error occurred in a non-modified SAP program, you may be
    able to find a solution in the SAP note system.
    If you have access to the note system yourself, use the following
    search criteria:
    "DYNPRO_SEND_IN_BACKGROUND"
    "SAPMSSY0 " or " "
    "%_CTL_OUTPUT"
    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.
    System environment
    SAP Release.............. "46C"
    Application server....... "voyager"
    Network address.......... "130.29.148.43"
    Operating system......... "HP-UX"
    Release.................. "B.11.23"
    Hardware type............ "9000/800"
    Database server.......... "voyager"
    Database type............ "ORACLE"
    Database name............ "CP0"
    Database owner........... "SAPR3"
    Character set............ "en_US.iso88591"
    SAP kernel............... "46D"
    Created on............... "Jul 18 2005 20:43:50"
    Created in............... "HP-UX B.11.00 U 9000/800"
    Database version......... "OCI_805_64__OCI_7_API "
    Patch level.............. "2090"
    Patch text............... " "
    Supported environment....
    Database................. "ORACLE 8.0.5.., ORACLE 8.0.6.., ORACLE
    8.1.6.., ORACLE 8.1.7.., ORACLE 9.2.0.."
    SAP database version..... "46D"
    Operating system......... "HP-UX B.10, HP-UX B.11, , System build information:,
    , LCHN : 766946"
    User, transaction...
    Client.............. 100
    User................ "ZECOMMERCEUS"
    Language key........ "E"
    Transaction......... " "
    Program............. "SAPMSSY0 "
    Screen.............. "SAPMSSY0 0120"
    Screen line......... 0
    Information on where termination occurred
    The termination occurred in the ABAP/4 program "SAPMSSY0 " in
    "%_CTL_OUTPUT".
    The main program was "SAPMSSY1 ".
    The termination occurred in line 37
    of the source code of program " " (when calling the editor 370).
    Source code extract
    000070   *
    000080
    000090   TABLES rsjobinfo.                      "for SUBMIT .. VIA JOB ..
    000100
    000110   INCLUDE    %_PREDEFINED.
    000200
    000210   DATA: %_repid     TYPE syst-repid   %_PREDEFINED,
    000220         %_viaselscr TYPE x VALUE '04' %_PREDEFINED.
    000230
    000240   SYSTEM-EXIT.
    000250   PERFORM (sy-xform) IN PROGRAM (sy-xprog).
    000260
    000270   * Nach Laden des Dynpros
    000280   MODULE %_ctl_init OUTPUT.
    000290     %_repid = sy-repid.
    000300     PERFORM %_ctl_init IN PROGRAM sapmssyd USING %_repid IF FOUND.
    000310   ENDMODULE.
    000320
    000330   * Um DCO
    000340   MODULE %_ctl_output OUTPUT.
    000350     %_repid = sy-repid.
    000360     PERFORM %_ctl_output IN PROGRAM sapmssyd USING %_repid IF FOUND.
      ENDMODULE.
    000380
    000390   * Um DCI
    000400   MODULE %_ctl_input INPUT.
    000410     %_repid = sy-repid.
    000420     PERFORM %_ctl_input IN PROGRAM sapmssyd USING %_repid IF FOUND.
    000430   ENDMODULE.
    000440
    000450   * Erstes Modul in PAI
    000460   MODULE %_ctl_pai INPUT.
    000470     %_repid = sy-repid.
    000480     PERFORM %_ctl_pai IN PROGRAM sapmssyd USING %_repid IF FOUND.
    000490   ENDMODULE.
    000500
    000510   * Dynpro Ende
    000520   MODULE %_ctl_end INPUT.
    000530     %_repid = sy-repid.
    000540     PERFORM %_ctl_end IN PROGRAM sapmssyd USING %_repid IF FOUND.
    000550   ENDMODULE.
    000560
    Contents of system fields
    SY field contents..................... SY field contents.....................
    SY-SUBRC 0                             SY-INDEX 1
    SY-TABIX 3                             SY-DBCNT 1
    SY-FDPOS 0                             SY-LSIND 0
    SY-PAGNO 1                             SY-LINNO 6
    SY-COLNO 1
    Chosen variables
    Name.......................... Contents.1........2........3....+....4
    SY-XPROG                       SAPLATP2
                                   5454455322222222222222222222222222222222
                                   310C140200000000000000000000000000000000
    SY-XFORM                       CONVERSION_EXIT
                                   444545544454545222222222222222
                                   3FE65239FEF5894000000000000000
    SY                             ########################################
                                   0000000000000000000000000000000000000000
                                   0001000100030000000000000000000000000000
    ... +  40                      #######################################ÿ
                                   000000000000000000000008000000000000000F
                                   000100000001000000060004000000000000000F
    ... +  80                      ########################################
                                   0000000000000000000000000000000000000000
                                   0000000000000000000300000000000000000000
    ... + 120                      #######################################B
                                   00000000
                                   0000000
    %_PRINT                            000
                                   2222333222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  40
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  80                                0 ########
                                   2222222222320000000022222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 120
                                   22222222
                                   0000000
    %_?NOT_ASSIGNED?
                                   2222
                                   0000
    %_REPID                        SAPMSSY0
                                   5454555322222222222222222222222222222222
                                   310D339000000000000000000000000000000000
    Active calls / events
    No.... Type........ Name..........................
           Programm
           Include                                  Line
         1 MODULE (PBO) %_CTL_OUTPUT
           SAPMSSY0
                                               37
         2 FUNCTION     COPO_POPUP_TO_DISPLAY_TEXTLIST
           SAPLCOPO
           LCOPOU01                                    25
         3 FORM         HP_ERRORS_CHECK
           SAPMV45A
           ZIHRT001                                   536
         4 FORM         USEREXIT_SAVE_DOCUMENT_PREPARE
           SAPMV45A
           MV45AFZZ                                   445
         5 FORM         BELEG_SICHERN
           SAPMV45A
           ZZIFOHRT003                                 20
         6 FUNCTION     SD_SALES_DOCUMENT_SAVE
           SAPLV45A
           LV45AU03                                    76
         7 FUNCTION     SD_ORDER_CREATE
           SAPLV45J
           LV45JU01                                   250
         8 FUNCTION     SD_ORDER_CREATE_WWW
           SAPLV46W
           LV46WU01                                   160
         9 FUNCTION     BAPI_SALESDOCU_CREATEFROMDATA
           SAPL2032
           L2032U07                                    94
        10 FUNCTION     Z_ECOM_CREATE_SALESORDER
           SAPLZWWW
           LZWWWU07                                   221
        11 FORM         Z_ECOM_CREATE_SALESORDER
           SAPLZWWW
           LZWWWV07                                   116
        12 FORM         REMOTE_FUNCTION_CALL
           SAPMSSY1
           SAPMSSY1                                    69
        13 MODULE (PBO) %_RFC_START
           SAPMSSY1
           SAPMSSY1                                    31
    Internal notes
    The termination occurred in the function "dynpex00" of the SAP
    Basis System, specifically in line 1337 of the module
    "//bas/46D/src/krn/dynp/dymain.c#27".
    The internal operation just processed is "ENDM".
    The internal session was started at 20070501152028.
    Active calls in SAP kernel
    ( 0)  0x4000000000bcbefc   CTrcStack2 + 0x1fc  dw.sapCP0_DVEBMGS00
    ( 1)  0x4000000000bcc020   CTrcStack + 0x18  dw.sapCP0_DVEBMGS00
    ( 2)  0x4000000000d7c258   rabax_CStackSave + 0xe8  dw.sapCP0_DVEBMGS00
    ( 3)  0x4000000000d84eac   ab_rabax + 0x7e4  dw.sapCP0_DVEBMGS00
    ( 4)  0x400000000080f3e0   dypex00 + 0x508  dw.sapCP0_DVEBMGS00
    ( 5)  0x400000000080e414   dynpout0 + 0x11c  dw.sapCP0_DVEBMGS00
    ( 6)  0x4000000000883248   dynprctl + 0x160  dw.sapCP0_DVEBMGS00
    ( 7)  0x4000000000899ebc   dynpen00 + 0x45c  dw.sapCP0_DVEBMGS00
    ( 8)  0x4000000000869aec   Thdynpen00 + 0x1bc  dw.sapCP0_DVEBMGS00
    ( 9)  0x400000000092ddcc   TskhLoop + 0x3694  dw.sapCP0_DVEBMGS00
    (10)  0x4000000000a5e210   tskhstart + 0x198  dw.sapCP0_DVEBMGS00
    (11)  0x40000000008b8e30   DpMain + 0x368  dw.sapCP0_DVEBMGS00
    (12)  0x40000000006440ec   main + 0x14  dw.sapCP0_DVEBMGS00
    (13)  0xc00000000000a158   $START$ + 0xa0  /usr/lib/pa20_64/dld.sl
    List of ABAP programs affected
    Type
    Program
    Gen. date  time
    LoadSize
    Prg
    SAPMSSY1
    01/04/2000 19:06:59
    20480
    Prg
    SAPLSYST
    05/25/2002 08:06:09
    38912
    Prg
    SAPLZWWW
    03/17/2007 10:26:40
    267264
    Typ
    BAPISDHEAD
    08/16/2000 13:16:51
    10240
    Typ
    BAPICCARD
    11/29/1999 17:37:40
    3072
    Typ
    BAPICUBLB
    11/10/1999 17:37:30
    1024
    Typ
    BAPICUINS
    12/09/1999 18:51:23
    3072
    Typ
    BAPICUPRT
    10/14/1999 21:54:07
    2048
    Typ
    BAPICUCFG
    02/14/2000 14:06:17
    3072
    Typ
    BAPICUVAL
    12/09/1999 18:51:23
    2048
    Typ
    BAPIITEMIN
    05/25/2002 08:06:40
    11264
    Typ
    BAPIITEMEX
    05/26/2002 21:03:15
    8192
    Typ
    BAPIPARTNR
    05/26/2002 21:03:16
    5120
    Typ
    BAPISDTEXT
    11/30/1998 22:05:51
    2048
    Typ
    MVKE
    05/25/2002 08:07:40
    9216
    Prg
    SAPL2032
    05/13/2006 09:22:24
    548864
    Prg
    SAPLDLOG
    01/04/2000 19:06:44
    7168
    Typ
    TVAK
    05/25/2002 08:32:12
    13312
    Prg
    SAPLV46B
    01/13/2007 13:09:29
    67584
    Typ
    TPAR
    08/27/1994 21:59:27
    2048
    Prg
    SAPLV46W
    01/13/2007 13:09:29
    98304
    Prg
    SAPLCUXC
    01/13/2007 13:09:29
    232448
    Prg
    SAPLV45J
    01/13/2007 13:09:29
    133120
    Prg
    SAPLV45A
    02/24/2007 10:28:26
    920576
    Prg
    SAPMV45A
    03/17/2007 10:26:40
    2098176
    Prg
    SAPLSEU1
    02/12/2005 05:10:32
    282624
    Prg
    CL_CTMENU_LOAD_TEXTS==========
    02/12/2005 05:10:55
    169984
    Typ
    D345T
    07/29/1998 18:19:12
    2048
    Typ
    D346T
    07/29/1998 18:19:13
    2048
    Prg
    CL_CTMENU_LOAD================
    01/04/2000 19:06:00
    94208
    Prg
    SAPLV09A
    02/13/2005 05:29:08
    500736
    Prg
    SAPLFRC4
    02/04/2006 07:52:55
    126976
    Prg
    SAPLJ1AZ
    02/12/2005 07:45:07
    29696
    Prg
    SAPLV61B
    02/24/2007 10:28:26
    450560
    Prg
    SAPLIPW1
    02/04/2006 07:52:55
    585728
    Prg
    SAPLIE01
    02/12/2005 07:47:26
    286720
    Prg
    SAPLITO1
    02/12/2005 07:09:27
    89088
    Prg
    SAPLITOBS
    02/12/2005 07:02:21
    130048
    Prg
    SAPLITOBBUFEQ
    02/12/2005 07:06:52
    163840
    Prg
    SAPLITOBBUFFL
    02/12/2005 07:09:27
    112640
    Prg
    SAPLITOBBUFIL
    02/12/2005 07:02:21
    43008
    Prg
    SAPLV61A
    02/24/2007 10:28:26
    902144
    Prg
    SAPLV05E
    02/04/2006 07:52:55
    411648
    Prg
    SAPLVADR
    02/12/2005 07:46:07
    69632
    Prg
    SAPLV09B
    02/13/2005 05:29:08
    183296
    Prg
    SAPLV09C
    02/13/2005 05:29:08
    444416
    Prg
    SAPLV09D
    02/13/2005 05:29:08
    169984
    Prg
    SAPLV09E
    02/13/2005 05:29:08
    41984
    Prg
    SAPLSLG0
    02/12/2005 04:57:41
    117760
    Prg
    SAPLSBAL_SERVICE
    02/12/2005 05:19:04
    135168
    Typ
    BALOBJ
    08/13/1997 13:16:25
    1024
    Typ
    BALSUB
    08/13/1997 13:16:26
    1024
    Typ
    BAL_S_LFIL
    02/24/1999 03:05:04
    12288
    Prg
    SAPLSBAL
    02/12/2005 05:19:04
    272384
    Prg
    SAPLSZA0
    04/23/2005 04:01:25
    2200576
    Prg
    SAPLAIEV
    05/15/2002 17:25:04
    14336
    Prg
    CL_OS_TRANSACTION_END_NOTIFIER
    02/12/2005 05:14:30
    8192
    Typ
    TSAD3T
    02/14/1998 17:01:10
    2048
    Typ
    ADCNTRYQU
    05/25/2002 08:05:29
    1024
    Prg
    SAPLSZA13
    05/15/2002 17:33:08
    12288
    Prg
    SAPLV45T
    02/04/2006 07:52:55
    141312
    Typ
    STXDRNAME
    05/25/2002 08:20:31
    2048
    Prg
    SAPLSTXD
    02/12/2005 05:18:33
    410624
    Prg
    SAPCNVE
    01/04/2000 19:06:37
    7168
    Prg
    SAPLLANG
    01/04/2000 19:06:49
    9216
    Prg
    SAPLV70T
    02/04/2006 07:52:55
    211968
    Prg
    SAPFV45E
    02/24/2007 10:28:26
    756736
    Prg
    SAPFV45P
    02/24/2007 10:28:26
    1394688
    Prg
    SAPFV45S
    02/24/2007 10:28:26
    799744
    Prg
    SAPLV45CU
    01/13/2007 13:09:29
    61440
    Prg
    SAPLCUINIT
    05/27/2002 11:34:50
    7168
    Prg
    SAPLCUEV
    05/27/2002 11:34:50
    11264
    Prg
    SAPLBSVA
    02/12/2005 05:42:59
    274432
    Prg
    SAPLBSVX
    02/13/2005 05:29:51
    99328
    Prg
    SAPLCO61
    01/13/2007 13:09:29
    422912
    Prg
    SAPLCKKA
    01/13/2007 13:09:29
    93184
    Prg
    SAPLCK10
    01/13/2007 13:09:29
    742400
    Prg
    CL_COSTING_PERSISTENCE========
    01/13/2007 13:09:26
    160768
    Typ
    CKIKEKOKEY
    11/30/1993 13:25:34
    2048
    Typ
    CKF_PM_COSTING_OBJECT_LINE
    11/29/1999 17:38:34
    2048
    Typ
    CKKEKOKEY
    02/24/1999 03:07:01
    2048
    Prg
    SAPLCK_ECP_EXITS
    01/13/2007 13:09:29
    67584
    Typ
    KINX
    05/25/2002 08:11:37
    1024
    Prg
    SAPLCK2U
    01/13/2007 13:09:31
    376832
    Prg
    SAPLKKCP
    02/12/2005 06:35:44
    52224
    Prg
    SAPLCK00
    01/13/2007 13:09:29
    379904
    Prg
    SAPLCKDI
    01/13/2007 13:09:29
    1000448
    Prg
    SAPLCKKVMK
    11/10/1998 07:16:33
    11264
    Prg
    SAPLCK36
    01/13/2007 13:09:29
    153600
    Prg
    SAPFV45V
    02/24/2007 10:28:26
    794624
    Prg
    SAPLV45L
    02/28/2007 00:00:53
    433152
    Prg
    SAPLV51P
    01/13/2007 13:09:29
    887808
    Typ
    HEADER51
    02/08/2003 02:38:52
    4096
    Prg
    SAPLV45W
    01/13/2007 13:09:29
    235520
    Prg
    SAPLVFRF
    01/13/2007 13:09:29
    76800
    Typ
    FPLT
    03/17/1999 13:43:44
    7168
    Prg
    SAPLV45I
    01/13/2007 13:09:29
    514048
    Prg
    SAPLVKMP
    01/13/2007 13:09:30
    485376
    Prg
    SAPLCRDM
    02/12/2005 07:37:00
    102400
    Prg
    SAPFV45K
    02/24/2007 10:28:26
    648192
    Prg
    SAPLASTAT_TRIG
    02/12/2005 05:00:41
    12288
    Prg
    SAPLVS01
    06/12/2004 17:01:09
    182272
    Typ
    TVKO
    05/06/1998 02:22:47
    4096
    Prg
    SAPLSCAL
    02/12/2005 05:15:05
    26624
    Typ
    CVERS
    04/26/1999 17:21:32
    2048
    Typ
    KNVP
    08/22/1995 12:24:17
    3072
    Prg
    SAPLNDAC
    10/14/1999 23:32:54
    7168
    Prg
    SAPLBUOP
    06/17/2006 17:03:18
    73728
    Prg
    SAPLITSR
    02/12/2005 05:42:29
    88064
    Typ
    TPS01
    02/20/1998 09:19:57
    2048
    Typ
    TPS31
    09/03/1997 03:01:33
    1024
    Prg
    CONTEXT_X_SP_INFO
    05/25/2002 18:07:09
    35840
    Typ
    TPS32
    09/03/1997 03:28:18
    2048
    Typ
    TPS34
    09/03/1997 03:28:18
    2048
    Prg
    SAPLNDIA
    11/08/2003 14:44:32
    7168
    Prg
    SAPLV45K
    01/13/2007 13:09:29
    114688
    Typ
    TBE01
    08/28/1997 08:32:41
    1024
    Typ
    TBE31
    09/03/1997 03:01:11
    1024
    Typ
    TBE32
    09/03/1997 03:27:20
    2048
    Typ
    TBE34
    09/03/1997 03:27:24
    2048
    Typ
    VBAKKOZ
    04/04/1995 16:28:13
    1024
    Typ
    ADRSTATUS
    01/29/1997 19:04:23
    1024
    Typ
    ADRC
    05/25/2002 08:00:08
    11264
    Typ
    ADRCT
    08/28/1997 08:35:27
    2048
    Typ
    ADRG
    07/03/1996 22:44:47
    1024
    Prg
    SAPLSZAD
    06/12/2004 17:01:09
    61440
    Prg
    SAPLSADR
    04/23/2005 04:02:48
    207872
    Typ
    T005
    05/25/2002 08:29:07
    7168
    Typ
    T001
    05/25/2002 08:28:59
    9216
    Prg
    SAPLV07DCORE
    02/08/2003 05:35:56
    20480
    Typ
    TVTA
    09/03/1997 03:28:25
    3072
    Typ
    TVKOV
    03/30/1998 10:08:08
    2048
    Typ
    TVKOS
    05/27/1992 18:18:00
    2048
    Typ
    TVKOT
    02/14/1998 14:49:14
    2048
    Typ
    TVTW
    05/27/1992 18:19:33
    1024
    Typ
    TVTWT
    02/14/1998 14:57:37
    2048
    Typ
    TSPA
    06/10/1992 12:18:00
    1024
    Typ
    TSPAT
    02/14/1998 14:28:17
    2048
    Typ
    TVSB
    03/08/1992 18:33:20
    1024
    Typ
    TVAKT
    02/14/1998 14:38:43
    2048
    Typ
    TVAKZ
    07/22/1996 17:22:20
    2048
    Prg
    SAPFV45C
    03/17/2007 10:26:17
    628736
    Prg
    SAPLSBDC
    05/15/2002 17:30:50
    66560
    Typ
    T180
    02/20/1998 09:17:43
    2048
    Prg
    SAPLV86E
    05/13/2006 09:22:25
    344064
    Prg
    SAPLVFSP
    05/13/2006 09:22:25
    262144
    Prg
    SAPLV01Z
    01/13/2007 13:09:29
    207872
    Prg
    SAPLCLFM
    02/12/2005 07:46:55
    697344
    Prg
    SAPLCUOB
    02/12/2005 07:47:11
    34816
    Prg
    SAPLCLSE
    02/12/2005 06:58:31
    181248
    Prg
    SAPLCTMS
    02/12/2005 07:47:09
    957440
    Prg
    SAPLCTCV
    02/12/2005 07:47:09
    195584
    Prg
    SAPLCTCF
    02/08/2003 04:58:13
    24576
    Prg
    SAPLV01P
    01/13/2007 13:09:29
    168960
    Prg
    SAPLV21F
    01/13/2007 13:09:29
    149504
    Typ
    T176
    06/09/1992 19:10:22
    1024
    Prg
    SAPLMGF2
    01/04/2000 19:06:50
    21504
    Prg
    SAPLSDEX
    01/04/2000 19:06:52
    20480
    Typ
    DD07L
    05/07/1997 13:31:32
    2048
    Typ
    VBPAKOM
    02/12/2005 06:37:19
    6144
    Prg
    CONTEXT_X_SD_PARTNER_CONTEXT
    02/13/2005 05:29:05
    134144
    Prg
    SAPLV08D
    02/12/2005 07:09:59
    20480
    Typ
    KNA1
    05/25/2002 08:11:39
    16384
    Typ
    VBPAVB
    05/25/2002 08:24:47
    6144
    Typ
    TPAKD
    10/26/1994 17:32:29
    1024
    Typ
    ASTAT_TYP2
    11/10/1998 05:35:18
    1024
    Typ
    ASTAT_TYP1
    11/30/1998 15:54:16
    1024
    Typ
    TPAER
    05/25/2002 08:23:58
    2048
    Typ
    TVPG
    08/28/1997 09:10:35
    1024
    Prg
    SAPLSZA8
    02/12/2005 05:18:51
    74752
    Typ
    TSAD3
    07/16/1997 14:46:19
    2048
    Typ
    VBADR
    02/12/2005 06:37:14
    5120
    Typ
    KNVV
    11/30/1999 10:18:28
    9216
    Prg
    SAPLWY14
    02/12/2005 07:10:19
    26624
    Typ
    KNVK
    05/25/2002 08:11:42
    10240
    Typ
    ADRP
    04/14/1998 11:18:32
    6144
    Typ
    ADRGP
    07/03/1996 22:44:47
    1024
    Typ
    ADCP
    04/23/1998 14:45:51
    5120
    Typ
    ADR2
    01/25/1999 13:08:51
    3072
    Typ
    ADRT
    02/14/1998 05:38:23
    2048
    Prg
    SAPLV02H
    02/12/2005 07:49:02
    141312
    Typ
    KNVH
    04/04/1995 17:06:51
    3072
    Typ
    THIT
    08/27/1994 21:58:41
    1024
    Prg
    SAPLSMOD
    02/12/2005 05:11:06
    252928
    Typ
    TFDIR
    07/29/1998 19:49:08
    2048
    Prg
    SAPLV45F
    05/13/2006 09:22:25
    26624
    Typ
    TVUVF
    08/20/1998 11:31:14
    2048
    Prg
    SAPLV04A
    01/04/2000 19:06:55
    10240
    Typ
    TPAUM
    02/14/1998 14:03:47
    2048
    Typ
    VBPA
    05/25/2002 08:24:46
    4096
    Typ
    KUAGV
    05/25/2002 08:11:54
    9216
    Typ
    KUPAV
    05/25/2002 08:11:54
    7168
    Prg
    SAPLSUNI
    02/12/2005 05:10:18
    141312
    Prg
    SAPLSUSM
    06/12/2004 17:01:18
    35840
    Typ
    USR21
    03/10/1999 18:32:06
    2048
    Prg
    SAPLSUGS
    01/04/2000 19:06:54
    15360
    Prg
    SAPLSUG2
    01/04/2000 19:06:54
    38912
    Typ
    SVERS
    07/30/1992 18:39:23
    1024
    Typ
    UVERS
    07/16/1997 14:46:33
    3072
    Typ
    V_ADDR_USR
    05/25/2002 12:40:15
    15360
    Typ
    TSADCORR
    02/12/2005 04:57:41
    1024
    Typ
    T005T
    04/23/2005 04:01:16
    2048
    Prg
    CL_EXITHANDLER================
    02/12/2005 05:10:57
    13312
    Prg
    CL_ABAP_TYPEDESCR=============
    01/04/2000 19:06:00
    17408
    Prg
    CL_ABAP_ELEMDESCR=============
    01/04/2000 19:06:00
    13312
    Prg
    CL_ABAP_DATADESCR=============
    01/04/2000 19:06:00
    11264
    Prg
    CL_ABAP_REFDESCR==============
    01/04/2000 19:06:00
    14336
    Prg
    CL_ABAP_STRUCTDESCR===========
    01/04/2000 19:06:00
    16384
    Prg
    CL_ABAP_COMPLEXDESCR==========
    01/04/2000 19:06:00
    11264
    Prg
    CL_ABAP_TABLEDESCR============
    01/04/2000 19:06:00
    16384
    Prg
    CL_ABAP_CLASSDESCR============
    01/04/2000 19:06:00
    23552
    Prg
    CL_ABAP_OBJECTDESCR===========
    01/04/2000 19:06:00
    28672
    Prg
    CL_ABAP_INTFDESCR=============
    01/04/2000 19:06:00
    21504
    Prg
    IF_EX_ADDR_PRINTFORM_SHORT====
    04/23/2005 04:01:19
    7168
    Typ
    SXS_INTER
    11/30/1998 15:55:16
    1024
    Prg
    SAPLSEXV
    02/12/2005 05:04:49
    154624
    Prg
    SAPLSXCH
    02/12/2005 05:15:27
    80896
    Typ
    V_EXT_ACT
    10/14/1999 22:16:55
    2048
    Prg
    CL_EX_ADDR_PRINTFORM_SHORT====
    04/23/2005 04:01:18
    15360
    Prg
    CL_EXIT_MASTER================
    05/25/2002 08:19:36
    10240
    Typ
    V_EXT_IMP
    10/14/1999 22:16:55
    2048
    Typ
    KUWEV
    05/25/2002 08:11:54
    11264
    Typ
    KURGV
    05/25/2002 08:11:54
    7168
    Typ
    TCSPF
    03/01/1999 13:49:57
    2048
    Typ
    T683V
    02/24/1999 03:31:49
    2048
    Typ
    KNVA
    07/10/1993 03:46:26
    5120
    Prg
    SAPLV52E
    05/13/2006 09:22:25
    525312
    Typ
    KNEX
    04/15/1998 00:23:05
    4096
    Prg
    SAPLSYGU
    05/15/2002 17:17:41
    26624
    Prg
    SAPLRKSRCORE
    05/27/2002 01:07:53
    41984
    Prg
    SAPLFACSCORE
    05/25/2002 12:35:04
    12288
    Typ
    TKA02
    07/10/1993 03:23:03
    1024
    Typ
    TKA01
    04/12/1999 16:16:35
    6144
    Typ
    TCURO
    04/12/1999 16:16:26
    1024
    Prg
    SAPLFCUE1
    04/21/1999 19:18:41
    16384
    Typ
    TCURE
    05/04/1999 11:55:27
    2048
    Typ
    TTXOB
    08/27/1999 17:40:40
    2048
    Typ
    RVTXOBJ
    08/13/1997 12:53:30
    1024
    Typ
    TTXID
    08/27/1999 17:40:33
    2048
    Typ
    TTXER
    06/09/1992 19:26:49
    2048
    Prg
    SAPLV01A
    05/25/2002 12:14:32
    36864
    Typ
    SDPROTTYP
    07/10/1997 00:36:13
    1024
    Typ
    SDCTRLFLAG
    04/04/1996 12:58:57
    1024
    Typ
    TTXVR
    05/25/2002 08:24:11
    3072
    Typ
    STXH
    05/25/2002 10:46:15
    4096
    Prg
    SAPLMCS1
    01/13/2007 13:09:29
    562176
    Typ
    TVSFK
    10/28/1997 17:31:29
    2048
    Typ
    T683C
    04/23/1996 20:18:10
    2048
    Typ
    T691U
    08/13/1997 13:52:14
    2048
    Typ
    VBKD
    05/25/2002 08:45:43
    11264
    Prg
    SAPLSCUR
    05/15/2002 17:10:13
    57344
    Prg
    SAPLSCUN
    02/12/2005 05:14:57
    59392
    Prg
    /1BCDWBEN/SAPLVEN0000
    05/13/2006 09:24:15
    152576
    Prg
    SAPLSENA
    01/04/2000 19:06:53
    28672
    Prg
    SAPLBOTM
    02/12/2005 05:42:10
    23552
    Typ
    TJ03
    05/25/2002 08:31:44
    2048
    Typ
    TJ20
    05/12/1997 16:50:45
    2048
    Typ
    TJ21
    11/30/1993 16:45:19
    1024
    Typ
    TJ04
    11/30/1993 16:45:08
    2048
    Typ
    TJ30
    05/25/2002 08:31:45
    2048
    Prg
    SAPLXVVA
    02/04/2006 07:52:55
    68608
    Typ
    T014
    07/10/1997 00:37:38
    2048
    Typ
    KNKK
    11/29/1999 17:40:59
    5120
    Prg
    SAPLF035
    02/12/2005 07:47:16
    154624
    Typ
    T000CM
    07/29/1998 19:20:34
    2048
    Typ
    T024P
    08/27/1994 21:52:42
    2048
    Prg
    SAPLV45C
    01/13/2007 13:09:29
    358400
    Prg
    SAPLFACS
    02/12/2005 07:44:55
    272384
    Typ
    T009
    06/01/1992 11:17:16
    2048
    Typ
    T009B
    02/20/1998 09:01:22
    2048
    Typ
    BOOLE
    04/04/1995 15:41:35
    1024
    Typ
    COBL
    02/12/2005 06:35:48
    19456
    Typ
    VBAK
    11/08/2003 14:27:56
    21504
    Typ
    VBAP
    02/04/2006 07:52:52
    29696
    Prg
    SAPLAD19
    02/04/2006 07:52:54
    51200
    Typ
    TKA00
    05/25/2002 08:31:45
    5120
    Prg
    SAPLKACG
    02/04/2006 07:52:55
    98304
    Typ
    BAPICOBL_CI
    05/06/1998 01:56:08
    1024
    Prg
    SAPLRWIN
    02/08/2003 05:30:04
    28672
    Typ
    TRWCI
    05/25/2002 08:24:05
    1024
    Typ
    TRWPR
    05/25/2002 08:24:05
    2048
    Typ
    TRWCA
    05/25/2002 08:24:05
    2048
    Prg
    SAPLSMSG
    02/12/2005 05:17:38
    110592
    Prg
    SAPLKACB
    02/12/2005 07:37:17
    89088
    Prg
    SAPLKAIP
    02/24/2007 10:28:26
    367616
    Prg
    SAPLKAIPTRACE
    02/13/2005 05:30:54
    51200
    Prg
    SAPLKOTR
    02/12/2005 07:21:39
    118784
    Prg
    SAPLKAIS
    02/13/2005 05:30:54
    98304
    Typ
    TJ01
    03/01/1999 13:50:12
    4096
    Typ
    TTXD
    05/26/2002 22:24:20
    2048
    Prg
    SAPLFMCO
    02/12/2005 07:28:10
    109568
    Typ
    TKAZE
    11/30/1993 16:46:08
    2048
    Typ
    COBK
    05/25/2002 08:08:07
    6144
    Prg
    SAPLGBL5
    02/08/2003 05:16:35
    34816
    Prg
    SAPFGBBA
    01/04/2000 19:06:37
    36864
    Prg
    GBAAAAAA
    05/26/2002 12:06:29
    62464
    Prg
    SAPLGBL6
    05/15/2002 15:51:19
    106496
    Typ
    T80D
    05/12/1997 15:23:48
    1024
    Prg
    GBTAACO0
    03/04/

  • EJB 5032 & EJB 5017 errors Pls respond

    Hi , We are trying to access a CMP entity bean from the TEST application generated by Sun One Studio(V4-update1, iAS7), we are getting the following error
    Error description by SUN docs says that the Bean does not have a public constructor, but we have ejbCreate with public access. Pls Let me know anyone faced similar issues
    Rgds,
    Girish
    SEVERE: EJB5032: Exception in creating new bean : [{0}]
    java.lang.NullPointerException
    at schemes.ejb.SchemesEJBBean1952982800_ConcreteImpl.jdoLookupPersistenceManagerFactory(SchemesEJBBean1952982800_ConcreteImpl.java:1451)
    at schemes.ejb.SchemesEJBBean1952982800_ConcreteImpl.setEntityContext(SchemesEJBBean1952982800_ConcreteImpl.java:1481)
    at com.sun.ejb.containers.EntityContainer$EntityContextFactory.create(EntityContainer.java:2599)
    at com.sun.ejb.containers.util.pool.NonBlockingPool.getObject(NonBlockingPool.java:176)
    at com.sun.ejb.containers.util.pool.NonBlockingPool.getObject(NonBlockingPool.java:133)
    at com.sun.ejb.containers.EntityContainer.getPooledEJB(EntityContainer.java:1896)
    at com.sun.ejb.containers.EntityContainer.getContext(EntityContainer.java:560)
    at com.sun.ejb.containers.BaseContainer.preInvoke(BaseContainer.java:452)
    at schemes.ejb.SchemesEJBBean1952982800_ConcreteImpl_RemoteHomeImpl.findAll(SchemesEJBBean1952982800_ConcreteImpl_RemoteHomeImpl.java:99)
    at schemes.ejb._SchemesEJBHome_Stub.findAll(Unknown Source)
         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 com.sun.forte4j.j2ee.ejbtest.webtest.InvocableMethod$MethodIM.invoke(InvocableMethod.java:233)
    at com.sun.forte4j.j2ee.ejbtest.webtest.EjbInvoker.getInvocationResults(EjbInvoker.java:98)
    at com.sun.forte4j.j2ee.ejbtest.webtest.DispatchHelper.getForward(DispatchHelper.java:191)
    at jasper.dispatch_jsp._jspService(_dispatch_jsp.java:127)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.service(JspServlet.java:552)
    at com.iplanet.ias.web.jsp.JspServlet.serviceJspFile(JspServlet.java:368)
    at com.iplanet.ias.web.jsp.JspServlet.service(JspServlet.java:287)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:720)
    at org.apache.catalina.core.StandardWrapperValve.access$000(StandardWrapperValve.java:118)
    at org.apache.catalina.core.StandardWrapperValve$1.run(StandardWrapperValve.java:278)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:274)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:203)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:157)
    at com.iplanet.ias.web.WebContainer.service(WebContainer.java:598)
    SEVERE: EJB5017: Exception while running preinvoke : ejbName = [SchemesEJB]
    SEVERE:
    javax.ejb.EJBException: nested exception is: java.lang.NullPointerExceptionjava.lang.NullPointerException
    at schemes.ejb.SchemesEJBBean1952982800_ConcreteImpl.jdoLookupPersistenceManagerFactory(SchemesEJBBean1952982800_ConcreteImpl.java:1451)
    at schemes.ejb.SchemesEJBBean1952982800_ConcreteImpl.setEntityContext(SchemesEJBBean1952982800_ConcreteImpl.java:1481)
    at com.sun.ejb.containers.EntityContainer$EntityContextFactory.create(EntityContainer.java:2599)
    at com.sun.ejb.containers.util.pool.NonBlockingPool.getObject(NonBlockingPool.java:176)
    at com.sun.ejb.containers.util.pool.NonBlockingPool.getObject(NonBlockingPool.java:133)
    at com.sun.ejb.containers.EntityContainer.getPooledEJB(EntityContainer.java:1896)
    at com.sun.ejb.containers.EntityContainer.getContext(EntityContainer.java:560)
    at com.sun.ejb.containers.BaseContainer.preInvoke(BaseContainer.java:452)
    at schemes.ejb.SchemesEJBBean1952982800_ConcreteImpl_RemoteHomeImpl.findAll(SchemesEJBBean1952982800_ConcreteImpl_RemoteHomeImpl.java:99)
    at schemes.ejb._SchemesEJBHome_Stub.findAll(Unknown Source)
    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 com.sun.forte4j.j2ee.ejbtest.webtest.InvocableMethod$MethodIM.invoke(InvocableMethod.java:233)
    at com.sun.forte4j.j2ee.ejbtest.webtest.EjbInvoker.getInvocationResults(EjbInvoker.java:98)
    at com.sun.forte4j.j2ee.ejbtest.webtest.DispatchHelper.getForward(DispatchHelper.java:191)
    at jasper.dispatch_jsp._jspService(_dispatch_jsp.java:127)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.service(JspServlet.java:552)
    at com.iplanet.ias.web.jsp.JspServlet.serviceJspFile(JspServlet.java:368)
    at com.iplanet.ias.web.jsp.JspServlet.service(JspServlet.java:287)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:720)
    at org.apache.catalina.core.StandardWrapperValve.access$000(StandardWrapperValve.java:118)
    at org.apache.catalina.core.StandardWrapperValve$1.run(StandardWrapperValve.java:278)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:274)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:203)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:157)
    at com.iplanet.ias.web.WebContainer.service(WebContainer.java:598)
    javax.ejb.EJBException: nested exception is: java.lang.NullPointerException
    at com.sun.ejb.containers.EntityContainer$EntityContextFactory.create(EntityContainer.java:2607)
    at com.sun.ejb.containers.util.pool.NonBlockingPool.getObject(NonBlockingPool.java:176)
    at com.sun.ejb.containers.util.pool.NonBlockingPool.getObject(NonBlockingPool.java:133)
    at com.sun.ejb.containers.EntityContainer.getPooledEJB(EntityContainer.java:1896)
    at com.sun.ejb.containers.EntityContainer.getContext(EntityContainer.java:560)
    at com.sun.ejb.containers.BaseContainer.preInvoke(BaseContainer.java:452)
    at schemes.ejb.SchemesEJBBean1952982800_ConcreteImpl_RemoteHomeImpl.findAll(SchemesEJBBean1952982800_ConcreteImpl_RemoteHomeImpl.java:99)
    at schemes.ejb._SchemesEJBHome_Stub.findAll(Unknown Source)
    at sun.refl

    Hello Girish,
    You did not set jndi-name in the cmp-resource correctly.
    It must reference persistence-manager-factory-resource not
    jdbc-resource.
    On the other note - your bean must have a public
    constructor for the container to be able to create new
    instance. ejbCreate will be called on such instance.
    Regards,
    Marina

  • Stored Procedure Call from Bean Error - PLS-00201

              Hello all,
              I am using the java stored procedure code in the examples dir of weblogic51/examples/jdbc/...
              with one exception. I created the stored procedure as another user with more
              permissions than
              the user that the jdbc connection will be established with. I created a public
              synonym so the stored
              procedure doesn't have to be refered to as "username.proc_squareInt". I keep
              getting the following
              errors. The web user has execute permissions and I tried calling it both with
              the owner.proc_name
              and proc_name (which I know won't work since it won't be able to find it).
              Any help would be greatly appreciated.
              Sincerely,
              Michael Prinsen
              Tue Jul 17 13:47:41 MDT 2001:<E> <WebAppServletContext-et> Root cause of ServletException
              java.sql.SQLException: ORA-06550: line 1, column 7:
              PLS-00201: identifier 'WTHDBM.PROC_SQUAREINT' must be declared
              ORA-06550: line 1, column 7:
              PL/SQL: Statement ignored
                   at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:114)
                   at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208)
                   at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:542)
                   at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1330)
                   at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:757)
                   at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:1313)
                   at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1232)
                   at oracle.jdbc.driver.OracleStatement.doExecuteWithBatch(OracleStatement.java:1353)
                   at oracle.jdbc.driver.OracleStatement.doExecute(OracleStatement.java:1760)
                   at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1807)
                   at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:332)
                   at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:376)
                   at weblogic.jdbc.pool.PreparedStatement.execute(PreparedStatement.java:35)
                   at csu.et.testBean.getWeatherData1(testBean.java:46)
                   at jsp_servlet._test._tester._jspService(_tester.java:107)
                   at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:120)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:138)
                   at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:915)
                   at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:879)
                   at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:269)
                   at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:365)
                   at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:253)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
              // START CODE
              package csu.et;
              import java.io.*;
              import java.sql.*;
              import java.util.*;
              import java.text.*;
              import java.beans.*;
              import java.math.*;
              import java.util.Date;
              import java.util.Locale;
              import csu.util.*;
              public class testBean {
              public String getWeatherData1() throws SQLException {
              Connection conn = null;
              conn = CSUConnection.getConnection("etSelectConnectionPool");
              // Create a stored proc - (CREATED ALREADY)
              // Statement stmt1 = conn.createStatement();
              // stmt1.execute("CREATE OR REPLACE PROCEDURE proc_squareInt " +
              // "(field1 IN OUT INTEGER, " +
              // " field2 OUT INTEGER) IS " +
              // "BEGIN field2 := field1 * field1; " +
              // "field1 := field1 * field1; END proc_squareInt;");
              // stmt1.close();
              String sql = "{call proc_squareInt(?, ?)}";
              CallableStatement cstmt1 = conn.prepareCall(sql);
              cstmt1.registerOutParameter(2, java.sql.Types.INTEGER);
              for (int i = 0; i < 5; i++) {
              cstmt1.setInt(1, i);
              cstmt1.execute();
              System.out.println(i + " " + cstmt1.getInt(1) + " " + cstmt1.getInt(2));
              cstmt1.close();
              conn.close();
              return("hard-coded stuff");
              //END CODE
              

    this is probably an oracle related issue, and has very little to do with
              Weblogic transactions.
              your easiest way to debug this is to open a SQL/Plus window, log in as user
              WTHDBM and try to run the command
              "execute proc_squareInt(5,5);"
              "execute owner.proc_squareInt(5,5);"
              if this doesn't work, consult Oracle technet on how to setup synonyms and
              permissions
              Filip
              ~
              Namaste - I bow to the divine in you
              ~
              Filip Hanik
              Software Architect
              [email protected]
              www.filip.net
              "Michael Prinsen" <[email protected]> wrote in message
              news:[email protected]...
              >
              > Hello all,
              >
              > I am using the java stored procedure code in the examples dir of
              weblogic51/examples/jdbc/...
              > with one exception. I created the stored procedure as another user with
              more
              > permissions than
              > the user that the jdbc connection will be established with. I created a
              public
              > synonym so the stored
              > procedure doesn't have to be refered to as "username.proc_squareInt". I
              keep
              > getting the following
              > errors. The web user has execute permissions and I tried calling it both
              with
              > the owner.proc_name
              > and proc_name (which I know won't work since it won't be able to find it).
              >
              > Any help would be greatly appreciated.
              >
              > Sincerely,
              >
              > Michael Prinsen
              >
              > Tue Jul 17 13:47:41 MDT 2001:<E> <WebAppServletContext-et> Root cause of
              ServletException
              > java.sql.SQLException: ORA-06550: line 1, column 7:
              > PLS-00201: identifier 'WTHDBM.PROC_SQUAREINT' must be declared
              > ORA-06550: line 1, column 7:
              > PL/SQL: Statement ignored
              >
              > at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:114)
              > at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208)
              > at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:542)
              > at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1330)
              > at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:757)
              > at
              oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:1313
              > at
              oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1232)
              > at
              oracle.jdbc.driver.OracleStatement.doExecuteWithBatch(OracleStatement.java:1
              353)
              > at oracle.jdbc.driver.OracleStatement.doExecute(OracleStatement.java:1760)
              > at
              oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java
              :1807)
              > at
              oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedState
              ment.java:332)
              > at
              oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.j
              ava:376)
              > at weblogic.jdbc.pool.PreparedStatement.execute(PreparedStatement.java:35)
              > at csu.et.testBean.getWeatherData1(testBean.java:46)
              > at jsp_servlet._test._tester._jspService(_tester.java:107)
              > at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :120)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :138)
              > at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
              l.java:915)
              > at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
              l.java:879)
              > at
              weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
              Manager.java:269)
              > at
              weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:365)
              > at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:253)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
              >
              >
              >
              > // START CODE
              >
              > package csu.et;
              >
              > import java.io.*;
              > import java.sql.*;
              > import java.util.*;
              > import java.text.*;
              > import java.beans.*;
              > import java.math.*;
              > import java.util.Date;
              > import java.util.Locale;
              > import csu.util.*;
              >
              > public class testBean {
              >
              > public String getWeatherData1() throws SQLException
              >
              > Connection conn = null;
              > conn = CSUConnection.getConnection("etSelectConnectionPool");
              >
              > // Create a stored proc - (CREATED ALREADY)
              > // Statement stmt1 = conn.createStatement();
              > // stmt1.execute("CREATE OR REPLACE PROCEDURE proc_squareInt " +
              > // "(field1 IN OUT INTEGER, " +
              > // " field2 OUT INTEGER) IS " +
              > // "BEGIN field2 := field1 * field1; " +
              > // "field1 := field1 * field1; END proc_squareInt;");
              > // stmt1.close();
              >
              > String sql = "{call proc_squareInt(?, ?)}";
              > CallableStatement cstmt1 = conn.prepareCall(sql);
              >
              > cstmt1.registerOutParameter(2, java.sql.Types.INTEGER);
              > for (int i = 0; i < 5; i++) {
              > cstmt1.setInt(1, i);
              > cstmt1.execute();
              > System.out.println(i + " " + cstmt1.getInt(1) + " " +
              cstmt1.getInt(2));
              > }
              >
              > cstmt1.close();
              > conn.close();
              > return("hard-coded stuff");
              > }
              >
              > }
              >
              > file://END CODE
              

  • Why am I continually getting Firefox updates every day for 4.01, I already updated 3x now, Pls respond immediately re possible security breach

    Just keep getting the pop up saying I have to update my firefox browser to 4.01. I already did this and have done so a few more times and keep getting this message which my norton confirms is okay. Pls. help
    PS: Regarding educated guesses below, perhaps it is my Yahoo active x plugin bridge. In any case, how do I resolve this problem?
    Thanks,
    Donna
    [email protected]

    If you have problems with updating then best is to download the full version and uninstall the currently installed version.
    Download a fresh Firefox copy and save the file to the desktop.
    * Firefox 4.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Uninstall your current Firefox version.
    * Do not remove personal data when you uninstall the current version.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    Your bookmarks and other profile data are stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder] and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.

  • URGENT :  Any one from SAP AG pls respond

    Hi,
    There are so many people in this forum who are facing problems with the
    PERSONALIZATION options in ESS Web dynpro. ( out of the box std ESS Iviews from the business package)
    (EP 7.0)
    IT HAS BEEN UNANSWERED FOR A LONG TIME NOW.
    From SAP Help we get that it does not need any code change or any involvment of NDWI/NDS.
    It only works for one user who did that personalization.
    Have followed the help link provided by SAP  and done it as an ADMIN.
    No luck.
    http://help.sap.com/saphelp_nw70/helpdata/en/42/ed3ce7f8593eebe10000000a1553f7/frameset.htm
    The following has been done :
    You can disable personalization by setting AllowUserPersonalization in the Web Dynpro runtime environment configuration screen to false.
    If someone from SAP can help here that will save the times of everyone facing this issue.
    Thanks much.

    First of all this is not a SAP Support system.  For that you have service.sap.com.  Therfore please do not get angry when people do not reply.
    However - major hint - try previewing the iview in the portal content directory then holding ctrl right mouse click on the item you want to personalise.
    Paul

  • FX-270 No Formula Extract from FXTRANS error

    Hi there,
    We have been trying to run the SPRUNCONVERSION logic in our Interco application, but keep getting this error message. I have searched the forum and the only person who has posted this error fixed it by making sure the LC currency had a type of L - but my application already has this!
    The FX logic is working in the Finance application, so it's not a System Library problem, and the settings in my System Constants file for the Interco application look correct.
    Any ideas as to what else I can check?
    Thanks a lot!
    Jason

    Matt,
    Please refer my blog . /people/james.lim/blog/2010/07/22/how-to-debug-business-ruletable-based-logic-in-bpc-for-microsoft-platform
    It will tell you how to debug Business rule.
    I suspect your rate doesn't exist for the last year.
    Please try to put the last year rate. (If you will not use last year rate, just put it as 1, Business Rule will just check whether the records is there or not.)
    I hope it will help you.
    James Lim.

  • Query related to interface programming(pls respond immediately)

    Hi ,
    I am uploading the data to Application server. I have created a new directory by using the transaction 'AL11'. But the thing is that when I execute the program it is giving short dump mentioning that unable to open the file. But when I am trying with the existing directories the data is getting uploaded.
    Can somebody help me on this.
    Reward points are assured for the appropriate answer.
    Best Regards
    Bhagat.

    Hi,
    if you haven't done yet, please compare the authorisations of the new directory with that one which works.
    Regards
    Bernd

  • BPC 10.0 MS Version - Error when performing consolidation - Error FX-300 nothing extract from Fact - CLCFXTrans

    Dear All,
    In BPC 10.0 Microsoft Version, I am performing consolidation. Running consolidation pckg was successful initially. Suddenly, it fails - giving the following error message:
    Error FX-300 nothing extract from Fact - CLCFXTrans
    I believe the above error happens during currency conversion which happens to the final consolidation process.
    Pls. help to fix this error message.
    Thank you.
    Regards,
    Peri

    Hi Peri,
    If you have access to back end data base then please check one table that is clcFXTrans_Consolidation (clcFXTrans_model name)
    All currency conversion rule are stored in the table. Actually there are two tables you can check for currency conversion rule.
    1)     clcFXtrans_Consolidation(clcFXtrans_model name)--> store currency conversion rule
    2)     clcFXtransh_Consolidation(clcFXtransh_model name) store rate type
    write a query on that table and check,if nothing is their then validate all rule again.
    Sushant

  • Error while extraction from R3 : URGENT

    While extracting from R/3 generic datasource(extracted through function module ) i am getting error as :
    <b>Error message from the source system
    Diagnosis
    An error occurred in the source system.
    System response
    Caller 09 contains an error message.
    Further analysis:
    The error occurred in Extractor .
    Refer to the error message.
    Procedure
    How you remove the error depends on the error message.
    Note
    If the source system is a Client Workstation, then it is possible that the file that you wanted to load was being edited at the time of the data request. Make sure that the file is in the specified directory, that it is not being processed at the moment, and restart the</b>
    <u>But when I am running the FM or the extractor checker it is giving actual records with our any error</u>
    Could you please help me what to do ?
    No job log in job overview , only it is given <b>Cancelled</b>.

    Some possibilities:
    1. Replicate the data source and then try loading.
    2. Check the RFC connection ; may be it is broken.
    3. Check the update rules to see it is active.
    Ravi Thothadri

  • Short dump error when extracting from one of the datasource in R/3 to BW

    When extracting from one of the datasource I am getting the short dump. below is the source code of the same.
    Source code extract
    Get boundaries of next TID block
    L_FROM_INDEX = L_TO_INDEX + 1.
    IF L_FROM_INDEX GT NFILL.  EXIT.  ENDIF.
    L_TO_INDEX   = L_TO_INDEX + L_BLOCK_SIZE.
    IF L_TO_INDEX GT NFILL.
      L_TO_INDEX = NFILL.
      L_BLOCK_SIZE = L_TO_INDEX - L_FROM_INDEX + 1.
    ENDIF.
    Create hashed index on TID of TID table
    CLEAR L_TH_TID_IDX.
    LOOP AT TIDTAB FROM L_FROM_INDEX TO L_TO_INDEX.
      L_S_TID_IDX-TIDIX = SY-TABIX.
      L_S_TID_IDX-TID   = TIDTAB-TID.
      COLLECT L_S_TID_IDX INTO L_TH_TID_IDX.
    ENDLOOP.
    Select TID block from STATE table
    SELECT * INTO TABLE L_T_STATE
           FROM ARFCSSTATE FOR ALL ENTRIES IN L_TH_TID_IDX
           WHERE ARFCIPID   EQ L_TH_TID_IDX-TID-ARFCIPID
             AND ARFCPID    EQ L_TH_TID_IDX-TID-ARFCPID
             AND ARFCTIME   EQ L_TH_TID_IDX-TID-ARFCTIME
             AND ARFCTIDCNT EQ L_TH_TID_IDX-TID-ARFCTIDCNT
           ORDER BY PRIMARY KEY.
    Consistence check
    DESCRIBE TABLE L_T_STATE LINES L_LINES.
    IF L_LINES NE L_BLOCK_SIZE OR
       L_LINES EQ 0.
      MESSAGE X097(SY).
    ENDIF.
    PERFORM DELETE_BATCH_JOB
            USING    L_T_STATE
            CHANGING L_S_TID1.
    Update LUW-Status und Zeit
    CLEAR L_T_STATE_IDX.
    CLEAR L_TH_TID2_IDX.
    CLEAR L_T_TID.
    LOOP AT L_T_STATE INTO L_S_STATE.
      L_S_STATE_IDX-TABIX = SY-TABIX.

    Hi Pavan,
                     This is a table space error.
    Regards,
    rahul

  • TS3694 when doing a restore to try and solve a wifi problem with my iphone 5 i got past the point where the software was extracted from my phone but then an error message came up saying that the phone could not be restored because of an unknown error (301

    when attempting a restore,  as suggested, to try and fix a week wifi signal on my iphone 5 I got past the point where the sopftware was extracted from my phone but then an error message appeared saying that the phone could not be restored becase of an unknown error (3014). I have tried about 20 times to make it work after trying a number of suggestions I have seen online. My phone gives me know response accept showing a picture of the cable and the itunes symble an the screen permanently - please help

    Hello JD_NINJA,
    Thanks for using Apple Support Communities.
    Error 9006 when restoring your iOS device indicates that there is security software on your computer which is preventing connection to the Apple server or your device.  To troubleshoot this issue please follow the directions below.
    Check your security software
    Related errors: 2, 4, 6, 9, 1611, 9006. Sometimes security software can stop your device from communicating with either the Apple update server or with your device.
    Check your security software and settings to make sure that they aren't blocking a connection to the Apple servers.
    Get help with iOS update and restore errors - Apple Support
    When restoring your iPhone, please make sure to follow the directions in the link below to properly restore.
    Restore your device from an iCloud or iTunes backup - Apple Support
    Take care,
    Alex H.

  • Error while extracting from BI source

    Hi,
    We are facing a wierd problem:
    Scenario:
    Loading data from one DSO to another DSO with the help of transformation
    The DTP fails at second data package each time. First data package goes successfully but it fails at the second data package) We have tried to vary the data package for e.g. 100 records, 5 records etc.....no matter what we do the load fails at the second data package with the following error message.
    Error:
    Data package processing terminated
    Error while extracting from source EPUD0002 (type InfoProvider)
    System error in program SAPLRS_EXCEPTION and form RS_EXCEPTION_TO_MESSAGE (see long text)
    Unknown error in SQL interface
    Error reading the data of InfoProvider EPUD0002
    Exception CX_RS_STEP_FAILED logged
    Workaround:
    We tried to increase the number of data package size so that all the records can be processed in only one data package and the load has never to request for 2nd data package . BUT as the data package size is big it takes long time to process and never completes....
    FYI...Our transformation has lots of abap coding ...
    Addn Info:
    SAP_BW   700   0010
    BI_CONT   703   0005
    SAP_BASIS  700  0010
    Any help will be highly appreciated...
    - Amit

    There must be some bug in the code which is causing this issue.
    try to debug it,
    refer: /people/community.user/blog/2007/03/29/sap-netweaver-70-bi-extended-capabilities-to-debug-a-data-transfer-process-dtp-request
    /people/dirk.herzog/blog/2005/02/11/abap-development-in-sap-bw

  • *ERROR* FX-300 Timeid=20110200 - Nothing Extract from Fact - CLCFXTRANS

    Hi Friends
    I am getting and error while i am running FX Restatement Package.below is my error message. I even analyzed the notes and some threads, there is no solution. Most of the threads says its missing rates in Rate application, but still i am maintaining relevant rates.
    SPRunConversion Version 7.5.106
    Warning : No Rate found in the opening period
    ERROR FX-300 Timeid=20110200 - Nothing Extract from Fact - CLCFXTRANS 
    Please help me.

    Hi John
    Thank you so much for ur reply.
    I maintained all the relevant dims and properties and rechecked couple of times.Data maintained in all dims and same 2011 data was maintained in Cons app and Rates in Rate app
    Regards,
    Pratap
    Edited by: pratap varma on Feb 3, 2012 9:49 AM

  • Error while extracting from source type InfoProvider)

    Dear Sdns,
                       Am trying to load the data from the exisitng standard cube to one new ZCUBE.. The time when am loading the data. am getting the following errors...
    <b>- Data package processing terminated     
    - Error while extracting from source 0FIGL_C10 (type InfoProvider)
    - ORA-01652: unable to extend temp segment by 128 in tablespace PSAPTEMP
    - SQL Error: 1652
    - Exception CX_RS_STEP_FAILED logged</b>
    Can any one help me out from this issue...
    Answering getz appreciated,
    Warm Regards,
    Hemanth Aluri

    Hi,
    It seems like Table space problem..check with your basis team.
    regards,
    raju

Maybe you are looking for