data migration from hsqldb to db2-9 express

View: New views
5 Messages — Rating Filter:   Alert me  

data migration from hsqldb to db2-9 express

by sameer shinde-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All,

I'm running with opencrx2.2.1 & SDK 2.2.1
I want to migrate the database from HSQLDB to IBM DB2-9 express-C.
When I look into the scripts folder of  opencrxSDK, I couldn't get the copydb script for DB2-9
Because of which I'm unable to run ant CopyDb

Can some one provide me with the script.

-
Thanks,
Sameer

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
openCRX-users mailing list
openCRX-users@...
https://lists.sourceforge.net/lists/listinfo/opencrx-users

Re: data migration from hsqldb to db2-9 express

by Christoph Mueller :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

follow the steps outlined at
http://opencrx.wiki.sourceforge.net/Sdk22.FromHSQLDBToOtherDB

-Chris

sameer shinde wrote:

> Hi All,
>
> I'm running with opencrx2.2.1 & SDK 2.2.1
> I want to migrate the database from HSQLDB to IBM DB2-9 express-C.
> When I look into the scripts folder of  opencrxSDK, I couldn't get the
> copydb script for DB2-9
> Because of which I'm unable to run ant CopyDb
>
> Can some one provide me with the script.
>
> -
> Thanks,
> Sameer
>
>
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It is the best place to buy or sell services for
> just about anything Open Source.
> http://p.sf.net/sfu/Xq1LFB
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> openCRX-users mailing list
> openCRX-users@...
> https://lists.sourceforge.net/lists/listinfo/opencrx-users

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
openCRX-users mailing list
openCRX-users@...
https://lists.sourceforge.net/lists/listinfo/opencrx-users

Re: data migration from hsqldb to db2-9 express

by sameer shinde-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Christoph,

I already have the given document with me and following the same, but I'm not able to copy the database
given in the last step.

The reason are,
1. ant CopyDb does not works from opencrx-2.2.1 directory.
2. The script template for CopyDb-HSQLDB-to-DB2.txt is not available in the scripts folder.

Can you/someone give me this script? as I'm stucked on this point of database migration.

- Thanks,
Sameer

On Wed, Jan 7, 2009 at 1:19 PM, Christoph Mueller <crixpcmu@...> wrote:
follow the steps outlined at
http://opencrx.wiki.sourceforge.net/Sdk22.FromHSQLDBToOtherDB

-Chris

sameer shinde wrote:
> Hi All,
>
> I'm running with opencrx2.2.1 & SDK 2.2.1
> I want to migrate the database from HSQLDB to IBM DB2-9 express-C.
> When I look into the scripts folder of  opencrxSDK, I couldn't get the
> copydb script for DB2-9
> Because of which I'm unable to run ant CopyDb
>
> Can some one provide me with the script.
>
> -
> Thanks,
> Sameer
>
>
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It is the best place to buy or sell services for
> just about anything Open Source.
> http://p.sf.net/sfu/Xq1LFB
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> openCRX-users mailing list
> openCRX-users@...
> https://lists.sourceforge.net/lists/listinfo/opencrx-users


------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
openCRX-users mailing list
openCRX-users@...
https://lists.sourceforge.net/lists/listinfo/opencrx-users

Re: data migration from hsqldb to db2-9 express

by sameer shinde-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Chris,

As per your directions.

- Sameer

On Wed, Jan 7, 2009 at 2:26 PM, sameer shinde <s9sameer@...> wrote:
Hi Christoph,

I already have the given document with me and following the same, but I'm not able to copy the database
given in the last step.

The reason are,
1. ant CopyDb does not works from opencrx-2.2.1 directory.
2. The script template for CopyDb-HSQLDB-to-DB2.txt is not available in the scripts folder.

Can you/someone give me this script? as I'm stucked on this point of database migration.

- Thanks,
Sameer


On Wed, Jan 7, 2009 at 1:19 PM, Christoph Mueller <crixpcmu@...> wrote:
follow the steps outlined at
http://opencrx.wiki.sourceforge.net/Sdk22.FromHSQLDBToOtherDB

-Chris

