Scripting

  • 1.  v2015 Advanced Win 2008 R2 Enterprise OS. Trying

    Posted 08-30-2015 18:42
    v2015 Advanced Win 2008 R2 Enterprise OS. Trying to load the CSODBC service using the attached instructions. Doesn't load. When I try to run as an app, I get the error below ""Unable to start Providex File Server"". Not much on the KB. Rebooted the server, same issue. Thoughts? TIA...

    Attachment(s)

    pdf
    InstallCSODBC_Driver.pdf   47 KB 1 version


  • 2.  RE: v2015 Advanced Win 2008 R2 Enterprise OS. Trying

    Posted 08-30-2015 21:23
    Does CSODBC exist in 2015?


  • 3.  RE: v2015 Advanced Win 2008 R2 Enterprise OS. Trying

    Posted 08-30-2015 22:11
    Yes does. I enabled one on 2015 today for a client.


  • 4.  RE: v2015 Advanced Win 2008 R2 Enterprise OS. Trying

    Posted 08-31-2015 05:10
    That error makes it sound like something else is already running on tcp port 22022 on the server. On the server, go to a command line and run ' netstat -aon | find "":22022"" ', and the last column that spits out will be the PID of the task that's using that port. Then you can open Task Manager, Processes tab, click View \ Select Columns... and check PID (Process Identifier). Then you should be able to find the task that's blocking you.


  • 5.  RE: v2015 Advanced Win 2008 R2 Enterprise OS. Trying

    Posted 08-31-2015 05:19
    Thanks. I neglected to say that we did that last night and found nothing. Will try it again using the find function.