 |
 |
Index ‹ Information Technology ‹ SVCS
|
- Previous
- 1
- 2
- SVCS >> SMTP & DNS MX recordsDoes RS lookup MX records in an environment where DNS A records can not be
found? WHat is the proper RS confiquration to resolve mail sent though
Smarthosts nad MX records? Help?
- 3
- SVCS >> Reporting Services output formats?Can someone point me to a list \ description of the output formats available
with Reporting Services? I'm trying to help a customer that wants something
other than PDF output from their MS SQL Reporting Services - they'd prefer a
structured text format or something like that. Thanks!
- 4
- Crm >> Using Blackberry to update CRMI'm almost positive that this will work, but I'd like someone out there to
confirm it.
If a user has a Blackberry that connects to Exchange using BlackBerry's
server integration software, and that user edits a record that syncs to
Exchange, will that change be reflected in CRM 3, assuming that the record
is tagged for tracking in CRM?
I can't see why it wouldn't work, but I want to make sure.
Thanks for any feedback! -Eric.
- 5
- SBS >> Install of Sbs 2003 SP1 FailedHello,
I have been fighting with my server for the last two days. (It kicking
my tail:>) I am trying to intall Sbs 2003 SP1. It fails at the
Administration Componet, Intranet Componet, MSDE 2000 Service Pack 4. Has
anyone come across the problem. And I would like to do a reinstall of SBS
2003. What are the steps to preserve the data.
Best Regards,
Bryan Krossley
- 6
- 7
- SBS >> couldn't change the date on machineHi,
I was wondering if i can get some help here. I got a user who came to me
saying that the computer he's logged in showed date in a different order. It
started with the month then day then year. What he wanted was dd/mm/yyyy.
So i went to control panel, date and time. I got nothing but a message
saying "you don't have a proper privilege to change the date/time". So i was
wondering if this is to do with the user or machine.
Then, i checked on other computers with his login credential and they all
shows the same date order namely mm/dd/yyyy. I think it's to do with the user.
But how do i help him to change the date then since he's believed not to
have proper privilege to do so.
Then, i thought it might be to do with the user permission set on the server
SBS 2003. I changed his current i.e. mobile user to power user. This didn't
work either.
I haven't tried to change from power user to administrators. I'll try later.
But just wonder if i'm on the right track here.
Thank you in advance
- 8
- 9
- 10
- SVCS >> StoredProcedures AND passing the 'ALL' parameterI have 3 Datasources setup in RS. 4 Parameters Startdate, Endate,
paymentType, LoanType. The Main query uses the 2 other Datasets created as
Unions in order create the 'ALL' parameter and display queried parameter
values. Everything works beautifully, however I converted the Main query
into a SP to speed up the report and now I get NO data.
My question is. Can an 'ALL' parameter such as
SELECT 'ALL' AS Code, 'ALL' AS LoanType
UNION
SELECT Code, LoanName
FROM Loan
be used to pass data to the SP? When I attempt to run just the SP in Query
Analyzer I get NO data, which makes sense because it does not know where to
get the other 2 parameter values from, but shouldn't it work in RS?
Thanks for any help on this one.
;)
- 11
- Crm >> Looking for Contract MSCRM trainersWe're seeking a good contract MS-CRM trainer to handle our occassional
on-site and classroom training engagement, as well as possibly some of
the light development work arising out of these classes. Typically our
classes are fairly introductory level oriented to sales people and
sales managers. Please respond off-list to jobs@ledet.com if interested.
- 12
- SBS >> Anti-Virus Software and Raid SolutionI have SBS 2003 standard with Exchange server running. I currently have
Symantec Anti-Virus Multi-Tier Protection V8.1 installed and running on the
server. My license agreement with Symantec will be running out within the
month. I was going to renew the subscription but they want more than I paid
for the software in the first place for the renewal so I am looking
elsewhere. My first question is can anybody recommend another good
Anti-Virus solution? I have looked at both Trend Micro's
Client/Server/Messaging solution and Computer Associates eTrust 7.1. Any
comments on either would be great. I also would like to add a RAID solution
to my server but I don't know much about it. My second question is can
anybody recommend some hardware that I will need for this?
- 13
- SBS >> Sanity check - Exchane DB limitsSBS Exchange database size limit (priv.edb + .stm) is 16G. Only 1
storage group is permitted.
Exchange Std is also limited to 16G and 1 storage group. (Yes/No?)
I can double my capacity by adding a member server with Exchange Std and
migrating selected mailboxes to the new server (and adding appropriate
CALs). (Yes/No?) Will the two Exchange servers play nice?
Thanks.
Marc Gordon
- 14
- 15
- Crm >> Need Help : Error displaying report folder under home pageDear all,
I facing a confused issue. When I wnat to go through the report option
I got this error :
Configuration Error
Description: An error occurred during the processing of a
configuration file required to service this request. Please review the
specific error details below and modify your configuration file
appropriately.
Parser Error Message: Assembly microsoft.crm.platform.types.dll
security permission grant set is incompatible between appdomains.
Source Error:
Line 5: <assemblies>
Line 6: <add assembly="Microsoft.Crm.Platform.ComProxy,
Version=1.0.0000.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35"/>
Line 7: <add assembly="Microsoft.Crm.Platform.Types,
Version=1.2.3297.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35"/>
Line 8: </assemblies>
Line 9: </compilation>
Source File: c:\inetpub\wwwroot\web.config Line: 7
Does someone have any idea ?
Thanks in advance.
|
| Author |
Message |
DelbertR

