Hi All,
I am using SAP BODS 4.0 in my project. I am generating xml files from the data from source tables in a given XSD format.
This XSD for test environment is defined after placing in a local folder. But when we move to PROD environment we would like this to be placed somewhere not locally.
We tried placing it in the job server location which is unix job server in this case.
When I placed xsd in a location in job server and gave the path while defining XSD it throws an error.
/bods/projectname/xsd/xsdname.xsd -->path
PFA the screen shots that I took of the errors:
Here is how I define the path for my XSD:
first I tried giving path as such:/bods/projectname/xsd/xsdname.xsd
second case i tried giving the path -->\bods\Projectname\xsd\Project_Table2_V1_New.xsd
in both cases it was not able to acess the xsd format.
Please let me know if this can be solved. Or where XSD files an be placed.