Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Integration / Customization
IPA/ProcessFlow
Transformation Extenders with Windows 2008 64 bit
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
jkramer
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5243
People Online:
Visitors:
156
Members:
0
Total:
156
Online Now:
New Topics
S3 Systems Administration
Lawson Security Admin (LSA) - Securing Print Manager to self only
10/24/2025 6:27 PM
Looking for someone who would be willing to share
Lawson Add-Ins for Microsoft Office
Lawson Add-in
9/30/2025 6:51 PM
I am looking for a Lawson Add-ins query to add new
Lawson S3 Procurement
Anyone getting PO 0000 not found for company error in PO23?
9/30/2025 2:45 AM
Anyone getting PO 0000 not found for company error
Lawson Add-Ins for Microsoft Office
PO20 - Cancel PO via Add-in
9/25/2025 8:03 PM
Is it possible to cancel PO's using add-ins? I
S3 Systems Administration
S3 Payroll - PayStubs
9/18/2025 6:58 PM
Looking for a reliable solution to streamline the
S3 Systems Administration
Quick Access report
8/25/2025 7:17 PM
Looking for a good way to see who has access Lawso
S3 Customization/Development
LP01 hiding a PTO plan from the list
8/13/2025 4:44 PM
Hi all. is there a way to hide a specific PTO&n
Lawson Business Intelligence/Reporting/Crystal
GLTrans - PO Line/MAInvdtl
8/6/2025 6:13 PM
Hello, we have an existing tabular model for fina
IPA/ProcessFlow
Retrieving GUID from InforOS
7/25/2025 2:22 AM
Hello everyone, I was wondering if there is a way
IPA/ProcessFlow
IPA for forwarding cost messages (MA64/MA66.3)
7/23/2025 6:07 PM
When a buyer has an invoice cost message where the
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1377
Roger French
1315
mark.cook
1244
Chesca
1042
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Search
Advanced Search
Topics
Posts
Prev
Next
Forums
Integration / Customization
IPA/ProcessFlow
Transformation Extenders with Windows 2008 64 bit
Please
login
to post a reply.
14 Replies
0
Subscribed to this topic
52 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
kdcoate
New Member
Posts: 0
9/14/2010 1:06 PM
Has anyone upgraded to LSF 9.0.1.6 using Windows 2008 R2 with the Transformation Extenders (Mercator/DataStage replacement)? We have not been successful in getting ProcessFlow to call TE when installed on the server (can't make the 64 bit call) and we're being told by Lawson that we need to install TE on a 32 bit PC and call it remotely. Before I go that route, I'd love to know if anyone has implemented this without a remote PC. Thanks!
Jimmy Chiu
Veteran Member
Posts: 641
9/14/2010 1:28 PM
Split
Just finished installing WebSphereTE8.2 on my development lawson 64bit windows 2008 R2 server (local install). Spent a day to troubleshoot testgroupBCI and the fileclient smoketest issues. Finally got it working and passed both tests. What error you run into?
kdcoate
New Member
Posts: 0
9/14/2010 1:32 PM
Split
Have you been able to run a ProcessFlow that actually calls TE?
Jimmy Chiu
Veteran Member
Posts: 641
9/14/2010 1:38 PM
Split
Can't load IA 32 bit dll (which it's calling to the TEinstalldir\dxtxjpi.dll) on a AMD 64 bit platform, does it look familiar?
kdcoate
New Member
Posts: 0
9/14/2010 1:41 PM
Split
Yes - that would be the error! Have you resolved this already?
Jimmy Chiu
Veteran Member
Posts: 641
9/14/2010 1:48 PM
Split
Yes. Solved it on my own. Still have a case open with Lawson after they switched 3 engineers on me. They are still investigating.
Run this command and see if you come up with the following result:
pfserv test testGroupBCi
it runs couple flows to call to TE.
kdcoate
New Member
Posts: 0
9/14/2010 1:57 PM
Split
I'll have to go back and re-install TE8.2. Lawson had me install 8.1 because they had documentation saying it was the only version that was certified and that it would run on both 32 and 64 bit. I really appreciate your help with this.
Jimmy Chiu
Veteran Member
Posts: 641
9/14/2010 2:08 PM
Split
Eventhough it's local install.
while you are setting up "pfserv config datastage", choose "Y" for remote. Then point it back to the local server name and port 2500 (default port unless you changed it). That should fix the problem with not loading 32bit dll.
kdcoate
New Member
Posts: 0
9/14/2010 5:09 PM
Split
I've un-installed TE8.1 and re-installed 8.2. Now when I execute the startRMIServer.bat file, nothing happens at all. I'm just returned to the prompt. All of my environment variables have been defined, bci_maps copied over, rmiserver.properties file confirmed. Do I need to add JAVAHOME to the startRMIServer.bat?
Jimmy Chiu
Veteran Member
Posts: 641
9/14/2010 6:10 PM
Split
nope, when you run startRMIserver.bat, the windows appear to do nothing, it's "normal". DO NOT CLOSE the window.
leave the command prompt open. then you can run the smoketest.
kdcoate
New Member
Posts: 0
9/14/2010 6:33 PM
Split
Executing the .bat file doesn't hang - it just returns me to a command prompt but that's only if I add a JAVAHOME value. Without the JAVAHOME value, I receive the following error: "Exception in thread "main" java.lang.UnsatisfiedLinkError: dtsxjpi [Not found in java.library.path]". I'm assuming at this point that I've either left something out or I'm dealing with permission issues. Did I mention that I really appreciate your help?
Jimmy Chiu
Veteran Member
Posts: 641
9/14/2010 7:12 PM
Split
Here is the step-by-step screenshot on how to setup WebSphere TE 8.2 on Windows 2008 R2 64 bit.
It also has the procedure on how to create custom windows service to start RMI automatically. So you don't have to login and run the stupid startRMIServer.bat and stay logged in just to run TE. (*Not supported by lawson)
http://www.mediafire.com/?p73salwranztvd8
Jimmy Chiu
Veteran Member
Posts: 641
9/14/2010 7:18 PM
Split
You need to put the TEinstalldir in your system %PATH%
If you are reading the article from lawson. Skip all the variables they told you to put in. something like MERC_XXX_DIR or DTX_XXX_DIR etc. With lawson's infinite typo ability, half the path/files do not even exist in that article.
The only variable you need is listed in the zip file I uploaded above.
Jimmy Chiu
Veteran Member
Posts: 641
9/14/2010 7:31 PM
Split
Might as well upload the screenshots for Setup ProcessFlow Connector on Windows 2008 R2 64 bit to finish this.
http://www.mediafire.com/?z13k7ft4m7u2870
kdcoate
New Member
Posts: 0
9/14/2010 8:24 PM
Split
Success! Thank you so much.
Please
login
to post a reply.