You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Fred Krone (JIRA)" <ji...@apache.org> on 2017/12/22 18:30:00 UTC

[jira] [Issue Comment Deleted] (GEODE-3992) Implement describe jdbc-region-mapping command

     [ https://issues.apache.org/jira/browse/GEODE-3992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fred Krone updated GEODE-3992:
------------------------------
    Comment: was deleted

(was: Steps to reproduce issue:
1) create a jdbc-connection
2) describe that jdbc-connection
3) you get an error even though the mapping exists (via list mapping, etc)

gfsh>describe jdbc-mapping --region=employee

Could not process command due to error. Error while processing command <describe jdbc-mapping --region=employee> Reason : null



gfsh>create jdbc-connection --name=connection1 --url="jdbc:derby://localhost:1527/MyDbTest"
(Experimental) 

Member | Status
------ | -----------------------------------------
s1     | Created JDBC connection connection1 on s1

gfsh>describe jdbc-connection --name=connection1
Could not process command due to error. Error while processing command <describe jdbc-connection --name=connection1> Reason : null

gfsh>)

> Implement describe jdbc-region-mapping command
> ----------------------------------------------
>
>                 Key: GEODE-3992
>                 URL: https://issues.apache.org/jira/browse/GEODE-3992
>             Project: Geode
>          Issue Type: Sub-task
>          Components: docs, regions
>            Reporter: Fred Krone
>            Assignee: Darrel Schneider
>             Fix For: 1.4.0
>
>
> SYNTAX
> describe jdbc-mapping --region=value
> PARAMETERS
> region
> Name/path of the region that has the JDBC store.
> Required: true



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)