JDBC initialize failed due to long idling time

Hi gurus
Anyone having similar problem and would like to share their solution for the problem stated below.
Normally the integration for IDOC-XI-JDBC scenarios is working fine, but when the R3 halt sending IDOC to XI, the JDBC connection to MS SQL 2000 server failed to process and initialise due to long idling time. Currently the temporary solution is to go to XI change the Integration Directory : Communication Channel for the JDBC - Activate - Clear Cache. Then go to R3, retrigger the IDOC again. And the above problem will be resolved. But after a while (long idling time again), this problem arise once again.
2008-10-21 15:18:45     Success     Message successfully received by messaging system. Profile: XI URL: http://locahost:50600/MessagingSystem/receive/AFW/XI Credential (User): PIISUSER
2008-10-21 15:18:45     Success     Using connection JDBC_http://sap.com/xi/XI/System. Trying to put the message into the receive queue.
2008-10-21 15:18:45     Success     Message successfully put into the queue.
2008-10-21 15:18:45     Success     The message was successfully retrieved from the receive queue.
2008-10-21 15:18:45     Success     The message status set to DLNG.
2008-10-21 15:18:45     Success     Delivering to channel: CC_IDOC_TO_DBMS_ESMS_588
2008-10-21 15:18:45     Success     MP: Entering module processor
2008-10-21 15:18:45     Success     MP: Processing local module localejbs/CallSapAdapter
2008-10-21 15:18:45     Success     Receiver JDBC adapter: processing started; QoS required: ExactlyOnce
2008-10-21 15:18:45     Error     JDBC adapter receiver channel CC_IDOC_TO_DBMS_ESMS_588 not initialized. Unable to proceed due to null
2008-10-21 15:18:46     Error     MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: JDBC Adapter configuration not initialized: null
2008-10-21 15:18:46     Error     Exception caught by adapter framework: JDBC Adapter configuration not initialized: null
2008-10-21 15:18:46     Error     Delivery of the message to the application using connection JDBC_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: JDBC Adapter configuration not initialized: null.
2008-10-21 15:18:46     Success     The message status set to WAIT.
2008-10-21 15:18:46     Success     The asynchronous message was successfully scheduled to be delivered at Tue Oct 21 15:23:46 GMT+08:00 2008.
2008-10-21 15:23:46     Success     The message status set to TBDL.
2008-10-21 15:23:46     Success     Retrying to deliver message to the application. Retry: 1
2008-10-21 15:23:46     Success     The message was successfully retrieved from the receive queue.
2008-10-21 15:23:46     Success     The message status set to DLNG.
2008-10-21 15:23:46     Success     Delivering to channel: CC_IDOC_TO_DBMS_ESMS_588
2008-10-21 15:23:46     Success     MP: Entering module processor
2008-10-21 15:23:46     Success     MP: Processing local module localejbs/CallSapAdapter
2008-10-21 15:23:46     Success     Receiver JDBC adapter: processing started; QoS required: ExactlyOnce
2008-10-21 15:23:46     Error     JDBC adapter receiver channel CC_IDOC_TO_DBMS_ESMS_588 not initialized. Unable to proceed due to null
2008-10-21 15:23:46     Error     MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: JDBC Adapter configuration not initialized: null
2008-10-21 15:23:46     Error     Exception caught by adapter framework: JDBC Adapter configuration not initialized: null
2008-10-21 15:23:46     Error     Delivery of the message to the application using connection JDBC_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: JDBC Adapter configuration not initialized: null.
2008-10-21 15:23:46     Success     The message status set to WAIT.
2008-10-21 15:23:46     Success     The asynchronous message was successfully scheduled to be delivered at Tue Oct 21 15:28:46 GMT+08:00 2008.
2008-10-21 15:28:46     Success     The message status set to TBDL.
Edited by: Malcolm Pang on Oct 23, 2008 11:08 AM

In the JDBC adapter , select option Disconnect From Database after Each message processing.
This will solve the process as your JDBC Database seems to be closing the connection after a particular idle time.
Regards
Bhavesh

