Search found 798 matches

by EViews Steve
Tue Apr 16, 2024 9:58 am
Forum: Bug Reports
Topic: Self Signed certificates
Replies: 4
Views: 157

Re: Self Signed certificates

Simplicity. And in fact, even if you have a self-signed certificate authorized in your local Windows store, it's Common Name will most likely not match the host name in your URL due to how your security appliance works (I'm guessing) -- so allowing the self-signed cert to be accepted still requires ...
by EViews Steve
Tue Apr 16, 2024 9:26 am
Forum: Bug Reports
Topic: Self Signed certificates
Replies: 4
Views: 157

Re: Self Signed certificates

New undocumented commands have been created: IGNORECERTERROR RESTORECERTERROR IgnoreCertError tells EViews to ignore any SSL certificate errors encountered when getting data over the internet. This setting will remain on until EViews is restarted or the RESTORECERTERROR cmd is called. RestoreCertErr...
by EViews Steve
Tue Apr 16, 2024 7:38 am
Forum: Bug Reports
Topic: Self Signed certificates
Replies: 4
Views: 157

Re: Self Signed certificates

I'll create a new command to ignore all ssl certificate errors during that instance of EViews. This fix will be put into EViews 13 only.

Steve
by EViews Steve
Mon Apr 08, 2024 10:47 am
Forum: Data Manipulation
Topic: Importing complex Excel files
Replies: 4
Views: 295

Re: Importing complex Excel files

I forgot you mentioned that the source file is an Excel spreadsheet. Here's the import statement you would need to use then:
prob2.png
prob2.png (27.7 KiB) Viewed 193 times

Steve
by EViews Steve
Mon Apr 08, 2024 10:14 am
Forum: Data Manipulation
Topic: Importing complex Excel files
Replies: 4
Views: 295

Re: Importing complex Excel files

My suggestion is to perform a custom text manipulation before doing the import. You should do this in an external program (such as a custom batch script) as EViews is not designed to be an efficient text manipulation engine. But here's how you would do that using EViews code: 2024-04-08_10h00_08.png...
by EViews Steve
Fri Apr 05, 2024 7:48 am
Forum: Data Manipulation
Topic: Importing complex Excel files
Replies: 4
Views: 295

Re: Importing complex Excel files

No, there isn't a way to tell the import command to repeat values from previous cells when reading in the header lines. I would recommend manually renaming the prev2 series objects after doing the import, like this: import... rename prev2 gross_domestic_product_prev2 rename prev201 household_consump...
by EViews Steve
Fri Apr 05, 2024 7:38 am
Forum: Add-in Support
Topic: Dowload series from DatastreamEDX uing EViews
Replies: 8
Views: 675

Re: Dowload series from DatastreamEDX uing EViews

Great! Thanks for the update.
by EViews Steve
Tue Apr 02, 2024 7:49 am
Forum: Add-in Support
Topic: Dowload series from DatastreamEDX uing EViews
Replies: 8
Views: 675

Re: Dowload series from DatastreamEDX uing EViews

Hmm, that really makes it sound like it's a problem with the DatastreamEDX itself.

Please provide this info to them along with the specific item you're trying to fetch so they can reproduce the issue.

Steve
by EViews Steve
Fri Mar 29, 2024 7:30 am
Forum: Add-in Support
Topic: Dowload series from DatastreamEDX uing EViews
Replies: 8
Views: 675

Re: Dowload series from DatastreamEDX uing EViews

Do you have an older version of EViews where this query currently works? -- meaning is this error new with EViews 13 only? Or is it happening regardless of version? The javascript error you reported seems to not like something that is happening inside of their "returnItemsToHost" function ...
by EViews Steve
Thu Mar 28, 2024 4:57 pm
Forum: Add-in Support
Topic: Dowload series from DatastreamEDX uing EViews
Replies: 8
Views: 675

Re: Dowload series from DatastreamEDX uing EViews

Please report this error to Datastream, the developers of the DatastreamEDX.

https://developers.lseg.com/en/api-cata ... eb-service

Steve
by EViews Steve
Wed Mar 06, 2024 9:00 am
Forum: Bug Reports
Topic: Not receiving all series requested from FRED db
Replies: 4
Views: 976

Re: Not receiving all series requested from FRED db

Please provide your FETCH command that is resulting in that error.
by EViews Steve
Fri Mar 01, 2024 10:46 am
Forum: Bug Reports
Topic: Eviews crash on pageload
Replies: 2
Views: 229

Re: Eviews crash on pageload

I can confirm the crash in Dec 19 build, but it seems to be fixed in latest Jan 8 build.

Steve
by EViews Steve
Sat Feb 17, 2024 12:13 pm
Forum: Programming
Topic: failed to initialize EViewsPyConn
Replies: 12
Views: 9962

Re: failed to initialize EViewsPyConn

Have you checked the python path you're using within EViews? Go to Options menu/General Options/External program interface. Double-check the "Home Path" value for Python. Make sure that folder is still valid and also contains an actual "pythonX.dll" (e.g. python3.dll). Also, go t...
by EViews Steve
Wed Feb 14, 2024 10:36 am
Forum: Data Manipulation
Topic: Eviews 13 much slower than Eviews 11
Replies: 2
Views: 366

Re: Eviews 13 much slower than Eviews 11

Try the LEGACY option on the WFSAVE call to see if that restores the speed.

viewtopic.php?t=21561
by EViews Steve
Sat Feb 10, 2024 9:10 am
Forum: Installation and Registration
Topic: INSTALLATION ISSUES
Replies: 4
Views: 1325

Re: INSTALLATION ISSUES

The 12 SV installer is getting confused by a previous failed installation. You'll need to clear some settings in your Windows registry before you can re-run the installer. Here's the REG zip file . Download and extract the REG file, then double-click it to run. Proceed thru any security warnings and...

Go to advanced search