Custom properties added by EWS not visible in Outlook

Hi all
I'm a first-time Exchange and Outlook addin developer and I'm stuck on a problem.
I'm working on a project where we use an Outlook 2003 addin that tags items; mail, appointments and tasks
with custom properties.
In Outlook we do this by adding the data as UserProperties.
After the items have been saved an onsave eventSink triggers on the Exchange 2007 mailbox server and using CDOEX, checks for the tags, collects some data and sends them to an web service wich stores the data on an AX server.
This works fine.
Then we want the AX server to be able to update and create new items back against exchange, and for this we use Exchange Web Services.
I've made an application that performs the operations agains EWS, and everything works smoothly except when we add the custom properties.
We add them as extendedproperties with the following code:
ExtendedPropertyType extendedProperty = new ExtendedPropertyType();
extendedProperty.ExtendedFieldURI = new PathToExtendedFieldType();
extendedProperty.ExtendedFieldURI.DistinguishedPropertySetId = DistinguishedPropertySetType.PublicStrings;
extendedProperty.ExtendedFieldURI.DistinguishedPropertySetIdSpecified = true;
extendedProperty.ExtendedFieldURI.PropertyName = propertyName;
extendedProperty.ExtendedFieldURI.PropertyType = MapiPropertyTypeType.String;
extendedProperty.Item = propertyValue;
This worked well for the eventSink, we found the fields and got the values just like we did for items tagged by the Outlook addin.
However, the Outlook Addin could not find them in the UserProperties object for the item, and Using Outlookspy I could plainly see that they were not present.
After a bunch of searching I found a thread on this forum that discussed adding custom properties as ExtendedPropertyTypes via EWS using a guid as a PropertySetType.
Here it is: http://forums.microsoft.com/technet/showpost.aspx?postid=1764780&siteid=17
I followed the instructions here, and now both the eventSink and Outlook are unable to find the properties.
My question is:
How can I apply my tags so both my Outlook addin and EWS can create, update and read them, as well as allowing the eventSink to easily read them?
The simplest way, I imagine, is if I could make Exchange Web Services place the properties in the "UserProperties" object.
I would greatly appreciate any help.
thanks
Ragnar Fatland

