I have a valid page on server that I'm moving to a new server. Loading this page from on my old serer works beautifully. However, opening the same page from the NEW server produces an error:
BJC Change Management-Test
Microsoft OLE DB Provider for Oracle error '80004005'
Oracle client and networking components were not found. These components are supplied by Oracle Corporation and are part of the Oracle Version 7.3.3 or later client software installation. Provider is unable to function until these components are installed.
/bjcremedychangemgmt.asp, line 369
My code at line 369 reads:
360. dim oConn
361. dim oRst, sql, RptName, esql, gsql, fsql, ShowAnalyst, ShowDetail, SelOpt
362. dim ncrlSel, crcrdSel, acrcbSel, isatrSel, wlsdSel, wlsmSel, wlsaSel, isawSel
363. dim oacdSel, oacmSel, npcSel, grpOrInd, cacdSel, wlssSel, tmpSess, SelectType
364. dim defaultStartDate, defaultEndDate, sYear, sql1, npccSel, sPeriod, ipyYear
365. dim GroupOrder, partno, ppbdSel, start_date, end_date, nwlsdSel, nwlasmSel
366. set oConn = server.CreateObject("adodb.connection")
367. 'set oCmdArea = server.CreateObject("adodb.command")
368.
369. oConn.Open = "Provider=MSDAORA;Data Source=<MyOracleDatabase>;User ID=<MyUserName>;password=<MyPassWord>;"
370. set oRst = server.CreateObject("adodb.Recordset")
371. set RptName = Request.QueryString("rptname")
372. set grpOrInd = Request.QueryString("groupOrIndividual")
BJC Change Management-Test
Microsoft OLE DB Provider for Oracle error '80004005'
Oracle client and networking components were not found. These components are supplied by Oracle Corporation and are part of the Oracle Version 7.3.3 or later client software installation. Provider is unable to function until these components are installed.
/bjcremedychangemgmt.asp, line 369
My code at line 369 reads:
360. dim oConn
361. dim oRst, sql, RptName, esql, gsql, fsql, ShowAnalyst, ShowDetail, SelOpt
362. dim ncrlSel, crcrdSel, acrcbSel, isatrSel, wlsdSel, wlsmSel, wlsaSel, isawSel
363. dim oacdSel, oacmSel, npcSel, grpOrInd, cacdSel, wlssSel, tmpSess, SelectType
364. dim defaultStartDate, defaultEndDate, sYear, sql1, npccSel, sPeriod, ipyYear
365. dim GroupOrder, partno, ppbdSel, start_date, end_date, nwlsdSel, nwlasmSel
366. set oConn = server.CreateObject("adodb.connection")
367. 'set oCmdArea = server.CreateObject("adodb.command")
368.
369. oConn.Open = "Provider=MSDAORA;Data Source=<MyOracleDatabase>;User ID=<MyUserName>;password=<MyPassWord>;"
370. set oRst = server.CreateObject("adodb.Recordset")
371. set RptName = Request.QueryString("rptname")
372. set grpOrInd = Request.QueryString("groupOrIndividual")