RMConvert question

Sort:
You are not authorized to post a reply.
Author
Messages
Roger French
Veteran Member
Posts: 545
Veteran Member

    Using RMConvert, trying to convert Rm data from logan 803 to logan 90

    I copied the logan803 dictioinary from source 803 environment to 90 target environment. Copied the logan MICROSOFT file from 803 system to %LAWDIR%\logan803. The MICROSOFT file points to the DB server of the 803 database server, not the 90 db server.

    WHen I run the perl rmconvert.pl metadata LOGAN803 > rmconvert.log

    Part of the log says LOGAN803\MXCATDEF... does not exist use dbcreate to create it.

    Um question, does the LOGAN803 *database* (specifically called LOGAN803) have to exist on the source or target db servers? I thought by the rmconvert program reads the CAP file, it knows where to read the source LOGAN database from, which is NOT called LOGAN803. It's called LOGAN.

    Thanks in advance,

    -Roger

    Ben Coonfield
    Veteran Member
    Posts: 146
    Veteran Member
      I did this in an Oracle environment and there was certainly no LOGAN803 database in Oracle.

      I did the following:

      cp $OLD_LAWDIR/logan/ORACLE $NEW_LAWDIR/logan803/ORACLE
      cd $GENDIR/ug81
      perl rmconvert.pl metadata LOGAN803 >rmmetadata.log 2>&1
      Roger French
      Veteran Member
      Posts: 545
      Veteran Member

        I did the same thing really...

         

        Did your rmmetadata.log mention the LOGAN803\MXCATDEF, LOGAN803\LOGRPBKMARK...etc???

         

        John Henley
        Senior Member
        Posts: 3348
        Senior Member
          Make sure you put the dictionary in the correct place, i.e. %LADBDIR%\dict\logan803
          Thanks for using the LawsonGuru.com forums!
          John
          Roger French
          Veteran Member
          Posts: 545
          Veteran Member

            It's there. I see it, all permissions on it are wide open...I copied it from 803 a second time. And still get the error.

            E:\lawtest2\db\dict> ls
            GEN
            GEN803
            LOGAN
            LOGAN803
            PROD

             

            -R

             

            Kwane McNeal
            Veteran Member
            Posts: 479
            Veteran Member
              It sounds like you can't get to the database at all, since every table is coming up missing. Can you use the login credentials with osql to login to the database?
              Roger French
              Veteran Member
              Posts: 545
              Veteran Member
                No, actually I cannot. After I enter the password in osql it just hangs... no error message.

                Kwane McNeal
                Veteran Member
                Posts: 479
                Veteran Member
                  That's the first problem. Check Network, SQL Server Aliases in the Client, etc....
                  Roger French
                  Veteran Member
                  Posts: 545
                  Veteran Member

                     Hey Kwane,

                    I have checked the alias, and it is correct.  I've checked the ODBC configuration on the app server. Test connection ok. Apps seems to be working ok. Batch and online.

                    I *can* do the osql ok directly using a telnet client on the same app server as LID.

                    Any other clues??

                     

                    -Roger

                     

                    You are not authorized to post a reply.