Problem in XML data export

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
11 messages Options
Reply | Threaded
Open this post in threaded view
|

Problem in XML data export

Divesh Dutta
Hello all,
          Actually  when I try to do XML data export from webtools then
I did not get supposed result. Steps which I followed:
1) Checked required Entities

2) Specified Output Directory name and file name as well

3) Depressed on Export

Result : Wrote "numbers" records in to XML file "filename"
But when  I check these records in my Desktop, I could not fine them. Is
any one is facing same problem?

Thanks
Divesh
Reply | Threaded
Open this post in threaded view
|

Re: Problem in XML data export

Jacques Le Roux
Administrator
No problems here (just tested with OrderItem)

Jacques

From: "Divesh Dutta" <[hidden email]>

> Hello all,
>          Actually  when I try to do XML data export from webtools then
> I did not get supposed result. Steps which I followed:
> 1) Checked required Entities
>
> 2) Specified Output Directory name and file name as well
>
> 3) Depressed on Export
>
> Result : Wrote "numbers" records in to XML file "filename"
> But when  I check these records in my Desktop, I could not fine them. Is
> any one is facing same problem?
>
> Thanks
> Divesh
>

Reply | Threaded
Open this post in threaded view
|

Re: Problem in XML data export

Kathy jones
Hello Jacques,

Even I tried to export XML data from webtools. But I am getting the results
same as Divesh. Steps I tried :

- Checked Entities

- Output Directory name : /home/kathy/Desktop

- filename : testdata

- Clicked on Export

Not found any record in Desktop. Jacques Can you please tell if we are wrong
some where. Please given your steps as well.

Thanks
--
Kathy


On Sat, Apr 25, 2009 at 3:09 PM, Jacques Le Roux <
[hidden email]> wrote:

> No problems here (just tested with OrderItem)
>
> Jacques
>
> From: "Divesh Dutta" <[hidden email]>
>
>  Hello all,
>>         Actually  when I try to do XML data export from webtools then I
>> did not get supposed result. Steps which I followed:
>> 1) Checked required Entities
>>
>> 2) Specified Output Directory name and file name as well
>>
>> 3) Depressed on Export
>>
>> Result : Wrote "numbers" records in to XML file "filename"
>> But when  I check these records in my Desktop, I could not fine them. Is
>> any one is facing same problem?
>>
>> Thanks
>> Divesh
>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Problem in XML data export

Ashish Vijaywargiya-5
Divesh & Kathy,

It is working fine for me.
Let me try to help you.
I have selected checkbox for PartyType entity and then pressed the "Export" button.

Output Directory name : /home/ashish/Desktop

Given file name : PartyTypeData.xml

The output I see is one file created at my desktop by name PartyType.xml with all the records from PartyType entity and another one created at the root directory of project with name PartyTypeData.xml with all the records.

Please let us know if you need further help on this !

--
Ashish


Kathy jones wrote:
Hello Jacques,

Even I tried to export XML data from webtools. But I am getting the results
same as Divesh. Steps I tried :

- Checked Entities

- Output Directory name : /home/kathy/Desktop

- filename : testdata

- Clicked on Export

Not found any record in Desktop. Jacques Can you please tell if we are wrong
some where. Please given your steps as well.

Thanks
--
Kathy


On Sat, Apr 25, 2009 at 3:09 PM, Jacques Le Roux <
[hidden email]> wrote:

  
No problems here (just tested with OrderItem)

Jacques

From: "Divesh Dutta" [hidden email]

 Hello all,
    
        Actually  when I try to do XML data export from webtools then I
did not get supposed result. Steps which I followed:
1) Checked required Entities

2) Specified Output Directory name and file name as well

3) Depressed on Export

Result : Wrote "numbers" records in to XML file "filename"
But when  I check these records in my Desktop, I could not fine them. Is
any one is facing same problem?

Thanks
Divesh


      

  

