Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

typo in install.vbs in all packages #8

Description

@RogerPilkey

I think there's a hard coded directory name in the install.vbs files so the verifyConnection.sql file is not found and the install.hta script fails with error:

SP2-0310: unable to open file "e:/GITHUB/xml-sample-demo/XFILES/install/sql/verifyConnection.sql"

e.g. XFILES/install/install.vbs, line 2568

executeSQLPLUS(user, password, role, "**e:/GITHUB/xml-sample-demo/XFILES/install/**sql/verifyConnection.sql")

Maybe it should be:

executeSQLPLUS(user, password, role, "sql/verifyConnection.sql")

Which seems to work for me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions