Strange behavior when deleting Dictionary from CSWEB

Discussions about syncing data via Bluetooth, Dropbox, FTP, and using CSWeb
Post Reply
emdisala
Posts: 26
Joined: March 16th, 2021, 12:30 pm

Strange behavior when deleting Dictionary from CSWEB

Post by emdisala »

Dear All,

Could you help on the following problem

When try to delete a dictionary form CSWEB it prompts a dialog box for the confirmation to delete. After press YES the page redirected to LOGIN page it never delete the intended Dictionary

I tried this with CSWeb version 7.6 and 7.7 both gave me the same result. (Windwos server 2022). I have past experience with csweb and never saw this situation with CSWeb 7.6 and Windwos server 2019

Seeking you guidance, Thank you in advance

Disala
Attachments
csweb_delete.png
csweb_delete.png (37.78 KiB) Viewed 25196 times
justinlakier
Posts: 152
Joined: November 21st, 2022, 4:41 pm

Re: Strange behavior when deleting Dictionary from CSWEB

Post by justinlakier »

I've never seen this situation before either. Please send the logs from csweb/var/logs to cspro@lists.census.gov, as well as any dictionary you had trouble deleting, so that we can attempt to locate or reproduce this issue.

Thank you,
Justin
emdisala
Posts: 26
Joined: March 16th, 2021, 12:30 pm

Re: Strange behavior when deleting Dictionary from CSWEB

Post by emdisala »

justinlakier wrote: July 7th, 2023, 2:49 pm I've never seen this situation before either. Please send the logs from csweb/var/logs to cspro@lists.census.gov, as well as any dictionary you had trouble deleting, so that we can attempt to locate or reproduce this issue.

Thank you,
Justin
Dear Justin

Thank you for your reply. I here attached what I noticed.

Started with fresh copy of CSWeb 7.6 and reproduce the error with simple data dictionary (attached)

Directory Permissions
IIS_USRS group accounts.
files: Read and Write
var: Read and Write
src\AppBundle: Read and Write
app\config: Read and Write


http://localhost/csw4deltest/setup

Uploaded the data dictionary and try to delete, got the same result

And In the \var\logs no log files found

After that I did a test like following
http://localhost/csw4deltest/ and logged as and admin
After login success I got url (http://localhost/csw4deltest/dashboard) and open it in another tab to intention to check about session. Both tabs work same. After I tried to delete the dictionary in one tab and got the same issue. Then I try to wok with the other tab, clicked on DATA Menu (Left hand side) it redirected me to the login page.

If you can guide me further to overcome this issue is very helpful.

Thank you agin

Disala

Are following relate to this issue.
MIB search path: c:/usr/share/snmp/mibs
Cannot find module (IP-MIB): At line 0 in (none)
Cannot find module (IF-MIB): At line 0 in (none)
Cannot find module (TCP-MIB): At line 0 in (none)
Cannot find module (UDP-MIB): At line 0 in (none)
Cannot find module (HOST-RESOURCES-MIB): At line 0 in (none)
Cannot find module (SNMPv2-MIB): At line 0 in (none)
Cannot find module (SNMPv2-SMI): At line 0 in (none)
Cannot find module (NOTIFICATION-LOG-MIB): At line 0 in (none)
Cannot find module (UCD-SNMP-MIB): At line 0 in (none)
Cannot find module (UCD-DEMO-MIB): At line 0 in (none)
Cannot find module (SNMP-TARGET-MIB): At line 0 in (none)
Cannot find module (NET-SNMP-AGENT-MIB): At line 0 in (none)
Cannot find module (DISMAN-EVENT-MIB): At line 0 in (none)
Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none)
Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none)
Cannot find module (SNMP-FRAMEWORK-MIB): At line 0 in (none)
Cannot find module (SNMP-MPD-MIB): At line 0 in (none)
Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none)
Cannot find module (SNMP-NOTIFICATION-MIB): At line 0 in (none)
Cannot find module (SNMPv2-TM): At line 0 in (none)
Symfony 4.4.9 (env: dev, debug: true)
Attachments
MySimpleTestDic.zip
(490 Bytes) Downloaded 1442 times
savy
Posts: 163
Joined: December 27th, 2012, 1:36 pm

Re: Strange behavior when deleting Dictionary from CSWEB

Post by savy »

Are you still having problems with this issue? Did you setup IIS verbs to include DELETE as shown in the help documentation in the "Handle Additional Verbs" section here?
https://www.csprousers.org/help/CSWeb/i ... setup.html
Post Reply