I first created an extended property:
ExtendedPropertyDefinitionepdGuid =
newExtendedPropertyDefinition(
DefaultExtendedPropertySet.PublicStrings,
"Guid",
MapiPropertyType.String);
Then I setup the service:
ExchangeServiceservice =
newExchangeService(ExchangeVersion.Exchange2010_SP2);
Find all the items:
FindItemsResults<Item>
userItems = service.FindItems(newFolderId(WellKnownFolderName.Inbox,
userMailbox),
newItemView(int.MaxValue,
0)
        PropertySet =
newPropertySet(BasePropertySet.FirstClassProperties,
epdGuid)
Loop through the userItems:
foreach(varitem
inuserItems)
if(item
isEmailMessage)
EmailMessagemessage = item
asEmailMessage;
Do a message load with the PropertySet (if you don't do the PropertySet you won't see any extended properties):
message.Load(
newPropertySet(epdGuid));
Then you can loop through the extended properties:
foreach(varextendedProperty
inmessage.ExtendedProperties)
if(extendedProperty.PropertyDefinition.Name
== "Guid")

Similar Messages

  • AD RMS 2012 Templates/Permissions [Option] is not visible at Outlook 2013 in Nokia Windows 8 Mobile Device

    I have AD RMS 2012 Server, its working fine by applying restricted Templates/Permissions on OWA, Outlook & other MS Office Tools (Word Excel, PowerPoint). But the AD RMS Templates/Permissions [Option] is not visible at Outlook 2013 in Nokia Windows
    8 Mobile Device.
    Actually I would like to protect email with RMS templates (defined by me on AD RMS 2012 Server) but the [Permission] tab is not visible at Outlook 2013 in Nokia Windows 8 Mobile Device.
    But I can do same with Android OS in Samsung Galaxy Mobile Device & I can see [Permission] tab as well to protect an email messages.
    Any idea??
    Regards,
    M.Daud Soomro

    Currently, you can't use WP 8 to protect docs/emails with ADRMS templates. YOu can however use transport rules on Exchange server side to configure automatic ADRMS protection.
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you. Thank you! Damir

  • Contacts Added in iPhone Not Appearing in Outlook 2007

    When I add new contacts on the iPhone and then sync with Outlook 2007 the newly added contacts are not appearing in Outlook. What is to be done? Please help.

    Make sure when you go to add the contact that your contact list group filter is set to "All "Exchange account name"" or Contacts under your Exchange account info. If it is selected to "All Contacts" and you add a contact it is added only to the phone and not to the Exchange Group.
    When you are viewing your contact list what does it say at the top of the screen? If it says "All Contacts" it will only add the contact to the phone and not to Exchange. Kind of dumb if you ask me.

  • Properties in TDMS file not visible in Diadem

    Hi,
    I'am using Diadem 2011 to read a tdms file created in LabVIEW 2011.
    In diadem i cannot see the properties (file, group or channel) i added myself to the tdms file, in LabVIEW withe the TDMS file reader they are visible.
    Attached (in the zip), the TDMS file and an word doc with some screenshots.
    Somebody knows what i'm doing wrong?
    thx
    Ben Engelen
    Solved!
    Go to Solution.
    Attachments:
    No Properties in Diadem 2011.docx ‏186 KB
    BenenWalter.zip ‏190 KB

    Hello Ben,
    the properties are loaded but not all properties are displayed in the Properties node in the tree control automatically. The context menu offers the ability to display properties in the tree.
    But if you klick on the main root/group/channel node in the tree the properties are displayed in the window right bottom. There you will see your properties.
    But in the DIAdem/DataFinder naming conventions following happens.
    If you use one of the following characters in a custom property name, DIAdem replaces this character with an underscore: ., :, ,, ;, ', \, @, <, >, #, [, ], %, (, ), {, }, |, *, ?, =, !, ", ^, $, &, +, -, /, and a space.
    So if you do not want to run into this you should rename the properties
    Greetings
    Andreas

  • [E2013][EWS-XML][EWSTOOL] Calendar item body not visible in outlook

    Hi, after upgrading to Exchange 2013 SP1 we experience the issue that appointments created using EWS by our ERP application don't show the body in Outlook 2010/2013. The appointment body is only visible in OWA or on Active Sync devices. Outlook just shows
    an empty body text. When openening the appointment in OWA and editting the body text, by placing a '.' at the end for example, then the body text is visible in outlook again. This worked fine in CU3 and earlier.
    I created a repro scenario using the EWSEditor tool:
    https://ewseditor.codeplex.com/
    Create an appointment using EWS. Below the request I've sent to Exchange EWS. It creates an appointment on Saturday, March 8th from 22:00 to 23:00 with the following text in the body: ‘Plan the agenda for next week's meeting.’. The request is successful and
    the appointment is being created. However, the body text is only visible in Outlook Web App, not in Outlook. 
    I reproduced this issue in our lab also, so it’s not specific to our production Exchange server, but seems to be a general SP1 issue.
    <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                   xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
                   xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types">
      <soap:Body>
        <CreateItem xmlns="http://schemas.microsoft.com/exchange/services/2006/messages"
                    xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types"
                    SendMeetingInvitations="SendToAllAndSaveCopy" >
          <SavedItemFolderId>
            <t:DistinguishedFolderId Id="calendar"/>
          </SavedItemFolderId>
          <Items>
            <t:CalendarItem xmlns="http://schemas.microsoft.com/exchange/services/2006/types">
              <Subject>Planning Meeting</Subject>
              <Body BodyType="Text">Plan the agenda for next week's meeting.</Body>
              <ReminderIsSet>true</ReminderIsSet>
              <ReminderMinutesBeforeStart>15</ReminderMinutesBeforeStart>
              <Start>2014-03-08T22:00:00</Start>
              <End>2014-03-08T23:00:00</End>
              <IsAllDayEvent>false</IsAllDayEvent>
              <LegacyFreeBusyStatus>Busy</LegacyFreeBusyStatus>
              <Location>Conference Room 721</Location>
            </t:CalendarItem>
          </Items>
        </CreateItem>
      </soap:Body>
    </soap:Envelope>
    Frank.

    I got our developers change the body type to HTML. Still it doesn't work.
    Our code is java
    -238,21
    +238,21 @@ public class WebServiceExchInteractor extends ExchangeInteractor
                    logger.debug("Sending new meeting request using exchange web services. Meeting Item = " + item.toString());
                    boolean errorOccurred = false;
                    try
                    CalendarItemType calendarItemObj = CalendarItemType.Factory.newInstance();
                        //Setting subject and body of the meeting
                    calendarItemObj.setSubject(item.getSubject());
                        BodyType bodyObj = BodyType.Factory.newInstance();
    +                   bodyObj.setBodyType(BodyTypeType.HTML);
                        bodyObj.setStringValue(item.getBody());
                        calendarItemObj.setBody(bodyObj);
                        //setting the attendees
                        calendarItemObj.setRequiredAttendees(constructArrayOfAttendeesType(item.getAttendees()));
                        //Setting the Meeting time and reminder properties
                        calendarItemObj.setReminderIsSet(item.isReminder());
                        calendarItemObj.setReminderMinutesBeforeStart(ExchangeConstants.DEFAULT_FREE_BUSY_INTERVAL);
    -439,21
    +439,21 @@ public class WebServiceExchInteractor extends ExchangeInteractor
                            itemFieldChangesArray[3] = SetItemFieldType.Factory.newInstance();
                            itemFieldChangesArray[3].setItem(calendarItemObj);
                            PathToUnindexedFieldType pathToSubjectObj = PathToUnindexedFieldType.Factory.newInstance();
                            pathToSubjectObj.setFieldURI(UnindexedFieldURIType.ITEM_SUBJECT);
                            itemFieldChangesArray[3].setPath(pathToSubjectObj);                     
                            //Setting the path to body
                            calendarItemObj = CalendarItemType.Factory.newInstance();
                            BodyType bodyObj = BodyType.Factory.newInstance();
    +                       bodyObj.setBodyType(BodyTypeType.HTML);
                            bodyObj.setStringValue(item.getBody());
                            calendarItemObj.setBody(bodyObj);
                            itemFieldChangesArray[4] = SetItemFieldType.Factory.newInstance();
                            itemFieldChangesArray[4].setCalendarItem(calendarItemObj);
                            PathToUnindexedFieldType pathToBodyObj = PathToUnindexedFieldType.Factory.newInstance();
                            pathToBodyObj.setFieldURI(UnindexedFieldURIType.ITEM_BODY);
                            itemFieldChangesArray[4].setPath(pathToBodyObj);
                            //Setting the path to attendees
    -642,21
    +642,21 @@ public class WebServiceExchInteractor extends ExchangeInteractor
             ItemIdType[] itemIdDetails = new ItemIdType[1];
             itemIdDetails[0] = ItemIdType.Factory.newInstance(); 
             itemIdDetails[0].setId(itemId);
             NonEmptyArrayOfBaseItemIdsType itemIdObj = NonEmptyArrayOfBaseItemIdsType.Factory.newInstance();
             itemIdObj.setItemIdArray(itemIdDetails);
             getCalendaritem.setItemIds(itemIdObj);
             //Setting the response properties required from server
             ItemResponseShapeType responseDetails = ItemResponseShapeType.Factory.newInstance();
    +        responseDetails.setBodyType(BodyTypeResponseType.HTML);
             responseDetails.setBaseShape(DefaultShapeNamesType.ALL_PROPERTIES);
             PathToUnindexedFieldType uidView = PathToUnindexedFieldType.Factory.newInstance();
             uidView.setFieldURI(UnindexedFieldURIType.CALENDAR_UID);
             BasePathToElementType[] pathArray = new BasePathToElementType[1];
             pathArray[0] = uidView;
             NonEmptyArrayOfPathsToElementType additionalProperties = NonEmptyArrayOfPathsToElementType.Factory.newInstance();
             additionalProperties.setPathArray(pathArray);
             responseDetails.setAdditionalProperties(additionalProperties);
             getCalendaritem.setItemShape(responseDetails);
    -710,21
    +710,21 @@ public class WebServiceExchInteractor extends ExchangeInteractor
                itemIdDetails[0] = ItemIdType.Factory.newInstance(); 
                itemIdDetails[0].setId(itemId);
                itemIdDetails[0].setChangeKey(changeKey);
                NonEmptyArrayOfBaseItemIdsType itemIdObj = NonEmptyArrayOfBaseItemIdsType.Factory.newInstance();
                itemIdObj.setItemIdArray(itemIdDetails);
                getCalendaritem.setItemIds(itemIdObj);
                //Setting the response properties required from server
                ItemResponseShapeType responseDetails = ItemResponseShapeType.Factory.newInstance();
    +           responseDetails.setBodyType(BodyTypeResponseType.HTML);
                responseDetails.setBaseShape(DefaultShapeNamesType.ALL_PROPERTIES);
             PathToUnindexedFieldType uidView = PathToUnindexedFieldType.Factory.newInstance();
             uidView.setFieldURI(UnindexedFieldURIType.CALENDAR_UID);
             BasePathToElementType[] pathArray = new BasePathToElementType[1];
             pathArray[0] = uidView;
             NonEmptyArrayOfPathsToElementType additionalProperties = NonEmptyArrayOfPathsToElementType.Factory.newInstance();
             additionalProperties.setPathArray(pathArray);
             responseDetails.setAdditionalProperties(additionalProperties);
                getCalendaritem.setItemShape(responseDetails);
    SONY ABRAHAM

  • Added target property not visible in EM12c

    Hi,
    I have added some new target properties using emcli "add_target_property" command. I see them on targets and set values but they are not visible for selection on any EM12c screens i.e. pull down manues or setting up filters for group creation etc. Does any one know how to make them available on EM12c screen menues?
    Thank you.

     
    Hi,
    From the error message you have mentioned, it seems that the web front end servers are out of synchronization. You can use the following steps to fix it:
    Restart the SharePoint 2010 Administration on all of the Web Front End servers (or at least just make sure to restart the one on the WFE where the deployment failed).
    Restart the SharePoint 2010 Timer service on all Web Front End servers.
    The SharePoint 2010 Administration service carries out the actual removing and adding of files the GAC (Global Assembly Cache). This works most of the time and the service will release the handle on a file.
    However, if the Administration service does not release the handle on the file, then you will also need to restart the Timer service. Restarting the timer service on SharePoint 2010 will restart all SharePoint 2010 timer jobs and you will need to delay installation
    for a while, until all of those jobs have had a chance to complete.
    In addition, I suggest that you clear the configuration cache on the server, then test again.
    http://blogs.msdn.com/b/jamesway/archive/2011/05/23/sharepoint-2010-clearing-the-configuration-cache.aspx
    Thanks,
    Rock Wang
    Rock Wang TechNet Community Support

  • Custom propertie's values are not updated for workflow metadata

    Hi,
    I've a requirement where I need to add and update some properties. to /etc/workflow/instance/<Instancename>/data/metadata node.
    I've two workflow Process steps,
    Process step 1:
        Adds some properties to metadata.
    Process step 2:
        Updates the propertie's values which are added in Process step 1.
    But the issue is update is not working when the node is /etc/workflow/instance/<Instancename>/data/metadata.
    i.e. In the step 1, Properties are added to metadata node but In the step 2 propertie's values are not updated to the same node.
    Here is my process code:
    =================================================
    import java.util.Locale;
    import java.util.StringTokenizer;
    import javax.jcr.Node;
    import javax.jcr.Session;
    import org.apache.felix.scr.annotations.Component;
    import org.apache.felix.scr.annotations.Properties;
    import org.apache.felix.scr.annotations.Property;
    import org.apache.felix.scr.annotations.Reference;
    import org.apache.felix.scr.annotations.Service;
    import org.osgi.framework.Constants;
    import javax.jcr.Value;
    import com.adobe.granite.workflow.WorkflowException;
    import com.adobe.granite.workflow.WorkflowSession;
    import com.adobe.granite.workflow.exec.WorkItem;
    import com.adobe.granite.workflow.metadata.MetaDataMap;
    import com.adobe.granite.workflow.exec.WorkflowProcess;
    import com.adobe.granite.workflow.model.WorkflowModel;
    import org.apache.sling.api.resource.ResourceResolver;
    import org.apache.sling.api.resource.ResourceResolverFactory;
    import org.apache.sling.jcr.resource.JcrResourceUtil;
    import org.apache.sling.api.resource.PersistableValueMap;
    import org.apache.sling.api.resource.PersistenceException;
    import org.apache.sling.api.resource.Resource;
    @Component
    @Service
    @Properties({
           @Property(name = Constants.SERVICE_DESCRIPTION, value = "Test"),
           @Property(name = Constants.SERVICE_VENDOR, value = "Adobe"),
           @Property(name = "process.label", value = "Test 1")})
    public class Test1 implements WorkflowProcess
        @Reference
        private ResourceResolverFactory resourceResolverFactory;
              public void execute(WorkItem workItem, WorkflowSession wfsession, MetaDataMap metadata)
                                  throws WorkflowException {
                        System.out.println("Testing");
            try{
                ResourceResolver resolver;
                resolver = resourceResolverFactory.getAdministrativeResourceResolver(null);
                String instancePath = workItem.getWorkflow().getId();
                Node instanceNode=null;
                Session jcrSession = wfsession.adaptTo(Session.class);
               String payload = (String) workItem.getWorkflowData().getPayload();
               //instanceNode=JcrResourceUtil.createPath(payload+"/jcr:content", "nt:resource","nt:resource", jcrSession, true);
                                  instanceNode=JcrResourceUtil.createPath(instancePath+"/data/metaData", "nt:resource","nt:resource", jcrSession, true);
                                  System.out.println("Test: instance PAth:"+instanceNode.getPath());
                Resource resource = resolver.getResource(instanceNode.getPath());
                    if(resource != null)
                        PersistableValueMap valueMap= resource.adaptTo(PersistableValueMap.class);
                        valueMap.put("name", "Rajesh");
                        valueMap.put("id", "A002");
                        valueMap.put("designation","SE");
                        valueMap.save();
                        System.out.println("Name:"+valueMap.get("name"));
                        System.out.println("Id:"+valueMap.get("id"));
                jcrSession.save();
                resolver.close();
            }catch(Exception e)
                System.out.println("Exception:"+e.getMessage());
    ===================
    The code works fine when the node is payload/jcr:content.
    Note : Process 1 and Process 2 code is same expect the values I'm passing to the PersistableValueMap.
    Any pointers would be more helpful..
    Thanks
    Siva

    Is there anything wrong in my code/ it's a bug..  
    Thanks
    Siva

  • Customizing-IMG-structure cross docking not visible

    The customizing-IMG-structure "cross docking" is not visible / available within SAP ECC 6.0-system altough WM-module is used. It is visible via SIMGH but can not be used / displayed via SPRO.
    Could you please tell me what is the reason for this?
    In addition the cross-docking transactions can not be executed (e.g. lxdck ; "You are not authorized to monitor XDOCK").

    Hi
    Please check the following thread.
    Cross-Docking functionality in ECC 6.0
    Thanks
    Anandha

  • A newly added layer is not visible in composition

    Hello,
    My effect processes the whole composition at once and adds a new visible(!) layer with results to the top of the composition. The source layer is situated under the new one. New layer is added as:
    ERR(suites.LayerSuite7()->AEGP_AddLayer(res_item, cResCompH, &res_layer));
    (res_item is a video sequnce with same parameters as default sequence)
    And I faced a problem with a correct displaying of the top layer with results. Every frame except the frame that was at "Current time indicator" displays frames from resulting layer and that is ok. But the frame that was active in composition during the rendering process shows me the source layer. Moreover if I turn off my effect or effect's layer, I will see the frame from the result. Nothing will happen even if I close the composition and open it once.
    Have anyone had such a problem before?
    What should I do to avoid such a strange behaviour? Maybe, I should add this layer with some other preferences?

    Hi shachar!
    Thank you!
    You reply was really helpful and I've realized my problem.
    Let me explain the situation better. My effect has a button 'Start' that processes the whole layer at once (not frame-by-frame) during PF_Cmd_RENDER. It meand I'm sending PF_Cmd_RENDER only to frame that stands at "Current time indicator" and then I get the whole rendered sequence (a new layer that I'm trying to add) without sending render command to all other frames. I thought that if I would add a new layer during renred process, it would update the output in composition window during PF_Cmd_UPDATE_PARAMS_UI. But I didn't change the current output frame. So After Effects received the source frame as an 'output' parameter after rendering. And that caused my problem.
    Now the new layer is added during PF_Cmd_UPDATE_PARAMS_UI and the problem is gone. Great thanks!

  • Why virtual interfaces added to ManagementOS not visible to Cluster service?

    Hello All, 
    I"m starting this new thread since the one before is answered by our friend Udo. My problem in short is following. Diagram will be enough to explain what I'm trying to achieve. I've setup this lab to learn Hyper-V clustering with 2 nodes. It is Hyper-V
    server 2012. Both nodes have 3x physical NIcs, 1 in each node is dedicated to managing the Node. Rest of the two are used to create a NIC team. Atop of that NIC team, a virtual switch is created with -AllowManagementOS
    $False. Next I created and added following virtual interfaces to host partition, and plugged them into virtual switch created atop of teamed interface. These virtual interfaces should serve the purpose of various networks available. 
    For SAN i'm running a Linux VM which has iSCSI target server and clustering service has no problem with that. All tests pass ok.
    The problem is......when those virtual interfaces added to hosts; do not appear as available networks
    to cluster service; instead it only shows the management NIC as the available network to leverage. 
    This is making it difficult to understand how to setup a cluster of 2x Hyper-V Server nodes. Can someone help please?
    Regards,
    Shahzad.

    Shahzad,
    I've read this thread a couple of times and I don't think I'm clear on the exact question you're asking.
    When the clustering service goes out to look for "Networks", what it does is scan the IP addresses on each node. Every time it finds an IP in a unique subnet, that subnet is listed as a network. It can't see virtual switches and doesn't care about
    virtual vs. teamed vs. physical adapters or anything like that. It's just looking at IP addresses. This is why I'm confused when you say, "it won't show virtual interfaces available as networks". "Networks" in this context are IP subnets.
    I'm not aware of any context where a singular interface would be treated like a network.
    If you've got virtual adapters attached to the management operating system
    and have assigned IPs to them, the cluster should have discovered those networks. If you have multiple adapters on the same node using IPs in the same subnet, that network will only appear once and the cluster service will only use
    one adapter from that subnet on that node. The one it picked will be visible on the "Network Connections" tab at the bottom of Failover Cluster Manager when you're on the Networks section.
    Eric Siron Altaro Hyper-V Blog
    I am an independent blog contributor, not an Altaro employee. I am solely responsible for the content of my posts.
    "Every relationship you have is in worse shape than you think."
    Hello Eric and friends, 
    Eric, much appreciated about your interest about the issue and yes I agree with you when you said... "When the clustering service goes out to look for "Networks",
    what it does is scan the IP addresses on each node. Every time it finds an IP in a unique subnet, that subnet is listed as a network. It can't see virtual switches and doesn't care about virtual vs. teamed vs. physical adapters or anything like that. It's
    just looking at IP addresses. This is why I'm confused when you say, "it won't show virtual interfaces available as networks". "Networks" in this context are IP subnets. I'm not aware of any context where a singular interface would be treated
    like a network."
    By networks I meant to say subnets. Let me explain what I've configured so far:
    Node 1 & Node 2 installed with 3x NICs. All 3 NICs/node plugged into same switch. 
    Node1:  131.107.0.50/24
    Node2:  131.107l.0.150/24
    A Core Domain controller VM running on Node 1:   131.107.0.200/24 
    A JUMPBOX (WS 2012 R2 Std.) VM running on Node 1: 131.107.0.100/24
    A Linux SAN VM running on Node 2: 10.1.1.100/8 
    I planed to configured following networks:
    (1) Cluster traffic:  10.0.0.50/24     (IP given to virtual interface for Cluster traffic in Node1)
         Cluster traffic:  10.0.0.150/24   (IP given to virtual interface for Cluster traffic in Node2)
    (2) SAN traffic:      10.1.1.50/8      (IP given to virtual interfce for SAN traffic in Node1)  
         SAN traffic:      10.1.1.150/8    (IP given to virtual interfce for SAN traffic in Node2)
    Note: Cluster service has no problem accessing the SAN VM (10.1.1.100) over this network, it validates SAN settings and comes back OK. This is an indication that virtual interface is
    working fine. 
    (3) Migration traffic:   172.168.0.50/8     (IP given to virtual interfce for
    Migration traffic in Node1) 
         Migration traffic:   172.168.0.150/8    (IP given to virtual interfce for
    Migration  traffic in Node2)
    All these networks (virtual interfaces) are made available through two virtual switches which are configured EXACTLY identical on both Node1/Node2.
    Now after finishing the cluster validation steps (which comes all OK), when create cluster wizard starts, it only shows one network; i.e. network of physical Layer 2 switch i.e. 131.107.0.0/24.
    I wonder why it won't show IPs of other networks (10.0.0.0/8, 10.1.1.0/8 and  172.168.0.0/8)
    Regards,
    Shahzad

  • Custom FPM application: why is not visible when creating iview?

    hi,
    I am trying to modify an exiting mss application which is a fpm application.
    i use the self service admin tool to copy the standard fpm application to a deltalink, and ,according to the documentation , next step should be creating an iview (webdynpro iview), and the delta link should be visible as an application variant ,but it's not there.
    i tried many times and option ,but failed.
    does anyone know what's going wrong?
    another question is , if i build a new fpm application using the given tool, can it be visible when i create the iview? under which webdynpro component? i can only see com.sap...
    br.
    zj

    Hi,
    I've the same problem, after copy the FPM application as delta linkit doesn't appear as  anew app_variant when I create a new iview.
    Does anybody know why this occurs?
    Thanks!
    Pablo.

  • All my sent items are not visible in outlook

    When I send email from my iphone I can't see it in sent items in my desktop pc's outlook 2013. However, all inbox items are visible. My OS is windows 8 pro.
    Thanks

    Looking at the .mac mail folder, there are no black triangles, I have inbox, drafts and sent (and trash) icons.
    I tested the .mac mail (I know I keep saying "this site" but I don't know what else to call it?), and using this one it does keep a copy of the sent items. BUT using the Mail (the stamp icon mail) copies of sent items are not saved.
    I want to use the Mail one, because you can choose fonts and all that other stuff, which is why I even purchased the year membership! (otherwise I would just stay with Yahoo mail).
    I really don't have a clue about this stuff and I appreciate you taking your time here.

  • Contacts text not visible in Outlook

    Hi
    I am suffering from the same issue I have found posted all over the internet this morning - my Contacts list is unreadable as the text is barely visible, as if the card is too small for the space allowed.
    I have:
    Dumped my cache
    Played with the zoom, and CTRL-- does bring all the text into view, but by that time it is too small to read.
    Checked the tools/options/content section - fonts minimum size set to 'none', web sites set their own sizes.
    All my browsers/add ons etc are up to date
    It looks fine in IE but I don't use IE
    What else is there?

    Thanks, Cor-el, I'll get my head around the add-ons, but Zoom ++ eventually brought it into view. Now to keep it there for that one page :)

  • Message content not visible in Outlook&OWa but visible in smartphone

    Hello,
    We experienced very strange issue last time.
    One user received properly message on the smartphone and also in Outlook 2007 client, but the thing is that message content (internal text) is visible only on phone and there is blank message in Outlook. Message was sent to user from external sender.
    I've tried to view this message in Owa but with the same result.
    Also i've recreated Outlook windows& outlook profile but without success.
    At the end i've opened this message via MFC MAPI tool and checked attribute "PR_BODY,PR_BODY_A,ptagBODY" where usually there is some internal text message but there is also empty space.
    Can you please give me advice where to look further ?
    Thank you in advance

    Hi MacKrk,
    Sorry for the late reply.
    Found an article for your reference:
    Change the message format to HTML, Rich Text Format, or plain text
    http://office.microsoft.com/en-001/outlook-help/change-the-message-format-to-html-rich-text-format-or-plain-text-HA102749169.aspx
    Hope it is helpful
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • Just updated to Windows 8.1, icloud add in not visible in outlook, cannot access calender

    Need help, just updated to windows 8.1 on pc. now outlook does not show icoud add-in and i cannot access icloud calender on outlook

    This fixed the issue:
    1. sign out of iCloud. (make sure you are really signed out or it won't work!)
    2. open Outlook and make sure iCloud is not listed in Account Settings
    3. close Outlook
    4. sign in to iCloud and let it set up Outlook sync
    You shouldn't need to reinstall anything.  Just remember after the above, when you first look at your calendar/contacts in Outlook it will default to show your Outlook calendar and contacts (saved locally).  You may need to select iCloud to see them.

Maybe you are looking for

  • Financials- Aging- Customer Receivables Aging

    Hi, I'm not able to export Customer receivables aging report to PDF with the option File->Export ->PDF. But, I'm able to export with the option, preview and exports as pdf. All other documents like PDF to Purchase order works fine.  This issue with A

  • How do I add current value to existing values over a period of time?

    Sorry guys, I'll apologize in advance since I think this problem may be very simple, but I had been mind blocked from going through hours of Labview Tutorial and trying it out. Lets say I am working on a workout analyser, and everytime the z-axis fal

  • CoreAudio: Disk is too slow

    Have just switched over to MAC Pro Intel, a few years old. When press play in Garageband 3 get message "CoreAudio: Disk is too slow. (Prepare) (-10001)" This applies all previous Garageband 3 files and any newly created ones. I cannot play any of the

  • How To Make Search Query Showing the Result As List of Buttons.

    Can some one give me an idea how to start to make a Search Query showing the results as list of buttons.. i have already have my buttons with names. i just dont know how to make a search query. this is my on screen keyboard i made.. im making a syste

  • Best way to set up pop and smtp server?

    Hey there, i am digging arch ! i am using arch to host both a home network, and a couple of websites for friends. But here is what i want to do. i would like to host an email server also. so my website name can be my email address also , you know, [e