Advertisement
Guest User

Untitled

a guest
Jan 14th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. #------------------------------------------------------------------------
  2. # BPROD
  3. #------------------------------------------------------------------------
  4. BPROD.driver=com.ibm.db2.jcc.DB2Driver
  5. BPROD.optionalParams=dateFormat=3;timeFormat=3;
  6. BPROD.id=adminEtude
  7. BPROD.password=password
  8. BPROD.schema=PROD
  9. # VM
  10. BPROD.url=jdbc:db2://sdb-db2-D9049T.csm.intra:50000/BPROD1:
  11. # PIC
  12. #BPROD.url=jdbc:db2://SAP-PIC-I01.csm.intra:50000/BPROD:
  13.  
  14. #------------------------------------------------------------------------
  15. # BREC
  16. #------------------------------------------------------------------------
  17. BREC.driver=com.ibm.db2.jcc.DB2Driver
  18. BREC.optionalParams=dateFormat=3;timeFormat=3;
  19. BREC.id=adminEtude
  20. BREC.password=password
  21. BREC.schema=PROD
  22. # VM
  23. BREC.url=jdbc:db2://sdb-db2-D9049T.csm.intra:50000/BREC1:
  24. # PIC
  25. #BREC.url=jdbc:db2://SAP-PIC-I01.csm.intra:50000/BREC:
  26.  
  27. #------------------------------------------------------------------------
  28. # BREF
  29. #------------------------------------------------------------------------
  30. BREF.driver=com.ibm.db2.jcc.DB2Driver
  31. BREF.optionalParams=dateFormat=3;timeFormat=3;
  32. BREF.id=adminEtude
  33. BREF.password=password
  34. BREF.schema=PROD
  35. # VM
  36. BREF.url=jdbc:db2://sdb-db2-D9049T.csm.intra:50000/BREF1:
  37. # PIC
  38. #BREF.url=jdbc:db2://SAP-PIC-I01.csm.intra:50000/BREF:
  39.  
  40. #------------------------------------------------------------------------
  41. # BGVT
  42. #------------------------------------------------------------------------
  43. BGVT.driver=com.ibm.db2.jcc.DB2Driver
  44. BGVT.url=jdbc:db2://sdb-db2-D9049T.csm.intra:50000/BGVT1:
  45. BGVT.optionalParams=dateFormat=3;timeFormat=3;
  46. BGVT.id=adminEtude
  47. BGVT.password=password
  48. BGVT.schema=GVT
  49.  
  50. #------------------------------------------------------------------------
  51. # BTEL
  52. #------------------------------------------------------------------------
  53. BTEL.driver=com.ibm.db2.jcc.DB2Driver
  54. BTEL.url=jdbc:db2://sdb-db2-D9049T.csm.intra:50000/BTEL1:
  55. BTEL.optionalParams=dateFormat=3;timeFormat=3;
  56. BTEL.id=adminEtude
  57. BTEL.password=password
  58. BTEL.schema=PROD
  59.  
  60. #------------------------------------------------------------------------
  61. # BPMBO
  62. #------------------------------------------------------------------------
  63. BPMBO.driver=com.ibm.db2.jcc.DB2Driver
  64. BPMBO.url=jdbc:db2://sdb-db2-D9049T.csm.intra:50000/BPMBO1:
  65. BPMBO.optionalParams=dateFormat=3;timeFormat=3;
  66. BPMBO.id=adminEtude
  67. BPMBO.password=password
  68. BPMBO.schema=PROD
  69.  
  70. #------------------------------------------------------------------------
  71. # BRET
  72. #------------------------------------------------------------------------
  73. BRET.driver=com.ibm.db2.jcc.DB2Driver
  74. BRET.optionalParams=dateFormat=3;timeFormat=3;
  75. BRET.id=adminEtude
  76. BRET.password=password
  77. BRET.schema=PROD
  78. # VM
  79. BRET.url=jdbc:db2://sdb-db2-D9049T.csm.intra:50000/BRET1:
  80. # PIC
  81. #BRET.url=jdbc:db2://SAP-PIC-I01.csm.intra:50000/BRET:
  82.  
  83. #------------------------------------------------------------------------
  84. # BTSEMPL
  85. #------------------------------------------------------------------------
  86. BTSEMPL.driver=com.mysql.jdbc.Driver
  87. BTSEMPL.url=jdbc:mysql://localhost:3306
  88. BTSEMPL.schema=prod_tu
  89. BTSEMPL.id=root
  90. BTSEMPL.password=
  91. BTSEMPL.optionalParams=dateFormat=3;timeFormat=3;
  92.  
  93. #BTSEMPL.driver=com.ibm.db2.jcc.DB2Driver
  94. #BTSEMPL.url=jdbc:db2://sdb-db2-D9049T:50000/BTEST:
  95. #BTSEMPL.schema=PROD
  96. #BTSEMPL.id=adminetude
  97. #BTSEMPL.password=password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement