AlexGuo
11th September 2002, 04:47
Hi all,
I face problem "Error 2 during split .file" when I scan solution file for installation of BaanIVc4 sp10.
After it,I start the Check solution to install,and many error message occur in the message windows with the following text:
"individual solution '156434' could not be found".
Any one help.
Thanks.
Old Vens
11th September 2002, 08:38
Hi,
we also sometimes encountered such errors. It happened when solution was downloaded with errors or was downloaded only partially. E.g/ you have only part of the solution not till end of its file. Try to download it again from baan technical support site.
Ravenscross
11th September 2002, 14:28
This is a more and more common problems either with incomplete solutions or with bad patch errors.
I have seen problems where these kind of issues can stop SP installs in thier tracks and need a small amount of GMT to complete, not the best of solutions for what is designed for an easier way to install patches.
So when you get a bad patch, you need to download that patch from the KB and re-scan it, remembering to overwrite when you scan (otherwise it doesn't work), then continue with the install of the SP.
Old Vens
11th September 2002, 15:15
Also is a good idea to compare file size which is posed at Support site and that being the result of downloading. If the last is smaller that the initial of course it is no good to scan once again.
OmeLuuk
12th September 2002, 14:38
GTM for installing should not be necessary. Download problems and file transfer problems account for error -2 (file not found) when split file (when extracting the contents of a solution dump based upon its Table Of Contents: a part of the file is missing).
Comparing file size can help if the files got truncated, but also in a bit-stream sometimes bits get flipped... in that case the bytesize may be correct, but if you do a binary compare (Unix:diff or NT:fc) you will be told if your redownloaded file matches the original one.
One work around when the status in PMC tables are wrong (installing) for rescanning, you can also do this repair on file system level:
1) Go to ttpmc0100m000 and read out the first pathname (for solution dumps) assume ${BSE}/pmc
2) Determine the Base VRC for the solution (assume B40_c, with file extension stnd)
3) Download the solution file in that directory:
$ cd ${BSE}/pmc/B40_c
$ ftp ftp.support.baan.com
>user: anonymous
>password: *
>bin
>cr off
>cd updates/B40_c
>get <SolNr>stnd
>quit
4) Compare the downloaded solution number with the previous downloaded version
diff <SolNr> <SolNr>stnd
(or fc <SolNr> <SolNr>stnd)
5) if different (very likely) then move <SolNr>stnd over <SolNr>
6) if not different then download again :) and start over with 4
7) restart installing in ttpmc2101m000