| CRM 1.2 Oulook Sync Error |
|
 |
Index ‹ Information Technology ‹ Crm
|
- Previous
- 1
- Messanger >> Question form doesn't work, but I have a problemHi there,
I am trying to reach someone (on www.msn.nl) who can help
me with my problem with playing games with someone via
Messenger. It says critical error 2, you miss an
essential file. Thus I can't play any games. All the
settings are correct, I overlooked them al. And deleting
and downloading again doesn't work either.
But when I tried to reach the dutch 'support-team' via an
e-form, the form cannot be sent.
Who's knows what to do now?
- 2
- SVCS >> Deploying SQL ReportsI am new to SQL reports ..I have couple of questions.
I have created coupld of SQL reports using SQL server business intelligence
studio on my local box and deployed it in my local machine [datbase is also
local] .It works fine.
Then I tried to point to another database on another machine [ a DB in a
virtual server] using Report Service configuration settings. But nowthe
report is not showing up.
How do I point to another Database from my Reporting server...?
Is there any tool for deploying reports on a server other than the one it
created the report ?
Please let me know..
Thanks
Rajesh
- 3
- Messanger >> Selective Drive Install?I am unable to install to the C drive for Administrative/Security reasons,
but can install on others.
I can not simply Ask The Administrator to do it for me either. Its been
asked and denied.
How do I select the Drive My MSN Messenger installs to?
- 4
- SVCS >> Optional page breakIs there a way to use a page break that can be turned on or off?
I have a report i use subreports which contain page breaks, if i use an
axpresion to determine the visiblity of the subreport the page breaks inside
are ignored, sam thing happens if i use a page break in a list/table and put
and use an expresion to hide it.
How can i make this work?, is there way to do it?
is this a bug or just that its meant to work that way?
- 5
- SBS >> Backup failed event 8017Hi all,
I have installed SBS2K3-SP1 prem. (no ISA) and SQL2000-SP3 on a Dell
PowerEdge SC1420.
I configured a backup to another box with the Backup Configuration Wizard
and scheduled a job.
When the job runs I got the event 8017 and pointer to the log files which
says:
"The operation was not performed because the specified media cannot be found".
I followed the instructions on:
http://download.microsoft.com/download/5/6/1/561c9fd7-0e27-4525-94ec-4d2d38f61aa3/TSHT_SBS.htm#backup
and a backup has been made (to the same destination) without a problem.
I ran the backup configuration wizard again (as the procedure told me) and
when I start the backup from within Backup/Server Management I got the same
error...
Any help is appreciated, Ger.
- 6
- Compact >> The weirdest error - SP 2 known error???I posted a few days ago a question on firing KeyDown
events for Buttons using SP 2 - not avaible anymore. Can
somebody explain the weird behaviour of the code attached
at the end of this message (if you have installed SP2)??
If you paste the code and run you will get a form with one
button. When the button has focus the color is red. If you
press the cursor buttons while the button has focus it
will show a message with the cursor key pressed and
everything works as it has to. Now simply add (with
designer or any other way) another button to the form and
try running the program again. When I tested the fired
keycodes and sequence don't make sense. Is this a known
bug in SP 2?
Thanks:
Code:
using System;
using System.Drawing;
using System.Collections;
using System.Windows.Forms;
using System.Data;
namespace ButtonFocus
{
/// <summary>
/// Summary description for Form1.
/// </summary>
public class Form1 : System.Windows.Forms.Form
{
private System.Windows.Forms.Button
button1;
private System.Windows.Forms.MainMenu
mainMenu1;
private Color
unfocused_color,focused_color;
public Form1()
{
//
// Required for Windows Form
Designer support
//
InitializeComponent();
//
// TODO: Add any constructor code
after InitializeComponent call
//
}
/// <summary>
/// Clean up any resources being used.
/// </summary>
protected override void Dispose( bool
disposing )
{
base.Dispose( disposing );
}
#region Windows Form Designer generated
code
/// <summary>
/// Required method for Designer support -
do not modify
/// the contents of this method with the
code editor.
/// </summary>
private void InitializeComponent()
{
this.mainMenu1 = new
System.Windows.Forms.MainMenu();
this.button1 = new
System.Windows.Forms.Button();
//
// button1
//
this.button1.Location = new
System.Drawing.Point(40, 40);
this.button1.Size = new
System.Drawing.Size(112, 48);
this.button1.Text = "button1";
this.button1.LostFocus += new
System.EventHandler(this.button1_LostFocus);
this.button1.GotFocus += new
System.EventHandler(this.button1_GotFocus);
//
// Form1
//
this.Controls.Add(this.button1);
this.MaximizeBox = false;
this.Menu = this.mainMenu1;
this.MinimizeBox = false;
this.Text = "Form1";
this.Load += new
System.EventHandler(this.Form1_Load);
}
#endregion
/// <summary>
/// The main entry point for the
application.
/// </summary>
static void Main()
{
Application.Run(new Form1());
}
private void button1_GotFocus(object
sender, System.EventArgs e)
{
this.button1.BackColor=this.focused_color;
}
private void button1_LostFocus(object
sender, System.EventArgs e)
{
this.button1.BackColor=this.unfocused_color;
}
private void Form1_Load(object sender,
System.EventArgs e)
{
this.button1.KeyDown+=new
KeyEventHandler(button1_KeyDown);
this.unfocused_color=this.button1.BackColor;
this.focused_color=Color.Red;
this.button1.Focus();
}
private void button1_KeyDown(object
sender, KeyEventArgs e)
{
MessageBox.Show(e.KeyCode.ToString
());
}
}
}
- 7
- SBS >> License QuestionIf I have an sbs client and occasionaly log into their system for tech
support only does that use one of their user cals?
Thanks
- 8
- 9
- Money >> Print problemI am having a problem printing the summary in "Organizing
Important Records". When the second page begins to print,
it comes up with a "Data Error (cyclic Redundancy Error)"
Has anyone had this problem, or know what I can do to fix
it?
- 10
- SBS >> How to renew a "Client authentication, Server Authentication" certificate based on the "Domain Controller" template?I have an SBS2003 setup utilising 802.1x / Certificates for a wireless AP,
and have been for some time. Discovered today that the wireless client won't
connect and following the trail leads me to find that the above certificate
has expired today.
However, I can't find how to (reliably) renew it, despite extensive
Googling.
Can anyone please give me some guidance? I originally configured the setup
based on, I'm sure, a guide on how to set up such a solution specifically in
an SBS environment, but I can't for the life of me find it now.
I tried simply right-clicking on the cert within the Certificates snap-in
and selecting "Renew with same key..." but get the following error:
The Certificate request failed because of one of the following conditions:
- There are no trusted certification authorities (CAs) available.
- The available CAs do not issue certificates based on the specified
template
- You are performing a renewal request for a template that requires an RA
signature
In my case the SBS box is the CA, although I have the appropriate
autoenrollment GPOs configured, I don't think they apply unless the CA is a
Windows Server 2003 Enterprise box (I think).
Any suggestions?
Regards,
Paul
- 11
- Money >> Work expenses/reimbursementHi,
I am new to money and I am using the 2005 trial version. I was wondering if
there is a way to exclude company expenses from my expense reports and
reimbursement from my income reports. Any help would be greatly appreciated.
- 12
- SVCS >> Chart Series from Different DataSourcesHi,
I have multiple series that come from different data sources (disconnected
data) that I want to graph on the same graph. They can use the same x / y
axis (as the data will be similar) but again the data is coming from two
different data sources. Is this possible?
Thanks!
- 13
- Crm >> Strange Stage Name Appears in the Open Opportunities viewI added a column to the "Open Opportunities" view namely the "Stage Name".
I published these customization.
The strange thing is that for some entries in the list a correct stage name
appears such as: "Stage 03 - Quoting" while for others only a number appears
such as "3"
What could be the reason for that and how to fix it?
Thanks
- 14
- SVCS >> Cryptographic ExceptionMidway thru a report development I get an error:
Cryptographic Exception: The parameter is incorrect.
I'm told to look in the task list for details, but it is empty. I've
previewd this report a dozen times during the design and now it barks. This
is the first time i've opened it today, yesterday it was fine. I'm
referencing a stored procedure in SQL server and can view the data from the
data tab. Not sure what to do.
Any suggestions appreciated.
--
Richard
- 15
- Money >> Converting a Money 2002 FileI am trying to convert my Money 2002 file to Money 2006, and when it reaches
the "Converting File" status bar, the application hangs ("Program not
Responding"). I have tried converting from both a back up file (e.g.
Restore) and by opening the My Money.mny file. Both result in the same
problem.
|
| Author |
Message |
rklick

