<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.edugarage.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>EduGarage Forums</title><link>http://forums.edugarage.com/forums/</link><description>All Posts</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Any way to add a notification/alert to the Global Navigation?</title><link>http://forums.edugarage.com/forums/thread/9275.aspx</link><pubDate>Thu, 20 Jun 2013 00:41:24 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:9275</guid><dc:creator>John Hsu</dc:creator><slash:comments>0</slash:comments><comments>http://forums.edugarage.com/forums/thread/9275.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=31&amp;PostID=9275</wfw:commentRss><description>&lt;p&gt;Is there any way for a building block to send an alert/notification to a user&amp;#39;s Global Navigation menu? E.g.: like how new posts or course updates show up in the Global Navigation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Adding 3 days to course end date during LIS integration</title><link>http://forums.edugarage.com/forums/thread/9201.aspx</link><pubDate>Wed, 15 May 2013 13:57:42 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:9201</guid><dc:creator>Kathryn Matuch</dc:creator><slash:comments>1</slash:comments><comments>http://forums.edugarage.com/forums/thread/9201.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=40&amp;PostID=9201</wfw:commentRss><description>&lt;p&gt;The evnironment is Learn9.1 SP11.&amp;nbsp; The below question relates to LIS integration between Banner and Learn.&lt;/p&gt;
&lt;p&gt;Under Administrator Panel --&amp;gt; Data Integration --&amp;gt; Student Information System Integrations&amp;nbsp; I choose the Advanced Configuraiton option for our LIS feed.&lt;/p&gt;
&lt;p&gt;We would like to add three days to the end date for a course object. &lt;br /&gt;I can retrieve the date via data.courseSection.timeFrames.get(0).end; &lt;br /&gt;But I cannot figure out how to manipulate.&amp;nbsp; I was hoping to use getTime to convert to Milliseconds and then add 3 days worth of milliseconds but I can&amp;#39;t convert the data into anything (let alone add 3 days) and have it be valid. &lt;br /&gt;I can&amp;#39;t use getTime, setTime, UTC, or parse and return the result. It says it is invalid. &lt;br /&gt;It says all the toString variations referenced &lt;a href="https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Date#Methods"&gt;https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Date#Methods&lt;/a&gt; cannot be found. &lt;br /&gt;I searched the boards but cannot find anything. If you have any suggestions that would be great.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;And I apologize if this is an obvious one, as I typically support the Banner side of the integration not the Learn.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>WSDoAllReceiver: Incoming message does not contain required security header</title><link>http://forums.edugarage.com/forums/thread/9119.aspx</link><pubDate>Mon, 08 Apr 2013 18:55:52 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:9119</guid><dc:creator>Shivinder Singh</dc:creator><slash:comments>11</slash:comments><comments>http://forums.edugarage.com/forums/thread/9119.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=32&amp;PostID=9119</wfw:commentRss><description>&lt;p&gt;I may have spoken too soon in my previous post (http://forums.edugarage.com/forums/t/3066.aspx). I&amp;#39;m still getting &amp;quot;WSDoAllReceiver: Incoming message does not contain required security header&amp;quot; error when making call to BB Learn 9.1 web services. Can&amp;#39;t figure out how to send the required headers. I tried ContextWS.login method, but it returns void and not token or header which I can pass in the subsequent request to UserWS.&lt;/p&gt;
&lt;p&gt;So if someone can please tell me what do I need to modify in the following code I&amp;#39;d really appreciate:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; using (ContextWS context_ws = new ContextWS())&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; long expectedLifeSeconds = 1 * 60 * 60;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bool expectedLifeSecondsSpecified = true;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bool _return;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bool returnSpecified;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
 context_ws.login(&amp;quot;session&amp;quot;, &amp;quot;nosession&amp;quot;, &amp;quot;&amp;quot;, &amp;quot;&amp;quot;, &amp;quot;&amp;quot;, 
expectedLifeSeconds, expectedLifeSecondsSpecified, out _return, out 
returnSpecified);&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; using (UserWS user_ws = new UserWS())&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UserFilter user_filter = new UserFilter();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; user_filter.id = new string[] { &amp;quot;some unique id&amp;quot; };&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UserVO[] user = user_ws.getUser(user_filter);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (user != null)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (user.Count() == 1)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*now do something*/ string message = user[0].name;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>9.1 Web Services - User Web Service - Update Existing User Does Not Work</title><link>http://forums.edugarage.com/forums/thread/7332.aspx</link><pubDate>Tue, 07 Jun 2011 21:49:53 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:7332</guid><dc:creator>Bruce Phillips</dc:creator><slash:comments>5</slash:comments><comments>http://forums.edugarage.com/forums/thread/7332.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=39&amp;PostID=7332</wfw:commentRss><description>&lt;p&gt;
&lt;p&gt;We are testing the web services provided with 9.1 build 9.1.50119 prior to our upgrade later this year.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Previously the User web service method saveUser did not work when updating an existing users. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We were told that this issue would be fixed in a future service pack. &amp;nbsp;However in our testing of SP 5, it appears that the saveUser method still doesn&amp;#39;t work to update an existing Blackboard user. &amp;nbsp;When calling that method with an existing user we get back:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;soapenv:Code&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soapenv:Value&amp;gt;soapenv:Receiver&amp;lt;/soapenv:Value&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/soapenv:Code&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;soapenv:Reason&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soapenv:Text xml:lang=&amp;quot;en-US&amp;quot;&amp;gt;[User.WS001]Failed to save user along with the portal and system roles kcole&amp;lt;/soapenv:Text&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/soapenv:Reason&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;soapenv:Detail /&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/soapenv:Fault&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/soapenv:Body&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/soapenv:Envelope&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is the same error others have reported and that we encountered in the previous Blackboard Learn 9.1 release.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you confirm that this is still a problem with the User web service in Blackboard 9.1 build 9.1.5.0119?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank You,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Bruce Phillips&lt;/p&gt;
&lt;p&gt;University of Kansas&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Student availability not changed</title><link>http://forums.edugarage.com/forums/thread/9271.aspx</link><pubDate>Mon, 17 Jun 2013 21:30:07 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:9271</guid><dc:creator>Anupama Nair</dc:creator><slash:comments>0</slash:comments><comments>http://forums.edugarage.com/forums/thread/9271.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=31&amp;PostID=9271</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am calling the web method &lt;span style="color:#a31515;font-size:x-small;"&gt;&lt;span style="color:#a31515;font-size:x-small;"&gt;saveUser from the Blackboard web services and have set the IsAvailable field to false for a student request.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#a31515;font-size:x-small;"&gt;&lt;span style="color:#a31515;font-size:x-small;"&gt;However this does not seem to be reflected in Blackboard.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#a31515;font-size:x-small;"&gt;&lt;span style="color:#a31515;font-size:x-small;"&gt;Is this a known issue?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#a31515;font-size:x-small;"&gt;&lt;span style="color:#a31515;font-size:x-small;"&gt;Thanks.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Using Web Services to assign user to Node</title><link>http://forums.edugarage.com/forums/thread/9269.aspx</link><pubDate>Thu, 13 Jun 2013 15:12:26 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:9269</guid><dc:creator>Brandon Peters</dc:creator><slash:comments>0</slash:comments><comments>http://forums.edugarage.com/forums/thread/9269.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=32&amp;PostID=9269</wfw:commentRss><description>&lt;p&gt;Is there a way to create a user and assign them to a specific Node using the Bb Web Services API (we are running 9.1 SP11). I&amp;#39;ve searched the UserWS interface documentation, but am unable to find any methods in which to do this. I&amp;#39;ve also browsed many of the other WS interfaces and am having a hard time finding any references to Nodes. &lt;br /&gt;&lt;br /&gt;Looks like we can do this through the database (adding a record to &amp;#39;DOMAIN_USER_COLL&amp;#39;), but I&amp;#39;d rather do this through the web services API if at all possible. &lt;/p&gt;
&lt;p&gt;Any info would be greatly appreciated!!&lt;/p&gt;
&lt;p&gt;--&lt;br /&gt;Brandon Peters - IT Consultant&lt;br /&gt;Academic Technology&lt;br /&gt;Western Kentucky University&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Profile Photo</title><link>http://forums.edugarage.com/forums/thread/9248.aspx</link><pubDate>Fri, 07 Jun 2013 17:01:03 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:9248</guid><dc:creator>IESE IT Team</dc:creator><slash:comments>2</slash:comments><comments>http://forums.edugarage.com/forums/thread/9248.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=31&amp;PostID=9248</wfw:commentRss><description>&lt;p&gt;Hello!&lt;/p&gt;
&lt;p&gt;I&amp;#39;m developing a building block where I want to show the profile image of some user profile, but I don&amp;#39;t know how to get the photo which users has upload in their profile.&lt;/p&gt;
&lt;p&gt;Anybody could help me?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Yolanda&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Announcement permission</title><link>http://forums.edugarage.com/forums/thread/7190.aspx</link><pubDate>Fri, 22 Apr 2011 20:24:46 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:7190</guid><dc:creator>Tom Gittemeier</dc:creator><slash:comments>5</slash:comments><comments>http://forums.edugarage.com/forums/thread/7190.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=31&amp;PostID=7190</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;What is the permissions tag to allow publishing announcements?&lt;/p&gt;
&lt;p&gt;I am receiving the following error,&lt;/p&gt;
&lt;pre&gt;java.security.AccessControlException: access denied (blackboard.persist.PersistPermission announcement create)&lt;br /&gt;	java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)&lt;br /&gt;	java.security.AccessController.checkPermission(AccessController.java:546)&lt;br /&gt;	java.lang.SecurityManager.checkPermission(SecurityManager.java:532)&lt;br /&gt;	blackboard.platform.security.SecurityUtil.checkPermission(SecurityUtil.java:61)&lt;br /&gt;&lt;br /&gt;Where are the permissions documented properly? &lt;br /&gt;&lt;br /&gt;Thanks a lot in advance. &lt;br /&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Importing tests into Blackboard as QTI packages</title><link>http://forums.edugarage.com/forums/thread/9266.aspx</link><pubDate>Tue, 11 Jun 2013 14:11:42 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:9266</guid><dc:creator>Linda McBain</dc:creator><slash:comments>0</slash:comments><comments>http://forums.edugarage.com/forums/thread/9266.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=31&amp;PostID=9266</wfw:commentRss><description>&lt;p&gt;&lt;span id="CaseView:j_id0:j_id86"&gt;We are authoring test and feedback questions in our new 
3rd party content authoring tool/LCMS (Xyleme), deploying them as a QTI package and then 
publishing on our Blackboard (9.1, SP11).&amp;nbsp; &lt;br /&gt;&lt;br /&gt;We understand that Blackboard supports &lt;/span&gt;&lt;span id="CaseView:j_id0:j_id86"&gt;&lt;span id="CaseView:j_id0:j_id86"&gt;a modified proprietary version of QTI 
1.2 &lt;/span&gt;(QTI 
Lite?) only and it seems that no description element appears within the QTI Lite 
specification. &lt;/span&gt;&lt;br /&gt;&lt;span id="CaseView:j_id0:j_id86"&gt;&lt;br /&gt;We can author this this in Xyleme but it doesn&amp;#39;t 
therefore get imported into Blackboard. &lt;br /&gt;&lt;br /&gt;There does appear to be quite a 
few un-used metadata elements that we could feed the description text through 
however. &lt;br /&gt;&lt;br /&gt;Can anyone provide any advice about working with QTI Lite 
specification and making use of un-used elements which our developers could try? 
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Bb ticket Support have suggested using another tool such as Respondus to import the QTI package but we don&amp;#39;t want to go down that route if possible as it adds cost and time.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Many thanks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Update on my original posting:&amp;nbsp; I have been told that w&lt;span style="font-size:11.0pt;line-height:115%;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:&amp;#39;MS Mincho&amp;#39;;mso-fareast-theme-font:minor-fareast;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;mso-ansi-language:EN-GB;mso-fareast-language:JA;mso-bidi-language:AR-SA;"&gt;e
cannot get the data to parse from the QTI file currently published from Xyleme
and should ask BlackBoard if their deployment wizard can parse the description
data from metadata elements within the QTILite XML?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>building blocks debugging</title><link>http://forums.edugarage.com/forums/thread/9260.aspx</link><pubDate>Tue, 11 Jun 2013 06:07:08 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:9260</guid><dc:creator>A Ibrahim</dc:creator><slash:comments>5</slash:comments><comments>http://forums.edugarage.com/forums/thread/9260.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=40&amp;PostID=9260</wfw:commentRss><description>&lt;p&gt;hi guys,&lt;/p&gt;
&lt;p&gt;i am new &amp;nbsp;to building blocks, i tried to enable debugging using eclipse ,&lt;/p&gt;
&lt;p&gt;i changed debug enable to true and port number to 2222 my problem is when i debug the building block using ant script i get BUILD SUCCESSFUL printed in my console but when i go to admin screen on blackboard i do not find the building block althou it appears when i deploy it manually to server as a war package i use bb version 9.1&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Announcements and notifications...</title><link>http://forums.edugarage.com/forums/thread/9259.aspx</link><pubDate>Mon, 10 Jun 2013 20:37:51 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:9259</guid><dc:creator>Matt Hadgis</dc:creator><slash:comments>0</slash:comments><comments>http://forums.edugarage.com/forums/thread/9259.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=34&amp;PostID=9259</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m currently using the AnnouncementWS to post announcements in a building block, but this API does not seem to automatically post notifications where applicable for those announcements.&lt;/p&gt;
&lt;p&gt;Is there any way that I can accomplish this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Newbie question</title><link>http://forums.edugarage.com/forums/thread/9249.aspx</link><pubDate>Fri, 07 Jun 2013 20:18:21 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:9249</guid><dc:creator>Brian White</dc:creator><slash:comments>2</slash:comments><comments>http://forums.edugarage.com/forums/thread/9249.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=33&amp;PostID=9249</wfw:commentRss><description>&lt;p&gt;Hi all&lt;/p&gt;
&lt;p&gt;I have a few javascript applets that I want to use as custom exam problems in blackboard. I&amp;#39;d like to embed them in web pages thet are served by blackboard and have the ability to submit the student&amp;#39;s success or failure to blackboard and have it entered in their gradebook when the student clicks a &amp;quot;submit&amp;quot; button.&lt;/p&gt;
&lt;p&gt;I have a few newbie questions:&lt;/p&gt;
&lt;p&gt;1) I&amp;#39;m not familiar with blackboard lingo, but I think I&amp;#39;m talking about a PowerLink &amp;quot;Deployable component&amp;quot;. Is that right?&lt;/p&gt;
&lt;p&gt;2) Is it possible to do what I want? I don&amp;#39;t see any similar examples, but it sounds like it should be do-able. &lt;/p&gt;
&lt;p&gt;3) If so, can I do it all in javascript on the client so I don&amp;#39;t have to worry about java versions and Apple&amp;#39;s &amp;quot;war on java&amp;quot;?&lt;/p&gt;
&lt;p&gt;4) Is there an example I could steal from?&lt;/p&gt;
&lt;p&gt;Thanks for your time.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Brian&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Launch LTI tool in new/existing window</title><link>http://forums.edugarage.com/forums/thread/9257.aspx</link><pubDate>Mon, 10 Jun 2013 17:29:52 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:9257</guid><dc:creator>Rick K</dc:creator><slash:comments>0</slash:comments><comments>http://forums.edugarage.com/forums/thread/9257.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=32&amp;PostID=9257</wfw:commentRss><description>&lt;p&gt;Hi Everyone,&lt;/p&gt;
&lt;p&gt;I am creating an LTI tool.&amp;nbsp; When my tool is launched from Blackboard I want it to have the entire window -- either take over the existing window or be launched into a new window.&amp;nbsp; I don&amp;#39;t want it to run inside an iframe.&lt;/p&gt;
&lt;p&gt;Does Blackboard support this?&lt;/p&gt;
&lt;p&gt;Thanks a lot for any help!&lt;/p&gt;
&lt;p&gt;Rick&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Blackboard Learn 9.1 SP 12 API/JavaDoc - where?</title><link>http://forums.edugarage.com/forums/thread/9253.aspx</link><pubDate>Mon, 10 Jun 2013 14:27:11 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:9253</guid><dc:creator>Bruce Phillips</dc:creator><slash:comments>1</slash:comments><comments>http://forums.edugarage.com/forums/thread/9253.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=39&amp;PostID=9253</wfw:commentRss><description>&lt;p&gt;Anyone have the link to the Bb Learn 9.1 SP 12 API/JavaDoc? &amp;nbsp;I searched through Behind the Blackboard but could not find it.&lt;/p&gt;
&lt;p&gt;Thank You,&lt;/p&gt;
&lt;p&gt;Bruce&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>BBList collection equivalent</title><link>http://forums.edugarage.com/forums/thread/9250.aspx</link><pubDate>Fri, 07 Jun 2013 20:36:23 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:9250</guid><dc:creator>Lang Nguyen</dc:creator><slash:comments>0</slash:comments><comments>http://forums.edugarage.com/forums/thread/9250.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=31&amp;PostID=9250</wfw:commentRss><description>&lt;p&gt;I currently use BBList to create a collection to store data.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;BbList cmlist = CourseMembershipDbLoader.Default.getInstance().loadByCourseIdAndRole(courseId, CourseMembership.Role.STUDENT);&lt;/p&gt;
&lt;p&gt;It suggest to use List. is it from java.util.List? or different lib?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please help.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Course sidebar when using bbng tags</title><link>http://forums.edugarage.com/forums/thread/9247.aspx</link><pubDate>Fri, 07 Jun 2013 00:31:27 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:9247</guid><dc:creator>Jacob Rhoden</dc:creator><slash:comments>0</slash:comments><comments>http://forums.edugarage.com/forums/thread/9247.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=39&amp;PostID=9247</wfw:commentRss><description>&lt;p&gt;Just trying to get my head around how to use the new bbng tags. I&amp;#39;ve got the following jsp page, and I know the course_id is being sent to the page, but the course sidebar is missing, and the breadcrumbs are missing the usual stuff. Ideas??&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;p class="p1"&gt;&lt;span class="s1"&gt;&amp;lt;%@&lt;/span&gt;&lt;span class="s2"&gt;page&lt;/span&gt;&lt;span class="s3"&gt; &lt;/span&gt;contentType&lt;span class="s3"&gt;=&lt;/span&gt;&lt;span class="s4"&gt;&amp;quot;text/html&amp;quot;&lt;/span&gt;&lt;span class="s3"&gt; &lt;/span&gt;pageEncoding&lt;span class="s3"&gt;=&lt;/span&gt;&lt;span class="s4"&gt;&amp;quot;UTF-8&amp;quot;&lt;/span&gt;&lt;span class="s3"&gt; &lt;/span&gt;errorPage&lt;span class="s3"&gt;=&lt;/span&gt;&lt;span class="s4"&gt;&amp;quot;error.jsp&amp;quot;&lt;/span&gt;&lt;span class="s3"&gt; &lt;/span&gt;&lt;span class="s1"&gt;%&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="p2"&gt;&lt;span class="s1"&gt;&amp;lt;%@&lt;/span&gt;&lt;span class="s3"&gt; &lt;/span&gt;&lt;span class="s2"&gt;taglib&lt;/span&gt;&lt;span class="s3"&gt; &lt;/span&gt;&lt;span class="s5"&gt;uri&lt;/span&gt;&lt;span class="s3"&gt;=&lt;/span&gt;&lt;span class="s6"&gt;&amp;quot;/bbNG&amp;quot;&lt;/span&gt;&lt;span class="s3"&gt; &lt;/span&gt;&lt;span class="s5"&gt;prefix&lt;/span&gt;&lt;span class="s3"&gt;=&lt;/span&gt;&amp;quot;bbNG&amp;quot;&lt;span class="s1"&gt;%&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="p4"&gt;&lt;span class="s7"&gt;&amp;lt;&lt;/span&gt;&lt;span class="s6"&gt;bbNG:learningSystemPage&lt;/span&gt;&lt;span class="s8"&gt; &lt;/span&gt;&lt;span class="s9"&gt;ctxId&lt;/span&gt;&lt;span class="s8"&gt;=&lt;/span&gt;&lt;span class="s10"&gt;&amp;quot;ctx&amp;quot;&lt;/span&gt;&lt;span class="s7"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s3"&gt;&lt;span&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span class="s7"&gt;&amp;lt;&lt;/span&gt;&lt;span class="s11"&gt;bbNG:breadcrumbBar&lt;/span&gt;&lt;span class="s8"&gt; &lt;/span&gt;&lt;span class="s6"&gt;environment&lt;/span&gt;&lt;span class="s8"&gt;=&lt;/span&gt;&lt;span class="s10"&gt;&amp;quot;CTRL_PANEL&amp;quot;&lt;/span&gt;&lt;span class="s8"&gt; &lt;/span&gt;&lt;span class="s6"&gt;isContent&lt;/span&gt;&lt;span class="s8"&gt;=&lt;/span&gt;&lt;span class="s10"&gt;&amp;quot;false&amp;quot;&lt;/span&gt;&lt;span class="s7"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="p4"&gt;&lt;span class="s3"&gt;&lt;span&gt;	&lt;/span&gt;&lt;span&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span class="s7"&gt;&amp;lt;&lt;/span&gt;&lt;span class="s6"&gt;bbNG:breadcrumb&lt;/span&gt;&lt;span class="s7"&gt;&amp;gt;&lt;/span&gt;&lt;span class="s3"&gt;Heading&lt;/span&gt;&lt;span class="s12"&gt;&amp;lt;/&lt;/span&gt;bbNG:breadcrumb&lt;span class="s12"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="p4"&gt;&lt;span class="s3"&gt;&lt;span&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span class="s12"&gt;&amp;lt;/&lt;/span&gt;bbNG:breadcrumbBar&lt;span class="s12"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="p4"&gt;&lt;span class="s3"&gt;&lt;span&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span class="s7"&gt;&amp;lt;&lt;/span&gt;&lt;span class="s6"&gt;bbNG:pageHeader&lt;/span&gt;&lt;span class="s7"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="p4"&gt;&lt;span class="s3"&gt;&lt;span&gt;	&lt;/span&gt;&lt;span&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span class="s7"&gt;&amp;lt;&lt;/span&gt;&lt;span class="s6"&gt;bbNG:pageTitleBar&lt;/span&gt;&lt;span class="s8"&gt; &lt;/span&gt;&lt;span class="s9"&gt;title&lt;/span&gt;&lt;span class="s8"&gt;=&lt;/span&gt;&lt;span class="s10"&gt;&amp;quot;Heading&amp;quot;&lt;/span&gt;&lt;span class="s7"&gt;&amp;gt;&lt;/span&gt;&lt;span class="s3"&gt;Heading&lt;/span&gt;&lt;span class="s12"&gt;&amp;lt;/&lt;/span&gt;bbNG:pageTitleBar&lt;span class="s12"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="p4"&gt;&lt;span class="s3"&gt;&lt;span&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span class="s12"&gt;&amp;lt;/&lt;/span&gt;bbNG:pageHeader&lt;span class="s12"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="p4"&gt;&lt;span class="s12"&gt;&amp;lt;/&lt;/span&gt;bbNG:learningSystemPage&lt;span class="s12"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;



