Entitlements are not valid valid on compiled app

I just started using flash cs5 today to try and make a quick app, I have joined apples iphone dev program, I have a cert, and finally figured out how to get a .p12 file (i just dragged it into itunes).  I create an ad hoc file and double click it and it goes into itunes just fine but when I sync my iphone it loads the app on the phone and at the end I get a message saying that it cant use the app because the entitlements are not valid valid.  What am I missing?  I am using windows 7 and not a mac, so alot of this stuff is very new.  Has anyone else encountered this problem?  Any ideas why its not working?

I faced the same problem, and you probably didn't type the application name in the provisioning profile field in the flash cs5 compiler.
For example; when you open the flash cs5 compiler, in the deployment tab you have to browse for your provisioning profile and the compiler will automatically type in the field right below the browsing field the following: (com.talalmanaa) - where talalmanaa can be any name you set in apple developer program while you create a provisioning profile -  this is not sufficient coz you need to add the application name after talalmanaa. Hence, you should add your application name to be as the following:
com.talalmanaa.myAppName
P.S: you need to make sure that your provisioning profile can accept any application name (for testing) and that's by adding (*) sign before you create prov profile in your Apple's Developer program. so make sure that you type the following before you submit to create a profile:
com.talalmanaa.* (this start sign means that your provisioning profile can test any application name).

Similar Messages

  • Entitlements are not valid

    Hello,
    I have an error when I try to put my app on a device: The application "your app name" was not installed on the iPhone "your device name" because the entitlements are not valid.
    I check all the possible steps:
    - Have the app id bound in the provisioning file
    - Have the device bound in the provisioning file
    - Have the provisioning file on the device (Profiles)
    - Have the p12 certificate (Created on a Mac).
    I did this many time, reinstalling the provisioning file and application.
    I create the .ipa from Flash Builder following this tutorial:
    http://iphoneflashdev.blogspot.com/2010/09/i-promise-this-is-last-post-about-this.html
    I don't know if it's something that I'm doing wrong at compilation time, but I get the .ipa.
    I just want to get the game on my device for testing and debugging.
    If someone knows what is wrong, please let me know because I'm blocked.
    Thanks.
    Victor.

    I had this problem when compiling from command line and it turned out that my app.xml wasn't set up correctly.  In my case, I didn't have the correct thing in the <id> tag.  I needed the fully qualified name listed on the Apple developer portal which was com.myCompanyName.MyApplicationName.  Once I switched that, everything worked.  This tutorial is about a different problem, but it has an app.xml that should be valid.  Make sure yours is setup like this one.  http://blog.alastairdawson.com/2010/10/27/getting-a-blank-screen-when-using-adobes-flash-p ackager-for-iphone/

  • "Entitlements are not valid" error message when trying to sync ipa file from iTunes to iPad

    Is anyone else getting this error message, "Entitlements are not valid",  when trying to sync .ipa file from iTunes to iPad?
    The issue I'm having is getting the ipa file that was built by the 'Adobe Flash Packager for Iphone' installed into my iPad.
    So, I have a swf file that works and was able to publish it into the Android Market.  I then compiled and build the same flash project with the Packager for Iphone into an .ipa file.  But when I try and install this .ipa file into my iPad to do my testings, i'm getting the error message. 
    I would like to test my ipa file in my iPad device before submitting it to the Apple Store.
    Any help would be appreciated. thank you.

    Developing for iphone can be amazingly complicated and frustrating.  (even before you start coding).  The process of having to create a Certificate, to approving the Certificate, to Assigning the deviceIDs to the certificate, to creating the AppIDs, to creating the provisioning profiles and then creating the .p12 file... is just too tedious. 
    I solved the problem of the "Entitlements are not valid".   The AppID i had set in the iPhone Developer Portal did not match that of the AppID i had set in the Adobe Flash CS5 -> Publish Settings.  (ie. com.yourdomainname.yourappname).  After I re-entered my AppID and compile, i was able to sync the .ipa file into my ipad. 
    I wish the error message had been a little more descriptive.  Could have saved me a whole day.
    I hope this helps others.  But my guess is, if you don't set the 40 character device ID correctly, or the email in the signingcertificate correctly, you'll get this same generic error message.

  • MyApp was not installed on the iPhone "myPhone" because the entitlements are not valid

    Just in case it help anyone. I was experiencing a problem where every time I attempted to add an app to my iPhone via iTunes, I was getting the error
    MyApp was not installed on the iPhone "myPhone" because the entitlements are not valid
    I have figured out the problem to be that the App ID which you fill in on the AIR for IOS Settings Deployment settings screen needed to be the App ID I had included in my provisioning profile. This setting appears to be auto-completed with the name of the Flash file so you need to be sure to change this if you are having this problem.
    Hope that helps someone.....

    First app could be a nightmare . So I repost
    http://forums.adobe.com/message/3471632#3471632

  • Import oracle.apps.fnd.framework.OAViewObject; are not valid.

    Hi,
    The requirement is to limit the results of a query of a search page(iprocurement --> Requisitions)by adding a hard coded condition to  a where clause(CREATED_BY LIKE ('%LUMWANA%')).
    The limitation,I have is that I am allowed to extend only the controller.So I can not write a service method in application module and append to the where clause.
    The OAF developer's guide suggests that the only import from model I can have in controller is OAApplicationModule.
    Imports like import oracle.apps.fnd.framework.OAViewObject; are not valid.
    So I can not get the ViewObject in the controller and add new viewcriteria to it.
    What are the options that I have with this requirement.Are there any options to get the default view criteria from OAQueryBean and add additional criteria rows to it on page load/On press of GO button in the controller itself.

    hi,
    In your Controller try the below:
    import oracle.apps.fnd.framework.OAViewObject;
    OAApplicationModule am = (OAApplicationModule)pageContext.getApplicationModule(webBean);
    //String s1 = (String)oapagecontext.getTransactionValue("VoName");  ---you can try it if the below one will not work
    OAViewObject cusVO= (OAViewObject)am.findViewObject(VOName);
    cusVO.setWhereClause(null);
          cusVO.setWhereClauseParams(null);
          cusVO.setWhereClause("REQUISITION_HEADER_ID = :1");
          cusVO.setWhereClauseParam(0, reqNum);               
          cusVO.setMaxFetchSize(-1);
          cusVO.executeQuery();
    For more info, refer the below link:
    https://forums.oracle.com/thread/620451?start=0&tstart=0
    Regards
    Mahesh

  • Ssrs 2008 r2 error-Forward pointing dependencies are not valid

    In an existing SSRS 2008 r2, report, I am attempting to add a parameter called 'Customer_Category'. I am getting the following error message:
    The report paramter 'CustomerNumber' has a DefaultValue or a ValidVaue that depends on the report parameter 'Customer_Category'. Forward pointing dependencies are not valid.
    I am trying to determine how to fix this error. The 'CustomerNumber' is a parameter value that is obtained by reading from a dataset. In this dataset there are existing other parameters called 'Customer_Type' and 'Customer_Preference'. Both of these parameters
    obtain there values from selections that the user makes when the SSRS report is executing. There are no default values.
    I am trying to have the 'Customer_Category' be the same way where there are no default values and the user must select the parameter value when the report is executing. There should only be one value that the user can select from.
    The new parameter called 'Customer_Category' is the last parameter in the list of parameters. Does the order of parameters make a difference? If so, how can I move the 'Customer_Category' parameter in front of the customer_number parameter?
    Here is the sql that is used from obtaining a list of customers from the dataset for customer_number:
    SELECT   Distinct CustomerNumber   
    FROM   BridgeUserCustomer  
     WHERE
             Type =  @Customer_Type
      AND Preference = @Customer_Preference and Category = @Customer_Category
     GROUP BY CustomerNumber
    Would you tell me what is wrong and what I can do to solve the problem?

    Create independent datasets for each parameter and try once.
    Regards, RSingh

  • Assistance with Error - virtualmachinemanager.psd1 module cannot be imported, one or more members are not valid.

    Hello,
    We use Orchestrator, System Center 2012 version 7.1.3022.0.  I have an orchestrator script that reads through a txt file to find unresponsive virtual machines (Windows 2000 VM's cannot have the SCOM agent installed on them) so we can restart any
    machines that are not responding. 
    The step to Get Computer/IP Status runs successfully in that it reports which VM's are running and which are not running.  The next step then is to run a Powershell script that restart the VM's that are down.  Here is my Powershell Script:
    $ErrorActionPreference = "Stop"
    try
    Import-Module 'C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\bin\psmodules\virtualmachinemanager'
    Get-VMMServer -ComputerName mlivsmsscvmm
    # get vm object
    $vm = get-SCVirtualMachine | where { $_.ComputerName -eq "\`d.T.~Ed/{A255D4D8-BD4D-4FF4-9A51-B1ABA82720B9}.Computer-name\`d.T.~Ed/" }
    # save data to publish for future activities
    $OrigVMMStatus = $vm.StatusString;
    $AlertAdded = "\`d.T.~Ed/{A4B4EC8A-E4F8-40AB-9897-6906EAE139AE}.TimeAdded\`d.T.~Ed/";
    $VMName = $vm.Name;
    # we are at this point because the VM is not responding.
    # Start VM - if VM status is "Running" then Stop the VM first
    if($vm.StatusString -eq "Running")
    { Stop-SCVirtualMachine -vm $vm -force };
    Start-Sleep -s 20;
    if($vm.StatusString -eq "Stopped")
    { Start-SCVirtualMachine -vm $vm
    $VMrestart = "Yes"
    catch
    Throw $_.Exception
    Upon running the Powershell script I receive the following error in Orchestrator Log histry:
    The 'C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\bin\psmodules\virtualmachinemanager\virtualmachinemanager.psd1' module cannot be
    imported because its manifest contains one or more members that are not valid.
    This script used to run without errors and nothing has been upgraded in our environment with regards to Orchestrator, VMM, SCOM.  How would I find the 'one or more members' that is causing my issue?
    Thank you.

    Hi,
    the thing is that PowerhShell in the "Run .Net Activity" is version 2.0 (http://www.sc-orchestrator.eu/index.php/scoblog/102-running-powershell-30-with-the-run-net-script-activity)
    So, try your script embedded in PowerShell {}
    Regards,
    Stefan
    www.sc-orchestrator.eu ,
    Blog sc-orchestrator.eu

  • The parameters supplied for the batch are not valid.

    Error:The parameters supplied for the batch are not valid
    Stored Procedure is as follows
    CREATE PROCEDURE [dbo].[Usp_TrackVehicleDetails] 
    @reg_Number     NVARCHAR(25)
    AS
    BEGIN
    SET NOCOUNT ON;
        DECLARE @Imei_Number    NVARCHAR(25),
    @Imei_Table
    NVARCHAR(MAX),
    @Latitude_Val
    NVARCHAR(MAX),
    @Longitude_Val  NVARCHAR(MAX),
    @Imei_PK
    NVARCHAR(MAX),
    @result         INT
    -- Tracking Device by means of Latitude and Longitude
    SELECT @Imei_Number=Imei_No FROM MapDevice_Vehicle WHERE Vehicle_No=@reg_Number;
    SELECT @Imei_Table='Imei_'+@Imei_Number
    SET @Imei_PK='SELECT(MAX(CAST(Imei_Id AS NVARCHAR(MAX)))) FROM dbo.'+@Imei_Table;
    SET @Latitude_Val='SELECT Latitude FROM dbo.' +@Imei_Table+' WHERE CAST(Imei_Id AS NVARCHAR(MAX))='+'('+@Imei_PK+')';
                SET @Longitude_Val='SELECT Longitude FROM dbo.' +@Imei_Table+' WHERE CAST(Imei_Id AS NVARCHAR(MAX))='+'('+@Imei_PK+')';
                EXEC @result= sp_executesql @Imei_PK,@Latitude_Val,@Longitude_Val
                SELECT @result
    --RETURN @result
       BEGIN TRY
    BEGIN TRANSACTION T1
    -- Returning Values based on Vehicle_Number
    SELECT ISNULL(@Latitude_Val,'')[latitude],
      ISNULL(@Longitude_Val,'')[longitude]
    IF @@ERROR!=0
    BEGIN
    ROLLBACK TRANSACTION T1
    END
    ELSE
    COMMIT TRANSACTION T1 
    END TRY
    BEGIN CATCH
    SELECT ERROR_MESSAGE() AS ErrMsg, ERROR_LINE() AS ErrLine,ERROR_PROCEDURE() AS ErrProc
    END CATCH
    END 

    Your construct is not correct....
     EXEC @result= sp_executesql @Imei_PK,@Latitude_Val,@Longitude_Val --These
    should be  parameters/....
    Please try the below(The longitude and latitude to be included...)
    /*Test script*/create table MapDevice_Vehicle(vehicle_no nvarchar(25),imei_no nvarchar(25))
    Insert into MapDevice_Vehicle Select 'KL8P8234','KL'
    create table Imei_KL(Imei_Id nvarchar(25))
    Insert into Imei_KL Select 'KL8P8234'
    exec [Usp_TrackVehicleDetails] 'KL8P8234'/*Test script*/
    CREATE PROCEDURE [dbo].[Usp_TrackVehicleDetails]
    @reg_Number NVARCHAR(25)
    AS
    BEGIN
    SET NOCOUNT ON;
    DECLARE @Imei_Number NVARCHAR(25),
    @Imei_Table NVARCHAR(MAX),
    @Latitude_Val NVARCHAR(MAX),
    @Longitude_Val NVARCHAR(MAX),
    @Imei_PK NVARCHAR(MAX),@paramdefs nvarchar(MAX),@result INT
    -- Tracking Device by means of Latitude and Longitude
    SELECT @Imei_Number=Imei_No FROM MapDevice_Vehicle WHERE Vehicle_No=@reg_Number;
    SELECT @Imei_Table='Imei_'+@Imei_Number
    SET @Imei_PK='SELECT(MAX(CAST(Imei_Id AS NVARCHAR(MAX)))) FROM dbo.+@Imei_Table';
    SET @paramdefs = N'@Imei_Table nvarchar(255)';
    --SET @Latitude_Val='SELECT Latitude FROM dbo.' +@Imei_Table+' WHERE CAST(Imei_Id AS NVARCHAR(MAX))='+'('+@Imei_PK+')';
    --SET @Longitude_Val='SELECT Longitude FROM dbo.' +@Imei_Table+' WHERE CAST(Imei_Id AS NVARCHAR(MAX))='+'('+@Imei_PK+')';
    EXEC @result= sp_executesql @Imei_PK,@paramdefs,@Imei_Table = @Imei_Table
    SELECT @result
    --RETURN @result
    BEGIN TRY
    BEGIN TRANSACTION T1
    -- Returning Values based on Vehicle_Number
    SELECT ISNULL(@Latitude_Val,'')[latitude],
    ISNULL(@Longitude_Val,'')[longitude]
    IF @@ERROR!=0
    BEGIN
    ROLLBACK TRANSACTION T1
    END
    ELSE
    COMMIT TRANSACTION T1
    END TRY
    BEGIN CATCH
    SELECT ERROR_MESSAGE() AS ErrMsg, ERROR_LINE() AS ErrLine,ERROR_PROCEDURE() AS ErrProc
    END CATCH
    END

  • Report parameter startdate has a defaultvalue or a valid value that depends on the report parameter startdate forward dependencies are not valid

    Hi,
    Am trying to develop a report the parameter has an issue, it gives me an error.
    There are 2 parameter (1st is Date range like start and end date and 2nd is Loan number)
    When ever I select date range the Loan number parameter should go blank. If I input a loan number then date range should go blank. 
    What should I do. Please help
    ERROR --report parameter startdate has a defaultvalue or a valid value that depends on the report parameter startdate forward dependencies are not valid

    Hi Kay_MD,
    If there are only two parameters, we can use first parameter charge the second one, but the second one cannot charge the first one in turn. Because parameter forward dependencies are not valid. To achieve your requirement, we can create another parameter
    to control Date_range and Loan_number parameters. For more details, please see:
    Add a parameter named ReportParameter1 with two available values: Date_range and Loan_number.
    Use the following expression as the default value in Date_range parameter:
    =iif(Parameters!ReportParameter.Value="Date_range",1,"") (1 means a useless value)
    Use the following expression as the default value in Loan_number parameter:
    =iif(Parameters!ReportParameter.Value="Loan_number",1,"") (1 means a useless value)
    Please note that the Date_range and Loan_number parameters should enable Allow blank value (“”), and the blank values should also be contained in available values.
    If there are any other questions, please feel free to let me know.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • I have photoshop element 11.0 but it's no possible installation (after change pc) because message internet explorer not 4.0. I have IE 11.0 ??? If enregistrement my N° on CD are not valid ???

    I have photoshop element 11.0 but it's no possible installation (after change pc) because message internet explorer not > 4.0. I have IE 11.0 ??? If enregistrement my N° on CD are not valid ???

    I have photoshop element 11.0 but it's no possible installation (after change pc) because message internet explorer not > 4.0. I have IE 11.0 ??? If enregistrement my N° on CD are not valid ???

  • What's the fix for this CS4 message: One or more of the pages specified are not valid page names

    I'm trying to export two pages (a spread) as a PDF. I've tried a number of times, using various techniques, including exporting first to a .imx file. Each time I get this message: One or more of the pages specified are not valid page names.
    How can I get this to work?
    I can't attach the file because it is 11MB.
    Thanks,

    Are you using sections in your document? That may mess up your pagenumbering while exporting pages as spreads. Try to put + to front of page numbers... like  +12-+13 (into Export dialog´s page range field)
    Another option is go to Preferences > General and change pagenumbering view method from Section Numbering to Absolute Numbering.

  • CJS-00030  Assertion failed: dbSidOrSrcObject and dbHome are not valid

    Hello Guru's,
    we trying to do os migration of SAP XI 3.0 system,
    we have export from source system and building target system below see the steps followed.
    1. install CI on target server
    2. installing DB instace on target. But before proceeding further I have installed oracle software successfully and check it using
    sqlplus > it is able to connect to sql.
    know problem is after installing oracle sofware when I continued the DB instance installation.
    System give me error as
    CJS-00030  Assertion failed: OraSqlContext constructor: arguments dbSidOrSrcObject and dbHome are not valid ****
    Dont know to solve this issue.
    please help me in this
    REgards,
    Syed Maqsood.

    Hi,
    My oracle release is 9.2.0.6 and i check the environmental varialbe for ora<sid> user below as below:
    uvmn3000:oradx1 7> env
    USER=oradx1
    LOGNAME=oradx1
    HOME=/oracle/DX1
    PATH=/oracle/DX1/920_64/bin:.:/oracle/DX1:/usr/sap/DX1/SYS/exe/run:/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/contrib/Q4/bin:/opt/perl/bin:/opt/gvsd/bin:/opt/ipf/bin:/opt/nettladm/bin:/opt/fcms/bin:/opt/wbem/bin:/opt/wbem/sbin:/opt/sas/bin:/opt/graphics/common/bin:/opt/atok/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/sec_mgmt/bastille/bin:/opt/caliper/bin:/opt/drd/bin:/opt/dsau/bin:/opt/dsau/sbin:/opt/resmon/bin:/opt/firefox:/opt/gnome/bin:/opt/perf/bin:/opt/propplus/bin:/usr/contrib/kwdb/bin:/opt/perl_32/bin:/opt/perl_64/bin:/opt/prm/bin:/opt/sfm/bin:/opt/swm/bin:/opt/sec_mgmt/spc/bin:/opt/ssh/bin:/opt/swa/bin:/opt/hpsmh/bin:/opt/thunderbird:/opt/sentinel/bin:/opt/langtools/bin:/opt/wlm/bin:/opt/gwlm/bin:/opt/ignite/bin:/opt/hpvm/bin:/opt/aCC/bin:/opt/cadvise/bin:/opt/networker/bin
    MAIL=/var/mail/oradx1
    SHELL=/bin/csh
    TZ=MET-1METDST
    SSH_CLIENT=10.115.4.54 1530 22
    SSH_CONNECTION=10.115.4.54 1530 45.220.20.234 22
    SSH_TTY=/dev/pts/1
    TERM=xterm
    SFTP_UMASK=
    SFTP_PERMIT_CHMOD=1
    SFTP_PERMIT_CHOWN=1
    COLUMNS=158
    LINES=61
    MANPATH=/usr/share/man/%L:/usr/share/man:/usr/contrib/man/%L:/usr/contrib/man:/usr/local/man/%L:/usr/local/man:/opt/VRTS/vxfs5.0/man:/opt/ldapux/share/man/%L:/opt/ldapux/share/man:/opt/ipf/man:/opt/ldapux/ypldapd/man:/opt/samba/man:/opt/samba/WTEC_Support_Tools/man:/opt/samba/cfsm_man:/opt/cifsclient/share/man:/opt/openssl/man:/opt/openssl/prngd/man:/opt/wbem/share/man:/opt/graphics/common/man:/opt/amgr/man/%L:/opt/amgr/man:/opt/sec_mgmt/share/man:/opt/caliper/man/%L:/opt/caliper/man:/opt/drd/share/man/%L:/opt/drd/share/man:/opt/dsau/man:/opt/resmon/share/man/%L:/opt/resmon/share/man:/opt/gnome/man:/opt/perf/man/%L:/opt/perf/man:/opt/propplus/share/man:/usr/contrib/kwdb/share/man:/opt/perl_32/man:/opt/perl_64/man:/opt/prm/man/%L:/opt/prm/man:/opt/psb/healthtest/share/man:/opt/sfm/share/man:/opt/swm/share/man/%L:/opt/swm/share/man:/opt/swa/share/man/%L:/opt/swa/share/man:/opt/ssh/share/man:/opt/sentinel/man/%L:/opt/sentinel/man:/opt/langtools/share/man/%L:/opt/langtools/share/man:/opt/wlm/share/man/%L:/opt/wlm/share/man:/opt/openssl/fips/0.9.7/man:/opt/openssl/fips/0.9.8/man:/opt/gwlm/man/%L:/opt/gwlm/man:/opt/icod/man/%L:/opt/icod/man:/opt/ignite/share/man/%L:/opt/ignite/share/man:/opt/iexpress/tcpdump/man:/opt/iexpress/lsof/man:/opt/iexpress/curl/man:/opt/iexpress/sudo/man:/opt/iexpress/zlib/share/man:/opt/hpvm/share/man/%L:/opt/aCC/share/man/%L:/opt/aCC/share/man:/opt/cadvise/share/man/%L:/opt/cadvise/share/man:/opt/imake/man:/opt/networker/man
    SAPSYSTEMNAME=DX1
    DIR_LIBRARY=/usr/sap/DX1/SYS/exe/run
    SHLIB_PATH=/usr/sap/DX1/SYS/exe/run
    THREAD=NOPS
    dbms_type=ORA
    dbs_ora_tnsname=DX1
    dbs_ora_schema=SAPDX1
    ORACLE_PSRV=DX1
    ORACLE_SID=DX1
    DB_SID=DX1
    ORACLE_HOME=/oracle/DX1/920_64
    ORACLE_BASE=/oracle
    ORA_NLS33=/oracle/DX1/920_64/ocommon/nls/admin/data
    NLS_LANG=AMERICAN_AMERICA.UTF8
    SAPDATA_HOME=/oracle/DX1
    More over I am installing database instance using root.
    let me focus more on error point.
    Error is triggering at " create oracle database" step before to this step all steps are completed successfully.
    Can anyone help to solve this issue.

  • HT201363 my rescue me email is no longer active. trying to get a call scheduled but it says all the numbers i enter are not valid.....help!!

    my rescue me email is no longer active. trying to get a call scheduled but it says all the numbers i enter are not valid.....help!!

    Hi aj_russ,
    As long as you still have access to your Apple ID account, you should be able to change or edit the Rescue email address associated with your security questions. You may find the following article helpful:
    Apple Support: Rescue email address and how to reset Apple ID security questions
    http://support.apple.com/kb/ht5312
    Regards,
    - Brenden

  • TS1717 when trying to import cd the following message appears "the current encoder settings for bit rate and sample rate are not valid for this file"?

    Trying to import cd when this message appears "the current encoder settings for bit rate and sample rate are not valid for this file".  Any suggestions?

    Thanks so very much.  I chose MP3 and Download and it is working beautifully.  Have a wonderful day and it is so nice of you to get right back to me.  I'm trying to cut a DVD for my grandson's grad party and I got most of the photos and didn't have any music since I lost everything in a clean install.  Could hug you!

  • "The new table link contain TargetFieldNames that are not valid?

    I am designing a report based on a sql stored procedure with 3 parameters required.  I have a parameter that I would like to make dynamic based on an "Item" table for multiple selections.
    I keep getting this error when I run the report
    Prompting failed with the following error message: 'List of VAlues failure: fail to get values. (Cause of error: the new table link contains TargetFieldNames that are not valid.  Error source: prompt.dll
    Error code: 0x8004380d
    Can someone point me to an example or tell me if this even possible to do?
    Edited by: SHARON SCHMIDT on Feb 17, 2009 3:16 PM

    Hi Sharon,
    Searching for the error message got many KBase but I hope referring to the following would help you:
    1211133 - Using parameters to select one, some or all values in a record selection formula
    1220118 - Error: "List of Values failure"prompt.dll Error code: 0x8004380D"
    Regards,
    Sheeba

Maybe you are looking for

  • FIX the long backups, not disable them. Solution is here!

    NOTE: This process was performed on an iPod Touch 2.0.2 with iTunes 7.7.1.11 on a PC running Windows XP. The process is the same (or similar) for the iPhone. +*My backups used to take 4 hours. Now they take just minutes, even with 40+ apps*+ installe

  • Set Cursor.vi fails after it has been called for 30 different panel refs in LV 7.1.1

    Make sure both attached files (Run LabVIEW_Cursor_TestCase.vi, SimpleVI.vi) are in the same folder. Run LabVIEW_Cursor_TestCase.vi notice that the -3 error code is returned from "Set Cursor.vi" after it has been called with 30 different panel refs. I

  • I licensed PS Tuesday and used it fine but today it is not reactive - What is the problem

    I recenly decided PS3 was no longer working for me so installed the trial for new PS and it worked great so I licensed it Tuesday and it worked well but cant get it to work today. it opens but is not reactive. Spent hours on hold but cant get any hel

  • Wire transfer

    Hi I need to do FBZP config for payment method wire transfer. How to proceed ? Is anything to be done from Bank side like format and how to map that in SAP ? Pl help Pushkaraj

  • Customized BAPI *Priority A*

    Hey, Need a Help with Writing Custom Bapi. We have checked with exsisting BAPIs but that not sufficient to do the JOB. So now we are exploring about our own custom Bapi. Requirement is to  Write 2 BAPI's. 1) To post the data in the R/3. 2) To reteriv