I might have solved my problem. I changed the service acount from my local (windows) user account to a built in account using sa and then launched IE as administrator. I can now see the report manager and having added a folder can see that folder in the reportserver!
Hello all, I am new to SRSS and am having problems setting it up on my machine so any help would be appreciated.
I have a windows 8 pro pc with sql server 2012 installed and there's a ReportServer$JAMBU database in there. IIS is up and running but when I try and access...
I have just reinstalled my old copy of XI Dev from Feb 2005 and the web update feature cannot find any update servers. I assume this is due to the changes from Crystal Decisions to BO etc.
Does anyone know if service packs are available and where/how to get them?
I think I must have R1 as its...
Nothing seems to work. I am following the tutorials at "Flash in a Flash" and have gone through this 3 times doing exactly what the guy does on the video and each time I get this white background. I have set wmode to transparent and don't think I have a solid colour as a background.
If you have...
I have the same problem except I have the original fla.
How exactly (I am completely new at this) do you change the movie clips background from white to transparent?
Thanks in advance.
Thanks for the reply, unfortunately that isn't what I am trying to do.
In the tutorial The animation is created and stored as a movie clip symbol in a fla file. Then a new fla file with a background image is created and the movie clip fla file is imported as a library.
This movie clip is...
I am completely new to flash and have just started to work my way through the tutorials here - http://www.adobe.com/devnet/flash/articles/flash_in_a_flash.html.
I am only on the second video and am trying to place a movie clip onto a background (20 mins in). The instructor simply places the...
Run the Crystal Configuration Manager (from Start|Programs|crystal enterprise) you may need to start the CMS or check the configuration properties to see if 6400 is the servers port.
Try the following
stringvar sTest := "gturteteey(test)sdfytu";
stringvar sResult := "";
if instr(sTest,"(") > 0 and instr(sTest,"(") > 0 then
sResult := mid(sTest,instr(sTest,"(")+1,(instr(sTest,")")-instr(sTest,"("))-1)
else
sTest
Ignore the sql above, it should be...
AND A.ObjectName not in
(
select Distinct
ObjectName
from
ServerName.CE10AUDIT.ceuser.CMS_AUDITTABLE
where
convert(datetime,left(timestamp,10),101) > getdate()-62 and
AuditString like 'Report with live data viewed successfully%'
)
Thanks cmmrfrds!
That's very usefull.
I have added the following to the where clause of the outer sql to exclude the few reports that are picked up despite being run live within the time period.
AND A.ObjectID not in
(
select top 100 percent
ObjectID
from...
Thanks Goranm,
I have that report already and it shows those reports that have been viewed.
What I am after is some sql that would get me all the instances not in the viewed set in the last few months. I will probably have some time to get into this next week, if I get a solution I will post...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.