Pages

Search

Microsoft CRM - Mass update to contact records

Microsoft CRM - Mass update to contact records


Mass update to contact records

Posted: 27 Jul 2005 08:06 AM PDT

Hi Ken,

There are several options - 1 is totally unsupported , the others are ok.

You could do this type of operation against the database directly with a
simple SQL statement, however, it is not recommended to touch the database
directly. I would only recommend this if you are 100% confortable with
T-SQL and the structure of the database. I have used this method as a quick
and last resort maintenance fix. I'm sure others will disagree with this
approach!.

You could, as you said create a workflow rule, however, you could only apply
this to a max of 100 contacts at a time - this is the upper limit of rows
that can be displayed on a grid. This may be time consuming.

The final option is to update the data through the API. This would involve
a little programming knowledge. Basically, select all the contacts using
fetch xml in the query class, for each contact perform the field copy and
update the contact record using the contact class.

Hope this helps

Regards

Mike

"Ken Schisler" <microsoft.com> wrote in message
news:com... 


How to prepart the three CRM exams?

Posted: 27 Jul 2005 02:52 AM PDT

Where are you based?


"CEO" <com> wrote in message
news:com... 


Changing Entity Name

Posted: 27 Jul 2005 02:15 AM PDT

This is possible. Unsupported though. this was posted somewhere and it
works i have done it myself, if you need help, feel free to email me:
=========================================== 

===========================================

Workflows NOT working on Create

Posted: 27 Jul 2005 12:13 AM PDT

Yeah Jefferson, the WaitFor is definitely the way to go. I would also
recommend that you make them manual workflow rules. You can then exec
the manual rules from the Create rule. (One reason: users can then
manually apply rule if the workflow rule didn't fire as expected - or,
if some condition causes you to want to re-fire those rules.)

If the value can be set to another value, and then back again (unlikely
in the example of "Death" that you specified ;-), then you may want to
look into recursive workflow rules. (Search this newsgroup for
recursive workflow for details.) But that will make sure you create
what you want every time that field is set to that value. HTH,

Dave
-------------------------------------------------
David L. Carr, President
Visionary Software Consulting, Inc.
Main #: 971-327-6944

To download a fully functional trial version of VAST, (Visionary Audit
System Tools for Microsoft CRM), that tracks all changes against the
Adventure Works Cycle database, visit http://www.vscrm.com/trial.htm

CRM for SBS2003 on Windows Server 2003

Posted: 26 Jul 2005 09:25 AM PDT

Ditto Matt's comments.
I have installed MSCRM for Clients on SBS, starting with 1.0. on SBS 2000.

Often, admins do something to break CRM.
So after burning alot of their money to fix it, I have come to a conclusion.
Add a member server to the SBS forest and install CRM on that. Just use the
SQL server on the SBS box. It also uncomplicates the Sharepoint and Admin web
apps issues.


"MattNC" wrote:
 

TAP2 beta newsgroup

Posted: 26 Jul 2005 06:56 AM PDT

Thanks Peter, I will try him


"Pete C" <microsoft.com> wrote in message
news:com... 


MSCRM Deployment

Posted: 26 Jul 2005 04:58 AM PDT

Ditto with Henning.

MSCRM is an forest wide application. The Sales Outlook Client is installed
when the machines are members of the domain /Forest. Their subscriptions to
the ton metabase needs the user and machine objects to ID them to the
database.

I was just at a client today who tried to get around the "Machine and user
not in the domain with MSCRM" issue. Nothing but problems there. Even if
you add the user and machine latter, the damage is already done.

In our case tion has to be redone.


"Henning B. Treichl" wrote:
 

Calling javascript functions from isv.config button

Posted: 26 Jul 2005 04:19 AM PDT

Thanks, David.

Finally I used the first way blurring the focus of the 'dummy' window
on the load. A little ugly, but...

Nac.

crmextensions.com

Posted: 25 Jul 2005 08:06 PM PDT

we have not seen a need for this on the server as we typically use fast
servers however the client side would be useful.

--
John O'Donnell
Microsoft CRM MVP
http://www.mscrmfaq.us


"sheckyd" <microsoft.com> wrote in message
news:com... 
probably 
do 
and 
..net 
about 
we 
from 
designed 
your 


automatically update knowledge base from case files

Posted: 25 Jul 2005 01:37 PM PDT

Thanks John, but could be more specific on the "sdk" and "isv" ???? I'm a bit
new to this and have not caught on to the language ..... Thanks again.

"John O'Donnell" wrote:
 

Recovering CRM

Posted: 25 Jul 2005 11:48 AM PDT

Mauricio,

we had exactly the same scenario with our CRM install. I eventually managed
to get it back working by basically reinstalling a fresh copy of CRM with a
new db, recreating the users then, after exporting the old SQL db's to MS
Access, reimporting the data into the new db's and copying & pasting the
security details to each record.

A very long winded process (luckily we only had a few hundred entries) and
not 100% successful as we do get occassional security issues when new users
try to access old records, but it did get us back up working again.

I would recommend asking MS for their suggestions before resorting to this!

Ruth

"Mauricio Orrego" wrote:
 

