System.ArgumentException: Invalid field name. {c042a256-787d-4a6f-8a8a-cf6ab767f12d} while Activating Info path form Feature

We are encountering an error while activating features for info-path form on site collection.Earlier It was working fine but when we deactivate info path feature on site collection and try to activate again with updated info path form its giving below error.
Feature receiver assembly 'Microsoft.Office.InfoPath.Server, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c', class 'Microsoft.Office.InfoPath.Server.Administration.XsnFeatureReceiver', method 'FeatureActivated' for feature '86e128c1-8d91-9809-ac8a-7b77e8a2159b'
threw an exception: System.ArgumentException:Invalid field name. {c042a256-787d-4a6f-8a8a-cf6ab767f12d} at Site Collection url at Microsoft.SharePoint.SPFieldCollection.GetFieldById(Guid
fieldId, Boolean bThrowException) at Microsoft.SharePoint.SPFieldCollection.get_Item(Guid id) at Microsoft.Office.InfoPath.Server.Administration.XsnFeatureReceiver.UpdateContentType(SPContentType contentType, String serverRelativeUrl, FormTemplate formTemplate)
at Microsoft.Office.InfoPath.Server.Administration.XsnFeatureReceiver.CreateOrUpdateContentTypes(SPSite currentSite, String serverRelativeUrl, FormTemplate formTemplate) at Microsoft.Office.InfoPath.Server.Administration.XsnFeatureReceiver.FeatureActivated(SPFeatureReceiverProperties
properties) at Microsoft.SharePoint.SPFeature.DoActivationCallout(Boolean fActivate, Boolean fForce)

Hi Prathap singh.
Greetings . pls try to deactivate from powerhell and activate it again
http://social.technet.microsoft.com/Forums/office/en-US/e79ebe96-2b48-46e3-8cce-6caed44f0418/invalid-field-name-error-while-trying-to-deactivate-administrator-approved-infopath-form-template?forum=sharepointcustomizationprevious
http://social.technet.microsoft.com/Forums/office/en-US/ddb8b710-138a-4e26-bf46-65ebd0ac525f/i-get-the-invalid-field-name-when-trying-to-activate-feature-to-publish-infopath-form?forum=sharepointcustomizationlegacy
Please remember to click 'Mark as Answer' on the answer if it helps you

