Loaded data got some wrong values how do i correct

Hi all,
Is any one please tell me how to rectify this error,
I loaded data using flat files but some records i have entered wrong data(values) how can i enter correct values,,
thanks,
sidhartha

Hi..
Go to Monitor screen to check the failed record and click on it to see the Header
Double click on data target in the above screen to go to the data target:
Double click takes you to the “Manage Data Target” screen, click on Request tab and look for the records in red and delete them:
in manage screen click on Data Target..
delete them ....
if u can u delete them in PSA  and reload the data..
1.     Go to PSA
2.     At the top level of the tree, search the  for required source
3. Right click on Customer:Item level and  chose “Delete PSA Data”
Verify the DataSource is the correct one
Chose the criteria to delete, this could be different depending of what we want to delete.
Click the start button, a background job will star
and re-load ...
with regards,
hari

Similar Messages

  • Why after ccleaner mozilla not load images in some websites. How fix it?

    Why after ccleaner mozilla not load images in some websites. How fix it?

    You can use these steps to block images from a specific domain:
    * Open the web page that has the images in a browser tab.
    * Click the website favicon ([[Site Identity Button]]) on the left end of the location bar.
    * Click the "More Information" button to open the "Page Info" window with the Security tab selected (also accessible via "Tools > Page Info").
    * Go to the <i>Media</i> tab of the "Tools > Page Info" window.
    * Select the first image link and scroll down through the list with the Down arrow key.
    * If you want to block images then place check-mark in the box "<i>Block Images from...</i>" to block the images from that domain.
    You can set the permissions for the domain in the current tab in Tools > Page Info > Permissions

  • When creating a multi page document, some of my thumbnails become linked and can't be separated for editing. What am I doing wrong and how do I correct this?

    When creating a multi page document, some of my thumbnails become linked and therefore impossible to rearrange. What am I doing wrong and how do I correct this?

    The pages in sections stick together because the text flows between the pages.
    Insert a section break to isolate pages between sections.
    Now this all works in Pages '09, unfortunately Pages 5 doesn't let you.
    Peter

  • I typed my email wrong. How can I correct this?

    Hi,
    I created a digital signature in Adobe, but I typed my email wrong. How can I correct this?
    Thanks :-)

    You have to contact iTunes support
    They don't have a telephone call center
    You can submit a form on expresslane.apple.com and an iTunes store advisor will respond with you over email

  • I accidentally typed my name wrong in my Apple ID; it's very close, but wrong. How can I correct the spelling?, I accidentally typed my name wrong in my Apple ID; it's very close, but wrong. How can I correct the spelling?

    I accidentally typed my name wrong in my Apple ID; it's very close, but wrong. How can I correct the spelling?

    Go here -> http://appleid.apple.com/

  • When I try to set up key chain the verification code phone number is wrong.  How do I correct this wrong number?

    When I try to set up key chain the device it is asking for verification has the wrong cell number.  How do I correct this?

    Follow this link ----> Get help using iCloud Keychain
    The first part of it goes over how to change the phone number. If you can't access the keychain because you do not have the code. You will need to reset the keychain.

  • Registry calls return wrong values - how to fix?

    Here is the code used to open the key (all the variations shown produce the same behaviour)
    bool Win32_OpenKey( const HKEY uPlaceInRegistry, HKEY& xKey, const char* const szKeyName, const bool bReadOnly = false )
    // SE: make sure key exists
    // SE - NOTE: this is deprecated. it worked fine, but suddenly doesnt :(
    // so i have replaced it with the following line
    //const bool bOpened = RegOpenKey( uPlaceInRegistry, szKeyName, &xKey ) == ERROR_SUCCESS;
    const bool bOpened = RegOpenKeyEx( uPlaceInRegistry, szKeyName, 0,
    bReadOnly ? KEY_QUERY_VALUE : KEY_ALL_ACCESS, &xKey ) == ERROR_SUCCESS;
    bool bCreated = false;
    if( !bOpened )
    // SE - NOTE: this is deprecated. it worked fine, but suddenly doesnt :(
    // the Licensor will create keys except in the case where we upgrade a user from
    // an old license... so now using the Ex version in hopes it magically works.
    //bCreated = RegCreateKey( uPlaceInRegistry, szKeyName, &xKey ) == ERROR_SUCCESS;
    DWORD uDisposition = -1;
    bCreated = ( RegCreateKeyEx( uPlaceInRegistry, szKeyName, 0, 0,
    REG_OPTION_NON_VOLATILE, bReadOnly ? KEY_QUERY_VALUE : KEY_ALL_ACCESS,
    0, &xKey, &uDisposition )
    == ERROR_SUCCESS );
    return bOpened || bCreated;
    Here is where the values are queried.
    unsigned int uMagic = 0;
    unsigned long uType = 0xFFFFFFFF;
    unsigned long uSize = sizeof( unsigned int );
    //long err = RegGetValue( xKey, 0, "Magic", RRF_RT_DWORD, &uType, &uActivated, &uSize );
    uType = REG_DWORD;
    long err = RegQueryValueEx( xKey, "Magic", 0, &uType, reinterpret_cast< LPBYTE >( &uMagic ), &uSize );
    if( (err == ERROR_SUCCESS) && ( uType == REG_DWORD ) && ( uSize == sizeof( unsigned int ) ) )
    unsigned long long ullReadStartDate = 0;
    uSize = sizeof( unsigned long long );
    err = RegGetValue( xKey, 0, "Number", RRF_RT_QWORD, &uType, &ullReadStartDate, &uSize );
    if( (err == ERROR_SUCCESS) && ( uType == REG_QWORD ) && ( uSize == sizeof( unsigned long long ) ) )
    The values that are returned do not match the registry.
    In fact the values returned are values that we never would have written either. The zero is fishy because maybe it indicates bad behaviour. The messed up time_t value is even more confusing... it comes from a more than 30 days ago, which is around the time
    when I first started working on this code.
    To make a guess I am getting back an ancient version of the key values which is somehow preserved and accessible but can not be seen in regedit. I have no idea why this is suddenly happening either - this code (before my commented changes were made) worked
    exactly as expected for a few weeks now.
    Slightly unrelated but it also seems that a standard user can not write to HKCU in our repeatable tests. This seems slightly crazy as well... should I just not be using the registry? It never seemed like a good idea, but I have done it to try and fit the
    platform way of doing things after hitting lots of problems with naive use of files...

    thanks for the tips. will probably come in handy in the future. :)
    it turned out to be permissions and bad documentation in my case. the virtual store thing was not writing to where the docs say it should, and so something was lingering somewhere i couldn't find in the right place under any of the top level registry keys.
    maybe there is some other place where it has gone in the registry that i am just not finding the documentation for...
    my ultimate fix was to use a file in ProgramData :)
    I figured I'd try and do it 'the MS way' and use the registry. what a terrible idea that turned out to be, since I guess its no longer the MS way given how riddled with backwards compatibility hacks it seems to be...

  • Load after Store retuns wrong value... Please Help!

              I have CMP entity bean which basically increment value in
              one column of the database at one row.
              When it is used concurrently, then it produces wrong results. The log looks like:
              ejbLoad value=1
              call Increment value = 2
              call Increment value = 3
              ejbStore value=3
              ejbLoad value=1 <<< ????
              All log belong to the same instance of object, which is verified by hash code of the object. Threads may be differnet.
              The error occures only under fast concurrent access.
              I tried isoltaion level but it does not influence.
              I have Weblogic 5 SP 6, database is Inprise.
              

    Thanks for the tip GIlad I've amended my code but am still experiencing the issue, im at a loss as to what is preventing the address field from changing when the subbrand changes.
    Can you suggest anything else that may be preventing this from happening?
    Updated Code:
    var subBrand = this.getField("SubBrand").value
    var location = this.getField("Location").value
    if      ((subBrand == "Passion" || "Passion for Men") && (location == "WW")) {
            event.value = "Not Applicable";
    else if ((subBrand == "Passion" || "Passion for Men") && (location == "US")) {
            event.value = "US02";
    else if ((subBrand == "Passion" || "Passion for Men") && (location == "WH")) {
            event.value = "WH02";
    else if ((subBrand == "Adventure" || "Liquid" || "Silver") && (location == "WW")) {
            event.value = "WW01";
    else if ((subBrand == "Adventure" || "Liquid" || "Silver") && (location == "US")) {
            event.value = "US01";
    else if ((subBrand == "Adventure" || "Liquid" || "Silver") && (location == "WH")) {
            event.value = "WH01";
    else    event.value = "";

  • Query giving wrong values in portal but correct through RSRT

    Hi,
    Users are running a query through portal which is giving wrong figures. But when we are running the query through RSRT it is showing correct values. The quesry is built on top of an InfoCube which is regularly updated and data in it is matching with R/3.
    This is an Inventory Valuation Query.
    Please suggest what could be the possible issue.
    BR,
    Sayan

    Hi,
    Make sure cache is deleted for the particular query. While the report is executed through portal it refers the cache and if the data in the backend is not changed then the cache for a particular query selection is active and referred each time the query is run.
    on other hand while running RSRT we have an option of not using cache and thus it refers the infoprovider and fetches the correct result. In this case cache could be invalid.
    Try deleting the cache.
    Regards,
    Amit

  • TS3276 Help!! I'm a fairly new MAC user. My Email has frozen on the computer. I cannot close Email to do a reboot. what have I done wrong and how do I correct the problem. My server is obviously working. thanks, Sharon

    My Email has frozen. I'm unable to close Email so I'm unable to reboot the computer. I'm a fairly new Mac user. What have I done wrong? And how do I resolve the issue? thanks, Sharon

    Force quit. cmd-option-esc key combo. Then choose Mail and force quit in the window that presents itself.

  • Clicked and paid on the wrong option how can I correct it?

    Hi,
    I wanted to request the convert to Doc From PDF option instead I clicked and paid on the send PDF ottion  how can I get this corrected.
    AA

    Hi coltcon ,
    I checked it and saw your purchase for Acrobat Single app individual subscription.
    To change the email address for the purchase, the only option is to cancel this purchase: Cancel your membership or subscription | Creative Cloud
    Then make a new purchase on the correct email address.
    Otherwise, you can make a new purchase on the correct email address and notify me, I will cancel your current purchase from: [email protected] and if you have been charged, will refund you money back too.
    Regards
    Srishti A

  • Using Import Man to load Data into Multi Value Fileds in a Qualified Table

    Hi there,
    When using the Import Manager, i can not use the "append" option to load data into my multi value field which is contained within my qualified table.
    Manually it works fine on Data manager, so the field has been set up correctly. Only problem is appending the data during Import Manager Load.
    Any reason why I do not have this option available during Field mapping in Import Manager. The selection options are shown but in gray.
    Would appreciate any sugestions.
    Chris Huggett

    Thanks Sowseel
    Its a good document but doesn't address my problem, maybe My problem isn't clear.
    The structure(part of) that I have currently is as follows.
    Main Table - Material
                           QFTable-  MNF PN
                               LUField - MNF Name(Qualifier Single Value)
                               LUField  - BU ID  (Non Qualifier Multi Value)
                               TField   - P/N- (Non Qualifier)
    I know how to load data to the main and qualified tables, but what I can not do, using Import Manger, is updating the  "LUField  - BU ID  (Non Qualifier Multi Value)" using the append functionality.
    Thanks
    Chris Huggett

  • Is it possible to load data at aggregated level directly

    Hi All,
    My question may sound vague but still would like to clarify this.
    Is it possible to load data at some higher level than the leaf level? The reason for asking this question is that we are facing severe performance issues while loading the cube.
    We are trying to reduce the number of members which inturn can reduce the loading time. On this attempt to reduce the number of members client said that there are 3 million leaf members(out of 4.3 million total members) for which they do not bother if they appear on report or not but they want to see the total value correct. i.e. the dimension will be only loaded with 1.3 million(4.3 - 3) members but the total can still be correct(including the 3 million leaf members).
    Is it possible to have two loads one at leaf level only and other at parents and above levels.
    DB - 10.2.0.4
    Also I want to know when do we use allocmap? how does this work?
    Regards,
    Brijesh
    Edited by: BGaur on Feb 13, 2009 3:33 PM

    Hi Carey,
    Thanks for your response.
    I worked on your suggestion and I could able to load data at higher level for a value based hierarchy. But I met with a other problem while doing this.
    I am describing this as a level based but while loading we are converting to value based hierarchy.
    we have following levels in the customer dimension having two hierarchy
    hier1
    lvl1
    lvl2
    lvl3
    lvl4
    lvl5
    prnt
    leaf
    hier2
    level1
    level2
    level3
    level4
    prnt
    leaf
    so prnt and leaf is common levels are common in both the hierarchies but we were facing multipath issues in second hierarchy and we work around it by concatenating the level name.
    In attemp to decrease the number of this dimension member(currrently 4.3 million) business suggested that there are some kind of customer for which they dont want to see the data at leaf and prnt level instead the level4 or lvl5 should have the total consisting of those members. So by this way we need not to load those members and they were making up 2.4 million out of 4.3
    To implement above I did following.
    1. Created six hierarchies.
    one to have members from level4 till level1
    second to have members from lvl5 till lvl1
    third to have all members of hier1
    fourth to have all members of hier2
    fifth will have leaf and prnt of hier1
    sixth will have leaf and prnt of hier2
    In fifth and sixth hierarchy leaf is common but prnt is different due to the concatenation.
    In the cube I am selecting the aggregation hierarhies as first,second,fifth and sixth. hierarchies third and fourth will be used for viewing the data.
    Fact will have data corresponding for leaf level data,level4 and lvl5.
    The challenge I am facing is that if there is some fact value for leaf level loaded through relational fact but no value being loaded through fact for lvl5 or level4 I am not seeing the total value as leaf value is aggregating till prnt level and no value at level4 or lvl5 so same is propagated till lvl1 and level1.
    I tried to be as clear as possible but still if there is any confussion pls update the thread. I understand that the approach is vague but I am not seeing any other way.
    Thanks
    Brijesh

  • Viewing wrong values in messageStyledtext box created by personalisation

    Hi
    I created a messageStyledText thru personalisation and the value is setting to this by calling a procedure.Please find the code below.
    String sql="BEGIN XXCHR_ACCRUAL_BALANCE_CALC(:1,:2); END;";
    oapagecontext.writeDiagnostics(this, "*** Congragulations you entered the Action" + sql , 1);
    //SSHRParams sshrParams = new SSHRParams(oadbt);
    OracleCallableStatement stmt = (OracleCallableStatement)oadbt.createCallableStatement(sql,1);
    stmt.setString(1,person_id);
    stmt.registerOutParameter(2,OracleTypes.NUMBER);
    stmt.execute();
    oadbt.commit();
    String us_pto_accrual_value = null;
    us_pto_accrual_value = stmt.getString(2);
    Issue now is : First time i login accrual balance will be displayed correctly in the text box.There is Save button in the page.For current pay period i entered a PTO value as 8 hours.Then i clicked on the save button.The accrual is not submitted so after page refreshes the same value which we have seen before shd come.But the value is coming something different.So what i have done is i tried to print this stmt.getString(2) value using diagonistics.First time it is retrieving correctly but after clicking on the save button it is assigned some wrong value.
    I closed the current IE and opened a new IE then it is showing correct values.
    Can anyone help on this issue.?
    It is very urgent.
    Thanks
    Preeti

    Hi Gaurav,
    We are just calling the procedure in the backend and we are assigning the result to the out parameter and that out parameter is assigining to a variable using getString method.
    Then we are picking the id for that and setting the value like this:
    OAMessageStyledTextBean uspto = (OAMessageStyledTextBean)pgbean.findChildRecursive("USPTOSTYLEDTEXT");
    uspto.setValue(oapagecontext,us_pto_accrual_value);
    Thanks
    Preeti

  • I am trying to use siri. It was working earlier. Now when I ask it to call name and number it say, Siri keeps saying( SORRY SOMETHINGS GONE WRONG CAN YOU TRY AGAIN) I HAVE TRIED SEVERAL NAMES AND NUMBERS IN MY CONTACTS.   What am I doing wrong or how can

    I am trying to use siri, Siri keeps saying( SORRY SOMETHINGS GONE WRONG CAN YOU TRY AGAIN)
    I HAVE TRIED SEVERAL NAMES AND NUMBERS IN MY CONTACTS.
    What am I doing wrong or how can I correct it.

    Siri Fix
    Turn OFF Siri
    Reset Network Settings
    Turn ON Siri
    Done
    Steps:
    Tap Settings App>General>Siri>Turn OFF
    General>Reset, near bottom>Reset Network Settings
    Tap Settings App>General>Siri>Turn ON
    Done

Maybe you are looking for

  • How to find the number of executions of a sql oracle 10g

    Is there any script handy which is useful to get the number of executions of a sql in particualr time in a rac environment.

  • Uploading a file to server using ajax and struts

    My problem is i wrote a program to upload a file to the server using Ajax. Here iam used Struts and Ajax. The problem is when iam uploaded a file from my PC the file is uploading to the server in the upload folder located in the server my system. Iam

  • Adding the date/time stamp to videos already created

    We have someone using Elemets 8 They need to add in the date/time stamp to video's that are already created. The camcorder we have does record this information but doesn't allow that information to be put onto the screen its a Canon HD HF200 We were

  • Daniel or anyone else, Help on why I can't access certain jsp pages

    I have installed the Web Service Portlet Wizard to build my portlets. In particular, I have created a URL porlet jsp which receives its content from a URL. This URL that I retrive is an application that I have running on my Weblogic 6.1 Server. I can

  • Problems dialing from a external modem to a isdn router

    Hi, I have trouble with my modem dial-in in an other router using his isdn interface. The problem looks like the following: The calling router: router-2523#debug dialer events Dial on demand events debugging is on router-2523#ping 172.16.4.1 Type esc