Re: performInsert() postgres json

2020-01-13 Thread SREEJITH va
ok. Thanks On Mon, Jan 13, 2020 at 4:31 PM Karl Wright wrote: > If you can just put JSON in a string that would work fine. > > Karl > > > On Mon, Jan 13, 2020 at 3:36 AM SREEJITH va wrote: > >> Thanks Karl. >> >> I am trying to use WrappedConnecti

Re: performInsert() postgres json

2020-01-13 Thread SREEJITH va
> > Karl > > > On Thu, Jan 2, 2020 at 8:49 AM SREEJITH va wrote: > >> Hi Karl and Team, >> >> I have a situation where I have to call *performInsert(parameterMap, >> null)* on a postgres database table with json column. I am getting >> below error du

performInsert() postgres json

2020-01-02 Thread SREEJITH va
Hi Karl and Team, I have a situation where I have to call *performInsert(parameterMap, null)* on a postgres database table with json column. I am getting below error during the insert. *column "X" is of type json but expression is of type character varying Hint: You will need to rewrite

Re: PostgreSQL Version

2019-12-30 Thread SREEJITH va
Ok. Thanks. On Tue, Dec 31, 2019, 02:12 Karl Wright wrote: > I've personally upgraded to 9.6 and have found no issues with it. > Karl > > > On Mon, Dec 30, 2019 at 1:41 PM SREEJITH va wrote: > >> Hi Karl / Team , >> >> As per the documentation, Below th

Continues Job

2019-11-25 Thread SREEJITH va
Hi Every One, I am trying to setup a job which is having a JDBC repository connector. One transformation connector and a custom output connector. I want this job needs to run in two mode. - Sample Mode : This is a sample migration mode. Job will pick 10 documents and migrate to output

Re: Illegal transaction ID/parent transaction ID

2019-11-07 Thread SREEJITH va
Thu, Nov 7, 2019 at 2:45 PM SREEJITH va wrote: > >> Thanks Karl, Here is quick summary on how I embedded Manifold in my >> application. >> >> >>- All the required manifold jar dependencies are in pom. >>- The properties.xml is served through >

Re: Illegal transaction ID/parent transaction ID

2019-11-07 Thread SREEJITH va
n't work. > > Karl > > > On Thu, Nov 7, 2019 at 12:22 PM SREEJITH va wrote: > >> Hi All, >> >> I have an spring based application in which Manifold is embedded and >> running in tomcat. At some point I am getting below exceptions. Any lead >> on why thi

Illegal transaction ID/parent transaction ID

2019-11-07 Thread SREEJITH va
Hi All, I have an spring based application in which Manifold is embedded and running in tomcat. At some point I am getting below exceptions. Any lead on why this happening would be greatly appreciated. One scenario in which I can see this in my logs is while shutting down the tomcat. And if it

Re: Window shares-Repository Type Source Code

2019-11-05 Thread SREEJITH va
I think you are searching for JCIFS connector. Its the windows repository connector. Its in manifoldcf\connectors\jcifs On Wed, Nov 6, 2019 at 11:19 AM Priya Arora wrote: > Hi, > > I need to implement "Window Shares" type Repository connection type and > needs to access and understand code

Re: Manifold with OpenJDK

2019-10-18 Thread SREEJITH va
Hi, JAVA_HOME is set to /usr/lib/jvm/java-8-openjdk-amd64 On Fri, Oct 18, 2019 at 11:26 AM Priya Arora wrote: > Hi Sreejith, > > Can you please let me know,,JAVA_HOME variable value you have set. > > Thanks > Priya > > On Thu, Oct 17, 2019 at 12:17 PM SREEJITH va

Re: Manifold with OpenJDK

2019-10-17 Thread SREEJITH va
Hi, We use manifold with openjdk version "1.8.0_222" in Centos and did not faced any issues. On Thu, Oct 17, 2019 at 12:04 PM Bisonti Mario wrote: > Hallo, I use Ubuntu 18.04.02 LTS with: > openjdk version "11.0.4" 2019-07-16 > > > > And I have no issue with ManifoldCF > > > > Mario > > > >

Box connector

2019-10-11 Thread SREEJITH va
Hi, I am working on a document migration project, which requires to migrate documents to Box( https://www.box.com/) system. Do we have any output connector exist for box system or any development in progress?