Can we create a sample database on the app dev client

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kirthi.amudha@gmail.com

    #1

    Can we create a sample database on the app dev client

    Hi,

    I have app dev client installed on my machine.

    Can we create the sample database using db2sampl.

    I was able to create database using the 'Create Database' command.

    But I am not able to create Sample database using db2sampl.

    Is db2sampl only executable on the server.

    Is it not executable on the client,

    Let me know.
  • w.l.fischer@googlemail.com

    #2
    Re: Can we create a sample database on the app dev client

    On Nov 18, 6:21 pm, kirthi.amu...@g mail.com wrote:
    Hi,
    >
    I have app dev client installed on my machine.
    >
    Can we create the sample database using db2sampl.
    >
    I was able to create database using the 'Create Database' command.
    >
    But I am not able to create Sample database using db2sampl.
    >
    Is db2sampl only executable on the server.
    >
    Is it not executable on the client,
    >
    Let me know.
    Until you get a better answer, try to attach to the instance:

    db2 attach to <instnameuser <usernameusin g <password>
    db2sampl

    Comment

    • Mark A

      #3
      Re: Can we create a sample database on the app dev client

      <kirthi.amudha@ gmail.comwrote in message
      news:cecb8671-da44-4a1a-ad94-34944497d856@v3 9g2000pro.googl egroups.com...
      Hi,
      >
      I have app dev client installed on my machine.
      >
      Can we create the sample database using db2sampl.
      >
      I was able to create database using the 'Create Database' command.
      >
      But I am not able to create Sample database using db2sampl.
      >
      Is db2sampl only executable on the server.
      >
      Is it not executable on the client,
      >
      Let me know.
      When you say that you created a database, you mean (I hope) that you created
      a database on server from the client.

      db2sampl is not a db2 command. It is an executable program (which is not
      part of the DB2 engine) that resides on the server at must be executed on
      the server. If you have Linux or UNIX you can telnet or ssh to the server
      and execute the command there. If you have Windows, you can use Remote
      Desktop Connection to the server and execute the program.


      Comment

      Working...