Hello all,
I am writing a small script to receive "stuff" from the repository.
I could successfully do it for Designer Universes using the Designer COM SDK:
- start the designer application
- iterate over the "Domains"
- iterate over the "DomainUniverses"
- receive the universe from the repository
- open it and do whatever else with it
I am now having problems doing the same thing for Full Client reports using the Reporter COM SDK:
- I can start the reporter application
- I can set the application "exchange Domain" to "Document"
- I can set the application "exchange mode" to "RepositoryMode"
- But I didn't see any way to iterate over the documents?!?
I know how to receive documents, but this requires to know the names of the documents beforehand.
The application.Documents container doesn't return me the list of documents stored in the repository.
Instead it looks like it returns the list of documents already openned (OlapConnect and WebConnect in my case).
Ultimately I want to retrieve the list of all document, and let the user decide which one should be "received" and openned, printed, whatever...
Any ideas?
(I am not using Webi, just designer and FullClient 5.x, 6.x)
cheers,
Oliver
I am writing a small script to receive "stuff" from the repository.
I could successfully do it for Designer Universes using the Designer COM SDK:
- start the designer application
- iterate over the "Domains"
- iterate over the "DomainUniverses"
- receive the universe from the repository
- open it and do whatever else with it
I am now having problems doing the same thing for Full Client reports using the Reporter COM SDK:
- I can start the reporter application
- I can set the application "exchange Domain" to "Document"
- I can set the application "exchange mode" to "RepositoryMode"
- But I didn't see any way to iterate over the documents?!?
I know how to receive documents, but this requires to know the names of the documents beforehand.
The application.Documents container doesn't return me the list of documents stored in the repository.
Instead it looks like it returns the list of documents already openned (OlapConnect and WebConnect in my case).
Ultimately I want to retrieve the list of all document, and let the user decide which one should be "received" and openned, printed, whatever...
Any ideas?
(I am not using Webi, just designer and FullClient 5.x, 6.x)
cheers,
Oliver