Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
connect a workflow to DB2
JenStrand
Has anyone ever setup a connection between a workflow to a DB2 database?
The problem I'm having is installing the DB2 drivers because IW-perl does not support PPM for windows. Any help on this is appreciated.
Thanks.
Find more posts tagged with
Comments
nipper
Yea I have done that before, I never used PPM so I am not certain what that was. We had the DB2 client installed on the server and used DBI->connect using ODBC
Bhargav Coca
One way to get around is,
Install "Active Perl" on the TeamSite box
Install the Modules you need under the Active Perl/ Lib directory
Once modules are in place, you can copy them into iw-perl/site/vendor/lib.
Hope this helps.
Thanks