Search found 11 matches

Go to advanced search

by ChrisClark
Fri Jun 22, 2012 4:46 pm
Forum: Feature Discussions
Topic: Multiple delta check-outs - MAJOR FLAW
Replies: 6
Views: 11119

Re: Multiple delta check-outs - MAJOR FLAW

Belatedly - we turned off the option to prevent multiple check-outs.
by ChrisClark
Fri Sep 02, 2011 7:41 pm
Forum: Tips and Techniques
Topic: MS Crypto API - CryptGetHashParam method
Replies: 5
Views: 8470

Re: MS Crypto API - CryptGetHashParam method

Thanks for all the feedback. It was all helpful. I didn't know about the libeay32 library and that works well. But also was able to get the original method going too - declaring the parameter to the external function as an output Binary of size 20 was the issue. cryptGetHashParam(hHash : Integer;dwP...
by ChrisClark
Fri Sep 02, 2011 2:09 pm
Forum: Tips and Techniques
Topic: MS Crypto API - CryptGetHashParam method
Replies: 5
Views: 8470

MS Crypto API - CryptGetHashParam method

I've used a couple of posts in the forum to help me understand how to make use of the Windows cryptographic API facility, in particular https://forums.jadeworld.com/viewtopic.php?f=9&t=1256 and https://forums.jadeworld.com/viewtopic.php?f=11&t=594 . However I'm stuck on trying to get the hash value ...
by ChrisClark
Tue Aug 31, 2010 12:46 pm
Forum: General Discussion
Topic: Web Service - Service Unavailable message
Replies: 4
Views: 4916

Re: Web Service - Service Unavailable message

Thanks for your replies. It wasn't a firewall issue in the end - probably just an understanding issue on my part but I had the ConnectionName parameter matching the application name when it needed to be the URL + port of the connection. Once this was updated to be URL + port (localhost:4010) then ev...
by ChrisClark
Thu Aug 26, 2010 1:11 pm
Forum: General Discussion
Topic: Web Service - Service Unavailable message
Replies: 4
Views: 4916

Re: Web Service - Service Unavailable message

Thanks for the reply. I've restarted the IIS websites/applications and removed/re-added the dll as a valid web extension but doesn't seem to make any difference. At the start of the trace file it has "Starting jadehttp.dll Version 6.3.05.002" which matches what is visible in the dll properties windo...
by ChrisClark
Wed Aug 25, 2010 10:42 pm
Forum: General Discussion
Topic: Web Service - Service Unavailable message
Replies: 4
Views: 4916

Web Service - Service Unavailable message

Hi, I'm having an issue with running a web service where the browser page when I'm trying to test the method (URL: http://localhost/jade/jadehttp.dll?Router) is returning "Service Unavailable" - This Service is currently unavailable at this time. When trace is turned on - I get the following in the ...
by ChrisClark
Thu Jul 08, 2010 11:34 am
Forum: Tips and Techniques
Topic: Web Service Method Names - Case Sensitivity
Replies: 1
Views: 2537

Re: Web Service Method Names - Case Sensitivity

We have considered trying to catch the incoming request before it was attempted to be processed and if possible rename the method name in the request to be compatible case but the exception appears to be thrown before it gets near the actual web service provider in a non-accessible WebApplication cl...
by ChrisClark
Thu Jul 08, 2010 10:53 am
Forum: Tips and Techniques
Topic: Web Service Method Names - Case Sensitivity
Replies: 1
Views: 2537

Web Service Method Names - Case Sensitivity

I'm working on a web service in Jade that integrates with other web services ie as a service consumer but also provides web services outwards as a service provider. Both supported by Jade quite nicely but I think I've run into a snag with the naming conventions. The other web services have methods s...
by ChrisClark
Wed Jun 23, 2010 9:40 pm
Forum: Feature Discussions
Topic: Multiple delta check-outs - MAJOR FLAW
Replies: 6
Views: 11119

Re: Multiple delta check-outs - MAJOR FLAW

Hi, Thanks for the reply. We are using 6.3.05 and I am able to reproduce this in a empty system (with 1 new schema) by creating a JadeScript method and checking it out with one user in a delta and updating then logging in as another user and checking out in another delta and modifying the method. Lo...
by ChrisClark
Tue Jun 15, 2010 5:19 pm
Forum: Feature Discussions
Topic: Multiple delta check-outs - MAJOR FLAW
Replies: 6
Views: 11119

Multiple delta check-outs - MAJOR FLAW

We've upgraded to Jade 6.3 and found the new feature being able to check out a method in multiple deltas appealing. However we found a major problem when the person who checked in their changes to a method first found them not there after the second person checked in their modifications. Each delta ...

Go to advanced search

cron