diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-03-20 09:59:39 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-03-20 09:59:39 +0700 |
| commit | 4edb1c664a3716a6c153200c9d788819e5f0d070 (patch) | |
| tree | ecf8ea9b58f231f55c44d1c4e9a5a73f4ab53ae3 /update_brand_purchase_pricelist_dw.ktr | |
| parent | 6ab019c2318196149d3f4888a45a136ed0589c5c (diff) | |
fix connection
Diffstat (limited to 'update_brand_purchase_pricelist_dw.ktr')
| -rw-r--r-- | update_brand_purchase_pricelist_dw.ktr | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/update_brand_purchase_pricelist_dw.ktr b/update_brand_purchase_pricelist_dw.ktr index 642d864..566f1dc 100644 --- a/update_brand_purchase_pricelist_dw.ktr +++ b/update_brand_purchase_pricelist_dw.ktr @@ -430,20 +430,20 @@ <created_date>2024/03/20 09:33:21.045</created_date> <modified_user>-</modified_user> <modified_date>2024/03/20 09:33:21.045</modified_date> - <key_for_session_key/> + <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> <is_key_private>N</is_key_private> </info> <notepads> </notepads> <connection> - <name>dw bi indoteknik</name> + <name>dw bi indoteknik (localhost)</name> <server>localhost</server> <type>POSTGRESQL</type> <access>Native</access> <database>dw_bi_indoteknik</database> - <port>5703</port> - <username>metabase</username> - <password>Encrypted 2be98dfba28d7bf86853c9f58cfc4f889</password> + <port>5432</port> + <username>odoo</username> + <password>Encrypted 2be98afc82bdfd8dd9a2ca45acc83f6c3</password> <servername/> <data_tablespace/> <index_tablespace/> @@ -462,7 +462,7 @@ </attribute> <attribute> <code>PORT_NUMBER</code> - <attribute>5703</attribute> + <attribute>5432</attribute> </attribute> <attribute> <code>PRESERVE_RESERVED_WORD_CASE</code> @@ -478,7 +478,7 @@ </attribute> <attribute> <code>SUPPORTS_TIMESTAMP_DATA_TYPE</code> - <attribute>Y</attribute> + <attribute>N</attribute> </attribute> <attribute> <code>USE_POOLING</code> @@ -487,12 +487,12 @@ </attributes> </connection> <connection> - <name>erp indoteknik production</name> - <server>localhost</server> + <name>erp indoteknik production (localhost)</name> + <server>10.148.0.3</server> <type>POSTGRESQL</type> <access>Native</access> <database>erp_indoteknik</database> - <port>5901</port> + <port>5432</port> <username>odoo</username> <password>Encrypted 2be98afc82bdfd8dd9a2ca45acc83f6c3</password> <servername/> @@ -513,7 +513,7 @@ </attribute> <attribute> <code>PORT_NUMBER</code> - <attribute>5901</attribute> + <attribute>5432</attribute> </attribute> <attribute> <code>PRESERVE_RESERVED_WORD_CASE</code> @@ -529,7 +529,7 @@ </attribute> <attribute> <code>SUPPORTS_TIMESTAMP_DATA_TYPE</code> - <attribute>Y</attribute> + <attribute>N</attribute> </attribute> <attribute> <code>USE_POOLING</code> @@ -555,7 +555,7 @@ <method>none</method> <schema_name/> </partitioning> - <connection>erp indoteknik production</connection> + <connection>erp indoteknik production (localhost)</connection> <sql>select id, brand_id from purchase_pricelist where brand_id is not null</sql> <limit>0</limit> <lookup/> @@ -636,7 +636,7 @@ <method>none</method> <schema_name/> </partitioning> - <connection>dw bi indoteknik</connection> + <connection>dw bi indoteknik (localhost)</connection> <skip_lookup>N</skip_lookup> <commit>100</commit> <use_batch>N</use_batch> |
