How to limit number of logins per day?

We have a custom web application (WebAS 6.20) used by people and automated systems. Each user has his own login, and some of these automated systems sometimes produce heavy load because they log into system too often.
Is there an easy way to:
1) limit number of logins to, say, 1000 per day and when this limit is reached - do not allow this user to login till midnight
OR
2) dedicate one of the processes to the specific user
thanks in advance

extend PlainDocument class to restrict the number of characters per line.
Set this class as model to TextArea.
Below is a class which does this. May be its useful
import javax.swing.*;
import javax.swing.text.*;
import java.awt.*;
public class FixedNumericDocument extends PlainDocument {
private int maxLength = 9999;
private String max="";
public FixedNumericDocument(int maxLength) {
super();
this.maxLength = maxLength;
//this is where we'll control all input to our document.
//If the text that is being entered passes our criteria, then we'll just call
//super.insertString(...)
public void insertString(int offset, String str, AttributeSet attr)
throws BadLocationException {
if (getLength() + str.length() > maxLength) {
return;
else {
try {
//check if str is numeric only
int value = Integer.parseInt(str);
//if we get here then str contains only numbers
//chk if it is less than 65535 so that it can be inserted
super.insertString(offset, str, attr);
catch(NumberFormatException exp) {
return;
return;

Similar Messages

  • F110 - How to limit number of payments per document

    Dear All,
    Our client wants to limit the number of payments per account document for Russia.
    Does somebody knows a method to limit to "3"  this number for each payment document when execution of transaction F110 ?
    So if a supplier has 10 invoices payable, this creates 4 payments (3 + 3 + 3 + 1)
    Thanks in advance
    Regards
    Daniel.

    Hello,
    I do not think this requirement is possible in standard SAP.
    You have to decide whether you want to group payment document for single invoice or all invoices.
    There is no configuration to divide payment documents for 3 invoices.
    Regards,
    Ravi

  • Since yesterday I'm unable to send emails alleging I have exceeded the maximum number of emails per day, but I had only sent out 24 and NO bulk emailing -  (much less than 1000 as per the website) and I'm STILL not able to send emails.Any advice?

    Since yesterday I'm unable to send emails on any of my Apple devices. The revert is that I have exceeded the maximum number of emails per day, but I had only sent out 24 with no bulk emailing -  (much less than 1000 recipients as per the website) and I'm STILL not able to send emails. Any advice on how to solve this?

    I have asked a moderator to provide assistance, they will post an invite on this thread.
    Once you get a reply, if you click on their name, you will see a screen like this. Click on the link as shown below.
    Please do not send them a personal message, as they may not be on duty for a long time, and your message will not be tracked properly.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Logic to calculate average number of employees per day...

    Hi,
    In an internal table, i have employee number, start date, end date.
    This table shows employee's start and end dates for a cost center.
    Now, the requirement is to calculate the average number of employees available per day for a given period...
    Lets asume that we would like to calculate average number of employees per day for a given period of 30 days (01.01..2009 to 30.01.2009)....
    The above table will have around 20 employees with their start and end date.
    Among these 20, some may be present between 1st to 10th Jan only..
    In such case, How to calculate average number of employees per day in such case?
    Can anyone help me out with a rough sketch of logic for this calculation?
    Thanks in Advance,
    Pavan

    My Logic:
    1) First choose dates from which date to which date you are planning to calculate. [Here i am trying to calculate from Jan 1st 2008 to till date - March 3rd 2009 = So total days = 427 days]
    2) First try to count number of days worked in organization by each employee. [Lets take employee a = 10 days, b = 182 days, c = 427 days].
    3) Then total all the number of days. [abc = 10182427 = 619 days].
    4) Total number days / Total number of days worked = 619 / 427 =  1.44 employees per day.
    Employee     Emp-Start Date     Emp-End Date     No. of days
    a             Jan 1st 2008     Jan 10th 2008     10
    b             Jun 1st 2008     Jun 30th 2008     182
    c            Jan 1st  2008     3rd March 2009     427
              Total No. of days                     619
         From Jan1st 2008 to Till date 3rd March 09          427
              619 / 427 =     1.449648712
    I tried take simple example to recheck the above scenario is correct or not. If 'n' number of employees worked for an organization in a year (365 days) is 730. then per day = 730 / 365 = 2 employees per day worked for organization.
    I am not sure my logic is correct or not ... just tried like above.
    Regards,
    ~Satya

  • Limit number of chars per line

    Hi ,
    how to limit the number of chars per Line in a textArea or RTFEditableText?
    I have to do the following:
    Allow 25 Chars for first line,
    any other line should have max. 28 chars.
    First line should have a bold font.
    Not an easy thing..
    I tried to use a textarea fpr input and put the text into a datagrid in the textarea.change() event.
    This works, but I lose a lot of the standard features of the textarea (hyphenation etc.)
    The idea is to use only the textarea or a RTFEditor for applying the rules mentioned above.
    Thanks
    thorsten

    extend PlainDocument class to restrict the number of characters per line.
    Set this class as model to TextArea.
    Below is a class which does this. May be its useful
    import javax.swing.*;
    import javax.swing.text.*;
    import java.awt.*;
    public class FixedNumericDocument extends PlainDocument {
    private int maxLength = 9999;
    private String max="";
    public FixedNumericDocument(int maxLength) {
    super();
    this.maxLength = maxLength;
    //this is where we'll control all input to our document.
    //If the text that is being entered passes our criteria, then we'll just call
    //super.insertString(...)
    public void insertString(int offset, String str, AttributeSet attr)
    throws BadLocationException {
    if (getLength() + str.length() > maxLength) {
    return;
    else {
    try {
    //check if str is numeric only
    int value = Integer.parseInt(str);
    //if we get here then str contains only numbers
    //chk if it is less than 65535 so that it can be inserted
    super.insertString(offset, str, attr);
    catch(NumberFormatException exp) {
    return;
    return;

  • Smart playlist limit number of songs per artist

    Is there a way to limit the number of songs per artist that show up in a Smart Playlist?

    No.
    You can check out dougscripts.com to find something to do what you want.

  • SCCM 2012 client agent migration - number of machine per day

    Hi,
               Need some help here as I working out client migration plan. Try to search around but no luck. Any recommendation number of clients can be migrate per day assuming network speed not a concern? I do have 3 primary site
    servers connected to CAS. What are factor need to consider? 
    Regards,
    ytlaw

    These guys did 9000 PC's and 450 servers in one night. LOL.
    http://myitforum.com/myitforumwp/2012/08/06/sccm-task-sequence-blew-up-australias-commbank/
    I've heard other stories where someone did like 40,000 in one night. Of course that too was not intentional.
    John Marcum | http://myitforum.com/myitforumwp/author/johnmarcum/

  • Number of Requests per day

    Hi,
    We are a mid size automobile supplier company and we have implemented EBS with most of the basic modules including but not limited to financial, SCM, Purchasing, HRMS, SSHR, Payroll, Advance Benefits, AME, iSupplier, custom modules in PO, OM, INV, etc.
    We are working on some performance issues and I want to know how many total number of requests(including everything) will be submitted in a typical environment with some level(about 30%) of customizations. I know this is a really vague question but any rough number based on the experience will be appreciated.
    Thanks,
    CAH

    Hi Guys,
    Thanks a lot for your responses and sorry for the late reply. I was working some other very high priority issues. Here is the output of the query (Programs starting with XXX, XXXY and XXXZ are custom programs) :
    CONCURRENT_PROGRAM_NAME              COUNT of Request Submitted
    XXX_WMS_LABEL_GENERATION 5759
    XXX_REQ_PO_GETFILE_NAME 1359
    REQIMPORT 860
    PORELGEN 860
    XXX_PO_REQ_PO_RCV_PKG 824
    XXXGETORDERFILES 818
    QLTACTWB 752
    POXPOPDF 613
    XXXZECEPOO 551
    XXX_PO_LABEL_PRINT_REPORT 412
    XXXY_INV_CHAVEZ_IFACE_PKG 407
    XXX_MANIFEST_FORMAT 405
    XXX_PO_REQ_PO_RCV_PKG_UPD 405
    CMCMCW 391
    XXX_REQ_PO_MAIN_CTL 297
    XXXY_SO_OUTBOUND_IFACE_PKG 286
    XXXY_ONT_SHIP_IFACE_PKG 273
    XXXYONTSHIPGETFILE 273
    FNDRSSTG 257
    XXX_PO_LABEL 252
    ARZCAR_FORMAT_REMIT 241
    WICTMS 241
    POXPOIV 188
    XXX_PO_LABEL_W 160
    XXX_EC_TMS856 143
    INCTCM 143
    FNDWFBG 140
    XXXYINVWIPGETFILE 136
    XXXYINVSUBINVGETFILE 136
    XXXYINVOVERUSEGETFILE 135
    XLATBDMW 128
    RVCTP 123
    XXXY_INV_SUBINV_CTL 106
    XXX2GIS 102
    INCTCW 99
    XXX_REQ_PO_MAIN_LABEL_CTL 97
    XXX_PO_MANIF_ALERT_PKG 96
    FNDRSSUB 90
    XXXY_PO_OUTBOUND_IFACE_PKG 72
    XXXY_CZA_RECV_INTF_PKG 70
    XXXYCZARECVINTFGETFILE 70
    WSHPSGL 50
    FNDOAMCOL 48
    XXX_ONT_PCB_EMAIL_NOTIF_PKG 48
    XXX_PO_REQ_PO_RCV_PKG_RCV 48
    XXX_INV_WOLC_IFACE_PKG 48
    XXX_FTP_EDI_FROM_GIS1 48
    XXX_INV_ITEM_BOM_MAIL_PKG 48
    XXXGETRECEIPTFILES 44
    WSHINTERFACE 44
    TBCA_WHS_LOAD_SHEET 42
    XXX_RCV_PO_MAIN_CTL 41
    APXIIMPT 40
    ARHDQMSS 35
    RLMINS 32
    QLTSSCPB 27
    GLPPOSS 27
    XXX_ONT_BO_AUTO_PICK_SHIP_PKG 24
    XXXX_PROCESS850 24
    ECEPOI 24
    GLLEZL 23
    XLAACCUP 22
    XXX_PO_REQ_IFACE_CTL 22
    XXXOMSPL_NONTMS 22
    XLAACCPB 22
    XXX_PO_REQ_IFACE_PKG 22
    CMCLCW 20
    XXXPAFR 20
    MRCSLD 20
    XLABABUP 19
    OEOIMP 18
    XXX_WMS_CASE_LABEL_PRINT_PKG 18
    US_RETRY_PROCESS 17
    XXXZWICDOL 16
    XXXWIPSTSUPDT 16
    ECTRIGO 16
    APINVSEL 16
    XXXBOMUPDT 16
    QLTTRAMB 16
    RLMDSP 14
    QLTTRAWB 14
    FNDMLSUB 14
    RLMDPDER 14
    IBYBUILD 14
    XXX_INV_WOLC_IFACE_PKG_PROD 13
    XXXINVPRODREPOTING 12
    XXX_RLM_EDI_FAILED_NOTIF_PKG 12
    XXX_PO_CLOSE_RCV_PKG 12
    XXXX_PROCESS830 12
    POXPRPOL 12
    XXX_GIS_TO_ORACLE 12
    XXXX_PROCESS862 12
    XXX_MRP_CUSTOM_REPORT 11
    IBY_FD_PAYMENT_FORMAT 10
    XXXFTPF 10
    FNDWFLSC 10
    XXXY_ONT_SHIP_IFACE_CTL 9
    APXPBASL 9
    ARXREC 9
    MRCSDW 9
    RAXMTR 8
    XXXX_PROCESSCZA 8
    XLATBDMG 8
    RAXTRX 8
    XXXGTNR 8
    ARPREMAT 7
    IBY_FD_SRA_FORMAT 7
    APXRECLC 7
    XXX_INV_ITM_SALE_COGS_UPD_PKG 7
    XXXWSHRDIPKX 6
    XXXZ_POS_PAY_FORMAT 6
    XXXGETORDERCANCELFILES 6
    XXXPORCTREG 6
    IBY_FD_POS_PAY_FORMAT_2 6
    XTBOMSPLX 6
    XXX_INV_PRNT 6
    XXX_SUPPLIER_ADDRESS_LOC_PKG 6
    MRCNSW 6
    WSHRDINVX 5
    APPRVL 5
    IBYPICP 5
    IBY_FD_RECORD_PRINT_STATUS 5
    RCVTXRTR 5
    XXXGENCENSUS 5
    WSHRDPAKX 5
    MRRFCS 5
    CSTRAIVR 4
    IBY_FD_FINAL_PMT_REGISTER 4
    XXX_INV_WOLC_CTL 4
    XXXGETRECEIPTCORRFILES 4
    XXX_BCAST_FAILURE_NOTIFY_PKG 4
    XXXX_CUSTOM_INVOICE_REPORT 4
    INVTRDST 4
    CSTACRLR 4
    XXXOMSV 4
    XXX_MOVE850 4
    XXX_KRONOS_OUTBOUND_PKG 4
    GLTRBALD 4
    INVIRSIQ 3
    INVTRREG 3
    MRCMON 3
    MRCMPW 3
    FATXPRFD 3
    GLRFCLD 3
    INCOIN 3
    MRCEAP 3
    MRPCBIS 3
    QUICKPAY 3
    MRCSAL1 3
    MRCNSP 3
    MRCNEW 3
    CHECK_WRITER 3
    XXX_PO_REQ_IFACE_ERR_REP_PKG 3
    XXXARAGFW 3
    XXXITEMCDR 3
    XXXX_WSHRDBOLX 2
    XXXAPDIST 2
    XXXAPINVAG 2
    XTBININVATSSTOCK 2
    FDFVGN 2
    XDOREPPB 2
    XXXPTLR 2
    APXINRIR 2
    CHVPRSBB 2
    ARRXMTRG 2
    CSTACRAP 2
    IBYPICPE 2
    XXX_INV_PA_IFACE_PKG 2
    IBY_FD_PAYMENT_FORMAT_TEXT 2
    XXXY_INV_WIP_CTL 2
    CEXINERR 2
    PAAPIMPR 2
    PAXTRTRX 2
    BENMDSGL 2
    BENTHREAD 2
    PAYUSXFR 2
    FNDWFBES_CONTROL_QUEUE_CLEANUP 2
    ARPLABRC 2
    MRPSLPPR 2
    CSTCRACCRCV 2
    XXX_KRONOS_IB_IFACE_PKG 2
    PYUPRT 2
    XXXWSHRDINVX 2
    GLPREV 2
    RXARMTRG 2
    APXCNCLB 2
    PAYUSGTNXML 2
    XXXX_MOVE862 2
    XXXWSHRDPAK 2
    XXX_PAYROLL_CHKLST 2
    APXVDVSR 2
    PAIGEN_SINGLE 2
    BOMRDBCO 2
    PAYLINK 2
    PREPAY 2
    XXX_ELEMENT_COSTING_UPDATE 2
    XXXX_MOVE830 2
    XXX_GL_SALES 2
    XXX_KRONOS_IB_IFACE_CTL 2
    XXXETRMR 2
    NACHA 1
    PAYUSPRT 1
    BENERRPE 1
    APXEXPER 1
    CSTRCMCR 1
    CSTRCMCR3 1
    ADP_PRINT_REPORT 1
    PER_FND_SESSIONS_CLEANUP 1
    XXX_ASN_INT_CTL 1
    XXX_MRP_SR_DDATE_PKG 1
    ECSPSO 1
    PAXACMPT 1
    INCIAP 1
    BENACTIV 1
    FNDWFAASTATCC 1
    POASLGEN 1
    XXX_PA_KRONOS_IFACE_PKG 1
    XXX_ONT_SO_SUM_COMP_REQ_PKG 1
    APXPCER_XMLP 1
    XXXZFTPPOSPAY 1
    TBCA_SUPP_FCST_PROCESS 1
    XXX_PON_EMAIL_SUP_ATTACH_PKG 1
    XXX_PO_ASL_UPD_PROG_PKG 1
    XXXX_INVOICE_FILE_TRNS 1
    XXXPROTOPRS 1
    GLYRLGLG 1
    ECEPOO 1
    APXATR 1
    POXRRVDR 1
    PASTRM 1
    RUNGEN 1
    PALDLC_RANGE 1
    APXMCCDF3 1
    FNDWFWITSTATCC 1
    ADP_PRINT_INTERFACE 1
    XXXX_MC_FILE_TRNS 1
    XXX_PON_SUP_CERT_EXP_PKG 1
    XXXINVAGING 1
    APXINHIS 1
    PATTGL 1
    CSTRINVR 1
    BENDEAUD 1
    BENGELOG 1
    APXCCOUT 1
    FNDWFMLRSTATCC 1
    XXX_TBCA_IFACE_STG_CTL 1
    XXXPOBALACC 1
    ATS_SUPP_FCST_PROCESS 1
    ECEINO 1
    PAAPIMP 1
    PATTAR 1
    OMPREL 1
    WICTWS 1
    WIPDJATO 1
    BENERTYP 1
    XXXAPXINAGE 1
    XXXPRXPO 1
    XXX_KRONOS_PTO_EXTRACT_PKG 1
    APXBCOBN 1
    INCIAR 1
    CMCCTW 1
    MRCRLF 1
    BENERPER 1
    PAYUSREG 1
    FNDDWPURG 1
    XXX_IC_AR_PREPROC 1
    XXXZ_AUTOMATED_ASN_REQ 1
    XXXX_MOVECZA 1
    MRCSCW1 1
    MRPSLPPR1 1
    BENERRTY 1
    BENLIMOD 1
    XXX_HALOGEN_INTERFACE_PKG_OUT 1
    XXX_IPAY_FLAG_UPDATE_PKG 1
    RGRARG 1
    APXPAYSC 1
    PAAPIMP_SI 1
    PAYLINK(PURGE) 1
    BENDESUM 1
    BENDSGEL 1
    CSTRSCCRP 1
    PAXACCPB 1
    XXX_INV_ITEM_ATTR_UPD_PKG 1
    XXX_TBCA_EMP_IFACE_PKG 1
    XXXPRODREPORTINGFTP 1
    XXXZ_UPDATE_IC_EXP_ACCOUNT 1
    XTBIN_MRP_SUP_NOTICE_REPORT 1
    FNDSCPRG 1
    PARTAR 1
    Is these numbers make sense or they are too low or too high?
    Thanks in advance for your responses.
    Thanks,
    CAH

  • How to get average number of emails per day?

    Hi,
    I need figures on the mail activity (whether inbound ir outbound). I have implemented the imslog.pl. Does this output from imslog.pl answer my question:
    Message load by day (dequeues):
    Date # of dequeues
    16-May-2006 8813
    the # of dequeues is the same as the number of outbound messages (mails that are sent by my mail server)?
    How to get the enqueued stats?
    thanks,

    Hi Linda,
    Email statistics are a tricky thing. Before attempting to collate statistics for any kind of reporting you need to strictly define what you wish to collect and how to define an 'email'.
    For example, if a single email is destined for 10 addresses, is this 1 email or 10. From a virus-scanning point-of-view it's one email, but from a storage perspective it can be 10 (single message store makes this even more complex) and from a delivery-to-external host it can be 5 (assuming 5 distinct email domains).
    For email activity, you can separate this into a few categories (this will also depend on your email infrastructure):
    a. Inbound external email (tcp_local enqueue)
    b. Inbound internal/external email from internal staff (tcp_submit/tcp_auth enqueue)
    c. Inbound internal email (tcp_intranet enqueue)
    d. Outbound external email (tcp_local dequeue)
    e. Local account delivered email (ims-ms dequeue)
    f. Local host delivered email (tcp_intranet dequeue)
    These statistics are all currently available in the imslog.pl output.
    Hopefully I haven't caused more confusion. I find though for reporting it is best to have these definitions clear from the beginning, especially if you are looking for trends over-time.
    Regards,
    Shane.

  • How to limit number of chars in a CFGRIDCOLUMN

    Hi,
    I have a 2 column grid populated from a query. The grid is
    editable and will be submitted to an action page for database
    Delete, Insert, or Update. The first grid column corresponds to a
    MS SQL database column that is defined as varchar(3).
    Currently, if the user inputs 4 characters and submits, I get
    a SQL trunc error.
    There has to be a way to limit the number of characters in
    this cfgridcolumn to 3? How is it done?

    Well, you could check the number of characters on your action
    page, and bounce them back if it exceeds the maximum number, and
    you can "protect" the database by including a limiting function on
    the data in the insert statement, like LEFT(col, 3) so that
    regardless what they specify, you will only insert the first 3 into
    the database. You really should let them know if they entered too
    many, however.
    Phil

  • How to limit bandwidth for guest per connection/user on 2504 WLC?

    We have 2504 Controller with 24 AP's registered in a hotel and we would like to limit bandwidth per connection or per user.
    I went to QOS Profiles > Bronze >
    I do not see Per user Bandwidth Contracts(K)* instead I see WLAN QOS Parameters with below options.

    Hello
    Our WLC model 5508, but there is confusion on difference between Override Per-User Bandwidth Contracts (kbps) vs Override Per-SSID Bandwidth Contracts (kbps)
    Our requirement-
    On Guest SSID  - Each user / session should not exceed bandwidth more than 758kbps upstream/downstream
    Only Guest users cannot login to multiple device with single userID - applicable only to Guest SSID other SSID should not get impacted.
    hope to get some response
    cheers
    ST

  • HT201320 how to limit number of emails in mac mail on iphone5

    Since I upgraded to ios7 my main email account within mac mail has been loading up to 1000 emails.  I want it to be as before, a limit of 200.  How???

    appartently the only solution is to mark all the emails as read but it eats up the internal memory. pretty dissappointing.

  • How to limit number of mail messages on iPhone with iOS7?

    Is there a way to limit the number of inbox email messages showing?  On iOS6, it was in Settings under Mail but this option is not there on iOS7  Is it hiding somewhere else?  If this isn't an option at all, are there any suggestions on a work around?  Without it, a lot of memory is being wasted.  Thanks!

    No, this is no longer an option.
    You can let Apple know about your displeasure (as many have) by leaving them feedback here:  www.apple.com/feedback http://www.apple.com/feedback

  • How to limit number of  jbdc connexion on Oracle application server 10G R3

    Hi all ,
    i have deployed my application an integrated server on Oracle Application Server R3.
    The problem is that i have more than 600 connexion to my Database , an this is too much!!
    How can i configure this ???
    Please help,
    Paul

    You can set the maximum number of connections on the connection pool configuration page of your datasource.
    As there are some troubles with the data source when your dataabse has been down (connection is not restored), I'd suggest to set the Validate Connections option to "true"

  • How to limit number of sessions for an Application

    Hi,
    I have an ASO application running on Essbase 7.1.5 version.
    This Essbase cube is widely used by the BO ( business objects ) Web I services for retrieving data in there Dash Boards.
    No I want to restrict number of sessions on this application. We have SERVERTHREADS through which we can set limit on application wise.
    SERVERTHREADS [application] 20;
    When I set this in the Essbase config file on this server and bounce the Essbase services. Will this really help me in limiting the session till 20 for this application . I see we can set minimum 20 and maximum 500 using server threads.
    What will happen to the session which excceds 20. will they be kept in queue ?.
    Pls let me know if this work. Else pls suggest me the best one.
    Some information for you – in the Essbase ->properties->statistics-> I see Ports Available are 65531
    Thanks
    MS

    HI,
    1. SERVERTHREADS does not contain/limit the count of sessions one can have .
    2. Count of ports will help you decide what is the default SERVERTHREAD count , in your case its 20.
    3. the count 20 signifies the number of threads which a transaction can use ( here threads are nothing by the operating system level threads, to do with the processes and processor).
    4. If you have multiple transactions and you want to improve the performance of them ( in case of slow response or so). You can increase the thread count , to make more threads work for your transactions. Again , this does not limit the count of sessions .
    5. I did not understand the obejctive behind limiting the sessions and avoiding users from accessing . I think , this defeats the whole purpose of having cubes then. You have many cubes ,and huge number of users who pull data and essbase and its kernel are capable of handling this . If you still want to restrcit, might as well set their security ( by letting them not to access cubes).
    Hope this adds value
    Sandeep Reddy Enti
    HCC
    http://hyperionconsultancy.com/

Maybe you are looking for

  • How to import network devices on ISE 1.2

    Hi, experts, I'm trying to import network devices on ISE 1.2.0.899 so I downloaded the template and opened with notepad and wrote all the nessesarry information. and I tried to upload to ISE, and it just said import failed. no reason.. does anyone kn

  • Disk Utility: Does it work or not? What has changed?

    Hello: After upgrading just about five hours ago to Leopard, and applying all upgrades and updates as well as security updates, I have noticed that Disk Utility is not th same snappy piece of software it used to be. In Tiger, I used to run Disk Utili

  • Namespace problem with bpelx:rename typeCastTo

    Hi! I have j2ee web service which accepts types derived from one base type. Therefore i need to pass argument like request xsi:type="derivedType", where request is super type. After long searching i found out this can be done via bpelx:rename typeCas

  • Mutex locking issue on Solaris 10

    We are having a problem with mutex locking. On one scenario we are running our application On a v245 running Solaris 10 6/06 update 2 patch 118833-24 On our 5120 we are running Solaris 10 8/07 update 4patch 137111-05. Our application creates several

  • Function Db6pmcf which cannot be accessed.Reason code:5 error in DB6COCKPIT

    Hi, We have 4.6C systems running on AIX 5.3 and DB2. recently I updated the kernel from patch level 2225 to 2307. (Both OS and DB are 64 bit) The DEV and QAS systems were running successfully but I got a problem in PRd systems. I am having error in D