Problem with BPEL Console

Hi all,
We are facing a peculiar type of problem on BPEL Console.
Scenario: I have created an empty BPEL process. That process gets initiated by a CSV file present in the specific folder (with the help of file adapter), and subsequently the values from that CSV file is used as an input parameter for calling a procedure (with the help of DB Adapter). The success or failure of the BPEL process is informed to particular set of people through Email. Everything is working perfectly fine including the process instance and the Email part.
Problem: We are not able to see any instance created on BPEL console if we are passing more than 2000-3000 records in a CSV file. But the process is happening because procedure is doing its work and we are getting the success or failure Email also.
Point to note, For less than 2000 its working perfectly fine.
Any help in this case will be helpful for our team.
Regards,
Abhi...

This sounds like a bug in the administrative console. It would be interesting to see what happens if you query the database directly:
There is a whitepaper that discusses that:
http://www.oracle.com/technology/pub/articles/bpel_cookbook/blanvalet.html
The relevant code for you is:
whereCondition where = whereConditionHelper.whereInstancesStale();
IInstanceHandle[] instances = getLocator(domainId, domainPassword).listInstances(where);
BPEL ProcessManager API documentation can be found in [bpelhome]\integration\orabpel\docs\apidocs\index.html
If this returns all instances, even when there are more than 2000, you know you hit a bug in the management console.
Hope this helps,
Lonneke

