Re: (forte-users) (UPDATE) Forte not letting go of Oracleconnections

All,
I have been communicating with Forte regarding this
issue. I was informed that a fix for this bug will be
released in SP2 tentatively due at the end of May.
Forte also confirmed that the bug was introduced in
3.5 and exists in 3.5.1.
Samer Kanjo
--- Joseph Mirwald <jomirweb.de> wrote:
Hello all,
some time ago we talked about the problem, that some
DBSession-connects hang
if the partition where the DBSessionSO is used goes
down.
Ok, there may be some problems with forte or the
Database (TWO_TASK, and so
on).
Does anybody implement a DBSession.Disconnect() when
partition goes down?
I mean the partition exits by a kill or by escript
or econsole, not by a
Forte-Method call
of somewhere else.
I thought the solution must be a loop which
registers for the
task.Shutdown-event, but at
the init-method I couldn't stay in a loop and wait,
because i has to call
the service-objects
methods. Another solution may be a 'start task
LoopMethod()' which are
registers the
event, but i don't try it now, because i don't know
the side-effects
because the thread calls
a method of the 'mother-process' which goes down
also.
What is your solution or idea?
Joseph Mirwald
GERMANY
For the archives, go to:
http://lists.xpedior.com/forte-users and use
the login: forte and the password: archive. To
unsubscribe, send in a new
email the word: 'Unsubscribe' to:
forte-users-requestlists.xpedior.com

All,
I have been communicating with Forte regarding this
issue. I was informed that a fix for this bug will be
released in SP2 tentatively due at the end of May.
Forte also confirmed that the bug was introduced in
3.5 and exists in 3.5.1.
Samer Kanjo
--- Joseph Mirwald <jomirweb.de> wrote:
Hello all,
some time ago we talked about the problem, that some
DBSession-connects hang
if the partition where the DBSessionSO is used goes
down.
Ok, there may be some problems with forte or the
Database (TWO_TASK, and so
on).
Does anybody implement a DBSession.Disconnect() when
partition goes down?
I mean the partition exits by a kill or by escript
or econsole, not by a
Forte-Method call
of somewhere else.
I thought the solution must be a loop which
registers for the
task.Shutdown-event, but at
the init-method I couldn't stay in a loop and wait,
because i has to call
the service-objects
methods. Another solution may be a 'start task
LoopMethod()' which are
registers the
event, but i don't try it now, because i don't know
the side-effects
because the thread calls
a method of the 'mother-process' which goes down
also.
What is your solution or idea?
Joseph Mirwald
GERMANY
For the archives, go to:
http://lists.xpedior.com/forte-users and use
the login: forte and the password: archive. To
unsubscribe, send in a new
email the word: 'Unsubscribe' to:
forte-users-requestlists.xpedior.com