smime.p7s (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Problem in XML data export

Jacques Le Roux
Administrator
In reply to this post by Kathy jones
Just checked export all on locale instance (same as alternate server trunk) : ok (372 files)

Got this error (not correctly managed) when using simple export without any parameters set (but a directory given)
org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen
[component://webtools/widget/CommonScreens.xml#CommonEntityDecorator]: org.ofbiz.entity.transaction.GenericTransactionException: The
current transaction is marked for rollback, not beginning a new transaction and aborting current operation; the rollbackOnly was
caused by: [1] [xxx] Error when writing null: java.lang.IllegalArgumentException: Tried to find entity definition for a null
entityNamejava.lang.IllegalArgumentException: Tried to find entity definition for a null entityName (Tried to find entity definition
for a null entityName) (The current transaction is marked for rollback, not beginning a new transaction and aborting current
operation; the rollbackOnly was caused by: [1] [xxx] Error when writing null: java.lang.IllegalArgumentException: Tried to find
entity definition for a null entityNamejava.lang.IllegalArgumentException: Tried to find entity definition for a null entityName
(Tried to find entity definition for a null entityName))

Exportig (not filename only a directory, in occurence c:\)
    catalog ok (33 files)
    Product part 1 ok (9 files)
    Product part 2 ok (20 files)
    Product part 3 ok (11 files)
    Product part 4 ok (4 files)

Jacques


From: "Kathy jones" <[hidden email]>

> Hello Jacques,
>
> Even I tried to export XML data from webtools. But I am getting the results
> same as Divesh. Steps I tried :
>
> - Checked Entities
>
> - Output Directory name : /home/kathy/Desktop
>
> - filename : testdata
>
> - Clicked on Export
>
> Not found any record in Desktop. Jacques Can you please tell if we are wrong
> some where. Please given your steps as well.
>
> Thanks
> --
> Kathy
>
>
> On Sat, Apr 25, 2009 at 3:09 PM, Jacques Le Roux <
> [hidden email]> wrote:
>
>> No problems here (just tested with OrderItem)
>>
>> Jacques
>>
>> From: "Divesh Dutta" <[hidden email]>
>>
>>  Hello all,
>>>         Actually  when I try to do XML data export from webtools then I
>>> did not get supposed result. Steps which I followed:
>>> 1) Checked required Entities
>>>
>>> 2) Specified Output Directory name and file name as well
>>>
>>> 3) Depressed on Export
>>>
>>> Result : Wrote "numbers" records in to XML file "filename"
>>> But when  I check these records in my Desktop, I could not fine them. Is
>>> any one is facing same problem?
>>>
>>> Thanks
>>> Divesh
>>>
>>>
>>
>


Reply | Threaded
Open this post in threaded view
|

Re: Problem in XML data export

Divesh Dutta
In reply to this post by Ashish Vijaywargiya-5
Hello Ashish,

Thanks for your help. I was making mistake in giving path of Output
Directory. But I tried this for  https://demo.ofbiz.org/webtools . After
following all the steps, I could not find any file created in my
Desktop. So I think this is again a problem.

One more thing which I noticed is, when I depress on "Export" button
then file is created having the name of Entity which I exported (For my
local instance). It should be created with the name of filename which we
mention over there. Any suggestions are most welcome.

Thanks
--
Divesh


Ashish Vijaywargiya wrote:

> Divesh & Kathy,
>
> It is working fine for me.
> Let me try to help you.
> I have selected checkbox for PartyType entity and then pressed the
> "Export" button.
>
> Output Directory name : /home/ashish/Desktop
>
> Given file name : PartyTypeData.xml
>  
>
> The output I see is one file created at my desktop by name
> PartyType.xml with all the records from PartyType entity and another
> one created at the root directory of project with name
> PartyTypeData.xml with all the records.
>
> Please let us know if you need further help on this !
>
> --
> Ashish
>
>
> Kathy jones wrote:
>> Hello Jacques,
>>
>> Even I tried to export XML data from webtools. But I am getting the results
>> same as Divesh. Steps I tried :
>>
>> - Checked Entities
>>
>> - Output Directory name : /home/kathy/Desktop
>>
>> - filename : testdata
>>
>> - Clicked on Export
>>
>> Not found any record in Desktop. Jacques Can you please tell if we are wrong
>> some where. Please given your steps as well.
>>
>> Thanks
>> --
>> Kathy
>>
>>
>> On Sat, Apr 25, 2009 at 3:09 PM, Jacques Le Roux <
>> [hidden email]> wrote:
>>
>>  
>>> No problems here (just tested with OrderItem)
>>>
>>> Jacques
>>>
>>> From: "Divesh Dutta" <[hidden email]>
>>>
>>>  Hello all,
>>>    
>>>>         Actually  when I try to do XML data export from webtools then I
>>>> did not get supposed result. Steps which I followed:
>>>> 1) Checked required Entities
>>>>
>>>> 2) Specified Output Directory name and file name as well
>>>>
>>>> 3) Depressed on Export
>>>>
>>>> Result : Wrote "numbers" records in to XML file "filename"
>>>> But when  I check these records in my Desktop, I could not fine them. Is
>>>> any one is facing same problem?
>>>>
>>>> Thanks
>>>> Divesh
>>>>
>>>>
>>>>      
>>
>>  

