PL/SQL Dev query session lost on large resultsets after db update

We have a problem with our PL/SQL Developer tool (www.allroundautomations.nl) since updating our Database.
So far we had Oracle DB 10.1.0.5 Patch 2 on W2k3 and XP-Clients using Instant Client 10.1.0.5 and PL/SQL Developer 5.16 or 6.05 to query your DB. This scenario worked well.
Now we upgraded to ORACLE 10G 10.1.0.5 PATCH 25 and now our PL/SQL Developer 5.16 or 6.05 (on IC 10.1.0.5) can logon the db and also query small tables. But as soon as the resultset reaches a certain size, the query on a table won't come to an end and is always showing "Executing...". We can only press "BREAK" what the results in a "ORA-12152: TNS: unable to send break message" and "ORA-03114: not connected to ORACLE".
If i narrow the resultset down on the same table it works like before.
If i watch the sessions on small resultset-queries, i see the corresponding session, but on large resultset-queries the session seem to close immediately.
To solve this issue a already tried to install the newest PL/SQL developer 7.1.5(trail) or/and installing a newer instant client version (10.2.0.4), which both did not solve the problem.
Is there a new option in 10.1.0.5 Patch 25 (or before) which closes sessions if the resultsets getting to large over a slower internet connection?
btw. using sqlplus in the instantclient directory or even excel over odbc on the same client, returns the full resultset without problems. Could this be some kind of timeout problem ?
Edit:
Here is a snippet of the tracefile on the client right after Executing the select-statement. Some data seems to be retrieved and than it ends with these lines:
(1992) [20-AUG-2008 17:13:00:953] nsprecv: 2D 20 49 6E 74 72 61 6E |-.Intran|
(1992) [20-AUG-2008 17:13:00:953] nsprecv: 65 74 2D 47 72 75 6E 64 |et-Grund|
(1992) [20-AUG-2008 17:13:00:953] nsprecv: 6C 61 67 65 6E 02 C1 04 |lagen...|
(1992) [20-AUG-2008 17:13:00:953] nsprecv: 02 C1 03 02 C1 0B 02 C1 |........|
(1992) [20-AUG-2008 17:13:00:953] nsprecv: 51 00 02 C1 03 02 C1 2D |Q......-|
(1992) [20-AUG-2008 17:13:00:953] nsprecv: 05 48 4B 4F 50 50 01 80 |.HKOPP..|
(1992) [20-AUG-2008 17:13:00:953] nsprecv: 03 3E 64 66 01 80 07 78 |.>df...x|
(1992) [20-AUG-2008 17:13:00:953] nsprecv: 65 0B 0F 01 01 01 07 76 |e......v|
(1992) [20-AUG-2008 17:13:00:953] nsprecv: C7 01 01 09 01 01 07 76 |.......v|
(1992) [20-AUG-2008 17:13:00:953] nsprecv: C7 01 01 18 01 01 07 78 |.......x|
(1992) [20-AUG-2008 17:13:00:953] nsprecv: 65 0B 0F 01 01 01 07 76 |e......v|
(1992) [20-AUG-2008 17:13:00:953] nsprecv: C7 01 01 09 01 01 07 76 |.......v|
(1992) [20-AUG-2008 17:13:00:953] nsprecv: C7 01 01 18 01 01 02 C1 |........|
(1992) [20-AUG-2008 17:13:00:953] nsprecv: 3B 02 C1 02 01 80 00 00 |;.......|
(1992) [20-AUG-2008 17:13:00:953] nsprecv: 00 00 00 00 00 00 00 00 |........|
(1992) [20-AUG-2008 17:13:00:953] nsprecv: 00 00 01 80 15 0C 00 |....... |
(1992) [20-AUG-2008 17:13:00:953] nsprecv: normal exit
(1992) [20-AUG-2008 17:13:00:953] nsrdr: got NSPTDA packet
(1992) [20-AUG-2008 17:13:00:953] nsrdr: NSPTDA flags: 0x0
(1992) [20-AUG-2008 17:13:00:953] nsrdr: normal exit
(1992) [20-AUG-2008 17:13:00:953] snsbitts_ts: entry
(1992) [20-AUG-2008 17:13:00:953] snsbitts_ts: acquired the bit
(1992) [20-AUG-2008 17:13:00:953] snsbitts_ts: normal exit
(1992) [20-AUG-2008 17:13:00:953] snsbitcl_ts: entry
(1992) [20-AUG-2008 17:13:00:953] snsbitcl_ts: normal exit
(1992) [20-AUG-2008 17:13:00:953] nsdo: what=1, bl=2001
(1992) [20-AUG-2008 17:13:00:953] snsbitts_ts: entry
(1992) [20-AUG-2008 17:13:00:953] snsbitts_ts: acquired the bit
(1992) [20-AUG-2008 17:13:00:953] snsbitts_ts: normal exit
(1992) [20-AUG-2008 17:13:00:953] nsdo: nsctxrnk=0
(1992) [20-AUG-2008 17:13:00:953] snsbitcl_ts: entry
(1992) [20-AUG-2008 17:13:00:953] snsbitcl_ts: normal exit
(1992) [20-AUG-2008 17:13:00:953] nsdo: normal exit
(1992) [20-AUG-2008 17:13:00:953] nioqrc: exit
(1992) [20-AUG-2008 17:13:00:953] nioqrc: entry
(1992) [20-AUG-2008 17:13:00:953] nsdo: entry
(1992) [20-AUG-2008 17:13:00:953] nsdo: cid=0, opcode=85, bl=0, what=0, uflgs=0x0, cflgs=0x3
(1992) [20-AUG-2008 17:13:00:953] snsbitts_ts: entry
(1992) [20-AUG-2008 17:13:00:953] snsbitts_ts: acquired the bit
(1992) [20-AUG-2008 17:13:00:953] snsbitts_ts: normal exit
(1992) [20-AUG-2008 17:13:00:953] nsdo: rank=64, nsctxrnk=0
(1992) [20-AUG-2008 17:13:00:953] snsbitcl_ts: entry
(1992) [20-AUG-2008 17:13:00:953] snsbitcl_ts: normal exit
(1992) [20-AUG-2008 17:13:00:953] nsdo: nsctx: state=8, flg=0x100400d, mvd=0
(1992) [20-AUG-2008 17:13:00:953] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
(1992) [20-AUG-2008 17:13:00:953] snsbitts_ts: entry
(1992) [20-AUG-2008 17:13:00:953] snsbitts_ts: acquired the bit
(1992) [20-AUG-2008 17:13:00:953] snsbitts_ts: normal exit
(1992) [20-AUG-2008 17:13:00:953] snsbitcl_ts: entry
(1992) [20-AUG-2008 17:13:00:953] snsbitcl_ts: normal exit
(1992) [20-AUG-2008 17:13:00:953] nsdo: switching to application buffer
(1992) [20-AUG-2008 17:13:00:953] nsrdr: entry
(1992) [20-AUG-2008 17:13:00:953] nsrdr: recving a packet
(1992) [20-AUG-2008 17:13:00:953] nsprecv: entry
(1992) [20-AUG-2008 17:13:00:953] nsprecv: reading from transport...
(1992) [20-AUG-2008 17:13:00:968] nttrd: entry
Message was edited by:
vhbtech

