<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Summer&apos;s Blog</title>
    <link rel="alternate" type="text/html" href="http://www.wou.edu/~kerrs/blogs/" />
    <link rel="self" type="application/atom+xml" href="http://www.wou.edu/~kerrs/blogs/atom.xml" />
    <id>tag:www.wou.edu,2009-03-26:/~kerrs/blogs/20</id>
    <updated>2011-06-07T22:35:56Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.23-en</generator>

<entry>
    <title>New blog</title>
    <link rel="alternate" type="text/html" href="http://www.wou.edu/~kerrs/blogs/archives/2011/06/new-blog.html" />
    <id>tag:www.wou.edu,2011:/~kerrs/blogs//20.11316</id>

    <published>2011-06-07T22:35:04Z</published>
    <updated>2011-06-07T22:35:56Z</updated>

    <summary>I set up my new blog here....</summary>
    <author>
        <name></name>
        <uri>http://www.wou.edu/~runyans/blogs</uri>
    </author>
    
        <category term="Misc Work" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-us" xml:base="http://www.wou.edu/~kerrs/blogs/">
        <![CDATA[<p>I set up my new blog <a href="http://summer-at-wou.blogspot.com/">here</a>. </p>]]>
        
    </content>
</entry>

<entry>
    <title>WebLEDS on Windows Server/2008</title>
    <link rel="alternate" type="text/html" href="http://www.wou.edu/~kerrs/blogs/archives/2011/04/webleds-on-wind.html" />
    <id>tag:www.wou.edu,2011:/~runyans/blogs//20.11254</id>

    <published>2011-04-26T21:25:58Z</published>
    <updated>2011-04-26T21:27:40Z</updated>

    <summary>WebLEDS has now been fully tested, and certified, to run on Windows Server 2008, 64-bit O/S. Up to this point, WebLEDS was only runnable on either Windows Server/2000, or Windows Server/2003. If we&apos;re interested in migrating WebLEDS to Windows Server/2008,...</summary>
    <author>
        <name></name>
        <uri>http://www.wou.edu/~runyans/blogs</uri>
    </author>
    
        <category term="Misc Work" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="webleds" label="webleds" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://www.wou.edu/~kerrs/blogs/">
        <![CDATA[<p>WebLEDS has now been fully tested, and certified, to run on Windows Server 2008, 64-bit O/S.  Up to this point, WebLEDS was only runnable on either Windows Server/2000, or Windows Server/2003. </p>

<p>If we're interested in migrating WebLEDS to Windows Server/2008, this will involve a complete reinstallation and reconfiguration of WebLEDS, as well as a custom migration of all existing user data and configurations from our old server to the new. There is a charge for this service. </p>]]>
        
    </content>
</entry>

<entry>
    <title>.preserve_whitespace</title>
    <link rel="alternate" type="text/html" href="http://www.wou.edu/~kerrs/blogs/archives/2011/04/preserve-whites.html" />
    <id>tag:www.wou.edu,2011:/~runyans/blogs//20.11218</id>

    <published>2011-04-13T00:44:36Z</published>
    <updated>2011-04-13T00:52:09Z</updated>

    <summary>Within the Course and Program Request application, we were getting long descriptions with formatting by white space (returns, etc.), but of course, when printed back out, the browser renders all white space as one space. I needed a way to...</summary>
    <author>
        <name></name>
        <uri>http://www.wou.edu/~runyans/blogs</uri>
    </author>
    
        <category term="Programming" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-us" xml:base="http://www.wou.edu/~kerrs/blogs/">
        <![CDATA[<p>Within the Course and Program Request application, we were getting long descriptions with formatting by white space (returns, etc.), but of course, when printed back out, the browser renders all white space as one space.  I needed a way to preserve the white space when rendering without changing the font type and came across some style code that will work across all browsers:<br />
{<br />
  white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */<br />
  white-space: -pre-wrap; /* Opera 4 - 6 */<br />
  white-space: -o-pre-wrap; /* Opera 7 */<br />
  white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */<br />
  word-wrap: break-word; /* IE 5.5+ */<br />
}</p>

<p>I've added the code to wou_util.css as .preserve_whitespace class.  The way I've used it in my program is such:</p>

<p>&lt;span class=".preserve_whitespace"&gt; '||db_object||' &lt;/span &gt;</p>

<p>wou_util.css is called in wou_util.pawprint.header, so anything using this template will have the class included.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Connections Class #3</title>
    <link rel="alternate" type="text/html" href="http://www.wou.edu/~kerrs/blogs/archives/2011/03/connections-cla.html" />
    <id>tag:www.wou.edu,2011:/~runyans/blogs//20.11167</id>

    <published>2011-03-16T19:04:55Z</published>
    <updated>2011-03-17T20:10:59Z</updated>

    <summary>I went the the third Connections class put on my HR. I&apos;ve been taking them all out of order due to my schedule, so I&apos;ve taken Class #2 &amp; #3, and I&apos;ll take Class #1 next week, and then I&apos;ll...</summary>
    <author>
        <name></name>
        <uri>http://www.wou.edu/~runyans/blogs</uri>
    </author>
    
        <category term="Staff Development" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-us" xml:base="http://www.wou.edu/~kerrs/blogs/">
        <![CDATA[<p>I went the the third Connections class put on my HR.  I've been taking them all out of order due to my schedule, so I've taken Class #2 & #3, and I'll take Class #1 next week, and then I'll be done :)</p>

<p>These classes have been quite interesting.  The best part of this last class has been about defusing difficult situations.  Being kind and smile and restate the problem.  Apologize for the situation or apologize blamelessly - do not fault find or try to blame someone else.  And then solve the problem.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Scrum</title>
    <link rel="alternate" type="text/html" href="http://www.wou.edu/~kerrs/blogs/archives/2011/02/scrum-1.html" />
    <id>tag:www.wou.edu,2011:/~runyans/blogs//20.11101</id>

    <published>2011-02-01T23:57:20Z</published>
    <updated>2011-02-02T00:12:31Z</updated>

    <summary>Last week seemed to be taken up with a lot of error fixes with CPR. First, the archives pages does not take into account if a change requester leaves/retires from WOU and is no longer in the directory. When it...</summary>
    <author>
        <name></name>
        <uri>http://www.wou.edu/~runyans/blogs</uri>
    </author>
    
        <category term="Banner" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Programming" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="coursechangerequest" label="Course change request" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="cpr" label="CPR" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="scholarship" label="scholarship" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="scrum" label="scrum" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://www.wou.edu/~kerrs/blogs/">
        <![CDATA[<p>Last week seemed to be taken up with a lot of error fixes with CPR.  First, the archives pages does not take into account if a change requester leaves/retires from WOU and is no longer in the directory.  When it would attempt to list that request, it would crash the page.  I believe this was also causing the Job that runs the ucs.email program every night to fail as well.  I've decided to list the request and requester, without attempting to go out and find the department and division associated with the requester.  This will still keep the information on the request, without crashing the program.</p>

<p>I then received an email from Ross yesterday that the email job is crashing again for a different reason.  I couldn't duplicate the error in testing, so I changed a couple lines of code and am hoping for the best.  I've asked Ross to keep an eye on the job and see if that fixed it.  </p>

<p>I've also started on the Scholarship application.  The application part is fairly straight forward, but verifying that the student has already applied before filling out the application can be tricky if they did not apply for admissions on line, or their paper application has not been loaded into Banner yet.</p>

<p>I was also wondering how we would reconcile the admin/review part for the app with online _and_ paper applications to review together.</p>

<p>Next week I'll be finishing the new archive page for CPR, as well as getting the scholarship app ready for first round of testing.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Scrum</title>
    <link rel="alternate" type="text/html" href="http://www.wou.edu/~kerrs/blogs/archives/2011/01/scrum.html" />
    <id>tag:www.wou.edu,2011:/~runyans/blogs//20.11067</id>

    <published>2011-01-19T01:07:26Z</published>
    <updated>2011-01-19T01:15:15Z</updated>

    <summary>Last week I was sick for most of it, so I was not able to get a lot done. I did drive down last Tuesday for my meeting for the new online scholarship application, and then drove back home. I...</summary>
    <author>
        <name></name>
        <uri>http://www.wou.edu/~runyans/blogs</uri>
    </author>
    
        <category term="Programming" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="scrum" label="scrum" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://www.wou.edu/~kerrs/blogs/">
        <![CDATA[<p>Last week I was sick for most of it, so I was not able to get a lot done.  I did drive down last Tuesday for my meeting for the new online scholarship application, and then drove back home.  I did work on the Application initiation document and on CPR issues that are still popping up:</p>

<p>"...<br />
Notice on the form it (correctly) says:</p>

<p>1. Give a summary of the proposed revisions with rationale/evidence for each.*<br />
Attach a cover letter (1 - 2 pages, maximum 500 words) explaining the big picture, reasons for the proposed changes and the students and programs affected.<br />
2. Give the current catalog description (specify catalog date and page numbers).<br />
Give the proposed catalog description:</p>

<p>Notice on the version that moves forward, it  (incorrectly) says:<br />
1. Describe the proposed degree program change(s) in terms of how the changes differ from the program as currently approved and published in the latest WOU catalog (specify the latest catalog date).<br />
2. Describe the reasons for making this change:</p>

<p>The submitted form shows the old version.<br />
...<br />
Other Portal Errors<br />
...<br />
**Notice on P00601 it says that Shaun Huston is the Library Dean in the approver list, so that is not functioning correctly."</p>

<p>I was able to fix most of these issues and  then noticed some other issues that were not listing dealing with the New Program option that I fixed as well.  The only issue I have left is why some requests for step 3.5 are the same as step 3, instead of having the library dean approve that step.  I found the code that does this, but have no idea why, so I'm working on that before I make any changes.</p>

<p>Next week I'll finish the application initiation document for the scholarship app and get started on that.</p>

<p>Issues: I've noticed a number of undergraduate applications that have gotten "lost", that I found to have the graduate app indicator marked, so they no longer show up in the pending list.  I have no idea how this is happening, so I'm going to have to figure out what's going on with this.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Happy New Year!</title>
    <link rel="alternate" type="text/html" href="http://www.wou.edu/~kerrs/blogs/archives/2011/01/happy-new-year.html" />
    <id>tag:www.wou.edu,2011:/~runyans/blogs//20.11030</id>

    <published>2011-01-04T22:35:59Z</published>
    <updated>2011-01-04T22:52:38Z</updated>

    <summary>Back to work in the new year. Though it&apos;s been a chilly couple weeks, I have to admit, I like this better than rain, but that&apos;s soon to be back. After time off, there&apos;s always a list of issues or...</summary>
    <author>
        <name></name>
        <uri>http://www.wou.edu/~runyans/blogs</uri>
    </author>
    
        <category term="Banner" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Misc Work" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Programming" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="admissions" label="admissions" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="application" label="application" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="international" label="international" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="scholarship" label="scholarship" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="wireless" label="wireless" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://www.wou.edu/~kerrs/blogs/">
        <![CDATA[<p>Back to work in the new year.  Though it's been a chilly couple weeks, I have to admit, I like this better than rain, but that's soon to be back.</p>

<p>After time off, there's always a list of issues or problems that have occurred that need to be addressed.  So far, here's my list:</p>

<p>  - Classroom services request form was throwing errors on submit.  Come to find out, it was still using cougar as the mail server.  I changed that to outgoing, and then the utl_smtp.helo server to ora.wou.edu.  That fixed it, so I did a search on all the code for cougar and changed any place it was used for the mail server, I changed it to outgoing and recompiled.</p>

<p>  - The International admissions application is now complete and live.  I've changed all the links from the old online application to the new one and also went through and changed the links for the pdf version to the newest one wherever I could find it.</p>

<p>  - The graduate admin application to view admissions apps was the same as the one for the undergraduate admin, so I made some modifications to it to more reflect the different process the grad office uses for applications.</p>

<p>  - I've gotten two reports that graduate applicants are having a problem inputting their address information.  One was second hand email, and I couldn't duplicate it, but the second called and I logged in as her and put in the exact information she was trying and it worked fine.  She was using the same browser (Firefox) as well, so I'm not sure what's going on there.  I'll just have to keep an eye on it.</p>

<p>  - I received an email about  a new process for CPR (Course and Program Request) for adding a Writing Intensive Committee.  I'm not quite sure how that's going to work, so I'll need to meet with Ellis before I proceed.</p>

<p>  - The scholarship application meeting will be next week, which I'm actually looking forward to.  I need a new project.</p>

<p>  - For the rest of this week, I'm going to attempt to figure out what is going on with the application to banner process.  That has just been a nightmare from the beginning, but I hope to have it fixed soon.  I know those at the admissions office would be happy to have that fixed.</p>

<p>  - Richard told me that some students were still going into the wireless app to "sign up" for wireless service, even though they no longer need to do this, and it's throwing an error.  I'm going to do a usertype check and just not let students get that far anymore.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Winding down to vacation</title>
    <link rel="alternate" type="text/html" href="http://www.wou.edu/~kerrs/blogs/archives/2010/12/winding-down-to.html" />
    <id>tag:www.wou.edu,2010:/~runyans/blogs//20.11028</id>

    <published>2010-12-22T00:20:35Z</published>
    <updated>2010-12-22T00:32:39Z</updated>

    <summary>Since I&apos;ll be on vacation starting tomorrow, I thought I would try to get as much wrapped up beforehand. I&apos;ve managed to make all final requested changes to the international application for admissions and have sent it back for final...</summary>
    <author>
        <name></name>
        <uri>http://www.wou.edu/~runyans/blogs</uri>
    </author>
    
        <category term="Programming" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="admissions" label="admissions" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="application" label="application" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="clm" label="CLM" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="cpr" label="CPR" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="international" label="international" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://www.wou.edu/~kerrs/blogs/">
        <![CDATA[<p>Since I'll be on vacation starting tomorrow, I thought I would try to get as much wrapped up beforehand.  I've managed to make all final requested changes to the international application for admissions and have sent it back for final review.  That should be in production starting after the new year!  </p>

<p>I've also updated a lot of the code for CPR (Course and Program Request).  Some of it was stream-lining code, some fixing errors, and adding new code.  One of the major new additions to the Course Request side is the ability to re-population a request with the data from a previous request.  I've managed to test successfully with a new course, drop course, and change course with all information showing up in the form to edit. I think it makes a great addition to the process.  Next I'm going to work on the same process for Program Requests.</p>

<p>I was asked to add a procedure for Registrar once a request was approved as a check list so they can make sure they have everything changed, but I haven't heard back.  Very well could be on vacation, so I will attempt contact after the new year.</p>

<p>I received an email after the db migration from Huber about the echeck process (CLM) that the job was not running.  Apparently there was a broken db connection after the move and once that was fixed, the job was able to restart and it appears to be working again without problem.</p>]]>
        
    </content>
</entry>

<entry>
    <title>International Application</title>
    <link rel="alternate" type="text/html" href="http://www.wou.edu/~kerrs/blogs/archives/2010/12/international-a-2.html" />
    <id>tag:www.wou.edu,2010:/~runyans/blogs//20.11012</id>

    <published>2010-12-15T01:26:33Z</published>
    <updated>2010-12-15T01:28:08Z</updated>

    <summary>I&apos;ve finished all the changes needed to the International application for admissions and finished the admin side to reflect all changes. Sent to international for final testing. Yeah!...</summary>
    <author>
        <name></name>
        <uri>http://www.wou.edu/~runyans/blogs</uri>
    </author>
    
        <category term="Programming" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-us" xml:base="http://www.wou.edu/~kerrs/blogs/">
        <![CDATA[<p>I've finished all the changes needed to the International application for admissions and finished the admin side to reflect all changes.  Sent to international for final testing.  Yeah!</p>]]>
        
    </content>
</entry>

<entry>
    <title>WebLeds</title>
    <link rel="alternate" type="text/html" href="http://www.wou.edu/~kerrs/blogs/archives/2010/12/webleds.html" />
    <id>tag:www.wou.edu,2010:/~runyans/blogs//20.10998</id>

    <published>2010-12-08T23:48:40Z</published>
    <updated>2010-12-08T23:51:39Z</updated>

    <summary>I got a call on Monday morning from Nathan that the WebLeds server that we have on burns was down. Upon restarting the services, I called Joe back at leds to confirm that everything was working again, and he informed...</summary>
    <author>
        <name></name>
        <uri>http://www.wou.edu/~runyans/blogs</uri>
    </author>
    
        <category term="Security" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="security" label="security" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="webleds" label="webleds" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://www.wou.edu/~kerrs/blogs/">
        <![CDATA[<p>I got a call on Monday morning from Nathan that the WebLeds server that we have on burns was down.  Upon restarting the services, I called Joe back at leds to confirm that everything was working again, and he informed me that the services need to be restarted every Monday morning - most likely due to the way we have our server set up. </p>

<p>I've now worked with Brian to set up a cron to run the restart of the services needed for webleds to run.  It will now run Monday mornings at 6am and hopefully should not interfere with usage.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Ajax delete</title>
    <link rel="alternate" type="text/html" href="http://www.wou.edu/~kerrs/blogs/archives/2010/09/ajax-delete.html" />
    <id>tag:www.wou.edu,2010:/~runyans/blogs//20.10872</id>

    <published>2010-09-29T00:30:17Z</published>
    <updated>2010-09-29T00:34:51Z</updated>

    <summary>So I was working on the International Admissions Application, and I realized that I didn&apos;t have an option for an applicant to delete a school they&apos;ve entered. In previous applications, I had to open another window, do the delete in...</summary>
    <author>
        <name></name>
        <uri>http://www.wou.edu/~runyans/blogs</uri>
    </author>
    
        <category term="Programming" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-us" xml:base="http://www.wou.edu/~kerrs/blogs/">
        <![CDATA[<p>So I was working on the International Admissions Application, and I realized that I didn't have an option for an applicant to delete a school they've entered.  In previous applications, I had to open another window, do the delete in that, and then reload the current page.  I decided this time to use ajax.  What a difference.  I have all the schools an applicant has entered in a list with an x next to each one to delete.  When it deletes, it makes a remote call to another procedure that will remove it from the database and removes the div with that school's info in it.  It's pretty sweet.  </p>

<p>I found the base code here: http://papermashup.com/jquery-ajax-delete/<br />
Make sure you read the last comment, because I didn't and it took me an hour to figure out why the style was all jacked.  The download code needs to have:</p>

<p>div.clear {<br />
  clear: both;<br />
}</p>

<p>in the style.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Course and Program Request Chair Update</title>
    <link rel="alternate" type="text/html" href="http://www.wou.edu/~kerrs/blogs/archives/2010/09/course-and-prog.html" />
    <id>tag:www.wou.edu,2010:/~runyans/blogs//20.10871</id>

    <published>2010-09-29T00:27:31Z</published>
    <updated>2010-09-29T00:29:53Z</updated>

    <summary>I was able to complete the section for the course and program request application to allow particular people to update and manage all the division and department chairs. I was able to get all the division secretaries added to the...</summary>
    <author>
        <name></name>
        <uri>http://www.wou.edu/~runyans/blogs</uri>
    </author>
    
        <category term="Programming" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Security" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-us" xml:base="http://www.wou.edu/~kerrs/blogs/">
        <![CDATA[<p>I was able to complete the section for the course and program request application to allow particular people to update and manage all the division and department chairs.  I was able to get all the division secretaries added to the portal security to access the page and put them into a table that specifies which division they are a part of so they can only manage those chairs.</p>]]>
        
    </content>
</entry>

<entry>
    <title>CLM</title>
    <link rel="alternate" type="text/html" href="http://www.wou.edu/~kerrs/blogs/archives/2010/08/clm.html" />
    <id>tag:www.wou.edu,2010:/~runyans/blogs//20.10801</id>

    <published>2010-08-31T21:56:14Z</published>
    <updated>2010-08-31T22:11:54Z</updated>

    <summary>So I got an email from Mike Huber stating: &quot;Starting the 28th of August Dona Vasas has noticed that she is getting two batch files instead of just one each day for CLM. I am wondering if maybe the test...</summary>
    <author>
        <name></name>
        <uri>http://www.wou.edu/~runyans/blogs</uri>
    </author>
    
        <category term="Banner" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Misc Work" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Programming" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="aero" label="aero" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="clm" label="clm" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="dbms_jobs" label="dbms_jobs" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="ora" label="ora" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="oracle" label="oracle" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="testinstance" label="test instance" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://www.wou.edu/~kerrs/blogs/">
        <![CDATA[<p>So I got an email from <a href="http://wou.edu/~huberm/blogs/">Mike Huber</a> stating:<br />
<div style="font: 'Courier New', Courier, monospace"><p><br />
"Starting the 28th of August Dona Vasas has noticed that she is getting two batch files instead of just one each day for CLM.  I am wondering if maybe the test instance could have the job running that produces these files. I can't remember what schema you built this under and wouldn't remember the password anyway so I need you to check on this.<br />
</p><p><br />
Also she mentioned that the files for the 28th and 29th were empty.  She normally doesn't get a file if there are no records in it and the file for the 30th had records for the 27th and 28th and that doesn't normally happen either.  So something weird is going on with this."</p></div><br />
I remembered the clm procedure was under echeck.clmbatch, but I don't remember the password or why it would stop working correctly, as I haven't touch it in years.  We did some digging and found the dbms_job on aero that was running the procedure, which was still working.  Mike then thought about our new test instance, up since late last week.  Apparently the job was imported all too successfully into the test instance and was running there as well, but pointing back to production tables, thereby causing errors.</p>

<p><br />
<a href="http://www.wou.edu/~rossm/blogs/">Mike Ross</a> was able to kill the job running on ora (the test instance) and we'll be able to test again tomorrow when the job runs again (on production) to make sure everything is working correctly.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Updated Graduate Application</title>
    <link rel="alternate" type="text/html" href="http://www.wou.edu/~kerrs/blogs/archives/2010/08/updated-graduat.html" />
    <id>tag:www.wou.edu,2010:/~runyans/blogs//20.10763</id>

    <published>2010-08-18T01:35:03Z</published>
    <updated>2010-08-18T01:38:35Z</updated>

    <summary>The graduate paper application has some new changes and therefore needed to be propagated to the online application. They wanted a new program, asked how they heard about WOU, and asked if they are interested in graduate assistantship. I was...</summary>
    <author>
        <name></name>
        <uri>http://www.wou.edu/~runyans/blogs</uri>
    </author>
    
    <category term="admissions" label="admissions" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="application" label="application" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="graduate" label="graduate" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="updates" label="updates" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://www.wou.edu/~kerrs/blogs/">
        <![CDATA[<p>The graduate paper application has some new changes and therefore needed to be propagated to the online application.  They wanted a new program, asked how they heard about WOU, and asked if they are interested in graduate assistantship.  I was able to change everything, and made sure all answer were visible on the admin side to view the app once it's submitted.  I also took the new pdf application that Linda sent me and made sure it was linked off application page - http://www.wou.edu/apply.  Previously, the graduate paper application was a broken link.</p>]]>
        
    </content>
</entry>

<entry>
    <title>International Admissions Application</title>
    <link rel="alternate" type="text/html" href="http://www.wou.edu/~kerrs/blogs/archives/2010/08/international-a-1.html" />
    <id>tag:www.wou.edu,2010:/~runyans/blogs//20.10762</id>

    <published>2010-08-18T01:30:02Z</published>
    <updated>2010-08-18T01:34:04Z</updated>

    <summary>The application has gotten a good start so far. I was able to rough out the registration/user creation, login, menu and all the sections of the application. I&apos;m using the pawprint template and the box for the menu tables. I&apos;ve...</summary>
    <author>
        <name></name>
        <uri>http://www.wou.edu/~runyans/blogs</uri>
    </author>
    
    <category term="admissions" label="admissions" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="application" label="application" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="international" label="international" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="ldap" label="ldap" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="security" label="security" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-us" xml:base="http://www.wou.edu/~kerrs/blogs/">
        <![CDATA[<p>The application has gotten a good start so far.  I was able to rough out the registration/user creation, login, menu and all the sections of the application.  I'm using the pawprint template and the box for the menu tables.  I've also got the security set for the login, but I still want to flush out the password issue for non-ldap users with Ellis before I'm done.  We had discussed assigning a password and sending it to their email address, and then forcing password change the first time they log in.  We may also want to have this all proceduralized so it's the same for all non-ldap forms that require login.</p>]]>
        
    </content>
</entry>

</feed>

