How to control number of clients while accessing any web application

pls reply to this qurey
thank u in advance

The general way would be to have all accesses to the webapp run through a Filter. The filter would check how many users are connected (either via a Singleton class or database table, the choice is yours). If another user is allowed, then put a bean in the session that implements SessionBindingListener and increment the number of connected users (by either notifying your singleton or incrementing the database field).
Then have the bean class you stored in the session deduct the user when it's valueUnbound method is called.
HTH. If you need more details, let us know.

Similar Messages

  • ERRORS WHILE ACCESSING A WEB APPLICATION BASED ON BIBEANS BIB-14657

    My goal was to build a web application based on BIBeans. I developed it in JDeveloper 10g. It was tested on my own computer in the JDeveloper environment
    (Windows XP, PIII 866MHz, RAM 512MB) as well as on my local server (Windows 2000, PIII 1GHz, RAM 1GB) in the JDeveloper and OAS10g environment. Everything worked fine. When I deployed the application on my (let's call it) production server (Windows 2003 Server Enterprise Edition Service Pack 1, 2 x Dual Xenon 3.2GHz, 64-bit, RAM 4GB, L2 1MB) on OAS10g, while accesing the application via
    internet explorer (MS IE, Mozilla Firefox) I got errors (launching the application in JDeveloper failed even sooner as OC4J (embedded) was no able to
    start).
    I would like to mark that on every machine I uset the same version of JDeveloper and the same version of OAS10g.
    Other applications deployed on the OAS10g on the production server operate.
    Unfortunately in application and OAS10g logs there is nothing interesting.
    While deploying I followed instructions from:
    http://www.oracle.com/technology/products/bib/htdocs/904/tech_notes/oc4j/new_oc4j_unix.html
    I get it in my internet explorer:
    javax.servlet.jsp.JspException: BIB-14122: Nie udało się utworzyć podanego obiektu StorageManager.
    BIB-14657 Wykryto niezgodną wersję schematu Katalogu BI Beans. PLSQL jest w wersji null, a Java - w wersji 3.2.1.0.13.
    at oracle.dss.addins.jspTags.BIBaseHandlerTag.doStartTag(BIBaseHandlerTag.java:72)
    at oracle.dss.addins.jspTags.ExplorerDetailTag.doStartTag(ExplorerDetailTag.java:25)
    at Open1.jspService(_Open1.java:79)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:347)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:810)
    at
    com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequest Dispatcher.java:322)
    at
    com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
    at
    com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    An english equivalent of the beginning of this trace should be like:
    javax.servlet.jsp.JspException: BIB-14122: The specified StorageManager could not be created: BIB-14657 An incompatible version of the BI Beans Catalog schema detected. PLSQL Version is null and Java Version is 3.2.1.0.13.
    I would like to place here a piece of trace that I got after I had run a regular java application based on BIBeans on my production computer. It may be helpful.
    Microsoft Windows [Wersja 5.2.3790]
    (C) Copyright 1985-2003 Microsoft Corp.
    c:\TEMP\20050613>set JAVA_HOME
    JAVA_HOME=C:\JDeveloper\jdk
    c:\TEMP\20050613>set JDEV_ORACLE_HOME
    JDEV_ORACLE_HOME=C:\JDeveloper
    c:\TEMP\20050613>test.bat
    c:\TEMP\20050613>C:\JDeveloper\jdk\bin\java.exe -verbose -ojvm -classpath
    C:\work\JDeveloperApps\BIBeans04\BIClient\classes;C:\JDeveloper\bibeans\lib\biaddinsrt
    .jar;C:\JDeveloper\bibeans\lib\biamlocal.jar;C:\JDeveloper\bibeans\lib\bicmn.jar
    ;C:\JDeveloper\bibeans\lib\bidataclt.jar;C:\JDeveloper\bibeans\lib\bidatacmn.jar
    ;C:\JDeveloper\bibeans\lib\bidatasvr.jar;C:\JDeveloper\bibeans\lib\biext.jar;C:\
    JDeveloper\bibeans\lib\cycki.jar;C:\JDeveloper\bibeans\lib\bipres.jar;C:\JDevelo
    per\bibeans\lib\bidata-nls.zip;C:\JDeveloper\bibeans\lib\bipres-nls.zip;C:\JDeve
    loper\bibeans\lib\bicmn-nls.zip;C:\JDeveloper\bibeans\lib\biaddins-nls.zip;C:\JD
    eveloper\jlib\share.jar;C:\JDeveloper\jlib\jewt4.jar;C:\JDeveloper\jlib\jewt4-nl
    s.jar;C:\JDeveloper\BC4J\lib\bc4jmt.jar;C:\JDeveloper\BC4J\lib\collections.jar;C
    :\JDeveloper\BC4J\lib\bc4jct.jar;C:\JDeveloper\lib\xmlparserv2.jar;C:\JDeveloper\
    jlib\jdev-cm.jar;C:\JDeveloper\jlib\ojmisc.jar;C:\JDeveloper\jdbc\lib\classes12
    .jar;C:\JDeveloper\jdbc\lib\nls_charset12.jar;C:\JDeveloper\bibeans\lib\olap_api
    .jar biclient.BIApplication1
    269484032 (263168 Kb) bytes reserved for Main GC page pool at address 61910000
    64 (64)/ 16448 Page of 8192 bytes (8 Kb)
    Red limit = 1503239760 (1468007 Kb), Orange limit = 1352915730 (1321206 Kb)
    [Loaded native library C:\JDeveloper\jdk\jre\bin\verify.dll]
    [Loaded native library C:\JDeveloper\jdk\jre\bin\java.dll]
    [Loaded native library C:\JDeveloper\jdk\jre\bin\zip.dll]
    [Loaded java.lang.Object from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.Class from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.io.Serializable from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.Cloneable from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.String from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.Comparable from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.CharSequence from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.Void from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.Boolean from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.Byte from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded sun.reflect.MethodAccessorImpl from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded sun.reflect.MethodAccessor from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded sun.reflect.ConstructorAccessorImpl from
    C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded sun.reflect.ConstructorAccessor from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.ref.Reference from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.ref.SoftReference from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.ref.WeakReference from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.ref.FinalReference from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.ref.PhantomReference from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.ref.Finalizer from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.NullPointerException from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.RuntimeException from
    C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    c:\TEMP\20050613>
    The ORACLE_HOME for the database Oracle 10g is: C:\Oracle\Oracle10g
    The ORACLE_HOME for the OAS10g is: C:\Oracle\OAS10g
    PATH=C:\Oracle\Oracle10g\bin;C:\Oracle\OAS10g\bin;C:\Oracle\OAS10g\jlib;\1.4.2\b
    in\client;C:\Oracle\Oracle10g\jre\1.4.2\bin;C:\Oracle\Oracle10g\bin;C:\WINDOWS\s
    ystem32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL
    Server\80\Tools\Binn\
    I used the same version of BIBeans (bibeans1012.zip - 25 833 300 Bytes) to create BIBeans Catalog in the database as well as to upgrade my JDeveloper where I build my WAR applications. In adition to this, as I mentioned before, my application (the same WAR file, the same database) works fine when deployed on diffrent computer. Besides there is such a difference that my database where is my BIBeans catalog installed resides on the same computer (production machine) where the OAS10g (this one which generates the error BIB-14657). The database and the OAS10g has different ORACLE_HOME.

    Can you please log a TAR with Oracle Support using Metalink to resolve this issue. They can help you collect all the log and trace files to determine the why this problem is occuring.
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • CRM Web UI :- How to Control number of session of Web UI for a user

    Hello Experts,
    We do have very specific requirement which SAP doesn`t recommend in terms of multi-sessioning for a user.So we are little worried upon the challeges.Could you please share your ideas/Experience on following?
    1.How to Control number of Internet explorer session for the web UI (may be 2 or 3).?
      Though SAP doesn`t recommned more than one but our client requires 2 or more than that but we need to fix it either 
      2 or 3.
      So we are looking for specific setting for this.
    2.What are the challenges we need to face if we implement option 1?
    3.Specially in interaction record management
        a. Is there chance of loosing the data if agent has opened more than two session.
        b. In which session interaction record data will get stored,the one on which agent picked up the call or in the latest 
            one?
    Please let me know if I am not clear enough on any point.
    Thanks in advance,
    Shailendra Tolambiya

    Hi Shailendra,
    The following wiki page might be useful in this respect:
    http://wiki.sdn.sap.com/wiki/x/gxdKDQ
    Best Regards,
    Shiromani

  • A web developer problem while running a web application

    Hi all,
    I'm novice to J2EE.
    I've encountered a problem while accessing the deployed module in weblogic 8.1 server.
    I'm sure that the webapplication module is deployed as i saw my module in administration console & also the status said that it is deployed.
    when i access my web application by specifying the proper server and port no and context root it is showing
    either 505 - resource not found error(http://localhost:7001/Suresh-2/Suresh) or 404 - not found error.( http://localhost:7001/Suresh-2/Suresh)
    Now let me elaborate what i've done till now.
    My webapplication folder structure is : C:\bea\user_projects\domains\mydomain\applications\Suresh\WEB-INF\classes\Sai\ServExamp.class
    My servlet is ServExamp.java
    I created a folder called "Suresh". In that folder created another folder called "WEB-INF". In WEB-INF created a folder called "Classes".
    Since my servlet is in package "Sai", the .class file reside in \Suresh\WEB-INF\Classes\Sai\ServExamp.class
    The source code is :
    package Sai;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    public class ServExamp extends HttpServlet
    public void doPost(HttpServletRequest req,HttpServletResponse res)throws IOException
    PrintWriter out=res.getWriter();
    java.util.Date today=new java.util.Date();
    out.println("<html>"+"<body>"+
    "<h1 align=center>HF\'s Chapter1 Servlet </h1>"
    +"<br>"+today+"</body>"+"</html>");
    Now i'm almost done creating a web application. Next, I constructed a simple web.xml descriptor that gives a web friendly name for my servlet, and points to the servlet. I constructed web.xml descriptor file in the WEB-INF folder (C:\bea\user_projects\domains\mydomain\applications\Suresh\WEB-INF\).
    The web.xml file source is :
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <display-name>Hello World Web Application</display-name>
    <description>Test Servlet</description>
    <servlet>
    <servlet-name>ServExamp</servlet-name>
    <servlet-class>Sai.ServExamp</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>ServExamp</servlet-name>
    <url-pattern>/Suresh</url-pattern>
    </servlet-mapping>
    </web-app>
    Now I have told Weblogic that the URI /Suresh corresponds to my servlet "Sai.ServExamp".
    My Web Application is ready to be deployed at this point. I logged onto Weblogic's admin console,
    1) clicked on deployments, then navigated to "Web Application Modules" .
    2) Clicked "Deploy new Web Application Module"
    3) Navigated to the location of your web application folder (Suresh). There was a radio button next to it indicating that I can select that folder as a valid web application.
    4) I Clicked that radio button and clicked "Target Module".
    5) It informed that my web application "Suresh" will be deployed to myServer.It asked a name for my web application deployment. By default it was "Suresh"
    I clicked Deploy.
    6) After deployment, my web application "Suresh" appeared in the "Web Application Modules" tree on the left.
    I Clicked on "Suresh"( my web application) then clicked the testing tab, then clicked the link shown there(http://localhost:7001/Suresh-2).
    It was not showing my servlet (showed a 403 error)
    Error - 403
    This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.
    I think so it came b'coz I don't have an index.html or index.jsp page.
    7)Instead,I added my servlet on to the URL it provided.
    http://localhost:7001/Suresh-2/Suresh
    It is showing these error code: Http: 505 resource not allowed
    The page cannot be displayed
    The page you are looking for cannot be displayed because the address is incorrect.
    Please try the following:
    If you typed the page address in the Address bar, check that it is entered correctly.
    Open the localhost:7001 home page and then look for links to the information you want.
    Click Search to look for information on the Internet.
    when i just type : http://localhost:7001/ -> Error 404 not found error
    it's showing
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    I want to run my web application & any help would be appreciated.
    Thanks in advance.
    with regards,
    S.SayeeNarayanan.
    Note: I even deployed my war file, which i got by execution of (jar cv0f webapp.war . ) command from the root directory of my web application i.e. Suresh
    Then executed my webapplication it is showing
    error-505 resource not allowed.
    --------------------------------------------------------------------------------------------

    try a fully qualified path to the pem file

  • Access Denied Web Application with Claims authentication NTLM only when using secondary URL

    I have a SharePoint 2010 server farm with 2 web front ends, an application server and a database server.  Both front ends are internal to
    our network and are not behind a load balancer.
    NOTE THAT I HAD TO SUBSTITUTE hzzp with hzzp so that I had no links in the body of this post since I am not verified
    I setup a new web application called "SharePoint 41171" with:
    Public URL:
    hzzp://testserver1:41171
    Claims authentication
    NTLM only: no forms auth
    No SSL
    New web site "SharePoint 41171"
    New app pool
    New content database
    I create a top level site collection and name mydomain\myusername as the primary site collection admin
    I am able to access this site as expected at
    hzzp://testserver1:41171 with the aforementioned site collection owner id: mydomain\myusername
    I add an alternate access mapping for a secondary URL for this web application in the Intranet zone:
    hzzp://iwatest.mydomain.com
    So my AAMs for the site read as:
    hzzp://testserver1:41171    
    Default     hzzp://testserver1:41171
    hzzp://iwatest.mydomain.com    
    Intranet     hzzp://iwatest.mydomain.com
    When I attempt to log on to
    hzzp://iwatest.mydomain.com with the same user name and password, I get "access denied".
    I can access this site using
    hzzp://iwatest.mydomain.com if I log in as the farm account.  This is the only account that seems to work.
    Side Note: If I create a separate web application without claims - just NTLM and create the same AAMs, I can login fine with the same secondary
    URL and the same user name
    IP address properly maps to this machine.
    I reviewed the ULS logs and find the following:
    10/30/2012 16:20:23.45              w3wp.exe (0x0E78)                      
                    0x1724       SharePoint Foundation              Monitoring                   
                    nasq                        Medium    Entering
    monitored scope (Request (GET:hzzp://iwatest.mydomain.com:80/_layouts/AccessDenied.aspx?Source=hzzp%3A%2F%2Fiwatest%2Emydomain%2Ecom))                
    10/30/2012 16:20:23.45              w3wp.exe (0x0E78)                      
                    0x1724       SharePoint Foundation              Logging Correlation Data     
          xmnv                        Medium    Name=Request (GET:hzzp://iwatest. mydomain.com:80/_layouts/AccessDenied.aspx?Source=hzzp%3A%2F%2Fiwatest%2Emydomain%2Ecom)      
    8f313b5e-8476-4dd4-9abe-0cb6dbe024b6
    10/30/2012 16:20:23.45              w3wp.exe (0x0E78)                      
                    0x1724       SharePoint Foundation              Logging Correlation Data     
          xmnv                        Medium    Site=/          8f313b5e-8476-4dd4-9abe-0cb6dbe024b6
    10/30/2012 16:20:23.45              w3wp.exe (0x0E78)                      
                    0x1724       SharePoint Foundation              General                      
                       8e2s                        Medium 
      Unknown SPRequest error occurred. More information: 0x80070005       8f313b5e-8476-4dd4-9abe-0cb6dbe024b6
    10/30/2012 16:20:23.45              w3wp.exe (0x0E78)                      
                    0x1724       SharePoint Foundation              Monitoring                   
                    b4ly                        Medium    Leaving
    Monitored Scope (Request (GET:hzzp://iwatest.mydomain.com:80/_layouts/AccessDenied.aspx?Source=hzzp%3A%2F%2Fiwatest%2Emydomain%2Ecom)). Execution Time=8.66003919492561   8f313b5e-8476-4dd4-9abe-0cb6dbe024b6
    Basically it tells me that access is denied.  I didnt see anything that stood out here.
    I found this article:
    hzzp://social.technet.microsoft.com/Forums/en-US/sharepointadminprevious/thread/ded9188b-ee03-4ef0-bb50-3ad138110e0c, which pointed me in the direction of ensuring that the portal
    super user and portal reader accounts were properly added to my web application.  I followed the every popular article on doing this:
    hzzp://technet.microsoft.com/en-us/library/ff758656.aspx, but still no luck.  As per the thread, I added the 2 domain accounts to the user policy with appropriate privilege
    and then set them as the super user and super reader accounts via powershell, and yes I did prefix those names with "i:0#.w|mydomain\".  To be exta sure, I repeated this for all web applications on this server with slightly different powershell steps
    depending on wether or not claims was enabled on the web application.
    The Claims to Windows Token Service is running.
    I saw some mention of ensuring that the secure token service is running with a proper application pool account, but we are not running that service
    and I cant imagine what that would have to do with my situation.
    I have deleted and readded the web application and repeated these steps to no better effect.
    I gave the mydomain\myusername full control for the web application through the user policy, ensured that it was indeed the primary site collection
    owner and added it to the default site owners group.  None of this helped.
    I changed the application pool account to the farm account.  No change in behavior.
    Rebooted IIS and the machines many times along the way.
    Further, when I attempt to sign in as a different user after being denied, I get "an unexpected error has occured message.  I found the following
    in ULS:
    10/30/2012 11:19:03.71 w3wp.exe (0x182C)                      
    0x1210  SharePoint Foundation                 Logging Correlation Data                     
    xmnv     Medium               Name=Request (GET:hzzp://iwatest.mydomain.com:80/_layouts/accessdenied.aspx?loginasanotheruser=true&Source=hzzp%3A%2F%2Fiwatest%2Emydomain%2Ecom)
    cc409ec2-4889-42fa-aa7d-9cc4535e4f0e
    10/30/2012 11:19:03.71 w3wp.exe (0x182C)                      
    0x1210  SharePoint Foundation                 Logging Correlation Data                     
    xmnv     Medium               Site=/    cc409ec2-4889-42fa-aa7d-9cc4535e4f0e
    10/30/2012 11:19:03.72 w3wp.exe (0x182C)                      
    0x1210  SharePoint Foundation                 General                      
             8e2s                Medium               Unknown SPRequest error occurred.
    More information: 0x80070005      cc409ec2-4889-42fa-aa7d-9cc4535e4f0e
    10/30/2012 11:19:03.72 w3wp.exe (0x182C)                      
    0x1210  SharePoint Foundation                 Runtime                      
            tkau                Unexpected       System.NullReferenceException: Object reference not set to an instance
    of an object.    at Microsoft.SharePoint.ApplicationPages.AccessDeniedPage.LogInAsAnotherUser()     at Microsoft.SharePoint.ApplicationPages.AccessDeniedPage.OnLoad(EventArgs e)     at System.Web.UI.Control.LoadRecursive()    
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)            cc409ec2-4889-42fa-aa7d-9cc4535e4f0e
    10/30/2012 11:19:03.74 w3wp.exe (0x182C)                      
    0x1210  SharePoint Foundation                 Monitoring                        
    b4ly                Medium               Leaving Monitored Scope (Request (GET:hzzp://iwatest.mydomain.com:80/_layouts/accessdenied.aspx?loginasanotheruser=true&Source=hzzp%3A%2F%2Fiwatest%2Emydomain%2Ecom)).
    Execution Time=22.5439266722447           cc409ec2-4889-42fa-aa7d-9cc4535e4f0e
    By the way, this occurs for the farm account also after a successful login and an attempt to sign in as a different user.
    Any help would be greatly appreciated

    Thanks spadminspadmin:
    I have, though I am not sure that what I've added there is correct:
    The URL that I am trying to use to access the web application's IIS site is hxxp://iwatest.mydomain.com.  I added a binding to the IIS site as follows:
    Type    Host name                      port        IP address
    http     iwatest.mydomain.com     41171     *
    Is that correct?

  • I have configure remote access feature web application proxy but not configure give the error. The remote name could not be resolved.

    I have configure remote access feature web application proxy but not configure give the error. The remote name could not be resolved in server 2012 R2.
    I have configure Ad and ADFS different server and try to configure web application proxy different server. what setting are required for connect web application proxy to Ad and ADFS.

    Hi,
    In addition, please make sure that the port 443 is not blocked by the firewall.
    Web Application Proxy requires internal name resolution to resolve the names of backend servers, and AD FS servers. When publishing web applications via Web Application Proxy, every web application you publish requires an external URL. For clients to reach
    these web applications, a public DNS server must be able to resolve each external URL that you configure. Note that the external URL must resolve to the same IP address as the Web Application Proxy server, or the external IP address of a firewall or load-balancer
    placed in front of the Web Application Proxy server.
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Need to Find Total number of InfoPart form in our Web application

    Hello,
    We have to find total number of Infopath forms in our web application. IS there any Power sheell Scripts or anuthing which can output the Infopath Forms location and file count .
    Thanks
    Kundan

    How about something like:
    Get-SPWebApplication http://yourWebAppUrl |
    Get-SPSite -Limit All |
    Get-SPWeb -Limit All |
    Select -ExpandProperty Lists |
    Where { $_.GetType().Name -eq "SPDocumentLibrary" -AND -NOT $_.Hidden } |
    Select -ExpandProperty Items |
    Where { $_.Name -LIKE "*.xsn" }
    Select {$_.Web.Url}, Url
    The above will list all of the files. Do you need counts by library, by site or other?
    Mike Smith TechTrainingNotes.blogspot.com

  • HT201210 while downloading any free application my iphone 4 ask me for apple ID and passward when i apply a valid apple ID and passward it prompt an error "cannot connect to itunes store"

    while downloading any free application my iphone 4 ask me for apple ID and passward when i apply a valid apple ID and passward it prompt an error "cannot connect to itunes store" please help me

    Sir i am talking about application store it opens show every thing but when trying to install any thing it said can not connect to itunes store. what should i do i use all methods of reseting and related to time mentioned in replies of people but all my efforts in vain i wish if i have some extra money i throw my Bloddy Iphone towards wall. Please help me

  • Illegal access: this web application instance has been stopped already

    Illegal access: this web application instance has been stopped already. Could gineConfigurationFactory. The eventual following stack trace is caused by an er o attempt to terminate the thread which caused the illegal access, and has no fu
    step..........5
    java.lang.NullPointerException
    [Loaded org.apache.jsp.response_jsp from
    i found this error can any one help me about this
    Message was edited by:
            vijay_kumar_choyal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Excuse me, but the information you provided does not make sense.
    Take a look here: http://jspwiki.org/wiki/StupidQuestions
    (I'm serious, there's an explanation for your problem)
    Greez
    Jens

  • How to control number of rows displayed in a report  by user?

    Hi All!
    I have provided a select list called 'Number of rows' in my report page.User can choose any number in the list, and accordingly he should be able to see so many number of rows in that report page.
    For example: if user selects 50 from the list, he will be able to see 50 records at a time out of say 2000 records retrieved. I want to control number of rows displayed per page dynamically. And if he selects 25 in the select list, he should be able to see 25 records at a time out of 2000.
    How to do it? Please give me ideas.
    Thanking in advance.
    Regards,
    Deepika.

    Hi Deepika,
    If you have a Select List with Submit called, say "P1_ROWS", you just enter P1_ROWS into the Report Attribute's "Number of Rows (Item)" setting.
    Regards
    Andy

  • How to pass username and password while invoking a web service through wsdl

    Hello All,
    i am calling a web service through wsdl, but it is giving error 401. i want to know how to pass userid and password when i am invoking webservice?
    i am using NetBeans 6.1.
    i did following thing:
    First i created one web application, then i right clicked on project new->web service client, and gave the url for my wsdl.
    after that i create one main class and try to call my required operation by that wsdl.
    Thanks in advance

    Thanks dumchikov, i tried the same thing what ever you told but there is no option for security.
    when i right clicked on web service reference its open 1 window which have 2 tab one is quality of service and second is wsdl customization, then i clicked on wsdl customization. which contain Global Customization, Port Types, Port Type Operations, Port Type Faults, Binding, Binding Operations, Services, Ports and External Binding Files. it don't have security option.

  • While accessing the WAS, Application cannot be started! is getting.

    Hi All,
       I am facing this issue while accessing the WAS. I started the WAS and it is running. When i am accessing http://<hostname>:50000/, I am getting 503 error Service Unavailable Error.
    Here are the details.
    Details: com.sap.engine.services.servlets_jsp.server.exceptions.WebDeploymentException: Error in starting application sap.com/com.sap.engine.docs.examples.
         at com.sap.engine.services.servlets_jsp.server.container.StartAction.prepareStart(StartAction.java:97)
         at com.sap.engine.services.servlets_jsp.server.container.WebContainer.prepareStart(WebContainer.java:379)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:349)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepareLocal(StartTransaction.java:371)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesLocal(ApplicationTransaction.java:370)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:118)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesLocalAndWait(ParallelAdapter.java:219)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationLocalAndWait(DeployServiceImpl.java:4323)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationsInitially(DeployServiceImpl.java:2456)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.clusterElementReady(DeployServiceImpl.java:2332)
         at com.sap.engine.services.deploy.server.ClusterServicesAdapter.containerStarted(ClusterServicesAdapter.java:41)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:141)
         at com.sap.engine.core.service630.container.AdminContainerEventListenerWrapper.processEvent(AdminContainerEventListenerWrapper.java:19)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:101)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:60)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:73)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:134)
    Caused by: java.lang.NoClassDefFoundError: com/sap/engine/services/servlets_jsp/server/runtime/context/ApplicationContext
         at com.sap.engine.services.servlets_jsp.server.container.WebContainerHelper.createDefaultContext(WebContainerHelper.java:483)
         at com.sap.engine.services.servlets_jsp.server.container.WebContainerHelper.createContext(WebContainerHelper.java:524)
         at com.sap.engine.services.servlets_jsp.server.container.StartAction.prepareStart(StartAction.java:50)
         ... 16 more
    Can anybody help me.
    Thanks in advance.
    Regards
    Chiranjeevi A

    What kind of DNS settings should I try to change?
    I already tried the "DNS Configuration for BSP Applications Under Windows 2000" since I'm working with Windows 2000 http://help.sap.com/saphelp_bw31/helpdata/en/9f/fc9c3b122efc6ee10000000a114084/content.htm
    But it didn't work. I keep getting the same error.

  • Perl based client to access weblogic web services

    Hello All,
    Do we have sample code where Perl (Soap::Lite) client will access weblogic based web services using https protocol?
    Regards,
    ssaxena

    Hello All,
    Do we have sample code where Perl (Soap::Lite) client will access weblogic based web services using https protocol?
    Regards,
    ssaxena

  • Exception while accessing a web service using adaptive web service

    Hi All,
    I have accessed a web service from backend ( ABAP) and when i deploy the model i get an exception :
         Exception on execution of web service on destination 'DEFAULT_WS_EXECUTION_DEST' for operation 'ZGetWorkpackages' in interface '_-CAG_-Z_GET_WORKPACKAGES'
    can any one help?
    Regards
    Deepa

    hi
    After you have integrated  webservice ,  have you created the destinations in the visual admin tool .
    during calling the webservice  you might  selected the option of using logical destinations and used the
    default destinations as it is , and  are these destinations configured in the visula admin .
    if so please check the parameters you have provided ,  this would solve yourproblem
    Thanks

  • How can I watch a movie while surfing the web?

    I've been trying to figure out if there is any way to anchor the iTunes player so I can watch a movie while surfing the web. I've had no luck, Please tell me there is a way! =)

    There are two ways I do this.
    1. I set the playback in preferences to play the video in a seperate wind. Then I size the browser window so I can see both at the same time.
    2. My prefered method is to play the movie on my extra monitor I use. That way I can run it full screen while working with a full screen browser.
    Mort

