 |
 |
Index ‹ Information Technology ‹ Money
|
- Previous
- 1
- 2
- SVCS >> security permission grant set is incompatible between appdomainsI needed to share an assembly in multiple places. So rather than copy it all
over I signed it and added it into the gac. It does not reside in the bin
folder and only exists in the gac. My default web app run just fine but now
my report manager on this machines gives me an error.
Server Error in '/Reports' Application
--------------------------------------------------------------------------------
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 localhost.ath_common.global.dll security
permission grant set is incompatible between appdomains.
Source Error:
Line 23: <add assembly="System.Messaging, Version=1.1.4322.573,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 24: <add assembly="System.Data.OracleClient, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089" />
Line 25: <add assembly="localhost.ath_common.global, Version=2006.1.0.0,
Culture=neutral, PublicKeyToken=88beff63207ede84" />
Line 26: <add assembly="localhost.ath_common.runtime_environment,
Version=2006.1.0.0, Culture=neutral, PublicKeyToken=f1ba4df5837034d4" />
Line 27: <add assembly="localhost.ath_common.rdbms, Version=2006.1.0.0,
Culture=neutral, PublicKeyToken=47f5f4f23d4b1642" />
Source File: c:\inetpub\wwwroot\web.config Line: 25
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
- 3
- Crm >> =?Utf-8?Q?Reports_don=E2=80=99t_show_data_for_past?=Hi:
I created reports using Reporting Services in Visual Studio Net 2003. For
some reason this reports donâ??t show data for 2007, only data for 2008. I run
this report from Visual Studio Net 2003 and show all data.
Any idea why these reports running in CRM 3.0 donâ??t show data for past year
will be appreciated.
Regards,
--
Jose Valentin Rodriguez
MCP-GP
MCBMSS-GP
- 4
- SVCS >> add a pramater.value to the jump to url linkI need to open a aspx page from a report jump to ulr action. but I need to pass in a prameter value. see example
http://ktec_inet/gco/productionreports/prod_asp/pcba_station_detail.asp?processname=335ICT×tampw=999999999&userid=WeeklyYieldPCBA&queryflag= Parameters!prod_cls.Value
--
Message posted via http://www.sqlmonster.com
- 5
- SBS >> SUS not auto installing at W2K WorkstaionsSUS is pushing out updates daily at 3:00 AM, and the group policy is set to
auto install the pastiches and reboot the machines where necessary.
The weird thing is that any W2K workstations on the network DO get the
patches downloaded, but then instead of installing, the user is asked if
it should install the updates the next morning at logon.
If I look at the Automatic Update settings in Control Panel, I can see that
it IS being controlled by the group policy, and set properly to
automatically download and install at 3:00 am, but still the users are
notified at logon, and they aren't installed until the user takes action.
Has anyone else seen this?
--
Gavin Steiner
SBS Consultant - Canada
--
SBS Rocks!!
- 6
- SVCS >> relative positioning of textboxMolnfrittHi!
Let's say that in a grouping I would like the indent-level to depend upon
the Level("group_name") - how do I accomplish this.
I saw one example that sets the "padding"-property of the textbox object.
Now this is ok but
a) Is a bit tedious if you have 5 textbox on the same line that all needs
same indent
b) the padding property just pushes text in the textbox, not moving the
textbox
Any ideas would be appreciated !
regards,
David
- 7
- Crm >> MSCRM Bit Value in customized formHi
Can anyone tell me how to make the lable text for a check box sit at
teh right of the checkbox rather than the left. I have quite a lot of
text to go with each check box and i cant seem to format it in any
sensible way
Thanks in advance
- 8
- Crm >> ISV Config Changes not appearing for a non-admin user?Hey all,
Unless I've completely missed an important feature, I've got what seems
to me to be a bug (that I've often heard requested as a feature...)
An ISV.config.xml modification I've made works fine for an admin user,
but not for a non-admin user. Any idea what could be up? Even the
sample stuff in the 3.0 file doesn't show up. I can double-click on
it, and have it open in IE just fine, so the XML format is OK...
Thanks,
Dave
- 9
- SBS >> Outlook Web Acess Login PageI am very new to the exchange world. Exchange 2007 is the first
version I am being an admin for.
Basically we are going to host e-mail for multiple organizations on
this one server. I was wondering if it were possible to customize the
web access login page for each organization. I have been able to
customize the global page and put a different logo on top of the page,
but I want to be able to customize for each organization.
When I set the DNS for each organization to point to the server, like
mail.(org name).com it always points to the same login page.
Is this possible? Could you please provide some input?
Thanks in advance for any help you give.
- 10
- Compact >> Idle modeWhen user press power button and my app. is running, i would like to go to
Idle mode instead of suspend (same does Media Player while playing mp3),
becouse i need to continue sending gps informations to server.
Is it possible?
Thank you for any ideas.
- 11
- 12
- SVCS >> Please Help Me !I am as Visual Basic 6.0/.Net Developer
Wath Is The Microsoft SQL Server Reporting Service ?
Wath Is The Microsoft SQL Server Analisie Service/Olap?
Wath Is The Microsoft Engleech Query ?
Thank You !
- 13
- SVCS >> Dual Authentication with web and rs farm using remote sql serverI am having a problem with users being prompted to authenticate twice within
an application. I know this is related to the current design but for
scalability and isolation I want to keep the infrastructure design as is.
Currently I have two IIS 6 2k3 servers in an NLB. I have a web application
installed on this which is a front end for running reports. I then have two
IIS 6 2k3 servers running sql 2000 RS in an NLB farm. Finally there is a
Clustered SQL 2000 server where the application database and RS databases
exist. The application requires Basic w/SSL at the website level. This is
the first authentication. When the users go to run a report the first report
goes to the RS Farm and the users are authenticated once again. Once they
have authenticated by the web farm and the RS farm they no longer have to
authenticate but I'm trying to get it to a SSO.
From my experience, if I try using Integrated authentication then the UN and
Pass doesn't get passed onto the sql server and they cannot authenticate to
access the app database. If I try using integrated ont he RS farm I have an
issue where the UN and pass doesn't get passed to sql there. Based on what I
am seeing the fact that it requires 2 logons, 1 per farm, actually makes
sense but I would think this would be the most scalable and isolated design
you could have so it seems to me that there should just be a way for the SSO.
I would like to be able to do this at an admin or infrastructure design
level as the application is from a third party vendor and I don't want to try
and get them to recode anything. Any help would be appreciated.
- 14
- Money >> Importing fund price historiesI am using Money 2004 Standard, and I would like to keep track of some
mutual funds that I bought a few years ago. Is it possible to import
histories of these funds? I have the daily unit prices for these funds
for the last 10 years as CSV files. Is there a way to import this data
into Money?
Thanks
- 15
- Money >> Setting up Simple Budget in money 2003 = Impossible!Here's my criteria...up until this point I've been doing this by hand in a
basic ledger book, and the only part that really sucks is the Deposit Entry.
I was hoping MONEY 2003 would be the solution to all my problems by
AUTOMATING this process, but alas....
I must be a financial retard because I just can't get this thing to work the
way I'd like it to.
My Scenario is quite simple...all I want money to do is track a simple
budget for me.
Example: I have four monthly bills:
Telephone
Cable
Mortgage
Electricity
ON average, my MONTHLY expenses for these categories are:
Telephone: 10 dollars
Cable 10 dollars
Mortgage 40 Dollars
Electricity 10 dollars
Now, I get a paycheck each week for $50.00
I want to enter in my deposit into my bank account of $50 dollars,
and for each $50 check I put into the bank I want
the budget categories to show:
2.50 into TELEPHONE
2.50 into CABLE
10 into MORTGAGE
2.50 into ELECTRICITY
and the rest get thrown into a "MISC" category.
But for the life of me I can't get Money to function this way. And god
forbid I have an expense that is a surprise,
and I have to move money around in the budget to make sure the cash is there
to pay my bills...ugh,
I swear I'm about at the point I go back to doing this by hand. Each
deposit I make I'd put $2.00 here, $2.00 there...
its such a pain in the ass.
Can money operate this simply?
|
| Author |
Message |
Neelz

|
Posted: Fri Sep 02 18:26:34 CDT 2005 |
Top |
Money >> Autocomplete Bug
Whenever the name of an entry contains 'md', Money assumes it to be for
a Physician, despite the fact that most charges I put on my card end in
this, since I live in Maryland. Anyone have any ideas how to stop this
behavior?
Information Technology364
|
| |
|
| |
 |
Art

|
Posted: Fri Sep 02 18:26:34 CDT 2005 |
Top |
Money >> Autocomplete Bug
You did not say which version of Money you are using and although you
called this an autocomplete bug, I am assuming that you are downloading
statements and that the payee name on the download is causing the
difficulties.
If this is so, Money 04, 05, and 06 have methods of ignoring character
strings in the download to allow matching to occur with less user
involvement. This includes a database of strings to ignore. I would
add "md" to the string of ignore characters. That might solve your
problem if that is what is causing your problem.
Otherwise, I guess you could move to "va". ;>}
Art McClinton
EMail@HideDomain.com wrote:
> Whenever the name of an entry contains 'md', Money assumes it to be for
> a Physician, despite the fact that most charges I put on my card end in
> this, since I live in Maryland. Anyone have any ideas how to stop this
> behavior?
>
|
| |
|
| |
 |
