Solved

SetFMEDirective method of Server .NET API doestn't work

  • 13 March 2013
  • 1 reply
  • 2 views

Badge
Hi,

 

 

IFMETransformationRequest.SetFMEDirective(s) method of .NET API seems doesn't work.

 

And I try Java API, there is no this problem.

 

Tested on FME Server 2013 Build 13264 x86.

 

 

==========================

 

request.SetFMEDirective("x", "xx");

 

Debug.WriteLine(request.GetFMEDirective("x");  // here return ""

 

request.SetPublishedParameter("y","yy");

 

Debug.WriteLine(request.GetPublishedParameter("y")); // same object's GetPublishedParameter method return right value.

 

 

 

icon

Best answer by mark2atsafe 14 March 2013, 16:13

View original

1 reply

Userlevel 4
Badge +26
Hi

 

Since the Java API works for you it sounds like it may be a fault in the .NET API. So can you submit this as a case to our support team for them to investigate?

 

 

Ideally please include sample code that reproduces the problem.

 

 

The URL for submitting a case is:

 

http://www.safe.com/supportrequest

 

 

Regards

 

 

Mark

 

 

Mark Ireland

 

Product Evangelist

 

Safe Software Inc.

Reply