Similar Messages

  • RE: (forte-users) Forte not letting go of Oracleconnections

    Hello Amin, Samer and David,
    thank you for your fast reply.
    The technical support in Germany give at least a good idea to prevent the
    problem in future:
    Available at Forte 3.5 and above
    ER #35575 : user wants TOOL code to detect partition
    shutdown and time to do something
    Add a new interface, AtExitHandler, to Framework, with just one
    method: RunAtExit();
    Add a new method to Partition:
    AtExit(AtExitHandler);
    At shutdown time, managed partitions will call RunAtExit on all
    registered AtExitHandlers in the same sequence that they called
    AtExit on the partition.
    This activity takes place synchronously before we start tearing the
    partition apart, with the partition explicitly set by the active part
    agent to the one we are supposed to be shutting down, so it should be
    pretty safe for the user to run any code he likes.
    We will catch and display any exceptions produced by the callbacks,
    so that errors don't keep shutdown from proceeding (it is still possible
    for the user to write code that hangs and blocks shutdown that way,
    but I don't know what we could do about that besides getting into
    timeouts etc.).
    I think it is always a good idea to disconnect the DB-Session because you
    do it with
    most other tools from Database automatically, so why don't do it generally
    by use of
    a programming-language?!?
    I try this feature in any case.
    Thanks for all who answered to this message
    Joseph Mirwald
    GERMANY
    At 17:13 13.03.01 -0500, Amin, Kamran wrote:
    That was the initial problem. Forte as logged a bug on this issue and
    hopefully fix it soon.
    Look for bug# 54610.
    -----Original Message-----
    From: Joseph Mirwald [mailto:jomirweb.de]
    Sent: Tuesday, March 13, 2001 4:12 PM
    To: Forte Users
    Subject: (forte-users) Forte not letting go of Oracle connections
    Hello all,
    some time ago we talked about the problem, that some DBSession-connects hang
    if the partition where the DBSessionSO is used goes down.
    Ok, there may be some problems with forte or the Database (TWO_TASK, and so
    on).
    Does anybody implement a DBSession.Disconnect() when partition goes down?
    I mean the partition exits by a kill or by escript or econsole, not by a
    Forte-Method call
    of somewhere else.
    I thought the solution must be a loop which registers for the
    task.Shutdown-event, but at
    the init-method I couldn't stay in a loop and wait, because i has to call
    the service-objects
    methods. Another solution may be a 'start task LoopMethod()' which are
    registers the
    event, but i don't try it now, because i don't know the side-effects
    because the thread calls
    a method of the 'mother-process' which goes down also.
    What is your solution or idea?
    Joseph Mirwald
    GERMANY
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

    Hello Amin, Samer and David,
    thank you for your fast reply.
    The technical support in Germany give at least a good idea to prevent the
    problem in future:
    Available at Forte 3.5 and above
    ER #35575 : user wants TOOL code to detect partition
    shutdown and time to do something
    Add a new interface, AtExitHandler, to Framework, with just one
    method: RunAtExit();
    Add a new method to Partition:
    AtExit(AtExitHandler);
    At shutdown time, managed partitions will call RunAtExit on all
    registered AtExitHandlers in the same sequence that they called
    AtExit on the partition.
    This activity takes place synchronously before we start tearing the
    partition apart, with the partition explicitly set by the active part
    agent to the one we are supposed to be shutting down, so it should be
    pretty safe for the user to run any code he likes.
    We will catch and display any exceptions produced by the callbacks,
    so that errors don't keep shutdown from proceeding (it is still possible
    for the user to write code that hangs and blocks shutdown that way,
    but I don't know what we could do about that besides getting into
    timeouts etc.).
    I think it is always a good idea to disconnect the DB-Session because you
    do it with
    most other tools from Database automatically, so why don't do it generally
    by use of
    a programming-language?!?
    I try this feature in any case.
    Thanks for all who answered to this message
    Joseph Mirwald
    GERMANY
    At 17:13 13.03.01 -0500, Amin, Kamran wrote:
    That was the initial problem. Forte as logged a bug on this issue and
    hopefully fix it soon.
    Look for bug# 54610.
    -----Original Message-----
    From: Joseph Mirwald [mailto:jomirweb.de]
    Sent: Tuesday, March 13, 2001 4:12 PM
    To: Forte Users
    Subject: (forte-users) Forte not letting go of Oracle connections
    Hello all,
    some time ago we talked about the problem, that some DBSession-connects hang
    if the partition where the DBSessionSO is used goes down.
    Ok, there may be some problems with forte or the Database (TWO_TASK, and so
    on).
    Does anybody implement a DBSession.Disconnect() when partition goes down?
    I mean the partition exits by a kill or by escript or econsole, not by a
    Forte-Method call
    of somewhere else.
    I thought the solution must be a loop which registers for the
    task.Shutdown-event, but at
    the init-method I couldn't stay in a loop and wait, because i has to call
    the service-objects
    methods. Another solution may be a 'start task LoopMethod()' which are
    registers the
    event, but i don't try it now, because i don't know the side-effects
    because the thread calls
    a method of the 'mother-process' which goes down also.
    What is your solution or idea?
    Joseph Mirwald
    GERMANY
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

  • RE: (forte-users) Forte not letting go of Oracle connections+ RE: (fort

    The bug was just reported yesterday so they might not have it available to
    the public for a while. I am guessing this bug has been around since 3.M.?
    and its very easy to verify it if its happening in your environment. Also I
    have been talking to other user that are not using Oracle (Sybase instead)
    who are also seen the same problem. I think this is a problem across all
    database because there is some fundamental event or process that is not
    taking place to close database connections. But just to be safe verify it
    in your test environment before moving to 3.5. To verify if its happening
    in your Forte version just create a small application that connects to the
    database and run it in debug mode. Log into the database and then stop the
    debug session. The connection will still be open. This will also occur
    when you use the running man or in a deployed application.
    ka
    -----Original Message-----
    From: Labeaux Schiek [mailto:DHSV017dhs.state.il.us]
    Sent: Thursday, March 01, 2001 7:21 AM
    To: kamran.aminlendware.com; Forte-userslists.xpedior.com
    Subject: RE: (forte-users) Forte not letting go of Oracle connections +
    RE: (forte-users) SQL Server Maximum DB Processes already allocated.
    Hi Kamran,
    I just looked up bug # 54610 in Cyber Support and it is not there yet, so a
    question.
    In your opinion, does this effect all databases? We are using DB2 and
    considering going to 3.5 . Are we going to see the same problems you have
    had with Oracle?
    -thanks
    -labeaux
    "Amin, Kamran" <kamran.aminlendware.com> 02/28/01 05:28PM >>>Update on my problem. Well now its everybody's problem. Forte has
    conformed the bug. Bug number 54610 for your reference.
    thanks to everybody for the help..
    ka
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

    The bug was just reported yesterday so they might not have it available to
    the public for a while. I am guessing this bug has been around since 3.M.?
    and its very easy to verify it if its happening in your environment. Also I
    have been talking to other user that are not using Oracle (Sybase instead)
    who are also seen the same problem. I think this is a problem across all
    database because there is some fundamental event or process that is not
    taking place to close database connections. But just to be safe verify it
    in your test environment before moving to 3.5. To verify if its happening
    in your Forte version just create a small application that connects to the
    database and run it in debug mode. Log into the database and then stop the
    debug session. The connection will still be open. This will also occur
    when you use the running man or in a deployed application.
    ka
    -----Original Message-----
    From: Labeaux Schiek [mailto:DHSV017dhs.state.il.us]
    Sent: Thursday, March 01, 2001 7:21 AM
    To: kamran.aminlendware.com; Forte-userslists.xpedior.com
    Subject: RE: (forte-users) Forte not letting go of Oracle connections +
    RE: (forte-users) SQL Server Maximum DB Processes already allocated.
    Hi Kamran,
    I just looked up bug # 54610 in Cyber Support and it is not there yet, so a
    question.
    In your opinion, does this effect all databases? We are using DB2 and
    considering going to 3.5 . Are we going to see the same problems you have
    had with Oracle?
    -thanks
    -labeaux
    "Amin, Kamran" <kamran.aminlendware.com> 02/28/01 05:28PM >>>Update on my problem. Well now its everybody's problem. Forte has
    conformed the bug. Bug number 54610 for your reference.
    thanks to everybody for the help..
    ka
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

  • I changed emails.  My user ID will not let me get into my phone to do any updates, but the user id is associated with an email address that no longer exists

    I changed emails.  My user ID will not let me get into my phone to do any updates, but the user id is associated with an email address that no longer exists

    What a mess the Apple ID, and associating emails, ID etc has got itself in
    I have a new iPad but after 2 days of trying all sorts still can't sync it because it is says it is associated to the other via the iCloud
    I can't use my alternate email address to setup a new Apple ID account as it says it's already used or associated, but I haven't knowingly done anything
    One message says "This email address is already in use or you may already have an Apple ID associated with this email address. Please try again or sign in using your existing Apple ID."
    I am at a complete loss on what to do

  • Beware latest itunes update will not let you keep your old password.

    updates are stupid. The letest apple itunes update will not let you keep your old password.
    Probably pertains to those of us who have kept same password for apple id since inception. New rules make you do all sorts of stupid characters instead of keeping it simple.

    sam it sounds like ur password has a low level of security and new update wants to to make it stronger
    when it askes to to make ur password just put ur old one back in but replace some letters with caps and numbers
    i got them same thing when i updated mine to the new version

  • 4.7 Desktop SW Update does not let you choose what drive to install onto

    I have my 4.7 Desktop SW installed on my D: Drive. Today I checked for updates and it came back & told me that there was an update available that came out yesterday 6/5/2009 consisting of 111 MB. I clicked on the update button and let it install. It changed my application to be installed on the C: Drive. I do not want the BlackBerry Desktop Software to be installed on the C: Drive. I want it to be on the D: Drive but the update installation process does not give you the option to customize where you want it to be installed.
    Is there a way to download the update and then choose where you want it to be installed?

    Hi and Welcome to the Forums!
    I just launced my DM and indeed receive the same message. There is a location that you can download DM from, but I don't know if it has this update or not...you can try: http://na.blackberry.com/eng/services/desktop/
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Since the last update my iCloud on my tablet is stuck in update will not let me sign out of it or chande anything  how can I stop the upgrade from running. I've tried everything nothing is working.

    My Apple iPad is stuck on the update in iCloud will not let me sign out of it or do anything in icloud. How can I get it to stop running. I have tried everything that I have looked up online and nothing works.  Every time I put in my apple ID it disables me. Ugg I am frustrated!

    Have just seen the answer to this in a another thread.
    Gilly

  • New Z10 Update will not let me send text messages

    Hello Everyone, 
    I recently upraded my Z10 to the new software. Everything has been working great except my SMS! Everytime I attempt to open or compose a text message, the screen flashes black a bit and then nothing! 
    Before the update my phone let me send text messages fine, but now it wont let me. 
    Can anyone help me out? This has been very frustrating.

    Hello, gcpatolia
    please try doing a reboot on the phone.

  • Forte not letting go of Oracle connections

    Hello all,
    some time ago we talked about the problem, that some DBSession-connects hang
    if the partition where the DBSessionSO is used goes down.
    Ok, there may be some problems with forte or the Database (TWO_TASK, and so
    on).
    Does anybody implement a DBSession.Disconnect() when partition goes down?
    I mean the partition exits by a kill or by escript or econsole, not by a
    Forte-Method call
    of somewhere else.
    I thought the solution must be a loop which registers for the
    task.Shutdown-event, but at
    the init-method I couldn't stay in a loop and wait, because i has to call
    the service-objects
    methods. Another solution may be a 'start task LoopMethod()' which are
    registers the
    event, but i don't try it now, because i don't know the side-effects
    because the thread calls
    a method of the 'mother-process' which goes down also.
    What is your solution or idea?
    Joseph Mirwald
    GERMANY

    Hello all,
    some time ago we talked about the problem, that some DBSession-connects hang
    if the partition where the DBSessionSO is used goes down.
    Ok, there may be some problems with forte or the Database (TWO_TASK, and so
    on).
    Does anybody implement a DBSession.Disconnect() when partition goes down?
    I mean the partition exits by a kill or by escript or econsole, not by a
    Forte-Method call
    of somewhere else.
    I thought the solution must be a loop which registers for the
    task.Shutdown-event, but at
    the init-method I couldn't stay in a loop and wait, because i has to call
    the service-objects
    methods. Another solution may be a 'start task LoopMethod()' which are
    registers the
    event, but i don't try it now, because i don't know the side-effects
    because the thread calls
    a method of the 'mother-process' which goes down also.
    What is your solution or idea?
    Joseph Mirwald
    GERMANY

  • IOS 7 App Store showing old updates / showing updates and not letting me install

    I noticed two issues with the iOS 7 App Store starting last night.  I'm not sure if it's a temporary issue, since the issue seems to be server-side on Apple's part, or if it's a long-term issue. 
    I am running iOS 7.0.2 on an iPhone 5s.  I do not have automatic updates for apps turned on (I like checking what an app is updating before installing it).  I have tried force quitting the App Store app and restarted my iPhone.
    The first thing I noticed last night was that the App Store showed an update for Hulu Plus on my iPhone but wouldn't let me install it.  On my iPad (3rd-gen) running iOS 7, it let me install it.  This morning, it let me install it.  After, I noticed another badge on my App Store app icon with a "1", and it said there was an update for 94 Seconds, but wouldn't let me install it either.  Then when I expanded the details, I noticed the date on it was from July 30, 2013.  I already had that update installed over 2 months ago.  Screenshots for that issue are below.
    Is anhyone else experiencing anything similar?  Any solutions?

    Thanks for the quick response.
    I do indeed seem to recall that happening with an app previously. 
    However, this time it was two apps (Google and Tivo).  I figured they'd get flushed out when more updates (for other apps) hit the App Store. However, when that happened just now, while it did show "update" for those old updates instead of "open", I could not select "update all" up top and had to press update next to each of the (now 4) apps.  The real issue though is that it (of course) can't further update Google and Tivo and gets stuck.  So I can't update any of my apps now.
    When I went back into App Store I then got the blank screen that shows nothing under updates but the "Purchased" slider up top.  I thus had to reboot.  I can get back into the App Store, and got an error regarding the Tivo update not being available (this was a Jan 10 or so update that had already been installed), but there it still sits in the updates.  Interestingly, Google did "update" and fall off the badge indicator.  I selected only my true/new updates, so now I'm just stuck with a false Tivo update/badge.
    I should add that I am on 7.0.4.
    EDIT: Tivo "updated" after the reboot too.  So, bottom line is that you're (I'm) stuck with the false updates until a real update comes through, and then I have to go through that song and dance to clear out the false flags.

  • 10.7.5 update does not let me use bluetooth

    I have the 10.7.5 update and my logitech mouse and keyboard are both bluetooth and just do not connect. It was working fine and it just tuned out the bluetooth a couple of days ago but started to work again after a hour but not i have restared my computer many times for a couple of hours and still doesn’t work.

    Im also having this issue. on my IMAC. I did the 10.7 .5 update. Since reboot the wireless keyboard and mouse wont connect. Asks me to input the "code" which Ive done many times with the USB keyboard. Mouse wont work either. It sees them both, tries to pair, and fails... HELP!!

  • Latest Software Update will not let me power up

    I decided to update my MBP - the older one -
    once it shut it for a Restart, it will no longer Restart. It's shut down. So I go to power up with the button, and it tries to start, gives me 2 circles of the spinning clock, and shuts right back down again.
    I tried and tried, it refuses to power up and start.
    Any ideas? How do I fix this when I can't get into it?
    Thanks

    I'm at the Apple Store.
    Total corruption. The HDD won't mount, Disk Verify/Repair did not work -
    had to Erase and Reinstall everything.
    Thank goodness I had backed it up.

  • HT4623 i06 updated will not let my wifi work

    My 4s says its connected to wifi but the phones apps will not work? It does not show wifi on the phone screen like it use to but it shows it connected on the phone menu.I just updated my phone and never had this problem prior to the update

    I Have performed the network reset and am still having the same problem. Anything more I might try?
    Thanks
    Matt

  • HT204053 i downloaded the newest os update will not let me agree to terms and conditions nor will it let me e-mail it

    Downloaded OS7 comes up with Icloud terms and conditions on my IPAD will not allow me to agree nor e-mail me terms and conditions,  Somebody help!

    And what does the error message say?
    iTunes: Specific update-and-restore error messages and advanced troubleshooting

  • The new Android ICS update will not let me use iCloud email

    I figured out how to use a @me.com account on my android, but with the new ICS update it keeps saying "Username or password incorrect" except that they aren't. I even changed them but it still says this. It is a different alert if I get the other settings wrong.

    I figured it out! https://discussions.apple.com/message/19273401#19273401

Maybe you are looking for