StrataFrame Forum
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      


««123»»

How do you tell if ES is running?Expand / Collapse
Author
Message
Posted 04/05/2007 10:58:32 PM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Today @ 8:12:17 AM
Posts: 4,243, Visits: 4,288
400 Bad Request means that you can talk to the server but there is an issue with the license, don't have the encryption keys lined up, or something of that nature generally.  When you see this message it is generally a configuration error.  If you go to the status page of the ES on the server, is your license activated?

Post #7928
Posted 04/06/2007 12:09:46 PM
StrataFrame VIP

StrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIP

Group: StrataFrame Users
Last Login: Yesterday @ 7:29:55 PM
Posts: 1,168, Visits: 2,931
It appears the license is fine. I says it is active until 11/20/2007.

I'm wondering if I have the wrong host name. If I put in "ramstest.foxsys.com" I get a 404 error, file not found. If I put in "ramstest.foxsys.com/StrataFrameES" I get the 400, bad request (in the app .net client). The license is under "ramstest.foxsys.com". I thought I didn't need to have the virtual folder.

I triple checked the keys and they line up.
Post #7947
Posted 04/06/2007 5:48:05 PM
StrataFrame VIP

StrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIP

Group: StrataFrame Users
Last Login: Yesterday @ 7:29:55 PM
Posts: 1,168, Visits: 2,931
Guys, I really would like to figure this out today. I gotta be close. The sooner I get this working, the sooner I can test it, the sooner I can figure out if I need to buy it.
Post #7953
Posted 04/06/2007 8:17:55 PM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Today @ 8:12:17 AM
Posts: 4,243, Visits: 4,288
The problem is that your host name is incorrect.  It must include the host name and the virtual name as well.  However you get to the site...the license must be activated to match exactly!  This is covered in the docs, which may have been what clued you in here.

I have reset your account so you can log back in and activate with the "correct" host name.  Hope this helps.

Post #7955
Posted 04/06/2007 9:03:09 PM
StrataFrame VIP

StrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIP

Group: StrataFrame Users
Last Login: Yesterday @ 7:29:55 PM
Posts: 1,168, Visits: 2,931
Thanks! This makes sense. I actually tried to clarify this before I got the license, but I apparently didn't state the question clearly (or misunderstood both your answer and the help). I might make the suggest that they offer an example that includes a virtual directory.

I just read else where that you guys took today off! Sorry I was a smidge pushy in my last post. I hope you have a good Easter weekend!
Post #7957
Posted 04/09/2007 8:29:54 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Today @ 9:05:01 AM
Posts: 2,666, Visits: 1,878
I went and checked the code Greg, and apparently, the ES assumes that you won't have a virtual server... it's expecting to be able to put the hostname:portnumber directly, so if you have a virtual server, then the url ends up looking like this:

http://hostname/virtual:portnumber/RemoteDataSource.ashx

not

http://hostname:portnumber/virtual/RemoteDataSource.ashx

like it should.  Give me a few minutes to figure a way out of this and I'll send you a new MicroFour StrataFrame Enterprise Client.dll.


www.bungie.net
Post #7976
Posted 04/09/2007 8:40:46 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Today @ 9:05:01 AM
Posts: 2,666, Visits: 1,878
OK, Greg, give this DLL a try... you'll have to dump it into your C:\Program Files\Common Files\MicroFour\StrataFrame folder as well as drag it into your GAC (C:\Windows\Assembly).  As for the hostname in the license file, it has to match the hostname, not the hostname + virtual server... so, in your case, the ramstest.foxsys.com is correct.  The problem wasn't with the hostname not matching, it was with the URL being created within the Enterprise Client.


www.bungie.net

  Post Attachments 
MicroFour StrataFrame Enterprise Client.zip (4 views, 10.65 KB)
Post #7977
Posted 04/09/2007 12:43:16 PM
StrataFrame VIP

StrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIP

Group: StrataFrame Users
Last Login: Yesterday @ 7:29:55 PM
Posts: 1,168, Visits: 2,931
Ah, thanks Ben. I'm about to give this a try.

So, my license host name is "ramstest.foxsys.com" (used to create license file and to configure ES), but when I create my ES datasource, on the client, I'd still use "ramstest.foxsys.com/StrataFrameES" right?
Post #7988
Posted 04/09/2007 3:29:55 PM
StrataFrame VIP

StrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIP

Group: StrataFrame Users
Last Login: Yesterday @ 7:29:55 PM
Posts: 1,168, Visits: 2,931
No joy. I still get a bad request (400).

I was going to attempt to just install it at the root level of my website, but I cannot do that with your installer. It either creates a new web site or it installs into a virtual folder.

I'll try Trent's suggest of getting a new license file that includes the virtual folder in the host name.
Post #7992