How to add a lookup field to an entity

Posted: 25 Jul 2005 06:28 AM PDT

Until the release of Microsfot CRM v.3.0 you can only add new lookup-fields
by developing your own add-on for the entity you want to extend.
One possible way is to use httpModules - read more about it at
http://blogs.msdn.com/joris_kalz/archive/2005/01/17/354379.aspx

Kind regards,
Henning B. Treichl
(WM-data, Denmark)




"Eric - ePartners" <microsoft.com> wrote in
message news:com... 


Check Condition when convert lead

Posted: 25 Jul 2005 04:32 AM PDT

Hi Carrie,



You cannot create multiple contacts in one step, when converting Leads. But
you can think of using the following workaround:



1. Create one Lead record per contact-person (state the same Company Name on
the Lead records associated) you want to keep track of in the lead phase of
your customer life cycle.

2. When converting your Leads, you start converting the Lead with the main
contact person information.

3. Then you convert the second Lead record holding the next contact person.
This time you only convert the Lead into a Contact, and selects to 'Open
newly created record(s)'.

4. When the new contact record is created, you link it to the account by
selecting the proper Parent Account.

5. Save and close...



It's not the most effective process, but it's manageable.



Kind regards,

Henning B. Treichl

(WM-data, Denmark)



"Carrie" <microsoft.com> wrote in message
news:com... 


UserName appears Incorrectly in Deployment Manager

Posted: 25 Jul 2005 03:31 AM PDT

The most likely reason for the Surname/Forename switch is that the
configuration option for this only applies when users (and contacts) are
saved - pre-existing users will be changed. Given Fred has the system admin
role, I wouldn't be surprised if his account was used to install CRM, then
the name order was changed, as this would give the naming behaviour
described. If you edit the user Fred and save him, the name order should
change.

Not sure how this impacts the reports issue, though

"Frank Lee" wrote:
 

Finding isv.config

Posted: 25 Jul 2005 02:49 AM PDT

There's no registry key indicating the physical location of the CRM
installation, as this information is only stored in the IIS Metabase.

I can think of 2 ways to get the physical path, both of which would require
code:

1. Query the IIS metabase programmatically, using the IIS SDK
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iissdk/html/6436aeaf-d4c3-4e1f-8cd3-96359ff427ce.asp
gets you started). The web site under which CRM is installed is identified by
the registry key HKLM\Software\Microsoft\MSCRM\website

2. Create a simple web service within the CRM installation, with a piece of
code that returns the physical path, using the
HttpRequest.PhysicalApplicationPath property (assuming you're developing with
..Net). Doing this is arguably a security risk, though you can minimise this
by restricting access to the web service



"JB" wrote:
 

crm in mixed mode

Posted: 25 Jul 2005 12:04 AM PDT

If this is going to be a production installation, I would STRONGLY recommend
that you do NOT use a virtual environment. Virtual environments are great for
demos & testing, but the performance is not consistent enough to trust in a
production environment. also, MBS will not support an installation in a virtual
environment so you run a huge risk there for your client if you go that route.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Mon, 25 Jul 2005 08:13:13 +0100, "Peter Lynch"
<com.SPAMFREE> wrote:

1. Exchange does not need to be in same domain as CRM

2. Yes, you can use virtual machines (but better to use Virtual Server as
platform, not Virtual PC)

Peter Pynch


"cypress phill" <be> wrote in message
news:googlegroups.com... 


Organizational Units

Posted: 24 Jul 2005 09:32 PM PDT

Well , it's a big question. SBS 2003 is a good product for smaller firms and
some not so small. I worked on a project where we used GSX to put all the
servers on virtual servers. This included MSCRM server, the exchange server,
Intergration Server, Commerce Server, SQL Server, Great Plains.

We won a Microsoft Field award for it. I manage the virtual network now for
one of my clients.

Depending on what you need to support, you should think about what happens
when you out grow what you have. SBS may not allow your SQL databases or
your Exchange Database to be large enough for future needs.

If you use SBS, thing about putting MSCRM on a seperate server. The SQL
server can be on the SBS box, and the Exchange server can be on there too.
You have a 16GB limit on Exchange. That can go pretty fast in a busy shop.
Some clients have been able to add a full exchange server to the Exchange
organization of SBS and although not supported it provided for the volume of
mail the client was receiving.

So I think you are on track, but your plan should include scaling. Even
when you build the virtual machines, always plan for them to have to run on
another server.
Leave them a life raft to go to if you have to bring them up on another
server.


"Jonathan" wrote:
 

Interested in Microsoft CRM

Posted: 22 Jul 2005 04:20 PM PDT

Hi Beck,



I don't know of any specific guidelines for implementing Microsoft CRM in
the financial sector, but this year I was the main responsible consultant of
the ysis phase of an implementation at a big Nordic bank. The solution
was also covering their Investment Advisory business area.



I will share some of my experience from that project with you and other news
users:



1. No development was needed to manage relations with customers and other
business relations. The ability to manage the customer hierarchy through use
of the parent relation type, gave a better overview on the customer
activities in Microsoft CRM, compared with the company's existing situation.



