Great Ideas. Always Flowing.

We are not happy until you are happy. Client satisfaction guaranteed. Whatever your needs and requirements, we have the skills and resources for the job!

Sharepoint 2007 / 2010 Forums

Nothing shows up in stock quote web part
Last Post 18 May 2007 06:30 AM by Jennifer Davis. 38 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev
You are not authorized to post a reply.
Page 2 of 2 << < 12
Author Messages
Riju KUser is Offline
New Member
New Member
Posts:2

--
07 Mar 2007 09:32 PM
Same to me too. I put my MOSS outside firewall, still no luck. I am using MSFT and $(StockSymbol) on template. Am i missing anything ?
Chad NashUser is Offline
Senior Member
Senior Member
Posts:5260

--
09 Mar 2007 10:40 AM
This is the web service that the stock quotes web part is hitting (at least during the beta release). Make sure from your Sharepoint Server that you can hit this web service:

http://www.betasprings.com/dataspri...earch.asmx

Beyond hitting that you might run into issues for Sharepoint security (maybe hitting external web services?)

-Chad

Riju KUser is Offline
New Member
New Member
Posts:2

--
12 Mar 2007 01:09 AM
ok.. it worked... I had to add it to GAC.. thanks a lot
Bill HandUser is Offline
New Member
New Member
Posts:1

--
16 Apr 2007 09:07 AM
I have done all of the above and I still can't see anything. How is the setup documentation coming along?
Jennifer DavisUser is Offline
New Member
New Member
Posts:2

--
15 May 2007 09:13 AM

I am also having problems getting any stock information to appear.  I have other parts on the site that are crossing the firewall and work fine.  Can you give more specific information on how this web part works?

Thanks~

Bob McCambridgeUser is Offline
New Member
New Member
Posts:8

--
17 May 2007 02:38 AM

I too am having issues with stocks showing. I have done everything here and still nothing. Anything on the doc yet? Is this project dead?

Chad NashUser is Offline
Senior Member
Senior Member
Posts:5260

--
17 May 2007 06:29 AM
No, can you provide a few more details on when you get the error. For example, does it show up in the list? Can you actually add the web part to the page? Can you manage the settings but just not get the stocks to show up and have you already added a template?
Chad NashUser is Offline
Senior Member
Senior Member
Posts:5260

--
17 May 2007 06:30 AM
Also, from your server can you hit this web service: http://www.betasprings.com/dataspri...earch.asmx

Bob McCambridgeUser is Offline
New Member
New Member
Posts:8

--
17 May 2007 08:46 AM
Posted By host on 05/17/2007 8:29 AM
No, can you provide a few more details on when you get the error. For example, does it show up in the list? Can you actually add the web part to the page? Can you manage the settings but just not get the stocks to show up and have you already added a template?

 

Yes it shows on the list and I used your template from here > http://www.datasprings.com/Products...fault.aspx

and yes I can manage the settings and add the web part and lastly I can access the site you refer to above from the MOSS server.

Chad NashUser is Offline
Senior Member
Senior Member
Posts:5260

--
17 May 2007 09:04 AM

Hmmm... Well thats not very fun is it. That should be it, as far as I know it should also be able to run in minimal trust. The web part just connects to that web service to get the stock information.

One thing to check, change this line your web.config:

From:
 
  
To:
 
  
Not that you should have to set the trust to full, just trying to see if this makes a difference for debugging the issue.

From the posts on here it doesn't seem like you are the only one having this problem, just trying to figure out why. Since you are already working with the web part and have the ability to setup the template and so forth I would say the problem is connecting to the web service from WSS/MOSS?

-Chad


-Chad

Bob McCambridgeUser is Offline
New Member
New Member
Posts:8

--
17 May 2007 09:10 AM
Posted By host on 05/17/2007 11:04 AM

Hmmm... Well thats not very fun is it. That should be it, as far as I know it should also be able to run in minimal trust. The web part just connects to that web service to get the stock information.

One thing to check, change this line your web.config:

From:
 
  
To:
 
  
Not that you should have to set the trust to full, just trying to see if this makes a difference for debugging the issue.

From the posts on here it doesn't seem like you are the only one having this problem, just trying to figure out why. Since you are already working with the web part and have the ability to setup the template and so forth I would say the problem is connecting to the web service from WSS/MOSS?

-Chad


-Chad

Chad,

You have missing text in your post. I don't see any problems connecting to the web service unless this is looking into a specific port that I am not aware of?

Chad NashUser is Offline
Senior Member
Senior Member
Posts:5260

--
17 May 2007 09:30 AM
Sorry, I don't think it is allowing my script tags, ill try and fix this.

Basically I was suggesting that you change the line in the web.config

trust level="WSS_Minimal" originUrl=""

To:
trust level="Full" originUrl=""

just to see if this had any effect on it. It shouldn't require full trust but just for testing.

No, its in port 80 so that shouldn't be an issue, just connecting to the web service on that URL.


Bob McCambridgeUser is Offline
New Member
New Member
Posts:8

--
17 May 2007 09:56 AM

I already have it set to Full...thx.

Chad NashUser is Offline
Senior Member
Senior Member
Posts:5260

--
17 May 2007 10:47 AM
K. Does the web part show your template at all. In other words, does it show the areas that are not pulling in values. For example, compared to http://sharepointdemo.datasprings.com does it show the other areas of the template that are not the 'Tokens'? Or is it just blank?

Bob McCambridgeUser is Offline
New Member
New Member
Posts:8

--
18 May 2007 01:27 AM

Posted By host on 05/17/2007 12:47 PM
K. Does the web part show your template at all. In other words, does it show the areas that are not pulling in values. For example, compared to http://sharepointdemo.datasprings.com does it show the other areas of the template that are not the 'Tokens'? Or is it just blank?

 

It's just blank.

 

Bob McCambridgeUser is Offline
New Member
New Member
Posts:8

--
18 May 2007 01:44 AM

Actually it just shows this:

System.NullReferenceException: Object reference not set to an instance of an object. at StockQuotes.StockQuotes.RenderWebPart(HtmlTextWriter output)

 

It appears you haven't declared a variable for an object thus the Null error?

Bob McCambridgeUser is Offline
New Member
New Member
Posts:8

--
18 May 2007 01:54 AM
Forget that last...the page is blank
Bob McCambridgeUser is Offline
New Member
New Member
Posts:8

--
18 May 2007 03:30 AM

Ok, I got this to work. It appears that when I viewed the template in an editor I used the wrap to view it then copied and pasted. When I undid the wrap and then copied and pasted it now it works...strange.

Jennifer DavisUser is Offline
New Member
New Member
Posts:2

--
18 May 2007 06:30 AM

When I set the trust level to full the stock quote web part started working for me.  Thanks! Jennifer

You are not authorized to post a reply.
Page 2 of 2 << < 12


 
 

Join our mailing list...

Get current news and events the easy way
Subscribe Me

Recent Blogs...

 
Copyright 2005 - 2011 by Data Springs, Inc.
 
  • film izle
  • 720 izle
  • film
  • sinema izle
  • film makinesi
  • T�rk�e dublaj film
  • film izle
  • film izle
  • baglan film izle
  • sinema izle
  • 1080 film izle
  • film mercegi