<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>infotexture &#187; WebWorks</title>
	<atom:link href="http://infotexture.net/category/webworks/feed/" rel="self" type="application/rss+xml" />
	<link>http://infotexture.net</link>
	<description>Information Architecture &#38; Content Strategy</description>
	<lastBuildDate>Sat, 03 Sep 2011 14:59:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>WebWorks TopicAlias Marker Changes</title>
		<link>http://infotexture.net/2007/07/webworks-topicalias-marker-changes/</link>
		<comments>http://infotexture.net/2007/07/webworks-topicalias-marker-changes/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 10:00:24 +0000</pubDate>
		<dc:creator>roger</dc:creator>
				<category><![CDATA[FrameMaker]]></category>
		<category><![CDATA[WebWorks]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.infotexture.net/index.php/2007/07/03/webworks-topicalias-marker-changes/</guid>
		<description><![CDATA[One of the nice things about single sourcing with WebWorks and FrameMaker is that you can embed context information in your FrameMaker source files using custom markers, which WebWorks processes when creating context-sensitive help formats such as Microsoft HTML Help. However, if you&#8217;re considering upgrading from an earlier version of WebWorks Publisher to the latest [...]]]></description>
			<content:encoded><![CDATA[<p>One of the nice things about single sourcing with WebWorks and FrameMaker is that you can embed context information in your FrameMaker source files using custom markers, which WebWorks processes when creating context-sensitive help formats such as Microsoft HTML Help.</p>

<p>However, if you&#8217;re considering upgrading from an earlier version of WebWorks Publisher to the latest ePublisher platform release <em>(currently version 9.2.2 build #10315)</em>, you should be aware of a significant change in the way that <em>TopicAlias</em> markers are handled.</p>

<p>In <strong>WWP6</strong>, the contents of <em>TopicAlias</em> markers were treated as numeric <strong>MapIDs</strong>, and WWP autogenerated text aliases based on the text of the heading in which the <em>TopicAlias</em> marker was inserted.</p>

<p>For example, if you inserted <code>1002</code> in a <em>TopicAlias</em> marker, WWP6 would generate a mapping entry as follows:</p>

<pre><code>   #define Heading_Text1002  1002 /* Heading Text */
</code></pre>

<p>Now in <strong>WWeP 9</strong>, the contents of <em>TopicAlias</em> markers are instead treated as <strong>text aliases</strong>, and WWeP instead generates its own map IDs based on the sequence in which <em>TopicAlias</em> markers appear in source files.</p>

<p>In WWeP, the example above is now output as follows:</p>

<pre><code>   #define 1002 10000010 /* Heading Text */
</code></pre>

<p><span id="more-20"></span></p>

<p>The old approach in WWP6 meant that the map IDs received from application developers could be inserted in TopicAlias markers in a one-time effort, and these IDs were honored regardless of topic order or heading text. If either of these changed from one release to another, WWP handled all necessary changes with no manual rework, as text aliases were created and associated with the proper files automatically.</p>

<p>According to Quadralay, the change was intended to resolve &#8220;confusion&#8221; regarding the use of <em>TopicAlias</em> markers, since under the new scheme, these markers are indeed treated as <em>text aliases</em>.</p>

<p>However, for users migrating legacy projects from older WWP versions in which <em>TopicAlias</em> markers contained numeric IDs, the distinct <strong>disadvantage</strong> to this method is that changes to topic order now affect the autogenerated IDs, which requires manual changes to either application source code or manual editing of custom map files.</p>

<p class="note"><strong>Workaround: </strong> If your fileset contains only a small number of <em>TopicAlias</em> markers, your best bet is probably to bite the bullet and replace the numeric IDs in the <em>TopicAlias</em> markers in FrameMaker with the alias strings from the header file supplied by your application developers (something like <code>IDH_DLG_DIALOGNAME</code>).</p>
]]></content:encoded>
			<wfw:commentRss>http://infotexture.net/2007/07/webworks-topicalias-marker-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebWorks AutoMap Scheduling Error Confirmed</title>
		<link>http://infotexture.net/2007/06/webworks-automap-scheduling-error-confirmed/</link>
		<comments>http://infotexture.net/2007/06/webworks-automap-scheduling-error-confirmed/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 10:22:09 +0000</pubDate>
		<dc:creator>roger</dc:creator>
				<category><![CDATA[FrameMaker]]></category>
		<category><![CDATA[WebWorks]]></category>
		<category><![CDATA[help]]></category>

		<guid isPermaLink="false">http://blog.infotexture.net/index.php/2007/06/27/webworks-automap-scheduling-error-confirmed/</guid>
		<description><![CDATA[In an earlier post, I described a situation in which WebWorks AutoMap throws a spurious Error communicating with FrameMaker message when a job is not scheduled with a valid user name and password. Quadralay support has since confirmed this defect, which they describe as follows: If your AutoMap job does not complete successfully, and it [...]]]></description>
			<content:encoded><![CDATA[<p>In an <a href="http://blog.infotexture.net/index.php/2007/06/20/webworks-error-communicating-with-framemaker/">earlier post</a>, I described a situation in which WebWorks <a href="http://www.webworks.com/ePublisher/wwam/">AutoMap</a> throws a spurious <code>Error communicating with FrameMaker</code> message when a job is not scheduled with a valid user name and password.</p>

<p>Quadralay support has since confirmed this defect, which they describe as follows:</p>

<blockquote>
  <p>If your AutoMap job does not complete successfully, and it returns errors in the log regarding failed communication with FrameMaker, it&#8217;s possible that it was not able to run the job from the Windows scheduler (even if you are running it manually) due to invalid credentials.</p>
  
  <p>That is, when you set up a job, you must provide a valid user name and password to schedule the conversion. If a job is executed, and it can&#8217; t log in correctly, it may report errors in communicating with FrameMaker (because it can&#8217;t even communicate effectively with the system). To resolve the issue, right-click on the the job in the AutoMap interface and choose <strong>Schedule Job</strong>. If you&#8217;d like to schedule it for automated conversion, do so in the Windows task scheduler dialog that appears. Otherwise, just click <strong>OK</strong>. You&#8217;ll be prompted for a user name and password. Enter the correct credentials, click <strong>OK</strong>, and then run the job as usual.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://infotexture.net/2007/06/webworks-automap-scheduling-error-confirmed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WebWorks &#8212; Error communicating with FrameMaker</title>
		<link>http://infotexture.net/2007/06/webworks-error-communicating-with-framemaker/</link>
		<comments>http://infotexture.net/2007/06/webworks-error-communicating-with-framemaker/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 17:35:29 +0000</pubDate>
		<dc:creator>roger</dc:creator>
				<category><![CDATA[FrameMaker]]></category>
		<category><![CDATA[WebWorks]]></category>
		<category><![CDATA[help]]></category>

		<guid isPermaLink="false">http://blog.infotexture.net/index.php/2007/06/20/webworks-error-communicating-with-framemaker/</guid>
		<description><![CDATA[If you&#8217;ve ever wrestled with WebWorks AutoMap, you may have seen the following messages in a log file at some point: Attempting to Start FrameMaker communication... Error communicating with Adobe FrameMaker. These messages suggest that AutoMap can&#8217;t find FrameMaker (or vice versa), and if that&#8217;s the case, Quadralay offers a few suggestions in a TechNote. [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever wrestled with WebWorks <a href="http://www.webworks.com/ePublisher/wwam/">AutoMap</a>, you may have seen the following messages in a log file at some point:</p>

<pre><code>Attempting to Start FrameMaker communication...
Error communicating with Adobe FrameMaker.
</code></pre>

<p>These messages suggest that AutoMap can&#8217;t find FrameMaker (or vice versa), and if that&#8217;s the case, Quadralay offers a few suggestions in a <a href="http://www.webworks.com/technotes/articles/ePublisherPro/EX_ePub9_Cannot_Duplicate_Error.3.1.aspx">TechNote</a>.</p>

<p>But today I found out <em>(the hard way)</em> that these errors may in fact have nothing to do with the connection between AutoMap and FrameMaker&#8230;</p>

<p><span id="more-14"></span></p>

<p>&#8230;Instead, they may actually be caused by bad settings in the job schedule. These faulty settings apparently prevent the job from running&#8212;even manually via the <strong>Run</strong> command.</p>

<p>When the job is set up, if the job schedule was not defined (for example, if you canceled out of the task schedule dialog for <code>waj &lt;jobname&gt;</code>), the properties for the job (XP <strong>Control Panel > Scheduled Tasks</strong>) reveal that the task is set to run as <code>NT AUTHORITY\SYSTEM</code>.</p>

<p>Changing this via the <strong>Schedule Job</strong> command in the context menu to use a proper user name &amp; password allows the task to run properly.</p>

<p>It would be nice if the log file would contain some sort of error message that points the user in the right direction in these cases, instead of sending us down the dead end road with <code>Error communicating with Adobe FrameMaker</code>.</p>

<p class="note"><strong>Update:&nbsp; </strong>I&#8217;ve pointed this out to the support people at Quadralay, who have since <a href="http://blog.infotexture.net/index.php/2007/06/27/webworks-automap-scheduling-error-confirmed/">confirmed</a> the defect.</p>
]]></content:encoded>
			<wfw:commentRss>http://infotexture.net/2007/06/webworks-error-communicating-with-framemaker/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