Similar Messages

  • "Invalid Field Name" Error message on Client System

    Hi all,
    I have installed some addons  on server, and the same is installed on client systems as well. on server everything works well. But when it comes to client systems, one particular form shows an error message, "Invalid Field Name", on loading the form.
    I have the same .srf's as on server but still the problem persists. If anybody knows the cause of the problem, please let me know what could be the reason.
    Regards,
    Rohan S. Kamble.

    Hi Rohan,
    Are you sure you have the same version of DI (also addon) on your client and your server side?
    Reinstall the addon on your client, check if the problem still happens.
    Regards,
    Jay.

  • Cannot edit wiki pages-- Exception message: Invalid field name

    We have migrated from one Sharepoint 2010 environment to another Sharepoint 2010 environment and only wanted to preserve a few sites, mostly Enterprise Wiki Sites.
    We have imported 5 total Enterprise Wiki Sites, all of which point to particular Term Sets in Managed Metadata. 
    2 wikis are pointed to term set A, 2 wikis are pointed to term set B and one wiki is pointed to term set C.
    One of the wikis pointed to term set A is working, and one is not
    The malfunctioning wiki has the following symptom:
    Whenever you try to edit a page (new or existing) and save your changes, regardless of whether it is tagged, you cannot save your changes.  When you try, you get the error below.
    Error
    Failed to get value of the "Wiki Categories" column from the "Managed Metadata" field type control. See details in log. Exception message: Invalid field name. {f863c21f-5fdb-4a91-bb0c-5ae889190dd8}
    https://sharepoint.domain.com/wiki/adminwiki /wiki/adminwiki/Pages.
    Troubleshoot issues with Microsoft SharePoint Foundation.
    Correlation ID: 4188c150-de8f-4940-9dbd-54939f117bfe
    Date and Time: 3/12/2012 4:26:09 PM
    Go back to site
    To me, it looks like there is an invalid URL, since it gives the URL path, and then there is a space, and then it also has a relative URL to /wiki/adminwiki/pages ...is this normal?
    Any ideas on how to fix this is great.  I don't think it has anything to do with the Managed Metadata service or the Term Store since the other wiki site (pointing to the same exact Term Set) is working normally with no problems.

    To solve the problem make sure that the template you are using for the current page (with errors) has the same content type as the page. In example of the Enterprise Wiki page, I forgot to set the content type to an Enterprise Wiki page on a custom page
    template I just added to the Master pages.
    So what I had to do is:
    go to properties of the page with errors described above and set it to be
    Enterprise Wiki page
    go to master pages and set the custom template to be of the same type, Enterprise Wiki page
    That solved the problem

  • Failing to export with Export-SPWeb - Invalid Field Name error

    Hi,
    I am trying to export a site collection and restore the site collection to a sub site. In order to do that I have used Export-SPWeb command to export the site collection. The command I used 
    Export-SPWeb -Identity http://SitecollectionURL/ -Path "F:\filename.bak" -IncludeUserSecurity -Compression 1024 -IncludeVersions 4
    I got the below error,
    Progress: Starting to process objects of type ContentType.
    FatalError: Invalid field name. {c876558a-1cb9-4a87-bf55-ee69876f6b8b} http://sitecollectionURL/
    Debug:    at Microsoft.SharePoint.SPFieldCollection.GetFieldById(Guid fieldId, Boolean bThrowException)
       at Microsoft.SharePoint.SPFieldLinkCollection.Load(XmlReader xrdr)
       at Microsoft.SharePoint.SPFieldLinkCollection.EnsureLoaded()
       at Microsoft.SharePoint.SPFieldLinkCollection.Save(XmlTextWriter xwtr)
       at Microsoft.SharePoint.Deployment.ContentTypeSerializer.GetDataFromDataSet(Object obj, SerializationInfo info, StreamingContext context)
       at Microsoft.SharePoint.Deployment.DeploymentSerializationSurrogate.GetObjectData(Object obj, SerializationInfo info, StreamingContext context)
       at Microsoft.SharePoint.Deployment.XmlFormatter.SerializeObject(Object obj, ISerializationSurrogate surrogate, String elementName, Boolean bNeedEnvelope)
       at Microsoft.SharePoint.Deployment.XmlFormatter.Serialize(Stream serializationStream, Object topLevelObject)
       at Microsoft.SharePoint.Deployment.SPExport.SerializeObjects()
       at Microsoft.SharePoint.Deployment.SPExport.Run()
    I need assistance on this. 
    Thanks in advance
    -Sasi

    Hi Sasi,
    Export-SPWeb is used to export a site, list, or library rather than a site collection. The Identity of the command should be a site.
    Based on your description, my understanding is that you want to export a site and import it to aother site. Is it right?
    I run your command using the URL of my site instead of the
    http://SitecollectionURL/, everything worked well. Please re-run the command below:
    Export-SPWeb -Identity <URL of your site> -Path "F:\filename.bak" -IncludeUserSecurity -Compression 1024 -IncludeVersions 4
    In addition, please try to export the site via Central Administration->Backup and Restore->Export a site or list under Granular Backup, and select the site collection and the site, then  click ‘Start Export’. If you want to import the exported
    site to another site, you should use Import-SPWeb command.
    About Export-SPWeb command:
    http://technet.microsoft.com/en-us/library/ff607895(v=office.15).aspx
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Exception message, failed to get value, could not load managed metadata, invalid field name

    Hi, i have created some site collection columns with managed metdata and taxonomy term sets. I have then created some site content types of those site columns. Some of them function properly and some don't.
    When i have created or uploaded a document to the document library i start to "tag" the document by first choosing witch conent type i want too use, but when it comes to save the document it renders an error message(its not the full content
    of the message):
    "exception message, failed to get value, could not load managed metadata, invalid field name"
    I have created some other site content types before and with the same site columns and they do not generate a error message. Is there a solution for my dilemma?

    try these links:
    https://prashobjp.wordpress.com/2014/02/14/failed-to-get-value-of-the-column-name-column-from-the-managed-metadata-field-type-control-see-details-in-log-exception-message-invalid-field-name-guid-site-url/
    http://www.sharepointconfig.com/2011/03/issues-provisioning-sharepoint-2010-managed-metadata-fields/
    http://blog.goobol.com/category/sharepoint/sharepoint-issue-troubleshooting/
    http://www.instantquick.com/index.php/correctly-provisioning-managed-metadata-columns?c=elumenotion-blog-archive/random-whatnot
    https://pholpar.wordpress.com/2010/03/03/taxonomy-issues/
    Please mark answer as correct if it is correct else vote for it if you find it useful Happy SharePointing

  • Auto populate system Current date in Info path form textbox

    Hi,
    I want to display system current date in info path when user opens new form.I have placed a text box and added now function and in format selected do not display time option.
    When i preview the form everything works as expected.the date is displaying like mm/dd/yyyy format without time :)
    But after publishing the same form to share point list when i open the form from browser the text box is not showing current date 
    Instead it is showing yesterday's date :(
    Can anyone help me to resolve the issue.
    Regards,
    Poovi

    Hi Poovi,
    According to your description, you want to enable the text box to show the current date when opening the form from browser. However, the date that your text box displayed
    in the SharePoint site page is different from the
    one in the InfoPath Designer.
    In InfoPath, the date displayed is the same as the system date. However, the date displayed in the SharePoint site
    page depends on the Regional
    settings of a site other
    than system date.
    As a solution, you could set the time zone in Regional settings of a site if needed.
    Here is a link about how to change the Regional settings of a site, you could use as a reference:
    http://office.microsoft.com/en-sg/sharepoint-foundation-help/change-regional-settings-for-a-site-HA102894666.aspx
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • Field name is not know error when trying to add a filter

    Hello all!
    I need to add a filter dinamically to display a report. I'm using Crystal Reports 10 w/ RAS server.
    There is an sql statement in Database Fields > Command. It uses a join and a correlation name for table name: TT.START_TIME.
    I am getting a "Field name is not known" error:
    "This field name is not known. Details: errorKind Error in File C:\WINDOWS\TEMP\{D375AB61-F7AE-4BCC-AF5E-6702C0EFDE10}.rpt: Error in formula . '{Command.TT.START_TIME} in DateTime (2007, 08, 01, 09, 00, 00) to DateTime (2007, 08, 24, 04, 45, 00)' This field name is not known. Details: errorKind"
    I tried to specify the field the following ways:
    Command.START_TIME
    TT.START_TIME
    START_TIME
    TIME_TRACKER.START_TIME (time_tracker being the table name)
    MAIN.TIME_TRACKER.START_TIME (main being the schema)
    All of the above is giving the same field name not known error.
    I am adding the filter the following way:
            String whereClause = "{Command.TT.START_TIME} in DateTime (2007, 08, 01, 09, 00, 00) to DateTime (2007, 08, 24, 04, 45, 00)";
            IFilter filter = rptClientDoc.getDataDefinition().getRecordFilter();
            filter.setFreeEditingText(whereClause);
            rptClientDoc.getDataDefController().getRecordFilterController().modify(filter);
    I also tried the following where clause:
    String whereClause = "{Command.TT.START_TIME} > DateTime (2006, 08, 01, 09, 00, 00) AND {Command.TT.START_TIME} < DateTime (2007, 08, 24, 04, 45, 00)";
    still doing the same thing.
    If anyone could please help me w/ this I'd really appreciate it!
    Thank you!
    Anastasia

    The first formula was created using the selection formula expert. I only added the TT part after it didn't work giving the same message. The name the expert gives it after I click on the field is {Command.START_TIME}. Still gives the invalid field name error. -_- Could the rest of the forumula be causing the problem?
    In regards to parameterizing the SQL Command, I spoke w/ the gentleman who creates these reports in Crystal, he says it's not possible, because sometimes we don't want a where clause and sometimes we do.
    Is there a way to directly edit the SQL string itself which is in the Command through java?
    Thank you very much for taking time to respond.
    Anastasia

  • Invalid object name 'dbo.uf_GetRateSrcMember'

    Hello Friends,
    We recently applied the  SP3 (CPMBPC03P_1-20002499) for BPC 5.1. We are in Single Server environment. Our BPC 5.1 build was 5.0.486 which was required to install the SP3. After the installation it is 5.0.502
    We are getting the error below when we are trying to change the appliction sets from from the main page.
    Any help to resolve the issue is appreciated
    Server Error in '/OSoft' Application.  Invalid object name 'dbo.uf_GetRateSrcMember'.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Exception: Invalid object name 'dbo.uf_GetRateSrcMember'.
    Source Error:
    The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
    Add a "Debug=true" directive at the top of the file that generated the error. Example:
      <%@ Page Language="C#" Debug="true" %>
    or:
    Add the following section to the configuration file of your application:
    <configuration>
       <system.web>
           <compilation debug="true"/>
       </system.web>
    </configuration>
    Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
    Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
    Stack Trace:
    [Exception: Invalid object name 'dbo.uf_GetRateSrcMember'.]
       Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack) +905
       OSoft.Consumers.ZFP.WebBase.PageBase.GetCurrentView() +518
       OSoft.Consumers.ZFP.WebBase.PageBase.get_CurrentView(String strDimension) +43
       ASP.Landing_aspx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) +95
       System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27
       System.Web.UI.Control.Render(HtmlTextWriter writer) +7
       System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
       System.Web.UI.Page.ProcessRequestMain() +1926
    Really looking forward for answers.
    I would really really really appreciate any help
    Thanks

    Kaji,
    I had the same problem. Here is the solution:
    Dear customer,
    This issue looks similar to a previously reported bug.
    In general there is the possibility that some service/process
    remained in a bad status and this can be fixed by restarting the server
    But could you please also check, whether this description fits
    to your scenario:
    This issue occurred because when there are no secured dimensions
    in an appset,
    The modified application process remove the user function
    which is used for checking secured dimension.
    In case there is no secured dimension in the appset the
    problem occurres.
    This issue looks similar to a previously reported bug.
    In general there is the possibility that some service/process
    remained in a bad status and this can be fixed by restarting the server
    But could you please also check, whether this description fits
    to your scenario:
    This issue occurred because when there are no secured dimensions
    in an appset,
    The modified application process remove the user function
    which is used for checking secured dimension.
    In case there is no secured dimension in the appset the
    problem occurres.
    When modify application is run , the user function has been removed.
    A workaround is this:
    if you make Entity and RateSrc as secured dimension,
    the user function will be made in the appset again.
    Then you can change the user function as other name in database
    by renaming. After finished the rename,
    you can change the dimension as unsecured dimension like current.
    Then, you have to replace the user function name
    as original function name.
    Because the user function name is dependent on dimension name.
    If you can#t connect BPC Admin due to web page error,
    you have to execute the EverestAdmin.exe file
    in "C:\Program Files\BPC"
    Hope it solves the prob...
    Nic

  • How to view field name for a field in Oracle form?

    I was told you can do this but I forgot how.
    If you want to build a report, but don't know what the field name is in Oracle, you can open up the Oracle form and find the screen with that field name and do a trick that tells you the Oracle field name. Any help?

    Try this....
    REPORT ZZDYNAMIC_FIELD.
    DATA: BEGIN OF it1 OCCURS 0,
    printer(10) TYPE c,
    paper1(20) TYPE c,
    paper2(20) TYPE c,
    paper3(20) TYPE c,
    END OF it1.
    DATA: descr_ref TYPE REF TO cl_abap_tabledescr,
          i         TYPE i.
    FIELD-SYMBOLS:
      <key_comp_wa> TYPE abap_keydescr,
      <field>       TYPE ANY.
    it1-printer = 'MUC123'.
    it1-paper1 = 'KBLOGO'.
    it1-paper2 = 'BLANK'.
    it1-paper3 = 'DINA5'.
    APPEND it1.
    it1-printer = 'MUC123'.
    it1-paper3 = 'KBLOGO'.
    it1-paper2 = 'BLANK'.
    it1-paper1 = 'DINA5'.
    APPEND it1.
    TRY.
        descr_ref ?= cl_abap_typedescr=>describe_by_data( it1[] ).
      CATCH cx_root.
    ENDTRY.
    LOOP AT it1.
      i = 0.
      WHILE 1 = 1.
        i = i + 1.
        ASSIGN COMPONENT i OF STRUCTURE it1 TO <field>.
        if <field> is not assigned.
          EXIT.
        endif..
        IF <field> IS ASSIGNED AND <field> EQ 'KBLOGO'.
          READ TABLE descr_ref->key INDEX i ASSIGNING <key_comp_wa>.
          WRITE <key_comp_wa>-name.
          exit.
        ENDIF.
      ENDWHILE.

  • I wish to modify the name of one of the field name in the sales order.

    HELLO GURRRUS,
                 i wish to modify teh name of one of the field name in the sales ordder.
    what is the procdure,path and steps involved in that.it would be of great help of me if u take some  time and suggest me.
    bye take care hav a happy and peaceful life

    Hi Sameer,
    If you want to change the name or description of the field in the Sales order,
    you have to use the userexit MV45AFZZ and use the Form USEREXIT_FIELD_MODIFICATION.
    Get the help of the ABAPer and decide where do you want to make the change in the Header or the Line items.  Accordingly give the requirements to the ABAPer.
    He will do it.
    Thanks
    Augustine Ponraj

  • IDoc: E1EDL44 2 contains different field names in segments

    Our client picks up delivery data sent over EDI and a Middleware program to put it in a form.
    The Middleware picks up the customer material number from KDMAT of the HU data.
    For 1 particular material X KDMAT is not available in the idoc record E1EDL44 2.
    With not available I mean KDMAT is not in the list of field names.
    This leads to inconsistencies on our client's form for which we are penalized.
    For material Y in the same record E1EDL44 2 (different segment) KDMAT is available.
    This one is populating correctly on the client's form.
    I checked VD52 for material X and there exist an entry for KDMAT.
    What more do I need to analyze?
    How do I solve this issue?
    Best regards,
    Geert

    Hi,
    Are you talking about an outbound interface or inbound interface.
    If it is an outbound interface, if the Customer Material number is maintained in VD52 transaction then it would automatically come into the IDOC, if it is not coming then check the FM and the corresponding user exit, some custom code would have cleared that value in the idoc segment.
    Thanks,
    Mahesh.

  • BBPIV03: Field name invalid GS_SCREEN_MAINDATA-CURRENCY

    Hi everybody
    In BBPIV03, in the search help of the currency I get the next message
    Field name invalid GS_SCREEN_MAINDATA-CURRENCY .
    I have only seen SAP NOTE 438430, but this note don't apply to my system.
    SRM SERVER 550 SAPKIBKT06
    does anybody know how I can solve this?
    The log shows me:
    M    ***LOG W01=>  [itsplxx.c    1552]
    W    *** ERROR => ipl_ConvertOut returns -9(ITSPE FAILURE) [itsplxx.c    1554]
    W    *** ERROR => Raise Last error:[41 from: w3xxsemg.cpp:3436] [itsplxx.c    1230]
    W    *** ERROR => RaiseError(sapdext) ITS_P:41 [w3xxsemg.cpp 3436]
    W    *** ERROR =>            MSGV0(GS_SCREEN_MAINDATA-CURRENCY) [w3xxsemg.cpp 3436]
    M  ***LOG R68=> ThIRollBack, roll back () [thxxhead.c   13205]
    Thanks
    Regards

    Hi Atul,
    When I am creating an invoice and I use the search help for the currency.
    <b>- The ITS Dump says</b>
    Field name invalid GS_SCREEN_MAINDATA-CURRENCY .
    <b>- The log system says</b>
    Further details for this message type
    Module nam Loc T100................    Parameters
                    ITS_P               041
    Documentation for system log message D0 1 :
    The transaction has been terminated.  This may be caused by a
    termination message from the application (MESSAGE Axxx) or by an
    error detected by the SAP System due to which it makes no sense to
    proceed with the transaction.  The actual reason for the termination
    is indicated by the T100 message and the parameters.
    Additional documentation for message &aGS_SCREEN_MAINDATA-CU
    Not found
    No documentation exists for message &a-CU
    Log
    <b>The trace file content is</b>
    W Wed May 02 12:43:46 2007
    W      *** WARNING => diag: SemgSyncTransaction: Resync required [w3xxsemg.cpp 3141]
    W        *** WARNING => diag: SemgSyncTransaction: SyncFrames returned rc=0xffffffcf [w3xxsemg.cpp 3276]
    W        *** WARNING => diag: SemgSyncTransaction: Trying to recover state [w3xxsemg.cpp 3344]
    W        *** ERROR => diag: SemgHandleSearchhelpRequest: SetCursor returned rc=0xffffffd9 [w3xxsemg.cpp 3435]
    W        *** WARNING => diag: SemgXGHandleRequest: Can't submit after request [w3xxsemg.cpp 1126]
    W      *** ERROR => plugin: XKrnHandleRequest failed. 000007FF44D283B0 rc: -9 [itspxkrn.cpp 405]
    W    *** ERROR => ipl_ConvertOut failed rc = -9, send icf error page [itsplxx.c    1551]
    M    ***LOG W01=>  [itsplxx.c    1552]
    W    *** ERROR => ipl_ConvertOut returns -9(ITSPE FAILURE) [itsplxx.c    1554]
    W    *** ERROR => Raise Last error:[41 from: w3xxsemg.cpp:3436] [itsplxx.c    1230]
    W    *** ERROR => RaiseError(sapdext) ITS_P:41 [w3xxsemg.cpp 3436]
    W    *** ERROR =>            MSGV0(GS_SCREEN_MAINDATA-CURRENCY) [w3xxsemg.cpp 3436]
    M  ***LOG R68=> ThIRollBack, roll back () [thxxhead.c   13205]
    A
    Thanks and regards
    Pd. I think I'm going to open a SAP message

  • WCF Custom - Solicit response port - System.ArgumentException: The provided URI scheme 'https' is invalid; expected 'http',

    Hi,
    BizTalk WCF Custom Adapter - is send in a solicit response port. It works with a http address.
    However, I need to point it to a Https location.
    I imported the bindings, and changed the address to https. I was able to re-import the bindings. The send port gets started. But, when we try send a message via the send port, it throws an error:
    Error Description: System.ArgumentException: The provided URI scheme 'https' is invalid; expected 'http'.
    Parameter name: via
    Any help is appreciated.
    Regards,
    Sharmishtha

    The error logs do not give any other information.
    Also, security is TransportCredentialOnly, with Basic - Client Credential Type.
    Regards,
    Sharmishtha
    Hi Sharmishtha,
    TransportCredentialOnly mode
    does not provide message integrity and confidentiality. It provides HTTP-based client authentication. You need to use either of the below security mode :
    Transport
    TransportWithMessageCredential
    Rachit
    Please mark as answer or vote as helpful if my reply does

  • How to find the field name of variable system information on SAP B1

    Hi All,
    I recently wanted to create a simple SQL query to list all ITEM MASTER DATE where the weight is blank.  This is so i can get a list of all items with the weight information missing from the system to investigate. 
    It turns out the weight field within the SALES DATA tab is a system variable.  When i pull the OITM table up within the query generator i can not identify where this variable name come up without guessing which can give me the wrong information.
    Can someone point me into the direction on how to assisocate variable to a field name within SAP B1. This is also another problem if i wanted to display variable within Crystal report layout.
    Regards

    Hi Nick Dang,
    Try This
    SELECT T0.[ItemCode], T0.[ItemName], T0.[SalUnitMsr], T0.[SHeight1],  T0.[SWidth1], T0.[SLength1], T0.[SVolume], T0.[SWeight1] FROM OITM T0 WHERE T0.[ItemCode] =[%0]
    Thanks,
    Srujal Patel

  • How to correct an invalid BDC Field Name in FEBEP table

    Hi,
    In FEBAN processing, I am unable to re-process a failed transaction because of an invalid value in "BDC Field Name" field.  This entry has not generated any document so far. Is there any way I can fix this error?
    Thanks.

    Hi,
    Goto FEBAN.
    1.     Highlight the item in error.
    2.     Click on u201CEdit->Posting Mode->In Foregroundu201D from the menu.
    3.     Click on u201CStatement Items -> Postu201D from the menu.
    Edit incorrect fields and post.