Similar Messages

  • Problems with BPEL PM in HA environment

    Hi guys, i need your feed back for a case soa suite instalation HA for producction enviroment., BPEL PM,
    Please any recomendation, to apply before to send to TARs.
    Randomly a selection failure exception ocurr for reading payload request in BPEL instance execution for up & running two nodes BPEL PM cluster
    PLATFORM:
    Linux x86
    Enterprise Linux Enterprise Linux Server 5.2
    PRODUCT:
    Oracle SOA Suite 10gR3 10.1.3 release, 10.1.3.4.0 (FixPatch)
    DATABASE VERSION:
    10gR2 10.2.0.4 (FixPatch), using RAC database as dehydration store.
    Preparation for production.
    INSTANCE NAME(S) AND TYPE OF SYSTEM(S):
    BPEL PM cluster Active-Active on J2EE and Web Server cluster OC4J_SOA (OAS)
    Using same "staticports.ini" values during instalatin process
    Using same IP & Port for multicast in OAS & BPEL PM (jgroups-protocol.xml and opmn.xml - "*225.4.5.6:5000"
    Planning for a harware load balancer front-end for BPEL PM cluster nodes
    Now for test purpose the collaxa-config.xml with follow values, because not present any balancer for now:
    soapCallbackUrl & soapServerUrl set to corresponding Web Server nodes:
    Node1: soapCallbackUrl & soapServerUrl -> http://tvsoaapp1.com.mx:7777
    Node2: soapCallbackUrl & soapServerUrl -> http://tvsoaapp2.com.mx:7777
    DETAILED PROBLEM STATEMENT:
    When Up & Running two BPEL PM Instances in cluster active-active topology, then:
    Initiating a test instance through BPEL console (10.1.3.4.0) by passing certain parameters fill text area with the
    HTML representation (HTML Form) works fine all time or when no use xpath expression for read request variable.
    ISSUE 1:
    And if initiating a test instance through BPEL console (10.1.3.4.0) by passing certain parameters fill the following text area with the
    XML representation (XML Source) of the input message. 50% times in BPEL Console for node 1 OR node 2, execution BPEL instance fail with
    follow exception message, for the any XPATH instruction that read input request variable.
    com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.xmlsoap.org/ws/2003/03/business-process/}selectionFailure}
    messageType: {}
    parts: {{summary=<summary>empty variable/expression result.
    xpath variable/expression expression "/client:wsGLBCatMultiplesProcessRequest/client:catalogo" is empty at line 79, when attempting reading/copying it.
    Please make sure the variable/expression result "/client:wsGLBCatMultiplesProcessRequest/client:catalogo" is not empty.
    Possible reasons behind this problems are: some xml elements/attributes are optional or the xml data is invalid according to XML Schema.
    To verify whether XML data received by a process is valid, user can turn on validateXML switch at the domain administration page.
    </summary>
    at com.collaxa.cube.ejb.impl.DeliveryBean.request(DeliveryBean.java:109)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    WORKAROUNDS USED:
    Work fine for:
    . Wnen one BPEL PM instance (node) is up and another down, work fine node 1 OR node 2.
    . BPEL process without empty payload (no use xpath expression for read request variable)
    Issue 2: Another today up & running cluster, test any BPEL Service, throws their endpoint url in web browser, i view change fields correspondig
    to before test end point, so view mixe parameters betwen bpel services. the execution fail because xpath retry read another payload that
    not exist in current bpel.
    It may a bug BPEL Console UI, OHS ? or i need place set value configurations ??, Please help.

    Hi,
    can you please call this BPEL via another BPEL, just to be sure, that this is not a BPELConsole UI bug.

  • Problems with BPEL API calling a BPEL workflow

    Hallo,
    i have copied my text from the Application-Server forum to this forum becouse here it is a better place for my problem.
    I have a problem with the BPEL API. I try to invoke a BPEL workflow with the BPEL API. Up to the Point where i call the BPEL workflow with the command "deliveryService.post(processName, action, nm);".
    When this command is processed i following error:
    java.lang.NoClassDefFoundError: javax/ejb/EJBException
    It looks like i am missing a jar file, but in my Development tool an at the compilation i get no errors or warnings. Only when command above is called.
    The initialization of the deliveryService works fine.
    The only point i can image an error is at the definition of the jndi for the remote connection to BPEL. There i have following entry's:
    jndiProviderUrl = "http:ormi://server:port:instance/orabpel";
    jndiFactory = "oracle.j2ee.rmi.RMIInitialContextFactory";
    jndiUsername = "xxx";
    jndiPassword = "yyy";
    I get folowing errror message:
    java.lang.NoClassDefFoundError: javax/ejb/EJBException
    at com.oracle.bpel.client.util.ExceptionUtils.handleServerException(ExceptionUtils.java:76)
    at com.oracle.bpel.client.delivery.DeliveryService.getDeliveryBean(DeliveryService.java:254)
    at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:174)
    at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:149)
    Please can someone tell me what i am doing wrong?
    BS
    PS: i used following tutorial to create my code for calling BPEL:
    http://www.oracle.com/technology/products/ias/bpel/pdf/orabpel-Tutorial7-InvokingBPELProcesses.pdf

    got some steps more ... but now i havent any clue. Out of this message i think my ProviderURL is wrong. but i try this both and got always the same error message.
    jndiProviderUrl = "opnm:ormi://amy:6003/orabpel"
    jndiProviderUrl = "opnm:ormi://amy:6003:oc4j_soa/orabpel"
    java.lang.Exception: Erstellen von "ejb/collaxa/system/DeliveryBean"-Bean nicht erfolgreich. Es wurde folgende Exception gemeldet: "javax.naming.NamingException: Invalid provider URL
         at com.evermind.server.rmi.RMILocation.createRMILocation(RMILocation.java:80)
         at com.evermind.server.rmi.RMILocation.createRMILocation(RMILocation.java:57)
         at com.evermind.server.rmi.RMIClient.getLocations(RMIClient.java:661)
         at com.evermind.server.rmi.RMIClient.getDomain(RMIClient.java:640)
         at com.evermind.server.rmi.RMIClient.getContext(RMIClient.java:534)
         at com.evermind.server.rmi.RMIInitialContext.get(RMIInitialContext.java:44)
         at oracle.j2ee.rmi.RMIInitialContextFactory.getInitialContext(RMIInitialContextFactory.java:45)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at com.oracle.bpel.client.util.BeanRegistry.lookupDeliveryBean(BeanRegistry.java:277)
         at com.oracle.bpel.client.delivery.DeliveryService.getDeliveryBean(DeliveryService.java:250)
         at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:174)
         at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:149)
    Please can someone help me?
    What is wrong wis my ProviderURL?
    BS

  • OIM 9.1 Time-out problem with Design Console

    If I leave the design console running for any length of time, making updates result in the following error:
    17:36:52,578 ERROR [ACCOUNTMANAGEMENT] Class/Method: tcDataBase/getUser encounter some problems: Invalid user found: xelsysadm
    java.lang.RuntimeException: Invalid user found: xelsysadm
    at com.thortech.xl.server.tcDataBase.getUser(Unknown Source)
    at com.thortech.xl.dataobj.tcSVP.isOperationAllowed(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.isUpdatePermissible(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.eventPreUpdate(Unknown Source)
    at com.thortech.xl.dataobj.tcSVP.eventPreUpdate(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.update(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source) ...
    Closing the Design Console and re-launching produces similar errors. I must stop and restart the JBOSS server to get access again. My environment is Windows 2003 with JBOSS and an 11g database.
    Any help on what to look for would be appreciated.
    KC

    You are correct. If you pre-populate, it will be the requester. The requester would need to manually populate the field during the request with the requestee information. And there is only one form available. You can however, after submission of the request, get the request data, parse the Consolidated Request Data to determine the id's in the request field, and then return appropriate responses to trigger the tasks needed. This will still be a problem in the long run because you can't change the requestee information for each approval task. You're pretty much out of luck on this one.
    -Kevin

  • Problem with admin console

    Hai Folks,
    I have installed Weblogic8.1 SP5.I have created mydomain with user name,password,and all other portdetails host.
    When I start server it is running properly with out any errors..the out put window shows the below message..
    Starting weblogicserver with Java HotSpot(TM) Client VM Version 1.4.2_0
    Inc.>
    2006 11:14:55 AM CDT> <Info> <Configuration Manageme
    r is being started as the administration server.>
    2006 11:14:55 AM CDT> <Info> <Management> <BEA-14110
    8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
    XMLX Module 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 6
    2006 11:14:56 AM CDT> <Notice> <Management> <BEA-140
    ration from configuration repository at C:\bea\user_
    config.xml.>
    2006 11:14:59 AM CDT> <Notice> <Log Management> <BEA
    e C:\bea\user_projects\domains\mydomain\myserver\mys
    ver side log events will be written to this file.>
    2006 11:15:02 AM CDT> <Notice> <Security> <BEA-09008
    ing security realm myrealm.>
    2006 11:15:03 AM CDT> <Notice> <WebLogicServer> <BEA
    Admin Server "myserver" for domain "mydomain">
    2006 11:15:11 AM CDT> <Notice> <WebLogicServer> <BEA
    dmin Server "myserver" for domain "mydomain" running
    2006 11:15:11 AM CDT> <Notice> <WebLogicServer> <BEA
    RUNNING mode>
    2006 11:15:11 AM CDT> <Notice> <WebLogicServer> <BEA
    ad.Default" listening on port 7001, ip address *.*>
    But when i try to open admin console through browser giving the url as
    http://localhost:7001/console the page is not displaying its giving page not found error.I tried it again by restarting the system,but again the same problem..Please help me regarding this problem.
    Thanks,
    Sai

    mmm, it could be CPU, it could be a network-related issue... are you using multicast or unicast?
    can you reproduce the issue?
    if yes, can you run "top" to verify the CPU usage,
    and do a thread dump on the admin server?
    or at that point the box is entirely unresponsive?
    in that case, running a scripts which periodically does a thread dump, and running top to sample every 10 seconds, could help...
    jm2c

  • Upgrading to PT 8.49.14 - PermGen problem with weblogic console

    All Peoplesoft domain Comes you fine in our env setup (Admin, PIA1, and PIA2).
    When we try to bring up the console, we're able to get the initial signon screen.
    We enter the account and password, hit the signon button, and it never comes back.
    The log ends up showing a PermGen error:
    hrdmo@peo1asdv-z1:/psa1asdv/apps/hrdmo/hr890/webserv/hrdmo/servers/WebLo
    gicAdmin/logs> more WebLogicAdmin_stderr.log
    Exception in thread "VDE Replication Thread" java.lang.OutOfMemoryError:
    PermGen space
    Exception in thread "[STANDBY] ExecuteThread: '6' for queue:
    'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError:
    PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '0' for queue:
    'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError:
    PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '7' for queue:
    'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError:
    PermGen space
    Changed Java heap from Solution:
    from:
    JAVA_OPTIONS_SOLARIS="-server -Xms512m -Xmx512m -XX:MaxPermSize=256m
    -Dtoplink.xml.platform=oracle.toplink.platform.xml.jaxp.JAXPPlatform"
    To:
    JAVA_OPTIONS_SOLARIS="-server -Xms1024m -Xmx1024m -XX:MaxPermSize=256m
    -Dtoplink.xml.platform=oracle.toplink.platform.xml.jaxp.JAXPPlatform"
    Changed the adminserver:
    from:
    JAVA_OPTIONS_ADMINSERVER="-Xms256m -Xmx1024m"
    to:
    JAVA_OPTIONS_ADMINSERVER="-Xms1024m -Xmx1024m"
    still getting PermGen space error, any thoughts?
    Env setup: Solaris 10, WLS 92 MP3 patch1, PTools 849.14
    Thanks

    Increasing PermGen size doesn't solve problem at all. Source of the problem is related with class loader. After you web app is undeployed class loader can not unload all classes from PermGen memory. This leads to extra memory consumption after every undeploy, deploy cycle. Make sure every class can be released and undeployed after undeploy.
    Regards
    Remis B
    Remigijus Bauzys
    Java EE freelancer
    IT Consultant.

  • [Help: Urgent] problems with accessing /console after apparent successful install of Portal server SP3.0sp3a

    Hi,
    HW: Sun Solaris 2.8
    I would really appreciate it you can cc: me if you can shed any light
    as
    to whats going wrong, and what I should do to fix the following
    problem.
    Portal server doesn't allow one to access /console (or /login) -
    0 length document is returned.
    We find the following in the enterprise server error log, when we
    attempt
    to access portal console (URI: http://....:8080/console)
    1) Installed SP3.0sp3a as Open Portal, i.e without the gateway and
    without
    SSL enabled.
    2) Our Unix users are served using YP
    ***From the server access logs : ***
    - - [16/Nov/2001:15:12:40 -0800] "GET /login HTTP/1.0" 503 0
    ***From the server error logs : ***
    [16/Nov/2001:14:11:27] info ( 4639): successful server startup
    [16/Nov/2001:14:11:27] info ( 4639): iPlanet-WebServer-Enterprise/4.1SP7
    BB1-04/05
    /2001 18:30
    [16/Nov/2001:14:11:28] info ( 4639): Loading Simple Session Manager by
    default. Sp
    ecify MMapSessionManager in servlets.properties to load persistent
    session manager
    [16/Nov/2001:14:11:28] info ( 4639): SimpleSessionManager: Default
    values for maxi
    mum number of sessions is 1000 with a time out value of 1800 seconds
    [16/Nov/2001:14:11:28] info ( 4639): SimpleSessionManager: Maximum
    number of sessi
    ons (1000) with a time out value of (1800) seconds
    [16/Nov/2001:14:12:40] info ( 4639): Internal Info: loading servlet
    login
    [16/Nov/2001:14:12:41] info ( 4639): Internal Info: loading servlet
    pllservice
    [16/Nov/2001:14:12:41] info ( 4639): pllservice: init
    [16/Nov/2001:14:12:42] failure ( 4639): Internal error: exception thrown
    from the
    servlet service function (uri=/login): java.lang.NullPointerException,
    stack: java
    ..lang.NullPointerException
    at
    com.iplanet.portalserver.auth.service.AuthD.printProfileAttrs(Compiled
    Code)
    at
    com.iplanet.portalserver.auth.service.AuthD.<init>(AuthD.java:160)
    at
    com.iplanet.portalserver.auth.service.AuthD.getAuth(AuthD.java:171)
    at
    com.iplanet.portalserver.auth.service.LoginServlet.doGetPost(Compiled C
    ode)
    at
    com.iplanet.portalserver.auth.service.LoginServlet.doGet(LoginServlet.j
    ava:990)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:701)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:826)
    at
    com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunne
    r.java:507)
    , root cause:
    Many thanks for your responses on this.
    Tarang Kumar Patel. WWW home:http://ic-www.arc.nasa.gov/ic/
    NASA Ames Research Center, MS 269-2, Moffett Field, CA 94035-1000
    Email: [email protected], Tel:(650) 604-4721 fax: (650) 604
    3594
    Stated views are my own IDEA, as I'm another I.D.E.A man "I Didn't
    Explain All"

    Just one more thing:
    I made the following setting in platform.conf
    ips.debug=on
    Now, the trace I see on the STDOUT/STDERR stream reveals :
    Received RequestSet XML : <?xml version="1.0" standalone="yes"?>
    <RequestSet vers="1.0" svcid="profile" reqid="2">
    <Request sid="qxcuekwwdrcfwubmmwuip82764q94o37r67n@[email protected]@8080@z
    repvc"><![CDATA[<ProfileService ver="1.0" reqid="0"><GetProfile  searchFlag="false"
    admin="false"><Profile profileName="mercip/authentication" profileType="9"><Priv p
    rivName="iwtSession-addSessionListenerOnAllSessions"/></Profile></GetProfile></Prof
    ileService>]]></Request>
    </RequestSet>
    ---->NEED TO FILL APPSHASH -----
    getProfile.walktree
    321^iwtSession-addSessionListenerOnAllSessions-pv
    com.iplanet.portalserver.profile.service.ProfileServiceException: 321^iwtSession-ad
    dSessionListenerOnAllSessions-pv
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Exception.java:42)
    at com.iplanet.portalserver.profile.service.ProfileServiceException.<init>(
    ProfileServiceException.java:47)
    at com.iplanet.portalserver.profile.service.ProfileService.walkTree(Compile
    d Code)
    at com.iplanet.portalserver.profile.service.ProfileService.getProfile(Compi
    led Code)
    at com.iplanet.portalserver.profile.service.ProfileService.processProfileRe
    quest(ProfileService.java:134)
    at com.iplanet.portalserver.profile.service.ProfileService.processRequest(P
    rofileService.java:123)
    at com.iplanet.portalserver.profile.service.ProfileService.process(Compiled
    Code)
    at com.iplanet.portalserver.pll.server.PLLRequestServlet.handleRequest(PLLR
    equestServlet.java:139)
    at com.iplanet.portalserver.pll.server.PLLRequestServlet.doPost(Compiled Co
    de)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:826)
    at com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunner
    .java:507)
    ProfileResponse: exception key:321
    ProfileResponse: exception string:iwtSession-addSessionListenerOnAllSessions-pv
    ProfileResponse.toXMLString:method id is 0
    Sent ResponseSet XML : <?xml version="1.0" standalone="yes"?>
    <ResponseSet vers="1.0" svcid="profile" reqid="2">
    <Response><![CDATA[<ProfileService vers="1.0" reqid="0"><Exception>321^iwtSession-a
    ddSessionListenerOnAllSessions-pv</Exception></ProfileService>]]></Response>
    </ResponseSet>
    ProfileResponse: exception key:321
    ProfileResponse: exception string:iwtSession-addSessionListenerOnAllSessions-pv
    ProfileUtils.getProfileResponse: Response content <ProfileService vers="1.0" reqid=
    "0"><Exception>321^iwtSession-addSessionListenerOnAllSessions-pv</Exception></Profi
    leService>
    Profile Error:
    Invalid attribute or privilege name
    com.iplanet.portalserver.session.SessionException: Invalid attribute or privilege n
    ame
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at com.iplanet.portalserver.session.SessionException.<init>(SessionExceptio
    n.java:30)
    at com.iplanet.portalserver.session.Session.addSessionListenerOnAllSessions
    (Session.java:642)
    at com.iplanet.portalserver.session.Session.addSessionListenerOnAllSessions
    (Session.java:502)
    at com.iplanet.portalserver.auth.service.AuthD.<init>(AuthD.java:112)
    at com.iplanet.portalserver.auth.service.AuthD.getAuth(AuthD.java:171)
    at com.iplanet.portalserver.auth.service.LoginServlet.doGetPost(Compiled Co
    de)
    at com.iplanet.portalserver.auth.service.LoginServlet.doGet(LoginServlet.ja
    va:990)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:701)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:826)
    at com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunner
    .java:507)
    Authd Profile Attributes
    cookieDomains
    cookieName->iPlanetPortalServer
    authHost:authPort->........:8080
    authProto->http
    authHostIP->.....
    authHostURL->http://.......:8080/login/default
    Lets hope this helps

  • Problem with Management Console

    This is not really an installation issue, but this seemed the most appropriate category.
    Whenever I try to access any functions of the Users Tool in the Solaris Management Console (gui), such as viewing users, viewing roles, etc., an error msg pops up stating "CIM_ERR_FAILED" . This occurs whether I load locally or over network from another machine's Management Console.
    The box is running Solaris 8 04/01 with several packages from the Sun companuon CD installed, as well as the latest Sun recommended patch cluster. Any help and/or suggestions would be greatly appreciated.

    I think I temporarily fixed this problem I am not sure how this will affect the development.
    But atleast I can start the J2EE/DB services so that I can start and stop services from the MMC
    What was happening was that the services
    SAPJ2E_00
    SAPJ2E_01
    were not starting up because of the logon problems, the default account that was created SAPService( something like that ) was not able to log on, I changed the logon permissions to "Local System" and started the service, this time atleast the service started.
    I need to launch the Development Studio and see if I am able to work with the new account permissions on the J2EE server

  • Access problem in bpel console

    I have bpel pm 10.1.2 and os is win2k. My problem is te list of domains is empty, and with no domain I am not able to login. I read some threads that said to install oracle db, but I am using mysql, and don't need a oracle database.
    Should I install any othter s/w to run oracle bpel other than pm?
    Thanks

    you dont need to install any other databse in case of Developers version as it will be installed along with Olite dabase.

  • Problems with admin console in firefox 4 and chrome 10

    I am experiencing problems when accessing the admin console with firefox 4.0 or chrome.
    Apparently this came up after i switched to firefox 4.0.
    Symptoms:
    In many admin screens the detailed information is missing. e.g. the list of SGD servers is not visible at all.
    Sometimes it flashes briefly, as if it were created but deleted immediately afterwards....
    Has anybody seen this?
    The same does not occur with Internet Explorer.
    Edited by: user3336194 on 26.04.2011 03:42
    Edited by: user3336194 on 26.04.2011 03:43

    You can use a userscript like this one to make it work in Chrome and Firefox:
    // ==UserScript==
    // @match https://*/sgdadmin/*
    // ==/UserScript==
    var a = document.all;
    for (var i = 0; i < a.length; i++) {
    var e = a;
    if(e.id.match("Form:")) {
    e.hidden = false;
    https://gist.github.com/raw/1818005/sgdadmin.user.js
    (Requires Greasemonkey on Firefox: https://addons.mozilla.org/de/firefox/addon/greasemonkey/)
    Cheers, Daniel

  • Using IBM SVC console with firefox 4 does not display the last row of data correctly, also see same the problem with HMC console as well.

    Using Firefox 4.0.1, the IBM SVC console and the IBM HMC console both have the last line of selectable items either cut off, or overlaying the prior row of displayed items. Junked version 4 and reverted back to 3.6.17.

    Seeing the same problem using the HMC with FF7 beta.

  • Slim, a problem with virtual consoles and a question about reboot

    hi, just installed slim but now when I switch to the virtual consoles my session on X starts firing keyboard events on the consoles I have there, how can I fix that?
    I'm using xmonad, my terminal is sakura and I'm starting slim from /etc/inittab and xmonad from ~/.xinitrc
    also, it seems slim uses special usernames to halt and reboot however those ask me for the root password, is there a way to avoid that?
    thanks all.
    Last edited by Samus_ (2008-11-23 18:19:49)

    Samus_ wrote:hi, just installed slim but now when I switch to the virtual consoles my session on X starts firing keyboard events on the consoles I have there, how can I fix that?
    this http://developer.berlios.de/bugs/?func= … up_id=2663 might be related.  out of curiosity, why are you starting slim from /etc/inittab and not as a daemon in /etc/rc.conf?
    Samus_ wrote:also, it seems slim uses special usernames to halt and reboot however those ask me for the root password, is there a way to avoid that?
    the flippant answer is, "yes, fix slim."  but so as not to be a jerk, 'man slim' turns up this:
    The 'halt' and 'reboot' commands need the root password, this may change in future releases.
    so i was about to say, "no."  then i decided to hit google with 'slim "special usernames" password'.   unfortunately, your post here is the fourth result, so no love there.
    *but* there's this:
    http://developer.berlios.de/bugs/?func= … up_id=2663
    and this:
    http://developer.berlios.de/patch/?func … up_id=2663
    and the abs.
    so if you really want it, read the wiki page on the abs, add the patch to the pkgbuild, makepkg, and pacman -U.  if you don't want pacman to replace your patched version when there's an update, add slim to the IgnorePkg line in /etc/pacman.conf.  you'll have to re-makepkg and re-pacman -U whenever there's an update, but it ain't that hard.
    if it works, i might like a copy of yr pkgbuild.  hth!

  • Problem with amadmin console

    i am deploying my own portlet using the pddeploy command with amadmin as login.
    it is also allowing me to create new channel using the identity server.
    But when i am trying to login on portal server desktop as amadmin it gives me error as confoguration error.
    You are not having access rights.

    Hello Delali97,
    Both the console and the script you mentioned seems tell us you have a question more related to programming or anything else. This is not related to Visual Studio Setup and Installation forum. That is forum talks about Visual Studio Installation.
    Please reopen your post to a related forum or you can post back and clarify your project details so that we will give you a direction.
    Regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Problem with msdos console

    Hi friends!,
    When I run my multi thread appliaction in a MSDOS console, sometimes, after some minutes the aplication stop and only run if I put the enter button on the console.
    The problem don't is for the code because in the editors un very good.
    Can you help me?, What is the problem?.
    Thanks a lot and greetings from Venezuela.
    Sorry for my little english!!!.

    Thanks, the code is very large and complex, but the
    problem don't is the code because in the editors the
    program run very good.Don't you ever assume you did everything correctly.
    The problem is the msdos console. After random time
    the program stop, and when I put "Enter", the program
    continue.
    It Is Like the pogram is inactive .Looks like your program asks for input. As I mentioned before.

  • Problem with command console????

    I am using Windows XP pro.
    When using the command console, usually if you type:
    cd c:\java
    the console prompt should be in that directory i.e. it should read
    C:\Java>
    However, when I type this, it does not do anything, other commands such as 'dir' work fine, but I cannot get the prompt to change directory by typing cd 'dir name'.
    Does anyone know what the problem is?
    Manny thanks

    Use:
    C:
    cd java
    or:
    cd C:\Java
    C:

Maybe you are looking for

  • F-04 Withholding tax calculation

    Dear All, In Tcode F-04 (Transfer Posting with clearing) i am using Posting key "31" for Vendor Credit AMount. Here, I am not able to calculate automatic withholding tax amount Withholding tax data is already maintained in the vendor's master data. W

  • ABC analysis & cycle counting

    Dear Gurus,                          I am having doubt regarding ABC ananlysis & Cycle counting. 1. What is ABC analysis and how it can be used in SAP MM ? 2. What is cycle counting? Is there any relation b/w cycle counting and ABC analysis? If so ki

  • Netcfg v2.1.0 release candidate 1

    This release is pretty much 2.1.0 unless I broke something badly. Barring any problems, I'll probably rename it and release it as 2.1.0 next week once I've updated the documentation. Then I can start on 2.2. The changelog can be found on Gitweb - It'

  • Access Denied while starting server   in SAPMMC

    Hi All, I have installed SAP ECC 5.0 sucessfully on my system and i am able to start and stop the server. But after installing the SAP GUI i am unable to start and stop the server.it is giving Access Denied start falied 80070005 message. Even if i gi

  • ResultSet.getString() returns only 2000 characters

    Hi I am using the JDBC (1.0 API) thin client version with Oracle 8.0.6 and one of my table columns uses the datatype VARCHAR2(4000). When inserting, I can insert values correctly but when I read values from this column (using rs.getString("col_name")