Forum Discussion

Shiv_Sankar's avatar
15 years ago

SQL Database Backup Fails...!

Hi, MS SQL database transanction logs backup is failing with error code  "2" and database backup is failing with different error codes  25, 41,54 and 58.  Connection to client from the maste...
  • Omar_Villa's avatar
    15 years ago
    run:

    from client:
    bpclntcmd -pn
    bpclntcmd -self
    bpclntcmd -hn <master server>
    bpclntcmd -hn <media server>
    bpclntcmd -ip <master IP>
    bpclntcmd -ip <media IP>

    from master:
    traceroute <client name>
    ping -s -i <nic> -p 13782 <client name> 65000 4
    bpgetconfig -M <client name> -x
    bptestbpcd -client <client name> -verbose

    from media:
    traceroute <client name>
    ping -s -i <nic> -p 13782 <client name> 65000 4
    bpgetconfig -M <client name> -x
    bptestbpcd -client <client name> -verbose


    Paste this data and we can see if is a network issue or not.
    Regards.