惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
Tailwind CSS Blog
博客园 - Franky
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Y
Y Combinator Blog
Hugging Face - Blog
Hugging Face - Blog
博客园 - 聂微东
L
LangChain Blog
博客园_首页
Recent Announcements
Recent Announcements
月光博客
月光博客
酷 壳 – CoolShell
酷 壳 – CoolShell
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
H
Hackread – Cybersecurity News, Data Breaches, AI and More
爱范儿
爱范儿
博客园 - 叶小钗
博客园 - 【当耐特】
The Cloudflare Blog
J
Java Code Geeks
G
Google Developers Blog
云风的 BLOG
云风的 BLOG
Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
aimingoo的专栏
aimingoo的专栏
A
About on SuperTechFans

博客园 - Michael Zhao

easyWeb2Pic -- 在IE浏览器中,将整个网页保存为BMP, JPEG/JPG, GIF, PNG或者TIFF图片 网页保存利器——easyWebSave介绍 象IE收藏夹那样管理你从Web保存的文档(2) 网页保存利器——easyWebSave介绍 象IE收藏夹那样管理你从Web保存的文档(1) 网页保存利器——easyWebSave介绍 综述 Sharepoint中身份转换问题 Microsoft Sharepoint Service Access 2003 PeopleSoft 客户端安装 MFC ATL/WTL的一个技巧 上网浏览必备利器 -- easy Web Save easy Web Save 有人用过吗?可以把在网页的选择保存成HTML Complete, HTML Text Only, 甚至Word. 感觉挺方便的。 RES Protocol Inno Setup,有人用过吗? 免费的Installer 和 免费的Pascal Script Engine. Creating a Dialog-based App(转载) Unicode-enabling Microsoft C/C++ Source Code(转载) Building Unicode applications in MFC(转载) Int,Float,Char *,CString之间的转换(转载) Adding Entries to the Standard Context Menu(转载 from msdn) 你经常使用Baidu.com吗?
PeopleSoft Intergration Broker 设置及实列
Michael Zhao · 2006-04-10 · via 博客园 - Michael Zhao

Intergration Broker是PeopleSoft用来作集成的一个组件,可以通过它与其他系统方便地的互联。它支持多个默认的connector, 比如FTP, SMTP, FILE, HTTP等。

下面通过几个简单的步骤演示Integration Broker的FILEOUTPUT connector的用法。
准备工作:
1) Load default gateway for Integration Broker:
PeopleTools-->Integration Broker-->Gateways
http://<peoplesoft IP>:<port>/PSIGW/PeopleSoftListeningConnector
2) Configure gateway property. 几个重要的地方
ig.version=1.0
-------------------------------
ig.isc.serverURL=//<ip address>:<jolt port>
ig.isc.userid=<db user id>   # see it from psadmin->application admin->configure see DBUser
ig.isc.password=<encrypted password>
ig.isc.toolsRel=<version>  #8.44
-------------------------------
ig.fileconnector.password=feIOarDl3Ec=     #VP1 encryped password
3) 从命令行
psadmin->Application Server->Administrator a domain->Configure this domain->
   1) Pub/Sub Servers  : Yes
   6) Pc Debugger:         Yes
4) 激活domain
PeopleTools-->Integration Broker-->Gateways->Monitor->Monitor Message
选择Domain Status Tab
active your domain if it's in-active

OK. Let's have the demo from one simple Message

1)在application designer中创建一个Message. Active the message if it's not
2) Enable the message channel for the message
3)编写简单的PeopleCode发布刚创建的消息
4)定义接受文件的节点(node)

PeopleTools-->Integration Broker-->Node Definitions
    a) Add one new node
    b) Select Node Definitions Tab. Check Local Node/Active Node
       Node Type: PIA, Routing Type: Implicit, Authentication Option: Node 
    c) Select Connector Tab
     
5) 创建Integration Point between node you have just created and Domain default local Node
PeopleTools-->Integration Broker-->Integration Point Wizard

最后,通过页面测试是否在指定的目录里生成了ps_ord_form.xml文件。