Similar Messages

  • CLOSED: MAPVIEWER LONG PREPARATION TIME AFTER LONG IDLE TIME

    SR # 6896831.994
    Customer: NEDGRAPHICS BV
    Mapviewer Release: 9.0.4
    This issue was posted to the Field Service Forum. They responded with
    For Map, we do create the datasource and related maps, themes, styles to be used for Map. The exeuction part is done by Mapviewer and we don't have much control on the mapviewer code on performance tuning point of view.
    Please post this question in mapviewer forum
    Issue:
    After MapViewer being idle for some time (+/- 60 minutes) it takes a long time to generate the first map image --> 5 minutes.
    In the MapViewer logfile with log-level=finest, I see that there is a very long preparation time.
    After producing the first map image the next (same!) image is produced very fast.
    What could be the reason?
    What does MapViewer do during "preparation"?
    Customer statement:
    I am a very experienced Oracle specialist and a very experienced MapViewer developer.
    Could you please pass on my request to the MapViewer developers?
    I have to know what is going on during preparation time.
    Is there a possibility to get more detailed logging of the preparation time?
    SEE log file at:
    http://workbench.oraclecorp.com/cgi-bin/tools/its_reltar?tar=6896831.994
    FILE: mapviewer_37.log
    Additional customer info.
    UPDATE from customer
    ================
    The first time after long idle time it takes between 100 and 300 seconds.
    After that it takes less than 2 seconds.
    Can it be a dabase connection issue?
    Will it make a difference if I use a database connection via data-sources.xml
    instead of a direct data-source in mapviewerConfig.xml?
    This is what I mean :
    Method 1:
    <map_data_source name="NBG"
    jdbc_host="plutonium"
    jdbc_sid="ods"
    jdbc_port="1521"
    jdbc_user="nbgex"
    jdbc_password="ELvaJ7axzKQl0aKtjikuKT7JUFTjukU3"
    jdbc_mode="thin"
    number_of_mappers="3"
    />
    Method 2:
    <map_data_source name="NBG"
    container_ds="jdbc/NBG"
    number_of_mappers="3"
    />
    data-sources.xml:
    <data-source
    class="oracle.jdbc.pool.OracleDataSource"
    name="NBG"
    location="jdbc/OracleCache"
    ejb-location="jdbc/NBG"
    xa-location="jdbc/xa/OracleXADS"
    connection-driver="oracle.jdbc.driver.OracleDriver"
    username="nbgex"
    password="nbgex
    url="jdbc:oracle:thin:@plutonium:1521:ods"
    inactivity-timeout="30">
    <property name="connectionCacheName" value="ICC"/>
    <property name="connectionCachingEnabled" value="true"/>
    <property name="fastConnectionFailoverEnabled" value="true"/>
    </data-source>
    Thanks
    Message was edited by:
    user639281

    RESPONSE from customer
    ====================
    The database is restarted once a day in the morning. That could explain the problems in the morning. But there are also problems during day time after some hours of idle time when the database in not restarted.
    After testing we noticed that we don't have the problem if we use database connection through OC4J (data-sources.xml).
    If we use that method every database connection is cleaned up if it is not used for 15 seconds or so.
    If we use the other method (database connection in mapviewerconfig.xml) then the database connection is open for a long time and then we have the problem with the long preparation time.
    This problem only occurs in a DMZ environment. MapViewer is installed on a DMZ server and connects through the firewall with a intranet database.
    Is it possible that the firewall software prevents communication of an open database connection after a long period of idle time?
    Thanls.

  • Code to navigate to certain state during long idle time.

    My question is aimed at trying to keep my program from burning in an image on a monitor or just to navigate my program back to the begining when there is a long idle time.
    Does anyone know of the code that can be used inside of FC? My program is running from the AIR installer so any code would need to be inserted while the FC project is open.
    Any ideas??
    Thanks.
    v4long

    Ok..
    I am working with the sample code and I just have one question going back to your email:
    "change the state names in the copied code snippet to match the state names that you are using."
    You are refering to this code section:  ?
    private function userIdleHandler(evt:Event):void
                trace("userIdleHandler");
                /*currentState = "Idle";*/
            private function userActiveHandler(evt:Event):void
                trace("userActiveHandler");
                /*currentState = "Main";*/
    >>>>>>>
    You know the number and type of states that I have but I am going to just make up some sample states in order to understand the placement of code.
    I have a MAIN state then I have five other states ( A, B, C, D, E). Where would I place those state names in the code?
    I am almost there. I can feel it!!!
    Here is the whole code for reference:
    <s:WindowedApplication xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:ai="http://ns.adobe.com/ai/2009" xmlns:lib="assets.graphics.AGCO_Map_Master.*" xmlns:fc="http://ns.adobe.com/flashcatalyst/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns:graphics="assets.graphics.*" xmlns:fclib="com.adobe.flashcatalyst.components.*" xmlns:mx="library://ns.adobe.com/flex/mx" backgroundColor="#FFFFFF" height="768" preloaderChromeColor="#FFFFFF" width="1024"
                   creationComplete="init()">
        <fx:Style source="Main.css"/>
        <fx:Script><![CDATA[
            private function init():void
                var nativeApp:NativeApplication = NativeApplication.nativeApplication;
                   //idle time set to 7 min.
                nativeApp.idleThreshold = 420;
                nativeApp.addEventListener(Event.USER_IDLE, userIdleHandler);
                nativeApp.addEventListener(Event.USER_PRESENT, userActiveHandler);
            private function userIdleHandler(evt:Event):void
                trace("userIdleHandler");
                /*currentState = "Idle";*/
            private function userActiveHandler(evt:Event):void
                trace("userActiveHandler");
                /*currentState = "Main";*/

  • WRT300N V1.1 - Firmw v1.51.2 - Problems to get wireless connection after long idle time

    Hello,
    I have a WRT300N, v1.1 with latest firmware available (v1.51.2).
    I've been experiencing a strange problem:
    1. After long idle time (router is on, no devices are using it wirelessly), no device can get a wireless connection;
    2. I have tried using different OSes (Windows XP SP2, Windows Vista, and Symbian OS);
    3. Wireline connection to a FE port works (if I plug a device using the cable, I can get an IP address and navigate to the internet).
    4. If power reset it (WRT300N), I can get wireless connections working again.
    Is this a known issue?
    Thanks, Gustavo

    Well as you are able to go online from your Hardwired Computer, then i think you need to make some changes on the Wireless Part of your Router. Follow this settings on your Router, i think this might solve the problem.
    Open an Internet Explorer browser page on your wired computer(desktop).In the address bar type - 192.168.1.1 and press Enter...Leave Username blank & in Password use admin in lower case...
    For Wireless Settings, please do the following : -
    Click on the Wireless tab
    - Here select manual configuration...Wireless Network mode should be mixed...
    - Provide a unique name in the Wireless Network Name (SSID) box in order to differentiate your network from your neighbours network...
    - Set the Radio Band to Wide-40MHz and change the Wide channel to 9 and Standard Channel to 11-2.462GHz...Wireless SSID broadcast should be Enabled and then click on save settings...
    Please make a note of Wireless Network Name (SSID) as this is the Network Identifier...
    For Wireless Security : -
    Click on the Sub tab under Wireless > Wireless Security...
    Change the Wireless security mode to WPA, For Encryption, select AES...For Passphrase input your desired WPA Key. For example , MySecretKey , This will serve as your network key whenever you connect to your wireless network. Do NOT give this key to anyone.
    NOTE : Passphrase should be more that 8 characters...
    Click on Advanced Wireless Settings
    Change the Beacon Interval to 50 >>Change the Fragmentation Threshold to 2304 Change the RTS Threshold to 2307 >>Click on "Save Settings"...
    Now see if you can locate your Wireless Network and attempt to connect...

  • Java.lang.InternalError: jzentry == 0 after long idle time

    Hi,
    Our J2Se 1.4.1 Client/Server application works fine.
    However, after a long period of inactivity on the Windows 2000 client side (one hour or two, like during lunch), the icons in the toolbars have vanished and be replaced by black.
    Some other times, I get an internal error:
    java.lang.InternalError: jzentry == 0,
    jzfile = 9641264,
    total = 2427,
    name = L:\xxx\yyy\ourapplication.jar,
    i = 1,
    message = couldn't read LOC header
    It seems as if the memory content was swapped out and the classes loaded in the heap were lost due to some timeout.
    Can someone explain the phenomenon and propose a solution to this annoying behaviour?
    Jean-Pierre

    I have a similar (if not iqual) problem. The diferense is that I'm using XP and not 2000 edition.
    the error "begin" when I do my first Ctrl+Spacebar.... I think that eclipse begin to load the super classes, but stops because of some reason, that I dont know..
    what is LOC header? is that an JVM problem? I think so because of the error message witch apears after that long time waitng:
    "Virtual machine error jas occurred
    You are recommended to exit the workbench
    Subsequent errors may happen and may terminate the workbench without warring.
    here is my .log file:
    !SESSION Abr 30, 2004 14:16:25.932 ---------------------------------------------
    java.version=1.4.2_04
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=pt_BR
    Command-line arguments: -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.core.resources 2 1 Abr 30, 2004 14:16:25.932
    !MESSAGE Skipping builder for project Model. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
    !ENTRY org.eclipse.ui 4 4 Abr 30, 2004 14:35:10.329
    !MESSAGE Unhandled event loop exception
    !ENTRY org.eclipse.ui 4 0 Abr 30, 2004 14:35:10.339
    !MESSAGE jzentry == 0,
    jzfile = 50349248,
    total = 1049,
    name = \\xxx\yyy\zzz\Model\lib\fop.jar,
    i = 54,
    message = couldn't read LOC header
    !STACK 0
    java.lang.InternalError: jzentry == 0,
    jzfile = 50349248,
    total = 1049,
    name = \\xxx\yyy\zzz\Model\lib\fop.jar,
    i = 54,
    message = couldn't read LOC header
         at java.util.zip.ZipFile$2.nextElement(Unknown Source)
         at org.eclipse.jdt.internal.core.JarPackageFragmentRoot.computeChildren(JarPackageFragmentRoot.java:84)
         at org.eclipse.jdt.internal.core.PackageFragmentRoot.buildStructure(PackageFragmentRoot.java:173)
         at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:200)
         at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:488)
         at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:280)
    ............

  • EMC initialization failed due to unexpected error

    Dear All,
    I am worrying like anything since morning. I do not know what happened but my EMC is not opening in Exchnage 2010 Sp2.
    ERROR:
    unexpected error [0x78D6DC13] while executing command 'Get-LogonUser'
    Please suggest us something.
    Though exchange working fine, i have to work through EM Shell. :(
    Regards, Jay.

    Hi,
    You can try the following solution and check the result:
    Simple solution: "C:\Program Files\Microsoft\Exchange Server\V14\Bin\CmdletExtensionAgents\ScriptingAgentConfig.xml" was defect.
    Repair it (I copied a working one from another node) and all works fine again.
    If you do not need it, delete it and then run >>Disable-CmdletExtensionAgent “Scripting Agent”<<
    Hope this helps!
    Thanks.
    Niko Cheng
    TechNet Community Support

  • Hard reboot after a long idle time

    Hi, sorry for my french.
    I've got a MPB retina, and when i open it up after say, 12h of being..closed, i can't go back to the desktop, and i have to reboot the computer.
    I believe it wasn't happening before 10.8.2
    Also, even if i leave the lid open, i'll loose my wifi connection.. it's already stupid enough to loose it when you close the lid, but now it's beyond my expectations.
    Anyone got the same symptoms ?
    Oh, final word, safari does suck *** now, i have to restart it (apple+q) every 20 minutes cause it won't load all the pages and have problems apparently with javascript, but i can't be sure.
    I've bought an apple cause it's easy to use.. makes me feel like i'm back home on windows.
    So..maybe you guys can help me.

    Hi, sorry for my french.
    I've got a MPB retina, and when i open it up after say, 12h of being..closed, i can't go back to the desktop, and i have to reboot the computer.
    I believe it wasn't happening before 10.8.2
    Also, even if i leave the lid open, i'll loose my wifi connection.. it's already stupid enough to loose it when you close the lid, but now it's beyond my expectations.
    Anyone got the same symptoms ?
    Oh, final word, safari does suck *** now, i have to restart it (apple+q) every 20 minutes cause it won't load all the pages and have problems apparently with javascript, but i can't be sure.
    I've bought an apple cause it's easy to use.. makes me feel like i'm back home on windows.
    So..maybe you guys can help me.

  • The Job Failed Due to  MAX-Time at ODS Activation Step

    Hi
            I'm getting these errors "The Job Failed Due to  MAX-Time at ODS Activation Step" and
             "Max-time Failure"
    How to resolve this failure?

    Hi ,
    You can check the ODs activation logs in ODs batch montior >> click on taht job >>> job log
    for this first you check in sm37 how many jobs are running if there are many otehr long running jobs then . the ODs activation will happen very slowly as the system is overloaded .. due to the long running jobs ..this causes the poor performance of system ..
    for checking the performance of system .. you first check the lock waits in ST04..and check wether they are progressing or nt ..
    check sm66 .. for the no of process running on system ..
    check st22 >> for short dumps ..
    check Os07> to check the cpu idle tiem if its less tehn 20% . then it means the cpu is overlaoded .
    check sm21 ...
    check the table space avilable in st04..
    see if the system is overlaoded then the ODS wont get enough work process to create the backgorund jobs for that like(Bi_BCTL*)..jobs .the updation will happen but very slowly ..
    in this case you can kill few long running jobs which are not important .. and kill few ODs activations also ..
    Dont run 23 ODs activation all at a time .. run some of them at a time ..
    And as for checking the key points for data loading is check st22,cehck job in R/3 , check sm58 for trfc,check sm59 for Rfc connections
    Regards,
    Shikha

  • My ipad3 is at iOs 7, i'm trying to download update 7.0.2 I keep getting failed due to error like 9 times now. My mini, my two iphone 4s, no problems. What can I do about my ipad3?

    ipad3 running iOs 7 trying to update to 7.0.2 keep tting failed due to error like 9 times. Updated iPad mini and 2 iPhone 4s, no problem.
    Whats up? And what can I do to update?

    Try and update with iTune (computer)

  • HT3275 My Time Capsule keeps saying "backup failed" due to the network password not being correct. I have not changed my password and every day I have to type the same one in and then it works. But then the same thing happens the next day. Can anyone help

    My Time Capsule keeps saying "backup failed" due to the network password not being correct. I have not changed my password and every day I have to type the same one in and then it works. But then the same thing happens the next day. Can anyone help? This only started doing this about 2 weeks ago.

    Hello,
    Mac OS X 10.4 Help, I forgot a password in my Keychain
    http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh1960.html
    Resetting your keychain in Mac OS X...
    If Keychain First Aid finds an issue that it cannot repair, or if you do not know your keychain password, you may need to reset your keychain.
    http://support.apple.com/kb/TS1544
    Open Keychain Access in Utilities, use Keychain First Aid under the Menu item, then either check the Password under that item, change it, or delete it and start over.

  • I keep trying to burn a CD-R in Iphoto, and every time iPhoto stops burning halfway through and i get this error message, "Attemp to burn a disc failed. Burn failed due to a medium write error." I am using memorex CD-R's and have tried with 4 times with d

    I keep trying to burn a CD-R in Iphoto, and every time iPhoto stops burning halfway through and i get this error message, "Attemp to burn a disc failed. Burn failed due to a medium write error." I am using memorex CD-R's and have tried with 4 times with different CD's. Is this a software or hardware problem? Any info would be awesome

    Export the photos to a desktop folder, right click on the folder and burn to disk - see if that is any different
    LN

  • Optimize long execution time due to 'db file sequential read'

    Hi to all,
    I have got a query that takes long execution time. Most of the time is due to 'db file sequential read'. The query is:
    SELECT * FROM Table_Name
    WHERE col1 = :some_value
    AND col2 BETWEEN :some_range_about_2_Million
    | Id | Operation | Name | Rows | Bytes | Cost |
    | 0 | SELECT STATEMENT | | 21 | 504 | 26125 |
    | 1 | TABLE ACCESS BY INDEX ROWID| Table_Name | 21 | 504 | 26125 |
    | 2 | INDEX RANGE SCAN | Index Name | 1705K| | 4100 |
    The table is not partitioned having around 0.2 billion records. Record set for column 'col1' is around 1700K.
    Another index is available for the col2 and col3 is not getting used.
    Any suggestions to optimize it..
    Regards.

    Perhaps a combined index (col2, col1) would work...or try "parallel" hint.
    :p

  • I am unable to burn mp3 audio files to cd.I have tried different speeds but every time it ays failed due to media write error.Can anyone help what to do?

    I am unable to burn mp3 audio files to cd.Every time it says failed due to media write error.I have tried different speeds.Can anyone help pls?

    There are several different incompatible media sold as writeable CDs. You MUST match the media to the abilities of your drive.
    I was flummoxed by buying 8x media when my drive was a 2x drive. I needed the other type, and there was nothing helpful in the diagnostics or the packaging that helped me understand that.
    EDIT: There is an interesting helpful feature buried in System Profiler ... (read the last two lines of the report):
    About this Mac > ( More Info ) > Report > Disc burning

  • Adobe Application Mgr fails to initialize. I've downloaded five times and still get the same error.

    Adobe Application Mgr fails to initialize. I've downloaded five times and still get the same error.

    Noelb67822514 what Adobe software or service are you trying to install?  Which operating system are you using?

  • Jdbc connection lost after idle time

    Dear users,
    i'm using the oracle 10g database. Now i found out that several programs (SQuirreL, QuantumDB,...) which use the ojdbc14 driver are losing connection to the database after about one hour idle time, but it is not set in db configuration to disconnect (eg parameter idle_time is not set). What could be the cause of this? Is this a error of jdbc (the java exception is something like socket lost) or is it a missconfiguration of the db?
    Thx for help.

    With a simple java program that makes a select on a database table over jdbc after one Hour idle_time this exception happens: (the program is started local on the database server so no firewall or router is between)
    java.sql.SQLException: No more data to read from socket
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:208)
    at oracle.jdbc.driver.T4CMAREngine.unmarshalUB1(T4CMAREngine.java:1118)
    at oracle.jdbc.driver.T4CMAREngine.unmarshalSB1(T4CMAREngine.java:1070)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:478)
    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:207)
    at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:790)
    at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1039)
    at oracle.jdbc.driver.T4CStatement.executeMaybeDescribe(T4CStatement.java:830)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1132)
    at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1272)
    at test$1.run(test.java:24)
    at test.main(test.java:55)

