I am trying to update an MC9090 CE device with DCP 1.8 using MSP 3.2.
I created an Airbeam OS image file using OSUPDATE package builder 1.47
I loaded my package to MSP. I created my Bundle and Staging package.
I have tried both barcodes and On demand staging with the same results.
The device connects to the relay server and downloads the package, when it trys to install the OS package, I get an ACCESS ERROR on the first hex file which is the Partation table.
My RD and MSP update package worked just fine.
Has anyone seen this before?
I created an Airbeam OS image file using OSUPDATE package builder 1.47
I loaded my package to MSP. I created my Bundle and Staging package.
I have tried both barcodes and On demand staging with the same results.
The device connects to the relay server and downloads the package, when it trys to install the OS package, I get an ACCESS ERROR on the first hex file which is the Partation table.
My RD and MSP update package worked just fine.
Has anyone seen this before?
In this case it appears that the wrong device may have been selected when building the OS package and hence the wrong Osupdate exe was used. Again not sure if this is what you are seeing but worth a quick check or send me the apf you are using.
Sean.
Points: 0
You voted ‘up’
Points: 0
You voted ‘up’
Since you're updating a CE device, it's downloading one partition at a time from the FTP server during the OSUpdate process. I would verify that it's able to retrieve the files from the server. If you're using FileZilla as your FTP server, it should be easy to look in the FileZilla log to see if the client is not able to find a file.
Points: 0
You voted ‘up’
I was doing this on a WS2000 acting as a relay server when I noticed the error. Not sure what solved the problem, but I re-formatted the CF card as well as updated the firmware to version 2.3.2. I also re-created the relay server. Seemed to have fixed it. But I still do get a ton of disconnection/synchronization problems with the OSupdate...but it eventually completes.
Points: 1
You voted ‘up’
Points: 0
You voted ‘up’
I've had problems in the past with CE 5.0 in general with VC5090 and found that I had to add a command line in my OSUPDATE Builder "-n" option to make the radio stay on (resets radio in between package files). Once I did that I had no problems pulling down the rest of the packages. You might want to give that a try.
Hope this helps.
Cheers,
Mark Mann
Points: 1
You voted ‘up’
first check that your package name is not too long. Double click on your OSupd apf file and check the install command. Seems everything to be correct?
Second it is possible that the OSupdater cannot find your package content, because it is looking in a different component directory name on the relay server. Check the FTP log to see which directory will be accessed by the osupdater. MSP3 stores the package components in a sub folder with the following format.
<package_name>_<version>_<index>. It might be possible that the osupdater will retrieve the package components from folder <package_name>. Is this is the case install your Osupd package with the Airbeam Package Builder on the FTP server.
Hope this helps.
Thomas
Points: 0
You voted ‘up’
As Thomas mentioned MSP adds the package version and its own version index. I got around this today by logging onto the RS and renaming the folder and that also solved the problem. I think the path in the apd file is not being set correctly in MSP.
Points: 0
You voted ‘up’
Same concept as doing a legacy install of package for legacy staging.
Hope this helps,
Points: 1
You voted ‘up’
I would recommend rebuilding the package and then upload it to the msp server. I have seen the access error many times before. Make sure the FTP user has correct permissions on the folder
Points: 0
You voted ‘up’
Log in to post comments