All,

I have been playing around with Syndication and have been getting the
following issue.  I have to be logged into the webtop for the outbound
syndication to run.  Once logged into the webtop I can't run the syndication
job from the CF Administrator "Run" link,  but I can if I copy out the URL
and paste it into my browser.  

Also, the URL that starts the job in the CF Administrator
(http://127.0.0.1/allaire/spectra/invoke.cfm?method=syndicate&objectID=97F9A
512-A676-4703-9BA7BCEE6700F37A&ApplicationID=2C39AABC-6240-11D3-AD4B0060B0EB
2994
<http://127.0.0.1/allaire/spectra/invoke.cfm?method=syndicate&objectID=97F9A
512-A676-4703-9BA7BCEE6700F37A&ApplicationID=2C39AABC-6240-11D3-AD4B0060B0EB
2994> ) cites the syndicate method.  For the life of me, I can't find the
method.  Any information on the path Spectra takes to syndicate would be
great, because I am fairly clueless right now.

Thanks in advance,

Wes
[EMAIL PROTECTED]


The receiver file (from the QUE Spectra book):

<cfif not isDefined ("Form.Payload")>
        <cfabort>
 </cfif>
 <cfset Content = Form.Payload>
 
 <cfset ThisDir = ExpandPath(".")>
 
 <cfset FileName = ThisDir & "\catalog_packet.txt">
 
 <cffile action="write" file="#FileName#" output="#Content#">
 
 <cfmail to="myemail" from="yourcomputer" subject="your comp"
server="SMTPSERVER">
 </cfmail>

The error WDDX packet syndicated:

<wddxPacket version='1.0'><header></header><data><struct><var
name='BSYNDICATIONERROR'><string>TRUE</string></var><var
name='DETAIL'><string></string></var><var
name='ERRORCODE'><string></string></var><var
name='EXTENDEDINFO'><string></string></var><var
name='MESSAGE'><string>&lt;P&gt;An error occurred while evaluating the
expression:<char code='0A'/>&lt;P&gt;&lt;PRE&gt; stObjects =
stResults[stObject.objectID].stObjects<char
code='0A'/>&lt;/PRE&gt;&lt;/P&gt;&lt;/P&gt;Error near line 19, column
8.&lt;HR&gt;&lt;P&gt;The member "97F9A512-A676-4703-9BA7BCEE6700F37A" in
dimension 1 of object "stResults" cannot be found. Please, modify the member
name.</string></var><var
name='TYPE'><string>EXPRESSION</string></var></struct></data></wddxPacket>


------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to