Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Save to Database action missing in Web Forms for Marketers 2.5

I have installed Web Forms for Marketers 2.5 in new instance of Sitecore 7.5 and I don't see "Save to Database" action in new version. Also there is no MDF file in version I believe this is because new version uses MongoDB. There is a WFFM_Analytics.sql not sure in which DB I need to use to run this file.

like image 363
navincumar Avatar asked Feb 21 '26 14:02

navincumar


1 Answers

The "Reporting" database is not attached to the DB server by default when you initially install Sitecore 7.5 (at least not with SIM).

Per Sitecore 7.5 Installation Guidelines - Section 6.2:

Configuring the reporting database – attach the Sitecore.Analytics.mdf database to SQL Server. This database is used for reporting.

o In the ConnectionStrings.config file, customize the following string:

<add name="reporting" connectionString="user id=_username_;password=_password_;Data Source=_server_;Database=Sitecore_Analytics" />

Note: You can find the Sitecore_Analytics database under the [site root]\Database folder

Once you have attached the reporting database and updated the connection string, you will need to run the sql file as mentioned int he package installer instructions. (see Brad's answer).

You are correct that the 'Save to Database' action is no there anymore. I'll try to see if the data is saved automatically or if a Save to Database action was missed while packaging when I get some time later tonight.

like image 147
cpp Avatar answered Feb 25 '26 17:02

cpp



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!