Art

|
Posted: Fri Sep 02 18:27:29 CDT 2005 |
Top |
Money >> Autocomplete Bug
You did not say which version of Money you are using and although you
called this an autocomplete bug, I am assuming that you are downloading
statements and that the payee name on the download is causing the
difficulties.
If this is so, Money 04, 05, and 06 have methods of ignoring character
strings in the download to allow matching to occur with less user
involvement. This includes a database of strings to ignore. I would
add "md" to the string of ignore characters. That might solve your
problem if that is what is causing your problem.
Otherwise, I guess you could move to "va". ;>}
Art McClinton
EMail@HideDomain.com wrote:
> Whenever the name of an entry contains 'md', Money assumes it to be for
> a Physician, despite the fact that most charges I put on my card end in
> this, since I live in Maryland. Anyone have any ideas how to stop this
> behavior?
>
|
| |
|
| |
 |
| |
 |
Index ‹ Information Technology ‹ Money |
- Next
- 1
- Messanger >> Send to mobile device not working?I've set up one of my accounts to receive messages on my phone. This used to
work fine, but for the last few days, mobile messages haven't come through.
I went through the mobile set up wizard again and, after several attempts
from last night through this evening, still haven't received a confirmation
code. My phone is on, and it is receiving other SMS messages. I also tried
selecting "other" in the setup wizard and entering the email address for my
service's SMS messages, but that doesn't work either (even though I sent
myself a message to my SMS email address and received it)
Has the service changed? Or is this an MSN mobile service outage?
- 2
- SVCS >> PROBLEM: Report column is spilling over to another pageHi all,
I'm trying to resolve a problem with my report. I am using a Table element,
and I'm using fixed width columns. When I preview the report in my
development environment, I get a normal looking report... 4 pages with all
the proper headers and columns in their correct locations. When I run the
report through my ASP.NET application and stream the rendered PDF through my
web application, the report rendering is wrong. On the 1st page, where the
final column on the right should be visible on the first page, spills onto a
2nd page, where it's all by itself. The 3rd page of the report shows all of
the columns, but no header, and then the 4th and 5th pages resemble the 1st
and 2nd page, and the 6th and 7th pages render like the 1st and 2nd pages.
I have tried to reasonably squish the columns, to no avail, and the only way
I could have all the columns show on one page would be to squish the first
column very small so it's unusable. My report is 8" wide, and I have 0.25"
margins on the left and right hand sides. My main table is 8" wide, and when
I make it smaller, there's no change... I still get the problem. I have
tried everything I can think of to try to make this work, but I am now
officially stumped.
I am using SQL Server 2000 Reporting Services.
Can anyone help? Any thoughts?
Here's the code I use to render the report:
Private Function GetReport(ByVal strReportPath As String, ByVal
strReportFormat As String, ByVal parameters As ParameterValue())
Dim data As Byte()
rs = New ReportingService
rs.Credentials = System.Net.CredentialCache.DefaultCredentials
rs.Url =
Convert.ToString(System.Configuration.ConfigurationSettings.AppSettings.Item("payerdirectories.ReportingServicesWS.ReportingService"))
' create parameters
Dim encoding As String
Dim mimeType As String
Dim parametersUsed As ParameterValue()
Dim warnings As Warning()
Dim streamIDs As String()
data = rs.Render(strReportPath, strReportFormat, Nothing, Nothing,
parameters, Nothing, Nothing, encoding, mimeType, parametersUsed, warnings,
streamIDs)
Return data
End Function
I can upload my report design XML if need be.
Thanks in advance,
Cory Koski
- 3
- SVCS >> PDF rendering problem if it is called from a modal page (fdf)Hi,
I am having this problem with rendering PDF. My modal is calling this report
page which renders the PDF by posting the parameter.
From a modal page.
//I have the parameters in the Form
var strReportPage = "frmReportModal.aspx";
formReport.action = strReportPage;
formReport.method = "post";
formReport.target = "blank";
formReport.submit();
The reportModal.aspx comes up with this error:
Adobe Reader could not open 'pa02528XX.fdf' because it is either not a
supported file type .... or because the file has been corrupted.
It will work fine if I try from a non-modal page
- 4
- SBS >> How to add favorites to folder redirection?I am currently using roaming profiles to which I have the user's my
documents, app data, and desktop redirecting to the SBS server . . . Is it
possible to redirect the userâ??s favorites folder to the server as well? If
so, how?
Thanks!
- 5
- Crm >> MS CRM ExamsI am trying to prepare for the MS CRM Customization exam, but cannot find any
practice tests to aid my prep.
Are there any practice tests & or learning material otherthan the course
notes ?
- 6
- SVCS >> Questions about the ExpireExecutionLogEntries stored procDoes the main RS service execute the stored proc
ExpireExecutionLogEntries to clear out old log entries, or is there
some other service, SQL job, or scheduled task that normally runs this?
I'm not sure what actually fires this off, and when it runs.
Also, is there any risk in just editing the value 60 in
ReportServer.ConfigurationInfo for "ExecutionLogDaysKept" - verses
using the API SetProperties method through code (like what is
recommended for turning off the SP2 Print button on the toolbar)? Does
the SetProperties do anything else that direct editing wouldn't update
correctly?
Thanks in advance,
Steve
- 7
- Money >> $1000 income in just 1 weekI've earned $2500 in the last 2 weeks.
It's not MLM
You do No Selling
No Phone Calling
No Prospecting
No Hoping you'll make money-You'll make lots of it.
Fully Passive and Automated
Why would you do anything else? You can. But While your struggling
we'll be getting fat payments
HIGHLY RECOMMENDED Program!!
25% Monthly For LIFE !!!
(HIGHLY RECOMMENDED !!)
Term : 30 days
Min. Investment : USD 100
My Investment - USD 2,000
Status - PAYING on time !!
Link : http://swisscash.net/myami7530101
More info on how to invest, please log on to
htp://www.multiplymoneys.blogspot.com
112% - 128% of YOUR Initial Investment Guaranteed in 7 - 14 Days !!
(HIGHLY RECOMMENDED !!)
Term : 2 - 92 days
Min. Investment : USD 5
My Investment - USD 500 of E-gold
Status - PAYING on time !!
Link : http://a3union.com/?id=800019464
Don't wait no more!!!
Don't let this opportunity gone!!!
- 8
- SBS >> regarding setting up sbs2003quick question...i was installing sbs2003 and using the internet connection
wizard...it was asking me for what type of connection im using so i click on
the option...then there was this option:
1. dns? where do i get this? all i have is my static IP address which my ISP
gave me
2. gateway?
i will be hosting my own email what settings do i need and where should i
set it? got my own domain name also.....
thanks
- 9
- SBS >> Lost authorisationI have a client who has an intermittent problem with Microsoft SBS 2000.
After a period of time from booting which has been from 1 hour to several
the server losses authorisation for users to logon and existing users
already logged on lose permissions to access anything on the server. This
includes the administrator who even when logged on does not have the
permission to shutdown the machine. Following a reboot the system is fine
until the next time the problem occurs.
I have checked the event log and there are no errors that seem to explain
the problem. I would appreciate any ideas.
Kind regards,
David Relf
- 10
- 11
- 12
- Money >> Pink Sheet stocksI am using MS Money 2005 Premium, Version 14.0.125.1105 and have
recently had a need for Portfolio Manager to list and update the
price on a stock that slipped into the Pink Sheets. I can not get
Money to recognize this stock symbol, although it is valid in
Yahoo. What do I need to do, or does Money not stoop to that
level?
This stock ABRXQ.PK is one I made the bad judjement of keeping
when it fell from grace. It opened this morning in the Pink
Sheets. This was ABRX a few days ago, then it was delisted from
the Nas and became ABRXQ. This morning it was handed off to the
pink sheets and acquired the .PK suffix, but Money can't find
anything on it at all.
- 13
- Crm >> CRM for outlook 3.0 with CRM server version 1.2Hi,
I have a CRM 1.2 setup here (server + crm for outlook clients). I want
to allow the users to download all contacts from the CRM database to
their outlook contacts.
At the moment it's just downloading all contacts that are shared with
them or owned by them (I think). Reading through the groups I believe
there should be a CRM \ Local Data menu through the Outlook client, but
I can't find this on our clients so I'm thinking maybe it's just an
option with version 3.0 CRM Outlook clients ?
If so is it possible to upgrade the clients to this version without
upgrading the server ?
thanks,
Alan
- 14
- Crm >> How to implement 3rd party supportHi all,
Does anyone have any ideas how to approach implementing 3rd party support
within the CRM service desk. Essentialy I want our support guys to be able
to 'pass off' a call to software specific support teams for some of our 'off
the shelf' products. A case would then go into a pending state until we get
a response.
Thaks for the help and advice.
Dre
- 15
|
|
|