SQLException: JDBC Driver not found:

 3 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
PARTHIBANATHAN NATARAJAN
Basic Member
Posts: 13
Basic Member
    Hi All,

    When i am access from SQL node from PFI,i am getting following error,

    SQLException: JDBC Driver not found: com.microsoft.jdbc.sqlserver.SQLServerDriver

    Please add jdbc driver to ProcessFlow Server classpath.


    Even configured in desigenr.bat but  still i am facing same problem.

    Please help me .

    RandyM
    Basic Member
    Posts: 9
    Basic Member
      Your JDBC Driver is wrong, it should be: com.microsoft.sqlserver.jdbc.SQLServerDriver
      PARTHIBANATHAN NATARAJAN
      Basic Member
      Posts: 13
      Basic Member
        hi ,

        It works for TST environment but when i promoteing to  PRD ,i am facsing this isses

        thanks
        parthiv
        RandyM
        Basic Member
        Posts: 9
        Basic Member
          What version of JDBC, PFI and JRE are you using? Your syntax could be correct with an older version of JDBC. Is JDBC installed on the production server?