IS Service is not able to get input from MFT source file

I have created a monitor folder action, which picks the file from source dir and invokes iS service.
folder action is being completed successfully but service is not getting stream as input.
also tried passing input parameter as xmldata in the service.

Can you help where Iam going wrong

image

Input file xml:

<?xml version="1.0" encoding="UTF-8"?>
Everyday Italian Giada De Laurentiis 2005 30.00 Harry Potter J K. Rowling 2005 29.99 XQuery Kick Start James McGovern Per Bothner Kurt Cagle James Linn Vaidyanathan Nagarajan 2003 49.99 Learning XML Erik T. Ray 2003 39.95

Change your input variable name -

KM

image

image

Tried with above inputs, didnt work. Receiving only filePath.

Try these -

  • Does the Execute ACL on the service allow the user which is calling the service?
  • Try setting the Execute ACL as Anonymous/Everyone
  • Load it as bytes to see if that works
  • Enable save pipeline in service properties via Designer and see what variable names pop up when you restore it (been a few years, so I can’t remember if atleast the object name appears when you restore).
  • Check if you have used the right license file
  • Any additional info in the logs after you increase logging level?

Provide the wM version and fix levels; I’ll check further in the morning.

KM

fileBytes worked …,Thank you

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.