Error in create the new edgesubscription
when i try to create the new edge subscription file and run the following commads
New-EdgeSubscription -FileName "C:\EdgeSubscriptionInfo.xml"
it give the following error, new-edge subscription cannot bind parameter filename, cannot convert value '''' to type microsoft .data.long.path Error '''' is not acceptable path.
May 29th, 2012 7:50am
Could it be that you do not have permission to write a file to the C drive of the server? Create a 'Temp' directory on the C:\ and then run this command:
New-EdgeSubscription -FileName "C:\EdgeSubscriptionInfo.xml"JAUCG
Free Windows Admin Tool Kit Click here and download it now
May 29th, 2012 8:54am
Could it be that you do not have permission to write a file to the C drive of the server? Create a 'Temp' directory on the C:\ and then run this command:
New-EdgeSubscription -FileName "C:\EdgeSubscriptionInfo.xml"JAUCG
May 29th, 2012 9:05am