Local Intranet Mode Versus Internet Mode.
Jul 16, 2007
Hi,
Currently, our Report Builder is running on Local Intranet mode. I'm investigating what the security implications are in changing it to Internet mode. However, I've not been able to find any documentation on this.
Does anyone know of any documentation that addresses this issue or have experience that they can share with changing Report Builder security zone from Intranet mode to Internet mode?
Thanks very much.
View 1 Replies
ADVERTISEMENT
Jul 25, 2014
We have reports in SharePoint integrated mode which are really slow when compared to native mode. I have been asked to research and give info on what exactly causes the delays.
Any articles which give me information as to what happens when a report is run from SharePoint server and where does it log.
View 1 Replies
View Related
Jan 18, 2007
Durning install I selected Window's Authentication only, but now it seems we may need to use a Mixed Mode with an SA account etc... is there anyway to switch SQL 2005 to use Mixed Mode after the fact?
View 1 Replies
View Related
Mar 9, 2000
Hello,everyone!!
There is a query which when executed in the grid mode(ctrl+d) takes approx 0.02 seconds(about 21,000
rows) But when I execute in the text mode, it takes about 0.40 seconds!!
Why is this difference?
Also, when the records from this table are read from a VB application, they are equally slow (as in the text mode!)
Why is it so slow on the text mode & relatively faster in the grid mode?
Has anyone got any idea on ‘Firehose’ style cursor ?(which may speed up access of data in the VB application)
Rgds,
Adie
View 1 Replies
View Related
Jul 27, 2015
how to put sql server database in suspect mode intensely and  get it out from suspect mode to normal mode.
  i am using SQL server 2008 R2
