Recent content by TKorban

  1. T

    Database _User not connected! - message shown while loading _user.d using prodict\load_d.p

    Thank you Mr Tom, the fix has solved the issue.. it was a silly mistake but the message did not help to discover it.
  2. T

    Database _User not connected! - message shown while loading _user.d using prodict\load_d.p

    sure, the messages shows when calling the run. you are right, the code consist of the below, where the button b_df is enabled in a .W that is launched via an icon as per the below screenshots, the cDBName variable contains the database name and the cRoot variable contains the target directory...
  3. T

    Database _User not connected! - message shown while loading _user.d using prodict\load_d.p

    Thx rob for the reply, the version is 11.7 SP 04 the code: CONNECT VALUE(SUBST("&1&2", cDBPhysicalPath, cDBName)) -1 -ld VALUE(cDBName). CREATE ALIAS DICTDB FOR DATABASE VALUE(cDBName). RUN prodict/load_d.p("_User.d", cDumpDir). i just mean that if next, i try to connect by providing a user...
  4. T

    Database _User not connected! - message shown while loading _user.d using prodict\load_d.p

    Hello, in the process of creating a new database, we usually load the tables definition and the sequences then load the users via administration UI. i'm trying to make a systematic procedure to do this (a user interface executing OS commands in steps) and when calling the load_d procedure to...
Top