Saturday, August 26, 2017

ESRI basemaps loading maps diagonally

Hi,

Today,  I faced an issue in my esri javascript api 3.13 based simple web application.  

The basemaps were loading only the diagonal wise, all other blocks are blank.   In the chrome dev tools, every basemaps requests were success 200 response code.

The root cause was, esri.css version is different compared to the esri js version, like css was pointing to 3.12, esri js is pointing to 3.21.  

Thanks.,

Monday, April 18, 2016

ESRI Business Analyst data installation error: unable to find these files..

Hi,

When you install the ESRI BA data, sometime you will face "file not found error"..  But the file will be available in those locations.

To avoid this error, pls. reduce the no of folders in the path,  if there is more folders/sub-folders there will be issue.

Thanks, 

Friday, April 8, 2016

Windows 10 - Can't access network - wifi issue

Today, I got an issue in my Windows 10 laptop, the wifi is not able to connect the network.  But if I connect through LAN cable, it works fine.

I tried device drive update, but nothing happened positively.


I got a solution (that worked for me)

a) go to device manager
b) select Network adapters
c) Right click on "...wireless"
d) go to properties, -> advanced tap
e) in the value drop down, select Auto


It will work, give a try.

Friday, March 29, 2013

Microsoft® Windows® Malicious Software Removal

MS is releasing a good malicious software removal tool with upgradation every month.  It is a good idea to download and run this tool every month, even though we have Antivirus/Windows Defender.


Link:
http://www.microsoft.com/en-us/download/details.aspx?id=9905



Windows Defender has been turned off....

I have windows 8 64 bit professional edition.  Whenever I select the Windows Defender, it says "windows defender has been turned off....".   I did search in the Google "how to turn on windows defender", but that I did not get any helpful post.

Solution: a) first turn off your antivirus ( i have Avira free one).
b) go to control panel -> Action Center
c) select security tab
d) go to virus protection
e) view antivirus apps
f) select windows defender and turn ON
g) update the Windows defender and scan the computer.
h) once the scan is done, just turn on your antivirus.  ( windows defender will go off automatically).


Monday, June 11, 2012


Could not start ArcSDE - Check Network, $SDEHOME disk, DBMS settings....


Today, I created multiple ArcSDE service instances and few services deletion.   When I started one of the service, it has thrown an error "could not start ArcSDE..." for the command sdemon -o start -i esri_sde.  

Then I tried with sdemon -o start -i esri_sde -H c:\arcgis\arcsde\ora10gexe\.  It started properly. I am not sure whether the deletion of the service instance esri_sde has not done properly... 

Monday, April 9, 2012

ArcGIS desktop + Append issue

I have created a feature class (fGDB) in ArcGIS 9.3.1 without mentioning the co-ordinate system.  After appending multiple feature class in the new one, i drew the map in ArcMap.  The line features are displayed in zig-zag way, no smooth curves.

So, again I created the feature class and mentioned the co-ordinate system.  Then the features appended became smooth curves.  

Andrew Ng machine learning course

Hi, I was failing in the week 2 quiz - Machine learning course in Coursera.org, especially in one of the question which has multiple opti...