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.

Similar Messages

  • 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.

  • 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

  • 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;

  • 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

  • Infoobject 0doc_number does not fulfill ref.integrity in record 1

    Hi BW Experts,
    I am facing an error in quality server "infoobject 0doc_number does not fulfill ref.integrity in record" while scheduling the infopackage. But it was working fine in development server.
    While scheduling the infopackage i have choosen the option "always update data if no master data exists for the data"
    Also tried with the "Do not update data if no master data exists for a characteristic"
    Can anyone help me with solution as this issue is critical for me.
    Points rewarded.

    Ganesh,
        I want to add one more point... i can't comment whether do we need to add the Referencial Integrety Check for Document Number .i.e 0DOC_NUMBER.
    One thing i want to say is that It is mainly for BW integrated with Flat Files, DB Connect etc. also for SAP Systems if any conversion routine exists. Other wise SAP Systems will provide correct Data. If other non-SAP Systems connected to BW, it's better to add that Check. That will put some extra check while loading data. still it is good practice.
    1. Try with Option Load Data without Master data.
    2. if above option won't work, try load Master Data first. It will create SID for New Documents. then load the Transactional Data.
    I think you already tried 1st option. you didn't tried 2nd option.
    Let me know how it goes.
    Regards,
    Nagesh Ganisetti.
    *Keep Update the Status that will help us.

  • 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

  • Record 799 :InfoObject YEKEYBRND does not fulfill ref. integrity in record

    Hi every body
    I Triggered a load and the load failed giving the error  'Record 799 :InfoObject YEKEYBRND does not fulfill ref. integrity in record 799 in value 0599 '.
    Can anybody explain me clearly the meaning of the error.
    Thanks&Regards
    Raghavendra Reddy Bijevemula

    Hi,
    Check whether the value has maintained in the SID table for the info object YEKEYBRND thru BIC/SYEKETBRAND..
    if it exixts the u have to repair ur infoobject in the RSRV.
    Check the link..
    http://help.sap.com/saphelp_bw31/helpdata/en/3a/14c43bb7137503e10000000a11402f/content.htm
    Re: Referential Integrity check
    Regards-
    MM
    Assign points if it helps
    Message was edited by: vishnuC
    Message was edited by: vishnuC
    Message was edited by: vishnuC

  • InfoObject 0DOC_NUMBER does not fulfill ref. integrity in record

    Hi
    I am getting this error
    InfoObject 0DOC_NUMBER does not fulfill ref. integrity in record
    Please help me resolve this issue.
    Thanks,
    Amit

    Hi Amit,
    I think in the infopackage u will have setting load data eventhough no master data exist.This will help u to fix the data load.During Transaction data  loading usefully the Referential will be checked if u have enabled the option in infopackage.
    U have Two Solution to this issue :
    one to load the master data before transaction data
    another one u can set in infopackage load data eventhogh no master data Exist in the infopackage.
    Assign points if this is useful
    regards
    Arun

  • Unable to load the EJB module. DeploymentContext does not contain any EJB.

    I'm writing an enterprise application to familiarize myself with Glassfish 3.1.2 and EJB 3.1. I've created several local, stateless beans, and injected one into a JSF managed bean. The ejb and web modules compile fine, but when I launch the application with Glassfish I get the following startup error and the application does not deploy. I don't understand what it means, can someone ellaborate?
    SEVERE: Exception while invoking class org.glassfish.ejb.startup.EjbDeployer prepare method
    SEVERE: Exception while invoking class org.glassfish.javaee.full.deployment.EarDeployer prepare method
    SEVERE: Exception while preparing the app
    SEVERE: Unable to load the EJB module. DeploymentContext does not contain any EJB. Check the archive to ensure correct packaging for D:\Documents\NetBeansProjects\Test\dist\gfdeploy\Test\Test-war_war.
    If you use EJB component annotations to define the EJB, and an ejb or web deployment descriptor is also used, please make sure that the deployment descriptor references a Java EE 5 or higher version schema, and that the metadata-complete attribute is not set to true, so the component annotations can be processed as expected
    org.glassfish.deployment.common.DeploymentException: Unable to load the EJB module. DeploymentContext does not contain any EJB. Check the archive to ensure correct packaging for D:\Documents\NetBeansProjects\Test\dist\gfdeploy\Test\Test-war_war.
    If you use EJB component annotations to define the EJB, and an ejb or web deployment descriptor is also used, please make sure that the deployment descriptor references a Java EE 5 or higher version schema, and that the metadata-complete attribute is not set to true, so the component annotations can be processed as expected
         at org.glassfish.javaee.full.deployment.EarDeployer.prepare(EarDeployer.java:166)
         at com.sun.enterprise.v3.server.ApplicationLifecycle.prepareModule(ApplicationLifecycle.java:871)
         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:410)
         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240)
         at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:389)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:348)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:363)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1085)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:95)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1291)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1259)
         at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:461)
         at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:212)
         at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:179)
         at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117)
         at com.sun.enterprise.v3.services.impl.ContainerMapper$Hk2DispatcherCallable.call(ContainerMapper.java:354)
         at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195)
         at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:860)
         at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:757)
         at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1056)
         at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:229)
         at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
         at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
         at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
         at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
         at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
         at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
         at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
         at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
         at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
         at java.lang.Thread.run(Thread.java:722)

    My guess is that you deployed an ejb without bean in it. when you have an ejb module, be sure you have at least one bean present.
    Are you sure you have implementend some beans? Or did you do this only in the web module?
    Try adding an @Stateless bean doing nothing in you ejb module, redeploy and let me know if that works

  • 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.

  • Uploading AIR for IOS thru Application Loader I get the following error - The package does not contain an Info.plist.

    I'm publishing an .fla in AIR for IOS.
    I'm in CC 2014 so first I need to know which AIR should I publish in?
    newest is AIR 14.0.0.178 for IOS
    IOS deployment type is App Store
    publishes with no error.
    I see the following files included .swf and app.xml
    I convert the .ipa to a zip file
    Upload that thru the Application Loader I get the following error
    The package does not contain an Info.plist.
    Where is the infoplist for this and do I convert the .ipa and the info to a zip file?
    I converted the .ipa to a .zip and the intoplist file is NOT THERE  how do I generate this?
    Any help here?

    Ok this is becoming very very frustrating as I have been at this for hours now. So the only way to explain this is to write what I did step by step as I have to be doing something wrong, just to recap:
    I was publishing from Flash CC 2014 using AIR 14.0 and getting Digital Certificate is not valid message.
    Was instructed to download new AIR 17 , I did this installed into Flash and used to publish.
    I used my previous p12, app ID and distribution certificates all generated properly.
    The file worked ONCE but I got an app ID error ( I understood I used the wrong app ID)
    I changed it to the right app ID and the very next time and after 10 attempts I got the same error  Digital Certificate is not valid
    SO I then downloaded AIR 16.0
    RE DID ALL MY CERTIFICATES AND P12'S
    went to publish and I STILL GET THE SAME MESSAGE   Digital Certificate is not valid

