Friday, March 23, 2012
I can't find where to "deploy" my reports to...
and that isn't where I set it up at (I know, I know)...Can you please
tell me how I can find out? I also need to know where my
http://......ReportManager is.
Any help is appreciated.
Thanks,
Trintuse the reporting services configuration tool to setup the virtual
directories.
by default the installation create these one:
http://localhost/reportserver
and
http://localhost/reports (the report manager site)
"trint" <trinity.smith@.gmail.com> wrote in message
news:1190494941.562704.60420@.22g2000hsm.googlegroups.com...
> I've currently got my deployment path to
> http://###.###.###.###/ReportServices
> and that isn't where I set it up at (I know, I know)...Can you please
> tell me how I can find out? I also need to know where my
> http://......ReportManager is.
> Any help is appreciated.
> Thanks,
> Trint
>|||On Sep 22, 7:19 pm, "Jeje" <willg...@.hotmail.com> wrote:
> use the reporting services configuration tool to setup the virtual
> directories.
> by default the installation create these one:http://localhost/reportserver
> andhttp://localhost/reports (the report manager site)
> "trint" <trinity.sm...@.gmail.com> wrote in message
> news:1190494941.562704.60420@.22g2000hsm.googlegroups.com...
>
> > I've currently got my deployment path to
> > http://###.###.###.###/ReportServices
> > and that isn't where I set it up at (I know, I know)...Can you please
> > tell me how I can find out? I also need to know where my
> >http://......ReportManageris.
> > Any help is appreciated.
> > Thanks,
> > Trint- Hide quoted text -
> - Show quoted text -
Jeje,
"The page cannot be found" cannot be found on this machine with both
of those a reports and manager
addresses...getting very frustrated...From the Configuration tool, it
says it is set up right.
Trint|||how do you access the server?
using localhost or netbios name or dns name?
(http://localhosthttp://serverhttp://server.domain.com)
"trint" <trinity.smith@.gmail.com> wrote in message
news:1190509765.296434.198840@.r29g2000hsg.googlegroups.com...
> On Sep 22, 7:19 pm, "Jeje" <willg...@.hotmail.com> wrote:
>> use the reporting services configuration tool to setup the virtual
>> directories.
>> by default the installation create these
>> one:http://localhost/reportserver
>> andhttp://localhost/reports (the report manager site)
>> "trint" <trinity.sm...@.gmail.com> wrote in message
>> news:1190494941.562704.60420@.22g2000hsm.googlegroups.com...
>>
>> > I've currently got my deployment path to
>> > http://###.###.###.###/ReportServices
>> > and that isn't where I set it up at (I know, I know)...Can you please
>> > tell me how I can find out? I also need to know where my
>> >http://......ReportManageris.
>> > Any help is appreciated.
>> > Thanks,
>> > Trint- Hide quoted text -
>> - Show quoted text -
> Jeje,
> "The page cannot be found" cannot be found on this machine with both
> of those a reports and manager
> addresses...getting very frustrated...From the Configuration tool, it
> says it is set up right.
> Trint
>|||On Sep 22, 10:33 pm, "Jeje" <willg...@.hotmail.com> wrote:
> how do you access the server?
> using localhost or netbios name or dns name?
> (http://localhosthttp://serverhttp://server.domain.com)
> "trint" <trinity.sm...@.gmail.com> wrote in message
> news:1190509765.296434.198840@.r29g2000hsg.googlegroups.com...
>
> > On Sep 22, 7:19 pm, "Jeje" <willg...@.hotmail.com> wrote:
> >> use the reporting services configuration tool to setup the virtual
> >> directories.
> >> by default the installation create these
> >> one:http://localhost/reportserver
> >> andhttp://localhost/reports(the report manager site)
> >> "trint" <trinity.sm...@.gmail.com> wrote in message
> >>news:1190494941.562704.60420@.22g2000hsm.googlegroups.com...
> >> > I've currently got my deployment path to
> >> > http://###.###.###.###/ReportServices
> >> > and that isn't where I set it up at (I know, I know)...Can you please
> >> > tell me how I can find out? I also need to know where my
> >> >http://......ReportManageris.
> >> > Any help is appreciated.
> >> > Thanks,
> >> > Trint- Hide quoted text -
> >> - Show quoted text -
> > Jeje,
> > "The page cannot be found" cannot be found on this machine with both
> > of those a reports and manager
> > addresses...getting very frustrated...From the Configuration tool, it
> > says it is set up right.
> > Trint- Hide quoted text -
> - Show quoted text -
Jeje,
I am using http://123.456.78.910/ReportServer/
we are getting ready to switch our dns to this new site (from
Coldfusion to my new
C# site on the new server).
Thanks,
Trint
Monday, March 19, 2012
I cannot get DBMAIL to work
I configured it and sent a "test message" with the "send test email"
control, and it works instantly.
When I send an email using procedure, nothing happens.
The log shows status as "sent". No errors. But no email is delivered.
I use the same email address as the test email. I don't get it.
EXEC msdb.dbo.sp_send_dbmail
@.profile_name= N'test',
@.recipients= N'myemailaddress',
@.Subject = N'test subject',
@.body= N'the body';
This returns "mail sent". But it is never delivered.
Like I said, the "test email" with the same profile works.We found the problem, the recipient had a bad rule on their end!
"Croco Stimpy" <none@.none.com> wrote in message
news:uhO1Ny0TGHA.4132@.TK2MSFTNGP11.phx.gbl...
> This is the only thing holding up our deployment of SQL 2005.
> I configured it and sent a "test message" with the "send test email"
> control, and it works instantly.
> When I send an email using procedure, nothing happens.
> The log shows status as "sent". No errors. But no email is delivered.
> I use the same email address as the test email. I don't get it.
> EXEC msdb.dbo.sp_send_dbmail
> @.profile_name= N'test',
> @.recipients= N'myemailaddress',
> @.Subject = N'test subject',
> @.body= N'the body';
>
> This returns "mail sent". But it is never delivered.
> Like I said, the "test email" with the same profile works.
>
I cannot get DBMAIL to work
I configured it and sent a "test message" with the "send test email"
control, and it works instantly.
When I send an email using procedure, nothing happens.
The log shows status as "sent". No errors. But no email is delivered.
I use the same email address as the test email. I don't get it.
EXEC msdb.dbo.sp_send_dbmail
@.profile_name= N'test',
@.recipients= N'myemailaddress',
@.Subject = N'test subject',
@.body= N'the body';
This returns "mail sent". But it is never delivered.
Like I said, the "test email" with the same profile works.We found the problem, the recipient had a bad rule on their end!
"Croco Stimpy" <none@.none.com> wrote in message
news:uhO1Ny0TGHA.4132@.TK2MSFTNGP11.phx.gbl...
> This is the only thing holding up our deployment of SQL 2005.
> I configured it and sent a "test message" with the "send test email"
> control, and it works instantly.
> When I send an email using procedure, nothing happens.
> The log shows status as "sent". No errors. But no email is delivered.
> I use the same email address as the test email. I don't get it.
> EXEC msdb.dbo.sp_send_dbmail
> @.profile_name= N'test',
> @.recipients= N'myemailaddress',
> @.Subject = N'test subject',
> @.body= N'the body';
>
> This returns "mail sent". But it is never delivered.
> Like I said, the "test email" with the same profile works.
>
I cannot get DBMAIL to work
I configured it and sent a "test message" with the "send test email"
control, and it works instantly.
When I send an email using procedure, nothing happens.
The log shows status as "sent". No errors. But no email is delivered.
I use the same email address as the test email. I don't get it.
EXEC msdb.dbo.sp_send_dbmail
@.profile_name= N'test',
@.recipients= N'myemailaddress',
@.Subject = N'test subject',
@.body= N'the body';
This returns "mail sent". But it is never delivered.
Like I said, the "test email" with the same profile works.
We found the problem, the recipient had a bad rule on their end!
"Croco Stimpy" <none@.none.com> wrote in message
news:uhO1Ny0TGHA.4132@.TK2MSFTNGP11.phx.gbl...
> This is the only thing holding up our deployment of SQL 2005.
> I configured it and sent a "test message" with the "send test email"
> control, and it works instantly.
> When I send an email using procedure, nothing happens.
> The log shows status as "sent". No errors. But no email is delivered.
> I use the same email address as the test email. I don't get it.
> EXEC msdb.dbo.sp_send_dbmail
> @.profile_name= N'test',
> @.recipients= N'myemailaddress',
> @.Subject = N'test subject',
> @.body= N'the body';
>
> This returns "mail sent". But it is never delivered.
> Like I said, the "test email" with the same profile works.
>
Sunday, February 19, 2012
Hw can the cube be modified after deployment?
Hi,
We used cube in our project.
And the project is released to production environment.
Now we need to modify the cube.
Can anyone have any idea what are the ways we can handle this?
Appreciate any suggestion.
Sachin!
If this is an SSAS2005 cube you will have a project in BI-Developer Studio? Open the project and make the changes and redeploy the script to the SSAS2005 server.
The other way is to reingeneer a deployed cube. BI-Dev Studio have a project for this as well: "Import Analysis Services 9 database". Once you have a new project you can start making changes.
HTH
Thomas Ivarsson
|||The third alternative is to connect online to the cube. In Visual Studio go to File -> Open -> Analysis Services Database, and you will end up making changes directly to the cube on the server without having to deploy the changes - just hitting Save will make the changes immediatelly.|||But without a blueprint/copy of what you have done. You should always work with a project?
/Thomas Ivarsson
|||In online mode you still have a project - it's just online project - everything is on the server. It is ultimately up to the developer in which mode he wants to work. (BTW, in AS2000 the only available mode was online mode).|||We have deployed product at many client locations.
Now we need to add few things to the cube
But it is not feasible to go and change manually at all locations and same time client may not want that.
We are looking after creating an update for the product.
Now the question is how to update cube? One option is delete existing cube and create again with new xmla script and process cube.
Can you please suggest any other way to do so?