Subversion Repositories DevTools

Rev

Rev 1283 | Rev 3909 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1283 Rev 1371
Line 24... Line 24...
24
Set OraDatabase = OraSession.OpenDatabase( Application("TNS_NAME"), Application("DEPLOYMENT_MANAGER_LOGIN"), Cint(0))
24
Set OraDatabase = OraSession.OpenDatabase( Application("TNS_NAME"), Application("DEPLOYMENT_MANAGER_LOGIN"), Cint(0))
25
 
25
 
26
'-- ClearQuest Connection
26
'-- ClearQuest Connection
27
Const CQ_CONN = "Provider=sqloledb;Data Source=AUPERASQL05;Initial Catalog=master;User Id=release_manager;Password=release_manager"
27
Const CQ_CONN = "Provider=sqloledb;Data Source=AUPERASQL05;Initial Catalog=master;User Id=release_manager;Password=release_manager"
28
'-- JIRA Connection
28
'-- JIRA Connection
29
Const JIRA_conn = "Provider=sqloledb;Data Source=AUPERASQL05;Initial Catalog=JIRA;User Id=jirauser;Password=jirauser"
29
Const JIRA_conn = "Provider=sqloledb;Data Source=cloudajir01;Initial Catalog=JIRA506_PRODUCTION;User Id=jiraread;Password=J1r@..1234"
30
' -----------------------------------------------------
30
' -----------------------------------------------------
31
%>
31
%>
32
<%
32
<%
33
' -- CONFIGURATIONS -----------------------------------
33
' -- CONFIGURATIONS -----------------------------------
34
Const APPLICATION_ID = 1  			' Stored in Deployment Manager, [APPLICATIONS] table
34
Const APPLICATION_ID = 1  			' Stored in Deployment Manager, [APPLICATIONS] table