Maybe you are looking for

  • Staff Integration Engineer

    Integration/Software Engineer Position We have an immediate need for innovative, results-oriented people that desire a challenging, fast-paced environment in which to apply their skills.  The ideal candidate is highly motivated and possesses a profes

  • Windows 8 will not reactivate after recovery

    Windows updates screwed my laptop up so that it just continuously tried to rollback the updates.  I used the recovery partition to reinstall Windows 8.  That worked fine, but now it will not reactivate.  It says, "The product key didn't work.  Try a

  • Excise Duty Base Amount in J1IEX in case of Import Purchasing

    While posting Excise Invoice in case of Import Purchasing, duty values are coming from CVD, ACD, CVD Ecess & CVD SEcess. But I am not able to understand from where "Excise Duty Base Amount" is coming in J1IEX. Can anyone throw light on this? Thanks i

  • Dual boot - Installing Win 8 on a preinstalled Win 7

    I just puchased a Toshiba Satellite C55-A5195 Windows 7 preinstalled. But I would like to dual boot it installing Windows 8. Can I do that without messing the whole system? I know that I have to create a partition to install Win 8.

  • Object Type Handler (oth) issues in EP6 Stack 9. Anyone else have this?

    We had some custom oth files in our EP5 SP6 portal that worked great for rendering files in a specific folder with our xsl stylehsheets. Now that we're moving to EP6 Stack 9, they don't work: They return a blank document of 0 content-size. I'm wonder