Friday, January 09, 2009
Deployment Forum HomeDeployment Forum ArticlesDeployment Forum Download LibraryDeployment Forum Member BlogsDeployment Forum Community Forums
Member Login
StandardLiveID


Register
Forgot Password ?



Guests can view and read messages in the community forums, but you must register and log in to Deployment Forum before you can post messages. Click Register at the top of this page. Before posting messages, please read the forum guidelines at the bottom of this page.

Subject: problem using ADO in winpe?
Prev Next
You are not authorized to post a reply.

AuthorMessages
DavidUser is Offline

Posts:50

Send Message
10/17/2008 6:36 PM  

this is the error I'm getting:

ADODB.Connection: Provider cannot be found. It may not be properly installed

'ADO' is checked under 'optional components' on the 'windows pe' tab of the deployment point properties. Its a custom script that works fine if run within windows server 2008 but when trying to run from the winPE image created by MDT 2008 Update 1 I get that error?

what else do I need to do to be able to use ADO in my vbscripts from this WinPE image?

I'm not using a database for the computers, roles, locations, etc... deployment scenarios... so the database node in the Deployment WorkBench is not configured... I have my own database server (on same server as MDT) that I am using for various things during deployment... does configuring this node do something that enables ADO in PE? again, I'm not using the MDT scripts for accessing my database, the scripts are totally seperate... and agian, they work when not in PE? This is killing me.

Hopefully someone here knows whats up.

thanks.

DavidUser is Offline

Posts:50

Send Message
10/23/2008 11:12 AM  

FYI for anyone trying this:

use the sqloledb provider (specified in your connection string). The error I was receiving was because I was trying to use the sql native client for sql server 2008 (forget the actual name, sqlncli10, maybe) and that is obviously not iincluded in the winPE image generated by MDT. After changing to sqloledb I got past that error.

You are not authorized to post a reply.
Forums > Deployment Solutions > MDT 2008 > problem using ADO in winpe?



ActiveForums 3.7
Forum Policies
Minimize

These forums are a user-supported community for IT professionals to exchange deployment tips, solutions, and techniques. For the benefit of all Deployment Forum members, please observe the following guidelines when posting to these forums:

  • We reserve the right to remove any message. Our moderators will remove all messages that are not respectful or productive. Profanity, racism, prejudice, and flaming are not tolerated.
  • Do not advertise products or services. Our moderators will remove all advertisements or service announcements. Product and service recommendations from active Deployment Forum members are encouraged, however.
  • Make sure your question isn't already answered. Before posting questions, search the forums. After ensuring that your questions are unique, post them to the most appropriate forum. This will help reduce noise in the forums.
  • Help make the most of each thread. Do not post unrelated messages to a thread. Also, if you've resolved a question outside of these forums, please share the solution with other members by posting it back to the thread.
  • Do not share confidential information. Confidential information includes product keys and addresses. Our moderators will edit any message containing confidential information, so double-check messages and their attachments before posting them.
  • Post messages using only the English language. For the benefit of all Deployment Forum members, please post your messages using the English language.

We hope that you enjoy using this community. Please submit your comments and feedback on the Comments and Feedback page or post them to the Comments, Feedback forum.



Privacy Statement  |  Terms Of Use
© 2007 Jerry Honeycutt