Forum Discussion
vmunier_96939
Nimbostratus
Nov 06, 2013"General database error" when adding an entry to a Data Group List
Hi,
I have the error message "General database error"when adding an entry to a string Data Group List:
For instance, when adding www.test.com in the following Data Group List:
And Update...
- Nov 06, 2013
please see :
Nicholas_P__308
Cirrus
Feb 21, 2017SHA-256 should be selected in the later versions such as yours. This will be represented by 2048 bits in the key section (near bottom when generating CSR.) After that your PKI authority should handle the rest.
Kai_M__48813
Cirrus
Feb 22, 2017thanks!
i was also able to veriy this by running openssl req -noout - text in /config/test.csr | grep -i signature
- I've come up with something like this
when CLIENT_ACCEPTED { if { [matchclass [IP::remote_addr] equals $::Wip_Server] and [TCP::local_port] != <1433> } { pool SQL-Wip }
- Interesting concept... Not sure I like it (Sorry. I shudder at the fact that configs and target IP address are the same between test/dev and production), however the iRule looks fine and should accomplish what you require...
- OK so i've created a virtual server called Wip and assigned it a different IP
when CLIENT_ACCEPTED { if { [matchclass [IP::remote_addr] equals $::WiP_Servers] } { pool SQL-WiP } else { } }
- ok have come up with this but am getting the following errors:
when CLIENT_ACCEPTED { if {[matchclass [IP::remote_addr] equals $::Wip_Server]}{ pool SQL-Wip } else { elseif {[matchclass [IP::remote_addr] equals $::UAT_Server]}{ pool SQL-UAT elseif {[matchclass [IP::remote_addr] equals $::Live_Servers]{} pool SQL-Live } }
- Cspillane_18296Sep 15, 2010
Nimbostratus
Hello again Pav. - Thanks for that Chris the rule now works.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects