exportmap activity
Hello,
I want to use the exportmap activity in workflow but I can get it working. Here is the activity xaml:
<Activity...><p> </p> <Sequence sap:VirtualizedContainerService.HintSize="310,496" mva:VisualBasic.Settings="Assembly references and imported namespaces serialized as XML namespaces"><p> </p> <Sequence.Variables><p> </p> <Variable x:TypeArguments="x:String" Name="string1" /><p> </p> <Variable x:TypeArguments="s2:Nullable(x:Double)" Default="[10000]" Name="myscale" /><p> </p> </Sequence.Variables><p> </p> <sap:WorkflowViewStateService.ViewState><p> </p> <scg:Dictionary x:TypeArguments="x:String, x:Object"><p> </p> <x:Boolean x:Key="IsExpanded">True</x:Boolean><p> </p> </scg:Dictionary><p> </p> </sap:WorkflowViewStateService.ViewState><p> </p> <gwa1:Alert sap:VirtualizedContainerService.HintSize="288,82" Text="hij komt er wel" Title="hello" /><p> </p> <gwa1:ExportMap Debug="True" sap:VirtualizedContainerService.HintSize="288,128" OutputFormat="PNG" Resolution="[96]" ResultUrl="[string1]" Scale="[myscale]" /><p> </p> <gwa1:Alert sap:VirtualizedContainerService.HintSize="288,82" Text="[string1]" Title="image" /><p> </p> </Sequence><p> </p> </Activity>
The first Alert works and I see the debug window from the ExportMap. The second Alert, which should show the url of the image, does not appear.
Am I missing something?
The purpose is to use the image in a custom report.
Regards, Paulus
-
did you ever figure this out? I'm getting an error that says the remote server actively refused it. The firewalls are open for the port named (80) but the map is secured. I tried using the iCredential variable but no luck. 0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar