Page 1 of 1

XML input problem

Posted: Tue Aug 29, 2006 2:36 am
by suresh_dsx
my job contains

Folder
|
V
XML Input stage

|
V
transformer1

| |
V V
seq file1 xmp output stage


i have a job
like above

form the folder i am getting a xml file to xml input stage.
from xml to trasformer
from transformer to one is seq file and other one is XML OUPUT .

when i run the job i am getting an error

Cannot open output file "D:/tar/xml/xmlct.xml"

Posted: Tue Aug 29, 2006 2:48 am
by kumar_s
D:/tar/xml/xmlct.xml - Is this the same file you mentioned in both Input XML stage and output XML stage?

Posted: Tue Aug 29, 2006 7:21 am
by chulett
Otherwise, check that it is a valid path and you have permissions to write to it. Or if the file already exists, that you have permission to overwrite it.

Posted: Tue Aug 29, 2006 7:39 am
by arunverma
Kindly use folder stage and in stage - properties stage define path only,
go to output tab -> properties , put name of XML file in wildcard . now you can open

Regards

Arun verma

Posted: Tue Aug 29, 2006 7:43 am
by chulett
The error is on the output file.

Posted: Tue Aug 29, 2006 9:12 am
by uegodawa
Can you please make sure "D:/tar/xml/" is a valid path. This path represent the Server Machine NOT your client.
- U