Pages

Search

yum.conf exclude pattern - Forums Linux

yum.conf exclude pattern - Forums Linux


yum.conf exclude pattern

Posted: 26 Jun 2006 09:48 AM PDT

david walcroft wrote: 

I don't think the yum "exclude" syntax can tolerate the "!", inverted
syntax. I don't have yum capable system in front of me, but can it work with
an "include" statment?


Default Login Suse Linux 10

Posted: 26 Jun 2006 07:01 AM PDT

On 2006-06-26, Lutz Mueller <de> wrote: 

Then try with root and no password, failing that, boot in single-user
mode and change the root password with passwd. See the documentation
of Suse.

Davide

--
Do you have a point, or are you saving it for a special occasion?
-- David P. Murphy

Downloading files

Posted: 26 Jun 2006 05:53 AM PDT

"Scorp118" <net> wrote in
news:googlegroups.com:
 

A specific example of one file. Most of those I run into are the source
code for a package (but that's what I download). Try using Midnight
Commander to see what's in it first before you copy anything:

<user>#mc

at which point you get an win explorer (or norton commander for those
who know) type screen) use your cursor keys to switch to the directory
of the file (tab to change from left to right panes) enter to enter (or
exit with the /.. file) a directory and then press enter on the file
when you get there. You can view any file with F3 (the single key not
"F" "3") and exit viewing with F10 (same as above).


Oh, and F10 to exit midnight commander.
--
(setq (chuck nil) car(chuck) )

How to edit initrd.img in FC5

Posted: 24 Jun 2006 01:27 AM PDT

Thanks ! that worked ..
but one thing, that took lot of my time -
cpio by default compresses files into an 'old binary format'
however initrd images nedded by fc5 kernels are compresses using the
'newc' format

that means you can incompresses the initrd , modify it, then
recompress,
but if you do not explicitly mention the 'newc' format duing
compression , the kernel will hang after loading itself and not budge
any further.---

(no! no! ) find | cpio --create > /boot/initrd_new.img (Wont ! work !)
find | cpio --create --format=newc > /boot/initrd_new.img (Will work
!)


Allen Kistler wrote: 

cannot change time on Fedora

Posted: 23 Jun 2006 01:53 AM PDT

On 23 Jun 2006, in the Usenet newsgroup comp.os.linux.setup, in article
<lightlink.com>, Paul Kimoto wrote:
 
 
^^^^^^^^^^^^^^^^
 
 
 

Ah, you never noticed that a significant number of the messages posted have
that zonetime? When you post via google.groups, the "G2/0.2 User-Agent"
posts a lot of information (look _in_ the headers - try pressing the 't'
key in slrn while reading the article) and uses the local time in
Mountain View, California (about 27 miles / 43 KM Southeast of San
Francisco) as the posting time.

Old guy

kickstart SATA drives

Posted: 22 Jun 2006 06:27 PM PDT

Mike wrote: 

I also ran into some SuSE 2.6 kernels that installed them as /dev/hda, and
if you did a kernel upgrade switched them to /dev/sda. Drove me *NUTS*
tracking that one down in a network installation system.


Fedora / FreeBSD files question

Posted: 22 Jun 2006 10:07 AM PDT

In comp.os.linux.setup Nico Kadel-Garcia <net>:
 
[..] 
[..]
 

FYI.

It is used in conjunction with /etc/spwd.db to store hashed
passwords on *BSD, like /etc/shadow on Linux. Though the format
is different.

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo qr | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 460: Here's a nickel, kid. Get yourself a better
computer.

How do I use external parallel port floppy drive on Toshiba Portege?

Posted: 22 Jun 2006 09:46 AM PDT

["Followup-To:" header set to comp.os.linux.portable.]
On 24 Jun 2006 07:54:39 -0700, it
<it> wrote: 
In the BIOS setup you have to choose whether the parallel port is used
for a printer or a floppy or disabled.


--
BOFH excuse #347:

The rubber band broke

need help with dependencies for apt-get

Posted: 22 Jun 2006 07:11 AM PDT

"Nico Kadel-Garcia" <net> wrote in
news:com:
 

Well the OS is linux actually, Slackware is the distribution
 

Not the kernel per say, but the packages that come in a distribution
with a kernel version, say a 5 year old version of debian which would be
2.2 or so. Especially if you haven't been upgrading packages all along,
which as I say is a heck of a job, and getting linux in stores is a joke
arround my parts at least.

--
(setq (chuck nil) car(chuck) )

Sticky bit to allow access permission?

Posted: 22 Jun 2006 06:18 AM PDT

On 22 Jun 2006, in the Usenet newsgroup comp.os.linux.setup, in article
<googlegroups.com>,
com wrote:
 

1. It's not the sticky bit (which shows up as a 't' or 'T' in the
execute permission for others), but the SUID bit (which shows up as an
's' or 'S' in the execute permission for the owner). See the 'chmod'
man page.

2. The kernel ignores SUID (and SGID) on shell scripts - it's a massive
security problem.

3. Use 'sudo' to run the 'adduser' or 'useradd' command. 'man sudo'
 

Well, that certainly won't do much. Perhaps you should start with the
Bash-Prog-Intro-HOWTO

-rw-rw-r-- 1 gferg ldp 31540 Jul 27 2000 Bash-Prog-Intro-HOWTO

and then wander over to the Linux Documentation Project at
http://tldp.org/guides.html and grab a copy of The Grendel's fabulous
"Advanced Bash Scripting Guide". From a recent post to comp.os.linux.announce

Announcing the version 3.9 release of the "Advanced Bash Scripting Guide."
This e-book tutorial and reference is the equivalent of a 700-page print book.
With 320 illustrative examples (including such goodies as an anti-spammer
script), the book covers virtually every aspect of scripting.

The web site has the document in a number of file formats. I'd recommend
the HTML tarball

Old guy

Reinstalling Windows XP forced LILO removal...how do I get it back?

Posted: 22 Jun 2006 05:46 AM PDT

"Mwob" <com> wrote in
news:googlegroups.com:
 

Make your boot disk on a floppy though as it loads your compiled version
of the kernel and if you don't, none of the pci hardware (other than
video and module loaded) will work when you boot the other way (with the
cd).

--
(setq (chuck nil) car(chuck) )

reading an old Linux drive from a new one?

Posted: 21 Jun 2006 10:12 PM PDT

"Nico Kadel-Garcia" <net> wrote: 

Here's the output I get from 'fdisk -l':

-------------------------------------------
Disk /dev/hda: 20.5 GB, 20576747520 bytes
255 heads, 63 sectors/track, 2501 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 1 8001 a OS/2 Boot Manager
/dev/hda2 2 17 128520 6 FAT16
/dev/hda3 18 2501 19952730 5 Extended
/dev/hda5 18 33 128488+ 6 FAT16
/dev/hda6 34 97 514048+ 7 HPFS/NTFS
/dev/hda7 98 117 160618+ 7 HPFS/NTFS
/dev/hda8 118 181 514048+ 7 HPFS/NTFS
/dev/hda9 182 819 5124703+ 7 HPFS/NTFS
/dev/hda10 820 2349 12289693+ 7 HPFS/NTFS
/dev/hda11 2350 2501 1220908+ 7 HPFS/NTFS

Disk /dev/hdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdb1 * 1 13 104391 83 Linux
/dev/hdb2 14 140 1020127+ 82 Linux swap
/dev/hdb3 141 9729 77023642+ 83 Linux

Disk /dev/hdd: 5129 MB, 5129671680 bytes
255 heads, 63 sectors/track, 623 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdd1 * 1 10 80293+ 83 Linux
/dev/hdd2 11 623 4923922+ 8e Linux LVM

Disk /dev/sda: 131 MB, 131072000 bytes
16 heads, 32 sectors/track, 500 cylinders
Units = cylinders of 512 * 512 = 262144 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 499 127728 6 FAT16
-------------------------------------------

'hda' is the first fixed HD, on which my OS/2 system sits, 'hdb' is the
second fixed HD holding the newly installed SciLinux, and 'hdd' is the
old HD now put in as a removable disk. What puzzles me is that before
being supplanted by the bigger new disk, 'hdd' had the same three parti-
tions as the new 'hdb'. Yet only 'hdd1', which is the '/boot' partition,
is as expected, and readable. There was one difference between 'hdd' and
'hdb': in 'hdd' the sequence was /boot, /, swap, rather than the sequence
in 'hdb' of /boot, swap, /. I wonder if that could be a contributing
factor.

- Dushan

installing linux on an empty/unformatted (but already there) fat32 partition

Posted: 21 Jun 2006 07:11 PM PDT

com wrote in
news:googlegroups.com:
 

Also make sure your CD drive is first in boot order in your bios.
Probably the hard drive is first then floppy and cd ignored.

--
(setq (chuck nil) car(chuck) )

How to solve MIDI I/O error in Ubuntu Dapper Drake?

Posted: 21 Jun 2006 05:50 AM PDT

 

You don't show your /etc/modules.conf and your /etc/rc.d/rc.modules
(locations vary) but I don't see any dependencies for snd_mpu401.
Shouldn't that be dependant on you soundcard? (crystal beach something?
- actual card involved would help along with those two files mentioned
by me above.) You might also do a (re)readthrough of the ALSA-sound
HOWTO from

http://www.tldp.org/

- go to main index beside HOWTOS to find it - they're alphabetical. I'm
almost positive the problem is with your ALSA setup particularly in
/etc/modules.conf

--
(setq (chuck nil) car(chuck) )

Problem with mounting hard drive

Posted: 20 Jun 2006 11:55 PM PDT

Matt Giwer wrote:
 

It will NOW
 



--
In June 2006 Israel is murdering an average of ten Palestinians a day.
Correcting to population that would be about 8500 Americans per day.
-- The Iron Webmaster, 3662
nizkor http://www.giwersworld.org/nizkook/nizkook.phtml
book review http://www.giwersworld.org/israel/willing-executioners.phtml a7

Office Professional Install 2007 - Missing Telephone # - Microsoft Office forums

Office Professional Install 2007 - Missing Telephone # - Microsoft Office forums


Office Professional Install 2007 - Missing Telephone #

Posted: 18 Jan 2007 10:14 AM PST

I thought Microsoft support cost money no matter what?
Keep in mind that many people are getting the trial right now who would
have otherwise bought it, just that they can't do that yet...

Patrick Schmid [OneNote MVP]
--------------
http://pschmid.net
***
Office 2007 RTM Issues: http://pschmid.net/blog/2006/11/13/80
Office 2007 Beta 2 Technical Refresh (B2TR):
http://pschmid.net/blog/2006/09/18/43
***
Customize Office 2007: http://pschmid.net/office2007/customize
RibbonCustomizer Add-In: http://pschmid.net/office2007/ribboncustomizer
OneNote 2007: http://pschmid.net/office2007/onenote
***
Subscribe to my Office 2007 blog: http://pschmid.net/blog/feed

