Skip to main content
Nintex Community Menu Bar

ODBC Broker

  • April 21, 2015
  • 5 replies
  • 174 views

Forum|alt.badge.img+2

ODBC Broker

 

 

 

 

I have modified the project found at http://community.k2.com/t5/K2-blackpearl/ODBC-service-broker-Beta-1/ba-p/1021 for a client.

 

 

 

 

 

It can now convert blobs into base 64 string for K2 to consume.

 

 

 

 

 

I also added in parameterization,

 

 

 

 

 

 

 

5 replies

  • July 17, 2015
I am wondering if you have used this with postgresql? I keep getting the error code (ERROR [42601]) from using the older dll. Any ideas on how to get it to work with postresql? Thanks, Scot

Forum|alt.badge.img+2
  • Nintex Partner
  • September 4, 2015

Hi there,

 

Thanks for sharing!  

 

When I open up the .sln, I get a couple errors of missing project files:

 

 

SourceCodeANZ.SmartObjects.Services.ODBCSourceCodeANZ.SmartObjects.Services.ODBC.csproj : error : The project file could not be loaded. Could not find

a part of the path '....SourceCodeANZ.SmartObjects.Services.ODBCSourceCodeANZ.SmartObjects.Services.ODBC.csproj'.

 

SourceCodeANZ.Forms.Controls.ClockControlSourceCodeANZ.Forms.Controls.ClockControl.csproj : error : The project file could not be loaded. Could not find a part of the path '...SourceCodeANZ.Forms.Controls.ClockControlSourceCodeANZ.Forms.Controls.ClockControl.csproj'. 

 

The Solution still successfully builds (creates DLL), but I can't determine if these are required... if so, where might they be located?

 

Thanks,

Bruce Rodgers


  • April 12, 2016

Thanks for sharing this.

Could you send example config parameters?

Whatever I put into the parameters I just get 'Object reference not set to an instance of an object'.

Any documentation would be helpful.

 

Thanks,

Chris


Forum|alt.badge.img+1

Has anyone used this? What do you have to put in the ColumnMappings field when configuring a service instance? A sample config screenshot would be nice

 

I get the same results as Chris above - I believe it's related to not having the proper XML string in the ColumnMappings field - what format is it expecting?


To whom it may concern - Similar to another post in this thread that has no reply I am wondering if the ODBC broker will work with PostgreSQL. Thank you in advance for your time.