|
Posted: Thu Jan 20 12:03:20 CST 2005 |
Top |
SVCS >> Multiple Datasets
I have created several reports that use multiple datasets. I have
found two errors and I need help.
First, is there a way to define the order in which the datasets are
executed? In some of my reports, the first dataset populates a table
that the remaining datasets query from. However, when I run the
report, it is obvious that it executes some of the datasets that query
from the table BEFORE it runs the dataset that actually populates the
table.
Second, it seems like when my users run a report with multiple datasets
from the front-end, it only runs the one of the datasets and uses the
cashed results for the remaining datasets. For example, I have a
report that counts calls and mail received per a certain account. The
account is a parameter that the user selects. If they run the report
for Account A, then dataset 1 returns a value of 500, dataset B returns
a value of 250 and dataset C returns a value of 100. Then, when the
user runs the report for Account B, dataset 1 returns a value of 999
(which is the correct result), but dataset 2 returns a value of 500
(the result for Account A, not Account B) and dataset 3 returns a value
of 100 (the result for Account A, not Account B). The only way to get
the report to execute all three datasets, is by running the report
once, then hitting the refresh button. Anyone else have this problem?
I would appreciate any responses.
Thanks!
Information Technology133
|
| |
|
| |
 |
Bruce

|
Posted: Thu Jan 20 12:03:20 CST 2005 |
Top |
SVCS >> Multiple Datasets
You can not count on order of execution. RS is not setup to have
dependencies between datasets like you are trying to do. If that is what you
want then you should create subreports and use them instead. Everything
should work exactly as you want if you do that.
--
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Ronni" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
> I have created several reports that use multiple datasets. I have
> found two errors and I need help.
>
> First, is there a way to define the order in which the datasets are
> executed? In some of my reports, the first dataset populates a table
> that the remaining datasets query from. However, when I run the
> report, it is obvious that it executes some of the datasets that query
> from the table BEFORE it runs the dataset that actually populates the
> table.
>
> Second, it seems like when my users run a report with multiple datasets
> from the front-end, it only runs the one of the datasets and uses the
> cashed results for the remaining datasets. For example, I have a
> report that counts calls and mail received per a certain account. The
> account is a parameter that the user selects. If they run the report
> for Account A, then dataset 1 returns a value of 500, dataset B returns
> a value of 250 and dataset C returns a value of 100. Then, when the
> user runs the report for Account B, dataset 1 returns a value of 999
> (which is the correct result), but dataset 2 returns a value of 500
> (the result for Account A, not Account B) and dataset 3 returns a value
> of 100 (the result for Account A, not Account B). The only way to get
> the report to execute all three datasets, is by running the report
> once, then hitting the refresh button. Anyone else have this problem?
> I would appreciate any responses.
>
> Thanks!
>
|
| |
|
| |
 |
| |
 |