|
Posted: Wed Jan 19 05:17:03 CST 2005 |
Top |
Crm >> CRM 1.2 Oulook Sync Error
We migrated the CRM to another Server (both had SBS2003). After the migration
was sucessfull and we can work with the CRM Website I tried to Install SFO.
All is going good. We can work with the CRM in Outlook, can put Email in CRM.
But we Got an error message wen we open the CRM Sites in online Modus in
Outlook:
Internet Eplorer Skripterror
the objekt did not uses the method. (German Das Objekt unterstützt diese
Eigenschaft oder Methode nich.) Code 0
http://localhost:2525/_grid/grid_data.aspx?sortCol=subject&sortDir=ascend&viewId={00000000-0000-0000-00AA-000010001899}&filter=&pageNum=1
Should this Site go on?
And the Snyc Prozess Starts when we go offline or sync from the Menue, But
closes after a few seconds without an error message, but no data was
Syncronised.
can Somebody help me?
Information Technology196
|
| |
|
| |
 |
Alwin

|
Posted: Wed Jan 19 05:17:03 CST 2005 |
Top |
Crm >> CRM 1.2 Oulook Sync Error
Oh, I forgot an error message after the Offline going:
Metadaten-Cachefehler
Keine Entität
what is this?
Thanks
"Alwin" wrote:
> We migrated the CRM to another Server (both had SBS2003). After the migration
> was sucessfull and we can work with the CRM Website I tried to Install SFO.
> All is going good. We can work with the CRM in Outlook, can put Email in CRM.
> But we Got an error message wen we open the CRM Sites in online Modus in
> Outlook:
> Internet Eplorer Skripterror
> the objekt did not uses the method. (German Das Objekt unterstützt diese
> Eigenschaft oder Methode nich.) Code 0
> http://localhost:2525/_grid/grid_data.aspx?sortCol=subject&sortDir=ascend&viewId={00000000-0000-0000-00AA-000010001899}&filter=&pageNum=1
>
> Should this Site go on?
>
> And the Snyc Prozess Starts when we go offline or sync from the Menue, But
> closes after a few seconds without an error message, but no data was
> Syncronised.
> can Somebody help me?
|
| |
|
| |
 |
