[mapguide-users] Data Package Problem

Sandeep Thosar sandeepthosar at gmail.com
Wed Apr 9 23:48:52 EDT 2008


Dear *Kenneth,*
*Thanks for the mail and tried as per your instructions and also give
references in Administrative Tool --- > Mapguide ----> Dotnetviewersample.*
*but it is not working and i facing the same problem.*
**
*Then i type URL in internet Explorere--> *
http://localhost/mapguide/dotnetsampleviewer/ajaxviewersample.aspx
**
*but it gives me following error THE PAGE CAN NOT FOUND.*
**
Please help me out.

With Regards,

Sandeep


On Wed, Apr 9, 2008 at 6:51 PM, Kenneth, GEOGRAF A/S <ks at geograf.dk> wrote:

> In the guide, step 2 is:
> 2. Download and extract the sample application.
>     Visit the downloads page and download phpviewersample-2.0.zip. *On
> Windows extract the files to C:\Program
> Files\MapGuideOpenSource\WebServerExtensions\www*. On Linux extract the
>     files to /usr/local/mapguideopensource/webserverextensions/www. Note
> that in both cases it should create a folder called phpviewersample under
> www.
>
> I have made the important part bold.
> For dotnet, the folder is called dotnetviewersample instead of
> phpviewersample.
>
> Regards, Kenneth, GEOGRAF A/S
>
>
>
> Sandeep Thosar skrev:
>
>   I refering the dotnetviewersamplecode from download page and then
> unziped the sample code to C:\Inetpub\wwwroot directory and when i clicked
> on this linked i get message page can't find and if i run my application
> then i get blank output.
>
> Please help me.
>
> With Regards,
> Sandeep
>
>
> On Wed, Apr 9, 2008 at 2:35 PM, Kenneth, GEOGRAF A/S <ks at geograf.dk>
> wrote:
>
> > What sample code are you refering to?
> > If you try the link below:
> > http://localhost/mapguide/dotnetviewersample/ajaxtiledviewersample.aspx
> >
> > It should ask you for username/password.
> >
> > Regards, Kenneth, GEOGRAF A/S
> >
> >
> >
> >
> > Sandeep Thosar skrev:
> >
> >  Dear  Kenneth, GEOGRAF ,
> > Thanks for the mail.
> >
> > I After I installed data packages then it give me one log file
> > Sheboygan.mgp.log but when I run the sample code it give me blank output
> > again.
> >
> >
> >
> > Please help me.
> >
> >
> >
> > With Regards,
> >
> > Sandeep
> >
> > On Wed, Apr 9, 2008 at 1:09 PM, Kenneth, GEOGRAF A/S <ks at geograf.dk>
> > wrote:
> >
> > > Did you read the the guide?
> > > http://mapguide.osgeo.org/2.0/documentation.html
> > > Click on "Getting Started with MapGuide".
> > >
> > > Which step is failing?
> > >
> > > .Net/IIS uses slightly different urls:
> > >  http://localhost/mapguide/mapadmin/login.php
> > >
> > > http://localhost/mapguide/dotnetviewersample/ajaxtiledviewersample.aspx
> > >
> > > You seem to confuse repository paths with file system paths.
> > > The WebLayout is not on the filesystem, but in the repository, so you
> > > cannot find it from windows explorer.
> > > You must use an authoring tool to edit the WebLayout (links are in the
> > > guide).
> > >
> > > For more information on how MapGuide works, please see the Developers
> > > Guide:
> > > http://mapguide.osgeo.org/2.0/documentation.html
> > > Simply click on "MapGuide Developers Guide".
> > >
> > >
> > > Regards, Kenneth, GEOGRAF A/S
> > >
> > >
> > >
> > >
> > > Sandeep Thosar skrev:
> > >
> > >  Dear Rahul,
> > >
> > > Thanks for the information but when i debug this page it shows me
> > > UserId= Anonymous and Password="" then create session after that it goes to
> > >
> > >
> > > <
> > > frame id="viewerFrame" frameborder="no" marginwidth="0" marginheight
> > > ="0" scrolling="no" src="../mapviewernet/ajaxviewer.aspx?SESSION=
> > > <%=sessionId%>&WEBLAYOUT=<%=webLayout%>"> where i get session
> > > information and shows WebLayout path Library://Samples/Sheboygan/Layouts/SheboyganAsp.WebLayout
> > > and then get blank output so where i stroes this Library folder in my
> > > application folder or currently it stored in C:\Program
> > > Files\MapGuideOpenSource2.0\Server\Packages\Library\Samples\Sheboygan\Layouts. Please
> > > help me.
> > >
> > > With Regards,
> > > Sandeep
> > >
> > > On Wed, Apr 9, 2008 at 10:17 AM, Rahul <unicorn_admirer at yahoo.com>
> > > wrote:
> > >
> > > >  Hi ,
> > > >
> > > >          I think you should check www/dotnetviewersample/*
> > > > ajaxviewersample.aspx* file , this file contain the information
> > > > regarding the weblayout as well as the startup page for the sample
> > > > application.
> > > >
> > > >
> > > >
> > > >
> > > > ---------------------------------------------------------------------------------------------------
> > > >
> > > >
> > > >
> > > > <script runat="server">
> > > > String webLayout =
> > > > "Library://Samples/Sheboygan/Layouts/SheboyganAsp.WebLayout";
> > > > String defaultUser = "Anonymous";
> > > > String defaultPassword = "";
> > > > String sessionId = "";
> > > > </script>
> > > >
> > > > ----------------------------------------------------------------------------------------------------
> > > > Max !!
> > > >
> > > >
> > > > ----- Original Message ----
> > > > From: Sandeep Thosar <sandeepthosar at gmail.com>
> > > > To: MapGuide Users Mail List <mapguide-users at lists.osgeo.org>
> > > > Sent: Wednesday, April 9, 2008 11:33:13 AM
> > > > Subject: Re: [mapguide-users] Data Package Problem
> > > >
> > > > Dear Rahul,
> > > >
> > > > I use Asp.Net 2.0 and i load packages also but what is the start up
> > > > page i set to run the application.
> > > >
> > > > my WebLayout stored in C:\Program
> > > > Files\MapGuideOpenSource2.0\Server\Packages\Library\Samples\Sheboygan\Layouts
> > > > and the path which returned in JAvascript is
> > > > "Library://Samples/Sheboygan/Layouts/SheboyganAsp.WebLayout";
> > > >
> > > > I can't understand from where WebLayout Picked.
> > > >
> > > > Please help me.
> > > >
> > > > With Regards,
> > > >
> > > > Sandeep
> > > >
> > > > On Wed, Apr 9, 2008 at 9:53 AM, Rahul <unicorn_admirer at yahoo.com>
> > > > wrote:
> > > >
> > > > >  Hi ,
> > > > >
> > > > >          I think you try to check through MapAgent and see that
> > > > > you can get some xml output for the Feature Source loaded through Data
> > > > > Package(*.mgp).
> > > > >
> > > > >
> > > > >
> > > > > http://x.x.x.x:8008/mapguide/mapagent/
> > > > >
> > > > >
> > > > >
> > > > > One more thing are you using MapGuide Studio and if so then you
> > > > > can check the loaded package and see that you can preview weblayout or
> > > > > layers in the mapguide studio.
> > > > >
> > > > >
> > > > >
> > > > > Max
> > > > >
> > > > >
> > > > >
> > > > > ----------------------------------------------------------------------------------------------------------
> > > > > Dear Rahul,
> > > > >
> > > > > After i load data packages from site administrator and i run my
> > > > > application then i get blank output without any Error.
> > > > >
> > > > > Please told me exactly what happen and which page i set to start
> > > > > up page for the mapguide application or there is any changes require in
> > > > > mapguide open source sample code.
> > > > >
> > > > > Please help me.
> > > > >
> > > > > With Regards,
> > > > >
> > > > > Sandeep
> > > > >
> > > > >
> > > > > ------------------------------
> > > > > You rock. That's why Blockbuster's offering you one month of
> > > > > Blockbuster Total Access<http://us.rd.yahoo.com/evt=47523/*http://tc.deals.yahoo.com/tc/blockbuster/text5.com>,
> > > > > No Cost.
> > > > >
> > > > > _______________________________________________
> > > > > mapguide-users mailing list
> > > > > mapguide-users at lists.osgeo.org
> > > > > http://lists.osgeo.org/mailman/listinfo/mapguide-users
> > > > >
> > > > >
> > > >
> > > >
> > > > __________________________________________________
> > > > Do You Yahoo!?
> > > > Tired of spam? Yahoo! Mail has the best spam protection around
> > > > http://mail.yahoo.com
> > > >
> > > > _______________________________________________
> > > > mapguide-users mailing list
> > > > mapguide-users at lists.osgeo.org
> > > > http://lists.osgeo.org/mailman/listinfo/mapguide-users
> > > >
> > > >
> > > ------------------------------
> > >
> > > _______________________________________________
> > > mapguide-users mailing listmapguide-users at lists.osgeo.orghttp://lists.osgeo.org/mailman/listinfo/mapguide-users
> > >
> > >
> > > _______________________________________________
> > > mapguide-users mailing list
> > > mapguide-users at lists.osgeo.org
> > > http://lists.osgeo.org/mailman/listinfo/mapguide-users
> > >
> > >
> > ------------------------------
> >
> >
> > _______________________________________________
> > mapguide-users mailing listmapguide-users at lists.osgeo.orghttp://lists.osgeo.org/mailman/listinfo/mapguide-users
> >
> >
> > _______________________________________________
> > mapguide-users mailing list
> > mapguide-users at lists.osgeo.org
> > http://lists.osgeo.org/mailman/listinfo/mapguide-users
> >
> >
> ------------------------------
>
> _______________________________________________
> mapguide-users mailing listmapguide-users at lists.osgeo.orghttp://lists.osgeo.org/mailman/listinfo/mapguide-users
>
>
> _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapguide-users/attachments/20080410/d3e91935/attachment.html


More information about the mapguide-users mailing list