Taxonomy problem in Office365

so I have a sandboxed solution with an event receiver which generates a document number. Part of this document number is using a TaxonomyFieldValueCollection to retrieve the field name for that taxonomy. This is the code here:
TaxonomyFieldValueCollection values = new TaxonomyFieldValueCollection(properties.AfterProperties["Workstream"].ToString());
This is the error I get when I deploy the solution to Office365:
System.Security.SecurityException: That assembly does not allow partially trusted callers ... The action that failed was: LinkDemand The Zone of the assembly that failed was: MyComputer
Is this due to the fact that we can't use taxonomy in sandboxed solutions? If so are there any alternatives?
THANK YOU!

Hi nk1123,
Yes. Taxonomy is not available in sandboxed solution.
Here is a detailed article for your reference:
http://msdn.microsoft.com/en-us/library/gg615456.aspx
If you want to set Taxonomy field in sandboxed solution, you can refer the link below:
http://bramdejager.wordpress.com/2011/08/31/setting-taxonomy-field-value-from-a-sandboxed-solution/
Best Regards
Zhengyu Guo
TechNet Community Support

Similar Messages

  • Office 365 - Add single external sender to internal distribution group

    You may be able to do this by adding the external email address as a contact in exchange, I'm not sure though just an idea, I have never tried this.

    Similar to this question:
    http://community.spiceworks.com/topic/452106-problems-with-office365-distribution-group but in my case I have a vip asking me to allow him to send email to any group from his personal email address, but still restrict all other external senders.Office 365 allows me to universally say let external users send, or restrict by sender and I can add everyone in my organization manually.What is the best way to do this? Can I add him as a 'sender' after making him a mail contact and then add our 'everyone' distribution list to the allowed senders to get everyone else in the organization approved?
    This topic first appeared in the Spiceworks Community

  • Calendar issues in my Passport.

    I have 2 issues with regard to Calendar in my Passport:
    1) Not all entries are shown in Passport.  Some entries are missing.
    I don’t have any issue for this in my vintage Nokia E7 or Curve 8520.
    2) If I add an entry in Passport, it shows for next day in my Microsoft Outlook.
    Again, I don’t have any issue for this in my vintage Nokia E7 or Curve 8520.
    I am using Office365 Subscription to Sync all my devices & have issues only in Passport.  Desktop, Laptop, Nokia E7 & Curve 8520 are working perfectly.
    Any insight on this or am I missing anything?

    Hi himeshshah,
    I'd like to tell you a solution but as it is right now, the calendar is hardly working at all. My Passport does not properly sync with the following services:
    Yahoo, AOL, freenet.de, the CalDAV my university provides, posteo.de.
    The only service I found it working with is Mailbox.org which is paid service. Here you have to use CalDAV even though Mailbox.org runs ActiveSync.
    The whole calendar situation is absolutely terrible. I hope it will be fixed with the upcoming firmware update (rumors say some time in February) but I have been waiting for a fix ever since BB10.2.0 on my Q10.
    Sorry I could not help you. I don't think you are missing anything. The error lies with BlackBerry, although you are the first person I ever encountered who has problems with office365. This service is running fine on other devices.
    -pac

  • Query Based Taxonomy - Dynamic Creation of a Query Problem

    Hi,
    I'm trying to create new category nodes in a taxonomy and to assing them queries. I know how to do this, but I encountered a strange behavior. Here is the situation:
    I have a string property DocumentType. When manualy creating a query, it looks like:
    DocumentType CONTAINS "Some string"
    But when I do the same using code I get:
    DocumentType IS "Some string"
    And as a result of this, the taxanomy is not working properly.
    Here is the code:
         indexService =
         (IIndexService) ResourceFactory
         .getInstance()
         .getServiceFactory()
         .getService(
         IServiceTypesConst.INDEX_SERVICE);
         //        This kind of classification index offers functionality working with query based taxonomies
         qbcIndex = (IQBClassificationIndex) indexService.getIndex(indexId);
         //        Get a query folder - a query folder is a representation of a query based taxonomies category
         queryFolder = qbcIndex.getQueryFolder(RID.getRID(folder));
         //        List of IQueryEntry objects for the query folder
         queryEntryList = queryFolder.getQuery(context);
         //        Cast the IQBClassificationIndex into a ISearchIndex object
         searchIndex = (ISearchIndex) qbcIndex;
         queryEntry = searchIndex.getNewQueryEntry();
         queryEntry.setRowType(IQueryEntry.ROW_TYPE_ATTRIBUTE);
         queryEntry.setPropertyName(propertyName);
         queryEntry.setPropertyOperator(IQueryEntry.PROPERTY_OPERATOR_EQUAL);
         queryEntry.setValue(propertyValue);
         queryEntry.setTermAction(IQueryEntry.TERM_ACTION_EXACT);
         queryEntryList.add(queryEntry);
         //        Set the query for the query folder
         queryFolder.setQuery(queryEntryList, context);
         qbcIndex.updateCategoryContents("Document_Types", false, context);
    Can somebody tell me what am I doing wrong please. Isn't it because of IQueryEntry.PROPERTY_OPERATOR_EQUAL? Is there any substring operator?
    Thanks a lot.

    Hi, Robert
      In this moment, I have a problem with Query Based Taxonomy, maybe could you help me. I insert the query in to the taxonomy from code, but when i use the method
      qbcIndex.updateCategoryContents("/taxonomies/borrame5/Prueba2", false, context);
      I got the next exception:
    #1.5#0014C210F3D1002A000001200000565B000431CC93AD5979#1180654627543#System.err#sap.com/irj#System.err#dummy01#10241#####SAPEngine_Application_Thread[impl:3]_17##0#0#Error##Plain###     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)#
    #1.5#0014C210F3D100310000012B0000565B000431CCC47166AB#1180655445698#System.err#sap.com/irj#System.err#dummy01#10241#####SAPEngine_Application_Thread[impl:3]_18##0#0#Error##Plain###com.sapportals.wcm.service.indexmanagement.IndexNotReadyException: Some documents are not included in this update because indexing has not been finished yet.#
    #1.5#0014C210F3D100310000012C0000565B000431CCC4717417#1180655445701#System.err#sap.com/irj#System.err#dummy01#10241#####SAPEngine_Application_Thread[impl:3]_18##0#0#Error##Plain###     at com.sapportals.wcm.service.indexmanagement.retrieval.trex.AbstractTrexIndex.updateCategoryContents(AbstractTrexIndex.java:2493)#
      I have doubt what parameters i need to pass to the method updateCategoryContents,
      Let me give some information:
    taxonomy:
       /taxonomies/borrame5/Prueba2
    repository:
       /documents/Portal_KOF/KM/Pruebas1/Pruebas Versionamiento
    classification and search index:
       borrame5
       I can't classify automatically, when i insert the query from code. When I manually insert the query from the portal, automatic classification run perfectly.
    Thanks
    Greetings
    JARO.

  • Office365 Calendar Request Problems Since iOS 7.1.2 Upgrade

    Ever since I upgraded to iOS 7.1.2 (on my iPhone 5, iPhone 5S, and iPad Mini) when I create a meeting in the native calendar app using my Exchange Office 365 account and invite participants, the meeting request does not show up in the invited person's calendar (both on iOS and Android devices) and the email that is sent is received with an attachment that says unsupported ics format. This happens from the native calendar on all of my devices and only since the upgrade. Prior to the upgrade everything was working fine. If I create the meeting on my laptop there is no problem so it is not my Office365 account or a server issue. Has anyone else experienced this problem and what is the solution?

    How to Pair Your Plantronics M20 Bluetooth Headset, M20 Pairing Guide - Plantronics Headsets from Headsets Direct
    You have to reset the plantronics device before you can pair successfully. With my new iPhone the plantronics web site said to reset the headset and then pair.
    Your car dealership is best equipped to connect to your phone with your Honda. Physically go to the dealership.
    Good Luck

  • Problems with Taxonomy and Classification

    We are currently on EP6 SP2 and are going live in a couple of weeks. Currently, we are stuck on our solution to one of the requirements and cannot seem to find a way out of it. I would really appreciate anyone's help in this regard.
    We have a web repository that has HTML files with meta-tags in them. The meta-tags have been defined using the "keywords" tag e.g.
    <b><META NAME="keywords" CONTENT="oranges, lemons, limes"></b>
    We also have an index that is linked to a query-based taxonomy. The queries have been defined to read the embedded-keywords field and match it to the content in the HTML tag e.g. oranges, lemons etc. in the above example.
    When we run the index, we know that it has picked up all the right HTML because the results are returned in the Search. However, they never get classified. All documents just keep sitting in the "Documents to be Classified" folder.
    There are two kinds of errors we have come across. For some reason, TREX is not finding the field and is returning this error:
    [00208] 2005-06-10 18:19:24.324 e attributes   AttributeStore.cpp(00220) : openAttribute() failed: 6915 UNKNOWN_ATTRIBUTE (AttributeEngine); indexId = "aa_ys_sitedirectoryindex760001en"; attribute = "embedded-keywords"
    This is even though we see embedded-keywords as a property and as something that can be assigned a query in the Taxonomy Query Builder.
    Additionally, if you go and look at the details of a document that we are trying to classify, it has the following error on it:
    An error occurred during classificationError while classifying resource /mytaglb/sitmeta_2/mil.dla.loc.HQ.user/Adoption.html for taxonomy News_and_Information.com.sapportals.wcm.WcmException: taxonomy not found (Errorcode 2422)
    Even though the Taxonomy is there.
    We have no idea why this is happening and have spent the last week or so exclusively looking at this problem. If anyone has any insight, please let us know as this is at a critical level for us.
    Thanks a lot in advance.

    hi Yasser,
    Even I posted a message which is a bit related to your problem.
    Your problem is that you assumed the functionality of "embedded-keywords" and used it in your query and it is not working as you expected and is throwing an error saying UNKNOWN-ATTRIBUTE.
    I donno the difference b/n "name" and "name(as string)" attributes. The problem is we are not able to find specific help topic relating to the attribute options we have here. Can anybody tell us the location of proper documentation relating to these attributes found in the Query Builder?
    For the message raised by me I got valuable reply from "<b>Matthias Roebig-Landau</b>". Hope he might help you too, if he has experience with the attribute "embedded-keywords".
    Else, since your requirement is very urgent, better you can raise an OSS message to SAP.
    Best regds,
    Alagammai.

  • Query Based Taxonomy and Searching Problem!

    Hi all,
    Ive an urgent problem to solve ....
    I create some customs properties with dependent values, for example, if I put Country: Germany, I ve three options, (Waldorf,Munchen,Berlin) and so on ...
    Then, I create a Query Based Taxonomy, where in some categories Ive a query, with the dependent value (Ex: Waldorf) ... I mean, If City = Waldorf, the document belongs to this category.
    So, when I do this, the taxonomy fails ... Only with the dependent value, I mean, if the category is with the base property (Ex, Country) it works.
    Plese, help!
    Cheers,
    Andres.

    Hi,
    To include a dependant property in a query, you have to enter both parent (Country = Germany) and the dependant (City = Munich) properties in the category.
    Hope this help
    Kind regards
    Vincent

  • Problems reseting checked documents in Taxonomy Inbox

    Hi Team,
    When classifying documents in the “Taxonomy Inbox” the boxes that are checked must be reset after classifing every document. (i.e. What is happening now is that, after selecting the documents to be classified and moved, even after clicking the "Classify and Remove" button the documents which were classified remains CHECKED and this situation increases the risk of classification errors when users are attempting to classify many documents if boxes are not manually unchecked, such documents will be classified incorrectly.)
    Can any one tell me how to go about it?
    Thanks!

    Open the General section of Safari's preferences and check the download location; if this isn't the desktop, change it to the desktop and try again. If it still doesn't work, control-click on the desktop and choose Get Info from the File menu. Check that the Locked checkbox isn't checked and that you have full access to that folder; if you check permissions from the Disk Utility, it won't look at or fix the permissions on the desktop folder. If it still doesn't work, reopen Safari's preferences and move the download location to the Documents folder in your home folder. Also check that there is enough free space on the drive to accomodate the downloaded file.
    (10285)

  • Office365 problem

    Why will my windows 8 machine not open the office365 programs even although they appear in the start bar after installation.
    Also, old documents cannot open.   Also, office365 does not appear in 'programs' although the parts such as excel appear on the start menu?

    Hi,
    Did the 'programs' mean the Control Panel\Programs? Had you installed the Office 365 before? We need to confirm Office 365 was completely installed in the computer first.
    Please go to Control Panel\Programs and check Office 365 if it was there.
    If it was displayed in the Control Panel\Programs, please go to installation path and open the Winword.exe or the other programs to test. They are usually installed in C:\Program Files (x86)\Microsoft Office\Office15.
    If we could open the Office suit, please try to drop the old documents to test. If we could open them in Office 365, follow the link to change the file associations:
    http://winsupersite.com/article/windows8/windows-8-tip-change-file-associations-144102
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    On the other hand, if the Office 365 was not displayed in the Control Panel\Programs, please refer to the link to do
    general troubleshooting for installing Office 365
    Then, I recommend you uninstall Office 365 and re-install again.
    http://support.microsoft.com/kb/2739501/en-us
    Regards,
    George Zhao
    TechNet Community Support

  • Export to pdf in Office365: quality problem

    Hello people. I switched from Office 2007 to Office 2013 (with the Office 365 offer).
    I've got an issue I didn't have before. When converting documents in pdf with the built-in module the shadows are just a bunch of pixels.
    Original document:
    Low quality pdf:
    Standard quality pdf:
    PDF export settings (sorry, just in French):
    I asked to Microsoft, they told me Adobe supplied this module, and Adobe only supports it through this forum. I didn't find a solution.
    Thank you in advance.

    Is this what your looking for Peter?

  • Excel issues with importing CSV or HTML table data from URL - Sharepoint? Office365?

    Greetings,
    We have a client who is having issues importing CSV or HTML table data as one would do using Excel's Web Query import from a reporting application.  As the error message provided by Excel is unhelpful I'm reaching out to anyone who can help us begin to
    troubleshoot problems affecting what is normal standard Excel functionality.  I'd attach the error screenshot, but I can't because my account is not verified....needless to say it says "Microsoft Excel cannot access  the file https://www.avantalytics.com/reporting_handler?func=wquery&format=csv&logid=XXXX&key=MD5
    Where XXXX is a number and MD5 is an md5 code.  The symptoms stated in the error message are:
    - the file name or path does not exist
    -The file is being used by another program
    -The workbook you are trying to save has the same name as a currently open workbook.
    None of these symptoms are the case, naturally. The user encountered this with Excel2010, she was then upgraded to Excel2013 and is still experiencing the same issue. The output of this URL in a browser (IE, Chrome, Firefox) is CSV data for the affected
    user, so it is not a network connectivity issue.  In our testing environment using both Excel2010 or 2013 this file is imported successfully, so we cannot replicate.  The main difference I can determine between our test environment and the end-user
    is they have a Sharepoint installation and appear to have Office365 as well.
    So,  my question might more appropriately be for Sharepoint or Office365 folks, but I can't be sure they're  a culprit.  Given this - does anyone have any knowledge of issues which might cause this with Sharepoint or Office365 integrated with
    Excel and/or have suggestions for getting more information from Excel or Windows other than this error message?  I've added the domain name as a trusted publisher in IE as I thought that might be the issue, but that hasn't solved anything.  As you
    can see its already https and there is no authentication or login - the md5 key is the authentication.  The certificate for the application endpoint is valid and registered via GoDaddy CA.
    I'm at a loss and would love some suggestions on things to check/try.
    Thanks  -Ross

    Hi Ross,
    >> In our testing environment using both Excel 2010 and 2013 this file is imported successfully, so we cannot replicate.
    I suspect it is caused by the difference of web server security settings.
    KB: Error message when you use Web query to a secure Web page (HTTPS://) in Excel: "Unable to open"
    Hope it will help.
    By the way, this forum is mainly for discussing questions about Office Development (VSTO, VBA and Apps for Office .etc.). For Office products feature specific questions, you could consider posting them on
    Office IT Pro forum or Microsoft Office Community.
    Regards,
    Jeffrey
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Problem with 'sort and filter' feature of embed codes in Excel Online Web App

    So my question has to do with the Excel Online feature where you can share a spreadsheet and embed it in a website with the option of allowing users to sort and filter the data. (The option is under the "Interaction" heading.)
    One of the options if you look closely is "Let people sort and filter" which is not checked off. In the embed code you can see "AllowInteractivity=False". The problem is that when I check "Let people sort and filter"
    the embed code changes completely - going from:
    <iframe width="700" height="900" frameborder="0" scrolling="no" src="https://onedrive.live.com/embed?cid=dontworryaboutitEDFD383&resid=6BAA9620AEDFD383%21107&authkey=AFj3X8xq2U3IfDE&em=2&wdAllowInteractivity=False&Item='Sheet1'!A1%3AI32"></iframe>
    to:
    <iframe width="700" height="900" frameborder="0" scrolling="no" src="https://onedrive.live.com/embed?cid=dontworryaboutitEDFD383&resid=6BAA9620AEDFD383%21107&authkey=AFj3X8xq2U3IfDE&em=2&Item='Sheet1'!A1%3AI32"></iframe>
    If I manually change 'false' to 'true' that doesn't do the trick so I'm not sure what to try next.
    Any thoughts?

    Hi,
    We support Office for Windows in the current forum, since this question is about Office Online, I suggest you post the question in Office Online forum:
    http://community.office365.com/en-us/f/default.aspx
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Access denied error on connecting to office365

    I'm trying to connect to Office365 with Powershell.
    $username = "[email protected]"
    $password = "password"
    $secure_password = $password | ConvertTo-SecureString -AsPlainText -Force
    $credencial = New-Object System.Management.Automation.PSCredential ($username, $secure_password)
    $session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri "https://ps.outlook.com/powershell/" -Credential $credencial -Authentication Basic -AllowRedirection -ErrorAction Stop -WarningAction SilentlyContinue
    Import-PSSession $session -AllowClobber | Out-Null
    Problem is that on Powershell console on local PC and on server it works fine without any errors, but when I'm trying to run this with PHP:
    <?php
    $command = 'powershell -File "'.dirname(__DIR__).'\\ps\\test.ps1"';
    exec($command, $output);
    print_r($output);
    ?>
    I'm getting error, that "Access is denied":
    Array
    [0] => New-PSSession : [pod51047psh.outlook.com] Connecting to remote server pod51047p
    [1] => sh.outlook.com failed with the following error message : Access is denied. For
    [2] => more information, see the about_Remote_Troubleshooting Help topic.
    [3] => At C:\inetpub\Distribution list\ps\test.ps1:6 char:12
    [4] => + $session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri
    [5] => "h ...
    [6] => + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    [7] => ~~~
    [8] => + CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:Re
    [9] => moteRunspace) [New-PSSession], PSRemotingTransportException
    [10] => + FullyQualifiedErrorId : AccessDenied,PSSessionOpenFailed
    Any suggestions what I'm doing wrong? Are there other ways to run this Powershell script with PHP?

    Hello Ludek,
    I had to take ownership and then change persmissions to full. The problem did not go away however. As I noticed that the register key mentioned did not contain any subkeys I tried to remove it. This again failed because of persmission denied error. Funnily some subkeys suddenly showed up. I took ownership, changed permissions and tried again. Lo and behold the subkeys I tried to delete (and in which no subkeys were visible) suddenly showed more subkeys. At this point I stopped fearing that I was damaging the client's computer. The subkeys were related to the RAS server. Does that say anyting to you?
    André

  • Office365(Click to Run) Deployment with MDT Offline Media

    Hi,
    I have a scenario where i have to deploy Office365 using click to run with MDT offline media. Now the problem is with configuration.xml file in which we specify the source path of office files. 
    Here in this scenario as i have to deploy client machines with offline media, so in this case what will be the path in the config.xml file? 
    For testing purpose, after downloading the office source files, placed the setup.exe,config.xml file and office source folder in a same folder. Here is the config.xml file that i am using
    <Configuration>
    <Add SourcePath=" " OfficeClientEdition="32" >
        <Product ID="O365ProPlusRetail">
          <Language ID="en-us" />
        </Product>
      </Add> 
    </Configuration>
    In source path, i leave it blank,so that it will use the office source files which was saved in the same folder. 
    Then in MDT server, created a new application for Office365.In command line used the command :- setup.exe /config configuration.xml
    Created a new task sequence for OS deployment and added the step install application for installation of Office365.
    After creating a selection profile for the deployment, created a offline media for deployment of client machine.
    Now while i am running the offline media on the bare-metal machine, after OS installation the deployment got stuck at step install Office 365. Got error message pop up, according to which internet connection needed during installation process so that the
    click to run set-up will download the office source files, It means this will not use the previously downloaded file which was saved in the same folder. 
    So this is what my problem is.. How can i customize the configuration.xml file so that i can install office 365 with offline media. 
    Regards
    Pallavi

    <Add SourcePath=" "
    ....In source path, i leave it blank,so that it will use the office source files which was saved in the same folder. 
    As per
    https://technet.microsoft.com/en-us/library/jj219426.aspx#BKMK_AddElement
    SourcePath indicates the installation source path from which to install Office when you run the Office Deployment Tool in
    configure mode. If you don’t specify SourcePath in
    configure mode, Setup will look in the current folder for the Office source files. If the Office source files aren’t found in the current folder, Setup will look on Office 365 for them
    So, for the /configure mode, you should remove the Sourcepath element completely - do not specify as <space>
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Is it possible to modify the media player in Office365?

    We have a modified document library where teaching staff upload assessment evidence and add Assessment Levels and Notes about the evidence. A lot of these files are movie files.When
    the user clicks on the Name field to play the movie file, I would like the Notes field to be displayed as well so that this information is available whilst the evidence is watched.
    Is this possible and if so how would I go about it?
    We are using the online Office365 for schools

    did you try assets library?
    http://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/set-up-an-asset-library-to-store-image-audio-or-video-files-HA102785730.aspx
    also check this:
    http://blogs.office.com/2013/03/08/enhanced-video-experience-in-sharepoint-2013/
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

