Concurrent Users for BODS designer in TEST environment

All,
May I know the best practices for BODS testing ? Would you please share any weblinks for BODS/ETL testing related information ?
We wanted to access the designer/master/local repository by multi testers in TEST environment. What is typical practice ?
Does the tester need access to deisgner ? if so, what are main points to be checked/tested in a job design/execution in DS designer?
Thanks & Regards.

Hello
I don't think your testers should have access to the Designer in the test environment.  Why?  Because when you execute jobs in production it won't be via the Designer, so if you execute tests that way it's not a true test.  The execution mechanism (typically the built in scheduler) should be used in the test environments.
Multiple testers might require a separate local reposity and data areas, however the job server can be shared for functional testing, but not for performance testing.
Basic good practice for an organisation -
Project manager scopes a release.
Developers code in the development enviornment.
A lead developer packages code (ATL, DDL, etc.) for release candidates.
Release team (or repsonsible lead developer) promotes code to QA
Tests performed in QA
Release team promotes code to production.
Notes -
Developers should only have access to the development environment (maybe readonly in QA to aid debugging)
Testers should only have access to QA
Operations should only have access to production.
It takes a bit of work to get your organisation working in this way, but its worth it.
Michael

Similar Messages

  • Get the number of concurrent users for a WD application

    Hi all,
    I need to implement a method which counts the number of concurrent users for a Web Dynpro application.
    Say I have a portal with X applications, is there API that can tell me how many users are working on specific application?
    I know that this line of code
    IWDClientUser currentUsers[] = WDClientUser.getClientUsers();
    will get me the number of users that are working on ALL Web Dynpro applications. Is there a way of getting it for specific application?
    I thought of using a text file/small DB table that set/get the number of users but I think it will cause overhead issues.
    Any ideas how to implement it?
    Thanks,
    Omri

    Hi Omri,
    Try using  WDServerState.getActualApplications() method.It returns array of actual running applications.Compare ur application name with the array elements and keep a counter for matching elements.
    String app[]=WDServerState.getActualApplications();
        for(int i=0;i<app.length;i++)
              view.getComponent().getMessageManager().reportSuccess(
               app<i>);

  • Concurrent user for SAP Epo

    Hi,
    Please can anyone will help by giving the steps for the configuration of concurrent users for SAP EP...
    thanks
    Sonu

    Hi Sonu,
              Please follow the bellow link's which provide you very good information.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/59/bf2287b3cb5e48af94f99929ad15b9/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b2/4f9b3e1f1e7c7de10000000a114084/frameset.htm
    Regards,
    Hari.

  • Load balancing and clustering for SQL SERVER ANALYSIS SERVER instances to access large number of concurrent users for bi site

    HI
    how to do analysis server clustering 
    we have sharepoint bi site and we published many dashboards pointers ,filters kpis 
    and at a time some 200 to 300 concurrent users access these dashboards pages
    so for maintain this requirement how we apply clustering for ssas intances 
    and also it has load balancing 
    adil

    Hi Adil,
    According to your description, you want to implement SQL Server Analysis Services Clusster and Analysis Services Load Balancing, right?
    In SSAS, we can design highly available solutions in Analysis Services by using: network load balancing (NLB) technologies, failover clustering technologies, or both. For the details about implemention, please refer to the links below.
    http://msdn.microsoft.com/en-us/library/dn736073.aspx
    http://sqlsrvanalysissrvcs.codeplex.com/wikipage?title=Analysis%20Services%20Load%20Balancing
    http://technet.microsoft.com/en-us/library/bb500217(v=sql.105).aspx
    Regards,
    Charlie Liao
    TechNet Community Support

  • Concurrent Users for Query BEx

    Hi BW Experts,
    my concerns are related to the simultaneous access to a query BEx.
    On a total amount of 3000 users I have 300 concurrent users, launching the same query in the same time.
    Two are my issues:
    1 - how can I test the simultaneous launch of the query without involving 300 persons?
    2 - I think the performance of such a test will be not acceptable: what are the levers/parameters BW system gives me to increase these kind of performance?
    Thank you in advance for your help!
    Kind regards.
    Matteo

    To have 300 users start the same query at the exact same time is certainly unusual. Don't have any good suggestions on the "Hoe to test" question. This is a difficult question to answer with a short answer.  You have many performance options/considerations:
    Are the users running the exact same query with all the same input parameters? Pre-calculated web templates might be of value, this would cache precalculated web pages,  or consider scheduling the query and then distributing the results via e-mail using Information Broadcaster.
    If the result set is not unusually large, you may be able to schedule a run of the query and store the results in the OLAP cache, that way the Database does not need to be accessed - the users will get their results from the OLAP Cache (Server memory) which is very fast.
    This doesn't even begin to consider the hardware and landscape in place, e.g. are there multiple App servers?
    Depending on the approach, your bottleneck could be the DB server, it could be the App Server(s), or specific components of the App server.  A lot depends also on how much you mean that the users run it at the same time - all 300 at exactly the same time, within a 15 minute time period, an hour?
    A web query is probably a better approach than the BEx Analyzer (Excel)in this situation as it gnerates  considerably less network traffic.

  • How to get Maximum Number of Concurrent users for last few days?

    Hi,
    How I can get maximum number of concurrent users which were logged in to the system (ECC 5.0) I mean I want to check the hostory for last few weeks. Is there any way to get the same? I know that I can get Cumulative number of users in st03 under Expert mode but that is the number of users logged into the system during the day. Is there any place where SAP maintians the High Watermark of Number of concurrent users reached in the system?
    Thanks in advance...
    Regards,
    Pravin

    Sorry I really missed that I have posted a question here on sdn. I wanted to know this for planning the system hardware requirements. Activities like PM ( Performance Management ) happens once a year and during that activity we see heavy user loan on the system so if I have the exact stats of 1 or 2 years data I can size the system better next time. Fortunately last 2 years PM was very smooth for us. In that look for the improvement because each time we had little extra Harware. By doing the exact analysis we can save a Cost of ownership...
    I was looking for R/3 users. I could see the number in st07 but I want to know the exact number at particular time.. I believe that st07 stores only for few days.
    Thanks
    Pravin

  • How to change parsing schema for using application in test environment?

    Hi,
    I set up a test environment, i.e. an other Oracle schema with identical tables, views etc. to the productive environment. I wanted to duplicate the APEX application so that there will be a test version using the test Oracle schema and productive version using the productive oracle schema.
    Can some one please give me some tip how to do this? As far as I see i could change the parsing schema in the APEX Application install SQL in the following ways:
    1. While exportin the application with APEX
    2. In the result install f...sql file using search-replace
    3. While importing the APEX application via APEX Development GUI.
    I would prefere 1. or 3. but in both cases when I would like to change the schema name, the drop dowl list does not contain the test Oracle schema name. Do I have to grant something to the APEX worksspace schema for the test schema name to show up in the drop dowl list?
    Tamás

    On that screen,
    - click Create
    - select "Existing" Schema, click Next
    - select the Workspace, click Next
    - select the Schema, click Next
    - click Add Schema
    And now you'll end up with two schema's attached for the same Workspace.

  • Max Concurrent Users for Oracle 8i

    I am trying to find out information (white paper) that states how many concurrent users 8i can handle. Does anyone know of somewhere to get this data?
    Thanks in advance,
    JS

    Can you post the entire dump from the console?
    Where are you getting the term "Concurrent Users"? Concurrent Users is a term Oracle used to use (or maybe still do) when licensing products. I'm just interested where you are seeing this from.

  • Error  [Deployer:149003] for simple deploy in test environment

    Hi buddies,
    I'm quite newbie in WLST scripting, and I'm trying to automate my application deploy through it. Here's my current simple script:
    <pre>
    #workaround to avoid errors into Eclipse IDE
    if __name__ == '__main__':
    from wlstModule import *
    connect("weblogic","PASSWORD","server:7001")
    deploy(appName='application-name', path='C:/workspace/application-name/application-name/trunk/application-name/deploy')
    </pre>
    However it dumps the following stack:
    <pre>
    Current Status of your Deployment:
    Deployment command type: deploy
    Deployment State : failed
    Deployment Message : weblogic.management.ManagementException: [Deployer:149003]Unable to access application source information in '/workspace/application-name/application-name/trunk/application-name/deploy' for application 'application-name'. The specific error is: No application files exist.
    No stack trace available.
    This Exception occurred at Mon Oct 15 09:40:19 BRT 2012.
    weblogic.management.scripting.ScriptException: Error occured while performing deploy : Deployment Failed.
         at weblogic.management.scripting.ExceptionHandler.handleException(ExceptionHandler.java:48)
         at weblogic.management.scripting.WLSTUtils.throwWLSTException(WLSTUtils.java:188)
         at weblogic.management.scripting.JSR88DeployHandler.deploy(JSR88DeployHandler.java:542)
         at weblogic.management.scripting.WLScriptContext.deploy(WLScriptContext.java:430)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.python.core.PyReflectedFunction.__call__(Unknown Source)
         at org.python.core.PyMethod.__call__(Unknown Source)
         at org.python.core.PyObject.__call__(Unknown Source)
         at org.python.core.PyObject.invoke(Unknown Source)
         at org.python.pycode._pyx16.deploy$8(<iostream>:235)
         at org.python.pycode._pyx16.call_function(<iostream>)
         at org.python.core.PyTableCode.call(Unknown Source)
         at org.python.core.PyTableCode.call(Unknown Source)
         at org.python.core.PyFunction.__call__(Unknown Source)
         at org.python.pycode._pyx15.f$0(C:\Users\ms55042\workspace-oracle\teste\wlst\deploy-teste.py:9)
         at org.python.pycode._pyx15.call_function(C:\Users\ms55042\workspace-oracle\teste\wlst\deploy-teste.py)
         at org.python.core.PyTableCode.call(Unknown Source)
         at org.python.core.PyCode.call(Unknown Source)
         at org.python.core.Py.runCode(Unknown Source)
         at org.python.util.PythonInterpreter.execfile(Unknown Source)
         at weblogic.management.scripting.WLST.main(WLST.java:124)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at weblogic.WLST.main(WLST.java:29)
    Problem invoking WLST - Traceback (innermost last):
    File "C:\Users\ms55042\workspace-oracle\teste\wlst\deploy-teste.py", line 9, in ?
    File "<iostream>", line 246, in deploy
    File "<iostream>", line 1848, in raiseWLSTException
    WLSTException: Error occured while performing deploy : Target exception thrown while deploying application: Error occured while performing deploy : Deployment Failed. : Error occured while performing deploy : Deployment Failed.
    Use dumpStack() to view the full stacktrace
    </pre>
    I'm not sure about how to start debugging it, could you please help me?
    Thanks and regards
    Maurício

    Hi,
    Try to check in this way.
    Open a shell window and execute following
    BEA_HOME\wlserver_92\common\bin>wlst.cmd
    wlserver_10.3\common\bin>wlst.cmd
    wls:/offline> connect()
    Please enter your username [weblogic] :weblogic
    Please enter your password [welcome1] :
    Please enter your server URL [t3://localhost:7001] :t3://xxx:7001
    ( Enter the Admin url i.e IP and Port of machine on which Admin is running
    Once wlst is connected, execute following
    deploy('commfw', 'D:/downloads/commfw.war', targets='MServer',upload='true')
    Regards,
    Kal

  • How to migrate custom user attributes (UDF) from test environment to production when a sandbox is published

    Hi all,
    I like to migrate custom attributes from test environment to my production environment. I read OIM documentation and i tried to fallow these steps but I cannot export sandbox and import it because all sandboxes are published in the test environment.
    I exported and imported users metadata by deployment manager only. Now, all migrated attributes are in the OIM DB but I do not see these attributes in Administration Console.
    How can i solve this issue? Is it possible to export published sandbox and import it in the other environment?
    Thank you.
    Milan

    In OIM 11g R2 you need to export sandbox before publishing sandbox for custom user fields from DEV or TEST environment.
    Then import exported sandbox in the another environment.
    If you didn't exported custom user fields sandbox from your TEST or DEV in that case you need to create those again in another environment manually. There is no other option for this in OIM 11g R2.

  • Limit the number of concurrent users

    Is it possible to limit the number of concurrent users for the application in Websphere or at the http management level?

    You don't say what version of Websphere you are using, but here's how you might limit the number of sessions in Websphere 4.0 Advanced Edition (other versions may differ):
    Open the Administrative Console. Go down the tree to Nodes, Application Servers and click on the server you want to control (likely Default Server). In the right panel, click on the Services tab. In that panel, click on the Session Manager Service and click the Properties button. That pops up a new dialog.
    Select the Advanced tab here. Put a number in the Maximum in-memory Session Count field and uncheck the Allow Overflow checkbox. Click OK, etc, etc, and you'll probably have to restart Websphere.
    I said "might" because I don't know if this will do what you want or not. Read the help file associated with that dialog and judge for yourself.

  • SSRS 2012 Subscription Error in Test Environment

    Hi All,
    I was trying to set-up Email Subscription for SSRS in my Test Environment using "Reporting Services Configuration Manager" and after providing SMTP server details. I was getting error "Failed to sent Email to [email protected]"
    What could be the reason?
    I tried pining SMTP IP address from the Machine where SSRS installed and I was able to ping SMTP Server using CMD ping command.
    Thanks Shiven:) If Answer is Helpful, Please Vote

    Hi All,
    I found the issue. The IP address of Machine, where SSRS server installed, was not included in to the SMTP relay and that's why I was getting error "Failed
    to sent Email to [email protected]".
    Once my network team, added IP address, it started working fine.
    Another thing I noticed, due to some reason SQL Server Agent was stopped and was not running and one
    of my colleagues was trying to create new subscription and was getting error 'The SQL Agent service is not running. This operation requires the SQL Agent service. (rsSchedulerNotResponding)'.
    Once I started SQL Server Agent, My colleague was able to create new subscription. 
    Thanks Shiven:) If Answer is Helpful, Please Vote

  • Online SAP testing environment

    Hello friends,
    I am looking for an online SAP testing environment site where i can do my FI configuration practice or alternatively a site where i can get free IDES software download so I can prepare myself for the industry. If you have an idea about how to solve my problem please help me.
    Regards
    Tsitsi

    Hi Srikrithi,
          SAP Testing is all about test business process/functionality & outcome using manual/automation testing. For this I find knowledge of some Buniess Process/Functional Module must...but as you are alerady an ABAPer so must be aware of some of them. & Being ABAPer you will be better at White Box Testing. Do not take it as switching to testing & come back to ABAP dev or vice-versa; its just a matter of work responsibilities & your role in the organization. But yes...if you go for automation testing then must have knowledge of QTP or LoadRunner. Search more for term SAP TAO as well.
           Hope this will help you to explore more.
    Warm Regards,
    N. Singh

  • Audio / video delivery slow when concurrent users increases

    hi,
    When concurrent users increases my a/v conent delivery to the client is very slow.\ or even drop.
    Feel breaks in the session. but when check my server rsourses,  almost free.
    One more observation, when i liesten to the recorded stream everything seems to be fine like there is nothing oing bad in live session.
    Is there somthing which is missing for concurrent users for FMS config file.
    Please help me. Suddenly this issue comes in picture because of nubers f user increasing on FMS
    thanks,
    vishal

    thanks for response.
    Resources which i am monitor is Memory usage, cpu and bandwidth.
    CPU usage for FMSCore.exe some time increases just bout 10-20 % and at that moment all connected users feel latency as well as the break in sesion.
    please help me out from this issue.
    thanks,
    vishal

  • Load testing with concurrent users on HTTP Web

    Hello,
    I am trying to do load testing my PHP Web Application.
    I record (with Firefox) and developed the testing script with OpenScript,
    but I found that I could only test with "Iteration" feature.
    Is there any way to do load testing with concurrent users ( multi users login at the same time ) which defined in databank?
    Thanks for help.

    Hi
    You need to load the script into OLT (Oracle Load Testing) you can download it from here you need the first link Oracle Application Testing Suite and run the OATSxxx.exe to install OLT.
    Regards
    Alex

Maybe you are looking for

  • How can I block spam text messages from an email address?

    Twice per week I am getting spam texts in the middle of the night from a random email address, in reference to a free Target gift card. The problem is, the sender's email address is different every time. Any ideas how to make it stop??

  • Trying to add a php page to my existing template

    the title might not be what i have an issue with but its the best i could think of lol basically i have a site layout setup already now my site is at http://fgtestforum.info/daz (ive been told about ap divs already) ok in my menu under home you will

  • WRTU54G-TM - NO DHCP MODE

    I am using WRTU54G-TM with T-mobile and this is a secondary router and connected directly to on of the ports in switch. My primary router is by Motorola and I have connected my network printer to this router with a static IP and all the computers are

  • Automate the row selection

    Hello, I have access database as FE and teradata and peoplesoft as BE. In access database, i have a table with 5 columns and around 50,000 rows of data. I need to create the pass through queries such that it selects the first row from the access tabl

  • Where is Apple's CoreImage Fun House?

    Does anyone where exactly i can find Apple's CoreImage Fun House? It's a sample app that comes with the Xcode developer tools. I haven't found the Xcode developer tools in my system. But I did find it on my Tiger and Leopard discs. There is a folder