> -----Urspr�ngliche Nachricht----- > Von: Hans-Joachim Kr�ger [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 30. Juni 2004 08:24 > An: [EMAIL PROTECTED] > Betreff: Restore with Named-Pipes > > > Hi list, > > I want to do a restore of a SAPDB/MAXDB via Named-Pipes. > > If I do the restore with one Named-Pipe everything works well. > > If I do the restore with two or more Named-Pipes, the restore ends > with a Return-Code -8020 (another medium is needed). > > I tried it on a Windows XP system with SAPDB 7.4.3.32 and also > on a linux system with MAXDB 7.5.0.14 . > > On both systems the same result - Return-Code -8020. > > If I do the restore with two or more backup-files instead of > Named-Pipes, > it works also ok. > > Any idea what is wrong ?
Hi, hopefully there is nothing wrong, but it is only a question of the timing: If the restore from pipe #1 ends, the database checks whether there has some more data to be restored. Because at this time not all data has been read (pipe #2 is still busy) the database returns the request for more data (-8020). If you issue now the command recover_ignore, the task for pipe#1 will be ended and if all data from pipe #2 has been read, you should get an ok from the database. Kind regards, Martin -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