Maybe you are looking for

  • Dual boot, Mountain Lion and Mavericks and Migration Assistant

    Hi all, I have a Macbook Pro Retina which cam with Mountain Lion installed, and I want to upgrade to Mavericks. However, I have a need to run some apps in Mountain Lion, as official support for those apps will not go past 10.8.5 (Avid's Pro Tools 10)

  • How do I remove my credit card details from my account?

    http://helpx.adobe.com/x-productkb/policy-pricing/remove-credit-card-info-adobe-account.ht ml$ I visited the page (link above) but none of those steps help, I tried contacting the customer care and it also did not help. So is there other options? I w

  • Won't let me Stop movie and play music

    Hi, New to atv and was watching a movie, it was on the end credits and I hit menu, scrolled to music and hit select and instead of going to the music menu it went back to resuming the movie. It did this several times. Got to the music menu once then

  • TS3988 I can't access my mailbox - not available in icloud?

    I have not been able to synch mail on my iphone since about 11am today; and tonight I can't synch on my mac.  Have tried connection doctor, have reset my apple id, hasn't made a difference.  Logged on to icloud, can see contacts and calendar, can't s

  • Choose the way of developing new system

    We are going to develop new system . It will we typical distributed bank system and will position as 24/7 system so in this case it should be aссessible every minute and it should process all requests in real time. I understand that it's not convenie