Found nothing in the \bdump alert.log or \bdump trace files. I only have the DEFAULT profile and everything is set to UNLIMITED there.
But the \udump generates a trace file the moment i execute the query:
Dump file <path>\udump\<sid>ora4148.trc
Fri Aug 22 09:12:18 2008
ORACLE V10.1.0.5.0 - Production vsnsta=0
vsnsql=13 vsnxtr=3
Oracle Database 10g Release 10.1.0.5.0 - Production
With the OLAP and Data Mining options
Windows Server 2003 Version V5.2 Service Pack 2
CPU : 2 - type 586, 1 Physical Cores
Process Affinity : 0x00000000
Memory (Avail/Total): Ph:898M/3071M, Ph+PgF:2675M/4967M, VA:812M/2047M
Instance name: <SID>
Redo thread mounted by this instance: 1
Oracle process number: 33
Windows thread id: 4148, image: ORACLE.EXE (SHAD)
*** 2008-08-22 09:12:18.731
*** ACTION NAME:(SQL Window - select * from stude) 2008-08-22 09:12:18.731
*** MODULE NAME:(PL/SQL Developer) 2008-08-22 09:12:18.731
*** SERVICE NAME:(<service-name>) 2008-08-22 09:12:18.731
*** SESSION ID:(145.23131) 2008-08-22 09:12:18.731
opitsk: network error occurred while two-task session server trying to send break; error code = 12152
This trace is only generated if the query with a expected large resultset fails. If i narrow down the resultset no trace is written, well and the query then works of course.

