Error: "Duplicate Record A record of this type with this name already exists"
I have a strange error that started today. (I am Using V1.2)
When I try to convert a lead to an account AND a contact I get the
following msg:
"Duplicate Record A record of this type with this name already exists.
Please choose a different name and try again"
At the end of the process the program is crating an Account record but
not a contact record.
If I try to convert the same lead again to a Contact I get the same
msg.
Converting a lead to an Account or Contact ONLY will work fine.
The following is error is registered on the server Application log:
Event Type: Error
Event Source: Microsoft CRM
Event Category: None
Event ID: 2
Date: 1/4/2004
Time: 1:13:59 AM
User: N/A
Computer: JANUS
Description:
MSCRM Platform Error Report:
---------------------------------------------------------------------------------------------
Error: The statement has been terminated.
Error Message: The statement has been terminated.
Error Details: Details on this error have not been provided by the
platform.
Source File: Not available
Line Number: Not available
Stack Trace Info: at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain()
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously)
Please help Tag: Migration Axapta CRM to MS CRM Tag: 10622
Licensing
If one is using i.e. a Win SVR S2003 on Virtual PC what is the legal
implications of this? Does one have to have a license for every server
license one is installing this for demo/testing purposes?
The answer will be yes obviously. I have a legal license for i.e. Win SVR
2003 but this is working as a server in the real world. The question is
what is the implications of using this license in Virtual PC for testing
purposes and to make it more complex if you use the license 2/3 time for the
TEST CRM deployment?
Regards
Warren Tag: Migration Axapta CRM to MS CRM Tag: 10621
Customer Source for Certified Partners (Not MBS)
Does anybody know if Microsoft Cerified Partners (not MBS) can Access Customer Source or Partner Source? If so how do we get a logon? Tag: Migration Axapta CRM to MS CRM Tag: 10617
Reports and CRM v1.2
I have just upgraded from 1.0 to 1.2 using the Adventure
Cycle Database. I have a list of all the reports but get
an error, when I try to access the reports below the top
level, suggesting that I may not have enough Crystal
Report Licenses? This worked fine when I was at 1.0! In
addition I tried to install the Crystal Reports
Enhancements and it suggested I need version 9.2 instead
of 9.0! Help!!!!
I have looked through the other threads and see some
similar issues but no definitive answer.
Peter Tag: Migration Axapta CRM to MS CRM Tag: 10612
data migration framework errors
We are using the data migration framework to migrate into a fresh CRM 1.0
installation. We are at the step where we run the CDFMigration Tool. It
runs and completes with no errors. It only migrates contacts, no accounts,
incidents, etc.
Steps
1. A clean restore of the cdf_mscrm, and CRM databases(which were backed up
right after we finished cleaning the data, before we started to migrate)
2. The cdf_"entity"_info table for account, activity, annotation, contact,
incident were empty: followed TechKBArticle #31094 from MSBTechKnowledge
which said to run:
Declare @Id As int
Declare c_Cursor Cursor For
Select AccountId From cdf_Account
For Read Only
Open c_Cursor
Fetch c_Cursor into @Id
While (@@fetch_status = 0)
Begin
Insert Into cdf_Account_info (AccountId) Values (@Id)
Fetch Next From c_Cursor Into @Id
End
Close c_Cursor
Deallocate c_Cursor
Ran for all tables mentioned earlier, substituing correct ID and table
names. Successfully populated the info tables.
3. Ran the following stored procedures:
p_cdf_setTestBatchCount <allentities>, 0 *don't worry, we list each
entity.
p_cdf_clearAllTestBatchCounts
p_cdf_clearAllDestinationIds
p_cdf_reset
which all run in Query Analyzer without problems.
4. We then ran the CDFMigration Tool. This ran without errors. Our log
shows no errors but the contact table was the only table successfully
migrated.
Would appreciate any help.
Thanks,
Jimmy Crews Tag: Migration Axapta CRM to MS CRM Tag: 10611
Upgrade to 1.2 - Crystal Error?
After upgrading to Win & Exchange 2003, the CRM 1.2 server
install launch brings back an error "Problem with current
Crystal Enterprise Installation". This error message
(80020009) states that the "Setup requires password to be
blank" and to "use CrystalAdmin to reset the password to
blank, then reinstall"
However, CrystalAdmin returns an error "Your password must
be at least 6 characters long".
Any one have any ideas how to upgrade to CRM 1.2 when this
error shows up? Tag: Migration Axapta CRM to MS CRM Tag: 10610
How to disabel "Excel" button in CRM
Hi,
Dose anybody know how to get rid off the EXCEL button in
lots of form in CRM, we don't want user can export
company's data to EXCL file and take it away.
Thank you Tag: Migration Axapta CRM to MS CRM Tag: 10601
CRM Ver. 1.0 NFR to Ver. 1.2?
I tried loading CRM 1.0 on SBS '03 Premium, but it
failed. I was told my Microsoft Ssupport Engineer that
this version is not supported on SBS '03.
How do I obtain an upgrade to CRM 1.2 NFR?
Here is the orginal post in SBS 2003 Newsgroup:
CRM 1.0 is not supported on SBS 2003 you need version 1.2
please contact MS
Busniess Solutions
http://www.microsoft.com/BusinessSolutions/default.mspx.
Also if you want more questions answered about CRM try
posting in the public
forum at news://microsoft.public.crm . Hope this helps.
"Gary" <anonymous@discussions.microsoft.com> wrote in
message
news:02da01c3c0f4$11eaf570$a301280a@phx.gbl...
> I've got a similar CRM/SBS2003 problem. Do I need CRM
1.2
> or just use 1.0 with SBS 2003 ? I've been told to
install
> the CRM on a different computer than the SBS2003 server
> and that I need to use SBS2003 Premium.
>
> If I need CRM 1.2 to work with Small Business
Server
> 2003, how do I get the upgrade if I have a NFR copy?
>
> >-----Original Message-----
> >Hello,
> >
> >I'm trying to install CRM Server on my SBS2003 box, but
> >receive the following error "setup could not
authenticate
> >you as an administrator on the sql server."
> >
> >I was unable to find any solutions in the KB.
> >
> >I would like to install this product. Apprecaite your
> >support.
> >
> >Rob Tag: Migration Axapta CRM to MS CRM Tag: 10595
Upgrade to 1.2
Is there a way to upgrade and copy a database from 1.0 to
1.2? On the install of 1.2, Our 1.0 DB does not show up
in the list of DB's that I can select from the 'current'
list - so I had to create a new DB. Tag: Migration Axapta CRM to MS CRM Tag: 10594
Exchange-CRM Router problem after Upgrading 1.0 -> 1.2
While trying to upgrade the Exchange-CRM router I received an error "One
of More of the Microsoft CRM Servers is invalid".
Thanks to http://tinyurl.com/297vv it turned out, that the .srf mapping
in IIS was missing on the CRM server. After adding the missing mapping,
installation succeeded on both of our Exchange-Servers (we are in a
mixed Exchange 2003/Exchange 2000 environment).
Now we're able to send EMail from the CRM system again, but incoming
EMails are not processed.
Has anyone seen this before?
Rainer Tag: Migration Axapta CRM to MS CRM Tag: 10593
Advanced Find: Customers who bought Product
I am evaluating CRM for some clients, and I am trying to
figure out how much customization will be required for
routine queries that the clients do every day. For
example:
"Show me all the customers who bought our 'SuperWidget'
product in the past 12 months."
It does not appear that Advanced Find can support this
kind of query. Here are my questions:
1) Assuming that we have created Invoices with Invoice
Details that contain the Product and Quantity
information, could a customer perform this query with the
Advanced Find dialog?
2) If so, how?
3) If not, how could I provide this query capability to
the customer?
Thanks in advance,
Walt Tag: Migration Axapta CRM to MS CRM Tag: 10585
Is there an easy way to convert a contact an account?
I just stated configuring CRM 1.2. I imported my contacts from outlook. Many
of the Outlook contacts are actually the information I want for an account
including the company name, address, main phone number, corporate website
and email address.
I have been manually creating an account record, and cutting and pasting the
address and other information from the most complete contact for the
company. This seems to be something that I should be able to do by just
pushing a button, or running an import?
Bill Walter Tag: Migration Axapta CRM to MS CRM Tag: 10584
Make easy moeny
MAKE EZ AND FAST CASH, NO JOKE, JUS READ!!!!! : MAKE
MONEY FAST!!!!!! IT WORKS!!!!!!! : IT'S SIMPLE AND IT'S
LEGAL!!!!!!! I found this on : a bulletin board and
decided to try it a little : while back, I was browsing
through news groups : just as you are right now and came
across a : article similar to this saying that you
could : make thousands of dollars within weeks with
only : an initial investment of $6.00!! So, I thought :
yeah right. This must be a scam, but like most of : us, I
was curious, so I kept reading. Anyway, it : said that
you send one dollar to each of the six : names and
addresses stated in the article. You : then delete the
first address and change the : numbers. ( 2 becomes 1, 3
becomes 2, etc.) : place your own name and address on the
bottom of : the list at number 6 and post the article to
at : least 200 newsgroups. (there are thousands) No :
catch that was it. Therefore, after talking to a : few
people and thinking it over I decided to try : it. What
do I have to lose except 6 stamps and : $6.00 right? Then
I invested the measly six : dollars. WELL GUESS WHAT!!!
Within 7 days, I : started getting money in the mail!!! I
was : shocked. I thought it was going to stop but it :
just kept coming. In my first week, I made : $25.00. By
the end of the second week, I had : $900.00. In the end
of the third week, I made : $5,000.00!!! It's still
growing right now. : This is now my fourth week and I
have made a : total of just over $38,000.00! Moreover,
it's : still coming in rapidly. This is certainly worth :
$6.00 and 6 stamps. I have spent more than that : on the
lottery!! Let me tell you how this works : and most
importantly why it works.Also make sure : that you print
a copy of this article NOW so you : can get the
information off of it as you : need it. I promise you
that if you follow the : directions exactly, that you
will start making : more money than you possibly thought
just by : doing something so easy!! SUGGESTION: READ
THIS : ENTIRE MESSAGE CAREFULLY (Print it out or down :
load it) Follow the simple directions and watch : the
money come in! It's easy. It's legal. And : your
investment is only $6.00 (plus postage) : IMPORTANT: This
is not a rip off; it is not : indecent; it is not
illegal; and it is virtually : no risk - it really
works!!!!! If all of the : following instructions are
adhered to, you will : receive extraordinary dividends.
PLEASE NOTE: : please follow these directions exactly
and : $50,000 or more can be yours in 20 to 60 days. :
This program remains successful because of the : honesty
and integrity of the participants. Please : continue its
success by carefully adhering to the : instructions. You
will now become a part of the : mail order business. In
this business, your : product is not solid and tangible,
it's a : service. You are in the business of developing
a : mailing list. Many large corporations are happy : to
pay big bucks for quality list. However, the : money made
from the mailing list is secondary to : the income, which
is made from people like you : and me asking to be
included to that list. Here : are the four steps to
success: STEP 1: Get 6 : separate pieces of paper write
the following on : each piece of paper "PLEASE PUT ME ON
YOUR : MAILING LIST." Now get 6 us 1dollar bills and :
place ONE inside EACH of the six pieces of paper : so the
bill will not be seen through the envelope : to prevent
thievery. Next, place one paper in : each of the 6
envelopes and seal them. MAKE SURE : THERE ARE ENOUGH
STAMPS ON YOUR ENVELOPES. You : should now have 6 sealed
envelopes, each : with a piece of paper stating the above
phrase : your name and address and a $1.00 bill. What
you : are doing is creating a service. THIS IS :
ABSOLUTELY LEGAL! You are requesting a legitimate :
service and you are paying for it! Like most of : us, I
was a little skeptical and a little worried : about the
legal aspects of it all. So, I checked : it out with the
U.S. Post Office (1-800-725- : 2161) and they confirmed
that it is indeed : legal!!!!! Mail the six envelopes to
the : following addresses #1)Andrew : Bunn 149 Peregrine
Way Divide, Co 80814 #2)Ante Rajkovaca 9 Brigade Karlobag
Croatia #3)Terry : Wright 18455 Wildemere, Detroit
Mi,48221 #4)Pedja Dimitrijevic, Ucitelj Milina 20/1 Nis
Serbia #5)Ricardo : Saunders II 3930 Bishop, Detroit, MI,
48228 #6)Peter 30 Perry st Hempstead NY 11550 : STEP
2:Now take the #1 name off the list that you see : above,
move the other names up (6 becomes 5, 5 : becomes 4,
etc.) and add YOUR name as number 6 on : the list. STEP
3: Change anything you need to but : try to keep this
article as original as possible. : Now post your amended
article to at least 200 : news groups. ( I think there
are 24,000 groups) : All you need is 200, but remember,
the more you : post , the more money you make!**
EVERYBODY : AROUND THE WORLD CAN DO THIS BUT REMEMBER TO
PUT : ENOUGH STAMPS ON YOUR ENVELOPES!!!!** This is :
perfectly legal! If you have any doubts, refer to : title
18 sec. 1302 & 1341 of the postal lottery : laws. Keep a
copy of these steps for your self : and whenever you need
money, you can use it again : and again. PLEASE REMEMBER
that this program : remains successful because of the
honesty and : integrity of the participants and by
carefully : adhering to the directions. Look at it this
way, : if you are of integrity, the program will :
continue and the money that so many others have :
received will come your way. NOTE: You may want : to
retain every name and address sent to you, on : either a
computer or a hard copy and keep the : notes people sent
you. This verifies that you are : truly providing a
service. (Remember to wrap : the $1 bill in the note to
prevent mail theft.) : So, as each post is downloaded and
the directions : carefully followed, six members will
be : reimbursed for their participation as a list :
developer with one dollar each. Your name will : move up
the list geometrically so that when your : name reaches
the #1 spot you will be receiving : thousands of dollars
in CASH!!!!! What an : opportunity for only $6.00 ($1 for
each of the : six people listed above) Send it now, add
your : own name to the list and you're in business! :
DIRECTIONS: HOW TO POST TO NEWS GROUPS STEP 1: : You do
not need to retype this entire letter to : do your own
posting. Simply put your cursor at : the beginning of
this letter and drag your cursor : to the bottom of this
document, and select "copy" : from the edit menu. This
will copy the entire : letter into the computer's memory.
STEP 2: Open a : blank notepad file and place your cursor
at the : top of the blank page. From the edit menu, :
select "paste." This will paste the copy of the : letter
into notepad so you can add your name to : the list. STEP
3: Save your new notepad file as : a .txt file. If you
want to do your postings : in different settings , you'll
always have this : file to come back to. STEP 4: Use
Netscape and : Internet Explorer and try searching for
various : news groups (on-line forums, message boards, :
chat sites, discussions.) STEP 5: Visit these : message
boards and post this article as a new : message by
highlighting the text of this letter : and
selecting "paste" from the edit menu. Fill in : the
subject, this will be the header that : everyone sees as
they scroll through the list of : postings in a
particular group, click the post : message button. You're
done with the first : one! CONGRATULATIONS,.THAT'S IT!
All you have to : do is jump to different news groups and
post : away, after you get the hang of it, it will take :
30 seconds for each newsgroup! **REMEMBER, THE : MORE
NEWSGROUPS YOU POST IN (MESSAGE BOARDS : ETC.) THE MORE
MONEY YOU WILL MAKE!! BUT YOU HAVE : TO POST A MINIMUM OF
200. That's it! You will : begin receiving money from
around the world : within days! You may eventually want
to rent a : P.O. Box due to the large amount of mail you
will : receive. If you wish to stay anonymous, you can :
invent a name to use as long as the postman : will
deliver it. **JUST MAKE SURE THE ADDRESS IS : CORRECT**
Let me break it down, say I receive : only 5 replies, so
then I made $5 with my name at : #6 on the letter. Now
each of the 5 persons : who just sent me $1 made the
MINIMUM 200 : postings, each with my name at #5 and only
5 : people respond to the original 5 people. That is :
another $25 for me. Now those 25 people make the :
MINIMUM 200 post with my name at number 4 and : only 5
replies each, I will make $125. Now, those : 125 people
post the MINIMUM 200 postings with my : name at #3 and
only get 5 replies each, I will : make an additional
$626! Ok, now here's the fun : part each of those 625
people post a MINIMUM 200 : with my name at #2 ant they
only get 5 replies : that just made me $3,125!!! Those
3125 people : send a MINIMUM 200 postings and they only
get 5 : replies each with my name at #1, I will receive :
$15,625!!! With an original investment of $6!!!! :
AMAZING!!!! . When your name is no longer on the : list,
you just take the latest postings in the : news groups
and send out another $6 to names on : the list putting
yourself at #6 and start posting : again. Thousands of
people are joining the : internet each day and they are
reading articles : like these just as you are right now.
So this can : never be played out just keep it going and
you : can make tons of money too!!!! Please try it now :
and make big bucks in a few short weeks!!!!!! TRUST ME,
WHAT DO YOU HAVE TO LOSE! IT'S SIMPLE AND IT REALLY DOES
WORK! I GUARANTEE IT! Tag: Migration Axapta CRM to MS CRM Tag: 10583
CRM 1.2 Licensing
hi all,
i got MSDN Universal subscripton.
Now i'm having MSCRM 1.0. which i wantt to upgrade to 1.2.
my problem is that how should i get the license for the 1.2 . In the website
i could see link for partrners only
how should i get the licencing done for CRM 1.2
Thanks in advance
Jack Tag: Migration Axapta CRM to MS CRM Tag: 10582
Have a windows 2000 Primary domain controller
Have Windows 2000 servers working as domain controllers,
when we did a test of shutting down our primary domain
controller, our backup domain controllers do not take over
the login duties, what could be some possible things that
we have not configured properly, for the automatic
takeover to occur in case our primary domain controller
goes down.
Two Identical domain controllers with DNS installed,
I just need ideas or suggestions please? Tag: Migration Axapta CRM to MS CRM Tag: 10578
Lara Brown, "using microsoft crm"
She creates an outlook contacts importing tool(chapter
14). Its just the tool i need. I trying to track down
someone who used it or knows any thing about it. I looked
at the code on the disk that came with the book, but am
not sure where to start. thanks. Tag: Migration Axapta CRM to MS CRM Tag: 10575
programs for shelter use
I am opening a animal shelter located in my county
and I want to find a program that may help me run my
shelter computerized. Any suggestions on any programs I
can use and where I may purchase those programs? Tag: Migration Axapta CRM to MS CRM Tag: 10573
Help with my upgrade path.
We have to accomplish two things.
1. Moving the CRM server to a new machine
2. Upgrading our system to 1.2
What is the best order for this? Tag: Migration Axapta CRM to MS CRM Tag: 10572
Strange Error (CRM 1.2)
Hi,
I have a Virtual PC configuration set up for CRM demos. I have one image
that has CRM 1.2 under Windows 2003 server. It is all configured and setup
and running fine. I have another image with Windows XP configured. The
two images see each other and communicate.
From my Windows XP image I can access CRM both via browser and Outlook
Client. However, occassionally I can't access the system via Outlook and
when I try it via the browser I get a screen coming up with "Sonic Wall" on
it asking for a login and password. If I enter in "Administrator" for the
login and the admin password it works again.
What is happening here? Any ideas?
Alan Tag: Migration Axapta CRM to MS CRM Tag: 10567
CRM 1.2 Icons in Outlook 2003?
Hi,
Just did a CRM Outlook installation for version 1.2 on Outlook 2003.
Everything went fine.
Under Outlook XP, you could access the different CRM areas via icons that
appeared in the Outlook bar (I think this is what it was called) and did not
have to click on the CRM folders in the folder view.
Is there anything similar under Outlook 2003? I can't seem to find it.
Alan Tag: Migration Axapta CRM to MS CRM Tag: 10566
link-entity query
Is it possible to have multiple <link-entity> statements
in one ExecuteQuery statement to facilitate multiple joins?
Do you have an example? Tag: Migration Axapta CRM to MS CRM Tag: 10564
Bangalorians working in MSCRM integrations..........
Hi,
I am Richard working in bangalore and I have started working in MSCRM.
If any one works in MSCRM inside bangalore i request you to send me
mail or give u r ct no,mail id so that i can clear my doubts regarding
integrations
with MSCRM.
My mail id is : pio_richard@yahoo.com
Regards Tag: Migration Axapta CRM to MS CRM Tag: 10561
Can't Re-Install! Org name already exists!!?
I uninstalled CRM, deleted the databases and the OU in
active directory. When I try to re-install it I create
new databases and type in the Organization name, but then
it says "An organization named '<my organization name>'
already exists. Please delete the organization, or provide
a different organization name"
I've got two domain controllers and I'm trying to install
on the global catalog server. i don't have any problems
with dns or AD replication.
Any ideas?? i'm all out. Tag: Migration Axapta CRM to MS CRM Tag: 10553
Insufficient Access Error when trying to Synch
One of my users is having a problem synchronizing. He's on Outlook 2000 and
with CRM 1.0 Plugin. He can access the CRM both through the web and through
Outlook, but he recieves an "Insufficient Access" error every time he clicks
the Work Offline button. Tried installing/re-installing, but it still
doesn't work. Any ideas or recommendations?
Thanks, Tag: Migration Axapta CRM to MS CRM Tag: 10552
MBS Education Center
Hello any MBS Education Centers or Certified Instructors.
I would like to talk to anybody who is running a Microsoft Business
Solutions Education Center or plans on becoming one in 2004.
Or if you are a Certified Instructor please give us a call or send us an
email (see http://www.iBizInitiatives.com for our email address)
Best regards,
Jerry
913.327.7200 - Kansas City Tag: Migration Axapta CRM to MS CRM Tag: 10546
CRM 1.2 Licensing questions
Hi all,
We are a Microsoft Certified Partner, so my understanding is that we get a
fiver user license of CRM. But which exact version of CRM is it. The suite
? Standard or Professional ?
Also, do I use the keys that I get on the MSDN download page, or should I
follow the instructions on the sheet that I got from MS about registering my
copy. I believe these instructions are for version 1.0. Any idea when
they'll have the instructions for 1.2 ready ?
Thanks
Nick Tag: Migration Axapta CRM to MS CRM Tag: 10539
Access and CRM
I am having a problem with reports, can one use access to utilize the data
from SQl to generate reports?
If so
Will customized fields be added to the report as well?
Does anyone use Access with CRM, and for what reason? Tag: Migration Axapta CRM to MS CRM Tag: 10536
ACT and CRM
Is it possible to migrate the data from ACT into CRM
v1.0? How do I go about doing this?
Also, is it possible to have seperate databases for CRM
v1.0. I have Goldmine and Act and wondered if I could
have seperate databases for both of them without importing
both of those databases into one CRM database.
Thanks in Advance
Len Tag: Migration Axapta CRM to MS CRM Tag: 10532
How to forbid to export reocrds to MS EXCEL file
For each screen has an button provide function to export
current data to an MS EXCEL file. Dose anybody know how
to disable this button for specific users. Tag: Migration Axapta CRM to MS CRM Tag: 10528
Connect discount list
How do i connect discount list to product or price lists ?
I didnt find any place where I can use the discount list . Tag: Migration Axapta CRM to MS CRM Tag: 10527
Front End Back End Question
Hello All,
We are currently using a Goldmine/Quickbooks setup with
the GM Link to QB. We are looking seriously at MS CRM
Sales Pro as a front end but feel that Great Plains is a
bit of overkill for the back end. Is there anyway to get
CRM Sales Pro to be on speaking terms with QB Pro 2004 so
that we can link invoices, pos and estimates to contact
records? Any and all comments and suggestions will be
greatly appreciated. Tag: Migration Axapta CRM to MS CRM Tag: 10516
CRM sdk 1.2 published
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/crmsdk1_2/htm/v1d2microsoftcrmversion12sdk.asp Tag: Migration Axapta CRM to MS CRM Tag: 10515
***Error*** Failed to download XSL template files from Web Server
I just started receiving the following error:
***Error*** Failed to download XSL template files from
Web Server
I can't seem to find any reference to the root cause of
this anywhere. Have any of you encountered this error
before? What was the resolution?
Thanks for your help. Tag: Migration Axapta CRM to MS CRM Tag: 10512
Event ID: 5892
I am receiving the following error in my application event log on my
exchange server related to CRM. Is this anything I need to be concerned
about &/or how can I fix this problem
Event Type: Error
Event Source: CrmExchangeQueueService
Event Category: None
Event ID: 5892
Date: 12/29/2003
Time: 4:30:26 PM
User: N/A
Computer: W2K-AS-11
Description:
The description for Event ID ( 5892 ) in Source ( CrmExchangeQueueService )
cannot be found. The local computer may not have the necessary registry
information or message DLL files to display messages from a remote computer.
You may be able to use the /AUXSOURCE= flag to retrieve this description;
see Help and Support for details. The following information is part of the
event: Apc.alis has been dubbed the week.end p.i.l.l ahrdejsj jnsr v. Tag: Migration Axapta CRM to MS CRM Tag: 10507
contacts import
Its looks like the "company" field in the outlook
contacts does not import into crm when you import
contacts from outlook to crm. this is imortant for me
because i am going to make an account for each company and
link the contacts to an account according to their
company. any ideas thanks Tag: Migration Axapta CRM to MS CRM Tag: 10506
Event ID: 5895
I am receiving the following error in my application
event log, can anyone tell me what this is? and or how to
fix the problem if there is one?
*********************************************************
Event Type: Error
Event Source: MSCRMDeletionService
Event Category: None
Event ID: 5895
Date: 12/12/2003
Time: 10:32:17 PM
User: N/A
Computer: ISLANDGUY
Description:
Error: Can't clean up the following tables: Activity.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
********************************************************* Tag: Migration Axapta CRM to MS CRM Tag: 10501
DATE CALC
Hi,
I was wondering if it is possible to set up a formula in a
where you would enter a date ex. 01/01/03) in the first
cell and if the second cell would calculate the next month
(02/01/2003).
Any help would be greatly appreciated!
Thanks.
Dave Tag: Migration Axapta CRM to MS CRM Tag: 10498
Error 1053.
I have CRM 1.0 installed and was working for some time now
until I installed CRM for outlook on the same server to be
used for Terminal Services Clients. I understand that it
is not supported and now cannot start the Microsoft CRM
Security Service. I uninstalled the CRM for outlook but
same results. Can anyone give me an Idea as to how I can
fix this without uninstalling CRM again.
Thanks in Advance
Len Tag: Migration Axapta CRM to MS CRM Tag: 10494
ACT to CRM: DMF or Scribe?
Has anybody used the Data Migration Framework to migrate
ACT! data to CRM? Are you able to get other anything
other than simple contact info, such as Notes or Activity
History? I suppose another question would be is there a
DMF that works for CRM 1.2? I'm pitching Scribe but the
client wants to know why DMF won't suffice. Thanks!
Dave Tag: Migration Axapta CRM to MS CRM Tag: 10493
Save you changes
Found an annoying bug in the KB Manager. Often when adding new KB articles, once the article is published, I still get a dialog box asking me if I want to save my changes. There is no way to edit or save a published article (except to unpublish it first). Even after I unpublish and repeatedly save the article I continue to get this dialog box asking me "Are you sure you want to navigate away from this page?" Once you save and publish and article this warning should never happen. Tag: Migration Axapta CRM to MS CRM Tag: 10492
View more than 100 records at a time?
Hello, is there any way to view more than 100 records at
time? If we want to apply an action to a few thousand
people, is there any way to do so all at once, instead of
having to do the action to the first 100, then the second
page of 100, then the third and so on? You can email to
all records on all pages through the CRM, however, this
feature is not available through the Sales for Outlook
Client. We must use the Outlook Client as we do other
mail merges (paper letters, envelopes, labels, as well as
emails) on a regular basis. But the process is quite
cumbersome! Any help?
Thanks,
-James Tag: Migration Axapta CRM to MS CRM Tag: 10491
Mail Merge from Sales for Outlook Client
Hello, I am trying to perform a mail merge with the
Sales for Outlook Client. It works well for email
merging, and records an activity in the associated
records. However, when merging any other type of
document, an activity is recorded with the title "Word
Mail Merge". I would like a more descriptive activity
subject to appear, "2004 conference follow up" for
example, or whatever I specify. How do I set the name of
the activity subject to be recorded into the corresponding
CRM records when using the mail merge feature through
Outlook?
Thanks,
-James Tag: Migration Axapta CRM to MS CRM Tag: 10490
Modify CRM's Crystal Report Filtering
How would you modify the 'report filtering' to add a field
to the dropdown list box?
Is this controlled by Crystal or by CRM?
Thanks. Tag: Migration Axapta CRM to MS CRM Tag: 10486
Cannot change order state
Hello,
Can anybody tell me why i cannot change order state?
I create order, its state is Active
Then i create invoice, and close it with Paid is full
but state of my order does not change
(i use test version of MS CRM)
Marina Milanina Tag: Migration Axapta CRM to MS CRM Tag: 10485
Using Windows Service and CRM
Happy Holidays, All!
This isn't covered in the SDK, that I can see, but we have a service running
that needs to query the CRM database (using the SDK) - but it is running on
an application server out side of CRM. We can do this with impersonation,
using an existing user in CRM - but the password needs to be hardcoded that
way - making it necessary to revisit the applicatin every 90 days...
Any other thoughts on how to run a windows service against CRM?
Thanks!
Kristina Tag: Migration Axapta CRM to MS CRM Tag: 10483
CRM Email
I have successfully installed the email router, and i was
able to send emails from crm and successfully receive them
(both to company domain and outside clients).
I have noticed though:
1. when i send email activity to CRM users
(CRMEmailEnabled attribute assigned), they do not receive
this in their queue - actually the application should
generate another activity appending CRMxxxx to the subject
line which doesn't happen in this case
2. Internal mails (company domain)
We can not send emails to CRM. I have followed the steps
in the guide, created a queue...everything and i am still
unable to get it.
can anyone help me please? should i uninstall the router
and install it again?
Shereen Tag: Migration Axapta CRM to MS CRM Tag: 10482
Hi,
Is their anyone around which started a migration project from Axapta CRM to
MS CRM ?