2. The use of Outlook as the CRM client was expected to have huge impact on
the user's learning curve on how to use the solution. Planning the
implementation of the Sales For Outlook Client was not easy though, because
of some struggling with the IT-department. The main reason was no support of
roaming user profiles, complex deployment procedures and the risk of poor
performance when having +300 Sales For Outlook clients. This was dealt with
using some specific not public available hotfixes from Microsoft and
planning special deployment routines for the Microsoft CRM Sales For Outlook
client. I've seen the next version of Microsoft CRM (v.3.0) and it has been
improved a lot on this area, and therefore our struggles might not be an
issue to be concerned of after the release of Microsoft CRM v.3.0.Until
then - use the browser client for implementing solutions with a large number
of users or if terminal server environments or roaming user profiles must be
supported.



3. The main purpose was to implement a more effective contact relation
sharing and knowledge sharing in general between employees. One focus area
related to this was how to manage customer and deal team activities and
roles. For this the concept of sharing records with users and teams in
Microsoft CRM fits out of the box. Mainly because it also gives you control
of access levels when sharing. Depending on how your company works in teams,
you should expect some development to extend the customer specific
information you want to add to a team or a users - but this is very easy to
do in a supported way, to support upgradeability to coming versions of
Microsoft CRM..



4. A very important step when planning the implementation is to plan your
Business Units to support your security demands on restricting data access
to users. We designed a Business Unit hierarchy that supported Chinese Wall
and Given Consent principles. Chinese Wall is for isolating data for one
division or department. The reason for wanting to isolate data can be
related to law or stock exchange relations - I'm sure you might have many
other reasons for doing this. The given consent principle is for managing
accept from companies to share their information between departments across
country borders. You might have different but similar acceptance dependent
information sharing limitations you want to manage. Some minor development
may be needed to optimise the management of this feature.



5. Doent collaboration was designed to be handled in SharePoint -
supporting checking doents in and out, doent versioning, subscribing
on alerts (get an e-mail if doents are added or changed), adding metadata
for reporting on doents, enhanced search engine for doents etc.. An
integration between Microsoft CRM and SharePoint was designed for this
project. This gave a lot of possibilities for sharing doents related to a
project or customer. This way other departments, like legal departments, are
able to access, update or add doents without having a Microsoft CRM user
license. A more effective process for assuring that all customer and project
(e.g. deals) related doents are going to be archived the right place, no
matter if you are a CRM user or a non-CRM user.



6. Combining SharePoint and InfoPath doents added flexibility to extend
Microsoft CRM with 'entity-like' forms without development in Microsoft CRM.
To add forms using InfoPath, enabled flexibility on transporting form-based
data to persons delivering or needing input related to the form doents.
Examples on forms implemented using InfoPath could be: customer strategy,
enhanced wallet size calculation/estimation or detailed visiting reports.



7. Sales forecast, pipeline and sales related activity planning can be
implemented using the standard customisations features related to the
Opportunity supported by Workflow Manager.



8. Until Microsoft CRM v.3.0 is released the solution will come a bit short
when planning and executing campaigns and events. We decided to design an
add-on using Microsoft technology (.Net, IIS, Microsoft SQL database and
Microsoft SQL Notification Services). This turned out to give a vide area of
possibilities in regard to managing invitations, participant lists,
follow-up activities, response, accommodation planning, special activities
related to an event (dinner, sessions, tracks, party, trips, etc.), managing
flights for participants and some other features needed.



9. You should plan to use a lot of time for ysing and planning the
integration from Microsoft CRM to the company's legacy systems. The
difference between success and failure of the project, does in some way rely
on how you implement an effective integration with the legacy systems. In
integration that supports the business processes in the best way possible
and that convinces the users that the numbers an data they see in Microsoft
CRM are the most updated ones in the company. Using the Microsoft CRM SDK,
you will be able to develop strong web service oriented integration points
to all your platforms and systems. I suggest that you choose to use the
simplest design possible when designing your integration architecture.
Stress the differences between 'need to have' and 'nice to have' integration
points and flows.



9. At the end, one of the most important factors for deciding to use
Microsoft CRM compared to other alternatives (there are other alternatives
out there...), was based on strategically considerations. The customer and
my company are convinced that Microsoft CRM we will see an intense
development and enhancement of the product over the coming years. The
partner channel is huge and the platform (.Net) is well known all over the
world with a lot of resources for developing add-ons and industry solutions.
Therefore your investments are not only investing in a CRM application, but
in a platform for managing business relations and for delivering important
information to the management when sailing the company through the sea of
business.



That was my words - hopefully they are worth the time it takes to read them.



Kind regards,

Henning B. Treichl

(WM-data, Denmark)


"mbeck" <microsoft.com> wrote in message
news:com... 


New user - how to attach info to a group of contacts

Posted: 22 Jul 2005 01:20 PM PDT

Pierre, thanks. Using the workflow manager sounds like my best bet - could
you possibly outline the steps for me? I've not used the workflow function
yet.

"Pierre Hulsebus" wrote:
 

Can't delete database in order to re-install.

Posted: 22 Jul 2005 12:01 PM PDT

Well , I have been in this positon before when I wanted to migrate the
Databases to another server.