&lt;/code&gt;
&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Server Side Includes</title><link>http://forums.edugarage.com/forums/thread/9246.aspx</link><pubDate>Thu, 06 Jun 2013 22:05:47 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:9246</guid><dc:creator>Hector Urbina Saavedra</dc:creator><slash:comments>0</slash:comments><comments>http://forums.edugarage.com/forums/thread/9246.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=30&amp;PostID=9246</wfw:commentRss><description>&lt;p&gt;&lt;span&gt;We are designing html
documents to display the learning contents for our future courses. We use these html documents by opening them through an iframe in blackboard. We have
tried to use Server Side Includes syntax on our html to reuse redundant code
(such as code in the header section of the html), but it is not working on our
first try.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;We created header.html:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=utf-8&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=device-width, initial-scale=1.0&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;lt;link href=&amp;quot;../../bootstrap/css/bootstrap.min.css&amp;quot; rel=&amp;quot;stylesheet&amp;quot; media=&amp;quot;screen&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;lt;script src=&amp;quot;../../js/jquery.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;lt;script src=&amp;quot;../../bootstrap/js/bootstrap.min.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;and then we tried to include it in our home.html using SSI:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;lt;html lang=&amp;quot;es&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;lt;head&amp;gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;lt;!--#include file=&amp;quot;header.html&amp;quot; --&amp;gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;lt;/head&amp;gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;lt;body&amp;gt;&amp;lt;/body&amp;gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;lt;/html&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;but it&amp;#39;s not working.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;br /&gt;
&lt;br /&gt;
Are we allowed to use SSI on html documents hosted in blackboard?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Blackboard SHA-512 Password through building block.</title><link>http://forums.edugarage.com/forums/thread/9245.aspx</link><pubDate>Mon, 03 Jun 2013 19:48:52 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:9245</guid><dc:creator>Lang Nguyen</dc:creator><slash:comments>0</slash:comments><comments>http://forums.edugarage.com/forums/thread/9245.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=31&amp;PostID=9245</wfw:commentRss><description>&lt;p style="color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;orphans:auto;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:auto;word-spacing:0px;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;Our current module is using the old method &amp;quot;blackboard.platform.security.SecurityUtil.getHashValue()&amp;quot; to generate MD5 password and now change is needed. How do I generate the HmacSHA512 password through the Building Block?&lt;/p&gt;
&lt;p style="color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;orphans:auto;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:auto;word-spacing:0px;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;Please help.&lt;/p&gt;
&lt;p style="color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;orphans:auto;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:auto;word-spacing:0px;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;Thanks.&lt;/p&gt;
&lt;p style="color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;orphans:auto;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:auto;word-spacing:0px;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;orphans:auto;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:auto;word-spacing:0px;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;Here is the note&lt;/p&gt;
&lt;p style="color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;orphans:auto;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:auto;word-spacing:0px;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;&lt;a href="https://help.blackboard.com/en-us/Learn/9.1_SP_12/Administrator/010_Release_Notes/020_SP_12_Release_Notes/Security_Enhancements"&gt;https://help.blackboard.com/en-us/Learn/9.1_SP_12/Administrator/010_Release_Notes/020_SP_12_Release_Notes/Security_Enhancements&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Asessment Answers</title><link>http://forums.edugarage.com/forums/thread/6269.aspx</link><pubDate>Fri, 06 Aug 2010 07:16:26 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:6269</guid><dc:creator>christopher.white</dc:creator><slash:comments>3</slash:comments><comments>http://forums.edugarage.com/forums/thread/6269.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=30&amp;PostID=6269</wfw:commentRss><description>&lt;p&gt;Can anyone point me in the right direction concerning accessing student answers it assessments.assignments within Blackboard learn 9.1 programmatically.&lt;/p&gt;
&lt;p&gt;I need to be able to extract the answers submitted for questions in an assessment into an external program. I also need to be able to put marks and feedback back into the system.&lt;/p&gt;
&lt;p&gt;I have looked through the APIs and can not find anything explicitly for this... Have I missed something or is not possible.&lt;/p&gt;
&lt;p&gt;Any advise/suggestions would be much appreciated.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Using ContentWS</title><link>http://forums.edugarage.com/forums/thread/9240.aspx</link><pubDate>Wed, 29 May 2013 17:00:04 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:9240</guid><dc:creator>Matt Hadgis</dc:creator><slash:comments>0</slash:comments><comments>http://forums.edugarage.com/forums/thread/9240.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=34&amp;PostID=9240</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m attempting to create some content in a course in a module using the ContentWS functionality. The saveContent function is looking for an object of the type CourseIdVO. There&amp;#39;s no documentation on this type of object that I can find, does anyone know how I would go about providing a CourseIdVO for this function if I can get the normal Id for a course I would like to save content to?&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>blackboard.db API documentation</title><link>http://forums.edugarage.com/forums/thread/9113.aspx</link><pubDate>Tue, 02 Apr 2013 22:11:08 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:9113</guid><dc:creator>Kumi Hagimoto</dc:creator><slash:comments>4</slash:comments><comments>http://forums.edugarage.com/forums/thread/9113.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=40&amp;PostID=9113</wfw:commentRss><description>&lt;p&gt;I tried searching everywhere, but haven&amp;#39;t been able to find an API documentation for the blackboard.db package.&amp;nbsp; It&amp;#39;s used in the code I inherited (and I use eclipse), but it doesn&amp;#39;t get a handy JavaDoc popup that gives you all the details.&amp;nbsp;&amp;nbsp; Does anyone have the API doc or a link to it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Course Term</title><link>http://forums.edugarage.com/forums/thread/9218.aspx</link><pubDate>Wed, 22 May 2013 16:01:41 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:9218</guid><dc:creator>IESE IT Team</dc:creator><slash:comments>3</slash:comments><comments>http://forums.edugarage.com/forums/thread/9218.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=40&amp;PostID=9218</wfw:commentRss><description>&lt;p&gt;Hello!&lt;/p&gt;
&lt;p&gt;I&amp;#39;m developing a building block where I need to know the Term for a specific Course and I can&amp;#39;t find any way to do this.&lt;/p&gt;
&lt;p&gt;Anybody could help me?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Yolanda&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>SP11 javascript debug</title><link>http://forums.edugarage.com/forums/thread/9228.aspx</link><pubDate>Fri, 24 May 2013 12:04:26 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:9228</guid><dc:creator>Alberto Ortilla</dc:creator><slash:comments>2</slash:comments><comments>http://forums.edugarage.com/forums/thread/9228.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=31&amp;PostID=9228</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I am facing some problems with building blocks at the Home page (the one with columns where you can add modules) from SP5 to SP11.&lt;/p&gt;
&lt;p&gt;- In SP5 all the module&amp;#39;s code were placed inside the portal&amp;#39;s HTML including Javascript so it was easy to locate the Javascript and using Firebug and debug the Javascript.&lt;/p&gt;
&lt;p&gt;- But in SP11 the module&amp;#39;s code is injected in a Div using and AJAX call so it is impossible to debug the Javascript code inside the module.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Two questions then...&lt;/p&gt;
&lt;p&gt;1. Is it possible to return to the SP5 behaviour? I mean, the portlet code inside the tabAction HTML code.&lt;/p&gt;
&lt;p&gt;2. If not... What can I do to debug my portlet&amp;#39;s javascript?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks in advance...&lt;/p&gt;
&lt;p&gt;Kind regards&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Customize a Login Page Issue</title><link>http://forums.edugarage.com/forums/thread/9192.aspx</link><pubDate>Wed, 08 May 2013 18:59:30 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:9192</guid><dc:creator>Dona Gibbons</dc:creator><slash:comments>1</slash:comments><comments>http://forums.edugarage.com/forums/thread/9192.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=39&amp;PostID=9192</wfw:commentRss><description>&lt;p&gt;How do I manage the meta tags from bbNG:genericPage?&lt;/p&gt;
&lt;p&gt;I have reviewed the information on &amp;quot;Customize a Login Page&amp;quot; however there is not much to the documentation.&lt;/p&gt;
&lt;p&gt;I am looking for more information on what bbNG tags can be used on the Login Page.&amp;nbsp;&amp;nbsp; Which taglib can and cannot be removed from the JSP file.&lt;/p&gt;
&lt;p&gt;I have been able to create a customize page that looks and works properly with Firefox and Chrome, however Internet Explorer is giving me an headache.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt; I been using the Internet Explorer F12 Developer that comes with Internet Explorer 10 on Windows 8 to review what it sees in the page source code.&amp;nbsp;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Even though the CSS code and HTML code are correct, IE just does not want to display it correctly once place into the JSP file.&amp;nbsp; When I write code in a generic standard web page and test it with Internet Explorer it displays correctly.&amp;nbsp; Does not matter which version of IE used, when in the generic standard web page it displays correctly in Internet Explorer.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;However when I take this code from the generic standard web page and place only what is allowed in the JSP file, the Login Page will not display correctly in Internet Explorer.&lt;/p&gt;
&lt;p&gt; It appears that Internet Explorer F12 Developer Tool has identifying the culprit causing the code not to function properly is that the Document Mode is set to be IE8 standards by the bbNG:genericPage.&lt;/p&gt;
&lt;p&gt;How can I fix this IE=EmulateIE8 tag issue?&amp;nbsp; Prefer to eliminate it if possible, if not how do I override this so the page can display properly?&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Dona&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Getting organization role name using API</title><link>http://forums.edugarage.com/forums/thread/9214.aspx</link><pubDate>Tue, 21 May 2013 02:24:06 GMT</pubDate><guid isPermaLink="false">d85768e7-7f9f-403b-85ac-e5365a9a41b9:9214</guid><dc:creator>Chris Shepard</dc:creator><slash:comments>2</slash:comments><comments>http://forums.edugarage.com/forums/thread/9214.aspx</comments><wfw:commentRss>http://forums.edugarage.com/forums/commentrss.aspx?SectionID=31&amp;PostID=9214</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am trying to obtain the user roles inside an organization.&lt;/p&gt;
&lt;p&gt;I have tried using the OrganizationMembership class in the API.&lt;/p&gt;
&lt;p&gt;However, what I can get is &lt;b&gt;not&lt;/b&gt; organization role name (Leader, Participants, Assistant, Organization Builder, etc),&lt;/p&gt;
&lt;p&gt;but the normal course role name (Instructor, Student, TA, Course Builder).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Anyone can help me on it?&lt;/p&gt;
&lt;p&gt;Thanks a lot.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>