Index ‹ Information Technology ‹ SVCS |
- Next
- 1
- Messanger >> E-mail notify problem on MSN messengerI have MSN messenger 6.1 with messenger plus and everytime I recieve new
e-mail, the msn messenger doesn't notify me (the window on the bottom right
corner doesn't pop up). I've tried re-installing it but it still stayed the
same. How can this be fixed?
Thanks.
- 2
- 3
- 4
- Money >> Multiple Duplicates of line itemsIn money 2005, every time I update an online account, I get multiple
instances of the same transaction. In 2004, the software used to match and
merge... 2005 merges sometimes, and other times it just adds a transaction..
2,3, 4 times.. and they can't be deleted... the only recourse to fix the
problem is to mark the transactions as VOID. Who can tell me how to fix this
problem? Should I just use Quicken?
- 5
- SVCS >> Printing embedded imagesHas anyone had trouble being able to print images & graphs that you sent via
reporting services embedded in an email? We have RS SP1 and some of the
images will not print even though they show up just fine when they are opened.
This only seems to occur with Outlook 2003 & XP or W2003 - they print fine
with W2000. We have tried different printers as well.
Have also tried saving all those images off and attaching them to an email
and sending them. That prints fine. Have tried calling Office support but
that went no where. Closed case with no resolution. thanks.
--
clay
- 6
- 7
- SVCS >> Non-queried default values not workingThis is driving me crazy. I can't get non-queried default values to
work with non-queried string report parameters. I'm using Reporting
Services 2000. Here's a test case: I have a simple Report Parameter: a
string, called "Color". It has three non-queried label-value pairs:
Red-red, Green-green, Blue-blue. I then try to define a default
non-queried value of green. Run the report, it always says "Select a
value". If I change the label-values to single-digit values, like
this: Red-1, Green-2, Blue-3, and set the default value to 2, then
Green comes up as the selected value (which is what I want). But I
cannot use a string for the value - it never matches. I've also tried
two-digit numbers: Red-11, Green-22, Blue-33, and used 22 as the
default. Comes up with "Select a value".
Can you not use strings as default values?
- 8
- 9
- Messanger >> 8007276b Error messageHi
When I try running MSN Messenger V7 on my Win 98 laptop over a wireless
connection Using a D-Link AirPlug G+ DWL-G650+ wireless card keep receiving
the 8007276b error message when I try to log on.
I've tried googling but can't find this error anywhere. Any ideas?
Cheers
- 10
- SBS >> TrixBox and SBS dhcp probI'm seeking advice on the correct setting for DHCP reserved addresses
and scope for SBS2003. we are having some intermittant phone dropouts
on a TrixBox Linux system on the same network, and think that maybe it
is associated with DHCP.
Currently DHCP setup is pretty standard (I think):
address pool 192.168.0.50 to 130
no reservations
scope: router 192.168.0.2
dns server 192.168.0.2
domainname domainname.local
wins/nbns servers 192.168.0.2
with no additional server options.
I have seen in other posts that it can be recommended to reserve
certain IP addresses. Should I be doing this?
I have one unresolved error message happening
Event Type: Warning
Event Source: DhcpServer
Event Category: None
Event ID: 1056
Date: 15/03/2007
Time: 12:18:43 AM
User: N/A
Description:
The DHCP service has detected that it is running on a DC and has no
credentials configured for use with Dynamic DNS registrations
initiated by the DHCP service. This is not a recommended security
configuration. Credentials for Dynamic DNS registrations may be
configured using the command line "netsh dhcp server set
dnscredentials" or via the DHCP Administrative tool.
which I will address in the next couple of days.
Other than the current Trixbox issues there are no other problems.
any advice appreciated
Penny
- 11
- Messanger >> Conversation PrivacyA friend of mine uses MSN to play Diplomacy. He is playing against the
brother of his room mate. The two brothers are very close. He doesn't
want his brother finding conversations he has had on MSN to fall into his
clutches.(they share a communal computer)
Are there any temporary files that would hold conversation fragments? I
saved a conversation once and searched my hard drive for a term that I am
sure was unique to that conversation, CTHULLU. Lo and behold it was only
in the saved conversation, but I have anecdotal that they are cached
somewhere.
Any truth to this?
Thanks,
fybar
- 12
- SVCS >> Impossible to sort in exported ExcelHi,
When we export tabular reports into excel, it is then impossible to sort the
table by columns. Following excel error appears:
"This operation requires the merged cells to be identicaly sized"
I guess, it is because some of the table cells are merged, but why this is,
I dont know. If a manually tweak the excel sheet and remove the merged cells,
then it works, but this is unacceptable for us (a company with over 500 users
using reports daily and needing the exported excels). Do anyone know some
solution?
- 13
- SVCS >> Report Manager Config ErrorHi;
I just installed RS and it seemed to go ok. But when I try to access the Report Manager at localhost\reports, I get the following error:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: The XML file c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config could not be loaded. Attempted to access an unloaded AppDomain.
Source Error:
[No relevant source lines]
Source File: c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 0
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
I've tried to run the rsconfig utility several times, but nothing has helped so far.
Thanks for helping!
- 14
- Crm >> Install Error with SQL 2005 reporting servicesClean install of SBS 2003 R2 with SQL 2005 installed.
installing CRM I get 2 errors that stops the install, they are:
1. the website for installing SQL Rpt Services "default website" already
contains reports or report services virtual directories.
2.The following data bases already exist on the specified SQL server
reportserver or reportserver temp DB.
Any Ideas? I cant install untill these errors are gone.
- 15
- SVCS >> how to use bookmarks in a report ???I have a report with three different charts.
I would like to provide a link to each chart at the top of the report - so
when a user clicks the link, they are taken to the relevant chart.
Can anyone tell me how to create a bookmark on a chart (or a textbox, or
anything!) - and link to it.
I've looked at Microsofts "how-to" explanation - but it is vague, and gives
no example
TIA
|
|
|