I can't e-mail an Advanced Report?
Execute the job & find the error in the dbo.Log. Save to path: keep in mind that this will store your file on the same server the Zemeter Job Service is executed.
Parameters for Advanced Report: Buggy, check dbo.Log.
Syntax should be: “marketproductline=AR SB std;customer=;concern=;rsm=;lag=0” (no quotes). Uninstall and reinstall Zemeter Job service.
After an upgrade to a newer version is done, it might be possible that the Zemeter Job Service did not get overridden (even though you asked for it during the installation).
To switch the job service that is being used, run these two commands in an administrator command prompt:
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe” /uninstall “C:\inetpub\wwwroot\Arkieva3\Service\Zemeter.Service.exe
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe” “C:\inetpub\wwwroot\Arkieva4\Service\Zemeter.Service.exe
Note that you must make sure that the Local Services dialog is closed for the 3.12 service to finish being removed. If you have the Local Services dialog open while you run the first command, the second command will fail until you close the Local Services dialog because the desired service name is still being used. After installing the 4.4 service, the Local Services dialog should be used to configure the Log On options for the service.
Related Articles
I'm getting an error when opening the override report?
You must add the service account to the Admin group (previously in a Monitor Group) and restart the application server.
Render and Email Dashboard not working?
Check to see if the mail host name is the same as in the settings for SMTP Server. You can also run the job through sql by using the procedure "run job" and configuring that job to run with the specific dashboard.
Getting duplicate keys error when adding new user to database?
Duplicate keys could mean there is a duplicate table in the database. An example is a remnant in the data source view from a table being renamed then added back again into the system model. You can run the below queries together in the database to ...
"An item with the same key already exists" error?
SELECT e.n.value(‘(@ID)[1]’, ‘varchar(max)’) as ID, e.n.value(‘declare namespace dm=”http://schemas/.microsoft.com/sqlserver/2004/10/semanticmodeling”; (dm:Name/text())[1]’, ‘varchar(max)’) as Entity, e.n.value(‘declare namespace ...
Cannot access the same attributes in Quick and Table editor?
When having roles in the system model, you can access the role’s attributes in a Quick report but not in the Table Editor. Since the Table Editor only queries directly on a table, it is not possible to access the attributes of a role in table editor.