Reply | Threaded
Open this post in threaded view
|

Re: Problem in XML data export

Ashish Vijaywargiya-5
Hello Divesh,

See my comment inline :

Divesh Dutta wrote:

> Hello Ashish,
>
> Thanks for your help. I was making mistake in giving path of Output
> Directory. But I tried this for  https://demo.ofbiz.org/webtools .
> After following all the steps, I could not find any file created in my
> Desktop. So I think this is again a problem.
>
> One more thing which I noticed is, when I depress on "Export" button
> then file is created having the name of Entity which I exported (For
> my local instance). It should be created with the name of filename
> which we mention over there. Any suggestions are most welcome.
Man, the file name that you had given is right and it will create the
file in the root directory of project (i.e OFBIZ_HOME). Checkout that
folder and you will see file there.
Please read my previous message again, I said the same thing in my last
message.

--
Ashish

>
> Thanks
> --
> Divesh
>
>
> Ashish Vijaywargiya wrote:
>> Divesh & Kathy,
>>
>> It is working fine for me.
>> Let me try to help you.
>> I have selected checkbox for PartyType entity and then pressed the
>> "Export" button.
>>
>> Output Directory name : /home/ashish/Desktop
>>
>> Given file name : PartyTypeData.xml
>>  
>> The output I see is one file created at my desktop by name
>> PartyType.xml with all the records from PartyType entity and another
>> one created at the root directory of project with name
>> PartyTypeData.xml with all the records.
>>
>> Please let us know if you need further help on this !
>>
>> --
>> Ashish
>>
>>
>

smime.p7s (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Problem in XML data export

BJ Freeman
In reply to this post by Ashish Vijaywargiya-5
A SERVER DOES NOT EXPORT TO YOUR DESKTOP.
IT EXPORTS TO THE SERVER PATH AND IS SAVED ON THE SERVER.

Divesh Dutta sent the following on 4/25/2009 7:15 AM:

> Hello Ashish,
>
> Thanks for your help. I was making mistake in giving path of Output
> Directory. But I tried this for  https://demo.ofbiz.org/webtools . After
> following all the steps, I could not find any file created in my
> Desktop. So I think this is again a problem.
>
> One more thing which I noticed is, when I depress on "Export" button
> then file is created having the name of Entity which I exported (For my
> local instance). It should be created with the name of filename which we
> mention over there. Any suggestions are most welcome.
>
> Thanks
> --
> Divesh
>
>
> Ashish Vijaywargiya wrote:
>> Divesh & Kathy,
>>
>> It is working fine for me.
>> Let me try to help you.
>> I have selected checkbox for PartyType entity and then pressed the
>> "Export" button.
>>
>> Output Directory name : /home/ashish/Desktop
>>
>> Given file name : PartyTypeData.xml
>>  
>> The output I see is one file created at my desktop by name
>> PartyType.xml with all the records from PartyType entity and another
>> one created at the root directory of project with name
>> PartyTypeData.xml with all the records.
>>
>> Please let us know if you need further help on this !
>>
>> --
>> Ashish
>>
>>
>> Kathy jones wrote:
>>> Hello Jacques,
>>>
>>> Even I tried to export XML data from webtools. But I am getting the
>>> results
>>> same as Divesh. Steps I tried :
>>>
>>> - Checked Entities
>>>
>>> - Output Directory name : /home/kathy/Desktop
>>>
>>> - filename : testdata
>>>
>>> - Clicked on Export
>>>
>>> Not found any record in Desktop. Jacques Can you please tell if we
>>> are wrong
>>> some where. Please given your steps as well.
>>>
>>> Thanks
>>> --
>>> Kathy
>>>
>>>
>>> On Sat, Apr 25, 2009 at 3:09 PM, Jacques Le Roux <
>>> [hidden email]> wrote:
>>>
>>>  
>>>> No problems here (just tested with OrderItem)
>>>>
>>>> Jacques
>>>>
>>>> From: "Divesh Dutta" <[hidden email]>
>>>>
>>>>  Hello all,
>>>>    
>>>>>         Actually  when I try to do XML data export from webtools
>>>>> then I
>>>>> did not get supposed result. Steps which I followed:
>>>>> 1) Checked required Entities
>>>>>
>>>>> 2) Specified Output Directory name and file name as well
>>>>>
>>>>> 3) Depressed on Export
>>>>>
>>>>> Result : Wrote "numbers" records in to XML file "filename"
>>>>> But when  I check these records in my Desktop, I could not fine
>>>>> them. Is
>>>>> any one is facing same problem?
>>>>>
>>>>> Thanks
>>>>> Divesh
>>>>>
>>>>>
>>>>>      
>>>
>>>  
>
>

