<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Mike S. Blog</title>
<link>http://www.wou.edu/~soukupm/blogs/</link>
<description></description>
<language>en</language>
<copyright>Copyright 2012</copyright>
<lastBuildDate>Fri, 03 Feb 2012 14:50:51 -0800</lastBuildDate>
<generator>http://www.movabletype.org/?v=4.23-en</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs> 


<item>
<title>Mods - hris32,PZRDUES,SWBXCOT</title>
<description><![CDATA[<p>I made some modifications this week to a few scripts/programs.</p>

<p>HRIS32 - added some logic to not insert a record if there is a record with the same effective date to avoid constraint errors.<br />
PZRDUES - added 'U2C','U2D','UDA' codes to the classified report.<br />
SWBXCOT - added logic so it accepts lowercase "v" for vnumbers.</p>]]></description>
<link>http://www.wou.edu/~soukupm/blogs/archives/2012/02/mods_-_hris32pz.html</link>
<guid>http://www.wou.edu/~soukupm/blogs/archives/2012/02/mods_-_hris32pz.html</guid>
<category>Banner</category>
<pubDate>Fri, 03 Feb 2012 14:50:51 -0800</pubDate>
</item>

<item>
<title>Degreeworks - Misc logins</title>
<description><![CDATA[<p>I was able to create a generic login in Degreeworks by copying an existing account and modifying these fields:<br />
shp_access_id - put the new login name here<br />
shp_box_id - put the new login name here<br />
unique_id - use a low number because this comes from a sequence number<br />
unique_key - copy from existing account and change one digit,<br />
shp_access_code - new password</p>]]></description>
<link>http://www.wou.edu/~soukupm/blogs/archives/2012/02/degreeworks_-_m.html</link>
<guid>http://www.wou.edu/~soukupm/blogs/archives/2012/02/degreeworks_-_m.html</guid>
<category>Misc</category>
<pubDate>Fri, 03 Feb 2012 14:43:35 -0800</pubDate>
</item>

<item>
<title>Degreeworks</title>
<description><![CDATA[<p>I spent some time this week looking at the Degreeworks documentation. There's some scripts in the degreeworks_home/local/sql directory that we can use to configure which students and staff have degreeworks logins. There's also a way to load in individual logins from a text files. When we go to production, we won't need to worry about creating individual logins because we can setup the system to use Banner self service to authenticate users.</p>]]></description>
<link>http://www.wou.edu/~soukupm/blogs/archives/2012/01/degreeworks.html</link>
<guid>http://www.wou.edu/~soukupm/blogs/archives/2012/01/degreeworks.html</guid>
<category>Misc</category>
<pubDate>Fri, 27 Jan 2012 15:40:15 -0800</pubDate>
</item>

<item>
<title>Leave accrual - non-standard updates</title>
<description><![CDATA[<p>I finished my non-standard update scripts and ran them in production on 1/24/12. After running the scripts, some leave accrual balances were still incorrect. I spoke with Payroll and found out that the leave accruals were off by a month. The leave in Banner is always off by a month. For example, when we run leave accruals for January, the leave data is actually from December but it posts in Banner as January leave. I ended up rerunning the non-standard updates again and posted them to the correct month.</p>]]></description>
<link>http://www.wou.edu/~soukupm/blogs/archives/2012/01/leave_accrual_-_1.html</link>
<guid>http://www.wou.edu/~soukupm/blogs/archives/2012/01/leave_accrual_-_1.html</guid>
<category>Banner</category>
<pubDate>Fri, 27 Jan 2012 15:25:47 -0800</pubDate>
</item>

<item>
<title>Leave accruals - non-standard updates</title>
<description><![CDATA[<p>I've been working on two scripts to do a non-standard update to the leave accrual tables in Banner: perleav,phraccr,perlhis. A lot of employee's leave accruals are inaccurate in Banner so I'm going to reload all of the leave accrual data from spreadsheets from the Payroll office starting from July 2011. The first script will reset all of the prior balances back to July's beginning balance and zero out the used and accrued leave. The second script will reload all of the month to month leave accrual data.</p>]]></description>
<link>http://www.wou.edu/~soukupm/blogs/archives/2012/01/leave_accruals.html</link>
<guid>http://www.wou.edu/~soukupm/blogs/archives/2012/01/leave_accruals.html</guid>
<category>Banner</category>
<pubDate>Fri, 20 Jan 2012 15:15:32 -0800</pubDate>
</item>

<item>
<title>Leave Accrual - PZPLEAV</title>
<description><![CDATA[<p>I rewrote the leave accrual loading process in perl so it's easier for us developers to run. I added some new columns to the table pwbleav (temp table for holding the leave accrual data). The new columns are furlough and special leave:<br />
pwbleav_furl_prior, <br />
pwbleav_furl_used, <br />
pwbleav_furl_acc, <br />
pwbleav_furl_bal, <br />
pwbleav_extr_prior, <br />
pwbleav_extr_used, <br />
pwbleav_extr_acc, <br />
pwbleav_extr_bal</p>]]></description>
<link>http://www.wou.edu/~soukupm/blogs/archives/2012/01/leave_accrual_-.html</link>
<guid>http://www.wou.edu/~soukupm/blogs/archives/2012/01/leave_accrual_-.html</guid>
<category>Banner</category>
<pubDate>Fri, 20 Jan 2012 15:05:03 -0800</pubDate>
</item>

<item>
<title>TWBKLOGN mod</title>
<description><![CDATA[<p>I made some changes to TWBKLOGN so that it redirects back to the portal even if an ldap exception occurs. This package was also missing the http_header_close statement when it encounters an exception so I added that. I created a table to capture errors (wtailor.web_error). This can be used to debug any login problems via the portal.</p>]]></description>
<link>http://www.wou.edu/~soukupm/blogs/archives/2012/01/twbklogn_mod.html</link>
<guid>http://www.wou.edu/~soukupm/blogs/archives/2012/01/twbklogn_mod.html</guid>
<category>Banner</category>
<pubDate>Fri, 13 Jan 2012 15:28:30 -0800</pubDate>
</item>

<item>
<title>TSRCBIL Mod</title>
<description><![CDATA[<p>I made some changes to TSRCBIL (student bills) and modified the OMR Pitney mark code. Neopost notified the business office that our Pitney mark is not correct and the line needs to be 0.708mm thick. We had it set to a thickness of 1mm. I saved a copy of the Hp-GL/2 reference guide on my public_html folder just in case I need to make changes in the future. The guide is named HPGL2-RTL_ReferenceGuide.pdf.</p>]]></description>
<link>http://www.wou.edu/~soukupm/blogs/archives/2012/01/tsrcbil_mod.html</link>
<guid>http://www.wou.edu/~soukupm/blogs/archives/2012/01/tsrcbil_mod.html</guid>
<category>Banner</category>
<pubDate>Fri, 13 Jan 2012 15:16:02 -0800</pubDate>
</item>

<item>
<title>Grade change request - changing email address</title>
<description><![CDATA[<p>To change the email address for the Division admin, look in the package code for wou_grade_chg and search for @wou.edu and replace it with the new division admin's email address. There should be two entries that will need to be changed in the code. Also make sure to change the Vnumber and pidm in the table regis_grdchg_div.</p>]]></description>
<link>http://www.wou.edu/~soukupm/blogs/archives/2012/01/grade_change_re.html</link>
<guid>http://www.wou.edu/~soukupm/blogs/archives/2012/01/grade_change_re.html</guid>
<category>Misc</category>
<pubDate>Tue, 03 Jan 2012 14:11:31 -0800</pubDate>
</item>

<item>
<title>Non-standard update fro TZREDRG</title>
<description><![CDATA[<p>I did a non-standard update for the table TZREDRG (a custom table that holds information about whether a student is setup at the bank for e-disburse). Some students were incorrectly flagged as ready to receive disbursements when they actually were not setup at the bank. I changed these students back to a status of "SENT".</p>]]></description>
<link>http://www.wou.edu/~soukupm/blogs/archives/2012/01/non-standard_up_4.html</link>
<guid>http://www.wou.edu/~soukupm/blogs/archives/2012/01/non-standard_up_4.html</guid>
<category>Misc</category>
<pubDate>Tue, 03 Jan 2012 14:04:37 -0800</pubDate>
</item>

<item>
<title>Vacation</title>
<description><![CDATA[<p>I'm on vacation for the next two weeks. ;)</p>]]></description>
<link>http://www.wou.edu/~soukupm/blogs/archives/2011/12/vacation_3.html</link>
<guid>http://www.wou.edu/~soukupm/blogs/archives/2011/12/vacation_3.html</guid>
<category>Misc</category>
<pubDate>Thu, 15 Dec 2011 14:18:20 -0800</pubDate>
</item>

<item>
<title>Payroll Timesheets - clearing out the table</title>
<description><![CDATA[<p>If you run into too many errors when running the final step in payroll timesheets (pzpmtim), you'll want to delete all of the rows from the table PHRMTIM first before you reload the payroll rosters.</p>]]></description>
<link>http://www.wou.edu/~soukupm/blogs/archives/2011/12/payroll_timeshe.html</link>
<guid>http://www.wou.edu/~soukupm/blogs/archives/2011/12/payroll_timeshe.html</guid>
<category>Banner</category>
<pubDate>Wed, 14 Dec 2011 14:25:27 -0800</pubDate>
</item>

<item>
<title>SZRFRPT - repeated courses</title>
<description><![CDATA[<p>I added first name and last name to the report SZRFRPT (repeated courses listing for financial aid).</p>]]></description>
<link>http://www.wou.edu/~soukupm/blogs/archives/2011/12/szrfrpt_-_repea.html</link>
<guid>http://www.wou.edu/~soukupm/blogs/archives/2011/12/szrfrpt_-_repea.html</guid>
<category>Banner</category>
<pubDate>Tue, 13 Dec 2011 14:20:40 -0800</pubDate>
</item>

<item>
<title>Real time class availability for DEP</title>
<description><![CDATA[<p>I duplicated the real time class availability for the Division of Extended Programs so that they can have their own classes listed (without all of the other departments). This will make it easier for students to find Extended Programs specific classes.</p>]]></description>
<link>http://www.wou.edu/~soukupm/blogs/archives/2011/06/real_time_class_1.html</link>
<guid>http://www.wou.edu/~soukupm/blogs/archives/2011/06/real_time_class_1.html</guid>
<category>Misc</category>
<pubDate>Fri, 10 Jun 2011 15:16:23 -0800</pubDate>
</item>

<item>
<title>Workflow</title>
<description><![CDATA[<p>We have a test and production workflow server setup so I started testing the functionality this week. I ran into a bit of a snag because I couldn't get the workflow modeler to work. I kept getting an error message about unsigned resources in java. I tried importing the SSL certificate from OUS but that didn't solve the problem. I tried reinstalling java but that also did not solve it. I went into the java control panel to clear out the cache and I noticed that caching was disabled. I enabled it and tried workflow modeler again and the modeler worked. Apparently, this must be enable to import the SSL certificate.</p>]]></description>
<link>http://www.wou.edu/~soukupm/blogs/archives/2011/06/workflow.html</link>
<guid>http://www.wou.edu/~soukupm/blogs/archives/2011/06/workflow.html</guid>
<category>Misc</category>
<pubDate>Fri, 10 Jun 2011 14:59:22 -0800</pubDate>
</item>


</channel>
</rss>
