Consultor Eletrônico



Kbase P118038: Error 1005 when calling program, but only in production environment
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/08/2006
Status: Unverified

SYMPTOM(s):

Procedure <proc> passed parameters to <proc>, which didn't expect any. (1005)

Window calls report program

Report program works properly in testing environment

CAUSE:

In the production environment, the report program had the same base name as the window (.w). The only different was that the report program had a .p extension and the window program had a .w extension. When both programs were compiled the once that was compiled last was the one that had the .r extension.

FIX:

Rename one of the programs