Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Callable Rebuild Net Express 3.1, SP 1

Status
Not open for further replies.

JPL0457

Programmer
Dec 4, 2000
4
US
Calling as described below. (Windows 2000 OS), Return-Code is 2, status 47. Running same string from command line is successful. RBLDSUB.OBJ, RBLDMAIN.OBJ linked to calling .dll. DLLs are are linked dyanmically. Don't know where the difference in this string and command line could be, help appreciated.

STRING AIREBLD-EF-BAD-FILE-LN DELIMITED BY SPACE
',' DELIMITED BY SIZE
AIREBLD-EF-NEW-FILE-LN DELIMITED BY SPACE
' /D /E' DELIMITED BY SIZE
INTO RBLD-PARAMETERS.

CALL 'CALLRB' USING RBLD-PARAMETERS
RBLD-STATUS
END-CALL

IF RETURN-CODE > ZEROES
MOVE RBLD-STATUS TO FILE-STATUS
END-IF
 
Did this work prior to installation of SP1?
If yes, contact MF support.
If no, check:
- RBLD-PARAMETERS should be at least 600 bytes filled with spaces (PIC X(600))
- Is the file still opened by the program or by another program? Rebuilding must have exclusive access to the file.
- Is the file callrb.lbr available to the application?

Marcel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top