At 01:12 AM 8/16/2005, Alex A Gawaresky wrote:

I am having difficulty running RBase Runtime 7.1 application from
a remote workstation through a Citrix server - the application
resides on a remote network server.

I am receiving cannot connect with the database.


Alex,

A few suggestions:

01. Make sure that you are using the latest update of R:BASE 7.1
    for Windows (Build: 7.1.81.30812 or higher ...)

02. Keep all runtime files together, i,e:
    . RBG7RT.EXE
    . RBENGINE.DLL
    . RBIO.DLL
    . RBENGINE.CFG

03. Edit RBENGINE.CFG file to define the SCRATCH setting as TMP.

    SCRATCH TMP  -- Line 25 or so

    Take advantage of the latest ENHANCEMENT to manage R:BASE
    temporary SCRATCH files.

04. Create a startup file to start your application.

    Example:

    -- StartupFile.DAT
    CONNECT dbname IDENTIFIED BY userid password
    QUIT TO commandfilename.RMD
    RETURN

    OR

    If you are using the RBG7 Application File (.RBA):

    -- StartupFile.DAT
    LAUNCH applicationname.RBA
    RETURN

05. Start RBG7 Runtime with -A option

    Example:

    RBG7RT -A startupfile.DAT

06. If you are using the R:BASE Application (.RBA) file, you'll
    need to file associate .RBA with the RBG7RT.EXE

07. Last but not least, if using the RBA, double-check the path
    for the database.

    Application Designer | Options | Set Database and Path...

Should you require further assistance, feel free to ask or contact
RBTI Support Team at 1+724.733.0053 (10:00am - 6:00pm EST).

Very Best R:egards,

Razzak.

Reply via email to