Click here to Skip to main content
16,009,255 members
Home / Discussions / Database
   

Database

 
General@@Identity & Scope_Identity() returning null. Pin
Mustafa Ismail Mustafa18-Mar-08 10:36
Mustafa Ismail Mustafa18-Mar-08 10:36 
GeneralRe: @@Identity & Scope_Identity() returning null. Pin
pmarfleet18-Mar-08 11:13
pmarfleet18-Mar-08 11:13 
GeneralRe: @@Identity & Scope_Identity() returning null. Pin
Mustafa Ismail Mustafa18-Mar-08 12:20
Mustafa Ismail Mustafa18-Mar-08 12:20 
QuestionHow do I update an XSL stylesheet, stored in a field of type XML Pin
totig18-Mar-08 7:20
totig18-Mar-08 7:20 
Generalerror connecting to SQL2005 Express Pin
Anoop Brijmohun18-Mar-08 4:50
Anoop Brijmohun18-Mar-08 4:50 
GeneralRe: error connecting to SQL2005 Express Pin
John_Adams19-Mar-08 3:09
John_Adams19-Mar-08 3:09 
GeneralRe: error connecting to SQL2005 Express Pin
Anoop Brijmohun19-Mar-08 3:48
Anoop Brijmohun19-Mar-08 3:48 
GeneralSSRS headache Pin
Vodstok18-Mar-08 4:47
Vodstok18-Mar-08 4:47 
I am working on a project that generates reports via SSRS, and i am having the following problem. for the LoadReport method, i am using "/temp" for the report path. i have placed a "temp" folder every place on the server i can imagine to help the service "find" it, but I keep getting this error:

The item '/temp' cannot be found. ---> The item '/temp' cannot be found.


here is the stack trace:
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. <br />
<br />
Exception Details: System.Web.Services.Protocols.SoapException: The item '/temp' cannot be found. ---> The item '/temp' cannot be found.<br />
<br />
Source Error: <br />
<br />
<br />
Line 227:        [return: System.Xml.Serialization.XmlElementAttribute("executionInfo")]<br />
Line 228:        public ExecutionInfo LoadReport(string Report, string HistoryID) {<br />
Line 229:            object[] results = this.Invoke("LoadReport", new object[] {<br />
Line 230:                        Report,<br />
Line 231:                        HistoryID});<br />
 <br />
<br />
<br />
<br />
Stack Trace: <br />
<br />
<br />
[SoapException: The item '/temp' cannot be found. ---> The item '/temp' cannot be found.]<br />
   System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +551452<br />
   System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +204<br />
<br />
 <br />


ANy idea? This is my SSRS project, and outside of this little roadblock, it is moving along beautifully.

______________________
Mr Griffin, eleventy billion is not a number...WTF | :WTF:

GeneralRe: SSRS headache Pin
pmarfleet18-Mar-08 11:03
pmarfleet18-Mar-08 11:03 
GeneralReporting Services 2000 Pin
imnotso#18-Mar-08 4:13
imnotso#18-Mar-08 4:13 
Questionconvert EMPTY fields to NULL? Pin
John Sundar18-Mar-08 1:35
John Sundar18-Mar-08 1:35 
GeneralRe: convert EMPTY fields to NULL? Pin
Krish - KP18-Mar-08 1:43
Krish - KP18-Mar-08 1:43 
GeneralRe: convert EMPTY fields to NULL? Pin
Krish - KP18-Mar-08 2:01
Krish - KP18-Mar-08 2:01 
GeneralRe: convert EMPTY fields to NULL? Pin
John Sundar23-Mar-08 19:51
John Sundar23-Mar-08 19:51 
GeneralRe: convert EMPTY fields to NULL? Pin
SeeSharp18-Mar-08 21:10
SeeSharp18-Mar-08 21:10 
GeneralRe: convert EMPTY fields to NULL? Pin
John Sundar23-Mar-08 19:49
John Sundar23-Mar-08 19:49 
GeneralGetting StartDate and EndDate using SQL query Pin
meeram39518-Mar-08 0:08
meeram39518-Mar-08 0:08 
GeneralRe: Getting StartDate and EndDate using SQL query Pin
Krish - KP18-Mar-08 1:29
Krish - KP18-Mar-08 1:29 
GeneralRe: Getting StartDate and EndDate using SQL query Pin
meeram39518-Mar-08 3:55
meeram39518-Mar-08 3:55 
Generalsql query Pin
rameshdontagani17-Mar-08 18:30
rameshdontagani17-Mar-08 18:30 
GeneralRe: sql query Pin
pmarfleet17-Mar-08 20:48
pmarfleet17-Mar-08 20:48 
GeneralRe: sql query Pin
SeeSharp18-Mar-08 23:54
SeeSharp18-Mar-08 23:54 
GeneralError on Mapping an UDT Pin
faehne17-Mar-08 11:13
faehne17-Mar-08 11:13 
GeneralReporting Services: Draw rectangle on chart's plot area Pin
Mark J. Miller17-Mar-08 9:47
Mark J. Miller17-Mar-08 9:47 
GeneralRe: Reporting Services: Draw rectangle on chart's plot area Pin
pmarfleet17-Mar-08 10:23
pmarfleet17-Mar-08 10:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.