This can’t work the way it is.
-
You can’t have spaces in the report name. Replace spaces with %20.
-
Use sDoc intsead of DocumentName.
-
Use sTyp=W instead of your first RepositoryType. You’ve used this one wrong. use sTyp=W for a WebI report; sTyp=R for a full-client report
-
sRepo instead of RepositoryName.
-
odsa doc p should be odsa%20doc%20p
-
Get rid of ForceRefresh
-
You have to have a prompt. Even if the destination report doesn’t have one, put a dummy one in your string.
Read this post for the correct syntax.
Steve Krandel (BOB member since 2002-06-25)