Not able to Login to MyDBR

(3 posts) (2 voices)

Tags:

No tags yet.

  1. ajitdixit, Member

    I am not able to login gto MyDBR
    Following qury is run from vabkend

    insert into #TempTable values (@inLevel, @vName, @vLevel_order, 0)

    This query is run for more than 5 minutes and I have to kill this
    I have tried resetup but no change
    What is wrong ?

  2. ajitdixit, Member

    select @vMother_id = mother_id, @vName = name
    from mydbr_folders
    where folder_id = @inLevel

  3. myDBR Team, Key Master

    Could be that the folder structure may be corrupt. What is the output of:

    select folder_id, mother_id
    from mydbr_folders

    --
    myDBR Team


Reply

You must log in to post.