You have to stop the tion first. But this is going to increase the
size of your database. If your LDF file is huge, shrink it. Stop the
tion.
In the Enterprise manager, Right-click on the tion folder and then
choose Disable Publishing.

When it's done, delete the database.

I would backup all of them and the master, just in case.

I would backup the crystal folder and save the password also.
I hope this helps.
/:>



"Mark Kula" wrote:
 

CRM Reports 1.2 / Failed to load Database information.

Posted: 22 Jul 2005 09:39 AM PDT

Hi John,

No my Crystal Report is not accessing other databases outside of CRM and yes
I can open up canned reports. It is just the connector in CR 9.2.2 to access
the SQL databases not being able to work in MSCRM. We did have to tweak our
server in order to be able to bring up canned reports without timing out.
Thanks again on any information that you can find on this issue with a VPN
connection to another server for CRM reports.

--
JDMcDonnell A+ MCP Certified


"John O'Donnell" wrote:
 

KB Articles

Posted: 22 Jul 2005 09:21 AM PDT

Matt is absolutely right on this - sorry, if I brought confusion to this
topic. I was thinking of forms for entities in genreal in Microsoft CRM.
With knowledge base articles it's another game...

Listen to Matt, he is the man... :o)

Henning B. Treichl
(WM-data, Denmark)



"MattNC" <microsoft.com> wrote in message
news:com... 


About MBS CRM Certified Exams.

Posted: 22 Jul 2005 08:07 AM PDT

Thanks Peter,