--
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems Integrator.

Reply | Threaded
Open this post in threaded view
|

Re: Problem in XML data export

Divesh Dutta
  Hey BJ,

Thanks for your email.
It looks like there is something wrong with your Keyboard & I guess its
time to fix your keyboard problem ;o).
We people don't understand the words written in Capital letters (Its
like Animal's dancing here and there).

What do you think if we provide a checkbox titled "Download on Remote
Location" ?
If that checkbox is checked then file should be downloaded on the remote
computer.
If community agrees on this approach then I can work on this issue and
update on the progress being made through patch.

Thanks !
--
Divesh


BJ Freeman wrote:

> A SERVER DOES NOT EXPORT TO YOUR DESKTOP.
> IT EXPORTS TO THE SERVER PATH AND IS SAVED ON THE SERVER.
>
> Divesh Dutta sent the following on 4/25/2009 7:15 AM:
>  
>> Hello Ashish,
>>
>> Thanks for your help. I was making mistake in giving path of Output
>> Directory. But I tried this for  https://demo.ofbiz.org/webtools . After
>> following all the steps, I could not find any file created in my
>> Desktop. So I think this is again a problem.
>>
>> One more thing which I noticed is, when I depress on "Export" button
>> then file is created having the name of Entity which I exported (For my
>> local instance). It should be created with the name of filename which we
>> mention over there. Any suggestions are most welcome.
>>
>> Thanks
>> --
>> Divesh
>>
>>
>> Ashish Vijaywargiya wrote:
>>    
>>> Divesh & Kathy,
>>>
>>> It is working fine for me.
>>> Let me try to help you.
>>> I have selected checkbox for PartyType entity and then pressed the
>>> "Export" button.
>>>
>>> Output Directory name : /home/ashish/Desktop
>>>
>>> Given file name : PartyTypeData.xml
>>>  
>>> The output I see is one file created at my desktop by name
>>> PartyType.xml with all the records from PartyType entity and another
>>> one created at the root directory of project with name
>>> PartyTypeData.xml with all the records.
>>>
>>> Please let us know if you need further help on this !
>>>
>>> --
>>> Ashish
>>>
>>>
>>> Kathy jones wrote:
>>>      
>>>> Hello Jacques,
>>>>
>>>> Even I tried to export XML data from webtools. But I am getting the
>>>> results
>>>> same as Divesh. Steps I tried :
>>>>
>>>> - Checked Entities
>>>>
>>>> - Output Directory name : /home/kathy/Desktop
>>>>
>>>> - filename : testdata
>>>>
>>>> - Clicked on Export
>>>>
>>>> Not found any record in Desktop. Jacques Can you please tell if we
>>>> are wrong
>>>> some where. Please given your steps as well.
>>>>
>>>> Thanks
>>>> --
>>>> Kathy
>>>>
>>>>
>>>> On Sat, Apr 25, 2009 at 3:09 PM, Jacques Le Roux <
>>>> [hidden email]> wrote:
>>>>
>>>>  
>>>>        
>>>>> No problems here (just tested with OrderItem)
>>>>>
>>>>> Jacques
>>>>>
>>>>> From: "Divesh Dutta" <[hidden email]>
>>>>>
>>>>>  Hello all,
>>>>>    
>>>>>          
>>>>>>         Actually  when I try to do XML data export from webtools
>>>>>> then I
>>>>>> did not get supposed result. Steps which I followed:
>>>>>> 1) Checked required Entities
>>>>>>
>>>>>> 2) Specified Output Directory name and file name as well
>>>>>>
>>>>>> 3) Depressed on Export
>>>>>>
>>>>>> Result : Wrote "numbers" records in to XML file "filename"
>>>>>> But when  I check these records in my Desktop, I could not fine
>>>>>> them. Is
>>>>>> any one is facing same problem?
>>>>>>
>>>>>> Thanks
>>>>>> Divesh
>>>>>>
>>>>>>
>>>>>>      
>>>>>>            
>>>>  
>>>>        
>>    
>
>  

Reply | Threaded
Open this post in threaded view
|

