How do you tell if ES is running?


Author
Message
Greg McGuffey
Greg McGuffey
Strategic Support Team Member (4.8K reputation)
Group: Forum Members
Posts: 2K, Visits: 6.6K
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. Blush I hope you have a good Easter weekend!
Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 7K
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" Wink host name.  Hope this helps.

Greg McGuffey
Greg McGuffey
Strategic Support Team Member (4.8K reputation)
Group: Forum Members
Posts: 2K, Visits: 6.6K
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. BigGrin
Greg McGuffey
Greg McGuffey
Strategic Support Team Member (4.8K reputation)
Group: Forum Members
Posts: 2K, Visits: 6.6K
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.
Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 7K
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?


Greg McGuffey
Greg McGuffey
Strategic Support Team Member (4.8K reputation)
Group: Forum Members
Posts: 2K, Visits: 6.6K
I just created a new app to test ES. Exact same results. Any ideas? I really need to get this working ASAP so I can make a recommendation about my app using it. Thanks!
Greg McGuffey
Greg McGuffey
Strategic Support Team Member (4.8K reputation)
Group: Forum Members
Posts: 2K, Visits: 6.6K
Yes. I copied and pasted them (and just double checked them).
Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 7K
Does your encryption and vector key match?  They should be identical on each side...the application data source definition and the definition on the server.
Greg McGuffey
Greg McGuffey
Strategic Support Team Member (4.8K reputation)
Group: Forum Members
Posts: 2K, Visits: 6.6K
Here is the code that creates the EnterpriseDataSourceItems. It bombs when it goes to get the global security data (first data call in app).



Dim dsApp As New EnterpriseDataSourceItem("" _

, "ramstest.foxsys.com/StrataFrameES" _

, 80 _

, "RamsApp" _

, New SqlDataSourceItem(""))



'-- Configure the compression and encryption (optional)

dsApp.IsCompressed = True

dsApp.IsEncrypted = True

dsApp.EncryptionKey = New Byte() {...}

dsApp.EncryptionVector = New Byte() {...}



'-- Add the EnterpriseDataSourceItem

DataLayer.DataSources.Add(dsApp)





Dim dsSec As New EnterpriseDataSourceItem("security" _

, "ramstest.foxsys.com/StrataFrameES" _

, 80 _

, "RamsSecurity" _

, New SqlDataSourceItem(""))



'-- Configure the compression and encryption (optional)

dsSec.IsCompressed = True

dsSec.IsEncrypted = True

dsSec.EncryptionKey = New Byte() {...}

dsSec.EncryptionVector = New Byte() {...}



'-- Add the EnterpriseDataSourceItem

DataLayer.DataSources.Add(dsSec)





This returns a 400 bad requestion. If I change "ramstest.foxsys.com/StrataFrameES" to "ramstest.foxsys.com" I get a 404 not found error.



Yep, I can taste it... BigGrin
StrataFrame Team
S
StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)
Group: StrataFrame Developers
Posts: 3K, Visits: 2.5K
Can you paste the code snippet from your AppMain where you are adding the EnterpriseDataSourceItem to your DataSources collection?

You're so close... I'm sure you can probably taste it...

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search