Open GoogleCodeExporter opened 9 years ago
Hi,
Here's an example below, you just have to redirect output to a file :
java -jar OutlineReader.jar -u admin -p password -s localhost -a sample -d
basic > c:\output.txt
Original comment by roux.seb...@gmail.com
on 4 Feb 2011 at 8:04
Hi,
Thanks
I tried the above but the Output file is Blank.
Regards,
Bish
Original comment by biswaji...@gmail.com
on 9 Feb 2011 at 6:06
Hi,
Could you provide some details please? Essbase version, OS, java version, error
message?
What did you typed exactly (without password string).
Original comment by roux.seb...@gmail.com
on 9 Feb 2011 at 10:01
Hi
Essbase version : 11.1.2
OS : Win 2008 server Standard (64-bit)
Java Version : 1.6.0_14
Error Message :<Not sure where is the log to get error message>
I Typed exactly the same as mentioned above with a my admin Password.
Regards,
Bish
Original comment by biswaji...@gmail.com
on 9 Feb 2011 at 11:13
Hi, Where is your provider services intalled? Is it on a different server with
another port?
At home/office I use the default APS provider path wich is
http://myEssbaseServer:13080/aps/JAPI so this has not to be specified.
Now if you have a different path, APS located on another server and/or
configured with another port, then you should specify it in that way :
(this is an example of command to run from your shell)
x:\java -jar OutlineReader.jar -s serverName -u userName -p passwordString -a
appName -d dbName -v "http://apsServer:666/aps/JAPI" > x\outputFile.txt
Original comment by roux.seb...@gmail.com
on 16 Feb 2011 at 8:15
Hi,
I checked for the provider services it is installed on a different server.
so I sued the following command
java -jar OutlineReader.jar -s usserver07 -u admin -p password -a sample -d
basic -v "http://usserver05:13080/aps/JAPI" > outputFile.txt
but still no result
Original comment by biswaji...@gmail.com
on 16 Feb 2011 at 1:42
OK... is there any message in output.txt file? You should have an error message
inside (java related or Essbase related).
Keep me informed.
Original comment by roux.seb...@gmail.com
on 16 Feb 2011 at 3:00
Original issue reported on code.google.com by
biswaji...@gmail.com
on 4 Feb 2011 at 7:47