Number of executeThread for WLS Client

          There are two properties in WLS51 whcih can be specified to adjust the number of
          executeThread and the percentage for the reader threads in the client application.
          -Dweblogic.system.executeThreadCount and
          -Dweblogic.system.percentSocketReaders.
          What is the WLS6.0 equivalence for these two parameters? I am facing severe performance
          problems when invoking beans deployed in a cluster.
          

          Sorry, please ignore the previous mail. It was a typo of mine.
          "Dapeng Wang" <[email protected]> wrote:
          >
          >It seems that the parameter weblogic.ThreadPoolPercentSocketReaders doesn't
          >work
          >correctly. Independant of the number the default value of 33 will always
          >be used.
          >Another bug?
          >
          >"Kumar Allamraju" <[email protected]> wrote:
          >>> > What is the WLS6.0 equivalence for these two parameters?
          >>
          >> -Dweblogic.ThreadPoolSize and
          >> -Dweblogic.ThreadPoolPercentSocketReaders.
          >>
          >>--
          >>Kumar
          >>
          >>"Cameron Purdy" <[email protected]> wrote in message
          >>news:[email protected]...
          >>> You can set the number of threads per server in the Weblogic console.
          >>Then
          >>> look at the config.xml to see what the setting is called.
          >>>
          >>> The thread limitation will not cause performance problems -- it will
          >>only
          >>> cause throughput (scalability) problems.
          >>>
          >>> Peace,
          >>>
          >>> --
          >>> Cameron Purdy
          >>> Tangosol, Inc.
          >>> Clustering Weblogic? You're either using Coherence, or you should
          >be!
          >>> Download a Tangosol Coherence eval today at http://www.tangosol.com/
          >>>
          >>>
          >>>
          >>> "Dapeng Wang" <[email protected]> wrote in message
          >>> news:[email protected]...
          >>> >
          >>> > There are two properties in WLS51 whcih can be specified to adjust
          >>the
          >>> number of
          >>> > executeThread and the percentage for the reader threads in the client
          >>> application.
          >>> >
          >>> > -Dweblogic.system.executeThreadCount and
          >>> > -Dweblogic.system.percentSocketReaders.
          >>> >
          >>> > What is the WLS6.0 equivalence for these two parameters? I am facing
          >>> severe performance
          >>> > problems when invoking beans deployed in a cluster.
          >>>
          >>>
          >>
          >>
          >
          