Re: Problem in XML data export

BJ Freeman
In reply to this post by BJ Freeman
That opens a security hole in my mind.
it would be better if you use ssh or webmin, or ftp to get sever info.


Divesh Dutta sent the following on 4/25/2009 7:54 AM:

>  Hey BJ,
>
> Thanks for your email.
> It looks like there is something wrong with your Keyboard & I guess its
> time to fix your keyboard problem ;o).
> We people don't understand the words written in Capital letters (Its
> like Animal's dancing here and there).
>
> What do you think if we provide a checkbox titled "Download on Remote
> Location" ?
> If that checkbox is checked then file should be downloaded on the remote
> computer.
> If community agrees on this approach then I can work on this issue and
> update on the progress being made through patch.
>
> Thanks !
> --
> Divesh
>
>
> BJ Freeman wrote:
>> A SERVER DOES NOT EXPORT TO YOUR DESKTOP.
>> IT EXPORTS TO THE SERVER PATH AND IS SAVED ON THE SERVER.
>>
>> Divesh Dutta sent the following on 4/25/2009 7:15 AM:
>>  
>>> Hello Ashish,
>>>
>>> Thanks for your help. I was making mistake in giving path of Output
>>> Directory. But I tried this for  https://demo.ofbiz.org/webtools . After
>>> following all the steps, I could not find any file created in my
>>> Desktop. So I think this is again a problem.
>>>
>>> One more thing which I noticed is, when I depress on "Export" button
>>> then file is created having the name of Entity which I exported (For my
>>> local instance). It should be created with the name of filename which we
>>> mention over there. Any suggestions are most welcome.
>>>
>>> Thanks
>>> --
>>> Divesh
>>>
>>>
>>> Ashish Vijaywargiya wrote:
>>>    
>>>> Divesh & Kathy,
>>>>
>>>> It is working fine for me.
>>>> Let me try to help you.
>>>> I have selected checkbox for PartyType entity and then pressed the
>>>> "Export" button.
>>>>
>>>> Output Directory name : /home/ashish/Desktop
>>>>
>>>> Given file name : PartyTypeData.xml
>>>>  
>>>> The output I see is one file created at my desktop by name
>>>> PartyType.xml with all the records from PartyType entity and another
>>>> one created at the root directory of project with name
>>>> PartyTypeData.xml with all the records.
>>>>
>>>> Please let us know if you need further help on this !
>>>>
>>>> --
>>>> Ashish
>>>>
>>>>
>>>> Kathy jones wrote:
>>>>      
>>>>> Hello Jacques,
>>>>>
>>>>> Even I tried to export XML data from webtools. But I am getting the
>>>>> results
>>>>> same as Divesh. Steps I tried :
>>>>>
>>>>> - Checked Entities
>>>>>
>>>>> - Output Directory name : /home/kathy/Desktop
>>>>>
>>>>> - filename : testdata
>>>>>
>>>>> - Clicked on Export
>>>>>
>>>>> Not found any record in Desktop. Jacques Can you please tell if we
>>>>> are wrong
>>>>> some where. Please given your steps as well.
>>>>>
>>>>> Thanks
>>>>> --
>>>>> Kathy
>>>>>
>>>>>
>>>>> On Sat, Apr 25, 2009 at 3:09 PM, Jacques Le Roux <
>>>>> [hidden email]> wrote:
>>>>>
>>>>>  
>>>>>        
>>>>>> No problems here (just tested with OrderItem)
>>>>>>
>>>>>> Jacques
>>>>>>
>>>>>> From: "Divesh Dutta" <[hidden email]>
>>>>>>
>>>>>>  Hello all,
>>>>>>            
>>>>>>>         Actually  when I try to do XML data export from webtools
>>>>>>> then I
>>>>>>> did not get supposed result. Steps which I followed:
>>>>>>> 1) Checked required Entities
>>>>>>>
>>>>>>> 2) Specified Output Directory name and file name as well
>>>>>>>
>>>>>>> 3) Depressed on Export
>>>>>>>
>>>>>>> Result : Wrote "numbers" records in to XML file "filename"
>>>>>>> But when  I check these records in my Desktop, I could not fine
>>>>>>> them. Is
>>>>>>> any one is facing same problem?
>>>>>>>
>>>>>>> Thanks
>>>>>>> Divesh
>>>>>>>
>>>>>>>
>>>>>>>                  
>>>>>          
>>>    
>>
>>  
>
>

--
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems Integrator.

