InfoObject REQUESTER does not contain alpa-conforming value 1006152

Hello All,
I am trying to load data into ODS.
The load is failing at "Data Package 6" Record # 11140. I am getting following message at the failed record. -
"InfoObject REQUESTER does not contain alpa-conforming value 1006152".
I went ahead and checked this record # 11140, in PSA, in Package # 6. There the requester field is populated with "1006152" where it is expecting "Some description".
I went ahead and changed the START_ROUTINE. with
LOOP AT DATA_PACKAGE.
  IF NOT DATA_PACKAGE-REQUESTER cs 'S'.
      DELETE DATA_PACKAGE.
  ENDIF.
ENDLOOP.
Expecting that these erroneous records will be removed and will get a successful load.
I am getting the same error message at the same record # and data-package number.
Any help is highly appreciated.
Thanks,
PK.

Hi
when u r having such a problem of Alpha numerical error in a particular for a particular record.Then u just write a Fomula into that Particular formula USE {TOUPPERCASE(REQUESTER)} & thenn reload to the Target...this will solve the problem...to my knowledge..
try this..
HOPE THIS HELPS
THNX
BI Learner.

Similar Messages

  • InfoObject FORWAGENT does not contain alpa-conforming value 100.........

    HI ALL,
    Can someone through some light on resolving the issue
    "InfoObject FORWAGENT does not contain alpa-conforming value 100............"
    In "Details Tab" of the monitor screen
    Requests (messages): Everything OK
    Extraction (messages): Errors occurred --> data selection ended succesfully
    T ransfer (IDocs and TRFC): Errors occurred -->some of the data packets not yet processed
    Processing (data packet): Errors occurred  --> while processing transaction data
    InfoObject FORWAGENT does not contain alpa-conforming value 100............"
    error occured
    Please advice how to solve
    Thanking you in advance,
    Rase

    Hi,
    Use ALPHA conversion in the general tab of the infoobject FORWAGENT.
    then load the data again.
    also in the transfer strcture in the right most side tick the option " alpha....."
    Thanks

  • Load ODS - InfoObject: InfoObject does not contain alpa-conforming value

    Hello everybody,
    I get following error while uploading from ODS to InfoObject.
    InfoObject /BIC/ZHOUSENUM does not contain alpa-conforming value 0000000000000000004.
    The data flow is as follows: Transactional InfoSource -> ODS -> InfoObject.
    In the Transfer Rules before ODS I have marked the Conversion check box. The data is populated into ODS without any problems.
    I can even activate the ODS, which reporting enabled.
    When I browse the ODS table with the option check conversion exits unmarked, I can see the value '0000000000000000004'.
    But the upload into InfoObject master data failes
    Any help appreciated.
    TIA
    pawel

    sap_all onboard.
    I assume, this infosource is locked, due to the fact it was system generated.
    On the other hand, there is a s-note 559763 which says:
    If an InfoObject is filled with ALPHA exits from an R/3 System, the BW assumes that the data is to arrive in the internal ALPHA format and therefore does not convert the data.
    I know, it is about R/3 as source system, but I assume the same would be for BW.
    p.

  • Infopack Error ( does not contain alpha conforming value 10)

    When I try to run my infopack which pulla data from BW into APO, the data load fails with the error below:
    "InfoObject /BIC/XXXX does not contain alpa-conforming value 10"  when I click on the details icon, I get the following description.
    Can somebody please throw some light on this as I am new to DP/BW. Appreciate your help if someone can help me with fixing this problem.
                                                                                    Diagnosis                                                                               
    The system checked whether the loaded InfoObject value conforms to the   
         conversion exit.The check failed.                                                                               
    For example:                                                                               
    The value '1' was loaded into an InfoObject with alpha exit, even though 
         the value '0000000001' was expected.                                                                               
    System response                                                                               
    The load process has failed or the erroneous records are displayed in    
         the monitor. This does not depend on how error handling is set up.                                                                               
    Procedure                                                                               
    Find out why the data does not conform to the conversion exit, and, if  
         possible, correct the cause. Possible causes are errors in Business     
         Content or an error in a customer exit in the source system.                                                                               
    If you cannot correct the problem, you have the option of removing the  
         conversion exit on the InfoObject. However, since the system has already
         been converted, duplicates appear in the system again.                  
    Thanks
    Varun

    Hello Varun,
    BW expects your Key Figures to be stored in "alpha conforming format". This is can be roughly described as having 0s in front. For example, if your key figure value is 10, then the alpha conforming value of that is 000000000000000010 (assuming the number of chars in your KF is 18).
    To correct the error do the following:
    In your transfer rule in BW for InfoObject /BIC/XXXX, implement an ABAP routine that calls function module CONVERSION_EXIT_ALPHA_INPUT. Here an example of the ABAP code you should put in your transfer rule for /BIC/XXXX:
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
      EXPORTING
        input         = TRAN_STRUCTURE-/bic/xxxx
    IMPORTING
       OUTPUT        = RESULT.
    Hope this helps. Please post again if you have questions.

  • Error: InfoObject does not contain alpha-conforming value 20030729

    Hi everyone,
    I got this problem, that i tried to fix yesterday, but all i did was that i got realy frustrated...
    I created an infoobject which is copy of 0DOC_NUMBER and has alpha coversion routine.
    Mapping field in DataSource is also type character 10(VBELN) as my infoobject.
    But there are some values in this field that i am trying to load, less then 10 characters long (20030729,20051116...) and shouldn't be there, because the values are dates and not document numbers.
    But anyway on R/3 side this values are in field which is defined as character 10 (VBELN), and when I am trying to load Infopackage(17500 records) I get 52 errors: InfoObject does not contain alpha-conforming value 20030729.
    I don't get it, since both fields are type character 10 and the values are only digits, why do I get this error message and how can I fix it?
    PS:One solution is to remove alpha conversion routine from infoobject, but i don't want that.
    Regards,
    Uroš

    hi,
    sorry... correction, it's 'Exclusive attributes' that cannot be used for navigational attribute, you can set lower case to differentiate ... check the impact of lower case setting here ...
    http://help.sap.com/saphelp_bw33/helpdata/en/b7/f470375fbf307ee10000009b38f8cf/frameset.htm
    Lowercase letters allowed / not allowed
    If this indicator is set, the system differentiates between lowercase letters and capital letters when you use a screen template to input values. If this indicator is not set, the system converts all the letters into capital letters when you use a screen template to input values.
    If you choose to allow the use of lowercase letters, you must be aware of what happens when you input variables:
    If you want to use the characteristic in variables, the system is only able to find the values for the characteristic if the lowercase letters and the capital letters are typed in accurately on the input screen for variables. If, on the other hand, you do not allow the use of lowercase letters, any characters that you type onto the input screen, are converted automatically into capital letters.
    Exclusive attributes:
    If you select Exclusively Attributes, the created characteristic can be used only as a display attribute for another characteristic, and not as a dedicated characteristic in the InfoCube. Furthermore, you then cannot transfer the characteristic into InfoCubes. However, you can use it in ODS objects or InfoSets.

  • InfoObject does not contain alpha confirming values

    Hi ,
    I am trying to load data into the object called ZAML_CODE, the type is CHAR and Length is 3.
    The characteristic is enabled with ALPHA - Conversion exit.
    we are loading data to this object since 3 years successfully.
    But now only it is saying that InfoObject ZAML_CODE does not contain alpha confirming values.
    Especially we are getting error for numeric values like 1, 2,3 etc only.
    Previously numeric values were also loaded successfully.
    Now the source system is ECC6.0, previously it was 4.6C. This is the only difference.
    Please respond with your suggesions.
    Regards
    Srinivas

    Hello,
    Just check if there is space in the front of these numeric values or some garbage value...if there is... then it may not be able to pad it up with zero and hence the issue...check in R/3 about how these values are stored...you can remove the space from the front and change it in PSA...and then load but first do the analysis of the source system and see why its coming up wrong.
    Regards
    Ajeeet

  • Selected model does not contain any target value prior

    Hi ODM experts,
    I have tried to apply the SVM alg in order to find anomalous records.The table source have rows like that:
    uniq_rec ID NAME A1 A2 A3 A4 A5 data
    577     2052956018     NAMEHDRCP8     2.27     0.4     85.46     0.01     14.54     24-JAN-13
    578     1250914484     NAMEDJDRVP3     11.45     1.24     56.24     0.01     43.77     24-JAN-13
    579     1968689283     NAMEDKEND12     0.000011     6.78     0.000029     0.01     0.091     24-JAN-13
    580     2063389130     NAMEDNMXG14     0.000011     0.65     36.65     0.02     0.091     24-JAN-13
    unq_rec is the pk, id is the id for the generic name and A1 .. A5 attributes ,data when collection occur etc
    I'm trying to execute the following code:
    drop table ALG_SET;
    exec dbms_data_mining.drop_model('SVMODEL');
    create table ALG_SET (setting_name varchar2(30), setting_value varchar2(4000));
    insert into ALG_SET values ('ALGO_NAME','ALGO_SUPPORT_VECTOR_MACHINES');
    insert into ALG_SET values ('PREP_AUTO','ON');
    commit;
    Begin
    dbms_data_mining.create_model('SVMODEL', 'CLASSIFICATION', 'ODM_PAR_FIN_HIST', 'UNQ_CRT', null, 'ALG_SET');
    end;
    The results is the following error:ORA-40104: invalid training data for model build ( if I run the code) .If I run from graphical interface I have obtained this
    error code " Selected model does not contain any target value prior"(using the similar model - SVM for anomaly detction plus the same source table )
    Please advice what is missing or wrong and if possible how to bypass this issue.
    Thanks in advance for support.
    Best Regards,
    Bogdan

    Here is also a newer example of creating a SVM Anomaly model from ODM sample code (12.1 version but this applies to 11.2):
    Rem
    Rem $Header: rdbms/demo/dmsvodem.sql /main/6 2012/04/15 16:31:56 xbarr Exp $
    Rem
    Rem dmsvodem.sql
    Rem
    Rem Copyright (c) 2004, 2012, Oracle and/or its affiliates.
    Rem All rights reserved.
    Rem
    Rem    NAME
    Rem      dmsvodem.sql - Sample program for the DBMS_DATA_MINING package.
    Rem
    Rem    DESCRIPTION
    Rem      This script creates an anomaly detection model
    Rem      for data analysis and outlier identification using the
    Rem      one-class SVM algorithm
    Rem      and data in the SH (Sales History)schema in the RDBMS.
    Rem
    Rem    NOTES
    Rem   
    Rem
    Rem    MODIFIED   (MM/DD/YY)
    Rem    amozes      01/23/12 - updates for 12c
    Rem    xbarr       01/10/12 - add prediction_details demo
    Rem    ramkrish    06/14/07 - remove commit after settings
    Rem    ramkrish    10/25/07 - replace deprecated get_model calls with catalog
    Rem                           queries
    Rem    ktaylor     07/11/05 - minor edits to comments
    Rem    jcjeon      01/18/05 - add column format
    Rem    bmilenov    10/28/04 - bmilenov_oneclass_demo
    Rem    bmilenov    10/25/04 - Remove dbms_output statements
    Rem    bmilenov    10/22/04 - Comment revision
    Rem    bmilenov    10/20/04 - Created
    Rem
    SET serveroutput ON
    SET trimspool ON 
    SET pages 10000
    SET echo ON
    --                            SAMPLE PROBLEM
    -- Given demographics about a set of customers that are known to have
    -- an affinity card, 1) find the most atypical members of this group
    -- (outlier identification), 2) discover the common demographic
    -- characteristics of the most typical customers with affinity card,
    -- and 3) compute how typical a given new/hypothetical customer is.
    -- DATA
    -- The data for this sample is composed from base tables in the SH schema
    -- (See Sample Schema Documentation) and presented through a view:
    -- mining_data_one_class_v
    -- (See dmsh.sql for view definition).
    --                            BUILD THE MODEL
    -- Cleanup old model with the same name (if any)
    BEGIN DBMS_DATA_MINING.DROP_MODEL('SVMO_SH_Clas_sample');
    EXCEPTION WHEN OTHERS THEN NULL; END;
    -- PREPARE DATA
    -- Automatic data preparation is used.
    -- SPECIFY SETTINGS
    -- Cleanup old settings table (if any)
    BEGIN
      EXECUTE IMMEDIATE 'DROP TABLE svmo_sh_sample_settings';
    EXCEPTION WHEN OTHERS THEN
      NULL;
    END;
    -- CREATE AND POPULATE A SETTINGS TABLE
    set echo off
    CREATE TABLE svmo_sh_sample_settings (
      setting_name  VARCHAR2(30),
      setting_value VARCHAR2(4000));
    set echo on
    BEGIN      
      -- Populate settings table
      -- SVM needs to be selected explicitly (default classifier: Naive Bayes)
      -- Examples of other possible overrides are:
      -- select a different rate of outliers in the data (default 0.1)
      -- (dbms_data_mining.svms_outlier_rate, ,0.05);
      -- select a kernel type (default kernel: selected by the algorithm)
      -- (dbms_data_mining.svms_kernel_function, dbms_data_mining.svms_linear);
      -- (dbms_data_mining.svms_kernel_function, dbms_data_mining.svms_gaussian);
      -- turn off active learning (enabled by default)
      -- (dbms_data_mining.svms_active_learning, dbms_data_mining.svms_al_disable);
      INSERT INTO svmo_sh_sample_settings (setting_name, setting_value) VALUES
      (dbms_data_mining.algo_name, dbms_data_mining.algo_support_vector_machines); 
      INSERT INTO svmo_sh_sample_settings (setting_name, setting_value) VALUES
      (dbms_data_mining.prep_auto, dbms_data_mining.prep_auto_on);
    END;
    -- CREATE A MODEL
    -- Build a new one-class SVM Model
    -- Note the NULL sprecification for target column name
    BEGIN
      DBMS_DATA_MINING.CREATE_MODEL(
        model_name          => 'SVMO_SH_Clas_sample',
        mining_function     => dbms_data_mining.classification,
        data_table_name     => 'mining_data_one_class_v',
        case_id_column_name => 'cust_id',
        target_column_name  => NULL,
        settings_table_name => 'svmo_sh_sample_settings');
    END;
    -- DISPLAY MODEL SETTINGS
    column setting_name format a30
    column setting_value format a30
    SELECT setting_name, setting_value
      FROM user_mining_model_settings
    WHERE model_name = 'SVMO_SH_CLAS_SAMPLE'
    ORDER BY setting_name;

  • Request does not contain any saved update rules; rollback not possible

    Hi,
    In BW on hana, there's a 3.x flow DSO where it loaded a request from PSA.
    It failed due to activation error SID Generation.  But unfortunately, due to PSA Deletion process chain, it's PSA Request got deleted.
    Now, we couldn't delete the red request(failed request) from the 3.x flow DSO.
    If we try to delete, it shows job has been completed successfully with the following message:
    Job started
    Step 001 started (program RSDELPART1, variant &0000000004233, user ID )
    Delete running: DataStore object ZREBATE, from 630,138 to 630,138
    Delete is scheduled; Selection conditions were substituted
    Request REQU_6412GVIEWBJ0TZZIMZE2TZIOR does not contain any saved update rules; rollback not possible
    Deletion of request REQU_6412GVIEWBJ0TZZIMZE2TZIOR from data target ZREBATE failed
    Deletion of request REQU_6412GVIEWBJ0TZZIMZE2TZIOR from data target ZREBATE failed
    Request REQU_6412GVIEWBJ0TZZIMZE2TZIOR does not contain any saved update rules; rollback not possible
    Job finished
    I went to the table RSICCONT and checked the mentioned request.  But I couldn't find delete option enabled.  Even our basis team doesn't have authorization to delete the  mentioned request from the standard table RSICCONT.
    Request you to please help me how to handle this.
    Regards,
    Antony Jerald.

    Hi Antony,
    Once you have deleted the data in PSA there is no way to reconstruct the request hence you can do below things to correct it
    1) Identify the No of Records which having error , because if you have more records it will take more time as in debug mode we have option to edit only one record at one.
    2) Display only one record in Active table and change it using the Debug option ( not recommended ), but as you are in corner we need to use this
    3) change the records with respective values and active the request again
    Regards
    Jagan

  • InfoObject does not contain alpha conforming 1

    I am getting the above error message when trying to load text.  I found on several posts that I should change the Conversion column of the Transfer Rules.  But I am trying to determine why this is happening because when I run these loads in the DEV box, they run fine.  I transport the rules to our QA box, and that is when I have the trouble loading and get the error.  I check the data in RSA3 and there is no difference, so it can't be data related.
    If the data is the same, and the rules are the same, what could cause it to work in one box and not the other?
    Thanks,  Keith j

    Hi Keith,
    do you know the source table for the data? Please check that if possible via se16. Sometimes, specially with alpha conversion, even a 0001 from database is displayed as 1 and may lead you to the wrong way. If all settings are the same in your systems it surely must depend on the data itself. May be the better way analyzing the data from the source table is se17.
    kind regards
    Siggi

  • Request does not contain a certificate template extension or the CertificateTaemplate request attribute.

    Hi,
    Need diagnosis with the following error, please:
    When I perform the steps in the link below and send the text file to my internal ca (by going to submit new request and selecting the txt file), I get the following error:
    http://technet.microsoft.com/en-us/library/cc732906(v=ws.10).aspx

    Hi,
    Any update about the issue?
    The message indicates that there is no certificate template information in the request.
    However, there is no option in the Certification Authority MMC snap-in to select a certificate template.
    Note Stand-alone CAs do not use certificate templates. Therefore, this issue occurs only when you use the Certification Authority MMC snap-in to request a certificate from an enterprise CA.
    Please also refer to the below links to troubleshoot this issue:
    http://identitybase.blogspot.in/2010/04/request-contains-no-certificate.html
    http://pdconsec.net/certificates-the-request-contains-no-certificate-template.aspx
    http://support.microsoft.com/kb/910249
    Regards,
    Yan Li
    TechNet Subscriber Support
    If you are
    TechNet Subscription
    user and have any feedback on our support quality, please send your feedback
    here.
    Cataleya Li
    TechNet Community Support

  • Firefox request does not recognize a cookie that is present

    Our application has been working for several years, but recently we got a lot of complaints from users that can no longer log in. Our app is set up to link a user to a workstation using a cookie (s)he receives on the first connection. Apparently, this cookie is nicely transferred to the workstation, and the user is requested to login again. At that point the request does not contain the cookie and the login is refused. Yet when looking in the cookie info, the cookie is present on the workstation.
    Has anyone any suggestions as to why this goes wrong?

    This forum focuses on end-user support. You can find more web development help on the [http://forums.mozillazine.org/viewforum.php?f=25 mozillaZine Web Development board]. Separate forum, separate registration. Please note the tips in the Sticky Post at the top of the forum before posting.

  • InfoObject ZPRODGRP does not fulfill ref. integrity in record 39435 in valu

    Hi Gurus,
    There is a query which is related to master data. While updating the infocube we are getting the error “InfoObject ZPRODGRP does not fulfill ref. integrity in record 39435 in value 58240”, we have maintained the ref. integrity value 58240 in BW but still getting the same error message.
    Please help me out in this issue.

    Hi Bhanu Gupta,
    I have checked it in the SID Table of Product Group /BIC/SZPRODGRP it exists in the SID table, but when i try to look into the CUBE with the particular product group it says that it does not exist with that value.
    I have seen many of your replies which are quite knowledgeble.
    Please advise me soon what is to be done.

  • Error msg, "Maximum selection does not contain value 9999999999.

    Hi, I am getting this error wile doing Reclassification of HFM Movement.
    Error msg, "Maximum selection does not contain value 9999999999 of subassignment HFM CD2 & Asset Type "                                         
    in the Data Monitor, ( in Reclass Net Reserve). While running BCF task for a company for period 16/2009     
    Actually, We have converted the consolidation area from XX(2009) to YY(2010).
    Before this task, user has performed the balance carry forward.
    My Analysis is as follows:-
    Method Used in this Reclassification                                         
    RECYX (Reclassify HFM Movement at YE lvl 10)                                        
         TRIGGER                                   
         Items : 100-299, 9900-9999                                   
         HFM Movement Type : O200 to O300                                   
         Posting Level : 10                                   
         TARGET                                   
         Items : 100-299, 9900-9999                                   
         Move : O100C                                   
         Posting Level : 10                                   
         HFM CD2 and Asset type : Ticked                                    
    After TEST run in UCMON, the error message comes :-                                        
    The "HFM CD2 & Asset Type value 9999999999" is not maintained in Breakdown Categories Y500, Y700  etc.                                        
    Breakdown categories in Workbench                                        
    Maintained as "OPTIONAL, Initialized value allowed".                                        
    Single Selection                                         
    1A                                        
    1B                                        
    AR                                        
    GA                                        
    Default Selection                                        
    99999999999                                        
    BCS CUBE                                         
    HFM CD2 & Asset Type - coming blank               
    LOTR                                        
    HFM CD2 & Asset Type - Coming blank     
    Please help to go forward.
    In Anticipation,
    Deepankar Jain

    Thanks a lot Dan for the reply.
    Yes, the single selection is 1A, 1B etc, I agree that including this default value 9999999999 in single selection will resolve this issue, but the BREAK DOWN TYPE is OPTIONAL, that means It will also consider a blank value, right?
    Also, In the method defined for RECLASSIFICATION in workbench, in the TARGET parameters, the" HFM CD2 and Asset Type"  is blank but the "DEFAULT is TICKED" which makes it a mandatory derivation rule.
    Please correct me if I am wrong.
    Your replies on it are highly appreciated.
    Thanks and Regards,
    Deepankar

  • Maximum selection does not contain value 600 of subassignment Subitem-error

    Hi All,
    I'm getting the following error when i tried to load the file through data stream.
    Maximum selection does not contain value 600 of subassignment Subitem
    Message no. UCD1038
    Diagnosis
    The posting item 11100100 has breakdown category BR01 for which a maximum selection was maintained for subassignment Subitem. The current posting value, however, is not in this maximum selection.
    System Response
    The posting is not possible.
    Procedure
    Check the maximum selection and the posting.
    I have already refered the earlier threads but its of no use for me. I have checked my setting w.r.t to FS item breakdown category, Max selection in breakdown category and  sub items all the setting are fine, even i applied the OSS notes no-1074599 still i'm facing the same issue.
    Can any one help me with this regards, thanks in advance.
    Regards,
    Magesh

    Hi Dan,
    Yes, breakdown category has been assigned with a sub item category which in turn assigned to subitems and this sub item is a part of the sub item category which is assigned in max. selection.
    Let me know if you want any more information on the same.
    Regards,
    Magesh

  • Clean up old SID values from an InfoObject that does NOT have master data

    I have a characteristic infoobject that does NOT have Master Data but it has a SID table. I assume that it is used primarily for the F4 value help. Now we have changed some of our data for this infoobject in R3 so that some of the values in the SID table will never be used again. My problem is that these values are still displayed in the F4 value help. And because the old values are very similar to the new values some users mistakenly pick the old value and then the query results come back empty.
    FYI - The datasource that uses this infoobject as an attribute is extracted from R3 in a Full load each night. So there is no risk that the old values in the SID table will be needed in any Master Data/Cubes/DSOs/etc.
    Is there a way to delete the unwanted SIDs from this table /BIC/SXCSAOFREG? Or is there some way to make sure that the unwanted SIDs to not show up in the F4 value help?
    Thanks,
    Dave

    Hi David,
    Goto SE14 trans --> ENter the table name as  /BIC/SXCSAOFREG. Select the "Edit" radio button. Then Select "Delete Data" radion button & click on "Activate & adjust database". But be very careful NOT to click on Delete Database table(This will delete the physical database table!!!
    Regards,
    Pavan

Maybe you are looking for

  • Pedido de compra

    Olá Estou tentando emitir um pedido de compra, mas aparece a seguinte mensagem: "Exsite uma diferença entre o total do documento e seus componentes.[linhas pedido de compra - despesas distribuídas - IVA aplicação][line: 0] " Por gentileza me ajude a

  • Displaying multiline text in a text field

    On a form I would like to display a message so I'm using a display field for this purpose. But the message is displayed on a single line. How to split the text in multi lines. For example, on display field dp I'm displaying message "This is line1. Th

  • I purchased numbers but want to install in my new iMac.  how?

    I purchased numbers but want to install in my new iMac.  how?

  • Getting rid of Duplicates in Iphoto- alternates to Annihilator?

    I saw some 'just ok' reviews of Duplicate Annihilator and wondered if there are any other better options for ridding dupes in Iphoto? I recently had to recreate my Library and in that process, almost all my photos seem to have doubled!  Thanks! Berni

  • Crashing and/or Corrupt Form

    Hi, I'm working on a form that is constantly crashing and sometimes I lose the form completely.  I'm able to start over by keeping copies of it, however, the latest thing is it tells me that it was created in Adobe LiveCycle Designer ES 8.2 in the Ac