Code Comments
Programming Forum and web based access to our favorite programming groups.Hi APL Experts, I've got an IBM APL2 (MS Windows) workspace file which the interpreter claims to be 'invalid'. Any hints how to find out what could be wrong with that file? Is there any documentation on the structure of a (valid) workspace file available or perhaps some open source APL version, which is able to handle APL2 workspaces? Thanks in advance. Best regards, Andreas
Post Follow-up to this messageAndreas Dopfer wrote: > Hi APL Experts, > > I've got an IBM APL2 (MS Windows) workspace file which the interpreter > claims to be 'invalid'. Any hints how to find out what could be wrong > with that file? Is there any documentation on the structure of a > (valid) workspace file available or perhaps some open source APL > version, which is able to handle APL2 workspaces? > Sorry, I haven't any idea what the problem could be; but I would suggest tha t you submit it, in greater detail if possible, to apl2@vnet.ibm.com. If David Liebtag or Nancy Wheeler can't help you, you really have a problem.
Post Follow-up to this messageJames J. Weinkam wrote: > > Sorry, I haven't any idea what the problem could be; but I would suggest t hat > you submit it, in greater detail if possible, to apl2@vnet.ibm.com. > > If David Liebtag or Nancy Wheeler can't help you, you really have a problem.[/colo r] Thanks for your answer and for the address! Unfortunately, I don't have much more information about the workspace under consideration (it's not my file - I am only to repair it ...) As far as I know, the APL2 interpreter crashed while executing some function of the workspace (possibly one which uses some external DLL routine). Afterwards, the workspace could not be loaded any more with the )load command. I was wondering if it is possible to get a little more information out of the interpreter, regarding the faultiness of the file. The displayed error message "ws invalid \ clear ws" could mean anything between "I haven't got a clue about what type of file that is" and "Actually, it's a completely valid ws file, apart from one single byte missing at the end". Regards, Andreas
Post Follow-up to this messageAndreas Dopfer wrote: > James J. Weinkam wrote: > > > > Thanks for your answer and for the address! > > Unfortunately, I don't have much more information about the workspace > under consideration (it's not my file - I am only to repair it ...) As > far as I know, the APL2 interpreter crashed while executing some > function of the workspace (possibly one which uses some external DLL > routine). Afterwards, the workspace could not be loaded any more with > the )load command. > > I was wondering if it is possible to get a little more information out > of the interpreter, regarding the faultiness of the file. The > displayed error message "ws invalid \ clear ws" could mean anything > between "I haven't got a clue about what type of file that is" and > "Actually, it's a completely valid ws file, apart from one single byte > missing at the end". > > Regards, > > Andreas Andreas Dopfer wrote: > James J. Weinkam wrote: > > > > Thanks for your answer and for the address! > > Unfortunately, I don't have much more information about the workspace > under consideration (it's not my file - I am only to repair it ...) As > far as I know, the APL2 interpreter crashed while executing some > function of the workspace (possibly one which uses some external DLL > routine). Afterwards, the workspace could not be loaded any more with > the )load command. > > I was wondering if it is possible to get a little more information out > of the interpreter, regarding the faultiness of the file. The > displayed error message "ws invalid \ clear ws" could mean anything > between "I haven't got a clue about what type of file that is" and > "Actually, it's a completely valid ws file, apart from one single byte > missing at the end". > > Regards, > > Andreas Do you have a backup you can compare it to?
Post Follow-up to this messageIf you send it to us we may be able to determine a little more about it. David Liebtag IBM APL Products and Services
Post Follow-up to this messageJames J. Weinkam wrote: >Do you have a backup you can compare it to? We meanwhile indeed did find a backup! David Liebtag wrote: > If you send it to us we may be able to determine a little more about it. > > David Liebtag > IBM APL Products and Services Currently we are trying to reconstruct it with the backup file. If unsuccessful, we would be very pleased if we could get back to your offer. Thanks a lot! -- Andreas Dopfer Institute for Logistics and Information Management Faculty of Business Administration University of Duisburg-Essen, Germany http://www.uni-duisburg.de/FB5/BWL/PUI
Post Follow-up to this messageAndreas Dopfer wrote: > I've got an IBM APL2 (MS Windows) workspace file which the interpreter > claims to be 'invalid'. Which version of APL2 was it saved from and which version are you running? I would make two suggestions: 1) Attempt to )COPY it into a clear WS. 2) If it was saved on a different version and can be read on that version, use )OUT to write it out as an .ATF file and then use )IN on your system. Ted
Post Follow-up to this messageIf you send it to us we may be able to determine a little more about it. David Liebtag IBM APL Products and Services
Post Follow-up to this messageJames J. Weinkam wrote: >Do you have a backup you can compare it to? We meanwhile indeed did find a backup! David Liebtag wrote: > If you send it to us we may be able to determine a little more about it. > > David Liebtag > IBM APL Products and Services Currently we are trying to reconstruct it with the backup file. If unsuccessful, we would be very pleased if we could get back to your offer. Thanks a lot! -- Andreas Dopfer Institute for Logistics and Information Management Faculty of Business Administration University of Duisburg-Essen, Germany http://www.uni-duisburg.de/FB5/BWL/PUI
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.