Similar Messages

  • Connection session lost with first action after connection

    Hello,
    I have a problem with a website. After authentification when i do any action (go to another page) i am directly redirected to site home page with lost of session. Session track on this site are made by cookies.
    The problem is present only with firefox on windows 7. I have no problem with other browser. And for windows XP it work fine.
    When i start firefox in WinXP or WinVista compatibility mode i don't have the problem.
    Any one have an idea ?
    Thanks.

    Found nothing in the \bdump alert.log or \bdump trace files. I only have the DEFAULT profile and everything is set to UNLIMITED there.
    But the \udump generates a trace file the moment i execute the query:
    Dump file <path>\udump\<sid>ora4148.trc
    Fri Aug 22 09:12:18 2008
    ORACLE V10.1.0.5.0 - Production vsnsta=0
    vsnsql=13 vsnxtr=3
    Oracle Database 10g Release 10.1.0.5.0 - Production
    With the OLAP and Data Mining options
    Windows Server 2003 Version V5.2 Service Pack 2
    CPU : 2 - type 586, 1 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:898M/3071M, Ph+PgF:2675M/4967M, VA:812M/2047M
    Instance name: <SID>
    Redo thread mounted by this instance: 1
    Oracle process number: 33
    Windows thread id: 4148, image: ORACLE.EXE (SHAD)
    *** 2008-08-22 09:12:18.731
    *** ACTION NAME:(SQL Window - select * from stude) 2008-08-22 09:12:18.731
    *** MODULE NAME:(PL/SQL Developer) 2008-08-22 09:12:18.731
    *** SERVICE NAME:(<service-name>) 2008-08-22 09:12:18.731
    *** SESSION ID:(145.23131) 2008-08-22 09:12:18.731
    opitsk: network error occurred while two-task session server trying to send break; error code = 12152
    This trace is only generated if the query with a expected large resultset fails. If i narrow down the resultset no trace is written, well and the query then works of course.

  • Lost itunes on pc after an update. Message said iTunes not installed.. Please reinstall. Tried to and error message "app failed because MSVCR80,dll was not found. Tried several times...same response. Finally uninstalled itunes and tried to reinstall . No

    Lost iTunes on pc after an update (Neighbor has same problem) Tried to open and message said " iTunes not installed correctly,Please reinstall itunes" . Tried to do so and same message with another message"application failed because MSVCR890.dll was not found.Re-installing may fix this problem" Tried several times and same message. Finally uninstalled itunes from computer and tried unsucessfully several times to re-install...Same messages as above appear when install looks like it's done......Help !

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • HT4528 lost all my apps after an update

    lost all my apps after an update and the store said i am out of luck and need to down load them all again any other thoughts

    Did you transfer your purchases to computer iTunes?
    If so, you can sync them from there.

  • C7 - Lost licence for Quickoffice after Anna updat...

    Lost licence for Quickoffice after Anna update, anybody else? v6.04 (460)
    Did the Anna 1/2 update as well but when starting quickoffice, error message reads - No application licence, no licence for feature. Purchase licence or continue. Unable to reinstall Quickoffice as well, install fails.
    V7 Quickoffice Pro Trial won't install either.
    Solved!
    Go to Solution.

    timkamat wrote:
    How did you contact quickoffice?Can you please give me the id or contact details?
    See; http://support.quickoffice.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=505
    and Submit ticket via this page; http://support.quickoffice.com/index.php?_m=tickets&_a=submit
    HTH

  • My E52 lost Mail For Exchange after software updat...

    After I updated my E52 software the phone seems to have lost it's mail for exchange client. Setting up webbased email accounts like hotmail is no problem (though through Nokia Messaging), but when when I try to setup my work email it just tell me that the unit does not support any more accounts for workrelated e-mails (I don't have any option to choose mail for exchange).
    Before the update I had an option to choose to choose mail for exchange and it would ask me for domain and server and everything and it was no problem.
    As mail for exchange is supposed to be integrated in the E52 as part of nokias new emailing software (as far as I can read), I am not able to download and install the mail for exchange client separately (and I have tried by the way, but it refuses to install).
    Has anybody experienced similar problems after the software update, and/or do you have any solutions?

    The Hungarian support told me, that the new Nokia Messenger supports exchange, but only one email. And most probably the system already stored your email that you used before the upgrade. With the upgrade the datas were deleted, and you cannot recall it, or edit it from the web interface (email.nokia.com) but still the system thinks that you already have one (even if I want to use the same one). Therefore you cannot open a new one. The support promised me to delete it maually with system administrators and then I would be free to use it again.
    Try this with your local support, perhaps that is the truth.
    Vitya

  • How to restore lost bookmarks on iPad after iOS update

    I lost a few bookmarks after updating to iOS 7. How could  I restore the lost ones?

    I had the same problem today when I reset my computer system. I found a program called ipad data recovery that seemed to have helped.

  • Lost photos on iPod after ios5 update

    Hi Everyone,
    I lost my photos in an ios update even when I backed them up. Is there any way to get them back?
    Thanks

    Hi, I lost photos on my iPod Touch 4th gen too when it came to IOS 5.1 update and I had very great memories in there and I need help with finding them also because when it updated it never asked me to back them up and it setup as a new iPod and all I lost was photos no contacts or anything.

  • [fixed (kinda-)] PCManFM lost file type associations after last update

    Hi there,
    I just updated my system and it happened something strange: PCManFM lost all the file associations. Result is, for whatever file i click, it asks me how to open the file.
    If i right click a file, selecting "Open with … → Open with another program" the "Recommended Applications" tab is empty, on the "All Applications" tab i can select applications as i want, but i can't select, that i want to use this application always.
    Folders work as expected, this only happens to files. But not to all files. I still can open text files as expected.
    Shell output of PCManFM start, rightclick a jpeg file, open with Geeqie, close Geeqie, close PCManFM
    dirk ~ $ pcmanfm
    ** (pcmanfm:4750): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
    ** (pcmanfm:4750): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
    ** (pcmanfm:4750): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
    dirk ~ $
    The CRITICAL stuff appears right after starting PCManFM.
    Last updates (maybe there was an PCManFM update or other update the day before, but i noticed the failure today after updating one of my machines and made a list of updated files before i updated another machine of mine)
    cat updated
    consolekit 0.3.1-1
    fontcacheproto 0.1.2-2
    gtk2 2.18.2-1
    kbproto 1.0.3-2
    pango 1.26.0-1
    perl 5.10.1-3
    poppler 0.12.0-1
    pygtk 2.16.0-1
    randrproto 1.3.0-1
    shared-mime-info 0.60-1
    tzdata 2009n-1
    xf86miscproto 0.9.2-2
    xulrunner 1.9.1.3-1
    PCManFM version is 0.5.1-2, i'm starting X via inittab and my wm from xinitrc
    $ cat /etc/inittab
    id:5:initdefault:
    rc::sysinit:/etc/rc.sysinit
    rs:S1:wait:/etc/rc.single
    rm:2345:wait:/etc/rc.multi
    rh:06:wait:/etc/rc.shutdown
    su:S:wait:/sbin/sulogin -p
    c1:2345:respawn:/sbin/agetty -8 38400 tty1 linux
    c2:2345:respawn:/sbin/agetty -8 38400 tty2 linux
    ca::ctrlaltdel:/sbin/shutdown -t3 -r now
    x:5:once:/bin/su dirk -l -c "/bin/bash -l -c startx"
    $ cat /home/dirk/.xinitrc
    exec ck-launch-session wmii
    This happens to i686 and x86_64 systems. xdg-utils is not installed on one system but installed to the other systems, but it makes no difference.
    Any hints?
    Kind regards,
    Dirk
    Last edited by Dirk Sohler (2009-10-22 11:14:50)

    rusty99 wrote:This might help http://bbs.archlinux.org/viewtopic.php? … 15#p640615
    Oh yes, it did
    Btw. i HATE downgrading!

  • LaserJet 1102W lost connection to network after firmware update and can't reconnect.

    I have used the LaserJet 1102W on my Wifii network for some time.  I use MacOSX 10.7 on one laptop and OSX 10.8 on my new Retina Macbook Pro.  I updated the firmware to get access to ePrint and lost wirless connections.  I have tried many times to reestablish network connection as instructed thru System Preferences and continue to get the response that my Wep Key is invalid.  I have many items using the Wep key including apple tv, phone, ipad and it is the correct wep key.  My network is Wep 128.  Is there some way I'm suppose to split the key between the 4 available wep key spaces?  My router is a Linksys WRT320N, Mac Book Air running 10.7.4, Mac Book Pro running 10.8.2.  I have been trying to setup the network wireless with the Mac Book Air.  I can print with both computers via USB.

    I updated a P1102w that we have here to firmware version 20120814 and haven't had any problems with it. I set a static IP and set the DNS to a preferred of 8.8.8.8 and an alternate of 8.8.4.4, and haven't had a problem with anything from a Windows system. I ran into a problem printing from Safari on a Mac running OS 10.8, but that was the only program with the problem. I even turned the printer off and back on several times to make sure the IP settings would stick, and they have. If you've done that and are still having problems, try power cycling your entire network. I'll link a document that will help to get the printer on the network steadily below. If you are still in warranty, HP may replace the printer at no cost to you. I'll link the information to get in touch with them below. The link will take you to a form to fill out. Once you fill it out and it is processed, it will give you the printers warranty information, a case number, and the phone number to call.
    Printer Does Not Maintain Wireless Connection:
    http://goo.gl/YoJ7g
    HP Technical Support Case Call Form:
    http://goo.gl/w7Hgh
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • Lost content in library after latest update

    I updated iTunes yesterday and when I opened it today all of the music which I added myself i.e. didn't download from the store has been wiped. I'm away from home at university so have no access to this lost music. Is there anyway to recover it?

    See Empty/corrupt iTunes library after upgrade/crash.
    tt2

  • Lost all my pictures after iphone update, what to do

    i recently updated my iphome 5c with the latest update and I have lost all my recent pictures except about 20, which means I've lost a lot of importants ones of which include family and friends ans I am not happy since they should not have got deleted from this update.
    where have they gone and how do I get them back!
    thanks

    HannahM15 wrote:
    i recently updated my iphome 5c with the latest update and I have lost all my recent pictures except about 20, which means I've lost a lot of importants ones of which include family and friends ans I am not happy since they should not have got deleted from this update.
    where have they gone and how do I get them back!
    thanks
    There are two types of people in the world; those that have lost data, and those that will lose data.  (In other words, it happens to everyone eventually).
    The difference is whether or not you took proper precautions to safeguard your 'important' data.  You did not.
    Apple recommended backing up your data before updating your iOS.  You did not.
    You've learned an important yet painful lesson.  Backup your data, and import your photos/videos regularly.
    Tell me; what would you have done if, say, your iPhone had accidentally dropped into water and fried?  Or if it had been lost or stolen?  How would you have recovered your photos and other data then?

  • Lost sound QT X after auto update

    I just got this MacBook with Lion 0.7.5 and I had sound.  It did an auto update and I lost audio and video on a particular website.  I have a/v on youtube and I have audio on cd.  Something is wrong.  Can someone help?  I'm trying to learn Apple, I'm more MS familiar.  Thanks, breeze

    Breeze, try taking the QuickTime 7.6.6 download. It's the older 32-bit player that can work with almost every audio/video codec available - and many of the files used on various websites can be made to work if you get the correct codec packs.
    Right now there is a whole change happening and one of the updates you took may have flipped a settings switch somewhere.. DO be mindful that Mavericks 10.9 IS FREE and if you do take that upgrade, you will absolutely WANT to re-install the QT7.6.6 asnd install all the codecs again, as 10.9 is now stepped up on the video to 64-bit processing and it's also embedded the playback function further down into the operating system, closer to the hardware level.. Ugh.
    Here's the list to try, I've made this for the people with video issues in Mavericks, but all these options work well enough on every OS as far back as Tiger Mac OS X 10.4 (I have this installation package on one of my machines)
    Start with QT 7.6.6. - http://support.apple.com/kb/DL923
    Get Perian, and install it. - http://perian.org
    then VLC, - http://videolan.org
    DivX - http://divx.com - and the
    Flip4Mac package from Telestream - http://www.telestream.net/flip4mac/
    A52/AC3 downloader: https://www.macupdate.com/app/mac/21875/a52codec - In this installer package there is an audio A52Codec.component. DO NOT USE IT! Throw it out and use the one that is linked below.
    This is what I've put into my system and so far I've gotten every file to run fine, even my oldest videos.
    These are codecs you should see.
    In System/Library/QuickTime
         AppleIntermediateCodec.component
         AppleMPEG2Codec.component* (*optional if you've bought it)
         DivX Decoder.component
         Flip4Mac WMV Advanced.component
         Flip4Mac WMV Export.component
         Flip4Mac WMV Import.component
    In your Home/Library/QuickTime/
         AC3MovieImport.component (you may or may not want this component, in some instances it causes conflicts. In my system, it doesn't. Who knows why? I don't.)
         Perian.component
    For AC3 sound that is in most .mkv files, you need the A52Codec.component, this is the one you want, here:https://dl.dropboxusercontent.com/u/34821905/A52Codec.component.zip - unzip the file and put the component into the System/Library/Audio/Plug-ins/Components
    Perian is a System Prefences control panel and set it so it doesn't check for updates, since it is no longer in development. (but still works perfectly)
    Good luck!

  • Restore to earlier date.. lost contacts on 5s after facebook update

    anyone know how to restore to an earlier date? I plugged in to restore but Itunes did an auto backup so now I have a back up of my phone with lost contacts.
    Used to you could right click and pick a date but that option isnt there now.. plz help

    Before you do any else, let's look to see where your contacts (mostly) reside on the Z10.
    Open your Contact app.
    Swipe down from the top bezel to Settings.
    scroll down to turn OFF each of the Social accounts (BBM, BBM video, LinkedIn, Faceboo, and Twitter) accounts, so that you leave ONLY the email, SIM , etc. contacts ON.
    Tap Back at lower left.
    Now, on the contacts main screen, from the middle of the screen, pull down on the screen to reveal your TOTAL number of contacts. Keep note of that number.
    Return to the settings and NOW, turn off the remaining email and SIM card contacts to NOT show.
    Go back and again check the total of number of contacts.
    Now, this final number is the total contacts residing "Local" on the device, not syncing with anything.
    Those local contacts can be deleted in mass, and you can sync with your iCloud contacts if you like.
    How to integrate iCloud contact, calendar, or email accounts on the BlackBerry 10 smartphone
    Let me know if you want to delete those local contacts, and I'll tell you how. See if your sync with iCloud can be setup first.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Lost music in itunes after downloading update ?!?!

    hi all
    i downloaded the newest update for itunes today, and then afterwards i tried to play some songs, and it kept coming up with an error saying that the song could no be played because the original file could not be located and ask me if i wanted to locate it.
    does anyone know how to fix this without manually locating each individual song?
    can i perhaps delete itunes and sync all thw songs from my ipod to itunes?
    pls advise... tks!!
    ipod nano   Windows XP Pro  

    I'm having the exact same problem. I lost over 100 songs, on my iPod, but they're still showing on iTunes. It says it can't play certain songs and then asks if I want to locate them. Help!

Maybe you are looking for

  • How do we share of divy up music from a "family" account

    My children and I have always shared an appleid and itunes account. They are teenagers now and one has a an iphone and getting text conversations her brother is having on his ipod.  I understand this is because we all share an id.  I want to get each

  • Error logging for servlets in Weblogic 5.1?

    Where are errors that occur in servlets logged in 5.1? I have a servlet           that one of the classes it instantiates during the init() method to load a           native library (.dll). On the console, there is a message saying           "unavail

  • DMZ Issue

    I'm using a RV320 and have a puzzling issue.  I would like to provide DHCP for the DMZ network but I can't get it to work.  I created a VLAN, assigned the DMZ to that subnet by giving it an address in that subnet, but it is not passing out addresses

  • Multimapping: RFC+File to File

    Hello, I've read a lot of blogs about multimapping and BPMs but I don't know how to solve my problem yet. I have an RFC in R3 that triggers data to XI. Then XI must receive that data and read a file with more data. Once I have all the data I have to

  • Wrong image refresh in java applet AND Windows 7

    I'm managing since few days a java applet that takes an image from an industrial product and shows it in a browser (simple web server). There is following issue: the image is not correctly loaded and refreshed in its own window if just opened but onl