"Gordon" <com.invalid> wrote in message
news:phx.gbl:
 

Office 07 Beta TR unistall crashed now I can't unistall.

Posted: 17 Jan 2007 07:14 PM PST

Thanks for the help Patrick. I found KB928218 right after posted my scream
for help.

The article worked. Going through all of the steps in the KB was a bit
painful and tedious, although not as painful as rebuilding a machine. ;-)

Griz

"Patrick Schmid [MVP]" wrote:
 

Since installing Office 2007, Outlook Express has French dictionary

Posted: 17 Jan 2007 08:37 AM PST

Thanks guys, I'll give that a go.

(Or as Outlook express would have me say it...)

Tanks Guys, Ill givre That a go.
--
Thanks,
CJSnet

Recommended:
* http://search.superhighstreet.com - Finds anything or they pay!
* http://www.superhighstreet.com & http://www.oxfordstreet.com - Beat the
crowds with Virtual Streetscapes

[remove 'teeth' to e-mail me]

"Steve Howard" <com> wrote in message
news:phx.gbl... 


I have two instances of "Personal Folders" in Outlook 2003

Posted: 16 Jan 2007 01:34 PM PST

<org> wrote in message
news:com... 

New profile - Control panel-Mail-Show profiles-Add


Corrupted Office needs to be completely removed.

Posted: 16 Jan 2007 11:31 AM PST

Are you able to use the Windows/IE Help??
Update your Windows to the latest updates. Is XP SP2 installed on the
computer?? May be update to IE7 if its already IE6sp2, just a thought!



"UJ" <com> wrote in message
news:phx.gbl... 


Office XP Uninstall & Reinstall

Posted: 16 Jan 2007 10:54 AM PST

"anoniem" <com> wrote in message
news:45ae1f36$0$321$xs4all.nl... 

Please QUOTE the post you are replying to.

http://dts-l.org/goodpost.htm
http://www.netmeister.org/news/learn2quote.html

Thank you.


Where does cftmon.exe come from if not from MS Office?

Posted: 16 Jan 2007 07:01 AM PST

You say: cftmon.exe
The MS file is ctfmon.exe
Is that a typo?

Or: http://www.sophos.com/security/analyses/trojdelivea.html


"Ro" <com> wrote in message
news:xecickk5d3a0.ci5o7k7n5m3q$net...
| Where does ctfmon.exe come from (if not from MS Office)?
|
| I don't have MS Office installed on my WinXP computer yet I still
| constantly get requests by cftmon.exe to run at startup.
|
| Doing a search, I find cftmon in two places:
| - C:\i386\cftmon.exe
| - C:\WINDOWS\System32\cftmon.exe
|
| I read the MS article on removing cftmon.exe but it assumes MS Office is
| installed.
| http://support.microsoft.com/default.aspx?scid=kb;EN-US;q282599
|
| My anti-virus never complained about ctfmon so I presume that's working.
|
| Can ctfmon come from some other Microsoft program other than Microsoft
| Office?


Word keeps asking for cd

Posted: 16 Jan 2007 04:03 AM PST

It's just done it again; it is rather tiresome. Surely by now it should be
in the registry & it should stop asking me for the installation cd.

The file it requires is "wordret.msi"
"Rupe" <com> wrote in message
news:Obfp%phx.gbl... 


upgrade trial office 2003 to prof. 2003 w/o losing outlook data

Posted: 14 Jan 2007 07:54 PM PST

With OL closed, locate and simply copy all *.pst files.

"lefebel" <microsoft.com> wrote in message
news:com... 
never touches users data. 


Cannot activate Office Enterprise 2007

Posted: 14 Jan 2007 04:33 PM PST

Re,

Good idea from MS. So I could never use this evaluation version.
I need Infopath 2007, witch not included in french Professionel or
Standar Editions.

Did someone here has a link to download infopath 2007, or an enterprise
edition with no activation.

Thanks.

Bob Buckland ?:-) (At Beautiful Downtown) a écrit : 

Office Resource Kit 2003 link fails

Posted: 13 Jan 2007 01:02 AM PST

It works now - thanks. I have downloaded and deployed now.

"Bob Buckland ?:-)" wrote:
 

How do I add slack to a task? Microsoft Project

How do I add slack to a task? Microsoft Project


How do I add slack to a task?

Posted: 16 Jul 2005 10:45 AM PDT



Pete DeLorme wrote: 

I'm somewhere between the purists and the infidels. The methods
mentioned will add slack, but probably at some peril in most cases. I
like to create overall project slack by putting in what's called a
"buffer" in Critical Chain scheduling, "UEWS" (Unexpected Events Within
Scope) by the person that taught it to me long before there was
Critical Chain scheduling. At the end of the project, right before the
Finish milestone, put in a task called UEWS. Estimate it's duration
based on experience, level of uncertainty, etc. It's just like putting
contingency money in the budget. That's why some call it "Schedule
Contingency". Then, the name of the game is to decrease the UEWS as the
rest of the project slips, trying to finish the project before you run
out of UEWS.
Done this way, it doesn't really show up as total slack in the
schedule, but as an additional critical task at the end of the
schedule. Nonetheless, it acts as slack. Once I started doing this, I
seldom overran a schedule.
The purists might have a fit about doing this, which I've never
understood. One of the more significant goals of doing PM in the first
place is to finish on time most of the time. Any tool short of out and
out lieing that helps me bring in my projects on time is valid.
Best of luck finding what works best in your world.

outline a project by using intentions

Posted: 16 Jul 2005 08:08 AM PDT

Jan,

