Tasks #8741
Mini server - Sales regions not displaying in Sales History
Description
Dear Muzammil,
In mini server, Sales regions not listing in Sales history/Sales report.
Files
History
Updated by MUZAMMIL S almost 2 years ago
- Assignee changed from MUZAMMIL S to Rijas P
please share anydesk access of mini server.
Updated by MUZAMMIL S almost 2 years ago
admin@EUROCENTRAL:~/ExportSetup> psql -U adempiere -d posiboltdb -h 10.11.0.6
psql.bin (9.5.12, server 9.5.15)
Type "help" for help.
posiboltdb=# select count(*) from c_salesregion where ad_client_id=1000000;
count
-------
95
(1 row)
posiboltdb=# \q
admin@EUROCENTRAL:~/ExportSetup> psql -U adempiere -d euro
psql.bin (9.5.12)
Type "help" for help.
euro=# select count(*) from c_salesregion where ad_client_id=1000000;
count
-------
95
(1 row)
Updated by MUZAMMIL S almost 2 years ago
- Assignee changed from Rijas P to Mohamed Suhail
sales region count is same in both central and mini server.
Updated by Mohamed Suhail almost 2 years ago
- Status changed from New to Resolved
- Assignee changed from Mohamed Suhail to MUZAMMIL S
- % Done changed from 0 to 100
MUZAMMIL S wrote:
sales region count is same in both central and mini server.
euro=# select ad_tree_id from ad_tree where treetype ='SR' and ad_client_id=1000000;
ad_tree_id
------------
1000013
(1 row)
euro=# select count(*) from ad_treenode where ad_tree_id=1000013;
count
-------
96
(1 row)
posiboltdb=# select count(*) from ad_treenode where ad_tree_id=1000013;
count
-------
2
(1 row)
Ad_TreeNode table was not synced between central and mini servers
Synced now
MUZAMMIL S, please check
Updated by MUZAMMIL S almost 2 years ago
- Assignee changed from MUZAMMIL S to Rijas P
Mohamed Suhail wrote:
MUZAMMIL S wrote:
sales region count is same in both central and mini server.
euro=# select ad_tree_id from ad_tree where treetype ='SR' and ad_client_id=1000000;
ad_tree_id
------------
1000013
(1 row)euro=# select count(*) from ad_treenode where ad_tree_id=1000013;
count
-------
96
(1 row)posiboltdb=# select count(*) from ad_treenode where ad_tree_id=1000013;
count
-------
2
(1 row)Ad_TreeNode table was not synced between central and mini servers
Synced now
MUZAMMIL S, please check
Verified in mini server.
Rijas,
Please check.
Updated by SHAIJAL EDAVANA 8 months ago
- Tracker changed from Bug to Tasks
- Project changed from Euro Novelties to Temp Projects
- Category deleted (
Others)