Maybe you are looking for

  • Error Converting Currency --  Load from SAP ECC / R/3  to BW / BI

    Hi, I have a custom extractor pulling data from ECC. However, I am getting the following error. 'Error Converting Currency from USD4 to  on 8/27/2008' RSA3 works fine. PSA load fails and the above message can be seen in the application log in ECC. An

  • Repeating JList

    i having problem when press add button.. instate of adding a new list with the same element.. i want the quantity to become 2.. //listModel is the DefaultListModel if (e.getSource() == addBtn) {   //when press add button             for (int i = 0; i

  • Basic guidance!!

    Hi I am new here, I am trying to add metadata in a pdf file using XMP SDK, actually I need to edit a produced PDF to put three lines of text as metadata, and read it programatically again. Can I do this? Is there a Dot Net flavour or managed code tha

  • Can't import songs from CD

    I can't import the songs from Ryan Shupes Dream Big Album. I-Tunes can't find the songs on my CD. If I transfer the song files onto my computer and then try to import them I-Tunes tell me I am not authorized to import them and that if I have the CD I

  • Empathy doesn't allow me to bring up F4 for accounts [SOLVED]

    pacman -S empathy telepathy-haze I installed empathy and haze to use AIM.  Odd thing is that I can't access empathy's accounts Edit>Accounts.  When I try to do so, nothing happens.  Here is the debug log. empathy/Dispatcher-DEBUG: 07/18/2010 14:00:59