In case of database authentication when I write command like:
QueryReporter userid=scott/tiger@chicago ...
and password is correct, I connect directly to db (LOGON SCREEN DOESN'T POP UP).
In case of external authentication when I write command like:
QueryReporter userid=/ ...
LOGON SCREEN POPS UP (then when I click OK it connects to db) and I don't want that. I want to skip logon screen (the same behavior as in case of database authentication) if it is possible (our QR version is 2.1.0.205). Is it possible ?
Thnx