Hello,
Is it possible to build and execute dynamic code statements in VB?
For example, consider the statement
Me!txt_Name1.Value = "Name1"
The text control could have been a different one from "txt_Name1" depending on certain criteria. The statement could as well have...
In a cognos macro that I am writing, it needs to check if a certain event has occured and it the even has not occured, the macro has to wait for 10 minutes and check again.
Is there a statement in CognosScript that will make the macro wait for a certain time before executing the next statement...
How do I redirect output from a server command to a file? I want to write the names of all the cubes/reports that I have deployed on the server to a text file.
I tried both
LIST ./ > C:\test.txt and
LIST ./ >> C:\test.txt
but they did not work.
Any ideas?
Thanks
Nishil
I think I figured it out.
I am using the server in non-Access Manager mode, so I had to use the format
CONNECT server_name:port/password
That was the only format I hadn't tried earlier!!
Thampi
Thanks.
I tried using the port number, but it didn't help!
I do not know what else to try. Any help will be appreciated.
Is there a limitation on the number and type of characters that the PP Server name can have? I have 15 characters in the server name and one of them is a "-"...
Hi,
When I try to connect to the PowerPlay Enterprise Server from my PC using the batch administration tool, the following error message is returned:
Connect to PowerPlay Server failed.
The request failed because the value is out of range.
I have tried different variations of the CONNECT...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.