Maybe you are looking for

  • How do I migrate iMovie project data/pointers from iPhoto to Aperture?

    This may be a rather tricky question but here is what I want to do. I have 22GB of Photo's/Video's in iPhoto that I originally used at some point in the past to create some travel home movies. I currently have about 44GB of Photo's/Vid in Aperture. I

  • DW8 says there's no margin, but the image is still 10 or so pixels off

    Okay, so I'm new to DW and am using DW8 (what's the newest version anyway?) Here's the background and my problem: I'm working with a graphics designer in redesigning the site for our non-profit organization, and she has a gradient along the left side

  • Workflow step in status "In Process"

    Hi Friends, I am working on SAPXI support project. Actually i have an issue related with BPM, there is a workflow(wk) which is completed but the one of the step in this wk is status "In process", but i can see all the steps in this wk are either comp

  • Dynamic Image As A email Signaure

    Good Day All. I have the following code the will randomly get an image from a folder. It works Great. Now what i would like to do is add that image as an inline image in my email signature. eg <img src="http://websiteadd/getsingle.cfm"> However this

  • SQLException JDBC 2.0 ResultSet.CONCUR_UPDATABLE

    Hi, i have a problem using JDBC 2.0, my cod is: Statement c = conn.createStatement(); Statement =conn.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE, ResultSet.CONCUR_UPDATABLE); ResultSet rest = n.executeQuery("select * from t_prueba"); rest.last()