Load moniternig issue Program DBIF_DSQL2_SQL_ERROR

Hi Gurus
i have on process chain program failed.  It geeting error ABAP/4 processor: DBIF_DSQL2_SQL_ERROR. How can i reduce this problem please help me out
Thanks in advance
Praveenkumar yagnamurthy

hi,
this is an error which occurs due to table space..you will find in st22 the dump analysis where it will be clearly mentioned as"unable to extend table.....",so contact ur basis team and increase the table space you willl not get this dump..
Sriram.

Similar Messages

  • Firmware update for HP OfficeJet Pro 8000 wireless to fix load paper issue - as for the 8500?

    Is there any hope that that soon will be a firmware update to fix the issues loading paper and the printheads for the HP OfficeJet Pro 8000 wireless printer? 
    A month or two ago there came a firmware update to the HP OfficeJet Pro 8500 wireless, which has some of the same issues,
    and allegedly should have the much of the same load-mechanism as the 8000 printer.
    It would be great, as we are on the fourth (4) replacement of this HP 8000 printer. For example, it would be great if we could use normal (80g) paper and not has to use (HP) 90g paper, as this prevents us from using the duplexer and only print on one side.

    Thanks for the advice to contact HP tech support!
    I have tried in multiple ways since November 2009 to contact HP, when I got the first (of 4) printers. The first 3 printers was subsequently replaced.
    Finally in late June 2010 I got the message that there was coming an firmware update for Windows, but not for Mac's. The firmware should improve among other things the paper pick up (load paper issue) and the print-heads life.
    I have applied the Windows firmware on the printer from a pc, but still seems to have load-paper issues, even using HP Bright White paper, when printing from Mac's. I have not tested the printing from a pc, but assumes that a firmware upgrade the printer, and are not specific to a certain OS.

  • Whether Loading a Labview Program in SEWELL(USB to GPIB) adapter is possible

    hi,
    i am using a SEWELL(USB to GPIB) adapter for communication between PC and GPIB instruments whether Loading a Labview Program from PC to SEWELL(USB to GPIB) adapter is possible,in that adapter it has only USB and GPIB port there is no other port or Reset button is there for loading the program.if it is possible please tell me how to load the program to that adapter.
    WIth regard's.

    Your question makes no sense at all. You do not load a LabVIEW program to the adapter.
    A google search shows that you are not even correct about the type of controller. Sewell sells the prologix brand and you just have to go to their web site for examples or search here for prologix.

  • Calling oracle SQL Loader from java program

    Hi,
    I want to insert data into oracle tables from a text files containing fixed length fields. I am using SQLLoader to achieve this. The requirement is to call the SQLLoader within the java program.
    Does anyone know how to call SQL Loader from java program?
    Thanks,
    Varsha

    Simply "exec" the sqlldr program with the parameters you need to pass to it.
    Runtime.exec (........)
    Try to pass all parameters needed including the username and password, and use the option "silent" to avoid output, and the option "log" to have a log file of the modifications that sqlldr has done to the database.

  • ITS load balancing issue

    Hi all,
    During our testing we are getting a load balancing issue.  However, one of the agates in our network is has more CPU power than compared to the other agates in our ITS network.  The memory on all the agate servers is the same. 
    Our current issue we are getting is the one agate that has more cpu power but acquires more sessions as compared to the other two agates.  It roughly gets 60 more sessions per agate process as compare to the other Agate servers.  Does having more cpu on a Agate affect the load balancing on ITS?  We are on ITS patch level 19 with the Hotfix. 
    Thanks,
    Jin Bae

    Hello Jin,
    yes, at (re)initialize the WGate retrieves the capacity from the AGates.
    This is an accumulated number based on CPU performance and the number of CPUs!
    The number can be seen in "wgate-status" as the "Capacity" of the AGate.
    When running multiprocess Agates the number is retrieved from the MManager and also involves the number of agate-processes.
    The WGate dispatches the load in proportion depending on these capacity numbers.
    By my knowledge there is no way that these values can be configured (fixed).
    Regards,
      Fekke

  • SIP load balancing issue with ACE 4710

    SIP Load balancing Issue with ACE 4710
    I have a Cisco ace 4710 with vesion Version A4(2.2). i configued simple SIP load balancing first without stickiness. without stikeiness we are having a problem because bye packet at the was not going to the same server all the time that left our port in used even though user hang up the phone. its happen randmly. i have a total 20 licenced ports and its fill out very quickly. so i dicided to use the stickiness with call-ID but still same issue. below is the config
    rserver host CIN-VOX-31
      ip address 172.20.130.31
      inservice
    rserver host CIN-VOX-32
      ip address 172.20.130.32
      inservice
    serverfarm host CIN-VOX
      probe SIP-5060
      rserver CIN-VOX-31
        inservice
      rserver CIN-VOX-32
        inservice
    sticky sip-header Call-ID VOX_SIP_GROUP
      timeout 1
      timeout activeconns
      replicate sticky
      serverfarm CIN-VOX
    class-map match-all CIN_VOX_L4_CLASS
      2 match virtual-address 172.22.12.30 any
    class-map match-all CIN_VOX_SIP_L4_CLASS
      2 match virtual-address 172.22.12.30 udp eq sip
    policy-map type loadbalance sip first-match CIN_VOX_LB_SIP_POLICY
      class class-default
        sticky-serverfarm VOX_SIP_GROUP
    policy-map multi-match GLOBAL_DMZ_POLICY
       class CIN_VOX_SIP_L4_CLASS
        loadbalance vip inservice
        loadbalance policy CIN_VOX_LB_SIP_POLICY
        loadbalance vip icmp-reply
      class CIN_VOX_L4_CLASS
        loadbalance vip inservice
        loadbalance policy CIN_VOX_LB_SIP_POLICY
        loadbalance vip icmp-reply
    interface vlan 20
      description VIP_DMZ_VLAN
      ip address 172.22.12.4 255.255.255.192
      alias 172.22.12.3 255.255.255.192
      peer ip address 172.22.12.5 255.255.255.192
      access-group input PERMIT-ANY-LB
      service-policy input GLOBAL_DMZ_POLICY
    could you please help me on this...
    thanks
    Rakesh Patel

    I mean there should be one more statement-
    class-map type sip loadbalance match-any CIN_VOX_LB_SIP_POLICY 
    match sip header Call_ID header-value sip:
    and that will be called under-
    policy-map multi-match GLOBAL_DMZ_POLICY
       class CIN_VOX_SIP_L4_CLASS
        loadbalance vip inservice
        loadbalance policy CIN_VOX_LB_SIP_POLICY
        loadbalance vip icmp-reply
    is that missing in your config ?

  • CSS arrowpoint cookie load balancing issue

    Hi guys,
    I need some advice on a load balancing issue.
    We have connections hitting the CSS via a proxy environment. As a result i see only one source ip address. I want to use arrowpoint cookies for session stickeyness. However when i enable the rule the tcp session negotiation fails. The CSS sends a TCP/RST which terminates the session.
    Here's the rule config:
    content HTTP_rule
    add service ZSTS299102
    add service ZSTS281101
    vip address <filtered>
    add service LONS299102
    add service LONS281101
    balance weightedrr
    change service ZSTS299102 weight 5
    change service ZSTS281101 weight 5
    advanced-balance arrowpoint-cookie
    protocol tcp
    port 80
    url "/*"
    active
    Any help would be much appreciated.

    Remko,
    in L3/L4 the CSS sends the SYN directly to the server.
    So when the FIN comes in, we simply pass it to the server.
    With L5 the CSS spoofs the connection and we select the server only after receiving the GET.
    If there was some delay between the GET and the FIN, the CSS would have time to establish a connection with the server and the FIN could be simply forwarded.
    Unfortunately, in this case the FIN is right after the GET with no delay.
    Gilles.

  • Load monitoring issue

    Hi,
          in load monitoring process chain having  issue with 1 master data load, this issue containg  "Error message when processing in the Business Warehouse" and in monitor 2 duplicate records are there, how  can i solve the issue and continue the process chain, could you plz anyone sugess me in resolving the issue.
    Thanks!
    regards,
    Buvana.

    hii bhuvana,
    there is one option which u can try but am not sure if it is correct or not. go to DTP from there go to update tab and there u can see a option called "Handle duplicare record key" check that option. It should work. In the past when we had the similar error of duplicate records. we did it in the same way.
    regards,
    raghu.

  • Can't load library: c:\program files\infozoom\izmjniado.dll IN cf11 Data source setup

    Hi
    we cf 11 enterprise  64 bit installed at window 2008 R2 SP1. try to setup data source for ms. access. getting following error :-
    Connection verification failed for data source: SARSINFO
    com.inzoom.jdbcado.JdbcAdoException: could not load izmjniado.dll Can't load library: c:\program files\infozoom\izmjniado.dll
    The root cause was that: com.inzoom.jdbcado.JdbcAdoException: could not load izmjniado.dll Can't load library: c:\program files\infozoom\izmjniado.dll
    When we installed at 32 bit machine, it work.
    Pls.help.
    thanks,

    It is known that running MS Access on 64-Bit ColdFusion is problematic. There is a workaround.

  • American Express Transaction Loader and Validate program error

    I am working on AMEX integration with iexpenses. When I run the American Express Transaction Loader and Validate program, Cocurent program run with an error:
    header and tailor do not have same report create date. submit this request again with the correct data file from American Express
    Any suggestions?
    Thanks,
    Pradeep

    Thank You. I tried to implement this functionality ( American Express Transaction Loader and Validation Con prog) by seperately running loader and validator
    1.e 1.American Express Transaction Loader 2. Credit Card Transaction Loader Program. I could able to run them successfully. I could see some new credit cards
    (which are in the data file) and assign them to employees through Internet Expenses Setup and Administration Responsibility -> Internet Expenses Administration -> new Accounts Tab
    But, When I login throgh that employee, I could not see the transactions in the Iexpenses resposibility. Where can one see his transactions? Is there any iexpnses user guide available for R12?
    Thanks.
    Pradeep

  • Hello my computer will not load the photoshop program as it has Inefficient disc space how can i fix this please?

    hello my computer will not load the photoshop program as it has Inefficient disc space how can i fix this please?
    Regards
    Geoff

    Hi The Lad,
    If you have "INSUFFICIENT" disk space, then you can try and change the install location while performing the installation of the desired product. I am not sure when the error message would pop up saying that the disk space is "INEFFICIENT". Could you please share a screen shot of the error message along with the system information.
    Cheers,
    Kartikay Sharma

  • (Can't load tod module) Program terminated ?

    Hi
    I have a NetraX1 500 mhz, and i reinstalled Solaris 8. Now when I boot up I get this error:
    Executing last command: boot
    Boot device: disk File and args:
    SunOS Release 5.8 Version Generic_108528-07 64-bit
    Copyright 1983-2001 Sun Microsystems, Inc. All rights reserved.
    (Can't load tod module) Program terminated
    ok
    Does anyone know what is wrong here?
    Thanks
    -jc

    he Netra X1 won't even boot from the image, with a "can't load tod module"
    error.
    A fresh jumpstart image with the latest mis.netra-x1.....zip file does
    work. The latest zip file is named mis.netra-x1.259-3836-03.zip .
    The way to access them is to start with http://www.sun.com/netra , click
    on NETRA SOLUTIONS in the table, click on Sun Solutions, and then Software
    Drivers in the Netra X! Software Drivers column.
    Hope this helps.
    Senthilkumar
    Developer Technical Support
    Sun Microsystems, Inc.
    http://www.sun.com/developers/support

  • American Express Transaction Loader and Validation Program setups

    Hi Experts,
    I have to generate a AMEX Remittance File after running the "*American Express Transaction Loader and Validation Program*". But, i am not understanding what are the minimum setups required to run this program.
    I know the file name and path which is required for this program. Even though i am not getting what are the setups needed for it.
    Please help me out in any form like setup name or any doc etc...
    Thanks,
    Giri

    I have to generate a AMEX Remittance File after running the "*American Express Transaction Loader and Validation Program*". But, i am not understanding what are the minimum setups required to run this program.
    I know the file name and path which is required for this program. Even though i am not getting what are the setups needed for it.
    Please help me out in any form like setup name or any doc etc...How To Setup Card Expense Type Mapping So That Expense Types Automatically Default for Credit Card Transactions? [ID 278060.1]
    American Express Migration To SFT Servers, And Desupport Of Digital Certificates In PKCS#12 Format [ID 1111385.1]
    About Oracle Internet Expenses Mini-pack 11i.OIE.K [ID 342588.1]
    Oracle Internet Expenses Release Notes for Release 12.1.3 [ID 1178943.1]
    Oracle Payables User Guide, Expense Reports and Credit Cards chapter, Mini-pack 11i.OIE.J [ID 289812.1]
    Thanks,
    Hussein

  • I am IRATE that the flash player update just loaded several BS programs that I don't want.  FAIL

    I am IRATE that the flash player update just loaded several BS programs that I don't want.  FAIL

    I am IRATE that the flash player update just loaded several BS programs that I don't want.  FAIL

  • ERPi Data load mapping Issue

    Hi,
    We are facing issue with ERPi data load mappings issue. Mapping file (txt file) has 36k records, whenever we are trying to load mappings, it's taking very long time, nearly 1 hour 30mins. but we want to reduce that time. is there any way to reduce data load mapping time??
    Hyperion verion: 11.1.2.2.300
    Please help, thanks in advance!!
    Thanks.

    Any one face the same kind of issue??

Maybe you are looking for

  • How to sync iPhone contacts back to Address Book.

    I came across this problem and found a work-around on the forums, but some guys there–including myself–felt that iTunes should sync our contacts bi-directionally from iPhone to Address Book on our Macs, and vice versa. As it turns out, that's really

  • Comparing elements in 2d array

    Hi all I need a solution. The problem is I have a 2-d array of numbers. I have to display a array subset such that the elements in the first row fall in the ranges provided by me through user prompt.  

  • How to do basic corrections to large numbers of images

    I have to do basic corrections to large numbers of images that will be coming in separate batches and which need to be kept in their separate batches. I cant mix them together. Do I create a new catalog for each batch? What should I do, if anything w

  • How do I apply the same effect to all frames in CS5 animation?

    I need to add lens flare to all frames at once - but it needs to be applied to the flattened image.  I don't want to have to flatten, click lens flare for each of the 70 frames seperately. Here is the gif and photos illustrating what happens if I sel

  • Java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver

    When I run java servlet test_ora.java with IE6.0 I get the following error page: HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.s