I'm in the process of creating a tool in modelbuilder that pulls data from a table through an OLE DB connection and then uses it for further analysis. The model works on my computer but I plan on rolling the tool out to other staff members. I forsee a problem where other staff will go to use the tool but be unable to run it due to not having previously set up the OLE DB connection (they have access to the data server but dont have an OLE DB connection set up).
I'm trying to add a step to my model that checks for the OLE DB connection and then makes the connection if doesnt already exist. I cant seem to figure out how to do this. Any advice?
Thanks