sameer shinde wrote:
> Hi All,
>
> I'm running with opencrx2.2.1 & SDK 2.2.1
> I want to migrate the database from HSQLDB to IBM DB2-9 express-C.
> When I look into the scripts folder of  opencrxSDK, I couldn't get the
> copydb script for DB2-9
> Because of which I'm unable to run ant CopyDb
>
> Can some one provide me with the script.
>
> -
> Thanks,
> Sameer
>
>
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It is the best place to buy or sell services for
> just about anything Open Source.
> http://p.sf.net/sfu/Xq1LFB
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> openCRX-users mailing list
> openCRX-users@...
> https://lists.sourceforge.net/lists/listinfo/opencrx-users



------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
openCRX-users mailing list
openCRX-users@...
https://lists.sourceforge.net/lists/listinfo/opencrx-users

Re: data migration from hsqldb to db2-9 express

by Christoph Mueller :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

>
>1. ant CopyDb does not works from opencrx-2.2.1 directory.
>
A pre-condition to running CopyDb successfully is a proper
installation of the openCRX SDK (NO errors!). If you indeed
installed the SDK without errors, what are the error messages
when trying to run CopyDb

>
>2. The script template for CopyDb-HSQLDB-to-DB2.txt is not
>   available in the scripts folder.

Well, we don't provide scripts - rather the SDK contains a
set of script _templates_ (as examples) which you can use as
a starting point to build a script that fits your environment.
You have to adapt the paths to the JDBC drivers, name of the
databases, etc.

Regards,
Chris

sameer shinde wrote:

> Hi Chris,
>
> As per your directions.
>
> - Sameer
>
> On Wed, Jan 7, 2009 at 2:26 PM, sameer shinde <s9sameer@...
> <mailto:s9sameer@...>> wrote:
>
> Hi Christoph,
>
> I already have the given document with me and following the same, but
> I'm not able to copy the database given in the last step.
>
> The reason are, 1. ant CopyDb does not works from opencrx-2.2.1
> directory. 2. The script template for CopyDb-HSQLDB-to-DB2.txt is not
> available in the scripts folder.
>
> Can you/someone give me this script? as I'm stucked on this point of
> database migration.
>
> - Thanks, Sameer
>
>
> On Wed, Jan 7, 2009 at 1:19 PM, Christoph Mueller
> <crixpcmu@...
> <mailto:crixpcmu@...>> wrote:
>
> follow the steps outlined at
> http://opencrx.wiki.sourceforge.net/Sdk22.FromHSQLDBToOtherDB
>
> -Chris
>
> sameer shinde wrote:
>> Hi All,
>>
>> I'm running with opencrx2.2.1 & SDK 2.2.1 I want to migrate the
>> database from HSQLDB to IBM DB2-9 express-C. When I look into the
>> scripts folder of  opencrxSDK, I couldn't
> get the
>> copydb script for DB2-9 Because of which I'm unable to run ant
>> CopyDb
>>
>> Can some one provide me with the script.
>>
>> - Thanks, Sameer
>>
>>
>>
> ------------------------------------------------------------------------
>
>>
>>
> ------------------------------------------------------------------------------
>
>> Check out the new SourceForge.net Marketplace. It is the best place
>> to buy or sell services for just about anything Open Source.
>> http://p.sf.net/sfu/Xq1LFB
>>
>>
>>
> ------------------------------------------------------------------------
>
>>
>> _______________________________________________ openCRX-users
>> mailing list openCRX-users@...
> <mailto:openCRX-users@...>
>> https://lists.sourceforge.net/lists/listinfo/opencrx-users
>
>
>
>
> ------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------------
>  Check out the new SourceForge.net Marketplace. It is the best place
> to buy or sell services for just about anything Open Source.
> http://p.sf.net/sfu/Xq1LFB
>
>
> ------------------------------------------------------------------------
>
>
> _______________________________________________ openCRX-users mailing
> list openCRX-users@...
> https://lists.sourceforge.net/lists/listinfo/opencrx-users

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
openCRX-users mailing list
openCRX-users@...
https://lists.sourceforge.net/lists/listinfo/opencrx-users