Yep! The supervisor may have meant or actually said INDENTIONS but it came
out of the student's mouth as INTENTIONS (asked him to repeat it a couple of
times) - at any rate we covered indentions as well - both indenting and
outdenting. Thanks for the suggestion.

Marie

"Jan De Messemaeker" wrote:
 

creating a todo list withh a date range

Posted: 15 Jul 2005 12:05 PM PDT

Ok, I figured out how I think you're SUPPOSED to
generate a report with a date range, but it doesn't work.
I do:
view>reports>assignments>who does what>edit>
filter>date range>select>show tasks that start or
finish after 7/20/2005>and before 9/1/2005

The results are all over the board. I'm showm tons
of tasks that have start/finish dates both back in May
that are marked 100% complete. Do I not understand
something here? Thanks!


"RobR" <com> wrote in message
news:%23jtI%phx.gbl... 


xlVBAlignTop etc. Stopped Being Recognized

Posted: 15 Jul 2005 10:31 AM PDT

That was it. Thanks!
- Will

"Jan De Messemaeker" wrote:
 

Project Characterised by Major Ambiguity and Uncertainty

Posted: 15 Jul 2005 09:28 AM PDT

I've got a problem with that approach in that you have no way of knowing if
you're on the right track or not viz-a-viz your organization's buiness
objectives and strategy. It almost seems like you're trying to say you
define the project's outcomes on how much work you can afford to devote to
new development instead of deciding what you should develop and whether it
fits into the company's long term strategy. Work drives the schedule when
you know what it is you want toi accomplish. But it sounds like you're
saying "we can afford to do 500 hours of work, what could we do with it?"
letting the affordable work define the objective and calling that a project.
HOW to accomplish an objective may very well be a moving target in
innovative endeavors, that's why a phased apporach to scheduling can be a
good idea. But it seems to me that clearly defining the objective itself -
in concrete, quantifiable, objective terms - and making a go/no-go decision
based on whether it contributes to the long term strategy of the firm simply
must be a prelude to anthing else. (Just because you can do something it
doesn't mean you should do it.)
--
Steve House [MVP]
MS Project Trainer & Consultant
Visit http://www.mvps.org/project/faqs.htm for the FAQs


"Paul" <com> wrote in message
news:db8o84$ob3$dmz.ncs.ea.ibs-infra.bt.com... 

Earned value and project management deliverables

Posted: 15 Jul 2005 06:25 AM PDT

In article <com>,
Jan M. <microsoft.com> wrote:
Jan,
Responses to your followup questions are as follows: 
You're welcome 
Month by month LOE tasks may or may not be considered "recurring". It's
kind of a matter of interpretation. Let's say the project needs a PM for
all of 2005 (i.e. Jan 3 through Dec 30). This particular PM effort has
no specific deliverables so the whole year"s effort is considered LOE. I
would set up a series of tasks, one each month, with perhaps the Task
Names of: "Perform PM support for Jan", "Perform PM support for Feb",
etc. Are those recurring tasks, yeah, probably so. Whether the tasks are
planned using the recurring task function of Project or whether they are
entered discretely is a matter of user choice. 
After thinking more about my answer on this, LOE does NOT necessarily
need to be level loaded. Normally it would be but perhaps there is more
intensive LOE activity toward the beginning or end of a month and less
in the middle. In this case, a contour could be applied but I'm not sure
that it matters a whole lot because if the task is LOE, taking "credit"
is automatic and since status is on a monthly basis, it doesn't really
matter that more hours were actually accrued in the first and last week
of the month. Another scenario could however be that on a particular
project there is more PM activity during certain months (e.g. preparing
for quarterly reviews). In that case, resource loading need not be the
same for all months in the year. Each month is loaded flat but months
are not loaded the same. 
Once again I was a little to hasty in my response. For LOE tasks, SPI is
guaranteed to always be "1", but CPI is not. (We actually had a case
where one of our support activities had a ballooning positive CPI. Their
support was planned as LOE but no one actually worked on the task. It
wasn't discovered for a few months because their piece of the program
was overshadowed by activities with much larger budgets. Obviously we
had to re-think and re-plan their whole support activity in light of the
fact that a significant portion of their "budget" had been "blown").

For LOE tasks SPI is guaranteed to be "1" because "credit" is given for
simply existing (e.g. the PM was at work and therefore supported the
program this month), hence BCWP is always equal to BCWS. In our system,
all performers, except those under LOE, reported status. Tasks covered
by LOE were automatically credited by the system - no user statusing
required.

Hopefully, this clarifies some things.

John
Project MVP 

MSP Scheduling durations

Posted: 15 Jul 2005 01:44 AM PDT

The duration of a task is the number of working time units according to the
calendar governing the task between start and finish. Operative werm there
is "working time units". If a fulltime employee who is scheduled for 8
hours a day is assigned a task tarting Mon at 8 and ending Mon at 5, he'll
be on that task for 8 of his working time hours between start and end. If a
part-time employee who is scheduled for 4 hours a day works on a task that
starts Mon at 8am and ends Tue at 5pm, he too is on that task for 8 of his
working time hours. The durations of the two tasks are both identical - 8
hours are required to produce the deliverable - even though their elapsed
times are very different.
--
Steve House [MVP]
MS Project Trainer & Consultant
Visit http://www.mvps.org/project/faqs.htm for the FAQs

"RB" <co.uk> wrote in message
news:googlegroups.com... 

How can duration be set for calendar days?

Posted: 14 Jul 2005 04:41 PM PDT

Julie has given you a good workaround to dispay task elapsed times. By al
means use it for reports, etc, if that's what more senior management wants
to see but when developing the actual plan try to resist the temptation to
use elapsed time in lieu of duration. Duration is that portion of the
elapsed time where work can take place Assuming the standard calendar,
that's why the duratiuon of a task beginning Wednesday and ending the
following Tuesday is 5 days and not 7. According to the calendar no work
will happen, no progress achieved on Sat or Sun. So when you look at a task
that can begin Monday and will take 10 days of work to complete, your finish
date will be 10 working days plus how ever many nonworking days intervene
down the line. To develop an accurate schedule you really have to drop the
dates where work doesn't happen from the overall elapsed time.

--
Steve House [MVP]
MS Project Trainer & Consultant
Visit http://www.mvps.org/project/faqs.htm for the FAQs


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

Export wizard truncates to 2 decimals, and I really need to retai.

Posted: 14 Jul 2005 11:56 AM PDT

Multiply by 1000.

--
-Jack ... For Microsoft Project information and macro examples visit
http://masamiki.com/project
or http://zo-d.com/blog/index.html
..
"Hulder-One" <microsoft.com> wrote in message
news:com... 
unique 
two 
level 
numeric 
too 


Email Status Requests in Project 2003 (w/o posting to the server)

Posted: 14 Jul 2005 10:15 AM PDT


You're welcome, Michelle :-)

Mike Glen
MS Project MVP


Michelle Moulliet wrote: 



Microsoft CRM - Advance Find in Activities Histories

Microsoft CRM - Advance Find in Activities Histories


Advance Find in Activities Histories

Posted: 17 Feb 2005 10:07 AM PST

Hi Dave,

Thanks for your response. I kind of figured that was the case. It amazes me
that Microsoft has built so many search engines and they missed something so
basic as this in CRM. Will look into the c360 product and wait patiently for
CRM 2.0 (2005) when it comes.

Thanks again!!

"Dave Carr" wrote:
 

migration from ACT6.0 to MSCRM

Posted: 17 Feb 2005 08:15 AM PST

On 17 Feb 2005 08:15:04 -0800, "Alex" <com> wrote:
 

It depends on what you want to migrate. If you simply want the
contacts just export those from the ACT! Export option. If you want
activities, notes, opps then you need to do something else

BCM migration will work on some ACT 6 databases but not others - one
worked find, another hung after processing about 5% of the records.

Another option is to use Goldmine. You can download Goldmine trial
version and import the ACT! data into that making sure you use SQL
Server for the Goldmine database and then use DTS to extract the data
out of SQL into the CDF database. However, Goldmine does change the
data structure but this might be good enough

We are currently looking at Export Pro which exports ACT into Access.
See http://www.nwoods.com/ACT/exportpro.htm which at $279 is
relatively cheap.
 

Julian Sharp
Vigence for MS CRM in the UK

Mapping between Contracts and Account or Contact not functional

Posted: 17 Feb 2005 07:07 AM PST

On Thu, 17 Feb 2005 07:07:03 -0800, "Herman Greven" <Herman
microsoft.com> wrote:
 

Nothing gets mapped when a contract is created. Is suspect it is the
Select Template popup which causes this.

It is very annoying.....

Julian Sharp
Vigence for MS CRM in the UK

MicroSoft CRM Capability

Posted: 17 Feb 2005 03:24 AM PST

On Fri, 18 Feb 2005 00:32:42 +0000, Julian Sharp
<sharpuk.f9.co.uk> wrote:
 

I meant PostURL...

 

Julian Sharp
Vigence for MS CRM in the UK

New Callout Model in V2.0 - Feedback Requested

Posted: 16 Feb 2005 09:39 PM PST

On Thu, 17 Feb 2005 14:40:56 -0600, Matt Parks
<com> wrote:
 

Matt,

You can do an async postcallout by simply running your processing in a
separate thread i.e. in the postcallout start a new thread and do the
processing in that - the UI is not held up this way. This is useful if
the processing is relatively simple and the overhead of using a queue
would be overkill.

However, there are times when I want the postcallout to be part of the
transaction. The example I have is in quote/order detail where I pull
back details from the selected product into the quote/order detail e.g
cost price and calculate margin - the users expect to see this on the
refresh. Perhaps doing this processing in a pre-callout but
effectively still have the same problem in performance as just moving
where the custom processing happens

Julian Sharp
Vigence for MS CRM in the UK

Publish completed with errors, CRM failed

Posted: 16 Feb 2005 08:59 PM PST

Hi,
Thankyou for response. I have mentioned the eventlog error below.

The error details as seen on the event viewer are as follows:-

Event ID: 0
Source:DMSNAPIN
Description:

ProcessImportWorkItem Error : The network path was not found.
, StackTrace : at System.IO.__Error.WinIOError(Int32 errorCode,
String str)
at System.IO.File.InternalCopy(String sourceFileName, String
destFileName, Boolean overwrite)
at
Microsoft.Crm.Tools.ImportExportXml.XmlCustomizati on.ProcessImportWorkIt
em(Object status)

Thank you
Ravi Chander

"Peter Lynch" <com.SPAMFREE> wrote in message
news:e##phx.gbl...
Please post relevant event details from the CRM server Application log, so
we can help you
"ravichander" <apexcovantage.com> wrote in message
news:%23%phx.gbl...
Hi,

I have CRM 1.2 server and Database server installed in one system. All
these Days I used to add one or more attributes to CRM using deployment
manager. Now I have requirements for adding few more attributes, hence i
have added few more attributes and trying to do publish customization. I
have select Lead and then seleted target CRM server and said next then it
says "Publish completed with errors,see event log, -> CRM failed" and then
CRM site gets stopped.

anybody body help is highly appreciated .

Thanks in advance

Ravi Chander


What do you use for monitoring & backup for CRM?

Posted: 16 Feb 2005 06:45 AM PST

A few other comments...

First of all, unless you have a second data center that is completely integrated
with your infrastrucutre, you will never get even close to 5 9's. You need an
extremely expensive infrastructure to hit this.

One important item the other 2 forgot to mention is to make sure you are backing
up your AD catalog. The DB backups are almomst worthless from a recovery
standpoint without the AD backups.

If you have your DB's configured for Full recovery, you need to ensure that you
are also running Log backups. Otherwise, your log files will continue to grow.
They do not reclaim their space when Full backups are done.

The DB server is your biggest point of failure. If you are truly concerned
about recovery in the event of a failure of the machine, you need to basically
have a pretty solid plan in place. I've heard of a few different approaches to
this:

1) Have a second server that is the same config that is basically turned off.
In the event of a failure, the backup server can be swapped into place, restore
and go. Key is for the server to have the same machine name as the original.
You could also explore the ability to swap the drives in the RAID from one to
the other, but not sure how well that works.

2) Simlar to the first approach, but a key difference is the use of a SAN device
to house the database files. This eliminate the need to do a restore after
swapping out the chassis.

If you are not using SFO, then you can also "choose" to disable replication and
then implement a clustered DB. The issue with "support" on a clustered DB is
related to the offline synch process with SFO.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Wed, 16 Feb 2005 06:45:05 -0800, Dave McGuire
<com> wrote:

Question to everyone:

i know that when your CRM setup is in a development or demo environment
there's not much backup or monitoring going on. But, what do you use when
it's in a production environment?

How do you make sure it approaches "five nines" availability? Do you use
service monitoring or just plain old SNMP traps? How do you back it up? _DO_
you back it up?

I'd be interested in your comments and replies. I think it'd be an
interesting thread.

I'll start:
If I ran the network, I'd probably use WhatsUp FT from Ipswitch to do the
monitoring, and Backup Exec with addons to do the backup.
Since I don't run my network, the current setup is "no monitoring, backup
every so often" using a program I've never heard of.

Crystal report file locations

Posted: 14 Feb 2005 05:31 PM PST

Thanks John, I will look for the tool.

"John O'Donnell" <com-nospam> wrote in
message news:phx.gbl... 
have 
the 
report 


Custom fields appear in deployment manager but not in database

Posted: 14 Feb 2005 04:09 AM PST

On Wed, 16 Feb 2005 00:16:39 -0800, "John O'Donnell"
<com-nospam> wrote:

Yes and it's still inconsistent and still broken.
 

Microsoft Word - Spell Checking a specific section in a MS Word Form

Microsoft Word - Spell Checking a specific section in a MS Word Form


Spell Checking a specific section in a MS Word Form

Posted: 16 Jun 2014 03:15 PM PDT

Hello,

I have a Word Form with multiple sections. 

The macro that contains the code below is used in a Macro Button.  It works perfectly in spell checking the entire document. 

Is it possible to modify it to limit the spell checking process to the current section of a document?

Thank you

-------------------------

Sub SpellCheck()


' If document is protected, Unprotect it.
   If ActiveDocument.ProtectionType <> wdNoProtection Then
      ActiveDocument.Unprotect Password:=""
   End If

   ' Set the language for the document.
   Selection.WholeStory
   Selection.LanguageID = wdEnglishUS
   Selection.NoProofing = False

   ' Perform Spelling/Grammar check.
   If Options.CheckGrammarWithSpelling = True Then
      ActiveDocument.CheckGrammar
   Else
      ActiveDocument.CheckSpelling
   End If

   ' ReProtect the document.
   If ActiveDocument.ProtectionType = wdNoProtection Then
      ActiveDocument.Protect Type:=wdAllowOnlyFormFields, _
         NoReset:=True
   End If
End Sub

Word for iPad print unavailable

Posted: 16 Jun 2014 03:01 PM PDT

I have a network printer which I connected to other apps (specifically the HP eprint app, which doesn't allow OneDrive connection for some reason...).

here's my problem: the Print option doesn't even appear. The file option has two small circular arrows on it, and it gives options to autosave, view file properties, but not printing.

Do I need to set up my printer there somehow? How do I do that?

Thanx for the help!

Make watermark visible through images

Posted: 16 Jun 2014 01:37 PM PDT

Hey folks,

Does anyone here have a clue on how I could make my watermark visible through pictures in my document? As there are quite a few of them, it is almost never fully visible. This does look somewhat inelegant.

All answers are appreciated! Thank you!

Printing/Showing only the Outside the Border marker in word 2010

Posted: 16 Jun 2014 01:17 PM PDT

I have a document that I want to print out with the vertical bar Outside the Border marker for changes I have made.  I do not want to see the change itself just the marker in the border.

Can anyone tell how if this can be done?

Word 2010 - F11 Key

Posted: 16 Jun 2014 11:24 AM PDT

Hi there.  I hope someone can help me.

I have just had a new PC with Windows 8 and Microsoft Office 2010 installed. On previous PCs and versions of Word I have always been able to use the F11 key to navigate around text forms fields inserted within documents.  As this is a considerable amount of my work, I was somewhat dismayed to find I can no longer do this with the latest version.  In fact I can't find any other shortcut to get from one text form field to another without taking my hand off the keyboard and clicking on it!  When I looked in the Word Help instructions it says the F11 key function is 'next form field' but it isn't!

Is there any way I can change the functionality of the F11 key please?  At the moment it has the function of pausing or slowing down my transcription software by 50%, which is the most useless function I could possibly have.... and of course I keep pressing it by mistake thinking I can go to the next form field.  Very infuriating!

Thank you in advance. I hope the answer is not too technical as I'm not very good with that sort of thing :(

Export from Word to CSV

Posted: 16 Jun 2014 09:45 AM PDT

I have a Word document containing requirements that I want to import into RMsis that will only accept CSV files. The first row of the CSV must contain column headings. The native Word Save As options do not include CSV so I'm thinking that I need to get the text into Excel and save from there as CSV.

Can you advise?

Multiple Copies - different Footers

Posted: 16 Jun 2014 08:49 AM PDT

I have searched and cannot find what surely is something other people want to do.

I have a simple document in word (2010, but I guess would be similar for all?)

I want to print two copies of the same 1 page document - but with one labelled "Customer copy" and one labelled " Sales copy", ideally in the footer

I can of course do this by printing one copy, editing footer and then printing another copy, but there must be a simpler way?

Any suggestions greatly appreciated.

TIA

VB script to open form as copy or to save as copy

Posted: 16 Jun 2014 08:12 AM PDT

Hello,

I have created a userform in MS Word 2013;  I found the instructions on youTube. What happens is when you open the form a popup box appears where you type in information.  That information goes into specified areas in the form.  It works great with one major exception.  I don't want the user to be able to save information to the original form.  I want them to either, save as copy or  open form as copy. 

If I save the form as a template, I lose the popup box that appears at opening.     Is there a way to do this?  Have a copy of the form appear when the user opens the original?  Or where the user can print and/or save as? 

Thank for any help

Windows restart itself after opening Microsoft Word 2013 (occur when it turns to blank screen)

Posted: 16 Jun 2014 06:46 AM PDT

My friends faces this problem from last week. This problem occur when try to opening Microsoft word. When he open Microsoft Word, it directly show blank screen for 1-3 minutes before windows restart itself. Even he updated windows to latest version include driver, BIOS, the problem still exist. Can someone help my friend?

Need to reinstall Word

Posted: 16 Jun 2014 06:37 AM PDT

The operating system is not presently configured to run this application.

This message was received on a friend's computer after somebody kindly:

Updated their laptop from XP to Windows 7 (Home, 32).  They copied various folders to 'Old Windows' including Microsoft Office/Office 12/1033 etc. and I suppose they thought it might be possible to restore Word from there.  But clicking on Winword in the Office 12 folder gives the above so clearly my friend needs to do a proper installation.  Trouble is that she doesn't have the CD or a product key - thinks maybe Office was installed on computer when she got it?  Is there anything she can do?

Word 2013 - Texture Fill Word Art

Posted: 16 Jun 2014 05:55 AM PDT

I publish a weekly newsletter for work.  They have upgraded to Word 2013 and I am unable to fill my word art with a texture fill.  Now, I am not talking about the BACKGROUND of the word art...but the ACTUAL letters themselves.  This is a VALUABLE feature to me...and it seems to have been deleted from Word 2013.

Is there a way of doing this?

Also, if I save my newsletter template as "compatible", I lose all of the details such as beveled text boxes, etc.

Large white border on custom paper

Posted: 16 Jun 2014 04:49 AM PDT

I'm having trouble printing from Word and would appreciate if anyone can help me! Having set a Word document to print on a custom-sized paper a thick white border, about 2cm deep, appears at the top and the bottom of the document. The document is the same size as the custom paper. The border isn't affected by changing the margin sizes and there is no guttering. If I convert the document into pdf than the white border can be removed by choosing the "fit" option and it prints normally as a "fit" pdf. The printer manufacturer, Canon, says it is a Microsoft issue rather than an issue with the printer. Any help much appreciated!

Word 2007 - There was a problem sending the command to the program

Posted: 16 Jun 2014 04:42 AM PDT

I have Windows 7, Office 2007. When I click on a .doc or .docs file I receive a message "There was a problem sending the command to the program" I have verified and reinstalled my printer. I have right clicked on a .doc or .docx file and set the default program to Microsoft Word, and clicked always use this program to open with.

It works once for that file, then the next file gets the same error.

File/Print changes footer

Posted: 16 Jun 2014 04:34 AM PDT

Hello,

I have a Word 2010 document into which I have placed footers. I needed the filepath and page number, so I inserted a two-column table into the footer. I inserted the filename field into the left-hand column and the page number field into the right-hand column. I then removed the table borders. This works fine in a number of documents I have made. In a couple of documents, however, when I click on File/Print to preview them, the page numbers have disappeared. Returning to view the document by clicking on the Home tab, I find that the table and page number has vanished, just leaving the file name. I've spent several hours trying to work out why this is happening, with no success. Can anyone suggest anything?

Many thanks!

Launching Word from eMail client bypasses password protection.

Posted: 16 Jun 2014 03:01 AM PDT

I received an MS Word file (docx format) as an attachment. The file was passord-protected, with the password supplied in a separate e-mail.

Using Thunderbird e-mail client under Windows 7 I launched the file in Word by double-clicking on the attachment icon.

The file opened and displayed the full contents without any prompt for the password.

(Saving the file to my computer and opening it from Word triggered the password prompt as expected.)

The way Thunderbird deals with opening an attachment is to write the file to a systems temporary folder, and to call the helper application associated with that file type.

In other words, Thunderbird invokes Word and Word gets the file from the temporary systems folder.

Apparently Word bypasses its own security when a file is launched in this way.

This happens with Word 2007 and Word 2010.

The whole point of sending password-protected files by e-mail is that anyone intercepting the file should not be able to open it without the password.  That is not the case!

This would appear to be a security bug!

HOWEVER

(Edited after more testing.)

I can't get this to happen if I send myself a password-protected document created in Word 2007 or 2010.

I'm baffled.  Is there something about the specific document format that causes this behaviour?  (I don't know which version of Word was used to create the offending document.)

word 2013

Posted: 16 Jun 2014 02:40 AM PDT

word 2013

No option for black and white or colour print

Posted: 16 Jun 2014 02:39 AM PDT

I cant print in colour and there isn't an option in the printer preference section...

Word AutoFormat Error: Places 1 letter per line

Posted: 16 Jun 2014 01:52 AM PDT

I am trying to format my document into 2 columns. When I highlight the text needed to go into columns, it gives most of it in a column. Then it decided to put the rest as having 1 letter per line, as shown in the screenshot. What is going on and why? How do I fix it?

Auto correct

Posted: 16 Jun 2014 12:42 AM PDT

i've added some words to auto correct but i'm looking for a way that when i copy and paste those words, auto correct , correct them not only after pushing Space button after words.

Can I mix and match long and short edge printing in the same document?

Posted: 15 Jun 2014 11:36 PM PDT

I'm printing a document which has both A4 and A3 pages within it. I want to print the document both sides with the A4 pages flipped on the long edge and the A3 on the short edge. Is this possible? I don't really want to split the A3 and A4 into two separate docs.

Cheers

Unable to launch Office applications as no Office icons on Windows Metro or Desktop.

Posted: 15 Jun 2014 10:33 PM PDT

Original Title: About microsoft office

I subscribe to microsoft office 365 premium for monthly, I installed it, and then what happen is there were no icons appeared. i installed it many times, and i saw the tutorial, then it said i am done, so i can use it now, but then there were no icons of word, excel, etc. appeared in my desktop.. Then when i open a document, i can open it using a microsoft word but the problem is there is no icons appeared in my desktop..and I can't open the powerpoint, excel etc. so what should i do?

Desperate: page number updating

Posted: 15 Jun 2014 09:18 PM PDT

I had this problem once before (12-09-2013). I asked here and one of you wrote:

Even if you Select All (Ctrl-A) and press F9, your cross-references might not update

depending on how you add new headings to your document. Cross-references break

if you add a new paragraph to your document by pressing Enter at the beginning of

a referenced (usually numbered) heading. !!!! To prevent this, you must add new

paragraphs by pressing Enter at the end of the previous paragraph. For example, if

you have a section in your document numbered 5.2.6 and it's already referenced earlier

in your document, don't press Enter where the x is below.... 5.2.6 x Heading Title Press

Enter at the end of the line before this section. This is counter-intuitive in practice, but

essential to preserving accurate cross-references as your document grows.

I must have forgotten about this warning and added a paragraph the wrong way. So now I

have this same problem but worse. When I delete a cross-ref and re-enter it, the page #

seems to be OK but if I do F9, it becomes wrong. Updating page number cross-refs

is broken even for docs that used to work and ones predating the first occurrence!

Probably has something to do with the Template. ?? Is there a way to remove the'

template (or the equivalent, such as fixing it or messing with the Registry) without removing

the styles I've assigned? (My macros can be re-entered.)

I assume there is no way to undo the wrongly entered new paragraph.

Even re-entering every cross ref (I have hundreds) would be better than the mess I'm faced with now.

Gratefully,

Steve Gray

Need to make odd/even page headers

Posted: 15 Jun 2014 06:41 PM PDT

I'm working with Office 2007 Word and I need to make odd/even page headers that center the file name and put page numbers on the outside margin.  I've found headers with 3 text fields but they don't automatically put in the page numbers.  I need them to look something like this:

odd page:          325 (left aligned)           File name (center aligned)

even page:          File Name (center aligned)              326 (right aligned)

I haven't found a single header under Building blocks that have just those two fields without anything else.  I even tried using Plain Number 1 and 3 put you can't center the file name separately from the page number.  Is there a way to build my own and include them in Building Blocks Organizer?

Re-install Word 2010 after hard drive replace--no product key

Posted: 15 Jun 2014 06:33 PM PDT

Hi. I'm getting my hard drive replaced so I'll need to re-install Word 2010, but I can't find the CD I bought four years ago. Is there a way to recover my product key so I don't have to buy Word again? 

If providing instructions here, PLEASE give simple, exact step-by-step instructions. I do not have an IT background. Thanks.

Doc files not opening

Posted: 15 Jun 2014 04:06 PM PDT

Suddenly I cannot open doc or docx files from explorer. Word 2013 opens fine from the start menu and I can open files from within word. When I try to open from explorer the "save as" file window opens.

When I try and open an xlsx file from explorer the "save as" window opens and I get an error message "There was a problem sending the command to the program.  Excel opens fine from the start menu.

Strangely "Open Office" files will open word from explorer....

I checked file associations and reset my computer - what's next?

word error message and shut down

Posted: 15 Jun 2014 03:01 PM PDT

 Hi

I get the error message when I try to print from any source

Windows 8.1 File Explorer Preview Pane not working for Office

Posted: 15 Jun 2014 02:24 PM PDT

When activating the Preview pane in File Explorer, Excel and Word documents will not appear in the Preview Pane. Other file types, such as .pdf and .gif files work just fine. I am using Office 365.

Any ideas?