ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum IndexWebSphere Message Broker (ACE) SupportError while installing JText adapter

Post new topicReply to topic
Error while installing JText adapter View previous topic :: View next topic
Author Message
asudhakar
PostPosted: Sun Dec 21, 2008 10:22 am Post subject: Error while installing JText adapter Reply with quote

Centurion

Joined: 12 May 2007
Posts: 116
Location: Bangalore

Hi 2 all.

I am getting error : Platform not supported for installing JText 5.6

Environment :

Os : Windows XP Sp 2
Framework : 2.6
JText : 5.6

But my MB 6.0 is working fine.

Can any one suggest how to install. JText adapter.

Thank you.
_________________
WebSphere MQ, MB Support and Admin
Back to top
View user's profile Send private message Send e-mail
jssantu
PostPosted: Sun Dec 21, 2008 10:36 am Post subject: Re: Error while installing JText adapter Reply with quote

Newbie

Joined: 21 Dec 2008
Posts: 2

asudhakar wrote:
Hi 2 all.

I am getting error : Platform not supported for installing JText 5.6

Environment :

Os : Windows XP Sp 2
Framework : 2.6
JText : 5.6

But my MB 6.0 is working fine.

Can any one suggest how to install. JText adapter.

Thank you.


Hi,

U can find solution for this error in IBM MESSAGES : "Installing WebSphere Business Integration Adapter Framework and WebSphere Business Integration Adapters on Windows XP or Windows Vista platforms"

This document applies only to the following language version(s):
English

Problem
When installing WebSphere® Business Integration Adapter Framework or WebSphere Business Integration Adapters on Windows® XP and Windows Vista platforms, you might encounter the following installer error message:

BIA01002: You have attempted to install IBM WebSphere Business Integration Adapter for <Adapter Name> on an unsupported platform. Refer to the Installation Guide for WebSphere Business Integration Adapters.

Cause
This is because these products did not support Windows XP or Vista platforms at the time the products were released. The product installers have built-in platform checks that prevent users from installing on unsupported platforms.

Solution
To bypass the installer platform check, follow these steps:
1. Open a Command Prompt. (Click Start > Run and then type cmd and click OK.)
2. Change directories to the directory where the installer.exe file is located.
3. Type: setupwin32 -W unsupportedPlatform.active=false
Alternatively, if you want to start the installer using Java®, type:
java -jar setup.jar -W unsupportedPlatform.active=false

EX : F:>java -jar setup.jar -W unsupportedPlatform.active = false (let Ur sw in F drive)

ENJOY...
Back to top
View user's profile Send private message Send e-mail
asudhakar
PostPosted: Sun Dec 21, 2008 11:11 am Post subject: Re: Error while installing JText adapter Reply with quote

Centurion

Joined: 12 May 2007
Posts: 116
Location: Bangalore

Thank you.

Its working fine we have a scenario "We are retrieving data from JTEXT and again putting in the form of JTEXT using MB."

I am new to adapters. can you suggest me wat r steps i have to follow
_________________
WebSphere MQ, MB Support and Admin
Back to top
View user's profile Send private message Send e-mail
jssantu
PostPosted: Sun Dec 21, 2008 11:14 am Post subject: Re: Error while installing JText adapter Reply with quote

Newbie

Joined: 21 Dec 2008
Posts: 2

asudhakar wrote:
Thank you.

Its working fine we have a scenario "We are retrieving data from JTEXT and again putting in the form of JTEXT using MB."

I am new to adapters. can you suggest me wat r steps i have to follow


You have to do RNDD man...

Any way "To configure the business integration system, you need to perform the following tasks:"

1.Configure the message broker to support the connector by defining the necessary queues.
2.Generate the business object definitions to be used by the connector.
3.Create a message broker project and deploy it to the message broker.
4.Configure standard and application-specific configuration properties for the connector.
5.Configure tracing, logging, and messaging options for the connector.
6.Create message flows to define how the message broker is to process the business object messages it received.
Back to top
View user's profile Send private message Send e-mail
asudhakar
PostPosted: Sun Dec 21, 2008 10:46 pm Post subject: Re: Error while installing JText adapter Reply with quote

Centurion

Joined: 12 May 2007
Posts: 116
Location: Bangalore

jssantu wrote:
asudhakar wrote:
Hi 2 all.

I am getting error : Platform not supported for installing JText 5.6

Environment :

Os : Windows XP Sp 2
Framework : 2.6
JText : 5.6

But my MB 6.0 is working fine.

Can any one suggest how to install. JText adapter.

Thank you.


Hi,

U can find solution for this error in IBM MESSAGES : "Installing WebSphere Business Integration Adapter Framework and WebSphere Business Integration Adapters on Windows XP or Windows Vista platforms"

This document applies only to the following language version(s):
English

Problem
When installing WebSphere® Business Integration Adapter Framework or WebSphere Business Integration Adapters on Windows® XP and Windows Vista platforms, you might encounter the following installer error message:

BIA01002: You have attempted to install IBM WebSphere Business Integration Adapter for <Adapter Name> on an unsupported platform. Refer to the Installation Guide for WebSphere Business Integration Adapters.

