all groups > sql server reporting services > october 2004 >
You're in the

sql server reporting services

group:

RequestType field in the ExecutionLog table



RequestType field in the ExecutionLog table Davide Mauri
10/13/2004 5:08:38 PM
sql server reporting services: Hi to all

someone can tell me what the RequestType field in the ExecutionLog table
means?

From some experiments seems that there are 2 values:

0 - Reports executed manually
1 - Reports execution due to a subscription event

there are other values? Is it possibile to know them? I'm tryin with write a
Report that will help to read the ExecutionLog table.

Davide Mauri

Re: RequestType field in the ExecutionLog table Daniel Reib [MSFT]
10/13/2004 8:46:11 PM
There are only two values. 0 means that the report was run in the web
service process, 1 means it was run in the reportserver windows service
process.

--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

Re: RequestType field in the ExecutionLog table Davide Mauri
10/14/2004 5:07:14 PM
Thanx a lot Daniel

just another one question:

can you also tell me what the values in the column "source" mean? i always
have a value of 1 here.

Thanx a lot again & in advance :-)

Davide

[quoted text, click to view]

Re: RequestType field in the ExecutionLog table Daniel Reib [MSFT]
10/18/2004 1:03:29 PM
1 = Live report
2 = Run from cache
3 = Run from snapshot
4 = run from history

More info can be found here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rsadmin/htm/arp_rslogfiles_v1_7942.asp

--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

AddThis Social Bookmark Button