Similar Messages

  • .jar file for wls client application

    Is there a .jar file include files when client app needs at runtime

    You need weblogic jar file and if its ejb client application you might need client
    file that can be produced by ejbc.
    S
    "Wei Li" <[email protected]> wrote:
    >
    Is there a .jar file include files when client app needs at runtime

  • How to solve this "Prefix number: entry missing for system EC5 client 800"

    Hi,
       I am workflow learner, I am having theoretical knowledge on it.
    Now, I started to practice practically in my IDES server.
    I am getting an error message while I am trying to save my standard task with my object type and method and event (which were already created in SWO1).
      My error message details.....
    Prefix number: entry missing for system EC5 client 800
    Message no. 5W023
    Diagnosis
    Tasks, rules, and workflow definitions require an ID that is unique throughout all systems and clients. In this way, you can ensure that you can transport these objects from one system into another at any time (without restrictions). From a technical point of view, the uniqueness of the ID is ensured by what is known as a "prefix number". You can define a separate prefix number for every system and every client in table T78NR.
    System response
    If a prefix number is not defined in the client in which you are currently working, it is not possible to maintain (maintenance terminates).
    Even I tried to create on entry in the table T78NR, but as that is standard table, I am unable to make an entry.
    Hope we have to configure the workflow, I am not having any Basis consultant with me. Can anyone help to cross this problem.
    Thanks and Regards,
    Surender Batlanki.
    Edited by: Surender Batlanki on Oct 15, 2008 2:20 PM

    HI Surender and  Other SAP Work flow gurus
    Surender, u said, that you got the solution.
    As honestly speaking i am new to SAP Workflow. Can u please please guide me the instruction and document if any. I am practising in Test Server machine. I will be really happy that if u all GEMS helps me to get out of it.
    in Prefix number OOW4, system is asking me to enter, the Prefix number, Interval start, Interval End, and Check Sum.
    I entere the same 980 in prefix number, and i dont know what to enter the Interval start and interval end and check sum.
    Also there is some msg coming when i tried to manage some values, " NO Intervals can be reserved for this prefix number" - MSg No: 5W179.
    Please gurus help me.
    Regard
    Guru

  • Error: Prefix number: entry missing for system REP client 113  Msg no 5W023

    Hi, we're trying to study Workflow based on the manuals we downloaded online.  Upon saving, we encountered the error: Error: Prefix number: entry missing for system REP client 113  Msg no 5W023.
    Here's the diagnosis:
    Diagnosis
    Tasks, rules, and workflow definitions require an ID that is unique throughout all systems and clients. In this way, you can ensure that you can transport these objects from one system into another at any time (without restrictions). From a technical point of view, the uniqueness of the ID is ensured by what is known as a "prefix number". You can define a separate prefix number for every system and every client in table T78NR.
    System Response
    If a prefix number is not defined in the client in which you are currently working, it is not possible to maintain (maintenance terminates).
    Procedure
    Maintain table T78NR in Customizing, and create an entry for the system in question and the current client.
    Hope somebody can help me understand what this is.. thanks so much and appreciate your help..
    Thanks,
    Angela Paula

    Hi Angela,
    Please check if the Prefix number is maintained in SWU3 t-code.
    Go to Maintain Definition Environment -> Maintain Prefix Numbers and check if the prefix number is maintained.
    Hope this helps!
    Regards,
    Saumya

  • MS-SOAP Server WLS-Client

    Hi!
    I have an MS-SOAP 2.0 Webservice and i want to call ist from a wls-client. I simply
    tried to change the target url (context.lookup("http://<host>/xyz.wsdl") and i
    got this
    Exception in thread "main" javax.naming.NamingException: i/o failed java.io.FileNotFoundException:
    http://<host>/xyz.wsdl.
    Root exception is java.io.FileNotFoundException: http://<host>/xyz.wsdl
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:545)
    at weblogic.soap.WebServiceProxy.getXMLStream(WebServiceProxy.java:521)
    at weblogic.soap.WebServiceProxy.getServiceAt(WebServiceProxy.java:171)
    at weblogic.soap.http.SoapContext.lookup(SoapContext.java:64)
    at javax.naming.InitialContext.lookup(InitialContext.java:350)
    at DClient.main(DClient.java:26)
    I can call the WebService via Visual Basic and the WSDL-File is available via
    Browser as well.
    Thanks for Help
    Rene
    p.s. i used the DClient.java example (also tried XMethodClient, with the result,
    that the method was not found!)

    Hi,
    The problem seems that WLS6.1 client sent the Soap message which identified the
    input parameters/values as xsd types, where MS Soap 2.0 Gold clients simply passed
    on the parameters/values. I am not clear on what the Soap 1.1 standard says.
    Maybe BEA or MS engineers or more knowledgable people can give us a better explanation.
    If you need to find more debugging information from MS Soap 2.0 Gold server (IIS
    + Soap 2.0 Gold), you can use the MS Soap 2.0 debugging tool and capture the Soap
    messages passed and the server trace. The posting item number 99 had such traces.
    -Lu Huang
    "Rene Wilms" <[email protected]> wrote:
    >
    i!
    The XMethod-Client works! But only with an Method that returns a String
    and with
    no parameters like getHello(). When you try the XMethodClient on MS-SOAP-Services
    at www.xmethods.com it works, so i don't know what the problem with the
    parameters
    are....
    renne
    "Lu" <[email protected]> wrote:
    We also tried to call a Microsoft Webservice hosted with IIS + Soap2.0
    Gold,
    using a WLS 6.1b client (modified from DClient.java). We got similar
    resoults
    as Rene's. See the posts in this news group: item 99 and 113. Much
    details in
    the forementioned items. This seemed to be an interoperability problems
    between
    MS and BEA. I hope some BEA engineers take a look at the postings now
    from two
    different groups. Any help or clarification would be appreciated.
    -Lu
    "Rene Wils" <[email protected]> wrote:
    Hi!
    When i use a WLS-Service you are right, but i try to use a MS-SOAP
    WebService.
    The URL in the VisualBasic-Programm ist http://<host>/xyz.wsdl, so
    i
    tried the
    same. The target service is a simple DLL, so there is no packaging.
    I'am not sure, if i have to use the lookup-method of the context orthe
    createWebService
    method. Both fails with the FileNotFoundException. But the url in aWebBrowser
    shows the right wsdl-file.
    Did anybody call a MS-SOAP-Service from a Java-Client(WLS-SOAP)?
    thanks
    rene
    "Alan Humphris" <[email protected]> wrote:
    The format of your lookup url in the example you gave didn't look
    complete,
    but
    that might be just your example. It should be somthing like:
    http://host:7001/context/package.EntryPointBeanHome/package.EntryPointBeanHome.wsdl
    I've also seen that error in relation to any jndi lookups that yourentry
    point
    bean maybe making to other beans but where the jndi name you are looking
    up is
    incorrect.
    "Rene Wilms" <[email protected]> wrote:
    Hi!
    I have an MS-SOAP 2.0 Webservice and i want to call ist from a wls-client.
    I simply
    tried to change the target url (context.lookup("http://<host>/xyz.wsdl")
    and i
    got this
    Exception in thread "main" javax.naming.NamingException: i/o failedjava.io.FileNotFoundException:
    http://<host>/xyz.wsdl.
    Root exception is java.io.FileNotFoundException: http://<host>/xyz.wsdl
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:545)
    at weblogic.soap.WebServiceProxy.getXMLStream(WebServiceProxy.java:521)
    at weblogic.soap.WebServiceProxy.getServiceAt(WebServiceProxy.java:171)
    at weblogic.soap.http.SoapContext.lookup(SoapContext.java:64)
    at javax.naming.InitialContext.lookup(InitialContext.java:350)
    at DClient.main(DClient.java:26)
    I can call the WebService via Visual Basic and the WSDL-File is available
    via
    Browser as well.
    Thanks for Help
    Rene
    p.s. i used the DClient.java example (also tried XMethodClient, with
    the result,
    that the method was not found!)

  • Timout configuration for WLS 5.1

    Hi all,
    We're running Tomcat against WLS 5.1sp10.
    We're trying to find out how to tune the timeout properties for the
    different connections.
    If we have a connection to our Oracle database, it will timeout and fail
    after 300 seconds (5 minutes). However, when Tomcat connects to WLS, it has
    a timeout of only 4 minutes.
    We've discovered that if the connection gets dropped to WLS while it's
    blocked talking to Oracle, then this "consumes" a connection to WLS, and if
    it happens enough, WLS will get its Listener hammered and stop accepting any
    kind of connection.
    What we're hoping to do is prevent this by having Tomcat time out "later"
    than Oracle, this would allow Oracle and WLS to fail "cleaner" than if
    Tomcat fails first.
    However, we can not find any place to adjust either the 4 minute timeout on
    the client side or the 5 minute timeout on the server side.
    We know that we can somewhat circumvent this by expanding the number of
    Execute Threads, but I'm thinking that the timeout adjustment (as well as
    ensuring that really stupid SQL doesn't happen in the first place, but
    that's a different issue) is "better" than tweaking the Execute Threads
    count.
    Any help appreciated.
    Thanx!
    Regards,
    Will Hartung
    ([email protected])

    Hi.
    trial license keys come with the server when you download it. It should
    be good for 30 days. Try downloading the server again if your license
    has expired, or contact sales for a license extension.
    Regards,
    Michael
    Maria wrote:
    How can I have an trial license for WLS 5.1 to evaluate this sw?--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Looking for a client appointment app

    I'm looking for an application for a friend who is a personal trainer. And if such an application doesn't exist, I'm considering writing one (I'm a software engineer)
    The application would maintain a database of clients, and a schedule of appointments with them.
    For each client, the following data needs to be maintained: contact information, current statistics (weight, body fat percentage, strength) as well as a history of statistics. Clients pay for a package of sessions in advance, and the app would keep track of how many prepaid sessions remain, updating that number with each scheduled appointment and each payment. Every client has recurring appointments, several per week, but rescheduling is common, and needs to be easy. And the app should be able to print out a year report for taxes.
    I was thinking that it should interface with Address Book for contact information, and Calendar for appointments.
    The main app should run on Snow Leopard, but mobile access through an iOS 4 sister app would be great. (Although if it works with Address Book and Calendar, their synchronization through MobileMe might be sufficient)
    Is there any such thing? There must be other trainers, and other professionals with similar needs.
    -Ron.

    Hi Ron,
    was there a template for bento that met all of the requirements that you detailed?  My wife is a personal trainer and we've been looking for similar functionality in an app.  Currently she's using the calendar app and contact book, but as you say, rescheduling is frequent and tracking remaining sessions would be very helpful.  Let me know,
    Paul

  • Basis: No service for system , client  in Integration Directory??

    Hi All,
    IDocs from SAP QA are not being sent to PI QA. I see error in SM58 in SAP QA as: No service for system , client  in Integration Directory.  Please dont jump to asnwers by looking at above error. I could fix that, but thats not the real problem.
    Because I have checked
    1) SLD home page ---> Technical Landscape --> Select Web AS ABAP --> Select the technical system --> Clients ---> Click on the client used as Business system --> Here look for the logical system is defined (No Problem here, as logical systems is defined).
    2) ID---> Click on Objects --> Service Without party/Party > Double click on business system>On the tright side--> Service --> Adapter specific Identifiers ---> Check IDoc Adpater, Logical System (No Problem here as I see Logical System).
    But I can't find values R/3 System ID and Client under "IDoc Adapter and RFC Adapter". I think thats problem here, when I click on "Compare with SLD" in edit mode, values are not getting populated into R/3 System ID and Client. It makes think there is communication error from ID to SLD. How I do confirm if its the real problem?
    3) Checked Note 940313 - IDoc adapter: Error messages in SM58, No problem here
    4) Did SLDCHECK from PI QA, works fine, no problems here
    Both PI DEV and PI QA pointing to the same SLD. When I send IDocs from SAP QA to PI DEV, everything works fine. I can't send IDoc from SAP QA to PI DEV (changed RFC des to point to PI QA, it shouldn't be a problem).
    How do I find out if communication between PI QA - ID is workign fine with the SLD? Is there any other issue you can think of causing the above error?
    Thank You,
    Indrasena Janga

    *I have trobleshooted  a similar issue. In my case also the tRFC failed with the error "No service for system SAP, client 400 in Integration Directory".There were 11 IDOCS associated with this tRFC and when I saw control record of first IDOC,in sender information ,the sender partner number was wrong.Instead of "SAPSID",it was found as just "SAP".Where as the remaining ten were maintained with correct sender partner number.remaining ten IDOCS were dependant on first one.
    Thanks,
    Varada Reddy

  • Is there any in build access security feature in apple tv? I am using this device as a service for my client and am afraid third party would cut in and display other contents.

    I am planning to ofgfer the apple TV services for my client in a number of room. I know that apple TV could be set with different ID/label to differentiate them if I am, installing multiple device within the same wireless coverage SSID. However, how do I prevent intruders cutiing in with some other contents while my client is doing the presentation? For example in Room A, client A is doing the video opresentation vioa his Mac book Pro. there is always a possibility that some people with OS X Mountain Lion detect the device and decide to play a prank and start to push other contents to the Apple TV device in Room A. If the device could provide an authentication feature, there will actually resolve my concern. Appreciate any feedback. Thanks Richard

    Hi soo.richard,
    You say it could be intruders cutting in - same problem/solution as for any network I think. Access can be password protected or access limited via MAC address filtering. I'm not sure how Apple Tv works with a hidden SSID but that would be another option.
    Airplay itself can be password protected through the airplay settings.
    I'm not sure if Apple TV works with other authentication such as a password but maybe the manual will assist with this?
    Hope this helps.

  • How to define a separate virtual host for each client in SICF

    Hello,
    We have an ERP system with multiple clients running on it. The WebDynpro ABAP applications once developed are available on all clients, as standard. However, this is not our desired behavior. We want:
    1. The WebDynpro ABAP applications should be managed separately in SICF depending on the client
    2. The URL for accessing the WebDynpro application should have a own host name for each client. e.g.
    A WebDynpro application on client 100 should be accessed by http://host1:5000/sap/bc/... and the same application on client 200 should be accessed by http://host2:5000/sap/bc/...
    After a while researching I find out that creating a virtual host for each client in SICF would be a possible solution to fulfill the above mentioned requirments:
    1. Set the profile parameter is/HTTP/virt_host_* with corresponding host name and port number
    2. Create a new virtual host in SICF assigning the profile paramter to it
    3. Assign a client to this virtual host
    My question is how to specify a client to a virtual host? I didn't find any possibilities in SICF!
    Anyone can help me? Thanks a lot in advance!
    Best Regards
    Di Li

    Hi Srikishan,
    thanks for your reply. Your suggested way is certainly a potential, and also my preferred option for solving the multiple-client-capable URL access to WebDynpro / BSP applications.
    However, for some reasons, based on the customer requirements, the client should not be visible in the URL. The URL for accessing the WebDynpro / BSP applications on different client should have different host name, as if they are different companies. Besides that, we want to manage each WebDynpro / BSP application on different clients in SICF separately.
    Therefore, at least on my opinion, we need to introduce a virtual host for each client in SICF. But how do I make it happen?
    Regards
    Di

  • How to define a separate virtual host for each client in ICF for WebDynpro

    Hi,
    We have an ERP system with multiple clients running on it. The WebDynpro ABAP applications once developed are available on all clients, as standard. However, this is not our desired behavior. We want:
    1. The WebDynpro ABAP applications should be managed separately in SICF depending on the client
    2. The URL for accessing the WebDynpro application should have a own host name for each client. e.g.
    A WebDynpro application on client 100 should be accessed by http://host1:5000/sap/bc/... and the same application on client 200 should be accessed by http://host2:5000/sap/bc/...
    After a while researching I find out that creating a virtual host for each client in SICF would be a possible solution to fulfill the above mentioned requirments:
    1. Set the profile parameter is/HTTP/virt_host_* with corresponding host name and port number
    2. Create a new virtual host in SICF assigning the profile paramter to it
    3. Assign a client to this virtual host
    My question is how to specify a client to a virtual host? I didn't find any possibilities in SICF!
    Anyone can help me? Thanks a lot in advance!
    Best Regards
    Di Li

    Hi Srikishan,
    thanks for your reply. Your suggested way is certainly a potential, and also my preferred option for solving the multiple-client-capable URL access to WebDynpro / BSP applications.
    However, for some reasons, based on the customer requirements, the client should not be visible in the URL. The URL for accessing the WebDynpro / BSP applications on different client should have different host name, as if they are different companies. Besides that, we want to manage each WebDynpro / BSP application on different clients in SICF separately.
    Therefore, at least on my opinion, we need to introduce a virtual host for each client in SICF. But how do I make it happen?
    Regards
    Di

  • Lync User Phone Number Changed in AD - Still Showing Old (Normalized) Number Days Later in Lync Client Contact Detail

    Environment:  Lync 2013 backend; Lync 2010 and Lync 2013 clients.  Enterprise Voice not implemented.  November 2013 CU Applied on Server.
    Issue:  Lync user (User A) phone number changed in AD but still showing old number for others days later.
    Believed Cause:  User A has not logged into Lync since change to republish new phone number?
    So after reading this http://masteringlync.com/ I am beginning to think that something I perceived as an issue may actually be by design?
    Action:
    User A work phone number changed in AD.  User A has only one phone entry in AD.  Normalization rule in place to basically leave number unchanged (working)
    Result: 
    New phone number propogated fine to Exchange/Outlook fine.  Old number displaying only in Lync client when viewing User A contact card detail
    Lync 2010 Client displays only old number when looking at Client A contact detail (this client only presents phone numbers if they are actually normalized)
    Lync 2013 Client displays two work numbers. 
             One that we identify as a "display number" just as entered in AD - this shows correctly as the new number.  Another that we identify as the "normalized number" which is still the old
    number (same as 2010 Client)
    Same results whether contact is saved in Lync Client or not and is not related to Outlook contacts - in fact one test was with a Lync account that is not Mail Enabled.
    I did a dbanalyze to view the SQL database detail for User A and see that Category 'userInformation' has the old phone number and the time stamp on it seems to coincide with a Lync Cllient database change (user login or refresh on that end) so this seems
    to futher confirm my findings thus my reaching the point of conceding it might be out of my control.
    My Question I guess is ....
    Have others discovered this?  Is this a bug or do normalized phone numbers actually requre a client login to accept/republish the number correctly to others even though the information is updated in AD?  User detail and how it propogates seems to
    be the biggest mystery and it gets harder and harder to explain to users why changes aren't displaying accuralely.

    Thanks Richard... your blog definitely hit home with what I was seeing but guess I just didn't want to accept that as the end of the road on this.  I'm still in a little misbelief that client interaction is necessary to update a backend change.
    This process really makes phone numbers in Lync an unreliable source given a user will never know if it is it up to date.  And the problem with Lync 2013 client is it shows both numbers in the client ... the address book one with the
    updated AD numbers and the one the normalized AD one that the user has to login to republish.  I now more fully understand the process but trying to explain that to users when they see different work numbers .. ugh. 
    Oh well, guess the important part is to understand the process so thanks again.

  • DB2E for AWT client

    Hi experts,
    i am trying to assign DB2E 8.2.4 on MOBILE AWT client(SP 18 ), but when i click on START button of MI Client Installer of DB2E it shows me some error as follows :-
    installation failed: version check for appliaction 'MOBILEENGINE_JSP' failed;'null' (installed version) greater equal '2514' returned false(used prefix match)..
    I think that DB2E for AWT client is different,is it so ?? and if yes please let me know where can i get the one specific for AWT client.
    Also is it so that JQuery not supported exception occurs when DB2E is not installed on client?? 
    Thanks in advance,
    regards,
    rajesh

    Hi,
    can you not install the DB2e manually for a test to see if your landscape works as such?
    Steps are described in the DB2e install file - have a look into the XML.
    And by the way - for a test instead of having no solution for a few days - there is the number mentioned in the setup file you would need at least to install that DB2e - I would simply change that number as long as I have no better solution.
    Hope this helps.
    Regards,
    Oliver

  • 4400 WLC Layer 3 Authentication Status for WLAN Clients

    We have 3 4400 series WLC's(wireless LAN controllers). Two 4404 WLC's are on the "inside" of our network and all AP's (access points) on our network use these two WLC's as the primary or secondary controller.  The 4402 WLC Anchor controller resides in our DMZ and is used for WLANs that are more oriented for guest usage.  These guest WLANs are configured on the inside controllers also, but are "anchored" to the 4402.  On the anchor controller we are using layer 3 Web Authentication for the WLAN "Guest".  This WLAN uses the internal web-auth page within the anchor controller and a username/password combo that is locally defined on the anchor controller.
    Functionally there is no issue.  Users connecting to the WLAN are presented with the web-auth page upon connecting to the WLAN and opening a web browser.  The issue is how the layer 3 authentication information is presented on the Monitor Clients page of the "inside" WLC's management screen as compared to the "anchor" WLC.
    For example, if we log in to the anchor controller and then click Monitor, then Client, then Change Filter and choose any WLAN requiring layer 3 authentication on the Anchor controller, there will be a list of all clients currently associated.  In the Column with the "Auth" heading it shows the Layer 3 Authentication status of the clients.  For example, if there are 15 clients associated to WLAN SSID "Guest", but only 5 of them have opened their web browsers and correctly logged in, then this will be correctly displayed.  The 5 who have logged in will show "Yes" and the other 10 will show "No" in the Auth column.
    Now...the problem...on the inside controllers...if we do the same thing (monitor, clients, filter for WLAN SSID "Guest"), all 15 will show "Yes" under the Auth column. In most cases the 15 clients will be distributed accross both controllers (maybe 6 on one, and 9 on the other WLC), but both inside controllers will display all clients as having a layer 3 authentication status of "Yes".  We have proven over and over that this is not accurate.  This is very inconvenient because the "Client Count" reports we run on the WCS server reflect the same information as the "inside" controllers.  The WSC reports will show all 15 as Authenticated and they are not.  We have proven many times that the anchor WLC is the only controller accuratly conveying this info.
    Also, the engineers who helped with our network install have reproduced the same behavior in a lab with an anchor and inside controller directly connected.  They suggested it may be a code bug with the 4400 series WLC.  We are running controller Software Version 6.0.188.0 on all 3 controllers.
    Please let me know what you think may be causing this issue.  Any help or advice is greatly appreciated!

    Hi,
    We run version 7.0 on the WCS and WLCs but I thought I'd try the report and see what I got. The result is a line graph with the number of associated and authenticated clients superimposed. I'm not sure how useful a report of this nature is.
    It doesn't inspire confidence: when I specifiy the guest wireless SSID I get zero clients! I know there have been guest clients authenticated during the report period I spec'd.
    Scott

  • Questioners, Proposal Document and Estimation for SAP BI for New Client

    Hi All,
    I currently working SAP BI 7.0, My project Manager provide new assisgnment for me following below
    my requirment is I want to Prepare SAP BI Questioners, Proposal Document and Estimation how to prepare this three activities. Beacuse my Organization getting new Cusomer asking this three activities.
    Please provide me any one solutions....
    ASAP.... please
    Thanks in Advance........
    Thanks & Regards,
    Bharathi

    It sounds like you want to ask the client some questions to work out what they want from their BI project.
    You have probably been provided with some information about the client and about why they are talking to your company. Use this to choose some specific questions or to try to uncover particular challenges and requirements for that client.
    Based on the requirements you believe they have, you should provide a high level project plan - i.e. what activities you would do, a rough indication of timelines, number of resources, etc.
    Based on this you can estimate how much the project would cost. The cost side should be validated by the account manager in your company as they may know what sort of project scales they usually take on and what sort of costs they generally find acceptable.

