[E2010] [EWS] [C#] [Windows]: How do I assign public folder Permission to a distribution Group

Hi,
I have a little C# Form Application which should be create a Public Folder and assign permission for a Distribution Group in Exchange 2010.
I have found following in the EWS Documentation:
 FolderPermission fp = new FolderPermission();
 fp.UserId.PrimarySmtpAddress = "[email protected]";
If i try this with a User Email it works as well. But if I try to set a Email address from a Distribution Group it will throw this Error:
"Invailid UserID"
Does anybody know, how to set Folder Permissions to a Distribution Group?
Thanks,
Julian

You can't set permission on an Item in a Public folder the only level you can set the permissions at are on the folder. Your probably better of using a Distribution Group which you can create via the Exchange Management Shell
http://technet.microsoft.com/en-AU/library/aa998856(v=exchg.150).aspx l. You can then set rights on who can use this distribution group and it will also be visible in the GAL
etc.
cheers
Glen

Similar Messages

  • How do I assign a user ID to the purchasing group so it shows up on table..

    How do I assign a user ID to the purchasing group so it shows up on table T024?  I'm trying to create a STO but am recieving the following error
    Configuration of User ID is not set up in purchasing group T024 table
        Message no. 00398
    Diagnosis
        Placeholder for batch input error text, this message is not output.
        Configuration of User ID is not set up in   purchasing group T024 table
    Thanks in advance

    Table T024 has no field for a user-Id in standard SAP
    you can only tie a user to a purchsing group via authorization with user roles.
    The message 00398 is a generic message that can be used for everything.
    I guess this message is triggered in a userexit. Designed by a collegue of you.

  • How do I export public folder data from inactive exchange server?

    I have migrated from SBS2003 (old) to SBS2008 (new)
    Used migration wizard / answer etc...  All went well, expect for the public folders; which failed.
    Question: How do I retrieve the public folder information from the OLD (inactive) server and import it to the NEW server?
    The OLD server has been removed from the domain. I have backups of the OLD server and its original hard drive; where the public store info is located.
    I tried PDDAVAdmin.exe; did not work for me.
    All help is greatly appreciated.
    Bill

    Hi Amit,
    I did as Zoltán said; searched the Internet for edb recovery tools and found a number of companies and Software Products which might help. I also considered your option as well but I have limited experience with building a recovery server and it sounds time consuming.
    Our office is small we have 10 users; we keep contact lists in the public folders. I want to restore the contact lists from the inactive source server to the active destination.
    I believe the process is called "rehoming" (from the web -- "In a Windows environment, rehoming is the process of moving public folders from one Exchange server to another. It involves the creation of a replica of the public folders on the target destination server, waiting for replication to complete, and then removing the public folders from the original source server.")
    Background:
    We have two servers FHHSERVER (the source, SBS2003) and FHHSERVER2 (the destination, SBS2008).
    I used the SBS2008 migration wizard. The important stuff in the exchange database transferred ok; all emails, schedules, tasks, notes, etc. Everything appeared to work; including public folders.
    Microsoft allows a 21 day grace period to complete the migration. I believed the migration was successful so on the 21st day, I followed Microsoft’s instructions and demoted the source server, removing it from the domain. 
    That’s when the trouble started….
    Unknown to me; the public folders remained on the old source server. I did not detect this problem since, during the 21 day migration grace period, the destination server was using the old source server to replicate public folders. As long as the old source server was active, eveyone could open public folder contact lists. After the source server was demoted, the destination server lost its replicate and now our users cannot access that information.
    Another problem is that the inactive server is n o longer licensed and the Exchange console cannot connect to its stores.
    It would seem to me that this problem should be relatively simple to fix. I need some way to open the public folder stores and export the contact lists. I’m not even sure where the public folder database is located on the hard drive.
    I hope this explains the situation in greater detail and that you may be able to offer some insight on how I might resolve this issue.
    Oh, I also tried using EXMerge but cannot seem to make it work either. <http://www.microsoft.com/downloads/details.aspx?familyid=429163EC-DCDF-47DC-96DA-1C12D67327D5&displaylang=en>
    Thanks!
    Bill

  • [E2010] [EWS] [C#] [Windows]: Unable to connect to remote server

    I have a Windows Service that uses EWS to connect to a mailbox and do some things with certain emails. The service has been running for a while now, with little to no issues. Just recently the service will stop and when viewing the event log, we receive
    the following error.
    Error Message: The request failed. Unable to connect to the remote server
    Inner Exception: System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full
       at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
       at System.Net.Sockets.Socket.InternalBind(EndPoint localEP)
       at System.Net.Sockets.Socket.BeginConnectEx(EndPoint remoteEP, Boolean flowContext, AsyncCallback callback, Object state)
       at System.Net.Sockets.Socket.UnsafeBeginConnect(EndPoint remoteEP, AsyncCallback callback, Object state)
       at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)
       --- End of inner exception stack trace ---
       at System.Net.HttpWebRequest.GetResponse()
       at Microsoft.Exchange.WebServices.Data.EwsHttpWebRequest.Microsoft.Exchange.WebServices.Data.IEwsHttpWebRequest.GetResponse()
       at Microsoft.Exchange.WebServices.Data.ServiceRequestBase.GetEwsHttpWebResponse(IEwsHttpWebRequest request)
    Target Site: Microsoft.Exchange.WebServices.Data.IEwsHttpWebResponse GetEwsHttpWebResponse(Microsoft.Exchange.WebServices.Data.IEwsHttpWebRequest)
    Source: Microsoft.Exchange.WebServices
    Stack Trace:    at Microsoft.Exchange.WebServices.Data.ServiceRequestBase.GetEwsHttpWebResponse(IEwsHttpWebRequest request)
       at Microsoft.Exchange.WebServices.Data.ServiceRequestBase.ValidateAndEmitRequest(IEwsHttpWebRequest& request)
       at Microsoft.Exchange.WebServices.Data.MultiResponseServiceRequest`1.Execute()
       at Microsoft.Exchange.WebServices.Data.ExchangeService.FindItems[TItem](IEnumerable`1 parentFolderIds, SearchFilter searchFilter, String queryString, ViewBase view, Grouping groupBy, ServiceErrorHandling errorHandlingMode)
       at Microsoft.Exchange.WebServices.Data.ExchangeService.FindItems(FolderId parentFolderId, SearchFilter searchFilter, ViewBase view)
       at MyClass.CleanupDeletedItems()
       at MyClass.ReadEmail()
       at MyService.WorkerFunction()
    This so far has only occured twice, but I am not sure if the issue is on the exchange servers, or the server where the service itself is running. Any ideas on what would cause this issue and how to go about fixing it?
    If you find that my post has answered your question, please mark it as the answer. If you find my post to be helpful in anyway, please click vote as helpful.
    Don't Retire Technet

    Hi Clayman
    Well it makes sense to me that the registry could help, checking the lines in the error code, it appears that the for some reason the server could not stablish a connection, the error states: because the system lacked sufficient buffer space or because a queue
    was full.
    It seems don't make sence untill you have a look at Socket Class (MSDN article), which say: The Socket class provides a rich set of methods and properties for network communications. The Socket class allows you to perform both synchronous and asynchronous data
    transfer using any of the communication protocols listed in the ProtocolType
    Checking also the HttpWebRequest Class, we can see the it also relays on Socket Class, as it says by the end of your exception:
    [at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)]
    I also don't know if you could reboot your machine, but it would be good.
    Also I really think its worthy a try, as not much information can befound on this EWS issue.
    MaxUserPort
    From <http://technet.microsoft.com/en-us/library/cc938196.aspx> 
    Socket Class
    From <http://msdn.microsoft.com/en-us/library/system.net.sockets.socket(v=vs.110).aspx> 
    HttpWebRequest.GetResponse Method
    From <http://msdn.microsoft.com/en-us/library/system.net.httpwebrequest.getresponse(v=vs.110).aspx> 
    HttpWebRequest Class
    From <http://msdn.microsoft.com/en-us/library/system.net.httpwebrequest(v=vs.110).aspx> 
    If you apply the registry change, let me know.
    Think before you ask, be detalist as much as possible, then ask and you will get help! Always have in mind, people do not guess! :)

  • [E2010][EWS-XML][JAVA]How to get the properties of meeting rooms in Exchange 2010 using EWS Java API

    When you look at meeting room properties in Outlook 2010, you can see 'City', 'Country/Region' and 'Department' information.
    Is there any way to get this information using EWS Java API? 

    Hi Glen,
    I am able to understand what u have said, but do not know how to implement it with meeting rooms....
    If i am implementing
    "Get all appointments between startDate and endDate in the specified folder, including recurring meeting occurrences" in ews-java-api, as you have mentioned above, i am able to get only my appointments from the start date to end date , as i
    have given my email id and password, how to get my organization meeting room details, booked or not.
    static ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2010_SP2);
    public static void main(String[] args) throws Exception {
    // TODO Auto-generated method stub
    ExchangeCredentials credentials = new WebCredentials("[email protected]", "zzzz");
    service.setCredentials(credentials);
    try {
    System.out.println("Check");
    service.autodiscoverUrl("[email protected]",new RedirectionUrlCallback());
    } catch (Exception e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    NameResolutionCollection nameResolutions = service.resolveName("SDB1",ResolveNameSearchLocation.DirectoryOnly, true);
    System.out.println("nameResolutions==="+nameResolutions.getCount());
    for(NameResolution nameResolution : nameResolutions)
    System.out.println("NAME==="+nameResolution.getContact().getDisplayName());
    The above code gives me the output like, the meeting room in my organization with word SDB1 are
    Output:
    nameResolutions===2
    NAME===SDB1- TELCON - 1
    NAME===SDB1-TELCON - 2
     for. eg. I need to know today at what are the appointments in the room SDB1-TELCON2 and who all have booked the room.
    I do not know how to implement for the meeting room can you please help me how to give it.
    Thanks in advance.

  • [Exchange-Online][EWS][C#][Windows]: How do I mark all mails in a folder as read?

    Hi,
    I'm developing a C# application in Visual Studio 2013 Pro Update 2 to query an Exchange Online mailbox folder and read mails into my CRM solution. I can connect without a problem, read mails without a problem, mark individual emails as read without a problem,
    etc. but I don't seem to be able to mark all emails in a specific folder as being un/read.
    I can see that in Exchange 2013 that the following code would do the trick, but it doesn't work for Exchange Online:-
    Folder folder = Folder.Bind(service,folderID);
    folder.MarkAllItemsAsRead(true);
    To mark an individual mail as being read I'm using this code:-
    public void MarkAsRead(ExchangeService exchangeService, ItemId itemID)
    Item mess = Item.Bind(exchangeService, itemID);
    EmailMessage message = mess as EmailMessage;
    message.IsRead = true;
    message.Update(ConflictResolutionMode.AlwaysOverwrite);
    Does anyone know if Exchange Online has a method to mark all mails as read and if so, how do I call it?
    Thanks,
    Mike

    I should probably say that when attempting to call the MarkAllItemsAsRead() method from my code I get the following error:-
    "Microsoft.Exchange.WebServices.Data.ServiceVersionException was caught
      HResult=-2146233088
      Message=Method MarkAllItemsAsRead is only valid for Exchange Server version Exchange2013 or later.
      Source=Microsoft.Exchange.WebServices
      StackTrace:
           at Microsoft.Exchange.WebServices.Data.EwsUtilities.ValidateMethodVersion(ExchangeService service, ExchangeVersion minimumServerVersion, String methodName)
           at Microsoft.Exchange.WebServices.Data.ExchangeService.MarkAllItemsAsRead(FolderId folderId, Boolean readFlag, Boolean suppressReadReceipts)
           at Microsoft.Exchange.WebServices.Data.Folder.MarkAllItemsAsRead(Boolean suppressReadReceipts)
           at Renishaw.EWS.ExchangeWebService.GetEmails(ExchangeService service) in c:\pvcs_gotdotnet\work\CRMEmailProcessing\CRMEmailProcessing\EWS\ExchangeWebService.cs:line 89
           at Renishaw.CRM.Service.EmailManager.ReadEmails() in c:\pvcs_gotdotnet\work\CRMEmailProcessing\CRMEmailProcessing\Service\EMailManager.cs:line 122
      InnerException: "

  • [E2010] [EWS] [C#] [Windows]: The AutoDiscovery service couldn't be located

    I have a windows service that has been running in Production for awhile now, without too many issues. This service utilizes EWS to monitor a mailbox for certain emails. As of last night we started receiving the error message "The AutoDiscovery service
    couldn't be located". I talked with our exchange people and they said they did update the certificate, we have tried restarting the service and even restarted the server to no avail.
    What doesn't make since to me, is the service is also running on our dev server and is not experiencing the issue, which tells me that AutoDiscovery is fine. I am at a loss of what the issue could be, any help is much appreciated.
    If you find that my post has answered your question, please mark it as the answer. If you find my post to be helpful in anyway, please click vote as helpful.
    Don't Retire Technet

    Yes I am using the managed API. I was finally able to reproduce the issue in DEV, by installing Prods code base there, as there was some slight differences between DEV's and Prod's code base. Made some code adjustments and have everything working now,
    but thank you for your assistance.
    If you find that my post has answered your question, please mark it as the answer. If you find my post to be helpful in anyway, please click vote as helpful.
    Don't Retire Technet

  • [E2010] [EWSMA] [C#] [Windows]: How do I get Tasks to show up in the Calendar view

    When creating a task from EWS, the Owner field is empty.  I believe this causes my created Task to disappear when I am in the Calendar view (showing Tasks on the bottom).  The created Task still shows up in the Tasks view, but not the Calendar
    view (where Tasks are on the bottom).
    Creating a task in Outlook shows it on the Calendar view, but creating a Task with the same values from EWS does not show it there.  The only difference is the Owner field of the Task, which is read-only in EWS.  Can we set this somehow?
    ExchangeService ews;
    ews = new ExchangeService();
    ews.UseDefaultCredentials = true;
    ews.AutodiscoverUrl("[email protected]");
    Task taskItem = new Task(ews);
    taskItem.Subject = "subject";
    taskItem.Body = "body";
    taskItem.IsReminderSet = true;
    taskItem.ReminderDueBy = DateTime.Now;
    taskItem.StartDate = DateTime.Now;
    taskItem.Save();
    Thanks,
    -Daniel

    I can sort of reproduce what your talking about I think its because your setting the Start and Due date to the same time which seems to affect the search folder that's used for the view. The following seems to work okay for me
    Task taskItem = new Task(service);
    taskItem.Subject = "Created From qqq";
    taskItem.Body = "body";
    taskItem.IsReminderSet = true;
    taskItem.ReminderDueBy = DateTime.Now;
    taskItem.StartDate = DateTime.Now;
    taskItem.DueDate = DateTime.Now.AddHours(1);
    taskItem.Status = TaskStatus.NotStarted;
    ExtendedPropertyDefinition PidLidToDoOrdinalDate = new ExtendedPropertyDefinition(DefaultExtendedPropertySet.Common, 0x85A0, MapiPropertyType.SystemTime);
    taskItem.SetExtendedProperty(PidLidToDoOrdinalDate, DateTime.Now.AddHours(1));
    ExtendedPropertyDefinition FlagDueBy = new ExtendedPropertyDefinition(DefaultExtendedPropertySet.Common, 0x8560, MapiPropertyType.SystemTime);
    taskItem.SetExtendedProperty(FlagDueBy, DateTime.Now.AddHours(1));
    taskItem.Save();
    Cheers
    Glen

  • [E2010] [EWS] [C#] [Windows]: Exchange-service not working anymore after upgrade to 2010

    I have searched for this error/question I have but the solutions were not related to my situation and/or didn't provide any further infiormation. That being said... Under Exchange 2007, following code was running properly:
    ServicePointManager.ServerCertificateValidationCallback = CertificateValidationCallBack;
    ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2007_SP1);
    service.Url = new Uri(ConfigurationManager.AppSettings["ExchangeWebService"]);
    service.Credentials = CredentialCache.DefaultNetworkCredentials;
    EmailMessage mail = new EmailMessage(service);
    mail.Subject = subject;
    mail.Body = message;
    mail.Attachments.AddFileAttachment(row.Path);
    mail.ToRecipients.Add(receiver);
    mail.Send();
    Now, there has been a migration to Exchange 2010 and I get the following message from the `Microsoft.Exchange.WebServices.Data.ServiceResponseException` that is thrown:
    When making a request as an account that does not have a mailbox, you must specify the mailbox primary SMTP address for any distinguished folder Ids.
    I know that the enumeration for the ExchangeVersion can be changed but when I change this to `SharePoint2010` for example I get following error-message:
    Exchange Server doesn't support the requested version.
    Are there settings in Exchange that need to be set for which I have to contact the Exchange-administrator or is there something in the code that needs to be changed?

    Hi Abbas,
    I'm not quite clear on all API version changes, however I would indeed recommend trying the current version (which is downwards compatible). I think I remember something about 1.1 being slightly buggy, but that's more of an itch in the back of may brain
    than real knowledge. Still, being fairly current is a good state to be in usually.
    Given the information however, my best guess really is that they changed their transport rules to prohibit anonymous sending. If that's the case, the executing user either
    must be given either ...
    A valid mail address
    Sending as permissions
    or Impersonation permissions and the identity of the user to impersonate (who then will be the sender)
    or on the other hand, get permission to send mails anonymously (which is really a custom transport rule).
    Cheers,
    Fred
    There's no place like 127.0.0.1

  • [E2010] [EWS] [C#] [Windows 2008 R2]: Sent Items flolder when sending a message with impersonation

    I've seen a number of questions like this one, but no really good answers.
    I have a requirement to send an e-mail message using Exchange using impersonation. The message must appear in the impersonated user's "Sent Items" folder after the message is sent.
    I'm able to send the e-mails OK, but I'm unable to get them to show up in the user's Sent Items folder. I'm calling message.SendAndSaveCopy to send the mail.
    Any tips would be appreciated.
    Bryan Slatner

    You might want to post the whole code fragment your using including the way your using impersonation.
    Also have you tried just using the overload to specify the folder the message should be saved in eg
    FolderId fldid = new FolderId(WellKnownFolderName.SentItems,"[email protected]");
    email.SendAndSaveCopy(fldid);
    Cheers
    Glen

  • How do I assign a folder on a non-boot drive as default for certain media types?

    I want the default folder for iTunes, iPhoto, Aperture, iMovie and iDVD to be on separate drives from the boot drive.  Hoe do I change these individiually?
    Also - what is the best way to create an automatic mirror of them onto other drives?
    For example, 4HD (3 plus boot) plus external case with 5 drives, so drive number 1-9:
    iPhoto drive 2 - mirror drive 5
    Aperture drive 2 - mirror drive 6
    iMovie/iDvd drive 4 - mirror drive 9
    iTunes drive 3 - mirror drive 6

    wow - thanks for all the great replies!  just me and the crickets here...

  • How to give user Send on behalf rights to Distribution group in exchange 2010

    I have tried below all commands in Exchange power shell, but still users receives the same error message when trying to send on behalf of distribution list. Please help
    Get-DistributionGroup "SOperations" | fl name,grant*
    Set-DistributionGroup “SOperations” –GrantSendonBehalfTo “XXXUser”
    Set-DistributionGroup “SOperations” –GrantSendonBehalfTo “SOperations”
     (to allow all users in the group)
    Error for user:--Delivery has failed to these recipients or groups: You
    can't send a message on behalf of this user unless you have permission to do so. Please make sure you're sending on behalf of the correct sender, or request the necessary permission. If the problem continues, please contact your helpdesk.

    Keep in mind if you ran both the commands serialially, you would've overwritten the first one with the second one. Did you test sending from the xxxuser or a user in the SOperations group and how long has it been since you granted the permissions then testing
    the send.
    Set-DistributionGroup
    “SOperations” –GrantSendonBehalfTo “XXXUser”
    Set-DistributionGroup
    “SOperations” –GrantSendonBehalfTo “SOperations”
     (to allow all users in the group)
    James Chong MCITP | EA | EMA; MCSE | M+, S+ Security+, Project+, ITIL msexchangetips.blogspot.com

  • "Active Directory operation failed on DC " when assigning Send As permissions on a distribution group

    I'm trying to give a mailbox user Send As right for a distribution group. But the cmdlet comes back with this:
    Get-DistributionGroup MyGroup | Add-ADPermission -user albert -ExtendedRights Send-As
    Active Directory operation failed on <DC fqdn>. This error is not retriable. Additional information: Access is denied.
    Active directory response: 00000005: SecErr: DSID-03151E07, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0
        + CategoryInfo          : WriteError: (0:Int32) [Add-ADPermission], ADOperationException
        + FullyQualifiedErrorId : FE24751F,Microsoft.Exchange.Management.RecipientTasks.AddADPermission
    What could be the problem, considering the items below :
    - inheritance is not broken to the level of the distribution group object
    - the account used to run the cmdlet is a member of the Organization Management group
    - creating a new distribution group in the same OU and running the command works as expected; checking the permission for this group against MyGroup (using Get-DistributionGroup testgroup | Get-ADPermission | Sort-Object User,AccessRights | ft user,accessrights,extendedrights,properties)
    shows no differences.
    - adding the permission using ADUC results in the user being able to Send As the group, however I'm trying to find out the root cause of the Powershell cmdlet execution problem
    - there is no Deny permission on the group's ACL
    - the group didn't have the "Hide Membership" feature of Exchange 2003 applied, so there shouldn't be any non-canonical ACL issues

    Anyone ever come up with a solution to this?  I get something similar when Activesync tries to create objects on user containers.
    Exchange ActiveSync doesn't have sufficient permissions to create the "CN=Test User,OU=Domain Users,DC=domain,DC=com" container under Active Directory user "Active Directory operation failed on DELL7S09.domain.com. This error is not retriable.
    Additional information: Access is denied.
    Active directory response: 00000005: SecErr: DSID-03151E07, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0
    Make sure the user has inherited permission granted to domain\Exchange Servers to allow List, Create child, Delete child of object type "msExchActiveSyncDevices" and doesn't have any deny permissions that block such operations.
    Details:%3
    So...I get this after I introduced a MS Exchange 2010 SP3 RU8 server into my environment.  You can find LOTS of people suggesting the same fix but I've not found anything that deviates from those fixes:  check the "inherit permissions",
    and give full permis to msExchActiveSync devices for the Exchange Servers security group, blah blah.
    I got to this point by following a Migrate to Exch2010 paper by MS.  I have no Win2k servers, my old Exchange server is Win2003r2SP2 with Exch2003SP2 fully patched.  The Exch server is also a DC.  I installed a new 2012r2 server and then patched
    it.  Installed Exch2010SP3Ru8 and all seems well.  
    The old Exch2003 server is still in production.  My iPhone army connects remotely for mail, and all works great.  I created a new Test User in AD, gave it a mailbox on the 2003 server, and waited a bit.  It eventually shows up in the Server
    Manager on the new 2010 Exch Server.  I send it a bunch of emails, connect to it with an outook client on a Win7 machine, all works.  I go to the SM on the 2010 box and migrate the mailbox to the new server.  It works.  I can connect with
    outlook, send receive mail to other users in the org.  I then try to connect with my iPhone and I get the message in Event Viewer over and over.
    Went so far as to Promo the new 2012 server to a DC.  seems to be fine.  Now am wondering if I Demote the old Exch2003 server will it help...or cause a new crop of issues....

  • Myrio how to use public folder

    Hi
    I have a My-Rio 1900, and i want to grap images from a usb cam, and show it on a web page that myrio will host.
    first i thout, easy just add a webservice that give you a jpeg picture when request the page.
    never got that to work, since i realised that if i had multible uses they would each get a dirrent picture, and i never got it to work.
    So i thougt what if i insted have a program run that graps the images, and saves one every sec as a jpeg and have a public html file where i link to the picture. then all useser would get the same picture and my load on the myrio would be less.
    i then first tested it on my computer and it worked. but when i then wanted to go from my computer to myrio i encountered a problem, since to make a public folder on your projekt you normaly right click and add a web service, then you right click agian and say add public folder and you then need to select a folder.
    but how do i select a folder on myrio? i added a flash drive also, but i can´t select myrio as public folder. i can select things on my computer but not local....anyone have a sugestion?
    i know how to mount drives but i do not expect that i first need to mount thoug a ftp my local myrio and then in windows tell that is my public folder....
    Attachments:
    vision.zip ‏31 KB

    Hi
    I have a My-Rio 1900, and i want to grap images from a usb cam, and show it on a web page that myrio will host.
    first i thout, easy just add a webservice that give you a jpeg picture when request the page.
    never got that to work, since i realised that if i had multible uses they would each get a dirrent picture, and i never got it to work.
    So i thougt what if i insted have a program run that graps the images, and saves one every sec as a jpeg and have a public html file where i link to the picture. then all useser would get the same picture and my load on the myrio would be less.
    i then first tested it on my computer and it worked. but when i then wanted to go from my computer to myrio i encountered a problem, since to make a public folder on your projekt you normaly right click and add a web service, then you right click agian and say add public folder and you then need to select a folder.
    but how do i select a folder on myrio? i added a flash drive also, but i can´t select myrio as public folder. i can select things on my computer but not local....anyone have a sugestion?
    i know how to mount drives but i do not expect that i first need to mount thoug a ftp my local myrio and then in windows tell that is my public folder....
    Attachments:
    vision.zip ‏31 KB

  • How to get a list of public folder which haven't been accessed from last 90 days.

    How do I get public folder list which are inactive from last 90 days in exchange 2010? Is there any script\shell command to get the same?

    Hi,
    We can use the Get-PublicFolderStatistics to retrieve last logon time about Public Folder with the following command.
    Get-PublicFolder | Get-PublicFolderStatistics | where {$_.LastLogonTime -lt (get-date).addDays(-90)}
    Note: Make sure you have been assigned proper permissions before you can run this cmdlet. To see what permissions you need, see the "Public folders" entry in the
    Mailbox Permissions topic.
    Best Regards.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Lynn-Li
    TechNet Community Support

Maybe you are looking for

  • "The disk could not be read from or written to" message.  Please help!

    I just got a 30 GB Ipod today. I was able to transfer about 60 songs using one of my USB ports before this message came up. I switched the plug into my other USB port, and I was able to transfer about 500 songs before the message came up again. Now t

  • Accounting doc entries not matching with the the entries from j_1ipart2 entries

    Hi, After creating PO, I have done MIGO and J1IEX. Now, posted MIRO. The end screen shows a number stating accounting document created. I checked the accounting doc in fb03 and the document is displayed over there. I also checked the table for values

  • Matrix in feedback node

    Hi, I'm currently using Labview 2013 and I am trying to place a matrix in a feedback node. It seems like I found a bug, because it does work for a feedback loop. I wanted to use a feedback node to prevent labview from calculating the same matrix ever

  • Slow DSL is normal for my area. Switching from modem to router good or bad?

    I live out in the country where DSL is a luxery afforded to me my a Home Run Hookup.  I currently use the Westell 6100G supplied by Verizon.  Curious if I can switch to a router to use laptop and desktop at the same time?  Speed is ~ 0.95. Solved! Go

  • Self Launch Flash App on Reboot

    I've been developing a Flash application that will be running on a touch screen monitor installed in a hospital. The touch screen is run by a Windows machine. I'm afraid I don't know much about the Windows world. I'd like to have my Flash application