Cause
This is because these products did not support Windows XP or Vista platforms at the time the products were released. The product installers have built-in platform checks that prevent users from installing on unsupported platforms.

Solution
To bypass the installer platform check, follow these steps:
1. Open a Command Prompt. (Click Start > Run and then type cmd and click OK.)
2. Change directories to the directory where the installer.exe file is located.
3. Type: setupwin32 -W unsupportedPlatform.active=false
Alternatively, if you want to start the installer using Java®, type:
java -jar setup.jar -W unsupportedPlatform.active=false

EX : F:>java -jar setup.jar -W unsupportedPlatform.active = false (let Ur sw in F drive)

ENJOY...


WE HAVE ONE MORE Solution to run in WINDOWS

Sol : Change it as windows compatibiliy

Process :

a. Select properties of setup.exe
b. Select compatibilty TAB
c. Select Check box : Run this program in Compatibility : Windows : 2000

Then : OK.

It will work fine.
_________________
WebSphere MQ, MB Support and Admin
Back to top
View user's profile Send private message Send e-mail
asudhakar
PostPosted: Mon Dec 22, 2008 3:13 am Post subject: Re: Error while installing JText adapter Reply with quote

Centurion

Joined: 12 May 2007
Posts: 116
Location: Bangalore

asudhakar wrote:
jssantu wrote:
asudhakar wrote:
Hi 2 all.

I am getting error : Platform not supported for installing JText 5.6

Environment :

Os : Windows XP Sp 2
Framework : 2.6
JText : 5.6

But my MB 6.0 is working fine.

Can any one suggest how to install. JText adapter.

Thank you.


Hi,

U can find solution for this error in IBM MESSAGES : "Installing WebSphere Business Integration Adapter Framework and WebSphere Business Integration Adapters on Windows XP or Windows Vista platforms"

This document applies only to the following language version(s):
English

Problem
When installing WebSphere® Business Integration Adapter Framework or WebSphere Business Integration Adapters on Windows® XP and Windows Vista platforms, you might encounter the following installer error message:

BIA01002: You have attempted to install IBM WebSphere Business Integration Adapter for <Adapter Name> on an unsupported platform. Refer to the Installation Guide for WebSphere Business Integration Adapters.

Cause
This is because these products did not support Windows XP or Vista platforms at the time the products were released. The product installers have built-in platform checks that prevent users from installing on unsupported platforms.

Solution
To bypass the installer platform check, follow these steps:
1. Open a Command Prompt. (Click Start > Run and then type cmd and click OK.)
2. Change directories to the directory where the installer.exe file is located.
3. Type: setupwin32 -W unsupportedPlatform.active=false
Alternatively, if you want to start the installer using Java®, type:
java -jar setup.jar -W unsupportedPlatform.active=false

EX : F:>java -jar setup.jar -W unsupportedPlatform.active = false (let Ur sw in F drive)

ENJOY...


WE HAVE ONE MORE Solution to run in WINDOWS

Sol : Change it as windows compatibiliy

Process :

a. Select properties of setup.exe
b. Select compatibilty TAB
c. Select Check box : Run this program in Compatibility : Windows : 2000

Then : OK.

It will work fine.


*********
When we work with IA9F Ibm JText example we have to bellow steps :



1. Copy <<ia95 extracted dir>>\ia9f\BLOB\datahandler\BlobDataHandler.jar to C:\IBM\WebSphereAdapters\DataHandlers\BlobDataHandler.jar

2. Edit C:\IBM\WebSphereAdapters\connectors\JText\start_JText.bat to load blob datahandler

Above the line:
call "%WBIA_RUNTIME%\bin\start_adapter" -n%CONNAME%Connector -
s%SERVER% -l%CONNPACKAGENAME% %3 %4 %5
Insert:
set
JCLASSES=%WBIA_RUNTIME%\DataHandlers\BlobDataHandler.jar;%JCLASSES%
This will make sure that the BLOB datahandler jar file gets loaded by the adapter.

3. Add the below in classpath
<<jdk path>>\ tools.jar; D:\IBM\WebSphereAdapters\connectors\JText\Dependencies\commons-net-1.1.0.jar;D:\IBM\WebSphereAdapters\connectors\JText\Dependencies\jakarta-oro-2.0.8.jar;D:\IBM\WebSphereAdapters\connectors\JText\CWJText.jar;D:\IBM\WebSphereAdapters\DataHandlers\BlobDataHandler.jar;D:\IBM\WebSphereAdapters\DataHandlers\CustDataHandler.jar;D:\IBM\WebSphereAdapters\DataHandlers\CwDataHandler.jar;

Finally we have to run as :

8. Modify the “JText adapter” startup file short cut on start menu to pass the connection name, queue manager name and Configurator file.

C:\IBM\WebSphereAdapters\connectors\JText\start_JText.bat JText BRK_QM -c"C:\IBM\WebSphereAdapters\JTextConnector.cfg"
_________________
WebSphere MQ, MB Support and Admin
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:
Post new topicReply to topic Page 1 of 1

MQSeries.net Forum IndexWebSphere Message Broker (ACE) SupportError while installing JText adapter
Jump to:



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP


Theme by Dustin Baccetti
Powered by phpBB 2001, 2002 phpBB Group

Copyright MQSeries.net. All rights reserved.