Maybe you are looking for

  • ITunes 7 makes my new computer function like a 386 (SLOW!)

    Like many other users, I have tried installed iTunes 7 twice now and backed it out both times. I tried some of the techniques described in the user forums a few weeks ago (like installing standalone Quicktime first). Once installed, my laptop takes o

  • Sent messages disappeared

    I have two computers, a new Intel Imac on 10.7 and an old PowerPc MacBook running the final OS for that. My Apple Mail checks both my IMAP server for work and my .Mac account and both lost substantial chunks of Sent mail a couple of days ago. I don't

  • SAP MM- Trying to send RFQ's to the vendors via email.

    Hi Experts, User is trying to send RFQs using  Email address... But user is not able to do so.... Please guide how to start with... Thanks, Forum shah

  • Is this correct quoted-printable?

    Begin forwarded message: From: "XXXXXXX Authentication Service" = <[email protected]=20 I'm seeing this and I'm wondering if the trailing > on the email address has be correctly print quoted or not? When I use Perl with MIME::QuotedPrint it gives me

  • Again : SQLJ, CLOB and JDEV2.0 BETA (BUG !!)

    After reading the ORACLE DOCUMENTATION about using of CLOB in a SQLJ file, i try this: package Pack_ConnexionOracle; import sqlj.runtime.*; import sqlj.runtime.ref.*; import java.sql.*; // Importing the Oracle Jdbc driver package makes the code more