Maybe you are looking for

  • Adobe Creative Cloud Packager : trial

    Hello, I'm doing some checks with Adobe Creative Cloud before buying licenses for my company. I need to try Adobe Creative Cloud Packager for doing some packages, but I can't get a trial access for Adobe Creative Cloud for Teams, Could you give me a

  • Performance issue with extreme data distribution using histogram

    Hi We have a performance stability issue which we later found out is cause by the bind variable and histogram for a particular column when it was use as part of equality predicate. Assume the column name is parent_id0. There is also an index on paren

  • How to specify multiple message bundles in faces-config.xml

    Hi I have different properties file which I want to use as message bundle. Message.properties Help.properties When I specify this in faces-config.xml <application> <message-bundle>/Message</message-bundle> <message-bundle>/Help</message-bundle> </app

  • Looking For A "Beat Making" Program

    I'm looking for a program that makes beats and runs on the Mac os x. I've seen some but none of them have been pretty good. Like iDrum erc. I need professional stuff.

  • ALE data transfer from E-recruitment to HCM

    hi All, We are Implementing E-recruitment in HCM.             I have following 2 requirements Case 1). Distribute data of infotypes 0000,0001,0002,0006,0022,0023,,0024,1000 and 1001 into ER(E-recruiting) from my HCM (ECC) system. This i have achieved