hello,
i am trying to enable the XML extender by running the following command:
dxxadm enable_db DATABASE;
but i keep getting the following error:
SQL0104N An unexpected token "enable_db" was found following
"dxxadm ". Expected tokens may include: "JOIN <joined_table>
".
Explanation:
A syntax error in the SQL statement was detected at the specified
token following the text "<text>". The "<text>" field indicates
the 20 characters of the SQL statement that preceded the token
that is not valid.
As an aid to the programmer, a partial list of valid tokens is
provided in the SQLERRM field of the SQLCA as "<token-list>".
This list assumes the statement is correct to that point.
The statement cannot be processed.
User Response:
Examine and correct the statement in the area of the specified
token.
sqlcode : -104
sqlstate : 42601
any help will be greatly appreciated...
thanks,
q.
i am trying to enable the XML extender by running the following command:
dxxadm enable_db DATABASE;
but i keep getting the following error:
SQL0104N An unexpected token "enable_db" was found following
"dxxadm ". Expected tokens may include: "JOIN <joined_table>
".
Explanation:
A syntax error in the SQL statement was detected at the specified
token following the text "<text>". The "<text>" field indicates
the 20 characters of the SQL statement that preceded the token
that is not valid.
As an aid to the programmer, a partial list of valid tokens is
provided in the SQLERRM field of the SQLCA as "<token-list>".
This list assumes the statement is correct to that point.
The statement cannot be processed.
User Response:
Examine and correct the statement in the area of the specified
token.
sqlcode : -104
sqlstate : 42601
any help will be greatly appreciated...
thanks,
q.