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

Similar Messages

  • 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

  • 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

  • Skype won't let me click on user and not let me wr...

    Skype won't let me click on user and will not let me write, I have the latest version and I have a pc withwindows 7, you have installed all updates, hear that the problem is with internet explorer, but how to fix it,because when I go to internet explorer and for example look for facebook and you feel the same, does notlet me log in nose

    Try this:
    Go to Windows Start -> All Programs -> Accessories -> Right click on Command Prompt, select 'Run as administrator'.
    In the Command Prompt type:  cd c:\windows\syswow64 and press Enter.
    Next type this and then press Enter:
    regsvr32  jscript.dll
    Next type this and press Enter:
    regsvr32  jscript9.dll
    After each Enter you should receive a message saying that DllRegisterServer in XXX.dll succeeded.
    Reboot your computer.
    Make now the test showing if your Internet Explorer can execute JavaScript.
    Open in your Internet Explorer this page and watch the response:
    http://javatester.org/javascript.html

  • 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

  • Billing user exit not letting internal order assignment

    Hello,
    I am assigning an internal order to a line item in billing user exit EXIT_SAPLV60B_004. But when the accounting document posts the IO field is blank.
    System is letting me assign line item text using the same exit.
    Please suggest a solution.
    Thanks,
    Sanjay W.

    Hi
    Is the IO also available in Sales Order? I think the Sales Order Account Assignment has a priority over what you try to enter at the time of release to Accouting interface, specifically with relation to Account Assignment. Logically SAP will loose track if IO is not there in the Sales Order and you try to update the same through the Exit
    Regards
    Sanil

  • Allowing the creation of users but not letting them be assigned to the Administrators group?

    Hi
    I am using Project Server 2013 on-prem, with Project Server Security. We have defined a local administrator group that is intended to allow for a limited set of permissions to local administrators. The reason for this is that we need the individual offices
    in a global company to be able to add their own users, but we want the ability to change configuration of Project Server to be controlled centrally.
    However I have found that once I give Manage Users and Groups permission to a user in this Local Administrator group they can then simply add themselves to the Administrator group anyway.
    Setting policy and training is not proving effective, hence I need to limit this. The desire is for a group that can create users and add values to lookup tables, but not add themselves to the Administrator group.
    Is this possible?
    Thanks
    Ryan

    You could still take the approach of having your helpdesk assign the permissions and remove the manage users and groups permissions from the local administrators in an office (as opposed to switching to the different permission model).
    I'm curious how training and policy isn't working -- you've asked (told) the users not to add themselves to the administration group and yet they do it anyway? Are they doing this so they have permissions to perform some other tasks?
    Jason Warren
    @jaspnwarren
    jasonwarren.ca
    habaneroconsulting.com/Insights

  • Imovie will not let me load a movie to You Tube error message say wrong user name and password when it is right

    imovie will not let me load a movie to You Tube. The error message from imovie says it is the wrong password and user name. I rechecked it and it is right.

    It can be tricky sometimes.  Go to your youtube account in Safari and try logging in.  They might have changed the security requirements.  In addition, you might find this software easier to use for uploading video to youtube.

  • Mac will not let me log in to user account

    Two days in a row, my Mac (2 x 2,93 /ghz 6-Core Intel Xeon) (64 GB 1333 MHz DDR3) will not let me log in to my user account. I used to turn my computer off every day, but the tech guys told me I need to leave it on all the time. Please note: I am the one responsible for fixing this computer. I ran Disk Warrior this morning and repaired the disk permissions. Disk Warrior found a few corrupt things like .plist files which couldn't be repaired. I deleted them, however there seem to be a lot of things in the disk permissions some of which couldn't be repaired. Anyone have any ideas.

    Your GMail email is on Google's server, so you should find the same messages there that you saw before. However, any bookmarks, saved passwords, etc. that you did not sync with Weave or another solution that backs up your settings to some place on the web would need to be rescued from your old computer.
    Check out this article for more insight: [https://support.mozilla.com/en-US/kb/Recovering+important+data+from+an+old+profile Recovering important data from an old profile]

  • HT201441 I have a used ipad mini.  I did a reset on it and I am trying to set it back up, but it is still tied to last users iTunes ID and will not let me set it up with mine.  Any ideas.  I tried setting it back to factory defaults with usb cable, but st

    I have a used ipad mini.  I did a reset on it and I am trying to set it back up, but it is still tied to last users iTunes ID and will not let me set it up with mine.  Any ideas.  I tried setting it back to factory defaults with usb cable, but still no go.  How do I activate ipad mini with my iTunes ID.

    delete the email account and try again

  • 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

  • I just changed my user name to my e-mail address on my iMac. It works fine there but when I try to use my iPhone it still shows my old user name and will not let me enter??

    I just changed my user name to my e-mail address on my iMac. It works fine there but when I try to use my iPhone it still shows my old user name and will not let me enter??

    There is no user name needed to "enter" or use iPhones...
    Assuming you mean your iTunes Store account ID:
    Settings > Store > tap ID > sign out > sign in with new ID

  • Verity Error - Not letting user search with words NOT,AND,OR, etc. Why??

    I've meticulously created collections of the music on my ecommerce music site.  I am manually stripping off offending characters in the submitted search criteria with this code:
    Trim(REReplaceNoCase(URLDecode(URL.searchcriteria),"[()<>##""'@]"," ","all"))
    Then, if the user has ticked for an "exact word" search, I'm adding double quotes around it, otherwise, leaving it without.  Then submitting it to the right collection for a search with this code (I've substituted ZZZ and XXX for my protection).
    <CFSEARCH NAME="ZZZ" COLLECTION="XXX" type="simple" CRITERIA="#cleanedcriteria#" maxrows="300">
    When a user does not tick "exact match" but types in any phrase that includes any of the Verity operators, they get the following error:
    If you are using type="explicit", you must use Verity Query Language operators such as "<WORD>" or "<STEM>", or surround your search term with quotes. See the documentation for details.
    Pass Me Not
    will throw the error. but
    "Pass Me Not"
    which is passed when someone ticks "exact match" does just fine.
    From what I've read, the simple search is supposed to assume the <WORD> and <MANY> operators, but it's like that's being ignored.  What am I doing wrong, and/or how can I configure this so that my users can type terms, submit, and find what they're looking for?

    I think I finally understand, and am posting the solution here for others' benefit.
    Apparently the simple search is in fact behaving properly and will recognize AND OR NOT as operators instead of part of the search string.  The work around for this is to enclose those words in double quotes.  So that's what I've done.  If the user has not specified an "exact match" search (where I enclose the entire string in double quotes), then I single out these three words and put double quotes around them.  It appears to work beautifully.
    QED, and am happy to have had a complete uninterrupted discussion with myself.
    <cfset cleanedcriteria = ReplaceNoCase(cleanedcriteria,"and","""and""","all")>
    <cfset cleanedcriteria = ReplaceNoCase(cleanedcriteria,"not","""not""","all")>
    <cfset cleanedcriteria = ReplaceNoCase(cleanedcriteria,"or","""or""","all")>

  • ICAL will not let me Accept or Decline new Invites from outlook users

    Hi using Ical with mobileme new calender. Ical will not let me accept or decline any new meeting invites or change and updated invites sent to me.

    So as the owner of a 140 year old brand who appreciates just how important it is to continue satisfying your customers, I have to wonder just how long will it take for Apple to lose the loyalty of its raving fans?
    I love my iPad . . . except that it won't work with Adobe Flash which makes it kind of useless for many sites that I visit.
    I love my iPhone, unless I actually want to use it outside of my home (Cincinnati is always 10 years behind, and our AT&T network is all but downtown for large parts of the day).
    And I love my iMacs, so much so that I paid big bucks to integrate it into my office network (I am the CEO, so I can do that) and convinced my wife, mother and mother-in-law to switch from PCs.
    Life was grand, integrated, happy!
    And now, the MobileMe upgrade, which tried (unsuccessfully) to force me to Snow Leopard (I was able to complete the upgrade manually); then refused to work with Google Calendar (annoying, but I switched my wife's calendar to MobileMe and eliminated the need for Google Cal); but now, I cannot get Outlook notifications to work. Really?
    If Apple is going to now be **** bent on making sure that their products are completely incompatible with Microsoft and Google, then I may have to switch back. I understand that Windows 7 is much better than the old XP that I gladly left behind. My cousin has an Android phone which appears to work great. There are now a plethora of new tablet PCs running Android that all appear to be great. And my wife was happy with Google calender and Google Docs, so maybe technology has finally evolved to the point that we no longer need Apple, Steve Jobs or his arrogant my way or the highway brilliance any more.
    It is a sad day. I loved Apple. I admired Steve Jobs. But frankly, I feel that my loyalty is being taken for granted by an arrogant company that no longer gives a **** about its customers wants and needs. I NEED Apple devices that can work and play nice with Google, Outlook and Adobe Flash. And Mr. Jobs, if you are too **** proud to deliver this kind of functionality to your customers, the day is fast approaching (and may already be here) when I can find other companies that are willing to do whatever it takes to make my life just a little bit easier. My loyalty is not free, but comes at a price: namely, that you respect me as a customer. The Apple that I knew AND LOVED is fast losing its shine. Does anyone care?
    Richard Graeter

  • HT201407 my 02 iphone 4s will not let me send picture messages to non iphone users

    my 02 iphone 4s will not let me send picture messages to non iphone users

    Do you have a setting in Settings > Messages for MMS Messaging and if so, is it on?

Maybe you are looking for

  • I have changed my password for my i-pod, and I am wondering why I can no longer use it?

    I have changed my password and I@ am wondering why I cannot use it!  I also downloaded ios8, but I am befuddled!! Please help me! Thank you. Shawn Stopper

  • Alternative unit of measure.. how in this scenario?

    Hi, KG is our base unit of measure and we would to use Littres(L) as the purchasing unit for this material. Therefore, we tried in system adding litres as alternative unit of measure. But we cannot figure out how to put in the density 0,87 kg/l as ne

  • Delivery Block being Removed in Sales Order

    Hello,          While Creating a Sales Order, the moment we enter the Sales Order Entry initial Screen, the Delivery block is being set to a Default Value. However, when I enter the Sold-To,Ship-To, Material, Quantity & Plant and press enter, it disa

  • Bulk loading in 11.1.0.6

    Hi, I'm using bulk load to load about 200 million triples into one model in 11.1.0.6. The data is splitted into about 60 files with around 3 millions triples in each file. I have a script file which has host sqlldr ...FILE1; exec sem_apis.bulk_load_f

  • ¿"Categorize by this column" in Numbers for iOS?

    It's there a way to use the "Categorize by this column" function on the iOS version of Numbers?