How to simulate the defect in dev environment

I have a qa database and the issue i got is some unwanted data getting inserted into the table.this is given as a defect. The qa environment cannot be used for testing because it can only be queried (select) but no insert , update. And the objects cannot be inserted into the qa database.
So this set up has to be replicated in development env . In which i can do anything. My question is how to replicate the defect in dev . For example the tester says that a record got inserted. But this data is not in development. How to do a data set up in dev.
thanks,
Vinodh

Hi,
Get an export dump of the qa db schema and import it on to your dev environment and see how you can manipulate the data. However it would be good to talk to the testers how they were able to enter the invalid/junk data.
cheers
VT

Similar Messages

  • How to move the code and deploy the code from Dev environment to SIT.

    Hi,
    I have a requirement.
    I want to move the components and deploy the code from dev Environment to SIT environment using Ant Script for AIA.
    Before doing this is any pre-requisites required?
    Can you please help on this,how to do?
    Thanks in advance.

    Further to add to Anish Statement follow the steps to easily migrate the code to different environment.
    Steps:
    First log on to the EM Console and export the Composite Flow as a SAR file to a location.
    In Jdeveloper create a project using the same name of a SAR file like - ProcessSalesorderFlow
    import the project using the option import the composite using a SAR File.
    After import , then click on the composite and then generate the config plan.
    In config plan add all the url changes using the search and replace Tags.
    And in case if you have a JCA Adapters the same has to be taken care in SIT environment why because during deployment a lookup happens and deployment fails if it dont find the JNDI Name.
    Take the SAR file adn config plan seperately from JDeveloper.
    Now open em console again and then deploy it using the config file and SAR file.
    Thanks,
    Venugopal SSS RAJA

  • How to simulate the escalation process

    Hi All,
    Can somebody tell me how to simulate the escalation process in service?I need to know whether all configuration in my system has done or not done yet....
    In my system if there's a problem in customer system for more than 7 hour, then system will detect the problem and send an sms/email to the person responsible in some level (ex: level 1 for SLG 95%), if the customer system still have a problem for more than 10 hour, then system will send an sms to person responsible in level 2, etc.
    I want to know how can I simulate this escalation process in CRM service manually. I'm using CRM 5.0. Any helpful answer will be rewarded. Thank you.
    Rgds,
    Aleluya sap.

    Hi Aleluya,
    You can use date types which will have the times at which the trigger of mail is supposed to happen and once the current date and time is equal to say date type 1 there can be an action setup to send a mail to a particular partner function .
    Also you can use status condition for controlling the mails ..
    hope it helps
    Cheers!
    Raj

  • HOW to simulate the enter key???

    Hi , I have a jTable ,and i want that by leaving a specific
    cell ,to perform the same action that the enter key does!
    when im leaving my specific cell the following function is being called:
    public void editingStopped(ChangeEvent e) {
    //here I want to simulate the enter-key's action
    HOW to simulate the enter key???
    10x in advance
    Nir.
    p.s. My initial problem was that when i left my specific
    cell (the cell is editable combo box), an edited words
    which were written by me vanished , and when i get back to that cell the edited word showed again!!!
    when i pressed the enter key the edited word were stable in the cell!!!
    when I chose a word from the combo evrything was ok!!
    so if any one can solve me that problem ill be appreciate.
    thanks Nir

    yourActionListener.actionPerformed(new ActionEvent(yourCell))
    I am not sure about the constructor of actionevent.
    you could try if setText(getText()) produces a good result

  • Regarding how to configurate the sap java server environment

    I've got started to develop java application using webdynpro for java, and the development environment is sap netweaver composition environment 7.1 sr3-trial version java ee only ,   but I have a little trouble about how to configurate the environment for connection with sap and what server configuration is necessary for java development.

    Hi,
    If you want to connect to a SAP back end create a JCo using the NWA. Usage: http://<host>:<port>/nwa
    Once this is done you can import RFC and start accessing bacckend.
    If you need to deploy this application to a SAP J2ee engine, you need to connect to the engine using
    Window->Preferences->SAP AS Java
    Specify the instance host and instance number
    Click on the register SAP instance button.
    Make this as your default SAP System.
    Regards
    Ayyapparaj

  • How to simulate the underwater and fire effect with Java3D

    Hi...My project is a Java 3D game and it need to have underwater and fire effect, but I dont know how to simulate them with Java3D best..Can anyone give me some ways to make them..thank..

    You'll have to describe what effect you are looking for. Are you trying to model the surface of the water or do you want your scene to appear to be under the water? A surface can be done similar to a terrain but with transparency added to the geometry. Underwater effects would be tough if you want to distort the view of the scene. You might be able to get away with changing the field of view to be wider or rendering each frame yourself.
    For fire effects, are you looking for animated flames? If so there are a few options.
    1. Find a series of images of a fire and apply them to an OrientedShape3D through animation. This would be easiest.
    2. Build a particle system with fuzzy objects (procedural texturing). This would be much harder but more realistic.
    Mike

  • How to simulate the ASM disk corruption & recover it back ?

      Hi DBA's,
          we are creating a new grid .SO we would like to simulate the ASM disk corruption & recover it back . Do you have any way that we can simulate the situation ?

    Hi,
    >>>>>>>>>>>>>>>>>>>>> Please do not try this on production. >>>>>>>>>>>>>>>>>>>>>
    Simulate ASM disk corruption:
    dd if=/dev/zero of=/dev/sdb1 bs=1024 count=4
    Solution:
    kfed repair /dev/sdb1     >>>>>>> will fix only asm header issue
    Thanks,
    Rajasekhar

  • How to draw the picture in labview 8.6 and how to simulate the same

    Hi
    Iam using Labview8.6 and we need to draw the picture or import the autocad drawing and we need to simulate the same.
    If anybody knows please reply me.

    Hi MikeS81,
    In detail,I have one overall layout of my project in a cad format consisting of Shell,Boom etc.. Simulation means when I give a run command to Shell motor,my Shell in the picture also should be rotate.i.e.,user has to understand what is going on in the field.
    Regards
    vbk123

  • Does anyone know how to simulate the GET PERSON event without using PNPCE?

    I need to modify report is RPCGRNU0
    About line 109, it does GET PERSON, then sets a flag to true.  Then once the GET PERAS event starts, it checks if the flag is true or not.
    Edited by: Christian Rios on Apr 2, 2009 5:43 PM

    what exactly are you trying to do? Copy RPCGRNU0 & modify it? why do you need to simulate the GET PERSON event?

  • How to setup HTTPS in a dev environment

    I am working off of a RedHat OS running Jboss 5.1 and ATG 10.0.3 on a VM.
    I have a web service which I need to integrate with and it requires an https connection.
    So my thought here was to go down the road of doing a self signed cert. Now, I followed the instructions found here: https://community.jboss.org/wiki/GeneratingSelfSignedCertificateWithKeytool and I am able to get to the web service but now there are parts of the site that I can not longer access.
    So I followed what I found here: http://docs.oracle.com/cd/E26180_01/Service.94/ATGServiceInstallGuide/html/s0809configuringjbossssl01.html
    What I am seeing on the site is a Data Transfer Interrupted page.
    So, what I am seeking here is How to I go about - running on my local machine - make use of SSL correctly with ATG so that the site can navigate in and out of http/https correctly.

    Make sure that your ATG application's secure pages make use of ProtocolChange droplet and ProtocolChange droplet's enabled property is true to facilitate easy switching between non-secured and secured protocol. You can read more about ProtocolChange droplet in the ATG servlet beans appendix of ATG Page Developer Guide documentation. You may also check these resources:
    http://docs.oracle.com/cd/E23507_01/Platform.20073/ATGInstallGuide/html/s0514enablingtheprotocolchangeservlet01.html
    http://betweengo.com/2010/11/10/turning-on-secure-for-atg-applications
    http://betweengo.com/2011/02/16/configuring-jboss-for-https

  • How to simulate the copy row feature in Apex

    Ver: 4.1.0
    Hi there,
    I have a application (Report and form) where users can do the standard edit, create, delete and save features.
    We had to add a "Copy" row option also for which I have added a radio button against each row in the report next to the edit pencil item. And that in turn is a hyperlink which opens the "Edit" page again. Right now it opens the form in edit mode for that record, which if any changes are made, updates the record. I wanted to
    1. When the user makes changes and hits the save button, a new record is created and inserted. (no worries on the duplicates etc)
    2. Only 2 fields need to be passed from the original report page to the copy page.
    3. Or if this is not possible, then maybe if I can capture the radio button row values and try passing that onto the form using some hidden fields maybe? But how can we capture the radio button value when it is selected?
    Wondering if anyone has done this before? any suggestions on how best to implement this
    Thanks,
    Sun
    Edited by: ryansun on Oct 16, 2012 6:29 AM

    Haven't done this but I'm gonna take a guess.
    1. Have the copy row link do the same thing that the edit row does so that your row is displayed on the edit page. However somehow pass another parameter such as a unique request value or something so that the called page can "know" that it was arrived at via the intent of copying a row.
    2. In the called page, have a process that detects whatever flag you passed (to know that the user wants to copy a row) and have that process null out the PK item in your page (assuming that your page drives its DML via a PK field and not ROWID). You also might need to alter your button conditions accordingly so that your create button shows (since you will be creating a new record) and your save/apply-changes button (existing records) is hidden.
    3. Hopefully this is enough to fool Apex into creating a new record (since the PK is now null) and the user would be now pressing the create button to save changes to the database.
    Hope this helps...if it's managed by ROWID though this approach may not work and also if there's any MD5 checksum getting in the way it might not work either but this is the approach I would try first.

  • ** How to simulate the conditional statements in web analysis

    i have an "average" member in the Measures dimension on ASO application.
    i wrote a MDX formulae to it as IIF(A=0 OR A=MISSING), B/12, A/12
    In the web analysis when i view the data at level-0 it will display correct value but when i apply filters on other dimensions the value is increasing, i have ~ consolidation operator applied to the average member and i have the measures dimension as dynamica hierachy and its an accounts dim.
    "As per the Average member it should take the average but the average is gettting doubled when we apply filters"
    so i have tried to apply a average formulale in web analysis rather than in essbase, when i apply filters also it is working fine but when the A value is 0 i am getting 0 value but as per the requirement it should be B/12
    so please guide me does can i use any coniditional statements in web analysis?
    if not when i drill up how does my essbase gives the correct result instead of consolidating.
    Any Thoughts or suggestings that would be really greatfull..

    How could it not be 5A?. If you have A for each member and then you select 5 members you are going to get 5A. If you don't want 5A then what do you want the Avg of A across the 5 members?
    The tools are working the way they are designed to, your requirement is a little out of the ordinary. Unfortunately, Web Analysis does not have conditional logic.
    Try taking my previous suggestion and adding another member in Essbase called "Count", make it dynamic calc and the formula should be ' 1; '
    The purpose here is to get a value of one in the count member for each member you are going to select in your filter. So, if you select five members in the filter, Web Analysis will now return 5A and it will return the result of "Count" which will be 5. Create a calculated member that divides the 5A value by the count value 5. That will give you the average A for the 5 members, then you can divide by 12.

  • How to Simulate The Excel LINEST Function in LabVIEW

    This may be a dummy question but I’m pressed for time.  I have used the Linear Fit.vi function to duplicate the Excel LINEST function and it works great.  However, the engineers here want to set the LINEST const option to FALSE.  How can I duplicate this option using LabVIEW?  I’m using LV v.8.5.1.
    Solved!
    Go to Solution.

    Hi Darin,
      Your suggestion to use the General Polynomial Fit.vi lead me in the right direction.  I am able to duplicate the “const” option within the Excel LINEST function by using this vi.  Your response is much appreciated because it saved me considerable time.  Attached is a modified version of the Regressions Demo.vi that was available in LV help.  It shows how the “const” option makes a difference in the linear slope.
      Thanks again,
      Dave J.
    Attachments:
    Regressions Demo for TS1.vi ‏33 KB

  • How To Simulate the Variant Functionality of se11.

    Hi all,
       In Module Pool Program, in the Subscreen I have Kept the select-options for 4 zfields(custom fields).
    and there is Save Button in the Main Screen that is Calling the Subscreen Below.
      My Requirement now is ,When SAVE is Done , I have to store all the conditions and values if entered in the Zfields just like a variant does and the Key No will be automatically generated.
    So that when they come to the screen again and give that no it has to produce the all the conditions and value set earlier from the table..
    The SAme functionality as of  variant does , But when I debugged that , I am unable to trace how that does.
    PLease help me out.
    I know that variant are stored in VARID,VARIT,VARI But how these tables get updated and how the values are getting on to screen when selected..
    Please Share the Ideas.

    Hi ,
    In this case, what you can do is :
    - when user clicks on save --> give him a popup/screen to save variant name
    - take all value that have to be saved and save it in table TVARVC with the variant name
    - next time you have to retrieve the variant values just do a retrieval from TVARVC and fill up your select options.
    Hope that this might help you.
    Regards,
    Dev

  • How to transaport the calendar from DEV to Prod in sap?

    Hi,
    We are trying to transport the Holiday Calendar from Golden client to Production but when we are generating a request number system comes up with the message
    "All public holidays, public holiday and factory calendars
    will be transported. All public holidays, public
    holiday and factory calendars will first be deleted
    in the target system."
    Please tell me how to transport step wise.
    It is very urgent, I have checked other sites but nothing I have sound as such.
    Please suggest..
    Thanks in advance
    Regards
    Nitin

    Dear Nitin,
    Do not worry- this message is normal. Create a request as always. The tricky part is that in the meantime, between deletion and update, if somebody creates say sales order you might encounter issues. We usually transport calendars late at night, when no dialog user is in.
    Regards,
    Milen.

Maybe you are looking for

  • D5503 touchscreen display loses pressing

    Hello, I have Xperia Z1 Compact Black D5503 for 5 days. I like it, but i have a problem with touchscreen. When i press the screen and start drawing or swiping something(continuous touch) - it randomly losses my touches. For example in Xperia Diagnost

  • Time Machine / capsule Error.... help!

    Hi all, I have had a time capsule for a while now and had no problems (apart from filling it up and needing to delete the contents - which I have done a good few weeks ago). Anyway all of a sudden this morning I am getting 2 error messages. _The Firs

  • An error occurred while installing OS X.

    I am getting error message, but no indication of what to do next. Thank you.

  • New Macbook Pro - no quantise in my GB3!

    Hi - I just upgraded to MBP, got an audio interface that works, and now to get busy with GarageBand... first thing is to put down a rhythm track. The only thing is, I'm prone to making the odd timing error and when I went for the 'quantise'/'align to

  • Licensing for NComputing

    Hope we have the following senario 1. A PC with Windows 7. 2. 5 numbers of NComputing Desvices (LSeries) conneced to the PC. What are all the Licenses we have to purchase?