PDA

View Full Version : Copy failed on WM Sample Flow


Vivian Satie
04-25-2007, 10:35
Hello,

I downloaded a sample flow from WM advantage site. When I run the 'Main' flow service there isnīt any error message on the Developer console, but in the logs I see:

[ISC.0050.0019V2] Copy failed: No source data available: to=/divideResult, from=/receivedDocument

My guess is that the package name is missing. to=packname/divideResult.. Am I right?

Thks

prp
04-27-2007, 23:51
which sample flow are you running?

Vivian Satie
04-28-2007, 07:01
The name of the file I downloaded is Sample_PublishSubscribeDeliverWait.zip

One more thing... I had the same problem with another flow.

Copy failed: No source data available: to=/inputdocument

Probably the doc is empty...

rmg
04-28-2007, 09:47
Did you make sure that sample package loaded successfully??Also make sure that you are passing inputs as required by the flow for properly executing..Instead of running the flow directly, Just debug (F7) flow step by step and see where exactly it is failing you should find the rootcause...

HTH,
RMG

Vivian Satie
04-30-2007, 07:11
Hi

The package is full loaded, no errors.

1 Step MAP Constants ok
2 Step pub.flow:debugLog


Results:

CONST_NOTFOUND Result was not received

Any ideas?

daniel11
04-30-2007, 09:54
This is normal. In map step, if some of the source values are missing in the runtime, the server log will put the entries to the server log file as long as your log level >= 4. The source values may not always be there in there in runtime, though you put a map link line there.

Vivian Satie
04-30-2007, 10:19
I know, but this is the problem... they arenīt missing!!

srikanth05
05-03-2007, 13:14
so how are u providing inputs to this service ?

Vivian Satie
05-16-2007, 12:46
an window that asks for input data..

I had to remove and reinstall the package... probably an stupid error.... Itīs perfect now..