Need help with reading RSS feed from SSIS

Hi all,
I am trying to read RSS feed from SSIS by using the Script Component. So far I am able to read some information from the RSS feed from the following items included in the code, Title, PublishDate, LastUpdateTime, Id and Summary.
There are still more item but I am unable to identify the proper data type for the following:
//Output0Buffer.Description = item.Content;
//Output0Buffer.Category = item.Categories;
//Output0Buffer.Comments = item.Summary;
//Output0Buffer.Source = item.SourceFeed;
When I define the data for item.Content as Unicode String in the column properties for the Output column I get the following error message:
Error 1 Cannot implicitly convert type 'System.ServiceModel.Syndication.SyndicationContent' to 'string'
And the same error for the other three variables.
I am using HTTP Connection manager to read the xml link.
I tried to google around for some help but I could not find more information about the datatype.
I appreciate any help if someone can point me to the right solution for reading RSS feed from SSIS.
Code:
/* Microsoft SQL Server Integration Services Script Component
* Write scripts using Microsoft Visual C# 2008.
* ScriptMain is the entry point class of the script.*/
using System;
using System.Data;
using Microsoft.SqlServer.Dts.Pipeline.Wrapper;
using Microsoft.SqlServer.Dts.Runtime.Wrapper;
using System.ServiceModel.Syndication;
using System.Xml;
using System.Text;
[Microsoft.SqlServer.Dts.Pipeline.SSISScriptComponentEntryPointAttribute]
public class ScriptMain : UserComponent
private string url = string.Empty;
private SyndicationFeed feed = null;
private XmlReader reader = null;
public override void PreExecute()
base.PreExecute();
// Get the URL from the Http Connection Manager.
// Note, we're not actually using the connection manager's connection object,
// just it's URL setting. This is because using the .NET connection classes
// give us more flexibility.
reader = XmlReader.Create(Connections.HttpConnection.ConnectionString);
feed = SyndicationFeed.Load(reader);
public override void PostExecute()
base.PostExecute();
reader.Close();
public override void CreateNewOutputRows()
if (feed != null)
foreach (var item in feed.Items)
Output0Buffer.AddRow();
Output0Buffer.Title = item.Title.Text;
Output0Buffer.PublishDate = item.PublishDate;
Output0Buffer.LastUpdatedTime = item.LastUpdatedTime;
Output0Buffer.Link = item.Id;
//Output0Buffer.Description = item.Content;
//Output0Buffer.Category = item.Categories;
//Output0Buffer.Comments = item.Summary;
//Output0Buffer.Source = item.SourceFeed;
Output0Buffer.FeedImage.AddBlobData(ConvertToBytes(item.Summary));
string authorName = string.Empty;
if (item.Authors.Count > 0)
// take the first author
authorName = item.Authors[0].Name;
Output0Buffer.Author = authorName;
Output0Buffer.SetEndOfRowset();
private byte[] ConvertToBytes(TextSyndicationContent content)
if (content != null && !string.IsNullOrEmpty(content.Text))
// convert the string buffer to UTF8 so we can store it in an NTEXT column
var encoding = new UTF8Encoding();
return encoding.GetBytes(content.Text);
return new byte[0];
Thanks in return.

You need to make it running outside SSIS 1st. I just do not see why you need to publish it here at the moment.
And to solve it, doesn't C# has the
VAR datatype so you do not have to guess.
Arthur
MyBlog
Twitter

Similar Messages

  • Need help with upgrading my OS from 10.5.8

    Need help with upgrading my OS. I havent upgraded the OS since I bought it and have version 10.5.8. Now I cant download Mountain Lion- or even Snow Leopard. When i downloaded the first version of SL- 10.6.1 it says i have to have 10.6 first and I cant find that.

    Start by checking if you can run Snow Leopard:
    Requirements for OS X 10.6 'Snow Leopard'
    http://support.apple.com/kb/SP575
    Whilst Apple withdrew Snow Leopard from their stores, you can still get it from Apple by calling 1-800-MY-APPLE (if you are in the USA) and they will supply the SL DVD for $20 for a single user, or $30 for a family pack that covers up to 5 Macs.  You can also purchase the code to use to download Lion from the same number (Lion requires an Intel-based Mac with a Core 2 Duo, i3, i5, i7 or Xeon processor and 2GB of RAM, running the latest version of Snow Leopard), or you can purchase Mountain Lion from the App Store - if you can run that:
    http://www.apple.com/osx/specs/
    If you are outside the US call your national Apple Helpline:
    http://support.apple.com/kb/HE57
    If you're in the UK, use this number: 0871 508 4400
    When you have installed it, run Software Update to download and install the latest updates for Snow Leopard.
    UPDATE:
    OS 10.6 Snow Leopard is once again available from the Apple Store:
    http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard
    and in the UK:
    http://store.apple.com/uk/product/MC573/mac-os-x-106-snow-leopard
    but nobody knows for how long it will be available.
    To use iCloud you have to upgrade all the way to Mountain Lion:
    http://support.apple.com/kb/HT4759

  • I need help getting my RSS feed compaitble with Itunes...Im almost there.

    Can someone help me with my code for itunes. Unfortunately I use rapidweaver to podcast and I have read there are a few things Rapidweaver leaves out when publishing the site so itunes does not accept the feed. My RSS feed works and can be subscribed manually though Itunes or with software. Im thinking im using spaces or it looks like I need to number my tracks for my podcast(which sounds odd but, I know itunes is finicky with spaces, symbols etc)
    thank you so much for the help...after I get my podcast set in Itunes I will be a happy camper!
    here is what the validation suggest from the free validator:
    Congratulations!
    [Valid RSS] This is a valid RSS feed.
    Recommendations
    This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.
    line 14, column 1047: Ensure description precedes content:encoded (11 occurrences) [help]
    ... 0cbb11-16.html#unique-entry-id-16</guid><content:encoded><![CDATA[<span ...
    ^
    line 14, column 0: style attribute contains potentially dangerous content: font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; (36 occurrences) [help]
    <lastBuildDate>Tue, 29 Dec 2009 21:13:01 -0800</lastBuildDate><itunes:author ...
    line 85, column 8507: Missing atom:link with rel="self" [help]
    ... h="245684953" type="audio/mpeg"/></item></channel>
    ^
    line 85, column 8507: Missing recommended iTunes channel element: language [help]
    ... h="245684953" type="audio/mpeg"/></item></channel>
    ^
    line 85, column 8507: Missing recommended iTunes channel element: itunes:explicit [help]
    ... h="245684953" type="audio/mpeg"/></item></channel>
    ^
    Source: <a class="jive-link-external-small" href="http://www.djnickjames.com/page4/files/Trancejectory.xml">http://www.djni ckjames.com/page4/files/Trancejectory.xml</a>
    1. <?xml version="1.0" encoding="utf-8"?>
    2. <rss version="2.0"
    3. xmlns:dc="http://purl.org/dc/elements/1.1/"
    4. xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    5. xmlns:admin="http://webns.net/mvcb/"
    6. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    7. xmlns:content="http://purl.org/rss/1.0/modules/content/"
    8. xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
    9. <channel>
    10. <title>Trancejectory</title><link><a class="jive-link-external-small" href="http://www.djnickjames.com/index.html">http://www.djnickjames.com/index.h tml</a></link><description>Trancejectory - Brand new trance and progressive hits in a 2 hour mix.</description><dc:language>en</dc:language><dc:creator>nickjameslopez@gmail .com</dc:creator><dc:rights>Copyright 2009 Nick Lopez</dc:rights><dc:date>2009-12-26T13:52:05-08:00</dc:date><admin:generatorAg ent rdf:resource="http://www.realmacsoftware.com/" />
    11. <admin:errorReportsTo rdf:resource="mailto:[email protected]" /><sy:updatePeriod>hourly</sy:updatePeriod>
    12. <sy:updateFrequency>1</sy:updateFrequency>
    13. <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    14. <lastBuildDate>Tue, 29 Dec 2009 21:13:01 -0800</lastBuildDate><itunes:author>Nick James</itunes:author><itunes:owner><itunes:name>Trancejectory</itunes:name><itu nes:email>[email protected]</itunes:email></itunes:owner><itunes:category text="Music"/><itunes:keywords>Dance, Trance, House, Electro, Progressive</itunes:keywords><itunes:subtitle>www.djnickjames.com</itunes:subti tle><itunes:summary>Trancejectory with your host Nick James keeping you on the path to the latest in trance and progressive tunes from around the world in a 2 hour mix. </itunes:summary><itunes:image href="http://www.djnickjames.com/page4/files/podcast_channel.png" /><item><title>Trancejectory 20</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-12-26T13:52:05-08:00</dc:date><link><a class="jive-link-external-small" href="http://www.djnickjames.com/page4/files/4b7e19b326f410f8831429f5090cbb11-1 6.html#unique-entry-id-16">http://www.djnickjames.com/page4/files/4b7e19b326f410 f8831429f5090cbb11-16.html#unique-entry-id-16</a></link><guid isPermaLink="true"><a class="jive-link-external-small" href="http://www.djnickjames.com/page4/files/4b7e19b326f410f8831429f5090cbb11-1 6.html#unique-entry-id-16">http://www.djnickjames.com/page4/files/4b7e19b326f410 f8831429f5090cbb11-16.html#unique-entry-id-16</a></guid><content:encoded><![CDAT A[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 20</u></span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#66FFFF;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /><br /></u></span>Liquid Soul - Love In Stereo (Jerome Isma-Ae Remix)<br />Anton Firtich - Mirage (Jochen Miller Remix)<br />Metteo Marini - Matter (Original No Vox Mix)<br />Bob Sinclair & Axwell - What A Wonderful World (EDX Remix)<br />Daniel Portman & EDX - Hip<br />Daniel Portman - Baaly (Non-Violin Dub)<br />Jerome Isma-Ae - Hold That Sucker Down<br />Activa - Minute One<br />Tom Neville & Stafford Brothers - Come My Way feat. Frank Stafford (Jerome Isma-Ae Dub Mix)<br />Kriece - Giant Head Of Fury<br />PROFF - Starstruck (Solarity Remix)<br /><br />58:00<br /><br />Mat Zo - Default<br />Moodfreak - Far From You (Mango Remix)<br />Solarity - Laika (Ashley Wallbridge Remix)<br />Schodt - Octagon<br />Kaskade & Seamus Haji feat Haley - So Far Away<br />Dinka - Never Cheat On Strangers<br />Jerome Isma-Ae, Chris Reece, EDX - Ready To Go<br />Lange pres Firewall - Wanderlust (Sunny Lax Chunky Mix)<br />Deadmau5 - Strobe (Michael Woods Remix)<br />Above & Beyond - Anjunabeach (Jerome Isma-Ae Remix)<br />Matt Darey pres Urban Astronauts - See The Sun (Aurosonic Remix)<br /><br />]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory20.mp3" length="247126433" type="audio/mpeg"/></item><item><title>Trancejectory 19</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-12-26T13:36:49-08:00</dc:date><link>http://www.djnickjames.com/page4/files/d7119a15b5bf963fa3bb5c124853043e-15.html# unique-entry-id-15</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/d7119a15b5bf963fa3bb5c124853043e-15.html# unique-entry-id-15</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 19</u></span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#66FFFF;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /><br /></u></span>Mr. Sam & Andy Duguid - Tra Zomas<br />Dinka - Elements<br />Solarity - Laika<br />Jerome Isma-Ae - Hold That Sucker Down<br />Mat Zo - Rush 2009<br />Cressida - Two-O-Ten<br />Matt Darey pres. Urban Astronauts - See The Sun (Aurosonic Remix)<br />Above & Beyond - Anjunabeach (Jerome Isma-Ae Remix)<br />Andy Moor & Adam White - The White Room (Myon & Shane 54 Refill)<br />D'argetno - The Sun (Stanley Ross Mykonos Remix)<br /><br />59:00<br /><br />Guest Artist DJ Kouei<br /><br />Sophie Sugar - Together<br />Poshout Ft. Victoria Razznyh - Fallen World ( Poshout dub Remix )<br />Redstar- Evolution ( DeepWide Remix )<br />Setrise & Nurettin Colak - Frozen Dreams ( Six Sense Remix )<br />Armin Van Buuren ft. Van Velsen ; Broken Tonight ( Alex MORPH Remix )<br />Med vs. Neil Bamford - Stolen<br />Sean Tyas - Melbourne ( Hodel Bangin Remix )<br />Kay D Smith & Marc Tall - Hoipolloi ( Mark Sherry's Energy Remix )<br />Be:Gold - Sunstroke<br />Adam Foley - Generation]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory19.mp3" length="242652868" type="audio/mpeg"/></item><item><title>Trancejectory 18</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-12-26T13:09:17-08:00</dc:date><link>http://www.djnickjames.com/page4/files/bbd9e7e3f890ae78d9a4aae548032ac6-14.html# unique-entry-id-14</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/bbd9e7e3f890ae78d9a4aae548032ac6-14.html# unique-entry-id-14</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 18</u></span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#66FFFF;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /><br /></u></span>Shannon - Let The Music Play (David Delano Dirty Lou & Swedish Egil Mix)<br />Sebastian Ingrosso - Kidsos (Wippenberg Remix)<br />Nadastrom - Save Us<br />Above & Beyond pres. Oceanlab - Lonely Girl (Ercola Remix)<br />Fatboy Slim vs Fedde le Grand - Praise You 2009<br />Michael Cassette - Kilimanjaro (Solarity Remix)<br />Chocolate Puma vs. Bingo Players - Disco Electrique (Vocal Mix)<br />Lange feat. Sarah Howells - Let It All Out (Genix Re-Rub)<br />Daniel Portman - Back To The Underground<br />Dinka - Green Leaf (Extended Vocal Mix)<br /><br />59:00<br /><br />Lish - Dirty Feelings (Alter Breed Remix)<br />Myon & Shane 54 feat Aruna - Helpless (Ian Flux & Thomas Blofeld Remix)<br />Stew Ewens & Louk - Bad Habit (Dinka Remix)<br />The Blizzard with Gaate - Iselilja (Michael Cassette Dub Remix)<br />EDX - Shy Shy (Extended Vocal Mix)<br />Thomas Gold feat Amanda Wilson - Just Because (The Good Guys Mix)<br />The Good Guys - Circle (Rawdirt's Double Drop Mix)<br />Moony - I Dont Know Why (DJ Chus & Jerome Isma-Ae Superdub Mix)<br />Muzikjunki & Marco Den Held - Red Snapper (Danila Remix)<br />Eleven.Five - Finding Hope (Cressida Remix)<br />Gareth Emery - Metropolis]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory18.mp3" length="255581579" type="audio/mpeg"/></item><item><title>Trancejectory 10</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-07-17T00:00:00-07:00</dc:date><link>http://www.djnickjames.com/page4/files/3ee3bbffb44aeacd3d794a1e091159c3-12.html# unique-entry-id-12</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/3ee3bbffb44aeacd3d794a1e091159c3-12.html# unique-entry-id-12</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 10<br /></u></span><br />EDX - Shy Shy (Club Mix)<br />Above & Beyond pres. Oceanlab - Lonely Girl (Ercola Remix)<br />Sebastian Ingrosso - Kidsos (Wippenberg Remix)<br />Yvan & Dan Daniel - Enjoy The Silence (Jerome Isma-Ae Remix)<br />Hot Einstein - Moscow<br />Erphun - 2wo Butterflies (Mat Zo Remix)<br />David & Carr - Every Day feat Jenna Colaizy (Hawk’s Nude N Rude Remix)<br />Happy Monkey - King Of The Berry (Piano Slam Mix)<br />John Shelvin - Just Like You Said feat Molly<br />Quarrel - Feel You Better<br />Aqua Diva vs Mango - At The Edge Of This Mountain (Instrumental Mix)<br /><br />61:00<br /><br />D’argento - The Sun (Stanley Ross Mykonos Remix)<br />Dbn, Michael Feiner, Tommy Trash - Stars (Tommy Trash Remix)<br />Steve Agnello - Isabel<br />DJ Tatana - Autumn Sun (Oliver Southey Remix)<br />Dinka - Road To Perdition<br />PROFF - Deep Orange (Vadim Soloviev Remix)<br />Dinka - Canonball<br />DJ Tatana - Saltwater<br />Boris M.D & Khaz - Eliana<br />Onova - Platitude (Mat Zo Remake)<br />16 Bit Lolitas - 5 to 12<br />]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory10.mp3" length="248324240" type="audio/mpeg"/></item><item><title>Trancejectory 11</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-08-01T00:00:00-07:00</dc:date><link>http://www.djnickjames.com/page4/files/07882beaee405e0bbc9bbbe3b1475b3f-11.html# unique-entry-id-11</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/07882beaee405e0bbc9bbbe3b1475b3f-11.html# unique-entry-id-11</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 11<br /><br /></u></span>ATB presents Flanders - Behind (EDX Re-Dub)<br />Daniel Portman - Dark Is Night For All<br />George F. Zimmer - Soma (Dinka Remix)<br />Evave - To The Stars (PROFF Remix)<br />Sundogs, Desyfer, Fletch - Primary Key (PROFF Remix)<br />The Blizzard with Gaate - Iselilja (Michael Cassette Dub Remix)<br />Squash 84 feat. Maia - Should I Find You (Michael Cassette Dub Remix)<br />PROFF - Little Space (Seratonine Remix)<br />Leventina - Naked (Ibiza Sunset Dub)<br />Jonathan Allyn - Near You (Jaytech Remix)<br />Sebastian Ingrosso - Kidsos (Original Mix)<br /><br />60:00<br /><br />Mike Shiver, Matias Lehtola - Captured feat Andrea Britton (Joonas Hahmo Remix)<br />MArc Marberg, Kyua & Albert - Grrreat<br />Kimito Lopez - Arabian Queen (Emilio Fernandez Remix)<br />Simone Anes - Children (Tom Novy Mix)<br />Blake Jarrell - Boracay<br />Dirty Vegas - Tonight (Above & Beyond Remix) Tune of the Week<br /><a href="http://s138.photobucket.com/albums/q265/facheezey/?action=view&current=R- 1858214-1248262259jpeg.jpg" target="_blank"><img src="http://i138.photobucket.com/albums/q265/facheezey/R-1858214-1248262259jpeg .jpg" border="0" alt="Nick James Tune of The Week"></a><br />Jonnas Hahmo - Radiance<br />DJ Remy - Knalpot<br />Above & Beyond pres Oceanlab - Lonely Girl (PROFF Remix)<br />Aqua Diva vs Mango - At The Edge Of The Mountain - Instrumental Mix)<br />D’argento - The Sun (Stanley Ross Mykonos Remix)]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory11.mp3" length="249032549" type="audio/mpeg"/></item><item><title>Trancejectory 12</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-09-22T00:00:00-07:00</dc:date><link>http://www.djnickjames.com/page4/files/7837d39da80f272eabb554516df5881d-10.html# unique-entry-id-10</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/7837d39da80f272eabb554516df5881d-10.html# unique-entry-id-10</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 12<br /><br /></u></span>John O’Callaghan feat Lo Fi Sugar - Never Fade Away (Original intro)<br />John O’Callaghan feat Lo Fi Sugar - Never Fade Away (Andy Duguid Remix)<br />Cold Blue - Mount Everest (Dennis Sheperd)<br />Pryda - Alfon<br />DJ Tatana - Soulmate (Dinka Vocal Mix)<br />Deadmau5 - Arguru (EDX 5un5hine Remix)<br />GLM - Run To You feat Randolph (Amine Edge Instrumental Remix)<br />The Blizzard With Gaate - Iselilja (Michael Cassette Dub Remix)<br />Daniel Portman - Open Your Mind (Dinka D.E.E.P. Remix)<br />Above & Beyond - Buzz (Buzztalk Mix)<br />Leventina - Here Workin’ (Dinka Vocal Mix)<br />Moony - I Dont Know Why (DJ Chus & Jerome Isma-Ae Superdub Mix)<br /><br />58:00<br /><br />Pryda - Waves<br />Activa pres. Solar Movement - Eclipse (Mat Zo Remix)<br />Emilio Fernandez - Let It Go (Vocal Mix)<br />Ronski Speed feat Ana - The Deep Devine (Gareth Emery Remix)<br />PROFF - Breathe (Ricky Inch Remix)<br />Fedde Le Grand Feat. Mitch Crown - Scared Of Me (Ranucci Pelusi & Provenzano Remix)<br />Dubfire - Roadkill (EDX’s Acapulco At Night Remix)<br />Tritonal Feat. Hannah Sky - Jump Off (Tritonals Air Up There Mix)<br />Orbital - Halcyon (Tom Middleton Re-model)]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory12.mp3" length="244215773" type="audio/mpeg"/></item><item><title>Trancejectory 13</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-11-13T00:00:24-08:00</dc:date><link>http://www.djnickjames.com/page4/files/4f50e84527081a141c38130c7d0ccec9-9.html#u nique-entry-id-9</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/4f50e84527081a141c38130c7d0ccec9-9.html#u nique-entry-id-9</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 13</u></span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#66FFFF;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /><br /></u></span>Michael Jackson - Stranger In Moscow (Jerome Isma-Ae)<br />Daniel Portman - Open Your Mind (Dinka D.E.E.P Remix)<br />Leventina - Naked (Ibiza Sunset Dub)<br />EDX - Rubin (DBN Remix)<br />Nifra - Complicated Life (1985 Remix)<br />Rest Point - Air Stream (PROFF Remix)<br />PROFF - Glittering Puzzle<br />Dakota - Roxy '84 (Michael Cassette Remix)<br />Dinka - Chemistry (Jerome Isma-Ae Remix)<br />Sebastian Krieg, Jerome Isma-Ae - 308<br /><br />60:00<br /><br /><a href="http://i1.soundcloud.com/artworks-000000504229-ws22az-crop.jpg" target="_blank"><img src="http://i1.soundcloud.com/artworks-000000504229-ws22az-crop.jpg" border="0" alt="<strong>Myon & Shane 54, International departures 007</strong>"></a><br /><br /><strong><u>Myon & Shane 54, International departures 007</u></strong><br />01. Oasis - Wonderwall (Myon and Shane 54 Helpless Mix)
    15. 02. Airplay 47 - Be Free (Mat Zo Remix)
    16. 03. Dakota - Johnny The Fox
    17. 04. Talla2XLC_-_Dante's_Peak_(Jerome_Isma-AeRemix)
    18. 05. Pryda - Melo 06. ATB - Renegate (Acapella)
    19. 07. Myon and Shane 54 - Helpless (Ian Flux and Thomas Blofeld Remix)
    20. 08. Above and Beyond - Home (Pianopella)
    21. 09. Above and Beyond - Home (Drumapella)
    22. 10. Above and Beyond - No One On Earth (Acapella)
    23. 11. Arnej - Dust In The Wind (Deep Dub)
    24. 12. J.O.C. feat Sarah Howels - Find Yourself (Cosmic Gate Remix)
    25. 13. Dave Gahan - I Need You (Acapella)
    26. 14. Lost Tribe - Gamemaster (Acapella)
    27. 15. Lost Tribe - Gamemaster (Shane 54 Drumless Dub)
    28. 16. Rank1 - Symfon
    29. 17. BT - Simply Being Loved (Somnambulist) (Acapella)
    30. 18. Above and Beyond - On A Good Day (Acapella)
    31. 19. Gareth Emery - Metropolis (Edit)
    32. 20. Duderstadt - Broken
    33. 21. Above and Beyond - Alone Tonight (Acapella)
    34. 22. Cass Fox - Touch Me (Myon and Shane 54 Remix)
    35. 23. Christian Cambas feat The Static Age - Sirens (Squash 84 Remix)
    36. 24. Ronski Speed feat Aruna - All The Way (Acapella)
    37. 25. Ronski Speed feat Aruna - All The Way (Jonas Steur Dub Synthapella)
    38. 26. Myon - Albion (Padapella) 27. Myon - Albion (Acapella)
    39. 28. Andy Moor - Halcyon (Acapella + Synthapella)
    40. 29. Andain - Summer Calling (Acapella)
    41. 30. Myon and Shane 54 - Allnight Rock and Roll (Squash 84 Remix)
    42. 31. Conjure One - Tears From The Moon (Acapella)
    43. 32. Faithless feat Cass Fox - Music Matters (Mark Knight Remix)
    44. 33. Amiel - Love Song (Myon and Shane 54 Remix)
    45. 34. Sunlounger - Change Your Mind (Myon and Shane 54 Remix)
    46. 35. Jakatta feat Seal - My Vision (Pianoapella + Vocal)
    47. 36. Oceanlab - Just Listen (Myon and Shane 54 remix)
    48. 37. Ashley Wallbridge and Andy Moor feat Meighan Nealon - Faces (Original Mix)
    49. 38. Super8 and Tab - Elektra 39. Oceanlab - Satellite (Acapella)
    50. 40. Ohmna - Key Of Life 41. Adiva - How Does It Feel (Myon and Shane 54 Dub)
    51. 42. Stardust - Music Sounds Better With You (Dub)
    52. 43. Andy Moor vs Lange - Stadium 4
    53. 44. Super 8 and Tab - Helsinki Scorchin'
    54. 45. Kosheen - Catch (Acapella)
    55. 46. Andy Moor vs Orkhidea - Year Zero (Acapella + Synthapella)
    56. 47. Darude - I Ran (Gareth Emery Dub)
    57. 48. Cara Dillion - Black Is The Colour (Acapella)
    58. 49. 3 Drives On A Vynl - Greece 2000 (Drumapella)
    59. 50. Gareth Emery vs Delerium - This is Silence (Myon and Shane 54 Mashup)
    60. 51. Ashley Wallbridge and Andy Moor feat Meighan Nealon - Faces (Acapella)
    61. 52. Tiesto - Ten Seconds Before (First State Remix)
    62. 53. Markus Schulz and Andy Moor - Daydream (Acapella)
    63. 54. Nadia Ali - Love Story (Andy Moor Dub)
    64. 55. Orkidea - Metaverse (Gareth Emery Remix)
    65. 56. Armin Van Buuren - Sound Of Goodbye (Acapella)
    66. 57. Signalrunner feat Julie Thompson - These Shoulders
    67. 58. Above and Beyond Vs Mr Pit - Shana Can't Sleep (Myon and Shane 54 Mashup)
    68. 59. Cosmos - Take Me With You
    69. 60. Above and Beyond - Air For Life (Synthapella)
    70. 61. Signum feat Anita Kelsey - Come Around Again (Myon and Shane 54 remix)
    71. 62. Tiesto feat BT - Love Comes Again (Acapella)
    72. 63. Oceanlab vs Nalin & Kane - Beachball Sky Falls Down (Myon and Shane 54 Remix Mashup)
    73. 64. Matt Cassar - Seven Days And One Week (Myon and Shane 54 Monster Mix)
    74. 65. Iio - Rapture (Acapella)
    75. 66. Myon and Shane 54 - Not A Lot Left (Acapella)
    76. 67. Michael Angelo feat Jenry R -Disconnected (Myon and Shane 54 Dub)
    77. 68. Leona Lewis - Bleeding Love (Acapella)
    78. 69. Bissen presents The Crossover - Washout (Myon and Shane 54 Remix)
    79. 70. Ronski Speed - The Space We Are (Acapella)
    80. 71. First State feat Anita Kelsey - Fallin (Acapella)
    81. 72. Albert Vorne - Formentera What (Gareth Emery Acapella + Synthapella)
    82. 73. The Whiteroom - Whiteroom (Myon and Shane 54 Remix Acapella)
    83. 74. Tomcraft - Loneliness (Myon and Shane 54 Summer Of Dub Mix)
    84. 75. The Doppler Effect - Beauty Hides In The Deep (Blizzard Acapella)
    85. 76. The Blizzard - Kalopsia (Stabapella + Padapella)]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory13.mp3" length="242381481" type="audio/mpeg"/></item><item><title>Trancejectory 14</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-11-20T23:53:51-08:00</dc:date><link>http://www.djnickjames.com/page4/files/794f47d4ef18468ee6c3b1fa27576bcd-8.html#u nique-entry-id-8</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/794f47d4ef18468ee6c3b1fa27576bcd-8.html#u nique-entry-id-8</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 14</u></span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#66FFFF;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /><br /></u></span>Seventh Son & Ethan North - Adagio For Strings (Original Mix)<br />Passenger 10 - Avantgarde (Dinka D.E.E.P. Remix)<br />Way Out West feat. Jonathan Mendelsohn - Only Love (Jerome Isma- Ae Mix)<br />Inpetto - The Milky Way<br />Tom Cloud - Laguna<br />Jessus - Traveller (D.E.R. Mix)<br />Jessus - Sunrose<br />Tom Cloud - Last Days<br />Dirty Vegas - Tonight (Above & Beyond Remix)<br />Benjamin Leung & Dom G - Sub Zero (Jan van Lier Remix)<br /><br />59:00<br /><br />Innate - Parabolic Curve (Lank Remix)<br />PROFF - Little Space (Seratonine Remix)<br />Michael Jackson - Stanger In Moscow (Jerome Isma-Ae Remix)<br />Christian Weber - Electronic Love (Club Mix)<br />Above & Beyond pres. Oceanlab - Come Home (Michael Cassette Remix)<br />Afrojack - Radioman (EDX's 5un5hine Remix)<br />Cirez D - On Off<br />San - Better Days (Beat Service Remix)<br />Fedde Le Grand feat. Mitch Crown - Scared Of Me (Hardwell Remix)<br />Muzikjunki Marco Den Held - Red Snapper (Danila Remix)]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory14.mp3" length="252470425" type="audio/mpeg"/></item><item><title>Trancejectory 15</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-11-30T23:00:08-08:00</dc:date><link>http://www.djnickjames.com/page4/files/c2914a5ba3915062c4178fce03afdf20-7.html#u nique-entry-id-7</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/c2914a5ba3915062c4178fce03afdf20-7.html#u nique-entry-id-7</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 15</u></span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#66FFFF;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /><br /></u></span>Jessus - Moonrose<br />Benjamin Leung & Dom G - Sub Zero (Nathan C Remix)<br />Above & Beyond pres. Oceanlab - On The Beach (Andy Dugiuid Remix)<br />PROFF - Deep Orange<br />Nurettin Colak & Faruk Sabanci - Anatolian Emotions (Myon & Shane 54 Remix)<br />Joonas Hahmo - Bendbass<br />Starkillers - Able & Uneasy (The Unreal Remix)<br />Daniel Portman & Rino Cabrera - Sumatra (Night In The Club Mix)<br />The Blizzard with Gaate - Iselilja (Michael Cassette Dub)<br />Dinka - Chemistry (Jerome Isma-Ae Remix)<br /><br />59:00<br /><br />Mr. Sam - MEnkayo (Maverickz Remix)<br />Cirez D - On Off<br />Above & Beyond pres. Oceanlab - On A Good Day (16 Bit Lolitas Remix)<br />Kriece - K9 (Matt Rowan & Jaytech Remix)<br />EDX - Shy Shy (Extended Vocal Mix)<br />Daniel Portman - Dark Is The Night For All<br />Second Life - A Second Chance (Instrumental Mix)<br />Schodt - Tokyo Dawn (Dinka Remix)<br />Above & Beyond pres. Oceanlab - Secret (Andrew Bayer Remix)<br />Dakota - Chinook (Afterhours Mix)<br />Seventh Son & Ethan North - Adagio For Strings]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory15.mp3" length="248854427" type="audio/mpeg"/></item><item><title>Trancejectory 16</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-12-06T18:00:18-08:00</dc:date><link>http://www.djnickjames.com/page4/files/678f042e5334e8dbc0c87e77a98d512d-5.html#u nique-entry-id-5</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/678f042e5334e8dbc0c87e77a98d512d-5.html#u nique-entry-id-5</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 16</u></span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#66FFFF;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /><br /></u></span>Richard Durand - Always The Sun (Dub Mix)<br />Ronski Speed ft. Mque - Are You? (Clib Mix)<br />M.I.K.E. - Sunrise At Palamos (Gareth Emery Remix)<br />Ernesto vs. Bastian - Killer Tone<br />Lange feat Sarah Howells - Let It All Out (Genix Re-Rub)<br />Daniel Portman - Back To The Underground<br />Myon & Shane 54 feat Aruna - Helpless (Monster Mix)<br />Veracocha - Carte Blance (Cosmic Gate Remix)<br />Stew Ewens & Louk - Bad Habit (Dinka Remix)<br />Steve Angello - Tivoli<br /><br />59:00<br /><br />Gaia - Tuvan (Gareth Emery Remix)<br />Kaempfer & Dietze - Shear Force (Daniel Portman & Jerome Isma-Ae Remix)<br />Solarity - Terminal 6 (Jaytech Remix)<br />Fabio Stein - Stroboscopic (Danilo Ercole Remix)<br />Michael Cassette - Kilimanjaro<br />Armin Van Buuren feat Van Velzen (Dub Mix)<br />Activa feat Julie Harrington - You Are Here (Thomas Datt Dub)<br />John O' Callghan feat Audrey Gallagher - Take It All Away (Marcus Schossow Remix)<br />Above & Beyond pres. Oceanlab - Secret (Andrew Bayer Remix)<br />Inpetto - The Milky Way<br />Active - Minute One<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /></u></span>]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory16.mp3" length="243768165" type="audio/mpeg"/></item><item><title>Trancejectory 17</title><dc:creator>[email protected]</dc:creator><dc:subject>PLAYLIST </dc:subject><dc:date>2009-12-13T19:18:47-08:00</dc:date><link>http://www.djnickjames.com/page4/files/974d2ab1cfaeb6ceae605d4b699a2408-0.html#u nique-entry-id-0</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/974d2ab1cfaeb6ceae605d4b699a2408-0.html#u nique-entry-id-0</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 17</u></span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#66FFFF;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /><br /></u></span>Ridgewalkers feat El - Find (Russell G Remix)<br />Christopher Manik - Pink Champagne (Jaytech Remix)<br />DJ Remy - 20 Dollars<br />Daniel Portman - Back To The Underground<br />Rocking J - Sequence (Alex M.O.R.P.H. Remix)<br />Michael Cassette - Kilimanjaro (Solarity Remix)<br />Dinka - Green Leaf (Extended Vocal Mix)<br />Daniel Portman - Elder<br />Paul Van Dyk feat Johhny Mcdaid - Home (Wippenberg Remix)<br />Ronski Speed feat Mque - Are You? (Sun Decade Dub)<br /><br />59:00<br /><br />Chocolate Puma & Bingo Players - Disco Electrique ( Revisited Mix)<br />DJ Remy - Strobophonic<br />Thomas Gold feat Amanda Wilson - Just Beacause (The Good Guys Mix)<br />Cosmic Gate feat. Aruna - Under Your Spell (Myon & Shane 54 Monster Mix)<br />EDX - Shy Shy (Club mix)<br />Kriece - K9 (Matt Rowan & Jaytech Remix)<br />ATB - pres. Flanders - Behind (EDX Re-Dub)<br />Moony - I Don't Know Why (DJ Chus & Jerome Isma-Ae Superdub Mix)<br />Armin Van Buuren - The Sound Of Goodbye (EDX's Indian Summer Vocal Remi)<br />Shannon - Let The Music Play 2009 (David Delano Dirty Lou & Swedish Egil Mix)]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/trancejectory17.mp3" length="245684953" type="audio/mpeg"/></item></channel>
    86. </rss>

    It's better to post the URL of the feed (as you have subsequently done) than the contents of the feed .
    From the FeedValidator report the feed is basically OK for iTunes. There are several occasions where 'content:encoded' sections (following immediately on 'guid' tags) should be enclosed in
    <description>...</description>
    tags: however all this will be ignored by iTunes anyway and only applies to other readers. The 'potentially dangerous content' referred to by FeedValidator is within the 'content:encoded' tags and so isn't relevant to iTunes. They are referring to an inline css style, and I don't know whether this might cause a problem elsewhere.
    You should really have a language tag, e.g.
    <language>en-us</language>
    (you have a dc:language tag but that's for a different system). This should be placed in the top section, before the first 'item' tag.
    It's advisable to have an 'itunes:explicit' tag for each 'item' -
    <itunes:explicit>yes IF CONTAINS ADULT MATERIAL, OTHERWISE no</itunes:explicit>
    it's not compulsory if you have no adult material, but you must have a 'yes' if you do.
    You can check your feed by subscribing in iTunes from the 'Advanced' menu - this has the same result as clicking the 'Subscribe' button on the Store page. If it works OK there you are ready to submit it.

  • Need help generating an rss feed via jsp

    this is ridiculous, but i cannot get my jsp to generate rss feed code. i am querying my database for stories, then displaying the various fields within the rss xml codes. the page either refuses to load altogether or displays the content as one run-on sentence (i.e., without the xml codes). i'd prefer most of all to have a nice xml-look-and-feel display to show up in my browser, but i can live without it as long as someone hitting the url of my page can get the rss feed to parse. however, the page generally just refuses to load anything.
    if anyone has any input or suggestions, i'd greatly appreciate it. i've done countless searches here and web-wide with no results. i get lots of help on parsing (which is a cakewalk as far as i'm concerned compared to this stupid stupid display problem).
    here's my jsp (and please no flames about separating out business logic and presentation code):
    -------------code-----------------------
    <%@ page language="java" import="java.sql.*" %>
    <%@ include file="/lib/connectionOpen.jsp" %>
    <%@ include file="/lib/getDateNow.jsp" %>
    <%
    int itemId = 0;
    String baseUrl = "http://www.mysite.com/editorial/news.jsp?", headline = "", itemText = "", itemDate = "", itemLink = "";
    // getDateNow.jsp sets Calendar calendar and java.util.Date rightNow
    java.util.Date createDate = new java.util.Date();
    SimpleDateFormat pubDateFormat = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss Z");
    %>
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <rss version="2.0">
         <channel>
              <title>Recent Updates</title>
              <link>http://www.mysite.com</link>
              <description>Latest updates from mysite.com</description>
              <language>en-us</language>
              <copyright>Copyright ?2003-2004 MySite, LLC</copyright>
              <pubDate><%= pubDateFormat.format(new java.util.Date()) %></pubDate>
              <category>Reviews</category>
              <image>
                   <url>http://www.mysite.com/images/logo.gif</url>
                   <link>http://www.mysite.com/</link>
                   <title>MySite.com</title>
                   <width>144</width>
                   <height>25</height>
              </image>
    <%-- /* end header stuff */ --%>
    <%
    try {
         stmt_ = conn_.prepareCall("{Call get_rss_items_for_feed }");
         result_ = stmt_.executeQuery();
         while (result_.next()) {
              itemId = result_.getInt("item_id");
              headline = result_.getString("headline");
              itemText = result_.getString("item_text").trim();
              createDate = result_.getDate("create_date");
              itemLink = baseUrl + "item_day=" + createDate + "&item_id=" + itemId;
    %>
              <item>
                   <title><%= headline %></title>
                   <link><%= itemLink %></link>
                   <description><%= itemText %></description>
                   <guid><%= itemLink %></guid>
                   <pubDate><%= pubDateFormat.format(createDate) %></pubDate>
              </item>
    <%
              lastCreateDate = createDate;
         result_.close();
         stmt_.close();
    %>
         </channel>
    </rss>
    <%
    } catch (Exception e) {
         java.io.ByteArrayOutputStream bytes = new java.io.ByteArrayOutputStream();
         java.io.PrintWriter writer = new java.io.PrintWriter(bytes, true);
         e.printStackTrace(writer);
         out.println("<pre>" + bytes.toString() + "</pre>");
    } finally { %>
    <%@ include file="/lib/connectionClose.jsp" %>
    <% } %>

    I will presume you are generating valid xml. What happens if you view source, save it as an xml file, and then try and open it? Is it valid?
    Try this at the top of your page.
    <%@ page contentType="text/xml" %>
    That may help the browser understand that you are sending it xml.
    I dunno - I had mixed results with my little experiment here - IE didn't even try to load it sometimes.
    Good luck,
    evnafets

  • Reading RSS feeds from Terminal

    Hello everyone,
    I stumbled across this script by Dave Taylor a couple of days ago. I have changed his script a bit to work with a Yahoo!Finance feed and I made the script read the headlines and descriptions aloud. The only other change I would like to make is having only the stories with pubDates within the last 30 minutes read.
    Here is my script so far:
    #!/bin/sh
    url="http://finance.yahoo.com/rss/usmarkets"
    curl --silent "$url" | \
    sed -e 's/>\
    </g' | \
    grep -E "(pubDate>|title>|description>)" | \
    sed -e 's/<title>//' -e 's/<\/title>//' -e 's/<description>/ /' \
    -e 's/<\/description>//' -e 's/<pubDate>//' -e 's/<\/pubDate>//' | say -v "Cepstral David"
    Any suggestions?
    Thank you in advance.
    iBook G4   Mac OS X (10.4)  

    reyhan wrote:
    But it didn't solve my problem because if I run the command directly from the terminal, there would be 3 output files (the output file, a binary file, and a header) So the program must be creating two files, and producing standard output, which the shell redirects.
    whereas that link only provides 1 output file.You've got to stop thinking of programming as a big book of secret recipies that you invoke like magic. Understand what all the code is doing.
    I don't know how the algorithm works.Do you mean how to invoke Runtime or ProcessBuilder (which are library calls or the whole invocation including the supporting stuff could I guess by called an "idiom"), or do you mean segyread (which is a program)? If it's the first, read the article or ask here about the parts you don't get. If it's the second, ask whoever wrote segyread.
    Is there another way to read command line from the terminal without using ProcessBuilder or Runtime?You're not reading from the command line. That's not what's happening here. What's happening is that you're starting a new process running an external program.

  • Need help with watching DVD-R from dubbed VHS

    For some reason when I try to play a DVD-r that I recorded from a VHS tape, it will not play.  I get the message that the disc is empty and yet I know it is not because it will play in the DVD player

    Hi @Rod64,
    Thank you for visiting the HP Support Forums and Welcome. It is a great site for information and questions. I would be happy to assist if needed, as there are many models of HP Pavilion Notebooks. I would need the Model number.
    How Do I Find My Model Number or Product Number?
    Please let me know.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Need help with read/write to MODBUS RTU registers in Labview 8.0

    I’m trying to write and read the registers in G3800xx016. controlling temperatures and lightning.  Please look at the attached pdf file for this unit..
    I have used Lookout for about three years, and it works fine.. Now I want to expand my system and try to use Labview 8.0
    My temperature register start adress is 100 Hex  (256 dec) I read from Register with Function code 03.
    This register have values from 0-255 witch mean in labview for me as unsigned byte U8
    I read my temperature from the register like this: eks.: 40257 lets say value=5
    Slave    FC       Start Adress     Byte     Value               CRC
    01        03        0100                02        0005                7847   
    This is the status received from the Modbus tester when I use null-modem connection..
    I receive the same value if I use Modscan32
    I have used null-modem cable to read out the values.
    I have also PIR detectors that control movements and light of and on, and I read these starts at 40017.1
    01   03     0010     02    
    The register to switch on and of heating and lights starts at 404097.1  FC16  
    Values mention here is read from Lookout 5.0  
    I have tried examples and read for weeks about this, but everything stops when I try to use Labview 8.0    I can’t read any values from my Master unit, neither write to it, or read any values in Modbus testers when I use null-modem cable.. I have tried different baud rates in my serial connection and it works perfect in Lookout, but Not Labview..
    I have even bought DSC module, but I can’t write to either com ports or Modbus testers..
    Please anybody… is there anybody that can give me help with this??
    Start address for for PIR detectors is 40017.1 (FC03)  and for writing bits for on of to light and heatsystem is 404097.1 (FC16)
    I would be very happy for any idea that can give me some positive results…  Look at the attached pdf file.
    Thanks.. and very best regards from
    Benjii…
    Attachments:
    G3800x016_02-2005_eng.pdf ‏70 KB

    Hi... and thanks for your answer..
    Yes, I have downloaded the NI Modbus drivers.. I have downloaded that one + a lot of other things about Modbus..
    I have also tried communication between lokout and labview true null-modem cable.. and it works..
    I have tried several Modbus examples and I communicate with most of them with null-modem cable.
    I write to the right registers as well, cause I use Modbus scanner to read the information..
    I have used the same settings for serial communication as my Master device use, bust still I can't get any response..
    There was an error message in one of my example from the Modbus INIT module.. Maybe I should try to set up a new connection using VISA ??
    Maybe the problem is to INIT my serial port? I have tried restarting my computer after closing my system..  But still, I have the same problem..
    I hope you can give me any idea...
    Thanks again..  by the way.. is it possible to write and read directly to serial port with the DSC module??  If so.. how?? 
    Very best regards..
    Benjii..

  • Help with reading in command from keyboard

    i need to read user response from the keyboard, how should this be done with system.in. or should i used JOptionPane to show input dialog?

    Depends on what you want to do.
    using System.in:
    import java.io.*;
    public class rin
    public static void main(String[] args)
    DataInputStream ins=new DataInputStream(System.in);
    try
    String cmd =ins.readLine(); //Reading from Keyboard
    System.out.println(cmd);
    catch (IOException e)
    System.out.println(e);
    }

  • I NEED HELP FINDING MY RSS FEED ADRESS!!!!!

    hi im getting crazy trying to find my rss feed adress, i tried to post my podcast in yahoo podcast directory and in a few more podcast searchers, all asked me my rss feed adress but I CAN´T FIND IT.
    PLEASE anyone can tell me where it is?
    or where i can find it?
    thanks

    hassan...
    Try using this URL when submitting your RSS Feed...
    http://rss.mac.com/podcastchapines/iWeb/Podcastchapines/Publicidad%20al%20Quirof ano/rss.xml
    I hope this solves your problem! Let me know either way! Good luck to you!

  • Need help with "reading" files ...

    Okay, here's the scoop in two versions ...
    The Short and Sweet:
    I'm VERY new to Java programming, but before I dedicate a lot of time into my project, I need to know first if it is possible for a java.class applet (running in a browser, online) to read from a text file located on the (remote) server - ie: the same server and path as the java.class applet is located.
    The Long and Confusing:
    The primary objective is to recursively read from a constantly changing data/text file (generated by a php script), then "parse" that data into certain variables which in turn affect the (browser) output viewed by the visitor. A simplified example of this would be to capture x-y coordinates generated by a perpetually running php script (via a "shared" text file), then the applet would use this "read" data to constantly update the x-y positions of two (or more) graphical objects within the running applet.
    Hope this makes sense. I'm not asking anybody to actually code this for me (though an example would be nice) ... I really just need to know if it can be done before delving into this somewhat paramount project. Thanks.
    --Mikey

    The Short and Sweet:
    I'm VERY new to Java programming, but before I
    dedicate a lot of time into my project, I need to know
    first if it is possible for a java.class applet
    (running in a browser, online) to read from a text
    file located on the (remote) server - ie: the same
    server and path as the java.class applet is located.
    It is possible to use an Applet to read a file from the server, but you need to use a URL stream, not a file stream because of the Applet security constraints. Applet.getCodeBase() will return the URL of the directory where the Applet is. You can use the URL to create a URL to the file. Then read the new URL's InputStream.

  • I need help with unlinking my iPhone from my iPad

    I No longer have my Iphone so I need help to unlink my old iPhone from my iPad I recently sold my iPhone and now every time the person texts some one I get the messages on my iPad 

    Hey AngieM11,
    This article will help you accomplish this goal:
    Can’t receive text messages on a non-Apple phone
    http://support.apple.com/kb/TS5185
    Thanks for being a part of the Apple Support Communities!
    Cheers,
    Braden

  • I need some syntax help with reading some values from a selected row in an Access form.

    My goal:  to extract the data from 4 fields in a datasheet row and place them in another form.
    My problem:  I can only get the field values from the first row of the datasheet.
    I have tried using the Form_Click event as the location for the code I've tried.  This seems to be the right place, but apparently referring to the desired fields by their names with Me. in front just references the first record in the datasheet, not
    the one I've selected.
    Should I just read the source form's recordset using the Currentrecord value somehow?  I could use some direction on that.
    Thank you.
    Marj Weir

    It's generally considered good forum etiquette to post back a description of the solution which you've reached.
    The normal control for a multi-valued field is a combo box rather than a text box, but unless it is necessary for you to use a  multi-valued field, i.e. your database is interfacing with SharePoint in the very limited context in which this feature is necessary,
    I'd advise that you model the many-to-many relationship type in the time-honoured way by means of a table which resolves the relationship type into two one-to-many relationship types, and use a subform to show the data.  You can alternatively use a multi-select
    list box or a text box which shows a value list.  You'll find examples of all three methods in StudentCourses.zip in my public databases folder at:
    https://onedrive.live.com/?cid=44CC60D7FEA42912&id=44CC60D7FEA42912!169
    If you have difficulty opening the link copy its text (NB, not the link location) and paste it into your browser's address bar.
    Ken Sheridan, Stafford, England

  • Need help with loading master data from R/3 to BI 7.0.

    Hi,
           First i thank everybody who took efforts to answer for my posting, i really am learning this new version with your helps. I really appreciate  it.
    Could any one help me with a step by step process to load master data from R/3 to BI 7.0. Please don't send help.sap.com.
    will assign points .
    With Thanks,
    Ranjani R

    Hi,
        Thanks for the answers. I tried loading it yesterday, i had lot of confusions.
      What should i do to load a master data from a R/3 to BI7.0.
    1. Created a Info object named (EKKO_mas) with some attributes (ernam, ekorg, lifnr).
    2. Go to info provider and right clicked on info area and selected insert char as data target. (Please correct if i am wrong).
    3. Login to R/3, go to sbiw generic data source created one with a view/table as EKKO and map the application compound and select the needed fields by checking the checkbox. (please correct if wrong).
    4. Go to source system tab and replicate data source. ( Please correct if i am wrong)
    Then what should i do.
    guessing steps:
    4. Create a Data source, in BI 7.0 . In that as i am not using flat file, should i select "application server" instead of "local workstation" . In field tab i specified all the fields given in Info object. ( Will there be anything else i should do or change in this tab)
    5. Load data in PSA. ( will the data from R/3 i selected loaded in PSA without any problem)
    6. Create transformation , save and activate.
    7. Create DTP save and activate , click execute.
    By doing the above given step will i be able to load the master data from R/3 to BI 7.0 data target (IO) .  Please help me if something is wrong with my steps.
    Thanks.
    RR.
    *will assign points.

  • Help with reading information coming from a software into LabVIEW through Serial port

    Hi,
    I am new to LabVIEW and also an amateur in using RS232 for communication. I have this software that has these icons like speed increase/decrease, elevation up/down, start/stop. Now, when I click these buttons on the software, they perform the appropriate functions. For example, if I press start button, the signal must go through a serial COM port into LabVIEW to start the machine. How do I do that? How do I find what format the code word is when I press a button on the software? And how to decode the information to read whether the button pushed is start etc...? Any help would be appreciated.

    I may not be perfect, but I'm all I got!

    That information would be in the programming manual for the device you're controlling. Unless you have a device that has no documentation or you cannot get the documentation that's the first place you should look. If you cannot get the documentation at all then you've got some reverse-engineering to do. To do this you will either need a serial port sniffer (a hardware device), or you can try to use a software-based port capturing program. On Windows PortMon is the most prevalent. This will show you how the port was configured (baud rate, stop bits, etc). Warning: the information is technical.
    As far as how to get it running in LabVIEW, you should take a look at the serial port communication examples that ship with LabVIEW. The most problems occur in figuring out how to (a) terminate a write command, and (b) determining when to stop reading. For (a) this is typically done by appending a carriage return or linefeed to the command. This is device dependent. For (b) this is usually done by the byte stream ending with a character like a linefeed. Again, this is device-dependent. 
    You may also want to peruse this KB article: Serial Instrument Control Tutorial. There are also lots of tutorial on the internet for basic tutorials on serial port communication.

  • My iPad was stolen - need help with getting my stuff from the icloud

    My iPad was stolen two days ago. I did the remote "lock this device" within ten minutes of it being stolen, but I cannot see any of my pics, etc in my iCloud.
    Any help or advice would be really appreciated

    Photos are not on icloud.com.  You could set up iCloud on your computer and enable photo stream to get back photo stream photos from the last 30 days (see http://www.apple.com/icloud/setup/).  To access your camera roll photos and other data and settings, you will need to restore your backup to another iPad.  If your backup is in iCloud, be sure to do this before it is 180 days old or Apple will delete it.
    It sounds like you already put it in lost mode, but you may want to read through this anyway: http://support.apple.com/kb/HT5668.

Maybe you are looking for