2013年1月29日 星期二

JDE - P01RS01 Configuration Utilities



建立 JDE menu時,除了手動作業,還可以使用excel先編輯目錄結構,然後用P-program來做批 次處理。


P01RS01 Configuration Utilities 可以批次處理(export/import)task view and task
會呼叫P01RS002 Pre-Configuration Task View

但要小心,有些不明的規則隱藏在這些程式後端,譬如create new task view and import from excel file,P01RS002會在F00950中,新增一筆action security,讓*PUBLIC, *ALL 都無法change。
要特別注意。




JDE - Processing Option and Data Selection Security


針對特定user開放修改 processing option





2013年1月23日 星期三

Agile - 將LDAP user轉為local認證,同時將密碼reset


update agileuser a set
a.auth_src='AGILE_DB',
a.guid=null,
a.login_pwd='37NVDUC0INA5N9OG6LRP0P8V9VR3DST0'
where a.auth_src like 'LDAP_%'

2013年1月3日 星期四

Oracle Linux - 在Linux Server上面設定網路印表機


關於在Linux Server上面設定網路印表機,可以參考鳥哥的文章。

印表機對於linux server 的支援度: http://www.openprinting.org/printers

http://linux.vbird.org/linux_basic/0610hardware.php#cups

只要你購買的印表機有支援 postscript ,那麼安裝起來應該是很輕鬆的才是。我們在上面提到的印表機支援網站中, 裡面的驅動程式很多就是 postscript 印表機描述檔案 (Postscript Printer Description)

這些列印的 PPD 驅動程式檔放在哪裡呢?其實就放在 /usr/share/cups/model/ 底下

以下透過socket, IPP, SMB三種方式來實作Linux server下的網路印表機,都可以工作的很好。

實作環境:
OS: Oracle Linux 5.5  Hostname: testdb3
Printer: Epson AL M2310  Pirnter Name:

實作步驟:
1. 在下列網址download ppd file for Epson M2310
http://www.openprinting.org/driver/eplaser

2. 在testdb3上面透過socket的方式,並搭配M2310 ppd file --> 可以成功的列印





3. 在testdb3上面透過ipp的方式,並搭配M2310 ppd file --> 可以成功的列印



4. 在testdb3上面透過samba的方式,並搭配M2310 ppd file --> 可以成功的列印


http://foo2zjs.rkkda.com/
cp -p HP-LaserJet_Pro_P1606dn.ppd /etc/cups/ppd


曾經設定過的印表機:
Epson AcuLaser M2310
HP Color LaserJet 2605dn
HP LaserJet 1606dn