Consultor Eletrônico



Kbase P123750: Error 210022 running stored procedure when database is started from ProContol.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/4/2007
Status: Unverified

FACT(s) (Environment):

Windows 32 Intel
Progress 9.x

SYMPTOM(s):

database started from ProControl

ErrorCode=-210022 calling stored procedure

CAUSE:

Classpath and Path are not set correctly when database is started.

FIX:

Add the environment variables and values for CLASSPATH and PATH to the ProControl Environment configuration tab so the database will be started in the correct environment.

1. To determine the proper settings for CLASSPATH and PATH:
2. Open a proenv session.
3. Run:
sql_env
4. Copy the values for CLASSPATH AND PATH.
5. In PROCONTROL select the Environment tab:
6. Enter CLASSPATH as a variable name.
7. Enter the information saved for CLASSPATH in step 4 above for the CLASSPATH's value.
8. Select SET.
9. Enter PATH as a variable name.
10. Enter the information saved for PATH in step 4 above for the PATH's value.
11. Select SET.
12. Start database from PROCONTROL.