SSO Config from Map

Hi All,

I am using SSOSettingsFileReader.dll SSOSettingsFileManager.SSOSettingsFileReader class then Read method passing applicationa name and Key, getting Error transformation failed from Orchestration and when I execute map  -- Cannot find a script or an extension object associated with namespace 'http://schemas.microsoft.com/BizTalk/2003/ScriptNS0'.


Any suggestions

September 14th, 2015 4:53am

Hi,

Are you calling any method in custom XSLT ? If yes then you need a add an extention file into the map in the property Custom Extention XML. Save the below file as an XML file and fill the assembly name and namespace of your DLL.

<ExtensionObjects>
  <ExtensionObject Namespace="http://schemas.microsoft.com/BizTalk/2003/ScriptNS0" AssemblyName="your Assembly fully qualified Name" />
</ExtensionObjects>

Basically this will define the assembly name and namespace of your DLL which you are trying to call in the map.

Please indicate "Mark as Answer" or "Mark as Helpful" if this post has answered the question

Regards

Rahul Madaan

biztalkvillage.blogspot.com

Free Windows Admin Tool Kit Click here and download it now
September 14th, 2015 5:04am

Thanks Rahul,

But I am calling the method from scripting functoid.

Thx

September 14th, 2015 5:22am

Hi ,

You can refer code gallery written by @Sandro

https://code.msdn.microsoft.com/windowsdesktop/Calling-an-external-c74ce8dc

Thanks

Abhishek

Free Windows Admin Tool Kit Click here and download it now
September 14th, 2015 5:27am

In scripting functoid what are you using ? Inline XSLT or Inline Call Template or something else ?

September 14th, 2015 5:45am

Hi,

There is a utility pack you can download to retrieve data from the SSO. check for the SSO Config Get Functoid in

https://btsmapextutilitypack.codeplex.com/

Regards

K

Free Windows Admin Tool Kit Click here and download it now
September 14th, 2015 5:53am

Thanks Rahul,

I am using External Assembly.

September 14th, 2015 6:02am

I think you need to add SSOSettingsFileReader.dll into GAC by using gacutil or add it to your BizTalk Application resource with check add to gac then your need to restart your visual studio.
Free Windows Admin Tool Kit Click here and download it now
September 14th, 2015 10:14am

Hi BTS User,

The SSOSettingsFileReader.dll should be in GAC and please see the below screenshot to get the value. The scripting fuctoid takes two values first one is name of application and second one is key.



September 14th, 2015 6:35pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics