Question : Error on SCR

Dear All,

while using SCR, if i use enable-storagegroupcopy and resume-storagegroupcopy from the primary server, it starts copying the log files from primary to the standby server. If i suspend-storagegroupcopy and go to standby machine and want to use update-storagegroupcopy i get the error below. Looks like when it wants to create the .EDB file and its related folders in the standbymachine. I dont know if this is a permission issue or something else. I have checked the security permissions on both primary and standby machine, they both are same. I logged in to the both computers with same admin username.

What would be the problem ? Any advise is strongly appreciated.

Thanks.

------- ERROR STARTS HERE ---------
Update-StorageGroupCopy : Seeding failed : Database seeding error: Failed to cr
eate the directory 'D:\Exchange Server\Mailbox\First Storage Group\temp-seeding
'. The exception is 'System.UnauthorizedAccessException: Access to the path 'D:
\Exchange Server\Mailbox\First Storage Group\temp-seeding' is denied.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.Directory.InternalCreateDirectory(String fullPath, String path,
 DirectorySecurity dirSecurity)
   at System.IO.Directory.CreateDirectory(String path, DirectorySecurity direct
orySecurity)
   at Microsoft.Exchange.Cluster.Replay.Seeder.InitSeeding()'.
At line:1 char:24
+ update-storagegroupcopy  <<<< -identity "organization-mx001\first storage group" -s
tandbymachine organization-mx002

Answer : Error on SCR

WPF uses .net framework while silverlight app uses silverlight pulgin framework.

XML namespace is alias for assembly, so in case of WPF that namespace refers to different assembly than those of silverlight assembly.

To know more about what this namespace means
http://msdn.microsoft.com/en-us/library/cc189061(VS.95).aspx (Silverlight)
http://msdn.microsoft.com/en-us/library/ms747086.aspx (WPF)

So logically tough we use same namespace in both there is slight difference.
Random Solutions  
 
programming4us programming4us