Text fields cannot be deleted in field group in Query

Hi Experts,
I created an additional table ZTEST for node A in InfoSet and chose some fields which have text fields into Field Group for display.
Then in SQ01, those selected fields appeared in my Query field selection. Of course I can tick it to display or not tick it.
But when I don't need those fields, I go to SQ02 to delete addional table ZTEST in extras in InfoSet and generate it. I go to SQ01 to check whether those fields disappear or not. However, some of them are still there. e.g.
Checkbox: Text: ZTEST-TA_TYPE
Checkbox: Text: ZTEST-TA_STATUS
Since there is no such a table in Infoset, I have no other clue to delete remaining text fields. Do you have idea?
Regards,
Ying

Hello Ying,
After you made your change to the infoset, you need to completely exit out of SQ01 before running query again.  Call SQ01 like it is the first time you are calling it for a logon.
Kind Regards,
Rae Ellen Woytowiez

Similar Messages

  • "Phantom" field cannot be deleted; preventing submission of form

    Hello,
    I have created a submittable form for my company, which is to be used for our employment application on our website. Somewhere along the way, a "phantom" field seems to have magically appeared in my document. It does not have the usual light-blue background that a text field has, but rather just has the typical black outlike, and a transparent body. It can't be deleted or edited in anyway. I wouldn't mind it, since it's not actually visible to someone unless they're editing the PDF (which would only be me!), but it seems to be preventing me from making the form submittable. When I try to submit the form, I get a generic "Submission Failed" error. I can't be sure that the phantom field is the problem, but it's all that makes sense. Does anyone have any idea how to get it out of the document?
    I am attaching what it looks like. Thanks in advance!

    First, thank you for the response!
    I can click on it in Forms Edit with no problem, but it can't be deleted. I click on the field and it is highlighted in blue to show I have it selected, and I can then PICK "Delete" and click on it, but it doesn't do anything; the blue highlight goes away, but the field is still there. If I'm not in Forms Edit mode (if I'm just in Content Editing), I can't even see it. It's not set to hidden, locked, or anything like that. Like I said, I wouldn't care if it was there or not, since it won't be visible to the end user, but it seems to prevent me from making the form submittable.
    I would attach the PDF for review if that would help, but it doesn't look like I can do that. I've never used the Adobe forums before, so maybe I'm just not seeing it.

  • Unable to delete Reconciliation Field

    Hi
    I have a field in Reconciliation Field mapping of my Resource Object. For some reason I want to delete this field. So I removed mapping for this field in Recon Mapping of Process Definition for this Resource Object. But when I try to delete the same from Recon Fields in Resource Object it says "Field cannot be deleted as it is used in Reconciliation Event Data".
    In Reconciliation Manager, there are some 10 events which are in "Event Received" state. I closed all the events and then tried to delete the field but still I get same error.
    Any workarounds to resolve this error?

    You can't delete fields from resource objects which were used even once in mapping. You can leave them as it is, as said above it won't make any harm.
    Regards,
    GP

  • Additional text field in Infoset deleted but not reflected in field selection in Query

    Hi,
    I have deleted an additional text field in infoset. It was used in one query.
    Even in the query it is deleted, but when in field selection screen i am not able to delete.
    If i try to execute the query, I get dump (syntax error) saying in field type(additional field) doesnot exist.
    Can anyone pleassseee help me in this.

    Hi San,
    I am trying to understand. How could you separately delete an additional text field associated with a main field?
    Jogeswara Rao K

  • HT4864 When trying to update my Mail Account Mailbox Behaviours settings, when I try to close the settings pane the following messages occur: Invalid Incoming Mail Server The "Incoming Mail Server" field cannot be empty. The incoming mail server box has p

    When trying to update my Mail Account Mailbox Behaviours settings, after making the changes when I try to close the settings pane the following messages occur: Invalid Incoming Mail Server The “Incoming Mail Server” field cannot be empty. The incoming mail server box has in light grey colour: p02-imap.mail.me.com in it and I cannot edit its content. Any ideas what is going on and how to fix it?

    Hi all,
    Mattreichenbach is probably on the right track here with a reset of settings.  I think I've determined the issue has to do with cached account information and inconsistencies for the account name.  This seems to crop up when I've changed my password and it hasn't propagated fully to all the servers, devices, certificates, etc.
    Hopefully many here are on their way to restoration of service by now but it's clear that a lot of people are having the same issues.  Very frustrating and definitely something Apple needs to resolve:  incoming mail server field grayed out, incorrect autopopulation of different fields, other unanticipated behaviors.  If you're still having issues, though, here's what worked for me...
    First, head to the iCloud preferences pane in System Configuration and choose "Sign Out".  When I did this it prompted me with a number of "are you sure" type questions about retaining information on my local machine.  I chose to delete/remove the info each time simply because it should all be restored by the cloud and I didn't want to risk a massive duplication of my data... I will say, I'm back up and running with no issues so I suspect you can make the same delete/remove choices...  But use your own judgment.  I don't want you to lose any data (ie.. please use care as you do this because I cannot bear the thought of causing anyone to experience the pain of data loss).
    Once you've signed out of iCloud, restart your system.  When you get back in, head to the Mail, Contacts and Calendars section of your System Preferences and add your account back by choosing the brushed aluminum "iCloud" button.  When it asks for your account name, use your @iCloud.com email address.  I am all but certain my issue had started because one of my devices (iPhone or whatever) had been set up with an email alias specified instead of my @iCloud.com address.
    Apple, if you're reading through any of these issues (there are TONS of users having this same problem).  Take note, that your icloud service somewhat frequently is not responding and yet tells the user that the password is wrong and this prompts people to be changing their passwords unnecessarily.  This has happened to me on numerous occasions.  Also, I noticed that last week's outage corresponded to a VERY similar outage exactly one year ago to the day.  Sounds like planned maintenance to me and I think you could do a better job notifying folks so we're not wasting HUGE amounts of time troubleshooting a problem that we have no hope of fixing.
    Hope that helps some of you!
    Terry Mullane
    Washington, DC

  • SELECT * cannot be used in an INSERT INTO query when the source or destination table contains a multivalued field

    Hi,
    I am using Access 2013 and I have the following VBA code, 
    strSQL = "INSERT INTO Master SELECT * from Master WHERE ID = 1"
     DoCmd.RunSQL (strSQL)
    when the SQL statement is run, I got this error.
    SELECT * cannot be used in an INSERT INTO query when the source or destination table contains a multivalued field
    Any suggestion on how to get around this?
    Please advice and your help would be greatly appreciated!

    Rather than modelling the many-to-many relationship type by means of a multi-valued field, do so by the conventional means of modelling the relationship type by a table which resolves it into two one-to-many relationship types.  You give no indication
    of what is being modelled here, so let's assume a generic model where there is a many-to-many relationship type between Masters and Slaves, for which you'd have the following tables:
    Masters
    ....MasterID  (PK)
    ....Master
    Slaves
    ....SlaveID  (PK)
    ....Slave
    and to model the relationship type:
    SlaveMastership
    ....SlaveID  (FK)
    ....MasterID  (FK)
    The primary key of the last is a composite one of the two foreign keys SlaveID and MasterID.
    You appear to be trying to insert duplicates of a subset of rows from the same table.  With the above structure, to do this you would firstly have to insert rows into the referenced table Masters for all columns bar the key, which, presuming this to be
    an autonumber column, would be assigned new values automatically.  To map these new rows to the same rows in Slaves as the original subset you would then need to insert rows into SlaveMastership with the same SlaveID values as those in Slaves referenced
    by those rows in Slavemastership which referenced the keys of the original subset of rows from Masters, and the MasterID values of the rows inserted in the first insert operation.  This would require joins to be made between the original and the new subsets
    of rows in two instances of Masters on other columns which constitute a candidate key of Masters, so that the rows from SlaveMastership can be identified.
    You'll find examples of these sort of insert operations in DecomposerDemo.zip in my public databases folder at:
    https://onedrive.live.com/?cid=44CC60D7FEA42912&id=44CC60D7FEA42912!169
    If you have difficulty opening the link copy its text (NB, not the link location) and paste it into your browser's address bar.
    In this little demo file non-normalized data from Excel is decomposed into a set of normalized tables.  Unlike your situation this does not involve duplication of rows into the same table, but the methodology for the insertion of rows into a table which
    models a many-to-many relationship type is broadly the same.
    The fact that you have this requirement to duplicate a subset of rows into the same table, however, does make me wonder about the validity of the underlying logical model.  I think it would help us if you could describe in detail just what in real world
    terms is being modelled by this table, and the purpose of the insert operation which you are attempting.
    Ken Sheridan, Stafford, England

  • Delete standard fields from template repository

    Hello,
    We've created a repository based on standard repository template, which contains several fields that we don't use and we want to delete.
    The problem appears after deleting different standard fields like:
    MDMSRM_PRICE_INFORMATION
    MDMSRM_CONTRACT_PRICE
    As it seems the system is using these fields when displaying the catalog into the portal through iviews.
    I've checked the UI Configuration into the web finished with .../MDM_SRM_UI_App, but I cannot find the fields I've deleted anywhere.
    I've been reading different threads on this forum, but I'm not sure if I need to delete the deleted fields from an XML structure.
    If I have to modify any file, where can I get the file to be updated?
    If not, how should I proceed?
    Thanks & regards,
    Carlos Santamaría.

    Hi Carlos.
    Are you looking forward to  1.  Revert back the fields which you have deleted  or
                                                  2.  Remove the fields from the XML data structure.
    If (1)  - Check the Note: 1171711 where you will find a PDF attached about the repository information which gives you more details about the fields which are available so that you can manually adjust your repository by adding those fields accordingly.
    If (2) -  In the configuration screen, provide your user credentials by selecting the repository and click "Transport Configuration" button where you can get the XML file to view the fields and edit the file by removing those fields and update  back to it.
    Note: SAP doesn't recommend you to delete fields from  its delivered repository. Especially its price fields. So try to achieve your solution without deleting it if you can.
    Regards
    Bala

  • Mail in Mountain Lion "Incoming Mail Server" field cannot be empty

    I put my wife's email account which is in iCloud on mail with a couple of other iCloud accounts.  To identify who's iCloud account is who's, In the preferences on the account where you edit the description from the default "iCloud" to User's Name  iCloud and after you hit save I get an error saying The "Incoming Mail Server" field cannot be empty.  Yet is has p04--imap.mail.me.com in the field that is greyed out and I cannot edit the fields contents and therefore doesn't allow me to change the email account's description.  I've tried deleting the accounts, logging out of icloud, etc.  Nothing has fixed this yet.
    On a side note, one of my other email accounts from iCloud keeps popping up with it needing the password field to be entered.  No matter what I try, it doesn't take the password.  I can log into it just fine through safari. 
    So it seems like iCloud is having issues as well as Mail and contacting Apple twice and escalating to tier 2 both times has yeilded the person saying they didn't know and then hanging up on me.  Does anyone else know what I might try?

    Okay, I had this problem and solved it as follows:
    1. Deleted any non-functioning iCloud-IMAP accounts from Mail's Preferences. I had two that were working fine, so I left those in place. One of those was the primary iCloud account on my Mac, i.e., the account used for "Find My iPhone/Mac/iPad" and iCloud storage, etc.
    2. Then I quit Mail and restarted my computer.
    3. Went to my other devices and made sure the primary account was the same one there. [Note: It was not -- the primary iCloud account was different on my iPhone versus my Mac, I think this discrepancy might have been the source of the problem, but I don't know.]
    4. I also made sure my wife's Mac uses a different primary iCloud account, one that is not on my machines, although we share one secondary iCloud Mail account (which is not the primary on any device -- it is always a secondary account).
    5. Then, following MChannel's advice upthread, I went into System Preferences > Mail, Contacts & Calendars, and added the formerly problematic iCloud accout that way. I have everything turned on for my primary iCloud account. All of the secondary accounts only have Mail turned on (although I don't think that matters -- you can turn on the other features that are available there if you like).
    6. Opened Mail and voila! -- everything is working fine. Accounts are all set up properly without me even opening Mail's Preferences.

  • This field cannot be summarized

    I have a report where I need to calculate a total number of hours for the day and then for the week for each employee.  When trying to calculate the weekly total, I get an error message that says 'this field cannot be summarized'.  Below is the formula for the field that I am trying to summarize:
    If {@ActHrsWorked} < 5.00 then {@ActHrsWorked} else
    If {EMPLOYEE.SHIFT_ID} ='NO PARAMETERS' then {@ActHrsWorked} else
    If {EMPLOYEE.SHIFT_ID} = 'OFFICE' then {@ActHrsWorked} else
    {@ActHrsWorked} - .5
    The @ActHrsWorked formula is as follows:
    DateDiff ("n",Minimum ({Command.CLOCK_IN}, {Command.SHIFT_DATE}, "daily"), Maximum ({Command.CLOCK_OUT}, {Command.SHIFT_DATE}, "daily")) / 60
    My employees clock in on labor tickets and can be clocked in on more than one at a time thus the need for the Minimum Clock_In and Maximum Clock_Out.
    Please let me know if I can provide any more information.  Thank you in advance for your help!!!

    Anne,
    I don't have any sample data to test with but it looks fairly straight forward.
    The following SQL will add 2 additional columns to to your data set... MIN_CLOCK_IN and MAX_CLOCK_OUT
    SELECT
    lt.EMPLOYEE_ID,
    lt.SHIFT_DATE,
    lt.EARNING_CODE_ID,
    lt.HOURS_WORKED,
    lt.ACT_CLOCK_IN,
    lt.ACT_CLOCK_OUT,
    lt.DESCRIPTION,
    lt.CLOCK_IN,
    lt.CLOCK_OUT,
    mm.MIN_CLOCK_IN,
    mm.MAX_CLOCK_OUT,
    lt.TRANSACTION_ID 
    FROM LABOR_TICKET AS lt
    INNER JOIN (
         SELECT
         EMPLOYEE_ID,
         SHIFT_DATE,
         DESCRIPTION,
         Min(ACT_CLOCK_IN) AS MIN_CLOCK_IN,
         Max(ACT_CLOCK_OUT) AS MAX_CLOCK_OUT
         FROM LABOR_TICKET
         WHERE SHIFT_DATE>={?StartDate} and SHIFT_DATE <={?ZEndDate}
         GROUP BY EMPLOYEE_ID, SHIFT_DATE, DESCRIPTION) AS mm
    ON lt.EMPLOYEE_ID = mm.EMPLOYEE_ID AND lt.SHIFT_DATE = mm.SHIFT_DATE AND lt.DESCRIPTION = mm.DESCRIPTION
    WHERE SHIFT_DATE>={?StartDate} and SHIFT_DATE <={?ZEndDate}
    Here's what it's doing...
    It's using a sub-query to pull in Min & Max aggregates of the ACT_CLOCK_IN & ACT_CLOCK_OUT (respectively), grouped on EMPLOYEE_ID, SHIFT_DATE & DESCRIPTION.
    The sub-query is then joined back to the original query so that you'll have the Min & Max values at the detail row level
    HTH,
    Jason

  • Getting Error while deleting a field from the 'Z' Structure

    Hi All,
    I have created a 'z' structure in which i have 5 fields, now i want to delete one field from the structure, but it is giving me error like Invalid Change.
    Its a structure so i cant activate and adjust as we do for Tables.(se14)
    So pls help me out asap.
    thanks & Regards,
    Dhruv Shah

    Thanks for Quick Reply.
    I have not used this field in any FM/ Report.
    I have tried log off and then log on. but it make no difference.
    Now the Other scenario is that i want to change the datatype of this field to TEXT25.
    But it is also not allowing me to change because currently datatype is TEXT20.
    So now how can i change the length from 20 to 25.
    Regards,
    Dhruv Shah

  • One or more field types are not installed properly. Go to the list settings page to delete these fields.

    Hi Team,
    I have created Administrator -approved Infopath form template to my site and activated same template in CA.
    I have used this template in one of my Form library and i can able to submit the Form with success to the library.
    when i click "View Item" or "Edit Item" of the form it throws , "One or more field types are not installed properly. Go to the list settings page to delete these fields." error message.
    I have refered my log files also but there is no useful information in that, please find my logs for your reference.
    w3wp.exe (0x2D7C)                       
    0x3790
    SharePoint Foundation         
    Logging Correlation Data      
    xmnv
    Medium  
    Site=/sites/Prototypes
    w3wp.exe (0x2D7C)                       
    0x3790
    SharePoint Foundation         
    Monitoring                    
    b4ly
    High    
    Leaving Monitored Scope (PostResolveRequestCacheHandler). Execution Time=8.51588679566816
    w3wp.exe (0x2D7C)                       
    0x3790
    SharePoint Foundation         
    General                       
    8kh7
    High    
    One or more field types are not installed properly. Go to the list settings page to delete these fields.
    w3wp.exe (0x2D7C)                       
    0x3790
    SharePoint Foundation         
    General                       
    8sl1
    High    
    DelegateControl: Exception thrown while adding control 'ASP._controltemplates_publishingconsole_ascx': One or more field types are not installed properly. Go to the list settings page to delete these fields.
    w3wp.exe (0x2D7C)                       
    0x3790
    SharePoint Foundation         
    General                       
    8kh7
    High    
    One or more field types are not installed properly. Go to the list settings page to delete these fields.
    w3wp.exe (0x2D7C)                       
    0x3790
    SharePoint Foundation         
    Runtime                       
    tkau
    Unexpected
    System.Runtime.InteropServices.COMException: One or more field types are not installed properly. Go to the list settings page to delete these fields.   
    at Microsoft.SharePoint.Library.SPRequestInternalClass.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback,
    ISPDataCallback pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView)    
    at Microsoft.SharePoint.Library.SPRequest.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEA...
    w3wp.exe (0x2D7C)                       
    0x3790
    SharePoint Foundation         
    Runtime                       
    tkau
    Unexpected
    ...RRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView)
    w3wp.exe (0x2D7C)                       
    0x3790
    SharePoint Foundation         
    Monitoring                    
    b4ly
    Medium  
    Leaving Monitored Scope (Request (GET:http://test-sharepoint:80/sites/Prototypes/TRT/TRTLibrary/Forms/EditForm.aspx?ID=47&Source=http%3A%2F%2Ftest%2Dsharepoint%2Fsites%2FPrototypes%2FTRT%2FTRTLibrary%2FForms%2FAllItems%2Easpx&RootFolder=%2Fsites%2FPrototypes%2FTRT%2FTRTLibrary&ContentTypeId=0x01010100E7EE25E5A6898C4587A6B52C808EF03300FD54861D587A7E43BA3E2E6D392A3526&IsDlg=1)).
    Execution Time=32.443369199158
    w3wp.exe (0x08E4)                       
    0x2C58
    Access Services               
    Data Layer                    
    8jg2
    Medium  
    ResourceManager.PerformCleanup: Disk Manager: CurrentSize=0.
    w3wp.exe (0x08E4)                       
    0x2C58
    Access Services               
    Data Layer                    
    5pbr
    Medium  
    ResourceManager.EvictUnusedItems: Disk Manager: Going to evict unused items. CurrentSize: 0.
    w3wp.exe (0x08E4)                       
    0x2C58
    Access Services               
    Data Layer                    
    5pbs
    Medium  
    ResourceManager.EvictUnusedItems: Disk Manager: After unused items eviction. CurrentSize: 0 
    Diff:0.
    w3wp.exe (0x2D7C)                       
    0x0774
    SharePoint Foundation         
    Topology                      
    e5mc
    Medium  
    WcfSendRequest: RemoteAddress: 'http://test-sharepoint:32843/4ac2daef5ffe4850be08bd7bbebb5ac2/MetadataWebService.svc' Channel: 'Microsoft.SharePoint.Taxonomy.IMetadataWebServiceApplication' Action: 'http://schemas.microsoft.com/sharepoint/taxonomy/soap/IDataAccessReadOnly/GetChanges'
    MessageId: 'urn:uuid:dcba94c3-2764-428c-b44f-60e703328ceb'
    w3wp.exe (0x08E4)                       
    0x2E24
    SharePoint Foundation         
    Topology                      
    e5mb
    Medium  
    WcfReceiveRequest: LocalAddress: 'http://test-sharepoint.anca.com.au:32843/4ac2daef5ffe4850be08bd7bbebb5ac2/MetadataWebService.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/sharepoint/taxonomy/soap/IDataAccessReadOnly/GetChanges'
    MessageId: 'urn:uuid:dcba94c3-2764-428c-b44f-60e703328ceb'
    Jeeva

    Hello,
    Is there any other content type on library or check if there is any duplicate column? Could you please also show us your library columns detail? (pic is also fine of lib settings page)
    If you have any ""Property Promotion" column then SP create those columns as site column and associate them with this template so check "Allow management of content types" for that form library as well.
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • One or more field types are not installed properly. Go to the list settings page to delete these fields. nativehr 0x81020014 /nativehr nativestack /nativestack

    Hi ,
    I am working in sharepoint 2013, This is a custom timer timer Execute method where i am moving a document item from one library to other once its expired,it was running fine and suddenly giving following error:-
    One or more field types are not installed properly. Go to the list settings page to delete these fields.<nativehr>0x81020014</nativehr><nativestack></nativestack>
    StackTrace = "   at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)\r\n   at Microsoft.SharePoint.Library.SPRequest.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName,
    String bstrViewName, String bstrView...
    I have filled all the meta data(site column) for the item but still same error, Please help me out as i have no clue why it is giving this error
    public override void Execute(Guid targetInstanceId)
    SPSecurity.RunWithElevatedPrivileges(delegate()
    using (SPSite site = new SPSite(sourceUrl))
    using (SPWeb web = site.OpenWeb())
    //gets the document lib
    SPList listFrom = web.Lists[sourceList];
    //gets the expired documents items
    SPQuery query = new SPQuery();
    query.ViewFields = "<FieldRef Name='Expiration_x0020_Date'/>";
    query.Query = @"<Where><Leq><FieldRef Name='Expiration_x0020_Date'/><Value Type='DateTime' ><Today /></Value></Leq></Where>";
    SPListItemCollection items = listFrom.GetItems(query);
    //if expired items found
    if (items.Count > 0)
    SPFile oFile = null;
    foreach (SPListItem item in items)
    string strfile = item.File.Name;
    oFile = web.GetFile(sourceList + "/" + strfile);
    //oFile.CopyTo("Archive/" + strfile);
    oFile.MoveTo(destinationList + "/" + strfile);

    Hi,
    I think the issue is related to the internal name of the Expiration Day.
    In the caml query code lines, we should use the right internal field name to retrieve and filter the list items.
    To avoid such mistake, we can use the CAML Designer tool to generate the caml query code.
    We can download the tool here: http://www.camldesigner.com/?p=594
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • This field cannot be updated as there are open sales order lines

    When trying to enable Item Attributes then I am getting a message "This field cannot be updated as there are open sales order lines". I cancelled the Sales Order ( which was having only 1 sales order line and that is also cancelled) but still I am getting the same message.
    How to overcome this problem.
    Khan

    Thanks Karthik & Sandeep........
    Issue got fixed. There was an open Sales order Line because of that line the issue was coming. After cancelling that SO Line, Users were able to update the Item field.
    Regards,
    Khan.
    http://moreapps4u.blogspot.com/

  • "One or more field types are not installed properly. Go to the list settings page to delete these fields" while accessing website pages

    We have a publishing website in SharePoint 2010. There are total 4 environments - Development, Test, Stage and Production. For some enhancements, we had to create some new lists and libraries. When we moved changes from Development to Test environment, everything
    worked fine. Relevant lists and libraries in lower environments were saved as templates (in .stp format) including content, imported to higher environment, lists/libraries were created in higher environment using imported templates. 
    Things worked fine from Development to Test. We did similar exercise from Test to Stage environment. Now in Stage, when we access some pages, we get error message - "One or more field types are not installed
    properly. Go to the list settings page to delete these fields.". ULS logs don't tell which exact list has got problems. 
    On searching for this error, I got many articles that explain how this could happen when we migrate from SharePoint 2007 (MOSS) to 2010. Though our case different (as all our environments are in 2010), we still tried following steps. 
    De-activate 'SharePoint Server Publishing Infrastructure' Site Collection feature
    Go to https://site-name/relationships%20list/allitems.aspx. This is a hidden list. Delete this list. 
    Re-activate 'SharePoint Server Publishing Infrastructure' Site Collection feature.
    Make sure that new hidden list with one item is created at https://site-name/relationships%20list/allitems.aspx
    However, this didn't help as we are still getting same error message. Appreciate if someone can suggest how this issue can be resolved. 
    Following are ULS logs:
    Unable to execute query: Error 0x81020014
    One or more field types are not installed properly. Go to the list settings page to delete these fields.
    System.Runtime.InteropServices.COMException: One or more field types are not installed properly. Go to the list settings page to delete these fields.   
     at Microsoft.SharePoint.Library.SPRequestInternalClass.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback,
    ISPDataCallback pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView)    
     at Microsoft.SharePoint.Library.SPRequest.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback, ISPDataCallback
    pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView)
    Thanks!

    Hi Shrishail ,
    Some time this issue occurs if you have any custom filed types in the list or library and that field type is not installed on server .
    Can you please check that if you are having any custom field types column on the list and library and if that is the case you need to install that field type on the server. sometimes it happens if field types are not properly deployed / Installed then
    you have to uninstall that field types (retract solution) and deploy it again.
    Thanks,
    Ujjwal

  • Is there a way to get rid of the space left when I delete a field?

    I have a document that I am editing and I have deleted some fields but that leaves big white spaces in the document.  Is there some way that I can get rid of those spaces without having to manually move up all the subsequent fields one by one?

    Not really. There are things you can do to make the process easier, but you can't just highlight the white space and hit 'delete' to bump everything up.
    You can select all of the items below what you removed on the heirarchy tree (that are on the same page) and move them all up at once.
    You could make the document flowed and enclose the whole area in a subform, but that presents its own set of challenges if the fields and such do not already take up entire lines (or close to it). It does make the process easier in the future if you have to add/remove more items again.

Maybe you are looking for

  • Where to find cartridge_management_tools.jar file ?

    Can anyone please help me locate the mentioned jar file ? Thanks in advance.

  • MySQL DataSource configuration with JBOSS

    Hi, I am using Eclipse with Lomboz and JBOSS as Application Server. I created a CMP Entity Bean and setup my MySQL Database Server including its JDBC Driver. I also configured several files like login-config.xml, standardjbosscmp-jdbc.xml, standardja

  • Asynchronous document generation in Collaboration Rooms

    Hi, I'm new in this KMC world, but not in Portal. I have a collaboration room, and I need to create a document, in a collaborative and asynchronous way. I mean the creation of a document kind of .doc, .pdf, or .ppt, but without using the .dot templat

  • DOM XML Parser in Stateless Session Bean- Not able to generate Container

    I am trying to do some XML Parsing using a DOM Parser in a Stateless Session Bean. I am importing org.apache.xerces.parsers.DOMParser and trying the following statement DOMParser parser = new DOMParser(); Even though I am able to compile and generate

  • SA520W Optional Wan Conncection Slow after Rollover

    I am having an issue with the SA520W. I have Auto Failover set and when I test it, after it rollsover to the optional wan port the isp conncection that is conncected to it is limited to 1.41mbs down and 400k up. If I conncect the isp modem directly t