At 03:43 AM 4/3/2008, Gunnar Ekblad wrote:

List what am I missing?
I am trying to launch R:Schedular from within R:Base by using:
launch C:\RBTI\RScheduler76\RScheduler76.EXE "USERNAME Wasa" "PASSWORD Express"
I also tried:
launch C:\RBTI\RScheduler76\RScheduler76.EXE "DBUSERNAME Wasa" "DBPASSWORD Express"

The purpose to bypass the login dialog, but whatever I try I still get the login
dialog.


Gunnar,

Actually, you are missing the pipe "|" symbol between the executable (.exe) program, R:Scheduler in your case, when passing added parameters, using the LAUNCH command.

Here's how:

-- Example 01 LAUNCHing R:Scheduler to connect database with owner password

LAUNCH 'C:\RBTI\RScheduler76\RScheduler76.exe|"DBUSERNAME username" "DBPASSWORD password"' LAUNCH 'C:\RBTI\RScheduler80\RScheduler80.exe|"DBUSERNAME username" "DBPASSWORD password"'

-- Example 02 LAUNCHing R:Scheduler with user login name and password

LAUNCH 'C:\RBTI\RScheduler76\RScheduler76.exe|"USERNAME username" "PASSWORD password"' LAUNCH 'C:\RBTI\RScheduler80\RScheduler80.exe|"USERNAME username" "PASSWORD password"'

-- Example 03 LAUNCHing R:Scheduler to connect database with owner password, user login name
   and password (all in one)

LAUNCH 'C:\RBTI\RScheduler76\RScheduler76.exe|"DBUSERNAME username" "DBPASSWORD password" "USERNAME username" "PASSWORD password"' LAUNCH 'C:\RBTI\RScheduler80\RScheduler76.exe|"DBUSERNAME username" "DBPASSWORD password" "USERNAME username" "PASSWORD password"'

That's all there is to it!

Very Best R:egards,

Razzak.


Reply via email to