Author |
Message
|
se_zn2003 |
Posted: Fri Dec 13, 2013 8:27 am Post subject: connect to database by trial version of IBM message broker |
|
|
 Apprentice
Joined: 07 May 2013 Posts: 30
|
Can I connect to database by trial version of IBM message broker?
I also set data source and test it by commands and its successfully configure
But when I want use database information I see this message in loq viewer:
( DEVBRK1.EX_CORE ) When attempting to use the DataDirect ''Oracle '' ODBC driver a licensing error has occurred. This will not immediately stop the broker from accessing your data sources. You now have 14 days to rectify the problem or access to your data sources will stop. Contact your IBM support center.
A licensing error has occurred for the DataDirect ODBC drivers. The error code is '32003400330036000000440045005600420052004B0031002E0066
0038003500370033003100330037002D0034003200300031002D00
30003000300030002D0030003000380030002D0063006400360062
0033003800360031003600340065006200000046003A005C006200
750069006C0064005C0053003000300030005F0050005C00730072
0063005C00440061007400610046006C006F00770045006E006700
69006E0065005C0049006D0062004F006400620063002E006300700
0700000003100320033003700000049006D0062004F00640062006
30043006F006E006E0065006300740069006F006E003A003A007300
6500740041006E00640043006800650063006B00440044000000000
0'
Contact your IBM support center.
,
do you have any solution that I test my work by trial version? |
|
Back to top |
|
 |
Vitor |
Posted: Fri Dec 13, 2013 8:34 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Why are you developing on a trial version rather than a licensed version? Or do you treat IBM's licensed intelectual property with the same professionalism you displayed here? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
se_zn2003 |
Posted: Fri Dec 13, 2013 8:40 am Post subject: |
|
|
 Apprentice
Joined: 07 May 2013 Posts: 30
|
I developing with Message broker v8.0
but by personal reason I can't use licensed version now!
is any way that I use trail version? |
|
Back to top |
|
 |
Vitor |
Posted: Fri Dec 13, 2013 8:49 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
se_zn2003 wrote: |
but by personal reason I can't use licensed version now! |
Personal reasons? Religious convictions, too broke or too cheap?
se_zn2003 wrote: |
is any way that I use trail version? |
Apparently not. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
se_zn2003 |
Posted: Fri Dec 13, 2013 9:17 am Post subject: |
|
|
 Apprentice
Joined: 07 May 2013 Posts: 30
|
what about previous version. is that possible?
because I'm not in my office and I'm in trip and use local system for test some flows!! |
|
Back to top |
|
 |
Vitor |
Posted: Fri Dec 13, 2013 9:28 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
se_zn2003 wrote: |
because I'm not in my office and I'm in trip and use local system for test some flows!! |
Ah - I install the licensed version on a thing called a "laptop", and use that when I'm not in the office.
Therefore I've never encountered this problem. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
JosephGramig |
Posted: Fri Dec 13, 2013 11:08 am Post subject: |
|
|
 Grand Master
Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA
|
I believe there is a free limited version of IIB 9. I've heard this but have not see it personally because I too use a laptop with a licensed version. |
|
Back to top |
|
 |
ajodowd |
Posted: Sun Dec 15, 2013 10:38 am Post subject: |
|
|
Novice
Joined: 15 Dec 2013 Posts: 13
|
Hello!
You can download V9 Developer edition starting at
http://www-03.ibm.com/software/products/en/integration-bus/
Select the single package for Windows or x/Linux and away you go.
It has all the features that'll allow you need to get going to get connected to that database.
There are some really nice samples in the samples gallery - install the database ones into the default configuration, play with them a little, and you'll be well placed to customize for your particular database.
Good Luck! |
|
Back to top |
|
 |
se_zn2003 |
Posted: Sun Dec 15, 2013 12:08 pm Post subject: |
|
|
 Apprentice
Joined: 07 May 2013 Posts: 30
|
ajodowd wrote: |
Hello!
You can download V9 Developer edition starting at
http://www-03.ibm.com/software/products/en/integration-bus/
Select the single package for Windows or x/Linux and away you go.
It has all the features that'll allow you need to get going to get connected to that database.
There are some really nice samples in the samples gallery - install the database ones into the default configuration, play with them a little, and you'll be well placed to customize for your particular database.
Good Luck! |
thanks with best wishes
 |
|
Back to top |
|
 |
Vitor |
Posted: Mon Dec 16, 2013 5:53 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
se_zn2003 wrote: |
thanks with best wishes
 |
Note that anything developed and tested in the IIBv9 Toolkit can't be imported into the WMBv8 Toolkit you started this thread with. You'll need to recreate the code in v8. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
ajodowd |
Posted: Mon Dec 16, 2013 4:28 pm Post subject: |
|
|
Novice
Joined: 15 Dec 2013 Posts: 13
|
That's right Vitor, it's the same restriction whether or not you're using developer edition or the regularly licensed offering for service.
"Binaries" or more accurately, compiled assets can be moved forwards across versions however. Once assets are opened in a new toolkit (moving forward) they must be deployed to runtimes at the same release level.
se_zn2003 should be able to use this process to get going and can then decide on the right next step to take. |
|
Back to top |
|
 |
|