I just checked, and I have that line set and I still get the same error
any other thoughts?



On 8/29/2011 3:07 PM, Frank Caruso wrote:
**
The problem you encountered is on for which defect SW00276692 was previously opened for. The defect has not been fixed yet.

The following is the workaround we have provided to other customers and you may want to use for a future install.

Line number 6894 reads as follows:

echo "select name from master.dbo.syslogins where dbname='$DATABASE_NAME';" > /tmp/sybsql.in <http://sybsql.in/>$$

Update it to the following:

echo "select name from master.dbo.syslogins where dbname='$DATABASE_NAME' and name='$USER_NAME';" > /tmp/sybsql.in <http://sybsql.in/>$$

HTH
Frank
On Mon, Aug 29, 2011 at 8:57 AM, Remedy maniac <remedy.man...@gmail.com <mailto:remedy.man...@gmail.com>> wrote:

    Hi FranK,

    I am having similar problem ... I am wondering how you solved that
    issue?
    regards
    Serouche

    --
    View this message in context:
    
http://ars-action-request-system.1093659.n2.nabble.com/Upgrade-DB-6-3-to-7-1-tp1629556p6737538.html
    Sent from the ARS (Action Request System) mailing list archive at
    Nabble.com.

    
_______________________________________________________________________________
    UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
    <http://www.arslist.org/>
    attend wwrug11 www.wwrug.com <http://www.wwrug.com/> ARSList:
    "Where the Answers Are"


_attend WWRUG11 www.wwrug.com ARSlist: "Where the Answers Are"_


_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are"

Reply via email to