Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write-RsFolderContent not parsing correctly #6

Closed
sqlchicken opened this issue Nov 4, 2016 · 4 comments
Closed

Write-RsFolderContent not parsing correctly #6

sqlchicken opened this issue Nov 4, 2016 · 4 comments

Comments

@sqlchicken
Copy link
Contributor

When trying to deploy folders and content (recursively), the script is not building out the $parentFolder variable correctly. Have tested with nested folders locally and tried deploying both to root (e.g. / ) and to a direct folder (e.g. /folder).
ssrs-ps-rsupload

@rgernha
Copy link
Contributor

rgernha commented Nov 4, 2016

Thanks for raising the issue, I'll take a look at it

@rgernha
Copy link
Contributor

rgernha commented Nov 4, 2016

Could you specify the exact command you use and the folder structure of the folder you were trying to upload?
I haven't been able to reproduce the problem yet.

Thanks!

@sqlchicken
Copy link
Contributor Author

Repro: create folder structure with nested items
C:\SSRS
\reports
\deptA
Sample.rdl
\datasets
Sample.rds

Write-RSFolderContent -serveruri 'http://local host/reportshttp://local%20host/reports' -path / -source c:\ssrs -recurse

Expected: deploy all folders and objects, properly nested

Actual: error creating folder on server, variable for parent folder is wrong

Get Outlook for iOShttps://aka.ms/o0ukef


From: rgernha notifications@github.com
Sent: Friday, November 4, 2016 5:29:42 PM
To: Microsoft/ReportingServicesTools
Cc: Jorge Segarra; Author
Subject: Re: [Microsoft/ReportingServicesTools] Write-RsFolderContent not parsing correctly (#6)

Could you specify the exact command you use and the folder structure of the folder you were trying to upload?
I haven't been able to reproduce the problem yet.

Thanks!

You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com//issues/6#issuecomment-258563300, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMc1LAblgscGCi9CbHsmfL9J1wk675E6ks5q67HWgaJpZM4KpLrv.

@rgernha
Copy link
Contributor

rgernha commented Nov 8, 2016

This should be fixed with c46899c

@rgernha rgernha closed this as completed Nov 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants