Friday, March 30, 2012
Reporting Services and Mapping
2005 version. I know there are ways to get around it now, but does
anyone know if the 2005 version will support maps out of the box?
Thanks.On 30 Mar 2005 11:14:46 -0800, "Kenny" <kvu@.thereturnexchange.com>
wrote:
>I was just wondering if SSRS will support geographical mapping in the
>2005 version. I know there are ways to get around it now, but does
>anyone know if the 2005 version will support maps out of the box?
>Thanks.
Kenny,
I believe that was being considered. I don't know the current
position.
For SQL Server 2005 Reporting Services you are probably best to ask
questions on the newsgroup at
microsoft.private.sqlserver2005.reportingsvcs. Despite its name it's a
public newsgroup.
Andrew Watt
MVP - InfoPath
Wednesday, March 28, 2012
Reporting Services 2005 xml datasource
"A connection cannot be made to the database. Set and check the connection string." .I don't know how to do it, i don't know if i have to set a special connection string or any special condition.
So if someone could know how i can create this type of datasource, please send me a reply.
thanksThe connection string is the URL to the XML document (or SOAP endpoint). Which are you trying to use?|||I am receiving the same error myself, except I'm using a SQL server data source.
When I create the SQL Server Data Source, I put in the credentials, etc. and do a "Test" and receive a successful test message. When I then try and use the shared data source in a report, I receive the above error.
I ran a sniffer on my machine, and found that it was making no attempt to contact the SQL server (no network traffic) when it gave this error.|||Can you post your connection string and query?|||This happens with multiple Datasources (I've tried Native SQL, OLEDB, and ODBC so far).
I've never been able to actually get to the point of entering a query.
<?xml version="1.0" encoding="utf-8"?>
<RptDataSource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>AltirisCentral</Name>
<DataSourceID>b777bfc6-cb4a-4d4b-8d07-47714739abfe</DataSourceID>
<ConnectionProperties>
<Extension>SQL</Extension>
<ConnectString>Data Source=oakdbs03;Initial Catalog=AltirisCentralNew</ConnectString>
</ConnectionProperties>
</RptDataSource>|||Alright this has been out there for a long time, and no responses...anyone been able to fix this?
Reporting Services 2005 xml datasource
"A connection cannot be made to the database. Set and check the connection string." .I don't know how to do it, i don't know if i have to set a special connection string or any special condition.
So if someone could know how i can create this type of datasource, please send me a reply.
thanksThe connection string is the URL to the XML document (or SOAP endpoint). Which are you trying to use?|||I am receiving the same error myself, except I'm using a SQL server data source.
When I create the SQL Server Data Source, I put in the credentials, etc. and do a "Test" and receive a successful test message. When I then try and use the shared data source in a report, I receive the above error.
I ran a sniffer on my machine, and found that it was making no attempt to contact the SQL server (no network traffic) when it gave this error.|||Can you post your connection string and query?|||This happens with multiple Datasources (I've tried Native SQL, OLEDB, and ODBC so far).
I've never been able to actually get to the point of entering a query.
<?xml version="1.0" encoding="utf-8"?>
<RptDataSource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>AltirisCentral</Name>
<DataSourceID>b777bfc6-cb4a-4d4b-8d07-47714739abfe</DataSourceID>
<ConnectionProperties>
<Extension>SQL</Extension>
<ConnectString>Data Source=oakdbs03;Initial Catalog=AltirisCentralNew</ConnectString>
</ConnectionProperties>
</RptDataSource>|||Alright this has been out there for a long time, and no responses...anyone been able to fix this?
Reporting Services 2005 xml datasource
"A connection cannot be made to the database. Set and check the connection string." .I don't know how to do it, i don't know if i have to set a special connection string or any special condition.
So if someone could know how i can create this type of datasource, please send me a reply.
thanksThe connection string is the URL to the XML document (or SOAP endpoint). Which are you trying to use?|||I am receiving the same error myself, except I'm using a SQL server data source.
When I create the SQL Server Data Source, I put in the credentials, etc. and do a "Test" and receive a successful test message. When I then try and use the shared data source in a report, I receive the above error.
I ran a sniffer on my machine, and found that it was making no attempt to contact the SQL server (no network traffic) when it gave this error.|||Can you post your connection string and query?|||This happens with multiple Datasources (I've tried Native SQL, OLEDB, and ODBC so far).
I've never been able to actually get to the point of entering a query.
<?xml version="1.0" encoding="utf-8"?>
<RptDataSource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>AltirisCentral</Name>
<DataSourceID>b777bfc6-cb4a-4d4b-8d07-47714739abfe</DataSourceID>
<ConnectionProperties>
<Extension>SQL</Extension>
<ConnectString>Data Source=oakdbs03;Initial Catalog=AltirisCentralNew</ConnectString>
</ConnectionProperties>
</RptDataSource>|||Alright this has been out there for a long time, and no responses...anyone been able to fix this?sql
Reporting Services 2005 requires which SQL Server version?
will not allow us to upgrade right after Yukon is released, can Reporting
Services 2005 use SQL Server 2000 to hold it's databases? If so then I can
upgrade the non-critical report servers and leave the databases alone for
the moment.
Thanks in advance,
James SnapeJames Snape wrote:
> Very quick question - as our customers have mission critical
databases and
> will not allow us to upgrade right after Yukon is released, can
Reporting
> Services 2005 use SQL Server 2000 to hold it's databases? If so then
I can
> upgrade the non-critical report servers and leave the databases alone
for
> the moment.
> Thanks in advance,
> James Snape
I presume Reporting Services will allow databases to be in SQLServer
2000 because thinking real time most of the operational data will be in
SS 2000 when Yukon is released.
However, The Microsoft guys are the right people to answer this
Question
Anand Sagar|||My understanding is that RS 2005 can use SQL Server 2000 for its databases.
Obviously reporting off of other databases is no problem. My understanding
is also that you will require the SQL Server 2005 license but that the DB
can stay as 2000.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"James Snape" <jim_snape.at.hotmail@.online.nospam> wrote in message
news:%23rJb1d5VFHA.2516@.TK2MSFTNGP10.phx.gbl...
> Very quick question - as our customers have mission critical databases and
> will not allow us to upgrade right after Yukon is released, can Reporting
> Services 2005 use SQL Server 2000 to hold it's databases? If so then I can
> upgrade the non-critical report servers and leave the databases alone for
> the moment.
> Thanks in advance,
> James Snape
>
Monday, March 26, 2012
reporting services 2005 (CTP) and Oracle
Newsgroups:
http://communities.microsoft.com/newsgroups/default.asp?icp=sqlserver2005&slcid=us
--
--Brian
(Please reply to the newsgroups only.)
"pn2kt" <pn2kt@.discussions.microsoft.com> wrote in message
news:67DE088B-35C9-4983-992D-19CEA9FBF6EB@.microsoft.com...
>I can't create a connection for Oracle (any version). Is this a CTP issue ?
Tuesday, March 20, 2012
Reporting services
I could not find any information about the MSSQL Express/Workgroup
The question is: if this version contains the Reporting services?
Marcin S.All versions of SQL 2005 will come with Reporting Services
Wayne Snyder, MCDBA, SQL Server MVP
Mariner, Charlotte, NC
www.mariner-usa.com
(Please respond only to the newsgroups.)
I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org
"Marcin S." <MarcinS@.discussions.microsoft.com> wrote in message
news:0A23FFAC-4067-4ADE-B879-A66B1CED8531@.microsoft.com...
> Hi,
> I could not find any information about the MSSQL Express/Workgroup
> The question is: if this version contains the Reporting services?
>
> --
> Marcin S.|||Have a look at the SQL Server 2005 Reporting Services Feature Matrix
http://www.microsoft.com/sql/2005/p...rsfeatures.mspx
HTH
Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org
"Marcin S." <MarcinS@.discussions.microsoft.com> wrote in message
news:0A23FFAC-4067-4ADE-B879-A66B1CED8531@.microsoft.com...
> Hi,
> I could not find any information about the MSSQL Express/Workgroup
> The question is: if this version contains the Reporting services?
>
> --
> Marcin S.|||Hi,
Ok, but wath about SQL 2000 server?
Marcin S.
"Wayne Snyder" wrote:
> All versions of SQL 2005 will come with Reporting Services
> --
> Wayne Snyder, MCDBA, SQL Server MVP
> Mariner, Charlotte, NC
> www.mariner-usa.com
> (Please respond only to the newsgroups.)
> I support the Professional Association of SQL Server (PASS) and it's
> community of SQL Server professionals.
> www.sqlpass.org
> "Marcin S." <MarcinS@.discussions.microsoft.com> wrote in message
> news:0A23FFAC-4067-4ADE-B879-A66B1CED8531@.microsoft.com...
>
>
Reporting Services
services? I have SQL 2000, but can only find the trial
version of the software on the MS webiste.Dick,
From what I understand you can only get the full version of SSRS if you are
an MSDN member. I might be wrong (and in this case I hope I am) but that is
what I have been told. Anyone care to correct me?
"Dick" wrote:
> Where can I obtainn the full version of Reporting
> services? I have SQL 2000, but can only find the trial
> version of the software on the MS webiste.
>|||You might want to check this in the .reportingsvcs group...
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
"SQLScott" <SQLScott@.discussions.microsoft.com> wrote in message
news:DC6E9192-380C-4E66-8EF3-A503AA4F8873@.microsoft.com...[vbcol=seagreen]
> Dick,
> From what I understand you can only get the full version of SSRS if you ar
e
> an MSDN member. I might be wrong (and in this case I hope I am) but that
is
> what I have been told. Anyone care to correct me?
> "Dick" wrote:
>|||http://www.microsoft.com/sql/report...buy/default.asp
Keith
"SQLScott" <SQLScott@.discussions.microsoft.com> wrote in message
news:DC6E9192-380C-4E66-8EF3-A503AA4F8873@.microsoft.com...
> Dick,
> From what I understand you can only get the full version of SSRS if you
are
> an MSDN member. I might be wrong (and in this case I hope I am) but that
is[vbcol=seagreen]
> what I have been told. Anyone care to correct me?
> "Dick" wrote:
>|||http://www.microsoft.com/sql/report...buy/default.asp
Keith
"Dick" <anonymous@.discussions.microsoft.com> wrote in message
news:77e101c48470$f3af6be0$a501280a@.phx.gbl...
> Where can I obtainn the full version of Reporting
> services? I have SQL 2000, but can only find the trial
> version of the software on the MS webiste.
Reporting Services
services? I have SQL 2000, but can only find the trial
version of the software on the MS webiste.You might want to check this in the .reportingsvcs group...
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
"SQLScott" <SQLScott@.discussions.microsoft.com> wrote in message
news:DC6E9192-380C-4E66-8EF3-A503AA4F8873@.microsoft.com...
> Dick,
> From what I understand you can only get the full version of SSRS if you are
> an MSDN member. I might be wrong (and in this case I hope I am) but that is
> what I have been told. Anyone care to correct me?
> "Dick" wrote:
> > Where can I obtainn the full version of Reporting
> > services? I have SQL 2000, but can only find the trial
> > version of the software on the MS webiste.
> >|||http://www.microsoft.com/sql/reporting/howtobuy/default.asp
--
Keith
"SQLScott" <SQLScott@.discussions.microsoft.com> wrote in message
news:DC6E9192-380C-4E66-8EF3-A503AA4F8873@.microsoft.com...
> Dick,
> From what I understand you can only get the full version of SSRS if you
are
> an MSDN member. I might be wrong (and in this case I hope I am) but that
is
> what I have been told. Anyone care to correct me?
> "Dick" wrote:
> > Where can I obtainn the full version of Reporting
> > services? I have SQL 2000, but can only find the trial
> > version of the software on the MS webiste.
> >|||http://www.microsoft.com/sql/reporting/howtobuy/default.asp
--
Keith
"Dick" <anonymous@.discussions.microsoft.com> wrote in message
news:77e101c48470$f3af6be0$a501280a@.phx.gbl...
> Where can I obtainn the full version of Reporting
> services? I have SQL 2000, but can only find the trial
> version of the software on the MS webiste.
Monday, March 12, 2012
Reporting services
I could not find any information about the MSSQL Express/Workgroup
The question is: if this version contains the Reporting services?
Marcin S.
All versions of SQL 2005 will come with Reporting Services
Wayne Snyder, MCDBA, SQL Server MVP
Mariner, Charlotte, NC
www.mariner-usa.com
(Please respond only to the newsgroups.)
I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org
"Marcin S." <MarcinS@.discussions.microsoft.com> wrote in message
news:0A23FFAC-4067-4ADE-B879-A66B1CED8531@.microsoft.com...
> Hi,
> I could not find any information about the MSSQL Express/Workgroup
> The question is: if this version contains the Reporting services?
>
> --
> Marcin S.
|||Have a look at the SQL Server 2005 Reporting Services Feature Matrix
http://www.microsoft.com/sql/2005/pr...sfeatures.mspx
HTH
Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org
"Marcin S." <MarcinS@.discussions.microsoft.com> wrote in message
news:0A23FFAC-4067-4ADE-B879-A66B1CED8531@.microsoft.com...
> Hi,
> I could not find any information about the MSSQL Express/Workgroup
> The question is: if this version contains the Reporting services?
>
> --
> Marcin S.
|||Hi,
Ok, but wath about SQL 2000 server?
Marcin S.
"Wayne Snyder" wrote:
> All versions of SQL 2005 will come with Reporting Services
> --
> Wayne Snyder, MCDBA, SQL Server MVP
> Mariner, Charlotte, NC
> www.mariner-usa.com
> (Please respond only to the newsgroups.)
> I support the Professional Association of SQL Server (PASS) and it's
> community of SQL Server professionals.
> www.sqlpass.org
> "Marcin S." <MarcinS@.discussions.microsoft.com> wrote in message
> news:0A23FFAC-4067-4ADE-B879-A66B1CED8531@.microsoft.com...
>
>
Reporting Services
services? I have SQL 2000, but can only find the trial
version of the software on the MS webiste.
Dick,
From what I understand you can only get the full version of SSRS if you are
an MSDN member. I might be wrong (and in this case I hope I am) but that is
what I have been told. Anyone care to correct me?
"Dick" wrote:
> Where can I obtainn the full version of Reporting
> services? I have SQL 2000, but can only find the trial
> version of the software on the MS webiste.
>
|||You might want to check this in the .reportingsvcs group...
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
"SQLScott" <SQLScott@.discussions.microsoft.com> wrote in message
news:DC6E9192-380C-4E66-8EF3-A503AA4F8873@.microsoft.com...[vbcol=seagreen]
> Dick,
> From what I understand you can only get the full version of SSRS if you are
> an MSDN member. I might be wrong (and in this case I hope I am) but that is
> what I have been told. Anyone care to correct me?
> "Dick" wrote:
|||http://www.microsoft.com/sql/reporti...uy/default.asp
Keith
"SQLScott" <SQLScott@.discussions.microsoft.com> wrote in message
news:DC6E9192-380C-4E66-8EF3-A503AA4F8873@.microsoft.com...
> Dick,
> From what I understand you can only get the full version of SSRS if you
are
> an MSDN member. I might be wrong (and in this case I hope I am) but that
is[vbcol=seagreen]
> what I have been told. Anyone care to correct me?
> "Dick" wrote:
|||http://www.microsoft.com/sql/reporti...uy/default.asp
Keith
"Dick" <anonymous@.discussions.microsoft.com> wrote in message
news:77e101c48470$f3af6be0$a501280a@.phx.gbl...
> Where can I obtainn the full version of Reporting
> services? I have SQL 2000, but can only find the trial
> version of the software on the MS webiste.
Reporting services
I could not find any information about the MSSQL Express/Workgroup
The question is: if this version contains the Reporting services?
--
Marcin S.All versions of SQL 2005 will come with Reporting Services
--
Wayne Snyder, MCDBA, SQL Server MVP
Mariner, Charlotte, NC
www.mariner-usa.com
(Please respond only to the newsgroups.)
I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org
"Marcin S." <MarcinS@.discussions.microsoft.com> wrote in message
news:0A23FFAC-4067-4ADE-B879-A66B1CED8531@.microsoft.com...
> Hi,
> I could not find any information about the MSSQL Express/Workgroup
> The question is: if this version contains the Reporting services?
>
> --
> Marcin S.|||Have a look at the SQL Server 2005 Reporting Services Feature Matrix
http://www.microsoft.com/sql/2005/productinfo/rsfeatures.mspx
--
HTH
Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org
"Marcin S." <MarcinS@.discussions.microsoft.com> wrote in message
news:0A23FFAC-4067-4ADE-B879-A66B1CED8531@.microsoft.com...
> Hi,
> I could not find any information about the MSSQL Express/Workgroup
> The question is: if this version contains the Reporting services?
>
> --
> Marcin S.|||Hi,
Ok, but wath about SQL 2000 server?
--
Marcin S.
"Wayne Snyder" wrote:
> All versions of SQL 2005 will come with Reporting Services
> --
> Wayne Snyder, MCDBA, SQL Server MVP
> Mariner, Charlotte, NC
> www.mariner-usa.com
> (Please respond only to the newsgroups.)
> I support the Professional Association of SQL Server (PASS) and it's
> community of SQL Server professionals.
> www.sqlpass.org
> "Marcin S." <MarcinS@.discussions.microsoft.com> wrote in message
> news:0A23FFAC-4067-4ADE-B879-A66B1CED8531@.microsoft.com...
> > Hi,
> >
> > I could not find any information about the MSSQL Express/Workgroup
> >
> > The question is: if this version contains the Reporting services?
> >
> >
> > --
> > Marcin S.
>
>
Friday, March 9, 2012
Reporting Service Problem
I have received the same error when installing the production version of rep
orting services onto Windows 2000 Server.
I tryed setting DTC to manual and then re-installing but still received the
same error message.
Do you have any other ideas?Hello,
Thank you for your posting in the community!
Based on the description, the issue is related to the installation of the Re
porting Service.If
you would, please post this question in the <microsoft.beta.reporting.servic
es.general>
newsgroup.
The reporting services newsgroup is primarily for issues involving the insta
lling problem of
Reporting Service. The reason why we recommend posting appropriately is you
will get
the most qualified pool of respondents, and other partners who read the news
groups
regularly can either share their knowledge or learn from your interaction wi
th us.
Thanks and have a good day!
Best regards,
Billy Yao
Microsoft Online Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
Reporting Service Install Error 1603
We recently tried to upgrade to the release version of Reporting Services
from Rossetta, unfortunatly the upgrade failed halfway through, and no matter
what i try i cannot get past the point where error 1603 is reported.
I've even tried to uninstall and it says that Reporting services is not
installed, This is on a QA server so I would like to avoid a total rebuild,
If possible.
I've tried all the MS Knowledge base work arounds but still it doesnt work.
I have attached the tail end of the RSMSIO.LOG that show the error
MSI (c) (2C:30): Doing action: PrepareServices
Action start 08:21:40: PrepareServices.
MSI (c) (2C:30): Creating MSIHANDLE (274) of type 790542 for thread 3632
<Func Name='RedirectorCAX'>
Function=PrepareServices
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='203'>
Doing Action: PrepareServices
<Func Name='PrepareServices'>
<Func Name='GetServiceAccountProperty'>
<EndFunc Name='GetServiceAccountProperty' Return='T' GetLastError='203'>
<Func Name='SetServiceAccountDialog'>
<EndFunc Name='SetServiceAccountDialog' Return='T' GetLastError='203'>
<EndFunc Name='PrepareServices' Return='0' GetLastError='203'>
<EndFunc Name='RedirectorCAX' Return='0' GetLastError='203'>
DEBUG: Error 2769: Custom Action PrepareServices did not close 1 MSIHANDLEs.
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2769. The
arguments are: PrepareServices, 1,
Action ended 08:21:41: PrepareServices. Return value 1.
MSI (c) (2C:30): Doing action: WizardFirst
Action start 08:21:41: WizardFirst.
MSI (c) (2C:30): Creating MSIHANDLE (328) of type 790542 for thread 3632
<Func Name='RedirectorCAX'>
Function=WizardFirst
<Func Name='SetCAContext'>
<EndFunc Name='SetCAContext' Return='T' GetLastError='203'>
Doing Action: WizardFirst
<Func Name='WizardFirst'>
Action start 08:21:41: WelcomeDlg.
Action 08:21:41: WelcomeDlg. Dialog created
Action start 08:21:42: WizardNext.
Action ended 08:21:47: WizardNext. Return value 1.
Info 2898.DlgTextStyleB, Tahoma, 0
Info 2898.DlgTitleStyleB, Tahoma, 0
Info 2898.FixedStyle, Courier, 0
Action 08:21:47: RegisterUserDlg. Dialog created
Action start 08:21:48: WizardNext.
Action ended 08:21:48: WizardNext. Return value 1.
Action 08:21:48: UpgradeVersionDialog. Dialog created
Action start 08:21:49: SetUpgradeSettingsUIVersion.
Action ended 08:21:50: SetUpgradeSettingsUIVersion. Return value 3.
DEBUG: Error 2896: Executing action SetUpgradeSettingsUIVersion failed.
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2896. The
arguments are: SetUpgradeSettingsUIVersion, ,
Action ended 08:21:50: WelcomeDlg. Return value 3.
<EndFunc Name='WizardFirst' Return='1603' GetLastError='203'>
Gathering darwin properties for failure handling.
<Func Name='DisplayErrorDialog'>
Thankyou in advance for any and all help offered.Hi maybe could you have a look at the following article and check if you
have taken all the required steps.
836064 How to upgrade from Reporting Services Beta 2 to Reporting Services
and
http://support.microsoft.com/?id=836064
Cédric
"Jason Lees" <Jason Lees@.discussions.microsoft.com> wrote in message
news:945180A2-5DEC-4275-998D-23527B53B3FD@.microsoft.com...
> All,
> We recently tried to upgrade to the release version of Reporting Services
> from Rossetta, unfortunatly the upgrade failed halfway through, and no
> matter
> what i try i cannot get past the point where error 1603 is reported.
> I've even tried to uninstall and it says that Reporting services is not
> installed, This is on a QA server so I would like to avoid a total
> rebuild,
> If possible.
> I've tried all the MS Knowledge base work arounds but still it doesnt
> work.
> I have attached the tail end of the RSMSIO.LOG that show the error
> MSI (c) (2C:30): Doing action: PrepareServices
> Action start 08:21:40: PrepareServices.
> MSI (c) (2C:30): Creating MSIHANDLE (274) of type 790542 for thread 3632
> <Func Name='RedirectorCAX'>
> Function=PrepareServices
> <Func Name='SetCAContext'>
> <EndFunc Name='SetCAContext' Return='T' GetLastError='203'>
> Doing Action: PrepareServices
> <Func Name='PrepareServices'>
> <Func Name='GetServiceAccountProperty'>
> <EndFunc Name='GetServiceAccountProperty' Return='T' GetLastError='203'>
> <Func Name='SetServiceAccountDialog'>
> <EndFunc Name='SetServiceAccountDialog' Return='T' GetLastError='203'>
> <EndFunc Name='PrepareServices' Return='0' GetLastError='203'>
> <EndFunc Name='RedirectorCAX' Return='0' GetLastError='203'>
> DEBUG: Error 2769: Custom Action PrepareServices did not close 1
> MSIHANDLEs.
> The installer has encountered an unexpected error installing this package.
> This may indicate a problem with this package. The error code is 2769. The
> arguments are: PrepareServices, 1,
> Action ended 08:21:41: PrepareServices. Return value 1.
> MSI (c) (2C:30): Doing action: WizardFirst
> Action start 08:21:41: WizardFirst.
> MSI (c) (2C:30): Creating MSIHANDLE (328) of type 790542 for thread 3632
> <Func Name='RedirectorCAX'>
> Function=WizardFirst
> <Func Name='SetCAContext'>
> <EndFunc Name='SetCAContext' Return='T' GetLastError='203'>
> Doing Action: WizardFirst
> <Func Name='WizardFirst'>
> Action start 08:21:41: WelcomeDlg.
> Action 08:21:41: WelcomeDlg. Dialog created
> Action start 08:21:42: WizardNext.
> Action ended 08:21:47: WizardNext. Return value 1.
> Info 2898.DlgTextStyleB, Tahoma, 0
> Info 2898.DlgTitleStyleB, Tahoma, 0
> Info 2898.FixedStyle, Courier, 0
> Action 08:21:47: RegisterUserDlg. Dialog created
> Action start 08:21:48: WizardNext.
> Action ended 08:21:48: WizardNext. Return value 1.
> Action 08:21:48: UpgradeVersionDialog. Dialog created
> Action start 08:21:49: SetUpgradeSettingsUIVersion.
> Action ended 08:21:50: SetUpgradeSettingsUIVersion. Return value 3.
> DEBUG: Error 2896: Executing action SetUpgradeSettingsUIVersion failed.
> The installer has encountered an unexpected error installing this package.
> This may indicate a problem with this package. The error code is 2896. The
> arguments are: SetUpgradeSettingsUIVersion, ,
> Action ended 08:21:50: WelcomeDlg. Return value 3.
> <EndFunc Name='WizardFirst' Return='1603' GetLastError='203'>
> Gathering darwin properties for failure handling.
> <Func Name='DisplayErrorDialog'>
> Thankyou in advance for any and all help offered.
>
Reporting Service expiration
It is going to expire soon.
I need to have a non-eval version of Reporting service.
How can I get it?
Is there any other method so that the reporting service doesn't get expired?
Thanks in advancesee http://www.microsoft.com/sql/reporting/howtobuy/default.asp for details.
--
Ravi Mumulla (Microsoft)
SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"VV" <vineshk@.omegatech.com> wrote in message
news:e5pq%23TnWEHA.1356@.TK2MSFTNGP09.phx.gbl...
> I have reporting services installed.
> It is going to expire soon.
> I need to have a non-eval version of Reporting service.
> How can I get it?
> Is there any other method so that the reporting service doesn't get
expired?
> Thanks in advance
>
Wednesday, March 7, 2012
Reporting Service and SQL express 2005
is there any differences between the reporting service in SQL S 2005 express
and the Enteprise version (I know that the Enteprise version includes the
ReportBuilder).
Thanks
Pascalas far as I know, when using reporting services in SQL server express 2005
you can use only local database as datasource, whereas when using Enterprise
version you can use other datasources ( files, remote databases, ...)
Regards,
Goran Jakovljevic
"pascal" <ghilain.pascal@.apb.be> wrote in message
news:%23vusyRtjGHA.1208@.TK2MSFTNGP02.phx.gbl...
> Hello
> is there any differences between the reporting service in SQL S 2005
express
> and the Enteprise version (I know that the Enteprise version includes the
> ReportBuilder).
> Thanks
> Pascal
>|||All other versions (not just Enterprise) other than Express allow
datasources from remote sources (ODBC, OLEDB, dotnet providers for SQL
Server and Oracle) etc.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"goran" <goran.jakoveljvic@.ka.htnet.hr> wrote in message
news:udVI0z7jGHA.3304@.TK2MSFTNGP03.phx.gbl...
> as far as I know, when using reporting services in SQL server express 2005
> you can use only local database as datasource, whereas when using
> Enterprise
> version you can use other datasources ( files, remote databases, ...)
> Regards,
> Goran Jakovljevic
> "pascal" <ghilain.pascal@.apb.be> wrote in message
> news:%23vusyRtjGHA.1208@.TK2MSFTNGP02.phx.gbl...
>> Hello
>> is there any differences between the reporting service in SQL S 2005
> express
>> and the Enteprise version (I know that the Enteprise version includes the
>> ReportBuilder).
>> Thanks
>> Pascal
>>
>
Saturday, February 25, 2012
Reporting Server 2000 Authentication Issue
I have installed the eval version of Reporting Services 2000 on my pc. And i've used the report viewer control to view the report on a ASP.NET Page. When i view that .ASPX page, i get a windows authentication window before it opens the actual report.
Is there any way to disable this windows authentication dialouge box?
Regards,
PS: in the viewer i gave the path of the report as http://localhost/Rerport/ABC.rdl
I also tried with the ip address in place of localhost.
The ReportViewer control that ships with Visual Studio 2005 does not support Reporting Services 2000.
-Lukasz