Reply | Threaded
Open this post in threaded view
|

Re: Problem in XML data export

David E Jones-3
In reply to this post by Divesh Dutta

That option already exists, ie downloading through the browser.  
However, it is only available for the export that puts all exported  
entities into a single file. Also, if it is very large it will  
probably fail...

-David


On Apr 25, 2009, at 8:54 AM, Divesh Dutta wrote:

> Hey BJ,
>
> Thanks for your email.
> It looks like there is something wrong with your Keyboard & I guess  
> its time to fix your keyboard problem ;o).
> We people don't understand the words written in Capital letters (Its  
> like Animal's dancing here and there).
>
> What do you think if we provide a checkbox titled "Download on  
> Remote Location" ?
> If that checkbox is checked then file should be downloaded on the  
> remote computer.
> If community agrees on this approach then I can work on this issue  
> and update on the progress being made through patch.
>
> Thanks !
> --
> Divesh
>
>
> BJ Freeman wrote:
>> A SERVER DOES NOT EXPORT TO YOUR DESKTOP.
>> IT EXPORTS TO THE SERVER PATH AND IS SAVED ON THE SERVER.
>>
>> Divesh Dutta sent the following on 4/25/2009 7:15 AM:
>>
>>> Hello Ashish,
>>>
>>> Thanks for your help. I was making mistake in giving path of Output
>>> Directory. But I tried this for  https://demo.ofbiz.org/webtools .  
>>> After
>>> following all the steps, I could not find any file created in my
>>> Desktop. So I think this is again a problem.
>>>
>>> One more thing which I noticed is, when I depress on "Export" button
>>> then file is created having the name of Entity which I exported  
>>> (For my
>>> local instance). It should be created with the name of filename  
>>> which we
>>> mention over there. Any suggestions are most welcome.
>>>
>>> Thanks
>>> --
>>> Divesh
>>>
>>>
>>> Ashish Vijaywargiya wrote:
>>>
>>>> Divesh & Kathy,
>>>>
>>>> It is working fine for me.
>>>> Let me try to help you.
>>>> I have selected checkbox for PartyType entity and then pressed the
>>>> "Export" button.
>>>>
>>>> Output Directory name : /home/ashish/Desktop
>>>>
>>>> Given file name : PartyTypeData.xml
>>>> The output I see is one file created at my desktop by name
>>>> PartyType.xml with all the records from PartyType entity and  
>>>> another
>>>> one created at the root directory of project with name
>>>> PartyTypeData.xml with all the records.
>>>>
>>>> Please let us know if you need further help on this !
>>>>
>>>> --
>>>> Ashish
>>>>
>>>>
>>>> Kathy jones wrote:
>>>>
>>>>> Hello Jacques,
>>>>>
>>>>> Even I tried to export XML data from webtools. But I am getting  
>>>>> the
>>>>> results
>>>>> same as Divesh. Steps I tried :
>>>>>
>>>>> - Checked Entities
>>>>>
>>>>> - Output Directory name : /home/kathy/Desktop
>>>>>
>>>>> - filename : testdata
>>>>>
>>>>> - Clicked on Export
>>>>>
>>>>> Not found any record in Desktop. Jacques Can you please tell if we
>>>>> are wrong
>>>>> some where. Please given your steps as well.
>>>>>
>>>>> Thanks
>>>>> --
>>>>> Kathy
>>>>>
>>>>>
>>>>> On Sat, Apr 25, 2009 at 3:09 PM, Jacques Le Roux <
>>>>> [hidden email]> wrote:
>>>>>
>>>>>
>>>>>> No problems here (just tested with OrderItem)
>>>>>>
>>>>>> Jacques
>>>>>>
>>>>>> From: "Divesh Dutta" <[hidden email]>
>>>>>>
>>>>>> Hello all,
>>>>>>
>>>>>>>        Actually  when I try to do XML data export from webtools
>>>>>>> then I
>>>>>>> did not get supposed result. Steps which I followed:
>>>>>>> 1) Checked required Entities
>>>>>>>
>>>>>>> 2) Specified Output Directory name and file name as well
>>>>>>>
>>>>>>> 3) Depressed on Export
>>>>>>>
>>>>>>> Result : Wrote "numbers" records in to XML file "filename"
>>>>>>> But when  I check these records in my Desktop, I could not fine
>>>>>>> them. Is
>>>>>>> any one is facing same problem?
>>>>>>>
>>>>>>> Thanks
>>>>>>> Divesh
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>
>>>
>>
>>
>