Hello Mike,
Thanks for getting back to me, but I was able to figure out what was going on last night. I worked through this with a colleague and figured it out.
Within the *.dtsx there is a path to the location of the configuration file associated with it. This hard coded path was looking at the D:\ drive, which exists on my machine, but not of the build server (well at least not as a physical hard drive, but rather as a DVD Drive). As a result, it was trying to read a file from the DVD Drive, and that is what was causing the Device Is Not Ready error. I modified the *dtsx file to use a relative path, rather than an absolute one, and everything now seems to be working! :-)
Thanks
Gary
Thanks for getting back to me, but I was able to figure out what was going on last night. I worked through this with a colleague and figured it out.
Within the *.dtsx there is a path to the location of the configuration file associated with it. This hard coded path was looking at the D:\ drive, which exists on my machine, but not of the build server (well at least not as a physical hard drive, but rather as a DVD Drive). As a result, it was trying to read a file from the DVD Drive, and that is what was causing the Device Is Not Ready error. I modified the *dtsx file to use a relative path, rather than an absolute one, and everything now seems to be working! :-)
Thanks
Gary