I can't remember that.
What I know is only the MCP ID. :(

How can I know that?

Cheers,
Jim

Columns Names are missing

Posted: 22 Jul 2005 07:04 AM PDT

It's the language code. An easy search and replace is enough.
You should export the customizations on both systems and check which code is
the one on the production server and replace the languagecodes in the export
of the dev server.

Kind regards,

Ronald Lemmen
Avanade Netherlands

"Peter Lynch" wrote:
 

Cannot abort workflow process

Posted: 22 Jul 2005 06:56 AM PDT

Your good and I am thick, thanks

"MattNC" wrote:
 

Microsoft Word - Word - Mail Merge Labels, subsequent page restarts next record

Microsoft Word - Word - Mail Merge Labels, subsequent page restarts next record


Word - Mail Merge Labels, subsequent page restarts next record

Posted: 15 Dec 2014 01:18 PM PST

I'm trying to merge an excel table into word to creating mailing labels and when I do I have no problem merging them until I preview my results. Page 1 will have records 1-30 then on page 2 it will have records 2-31, so it repeats 29 of the records on page 2, so on and so on. Help with this issue please.

Word 2010 Mail Merge + Internal Numbering

Posted: 15 Dec 2014 10:34 AM PST

Hi,

I'm working on a mail merge for a relatively complicated document.  I've created my own custom merge templates before, and use them regularly, so I do have some familiarity with the process, but the template I am currently working contains more numbering/formatting requirements  than I've dealt with in the past.

Here's the situation:

The template is for a offical agreement - starts with address block an introduction, and then proceeds to the body of the document which consists of numbered paragraphs:

John Smith

Address

City, State Zip

Dear John:

Welcome.

1. First paragraph

2. Second paragraph

3. Third paragraph

And so on - for a total of about 20-25 paragraphs before my closing. I've processed all the conditional text/formatting throughout the body of the document using IF rules, and am very please with the document. Paragraph 8 and Paragraph 9 are conditional - they only need to be included for some individuals. I've coded the document as such that the auto paragraph numbering automatically populates on the finished merge document correctly - whether or not the paragraphs are included (i.e. if paragraph 9 is not included, the numbers on the following paragraphs update so no numbers are out of order).

My final step is related to internal numbering within the body of the paragraphs - e.g. within paragraph 15, I reference paragraph 11. However, depending on whether or not paragraphs 8 and 9 are included  paragraph 11 may actually end up being paragraph 9 or 10. I'd like to set-up the internal number to automatically pull in the number as listed at the start of the paragraph, so that the internal number updates to match the paragraph numbering. I'd like to assume this is possible, and I just don't know the coding for it, but I've been playing around and can't seem to master it. Can anyone providing me with the appropraite coding for this, or recommend a way to make this happen? I would like to avoid using the "Ask" function.

Thank you.

Michelle

Mail Merge - Excel to Word nothing showing up

Posted: 15 Dec 2014 09:39 AM PST

When I try the mail merge it won't populate the label doc with anything from my excel spreadsheet; it's completely empty. The original spreadsheet was created on google drive (which I then downloaded and saved as a separate excel spreadsheet) and not sure if that is the problem. I tried saving the spreadsheet as a csv and I tried saving into a word doc and merging from that, but nothing has worked.

Cut and paste default format-WIN7. How to change the default format from source to destination?

Posted: 15 Dec 2014 08:47 AM PST

When using cut and paste for blocks of text in Office7, the paste default format is the source format.  I would like to change the default to destination format.  How can I do it?

Bookends623

Office 365 Word Endnote and Footnote Formatting Not Working

Posted: 15 Dec 2014 07:34 AM PST

Hello All,

 

  I'm trying to format my  endnote/footnotes but the formatting shortcut does not work. If I hover over the formatting hyperlink it will show the  endnote/footnote formatting option window but when I click that nothing happens. If I immediately click the hyperlink (the little angled down arrow under the Footnotes menu thingy) it will insert an endnote. If I try to modify an endnote/footnote by highlighting it ( ->right click-> Note Options" I get a  Microsoft Visual Basic "run-time error '5935' Comments,  endnotes and footnotes can only be added to the main story".  That window gives me the option to "end" or "debug" Debugging brings up the Microsoft Visual Basic for Applications program with this statement ActiveDocument.Footnotes.Add Range:=Selection.Range highlighted in yellow.

Thanks,

Joseph

Merged labels print only one sheet

Posted: 15 Dec 2014 06:32 AM PST

Hi,

I am using word 2013 to print multiple labels from a database containing some 50+ addresses. When I go to print it only prints the 1st page. Appreciate any  help!

Reduced size of picture in Word when copying by Bitmap

Posted: 15 Dec 2014 05:28 AM PST

I'm trying to copy a picture from Adobe Photoshop to Word 2010.

Here what I exactly do:

In Photoshop: Open jpg-file, Ctrl A, Ctrl C.

In Word: Paste, Paste Special, Bitmap, OK.

When I copy a small size picture (say, 100 x 100 pixels), I have the same size in Word.

When I copy picture of size 650 x 650 pixels, I have size of 624 x 624 in Word.

I can manually increase size 624 x 624 to 650 x 650 in Word.

But when I copy it from Photoshop, I have reduced size 624 x 624.

The way I check the size in Word is: I copy the picture back to Photoshop and check the size there.

My question is: How could I get in Word original size (say, 650 x 650)?

Thank you

Transfering word doc to infopath

Posted: 15 Dec 2014 02:04 AM PST

Hello every one,

I have a word document that consists of 7 text boxes. When I move this doc over to infopath the boxes move all over the place down the page. All I'm needing to do is somehow lock this text boxes in place so that when I transfer it to infopath, It all stays the way it is in the word doc.

Any ideas?

Thank you very much!!

Visual studio Word Addin taking more than 15 seconds to close word

Posted: 14 Dec 2014 10:41 PM PST

I have developed Word addin using visual studio 2012. .net framework is 4.5. It is working fine. Only problem is when user closes the word file it takes around 15 seconds for word to close down after we click on "x".

It closes immediately on my machine. My machines configuration is given below:

  •  .Net framework 4.5.2. - VSTo 10.0.50903 and
  •  operating system is windows 7 64 bit.

While it takes time on clients machine to close (15 seconds or more). Client has following configuration.

  • Visual Studio 2010 tools for office runtime x64 version is 10.0.50325.00
  • Operating system of Citrix Server where they access word.
  • Windows server 2008 R2 enterprise SP1 64 bit - .Net Framework version? 4.5.2

They don't have any other addin installed. When they disable my addin word closes fine.

I have tried with empty project as well but still issue is there. 

Thanks!

Spelling

Posted: 14 Dec 2014 09:22 PM PST

How can I install on my comp the Italian spelling control, please? I have Russian and English control of orthography, but I need very much to control also Italian texts. I have the Italian keyboard, but don' know how to switch on the spelling control.  

When will iCloud be available to use with Microsoft Word for iOS?

Posted: 14 Dec 2014 07:53 PM PST

Is iCloud integration in the future for Microsoft Word for iOS?

paste special (bitmap) in word 2010

Posted: 14 Dec 2014 06:08 PM PST

I'm trying to copy a picture (650 x 650 pixels) from Adobe Photoshop to Word 2010.

When I select Paste-Special-Bitmap-OK, I got a picture with size 624 x 624.

Is that kind of default of paste special?

How could I get a picture with original size (650 x 650)?

Thank you

Microsoft Office 2010 Stationary & Border Selections

Posted: 14 Dec 2014 05:08 PM PST

Running Windows 8.1 - Prior to recent upgrade I was able to create various designs for my letter writing. Now I can't find the design selections. Does anyone know how to find them?

Newly-installed Office 365 apps will not open

Posted: 14 Dec 2014 03:03 PM PST

Machine had Office 2010 programs (which still work). New-install Office 365. Pinned Word and Excel to taskbar. When I try to open app, box appears "...run into problem preventing app ..." Boxes are repair now; help; close. Hitting repair now makes box disappear, but nothing gets fixed. Help?

Cannot Open Word Documents in Word

Posted: 14 Dec 2014 07:02 AM PST

When I attempt to open a Word document in my OneDrive I have 2 options: 

a. "Open in Word"

b. "Open in Word Online"

I thought I used to be able to use either option but I cannot use option a. When I attempt to do so, it says "An unexpected error has occurred."

I can still open Excel documents via the "Open in Excel" option. I have Word 2013. Can someone help me?

Thanks.

Unable to upload the document in Facebook, "close word since there was an open dialogue box".

Posted: 14 Dec 2014 06:03 AM PST

Original Title <Word error>

I created a word document without any problems and closed the program.

While I was attaching the document in a facebook message i got 2 errors.

One said that i cant close word since there was an open dialogue box.

The other one said that there was a problem saving the document and that it can be caused by low ram,low memory,outdated antivirus or my antivirus is incompatible with word. (As far as I know my antivirus is fine and i have enough memory)

Nevertheless, the file was attached&sent, it was saved just the way i made it and it opens normaly.

How can i fix these problems?

Setting up raw prinit queue on RHEL 5, how? - Forums Linux

Setting up raw prinit queue on RHEL 5, how? - Forums Linux


Setting up raw prinit queue on RHEL 5, how?

Posted: 02 Apr 2008 08:03 AM PDT

On 2 Apr, 18:01, Allen Kistler <moc> wrote: 

You, umm, have never read "The Luxury of Ignorance" by Eric Raymond,
have you? It's about the CUPS interface.

And notice the guidelines at the bottom, which CUPS still violates
every single one of.

error in partition table leaves some space inaccessible

Posted: 31 Mar 2008 04:32 AM PDT


<com> wrote in message
news:googlegroups.com...
On Mar 31, 3:34 pm, "philo" <net> wrote: 
But how do you edit the partition table to correct the end address of
the extended partition? I don't remember anything in fdisk like that.


I'd not use fdisk at all.

Also, before you use any disk editing utilities you need to really double
check to see
if there is an error at all


A Unix / Linux / BSD / Minix / OSX fix I would like to see in the next 6 months: support for installing to USB drives (Live CDs / DVDs)...

Posted: 29 Mar 2008 03:25 AM PDT

Max Power wrote: 

It is really more of a rescue disk, not like to linux live disks.
Just use cd no 1 for installation
 

--
Martin

LILO map-file damaged ?

Posted: 26 Mar 2008 12:46 PM PDT

Mikhail Kuzminsky wrote:
 

Have a look at :http://tldp.org/HOWTO/Hard-Disk-Upgrade/prepare.html
If you've done your lilo configuration right... it'll work.



--

Jerry McBride (us)

ipv6 route

Posted: 25 Mar 2008 12:10 AM PDT

Kernel IPv6 routing table
Destination Next
Hop Flags Metric Ref Use Iface
::1/128
* U 0 9 0 lo
2001::1/128
* U 0 3 0 lo
2001::/64
* U 256 0 0 eth0
fe80::208:a1ff:fe8a:544d/128
* U 0 0 0 lo
fe80::212:3fff:fe2c:38bf/128
* U 0 0 0 lo
fe80::/64
* U 256 0 0 eth0
fe80::/64
* U 256 0 0 eth1
ff00::/8
* U 256 0 0 eth0
ff00::/8
* U 256 0 0 eth1
*/0
* U 256 0 0 eth1
*/0
* UD 256 0 0 eth0
*/0
* UD 256 0 0 eth1


I want to redirect the ipv6 packets destined to 2001::3/64 through my
loopback address.

Bill Mar wrote: 

Overriding "Wake-on-LAN" BIOS settings in the running Linux?

Posted: 20 Mar 2008 09:29 AM PDT

Nico Kadel-Garcia <com> wrote: 

Solaris for SPARC has a command "eeprom" to set PROM
variables. Since the BIOS is in EEPROM I just logged into
a Solairs x86 host to compare. It does have an "eeprom"
binary but it writes to a file not to the BIOS. Sigh. It also
points to the grub man pages.

LinuxBIOS equals goodness ...

External disk doesn't boot. Install GRUB on USB key?

Posted: 18 Mar 2008 01:46 PM PDT

On Mar 20, 9:33 pm, Bill Mar <net> wrote: 

Thanks. As soon as I posted the last post I realized that a powered
USB hub had to
exist, so I went out and bought one. Duh. Now everything works.

mandriva 2006 install

Posted: 16 Mar 2008 03:37 PM PDT

Unruh wrote: 
Yes, I know. It is very important to keep things up-to-date. Thanks for
the reminder though.
JM

US Robotics modem on fedora 5

Posted: 16 Mar 2008 01:50 PM PDT

Jean-David Beyer wrote: 
Thanks. I'll look into getting one.
JM

Switching to left-handed mouse

Posted: 15 Mar 2008 06:39 PM PDT

On 2008-03-16, sadf wrote: 

Adjust the numbers as required (3 2 1 is the operative part):

xmodmap -e "pointer = 3 2 1 6 7 4 5"

--
Chris F.A. Johnson, author | <http://cfaj.freeshell.org>
Shell Scripting Recipes: | My code in this post, if any,
A Problem-Solution Approach | is released under the
2005, Apress | GNU General Public Licence

Ubuntu or PCLinuxOS

Posted: 15 Mar 2008 06:27 AM PDT

Maurice Batey <removethis.org.uk> wrote in
news:removethis.org.uk:
 

Thank you all for your suggestions.

I will try PcLinuxOS.

Regards.

Server Setup to boot your PXE client

Posted: 13 Mar 2008 08:45 AM PDT

On Thu, 13 Mar 2008 08:45:57 -0700, Chris wrote:
 

Just minor points:

We've been doing this for a while, and it's helpful to keep the TFTP area
highly organized. So Fedora 8 kernel and initrd might be stored in /var/
tftp/fedora/8/i386 or some such thing. The kernel entries can be
modified to reflect this.

It's also convenient to have a separate configuration file for each
"major image" (ie. Fedora-8-i386-workstation, CentOS-5-x86_64-server,
etc.) in the pxelinux.cfg area, and then create the necessary symbolic
links from the ARP-named file for a given server to the configuration you
want to see booted. This makes completely hands-off installs quite
convenient.

We actually linked the ARP-named file to a file named with each machine's
inventory ID, and then link that file to the necessary startup
configuration. That makes it a little easier as we don't need to know a
machine's ARP address (except for when its first put into our system);
just the inventory ID (which is printed right on the machine).

I didn't see anything about the actual OS install. You'll want the
installation tree to be available (ie. via HTTP or NFS). You can specify
this URL in the Kickstart file. You can specify the location of the
Kickstart file in the kernel line with an option like:

ks=http://pxeboot.internal.yourdomain/fedora-8-i386-server.cfg

That Kickstart file defines the installation. Again, this facilitates a
completely hands-off install.

I'm not sure which distributions do/don't use Kickstart though, but
everything in the "Redhat" world does.

With respect to setting the NIC to support PXE, this is not really
standardized; one just needs to learn how a particular BIOS does it I'm
afraid. Fortunately, it's usually pretty easy to find.

The other item you might want to consider, for servers, is to also set
the serial port as a console and to do the installation headless. As
long as the BIOS supports this (and many do, nowadays), this further adds
convenience as you can watch the installation remotely.

- Andrew

Start and Finish Date Column Format Microsoft Project

Start and Finish Date Column Format Microsoft Project


Start and Finish Date Column Format

Posted: 09 Dec 2005 05:04 AM PST

dwolf,

That worked - Thanks much.

Pete

"dwolf" wrote:
 

Differences when MSProject calculates durations.

Posted: 09 Dec 2005 12:07 AM PST

Thank you Gerard... The dates I posted are examples only. What I mentioned
before happens throughout the calendar. In one project March 7 to March 7 can
be an indicative of 1 day, on another, one day duration means, with
obligation, March 7 to March 8... Or , June 5 to June 10 is six days in one
and five in another. I hope I´m making my self clear. Thanks.

"Gérard Ducouret" wrote:
 

Consolidated Project - Calendar View

Posted: 08 Dec 2005 01:45 PM PST

Haris, thanks but all of the linked schedules are fully expanded in the Gant
View untill I switch to Calendar?

"Haris Rashid" wrote:
 

Project/Resource Manager as Resource?

Posted: 08 Dec 2005 01:34 PM PST

Dale,

Sorry for the misplaced question, I could have sworn I was in the Project
Server area when I posted.

Thanks for the clarification, I'll have to sit with my co-admin and figure
out whether the RBS will be useful at all in our organization.

"Dale Howard [MVP]" wrote:
 

Can I Track Changes in Subprojects/Master?

Posted: 08 Dec 2005 11:56 AM PST

Hi Jack, thaks for the reply, I'll have a look, i failed to mention i have
project 2000, but there is a similiar update.

"JackD" wrote:
 

Change colour of Gantt bars

Posted: 08 Dec 2005 07:04 AM PST

thanks!

"Jan De Messemaeker" wrote:
 

Can Project task ID #'s be displayed on task bars?

Posted: 08 Dec 2005 06:01 AM PST

Hi,

Yes.
Read all about formatting Gantt Bars in
http://www.mvps.org/project/faqs.htm

Faq 31. Customizing Task Bars
HTH
--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
http://users.online.be/prom-ade/
+32-495-300 620
"B. Fleming" <microsoft.com> schreef in bericht
news:com... 


How to select only a few taskcolumns (no gantt chart) for a print

Posted: 08 Dec 2005 04:57 AM PST

Dag Ton,

I'm afraid I'm not very sure what you mean by "select" and "form".
To create a table (a table being the set of columns visible in a view) that
only contains the desired columns, simply select the column, edit, Hide
Column

(To get it back afterwards use Insert, Column)

What is "saved as forms"?
Try Edit, Copy Picture. Is that what you mean?

Hope this helps

(FYI there is also microsoft.public.nl.office.project)

--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
http://users.online.be/prom-ade/
+32-495-300 620
"Ton den Brok" <Ton den microsoft.com> schreef in bericht
news:com... 
selected 
forms. 


how do i set up a task that is never ending and done at 10%?

Posted: 07 Dec 2005 11:50 PM PST

Or you can set up a hammock task that ends when the project ends. You could
assign it to a task calandar that is only 10% of a day (as Jan suggested) or
you can just allocate the task at 10%.

"shahar" wrote:
 

levelling question

Posted: 07 Dec 2005 08:57 PM PST

Greg,

If you don't want that task to be leveled. Set the Priority to 1000. This
will not level this task (or any task where priority is set to 1000).

"greg tatchell" wrote:
 

base calendar

Posted: 07 Dec 2005 08:51 PM PST

gerard, even though i have multiple calendars added to global, i can still
only see the base calendar in the reports/base calendar. none others show up.

"Gérard Ducouret" wrote:
 

Specifying date range and columns when printing a Gantt Chart

Posted: 07 Dec 2005 03:14 PM PST

Thanks!

"John" wrote:
 

Enterprise project and Enterprise resource

Posted: 07 Dec 2005 03:03 PM PST

Dale,
sorry for posting the request here. I will move my question to the MS Server
group. BTW, i did publish the project plan and assignments to Web. And users
have received notification emails about the tasks assigned to them. The funny
thing is when they click to the link in the email, no task is shown up. That
happened to everybody, including myself.

"Dale Howard [MVP]" wrote:
 

Microsoft Project Professional 2003

Posted: 07 Dec 2005 11:57 AM PST



"Rod Gill" wrote:
 

subtasks

Posted: 07 Dec 2005 05:42 AM PST

Thank you, is their no way to diplay the days that i work and not the total
duration.

"Gérard Ducouret" wrote:
 

Mail header - Microsoft Exchange

Mail header - Microsoft Exchange


Mail header

Posted: 10 Mar 2008 01:23 AM PDT

look at the display names in active directory.

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
Outlook 2007: http://www.slipstick.com/outlook/ol2007/

Outlook Tips by email:
outlooktips.net

Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com
Subscribe to Exchange Messaging Outlook newsletter:
EASE.LSOFT.COM


"filip" <fmatosic@@inet.hr> wrote in message
news:phx.gbl... 

No complete IMF install with SP2

Posted: 09 Mar 2008 09:58 AM PDT

I think I got it fixed. I still need to do some testing. I re-ran the SP2
install using /forestprep and /domainprep. The schema extensions are there
now. I see the UCE Archive folder, which I changed via the registry. I'll
watch to make sure spam gets filtered.

Thanks for your help.

Steve Gould

"Bharat Suneja [MVP]" <org> wrote in message
news:%phx.gbl... 


Exchange mbx, hub and cas combinig issue

Posted: 09 Mar 2008 12:06 AM PST

 

I'm sure that I put in Enterprise key, and also when right click on that
server's in Console it stands that it is Enterprise.
When I created 6th database on that server, Information Store service
stopped working and in Application events showed up event saying that
Information store cannot run because there is more that maximum number of
databases.

Btw, OS is windows 2008 Enterprise and Exchange 2007 SP1 enteprise.
Really strange.

any ideas?

A farce - the Microsoft Action Pack Subscription licence agreement

Posted: 07 Mar 2008 08:58 PM PST

So pay and quit whining!
--
Ed Crowley
MVP - Exchange
"Protecting the world from PSTs and brick backups!"

"HotmailUser" <microsoft.com> wrote in message
news:com... 


Exchange unable to relay

Posted: 07 Mar 2008 03:22 PM PST

In the SMTP Virtual Server properties, enable relaying for authenticated
users only. Configure your non-MAPI clients to authenticate using the same
credentials as they do for POP or IMAP.
--
Ed Crowley
MVP - Exchange
"Protecting the world from PSTs and brick backups!"

"James" <microsoft.com> wrote in message
news:com... 


2 mailbox servers need OWA to both

Posted: 07 Mar 2008 02:45 PM PST

If the hostnames and domains are the same and your firewall is open for that
server then redirection should work. A front-end server cannot host
mailboxes.
--
Ed Crowley
MVP - Exchange
"Protecting the world from PSTs and brick backups!"

"tke402" <microsoft.com> wrote in message
news:com... 


Viewing Free Busy with Outlook 2007

Posted: 07 Mar 2008 12:12 PM PST

To have free-busy data for the Exchange 2003 users, I believe you should
have a public store on your Exchange 2007 server and you should create
s on it for the free-busy system public folders. When you're native
Exchange 2007 and Outlook 2007 in your organization, I believe that you will
no longer have to have the public folders.
--
Ed Crowley
MVP - Exchange
"Protecting the world from PSTs and brick backups!"

"osiexchange" <microsoft.com> wrote in message
news:com... 


Exchange 2007 POP3 clients double read receipts

Posted: 07 Mar 2008 04:40 AM PST

I'm not saying you're wrong, but are you sure that the first isn't a
delivery receipt?
--
Ed Crowley
MVP - Exchange
"Protecting the world from PSTs and brick backups!"

"Manuel" <microsoft.com> wrote in message
news:com... 


Address Literals

Posted: 06 Mar 2008 01:53 PM PST

. Unfortunately.
--
Ed Crowley
MVP - Exchange
"Protecting the world from PSTs and brick backups!"

"Mark Arnold [MVP]" <org> wrote in message
news:com... 


Single server to multiple servers

Posted: 02 Mar 2008 09:35 PM PST

OK, good, thanks.

Here goes the $64M question..... if I have more than one HT and more than
one edge, should I have an instance of EdgeSync for each possible pairing, or
one instance for each pair?
I thought I had read on a blog it is better to set up Edgesync between each
pair of HT/Edge.

For example, I have 2 Edge, 2 HT - should I create 2 instances of EdgeSync,
or 4?

"Henry" wrote: