Search found 55 matches

by Ken Billing
Tue Oct 02, 2018 11:15 am
Forum: Web-based Outputs
Topic: Publish failed: The parameter is incorrect. (code 550)
Replies: 7
Views: 4167

Re: Publish failed: The parameter is incorrect. (code 550)

Actually, it's now a bug (139632) but entering ./ works.
by Ken Billing
Thu Sep 20, 2018 4:57 pm
Forum: Web-based Outputs
Topic: Publish failed: The parameter is incorrect. (code 550)
Replies: 7
Views: 4167

Re: Publish failed: The parameter is incorrect. (code 550)

Are you trying to publish to the IIS root folder? I'm getting this error too but only in the root folder and I have Full Control permissions everywhere and can publish there with FileZilla.
by Ken Billing
Mon Aug 13, 2018 9:20 am
Forum: Web-based Outputs
Topic: Anyone Successfully Setup ElasticSearch?
Replies: 3
Views: 2796

Re: Anyone Successfully Setup ElasticSearch?

I was told by Support that it's the URL to the app you created in IIS for the Web.ContentServices folder. But since I haven't been able to get it to work yet either, take that for what it's worth. Hope it helps.
by Ken Billing
Fri Jul 13, 2018 1:26 pm
Forum: Web-based Outputs
Topic: AWS Managed Elasticsearch integration
Replies: 4
Views: 3059

Re: AWS Managed Elasticsearch integration

I'm also having problems getting ES to work on an Azure VM so I'll be watching this post.
by Ken Billing
Fri Feb 21, 2014 9:41 am
Forum: Web-based Outputs
Topic: Google Custom Search revisited
Replies: 13
Views: 7551

Re: Google Custom Search revisited

Got it, thanks.

I'm having an issue with the CSE box only activating in IE 10. It's visible but not active in 11 (or in 10 mode) and Chrome. I also tried setting the meta X-UA-Compatible to other than Edge, for example, 10 but that didn't help.

Any ideas? Could this be why MadCap uses PIE?
by Ken Billing
Thu Feb 20, 2014 12:28 pm
Forum: Web-based Outputs
Topic: Google Custom Search revisited
Replies: 13
Views: 7551

Re: Google Custom Search revisited

Hey, Dave I'm not having much luck with the JQuery. It looks like you based your example on a different target type? There is no data-mc-style in my target. Instead, here's the header: <div id="header"><a href="Default.htm"><h1 class="logo"></h1></a> <div class="se...
by Ken Billing
Tue Feb 18, 2014 5:11 pm
Forum: Web-based Outputs
Topic: Google Custom Search revisited
Replies: 13
Views: 7551

Re: Google Custom Search revisited

Okay, kids, the good news is that it can be done and works. :D http://documentation.bluecieloecm.com/BCWebHelp/Google%20CSE.png The bad news is that you have to modify your target output. I tried shimming it into the Flare page template but the compiler chokes on the <gcse:search> element. Below are...
by Ken Billing
Fri Feb 14, 2014 9:11 am
Forum: Web-based Outputs
Topic: Google Custom Search revisited
Replies: 13
Views: 7551

Re: Google Custom Search revisited

Thanks, Dave. I'll pursue those lines.
by Ken Billing
Thu Feb 13, 2014 12:19 pm
Forum: Web-based Outputs
Topic: Google Analytics causing slow loading WebHelp?
Replies: 9
Views: 6001

Re: Google Analytics causing slow loading WebHelp?

Ha! Looks like I'm using the older code, ga.js. I hadn't heard about the Universal Analytics change. So I'll step in line behind you since now I'm curious as to whether the change would cause a lag in my page loads. If I make the switch, that is. Have to do some reading up on it, now. Sheesh. I hate...
by Ken Billing
Thu Feb 13, 2014 11:49 am
Forum: Web-based Outputs
Topic: Google Analytics Events and Tracking User-Entered Searches
Replies: 60
Views: 611657

Re: Google Analytics Events and Tracking User-Entered Searches

I don't have any wisdom to offer for your problem, but if you succeed in redefining the search-submit.click event, I'd like to learn how you did it. It might work to send the search criteria to a Google Custom Search Engine instead, which is my quest.

Good luck!
by Ken Billing
Thu Feb 13, 2014 10:49 am
Forum: Web-based Outputs
Topic: Google Custom Search revisited
Replies: 13
Views: 7551

Google Custom Search revisited

I couldn't find any buzz here on this topic in the past several years so I'm starting a new topic to at least make it visible again. Has anybody had success replacing Flare's WebHelp search with a Google Custom Search? My application of it would be in a navigation project that links to dozens of chi...
by Ken Billing
Thu Feb 13, 2014 10:10 am
Forum: Web-based Outputs
Topic: Google Analytics causing slow loading WebHelp?
Replies: 9
Views: 6001

Re: Google Analytics causing slow loading WebHelp?

jsandora, I'm not positive, but it looks like you might be using the old synchronous GA code. I'm using the asynchronous code and it's much smaller and I don't experience any lag. Your lag might be due to the preview waiting for a response from GA. The asynchronous code isn't dependent on any such p...
by Ken Billing
Wed Dec 11, 2013 9:26 am
Forum: Flare's General Discussion
Topic: Quick way to find characters abutting variables?
Replies: 10
Views: 3695

Re: Quick way to find characters abutting variables?

Glad it helped you. Even still in version 9, Flare has challenges playing nice with variables and spaces. For example, try dragging and copying two variables separated by a space to another place in the text. Flare doesn't copy the second variable (come on, guys!). Copy and paste is more reliable. A...
by Ken Billing
Wed Mar 09, 2011 12:40 pm
Forum: Flare's General Discussion
Topic: stop flare trying to connect to the internet
Replies: 14
Views: 5358

Re: stop flare trying to connect to the internet

Not sure if this will help or not in your cases, but I discovered that Flare does a lot of checking for valid publishing destinations assigned to targets. I wound up turning all destinations off.
by Ken Billing
Wed Mar 09, 2011 10:24 am
Forum: Source Control
Topic: Initial "Get" from TFS
Replies: 2
Views: 2947

Re: Initial "Get" from TFS

I think what you're looking for is to start with File>Import Project>From Source Control instead.
by Ken Billing
Thu Jul 01, 2010 12:38 pm
Forum: Tips and Tricks
Topic: Command Line Build batch file
Replies: 74
Views: 558720

Re: Command Line Build batch file

Okay boys and girls, I've refined my conditional build batch file(s) to the point where they work well and thought I'd contribute them for the benefit of others here. I've found a few solutions to problems in this forum and want to pay it forward. The major reason for this exercise in the first plac...
by Ken Billing
Wed Jun 30, 2010 8:31 am
Forum: Flare's General Discussion
Topic: Quick way to find characters abutting variables?
Replies: 10
Views: 3695

Re: Quick way to find characters abutting variables?

Try this regular expression: Name" />[^ <),&.\r\\] Where Name is the last word of the variable name(s) that you want to find. In my case, all the variables end with the word Name, which makes it easier. But you could also replace it with a matching expression as well. This particular expres...
by Ken Billing
Thu Apr 01, 2010 3:53 pm
Forum: Web-based Outputs
Topic: Any way to autoassign CSH Alias IDs or speed up process?
Replies: 4
Views: 3375

Re: Any way to autoassign CSH Alias IDs or speed up process?

Greg's tip is great (thanks, Greg). In fact, you can extend it for step 6 to associate the topic files as well. Saved me a ton of time mapping hundreds of topics, so I thought I'd pay it forward. I used a formula similar to the following to generate lines that I pasted into the project's .FLALI file...
by Ken Billing
Wed Mar 03, 2010 11:06 am
Forum: Tips and Tricks
Topic: Command Line Build batch file
Replies: 74
Views: 558720

Re: Command Line Build batch file

I submitted an enhancement request for conditional builds, by the way. Maybe 7?
by Ken Billing
Thu Feb 04, 2010 9:14 am
Forum: Tips and Tricks
Topic: Command Line Build batch file
Replies: 74
Views: 558720

Re: Command Line Build batch file

The crux of the batch file is the following line that lists the topic files in ascending date order so that the newest is listed last. The FOR statement should set the environment variable NewestTopicDate to the date/time of each file, resulting in the variable being set to the date/time of the newe...
by Ken Billing
Wed Feb 03, 2010 1:37 pm
Forum: Tips and Tricks
Topic: Command Line Build batch file
Replies: 74
Views: 558720

Re: Command Line Build batch file

Has anyone figured out how to modify a batch file for conditional builds? For example, only if a new topic is added or a TOC is updated, then build? I've spent a few hours at it but can't get the FOR command to return a date from %~t.

Thanks,
Ken
by Ken Billing
Mon Feb 01, 2010 5:35 pm
Forum: Single-Sourcing
Topic: Picture file name conflicts in linked projects
Replies: 2
Views: 2999

Re: Picture file name conflicts in linked projects

Thanks for the quick reply, LTinker68. I just came to the same conclusion from a different direction. If you place the images in project B in a subfolder of Resources\Images, then when project A imports it, Flare will create a corresponding subfolder for the incoming images and update the links. It ...
by Ken Billing
Mon Feb 01, 2010 5:05 pm
Forum: Single-Sourcing
Topic: Picture file name conflicts in linked projects
Replies: 2
Views: 2999

Picture file name conflicts in linked projects

Has anyone else yet encountered and found a workaround for the problem of picture file names in linked projects? That is, if I have project A with 100 pictures in it, the file names generated by Flare in its Resources\Images folder for those pictures will occupy a series of names, for example, 03000...
by Ken Billing
Wed Nov 12, 2008 5:35 pm
Forum: Flare's General Discussion
Topic: "Output not up-to-date" immediately after build
Replies: 5
Views: 3351

"Output not up-to-date" immediately after build

Immediately after building an HTML Help target and opening it to view the results, I might get the message "The output for the Microsoft HTML Help target is not up-to-date. Do you want to regenerate it?"

What's up with that? I haven't changed a thing yet.
by Ken Billing
Wed Nov 12, 2008 3:19 pm
Forum: Flare's General Discussion
Topic: Flare project with empty Project Analysis
Replies: 7
Views: 3492

Re: Flare project with empty Project Analysis

I've determined that this is related to full Analyzer's inability to open projects residing in folders that contain an apostrophe. After renaming the "invalid" folder, the analysis in Flare occurs. This is a really needless bug, MadCappers, and it's preventing me from using software we pai...