Content Management and Capture

 View Only
  • 1.  GRAPH QL

    Posted Tue July 12, 2022 09:15 AM
    Hi 
    has any one deloy GRAPHQL from IBM FILENET CM 5.5.8 client installation 
    what is the Path to check if GQL is working
    following the IBM documentation is not working 
    Thanks 
    Moshe Elbaz

    ------------------------------
    moshe elbaz
    IFN
    Tel AVIV
    ------------------------------


  • 2.  RE: GRAPH QL

    Posted Wed July 13, 2022 04:56 AM

    Yes we use GraphQl:

    URl is in our installation:

    https://<server>:<Port> /content-services

    In our installation GraphQL GUI is only for development environment.

    In Production ( you have to allow it (jvm parameter ecm.content.graphql.disable.xsrf.validation.for.ping=true) you get only :

    {

    "Build-Date" : "October 26, 2021 at 19:32",

    "Implementation-Title" : "IBM FileNet Content Services GraphQL API - content-graphql-api",

    "Implementation-Version" : "20211026-1932-611-pwtest330",

    "Product-Version" : "5.5.8",

    "Build-Number" : "611",

    "CPE-Client-Jace-Version" : "content-engine-5.5.8-1-19"

    }

     

     

    Mit freundlichen Grüßen / Best regards

    Andreas Kucz
    IT Services

    GF Solutions – Competence Center STARS
    IT System Architect

    Deutsche Post IT Services GmbH
    Otto-Röhm-Straße 71c
    64293 Darmstadt
    Germany

    Phone: +49 6151 9085925
    Lync:  
    +49 6151 4932472
    Fax: +49 6151 3909 16690
    Mobile: +49 171 2276245


    Andreas.Kucz@dpdhl.com

    www.dhl.com

    Deutsche Post DHL Group

    Deutsche Post IT Services GmbH; Registered Office Bonn; District Court Bonn HRB 9479
    Managing Board: Michael Besser, Jan Spies, Ralf Günther
    Chairman of the Supervisory Board: Alfons Anton

    This message is from Deutsche Post IT Services GmbH and may contain confidential business information. It is intended solely for the use of the individual to whom it is addressed. If you are not the intended recipient please contact the sender and delete this message and any attachment from your system. Unauthorized publication, use, dissemination, forwarding, printing or copying of this email and its attachments is strictly prohibited.

     






  • 3.  RE: GRAPH QL

    Posted Wed July 13, 2022 05:16 AM
    To activate GUI (development only) you have to set
    You get using URL below :
    Welcome to GraphiQL
    #
    # GraphiQL is an in-browser tool for writing, validating, and
    # testing GraphQL queries.
    #
    # Type queries into this side of the screen, and you will see intelligent
    # typeaheads aware of the current GraphQL type schema and live syntax and
    # validation errors highlighted within the text.
    #
    # GraphQL queries typically start with a "{" character. Lines that starts
    # with a # are ignored.
    #
    # An example GraphQL query might look like:
    #
    # {
    # field(arg: "value") {
    # subField
    # }
    # }
    #
    # Keyboard shortcuts:
    #
    # Run Query: Ctrl-Enter (or press the play button above)
    #
    # Auto Complete: Ctrl-Space (or just start typing)
    #

    ------------------------------
    Andreas Kucz
    ------------------------------



  • 4.  RE: GRAPH QL

    Posted Mon July 18, 2022 04:38 PM
    Documentation related to the verification:
    https://www.ibm.com/docs/en/filenet-p8-platform/5.5.x?topic=iccsga-verifying-content-services-graphql-deployment

    ------------------------------
    JANE Luo
    ------------------------------