Author |
Message
|
tony2nd |
Posted: Fri Jan 09, 2015 3:32 pm Post subject: Deploy flow with WTX on AIX |
|
|
Novice
Joined: 07 Apr 2014 Posts: 17
|
Hi there,
I have a flow with a WTX node; it works well in a Windows environment.
Now I need to deploy it to an AIX machine. I built the map for a specific platform using the Transformation Extender Development perspective; it created a map_name.aix file. Then I re-built the BAR file and deployed it to the AIX machine. It complains of missing map.
Is there a different way to deploy to an AIX machine? I suspect that when I rebuild the BAR file it recompiles the map for Windows and creates a MAR file.
Thank you,
Tony |
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Jan 10, 2015 2:07 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
The mar file should contain the map for all supported platforms...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Vitor |
Posted: Mon Jan 12, 2015 5:41 am Post subject: Re: Deploy flow with WTX on AIX |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
tony2nd wrote: |
Is there a different way to deploy to an AIX machine? |
No. We develop WTX / IIBv9 on Windows and then deploy to AIX. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
tony2nd |
Posted: Mon Jan 12, 2015 7:05 am Post subject: |
|
|
Novice
Joined: 07 Apr 2014 Posts: 17
|
More details:
the correct error is:
error code: 4
description: could not read map
I wonder if the way I deployed the BAR file caused the problem:
On WMB Toolkit I connected to the remote broker (AIX); right-click on the BAR file, Deploy option, then selected the remote broker/execution group.
Should I login to the server and then deploy using a MQSI command instead? I don't have the access so I have send a request to another group to do this. |
|
Back to top |
|
 |
Vitor |
Posted: Mon Jan 12, 2015 8:24 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
tony2nd wrote: |
Should I login to the server and then deploy using a MQSI command instead? |
I don't see how this would make a difference, but it might be an interesting experiment. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
tony2nd |
Posted: Tue Jan 13, 2015 5:19 am Post subject: |
|
|
Novice
Joined: 07 Apr 2014 Posts: 17
|
After talking with the mapper(?) I found out that the map calls another map and that call was like: another_map.mmc; I changed it to another_map.aix and it seems it worked. I have another error now while trying to update a SQL database that I am still investigating.
Thanks for you help,
Tony |
|
Back to top |
|
 |
|