View 5 Replies
View Related
Mar 26, 2005
Recently I read such statments 'When SQL Server is run in "lightweight pooling" mode (fiber mode) and the DTC service is started, unexpected behavior may occur.'
Can someone say anything about fibe mode?I am appreciated for it.:)
View 3 Replies
View Related
Sep 23, 2007
When I run the Visual Basic sample code in TechNet article:
http://technet.microsoft.com/en-us/library/aa337091.aspx
which displays data from a Sales Order Header table and a Sales Order Detail table in a ReportViewer control, I am not able to view any detail data. The header information displays just fine. I checked the query used for gathering the detail records by executing a query through SQL Management Studio and it appears to be a valid query which returns the correct detail records.
I'm running the ReportViewer control in a .ASPX page inside Visual Studio 2005 in Local Processing Mode since ultimately I want to use the web page on a hosted Internet site.
Any ideas as to why the detail records won't display? The row numbers of the detail lines do display.
View 2 Replies
View Related
Nov 23, 2006
I use a ReportViewer to display a report in local mode (WinForm). As long as I use VS2005 in debug mode, the report is displayed correct without any problems. If I run the compiled application directly, I get a crash message :
"xxx has encountered a problem and needs to close. We are sorry for the inconvenience."....
None of the exception handlings are called (the one where the "Me.ReportViewer1.RefreshReport()" is located and the one from the application "MyApplication_UnhandledException")
Thanks for help
Peter
View 2 Replies
View Related
Jun 15, 2007
I run my reports in local mode and do something like this :
Code Snippet
//Local Processing mode for Reports
reportViewer.ProcessingMode = ProcessingMode.Local;
// Set RDL file based on handout/grid selected
if (gridRadioButton.Checked)
{
reportViewer.LocalReport.ReportPath = "Grid.rdlc";
}
else
{
//Handout
reportViewer.LocalReport.ReportPath = "Handout.rdlc";
}
//Refresh the report in order to show it to the user.
reportViewer.RefreshReport();
The problem is that both handout and grid is diiferent, Say User Selects the grid once it always shows the grid report. Even second time you change to handout still it shows the same Grid format and I debugged it and it picks the new report path but doesn't help? The application needs to be rerun to fix it.
Can anyone explain what is causing this and how to get rid of it.
Thanks,
Harsimrat
View 4 Replies
View Related
Jan 3, 2006
Hi folks,
I have a SQL 2005 OTC. CTP version running on Windows 2003 server.
I would like to find out how the SQL server option changed to Windows Authentication mode from Mixed mode over the weekend. From the SQL log, I don't see when it changed. I would like to see Date/Time and client IP. If I can see User ID (windows) that would be great. Where I can find these info in SQL server?
Thank you in advance...
SHJ
View 1 Replies
View Related
Feb 16, 2006
Hi all...
I designed an rdlc file to be used with ReportViewer in an ASP.NET page.
The data source I used was an Object DataSource.
When I placed the ReportViewer control on the page, an ObjecrtDataSource control was added too. I configured it for the parameters the report will receive. The first string parameter is named PRO_DES, which has a default value of "" and the data come from request.Form.
When I run the report in the page, the following error appears:
The 'PRO_DES' parameter is missing a value
PRO_DES parameter, since it is a string, could be empty.
I tried to set a default value, but the same message appears.
DataSource is correctly attached to the report, so I don't know where the problem can be.
Any help will bne greatly appreciated
Thanks
Jaime
View 1 Replies
View Related
Jan 2, 2008
If we decide to make Report Manager the UI facing both internet and intranet users, but prefer that our intranet users not face the performance hit created by SSL, and prefer that SSL be turned on for internet users, what options do we have for configuting our RS environment if all users ultimately use the same reports and we wish to keep number of licenses at a minimum?
View 1 Replies
View Related
Feb 1, 2007
Hello,
Sorry for posting this here, I couldn't find an accurate forum name to post this in.
We are using Windows SBS Server 2003 with SQL Server installed. We have a static IP. I am wondering if we can host our database. I am specifically interested in having outside websites access our database. Is there anything special I need to do to make this happen? I am pretty clueless about this.
Thanks!
View 3 Replies
View Related
Aug 4, 2006
I need to put my SQL Server 2000 database in "hot mode" similar to the way Oracle can be placed in "hot mode" so we can sync a mirror and split it back off. How do I do this from the command line?
View 2 Replies
View Related
Nov 27, 2001
Have you ever heard of "firehose mode"? I am receiving the following message when trying to update certain tables in our SQLServer 2000 database "Transaction cannot start while in firehose mode.' Do you have any insights?
THANKS!
View 1 Replies
View Related
Jul 21, 2000
has anyone everheard of this. i got this error the other evening and could not find any details on it ... thank s
kim
View 1 Replies
View Related
Dec 13, 2000
Hi all,
I want to know how I can do to change my SQL server licence mode (from per-ser to per-seat) without reinstall SQL Server.
Thanks in advance.
View 3 Replies
View Related
May 21, 2003
Hi,
When I open an application, it prompts me for a message that SQL is locked in exclusive mode by other application.
How to solve this?
thanks in advance
christine
View 3 Replies
View Related
Aug 9, 1999
I know that PerSeat is each individual computer that accesses SQL Server
and PerServer is the number of concurrent connections to the server.
Is Client Access Licenses the same as PerSeat?
View 1 Replies
View Related
Jun 28, 2002
At installation I erred in specifying per seat licensing when the server I'm working on is actually a per processor license. Can I change this or must I reinstall SQL 2K?
View 1 Replies
View Related
Jun 28, 2002
At installation I erred in specifying per seat licensing when the server I'm working on is actually a per processor license. Can I change this or must I reinstall SQL 2K?
View 1 Replies
View Related
Nov 7, 2001
Can the licencing mode of SQL Server 2000 be changed after it is installed or do we need to reinstall.
Thanks
View 1 Replies
View Related
Apr 15, 2004
Hi all,
This may seem like a stupid question but i have a server licensed per processor (4 processors) but would like to have it licensed per user. The licensing setup in control panel only shows options for per processor or per devide. How do i get to license per user without reinstalling?
Thanks in advance.
View 4 Replies
View Related
May 16, 2004
Hi,
I connect to SQL-server from my application with 'sa' account.
It works when SQL-server is configured 'Windows Authentication'
and doesn't work for ' Mixed Mode Authentication'.
How it can be?
View 9 Replies
View Related
Oct 4, 2005
Hi,
Were working on a Smart Client application. Our customers will have .Net Windows forms on their computers that will access SQL Server data on our server.
I've read that Windows Authentication is the most secure authentication mode. However, since our customers computers are not on our network it would be impossible to use Windows Authentication. We'll have to use Mixed Authentication. I just wanted to confirm this in case my understanding of the authentication modes is wrong.
Thanks,
Chris
View 9 Replies
View Related
Nov 15, 2007
Like in SQL2000, can we set the SQL2005 dbs to DBO only mode?
View 1 Replies
View Related
Dec 12, 2007
I was not here for the installation of our current SQL server and those who did the install are no longer with the company. Is there a way I can figure out which mode was used? A query?
Any help would be great!
Kelli
View 3 Replies
View Related
Jul 17, 2007
HiI'm in Enterprise Manager and have made a change to a row.When I try to update I get a message that says:Transaction cannot start, Firehose mode"Can anyone explain what this is and what it means ?ThanksDavid Greenberg
View 5 Replies
View Related
Aug 1, 2006
Hi,
How to make all MSSQL DBs run in Simple log form by default other than FULL so when we srhink DBs the logs will go bybye. :-)
Thanks
View 10 Replies
View Related
May 9, 2008
Dear All!
I have a SSIS package. I want to run it at single instance mode, how must i do?
Someone can help me?
Thanks
View 3 Replies
View Related
Mar 27, 2008
i have applied transactional log to the database and set the database to recovery mode.
Suddenly i feel i want to recover another transactional log backup which i forgot. how to take database again to norecovery mode to apply that perticular tranasactional log only.
View 4 Replies
View Related
May 31, 2006
After installing SQL Server 2005 I found that I inadvertantly used Windows Authentication Mode and I would like to change to Mixed Mode (Windows Authentication and SQL Server Authentication) - what is the best way to do this? In Microsoft SQL Server 2000 you could simply go into Enterprise Manager, edit the SQL Server Registration Properties, edit the Properties of the SQL Server and edit the Properties of the SQL Server Agent.
View 1 Replies
View Related
Mar 12, 2008
Dear all,
I need to install Sql Express in Quite mode, Can any one help me with this?
and i want to send the parameters for the sql setup, such as (Password for user SA,Instance name) and other paramters that are needed...
Thanks in advance
Regards
Basel
View 4 Replies
View Related