| |
 |
Index ‹ Information Technology ‹ Crm |
- Next
- 1
- SBS >> Antivirus for SBSA while ago I posted an enquiry about antivirus.
After trialling Sophos SBE (support just ignores customers - I'm just
finicky really - I like my emails answered), we decided to go with Symantec
Antivirus 9 with Groupware Protection. This protects servers, desktops,
Exchange and handles spam and email content. Remote users are protected as
well.
We only have 5 users, so it worked out well for us, especially as it was
less than half the price of Sophos.
Pays to shop around. Might not suit everyone's taste ( GUI interface sways
purchases these days) but I thought I'd share the info.
regards to all
Mario
- 2
- Compact >> Deployment NewbieHi all,
I am new to the world of developing for the compact famework, and have
recently finished my first application. The only problem is, I am having a
lot of difficulty figuring out how to create a deployment project. One that
deploys to the desktop computer and uses active sync to add/remove programs
with the pda. I have been trying to follow the process outlined in the msdn
document found at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfdeployment.asp
or http://microsoftdev.com/Learn/Articles/566.aspx but am finding that it
doesn't provide enough detail. I have since tried several third party
deployment wizards, settling on the Wise include for VS 2003, but have
still been unable to compile a successful deployment project.
Basically, I was wondering if anyone knew of any step by step walkthroughs
for creating a deployment package (using VS or Wise or any other vendor)
that provided more detail than that of the afore-mentioned msdn articles...
Thanks,
Anthony
- 3
- SVCS >> report layout is corrupt in IEI have deployed a report to IE, where it shows up corrupted. Information is
visible in the HTML or XML source, but IE does not show it. It is RS 2000
with SP2. Any idea's.
- 4
- 5
- SBS >> auto-forwarding emails to an external email address for some usersHello,
I have a couple of users who wish to have copies of their company email
(SBS / Exchange 2003)forward to their personal (non-company) email
accounts. May I ask for specifics on how I can accomplish this?
Any help is greatly appreciated.
Thank you, in advance, for your time and input.
Eric
- 6
- Crm >> Crystal Reports 9.2.3 and CRMHi,
I'd like to know if CRM does work fine with the Crystal Reports Pro Version
9.2.3.
I know the recommanded version is 9.2.2 but was just wondering if somebody
successfully worked with 9.2.3/CRM
Thanks
Eric
- 7
- Messanger >> hyperlinkswe had an issue in our network where someone using msn messenger
recieved a hyperlink in a message that linked to a site that
transmitted a virus to the machine. Is there a way, within msn
messenger to block reception of hyperlinks.
- 8
- SBS >> External DNS serverThere is a problem with mail being delivered to exteral domains such as
yahoo.co.uk and such.
I have found some solutions which advise setting the name of an external DNS
server in the properties of the SMTP virtual server. I am unsure of the IP
address of an external DNS server if any.
Can someone advise on how I would find the IP address of the external DNS
server if one is used?
- 9
- SBS >> can't access monitoring and reportingThrough this afternoon, I've been able to go to the Monitoring and Reporting
section in Server Management. Tonight however, when I click on it, I get a
"The page cannot be found" error message.
Any ideas why this is happening and how to fix it?
--
Torrey Lauer
Modern Travel Services
www.nospam.moderntravel.net
- 10
- Money >> stuck on "update in progress"My Wells Fargo accounts update but my US Bank account has been in "update in
progress" for several days. I can access this account through their web
site.
Is there something I can do to get this account to update?
Roger
- 11
- SBS >> Multiple ISP connectionsWe have two separate ISP connections, one is an old IDSL at a whopping 144K
(we were too far from the CO for anything else); the other is a new 1.024
fractional T1. The MX record points to the IDSL. I want to maintain the
separate connections for redundancy purposes, and would like to keep
Exchange pointing to the IDSL connection, inbound (and, if possible,
outbound). That way the T1 is just for internet connectivity. I am not sure
how to set this up. Below is my current setup:
SBS Premium with ISA installed
Internal Nic: 192.168.16.1
External Nic 192.168.0.1
Hardware Firewall (internal 192.168.0.2 / external 64.xx.xx.xx6
IDSL Router 64.xx.xx.xx5
Everything works fine
I have a third NIC available in the server, and another firewall that can go
in front of the T1 router. I need help configuring the multiple gateways.
Will I need to change ISA?
Thanks for your reply. This group always seems to come through.
- 12
- 13
- 14
- 15
- Messanger >> Terminal Server Change my MSN Messenger StatusHi,
On my Win XP system when I use terminal server connection the desktop MSN
Messenger status is automatically changed to BUSY when I click the terminal
server window. When I exit the Terminal server window back and forward to my
desktop it is not changing the BUSY status to ONLINE.
Is there any way I can tweek this settings?
Thanks,
Hagay.
|
|
|