BusinessObjects Board

connectivity issue

Anybody have any suggestions?

  1. SQL running from my pc runs fine. Oracle database. tns ping works OK
  2. Aspx-hosted SQL runs perfectly from the webserver. Returns data in under a second as XML to my browser
  3. When I set up an XML data connection in xcelsius (on my pc, running the aspx on the webserver), it hangs as soon as it tries to run the file.

The powers-that-be won’t let me have fiddler or any other potentially useful tool… :hb:

Debbie


Debbie :uk: (BOB member since 2005-03-01)

Fixed.

When I code my aspx using GetString to format/process the output, xcelsius sometimes doesn’t play nicely…

So I switched it back to processing each row in turn and it now works.

Debbie


Debbie :uk: (BOB member since 2005-03-01)