HI ALL,
actually , i m working in a company having large number of employee , i have
two userid and password .
on id is from admin group(id given to me by technology manager) of the
server and other is simpley the user .
my software is based on Lan authentication based i.e. when a user works on
my system i find that user using AUTH_USER , i think you will be getting my
point .
when i login using that admin id it creats the excel sheet , and display it
on the browser , actually what i m doing , i create a excel sheet object and
write the the data to this sheet and save it to the folder
c:/inetpub/wwroot/myfolder/temp , and display it to the browser .
i save the sheet by filename+sessionid (file name)
it display the sheet on the browser , and user save this copy of this sheet
on his machine . but also a copy of this sheet is saved on the server in
that temp folder , i think now you will be getting my point .
but , when i login by any other user i try to generate that sheet it shows
page not found bot on address bar it shows that sheetname along with
session id
i.e. http://server-name/myfolder/temp/filename3005768.xls
PAGE NOT FOUND
I THINK THERE THE IS SOME PERMISSION PROBLEM . BECAUSE WHEN I CREATE THAT
EXCEL SHEET USING ADMIN ID IT CREATES THE EXCEL SHEET , WHEN I CHECK THAT
TEMP FOLDER ON
SERVER , I FIND A COPY OF EXCEL SHEET ON SERVER , BIU WHEN I LOG IN USING
ANY OTHER USER ID , IT DOEN NOT CREATE THE EXCEL SHEET ON SERVER , THAT IS
WHY IT SAYS " PAGE NOT FOUND "
PLEASE HELP ME ,
IT'S URGENT
THANX FOR YOUR RESPONSE
RGDS
RAJIV 5 2548
the users need CREATE permissions to the folder you are saving the XLS to.
--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Rajiv" <Ra***@discussions.microsoft.com> wrote in message
news:1A**********************************@microsof t.com... HI ALL, actually , i m working in a company having large number of employee , i have two userid and password . on id is from admin group(id given to me by technology manager) of the server and other is simpley the user . my software is based on Lan authentication based i.e. when a user works on my system i find that user using AUTH_USER , i think you will be getting my point .
when i login using that admin id it creats the excel sheet , and display it on the browser , actually what i m doing , i create a excel sheet object and write the the data to this sheet and save it to the folder c:/inetpub/wwroot/myfolder/temp , and display it to the browser . i save the sheet by filename+sessionid (file name) it display the sheet on the browser , and user save this copy of this sheet on his machine . but also a copy of this sheet is saved on the server in that temp folder , i think now you will be getting my point .
but , when i login by any other user i try to generate that sheet it shows page not found bot on address bar it shows that sheetname along with session id i.e. http://server-name/myfolder/temp/filename3005768.xls
PAGE NOT FOUND
I THINK THERE THE IS SOME PERMISSION PROBLEM . BECAUSE WHEN I CREATE THAT EXCEL SHEET USING ADMIN ID IT CREATES THE EXCEL SHEET , WHEN I CHECK THAT TEMP FOLDER ON SERVER , I FIND A COPY OF EXCEL SHEET ON SERVER , BIU WHEN I LOG IN USING ANY OTHER USER ID , IT DOEN NOT CREATE THE EXCEL SHEET ON SERVER , THAT IS WHY IT SAYS " PAGE NOT FOUND "
PLEASE HELP ME , IT'S URGENT
THANX FOR YOUR RESPONSE RGDS RAJIV
i have given the full control to the user everyone,i_user,networkuser, evry
user
but still it is not wotking
"Curt_C [MVP]" wrote: the users need CREATE permissions to the folder you are saving the XLS to.
-- Curt Christianson Site & Scripts: http://www.Darkfalz.com Blog: http://blog.Darkfalz.com
"Rajiv" <Ra***@discussions.microsoft.com> wrote in message news:1A**********************************@microsof t.com... HI ALL, actually , i m working in a company having large number of employee , i have two userid and password . on id is from admin group(id given to me by technology manager) of the server and other is simpley the user . my software is based on Lan authentication based i.e. when a user works on my system i find that user using AUTH_USER , i think you will be getting my point .
when i login using that admin id it creats the excel sheet , and display it on the browser , actually what i m doing , i create a excel sheet object and write the the data to this sheet and save it to the folder c:/inetpub/wwroot/myfolder/temp , and display it to the browser . i save the sheet by filename+sessionid (file name) it display the sheet on the browser , and user save this copy of this sheet on his machine . but also a copy of this sheet is saved on the server in that temp folder , i think now you will be getting my point .
but , when i login by any other user i try to generate that sheet it shows page not found bot on address bar it shows that sheetname along with session id i.e. http://server-name/myfolder/temp/filename3005768.xls
PAGE NOT FOUND
I THINK THERE THE IS SOME PERMISSION PROBLEM . BECAUSE WHEN I CREATE THAT EXCEL SHEET USING ADMIN ID IT CREATES THE EXCEL SHEET , WHEN I CHECK THAT TEMP FOLDER ON SERVER , I FIND A COPY OF EXCEL SHEET ON SERVER , BIU WHEN I LOG IN USING ANY OTHER USER ID , IT DOEN NOT CREATE THE EXCEL SHEET ON SERVER , THAT IS WHY IT SAYS " PAGE NOT FOUND "
PLEASE HELP ME , IT'S URGENT
THANX FOR YOUR RESPONSE RGDS RAJIV
Look in the IIS manager, what authentication type are you using? (Basic,
Integrated, etc) Are you allowing anonymous? If so what user is the
anonymous user set to?
--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Rajiv" <Ra***@discussions.microsoft.com> wrote in message
news:B8**********************************@microsof t.com... i have given the full control to the user everyone,i_user,networkuser, evry user
but still it is not wotking
"Curt_C [MVP]" wrote:
the users need CREATE permissions to the folder you are saving the XLS to.
-- Curt Christianson Site & Scripts: http://www.Darkfalz.com Blog: http://blog.Darkfalz.com
"Rajiv" <Ra***@discussions.microsoft.com> wrote in message news:1A**********************************@microsof t.com... > HI ALL, > actually , i m working in a company having large number of employee , i > have > two userid and password . > on id is from admin group(id given to me by technology manager) of the > server and other is simpley the user . > my software is based on Lan authentication based i.e. when a user works > on > my system i find that user using AUTH_USER , i think you will be > getting > my > point . > > when i login using that admin id it creats the excel sheet , and > display > it > on the browser , actually what i m doing , i create a excel sheet > object > and > write the the data to this sheet and save it to the folder > c:/inetpub/wwroot/myfolder/temp , and display it to the browser . > i save the sheet by filename+sessionid (file name) > it display the sheet on the browser , and user save this copy of this > sheet > on his machine . but also a copy of this sheet is saved on the server > in > that temp folder , i think now you will be getting my point . > > but , when i login by any other user i try to generate that sheet it > shows > page not found bot on address bar it shows that sheetname along with > session id > i.e. http://server-name/myfolder/temp/filename3005768.xls > > PAGE NOT FOUND > > I THINK THERE THE IS SOME PERMISSION PROBLEM . BECAUSE WHEN I CREATE > THAT > EXCEL SHEET USING ADMIN ID IT CREATES THE EXCEL SHEET , WHEN I CHECK > THAT > TEMP FOLDER ON > SERVER , I FIND A COPY OF EXCEL SHEET ON SERVER , BIU WHEN I LOG IN > USING > ANY OTHER USER ID , IT DOEN NOT CREATE THE EXCEL SHEET ON SERVER , THAT > IS > WHY IT SAYS " PAGE NOT FOUND " > > PLEASE HELP ME , > IT'S URGENT > > THANX FOR YOUR RESPONSE > RGDS > RAJIV > > >
i m using integrated authenrication , and i have untickked the anonymous user
access , is it o.k. guide me please .
"Curt_C [MVP]" wrote: Look in the IIS manager, what authentication type are you using? (Basic, Integrated, etc) Are you allowing anonymous? If so what user is the anonymous user set to?
-- Curt Christianson Site & Scripts: http://www.Darkfalz.com Blog: http://blog.Darkfalz.com
"Rajiv" <Ra***@discussions.microsoft.com> wrote in message news:B8**********************************@microsof t.com...i have given the full control to the user everyone,i_user,networkuser, evry user
but still it is not wotking
"Curt_C [MVP]" wrote:
the users need CREATE permissions to the folder you are saving the XLS to.
-- Curt Christianson Site & Scripts: http://www.Darkfalz.com Blog: http://blog.Darkfalz.com
"Rajiv" <Ra***@discussions.microsoft.com> wrote in message news:1A**********************************@microsof t.com... > HI ALL, > actually , i m working in a company having large number of employee , i > have > two userid and password . > on id is from admin group(id given to me by technology manager) of the > server and other is simpley the user . > my software is based on Lan authentication based i.e. when a user works > on > my system i find that user using AUTH_USER , i think you will be > getting > my > point . > > when i login using that admin id it creats the excel sheet , and > display > it > on the browser , actually what i m doing , i create a excel sheet > object > and > write the the data to this sheet and save it to the folder > c:/inetpub/wwroot/myfolder/temp , and display it to the browser . > i save the sheet by filename+sessionid (file name) > it display the sheet on the browser , and user save this copy of this > sheet > on his machine . but also a copy of this sheet is saved on the server > in > that temp folder , i think now you will be getting my point . > > but , when i login by any other user i try to generate that sheet it > shows > page not found bot on address bar it shows that sheetname along with > session id > i.e. http://server-name/myfolder/temp/filename3005768.xls > > PAGE NOT FOUND > > I THINK THERE THE IS SOME PERMISSION PROBLEM . BECAUSE WHEN I CREATE > THAT > EXCEL SHEET USING ADMIN ID IT CREATES THE EXCEL SHEET , WHEN I CHECK > THAT > TEMP FOLDER ON > SERVER , I FIND A COPY OF EXCEL SHEET ON SERVER , BIU WHEN I LOG IN > USING > ANY OTHER USER ID , IT DOEN NOT CREATE THE EXCEL SHEET ON SERVER , THAT > IS > WHY IT SAYS " PAGE NOT FOUND " > > PLEASE HELP ME , > IT'S URGENT > > THANX FOR YOUR RESPONSE > RGDS > RAJIV > > >
ok... so you aren't using anonymous...
This means that you should be prompted for a username/pass when you access
(or if on the domain it will use your windows user). Specify that specific
user with rights to that folder once... what happens?
--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Rajiv" <Ra***@discussions.microsoft.com> wrote in message
news:99**********************************@microsof t.com... i m using integrated authenrication , and i have untickked the anonymous user access , is it o.k. guide me please .
"Curt_C [MVP]" wrote:
Look in the IIS manager, what authentication type are you using? (Basic, Integrated, etc) Are you allowing anonymous? If so what user is the anonymous user set to?
-- Curt Christianson Site & Scripts: http://www.Darkfalz.com Blog: http://blog.Darkfalz.com
"Rajiv" <Ra***@discussions.microsoft.com> wrote in message news:B8**********************************@microsof t.com... >i have given the full control to the user everyone,i_user,networkuser, >evry > user > > but still it is not wotking > > > "Curt_C [MVP]" wrote: > >> the users need CREATE permissions to the folder you are saving the XLS >> to. >> >> >> -- >> Curt Christianson >> Site & Scripts: http://www.Darkfalz.com >> Blog: http://blog.Darkfalz.com >> >> >> "Rajiv" <Ra***@discussions.microsoft.com> wrote in message >> news:1A**********************************@microsof t.com... >> > HI ALL, >> > actually , i m working in a company having large number of employee >> > , i >> > have >> > two userid and password . >> > on id is from admin group(id given to me by technology manager) of >> > the >> > server and other is simpley the user . >> > my software is based on Lan authentication based i.e. when a user >> > works >> > on >> > my system i find that user using AUTH_USER , i think you will be >> > getting >> > my >> > point . >> > >> > when i login using that admin id it creats the excel sheet , and >> > display >> > it >> > on the browser , actually what i m doing , i create a excel sheet >> > object >> > and >> > write the the data to this sheet and save it to the folder >> > c:/inetpub/wwroot/myfolder/temp , and display it to the browser . >> > i save the sheet by filename+sessionid (file name) >> > it display the sheet on the browser , and user save this copy of >> > this >> > sheet >> > on his machine . but also a copy of this sheet is saved on the >> > server >> > in >> > that temp folder , i think now you will be getting my point . >> > >> > but , when i login by any other user i try to generate that sheet it >> > shows >> > page not found bot on address bar it shows that sheetname along with >> > session id >> > i.e. http://server-name/myfolder/temp/filename3005768.xls >> > >> > PAGE NOT FOUND >> > >> > I THINK THERE THE IS SOME PERMISSION PROBLEM . BECAUSE WHEN I CREATE >> > THAT >> > EXCEL SHEET USING ADMIN ID IT CREATES THE EXCEL SHEET , WHEN I CHECK >> > THAT >> > TEMP FOLDER ON >> > SERVER , I FIND A COPY OF EXCEL SHEET ON SERVER , BIU WHEN I LOG IN >> > USING >> > ANY OTHER USER ID , IT DOEN NOT CREATE THE EXCEL SHEET ON SERVER , >> > THAT >> > IS >> > WHY IT SAYS " PAGE NOT FOUND " >> > >> > PLEASE HELP ME , >> > IT'S URGENT >> > >> > THANX FOR YOUR RESPONSE >> > RGDS >> > RAJIV >> > >> > >> > >> >> >> This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: Allison Bailey |
last post by:
Hi Folks,
I'm a brand new Python programmer, so please point me in the right
direction if this is not the best forum for this question....
I...
|
by: Niyazi |
last post by:
Hi,
I have to retrieve a data from AS400 DB2 and after working with data I have
to export into one of existing Excel file.
I can connect into...
|
by: hari krishna |
last post by:
hi,
I want to send the data from dataset information to Excel through ASP.Net.
there will be no XL installed on web server. web server is win 2000...
|
by: elziko |
last post by:
I'm using late binding (I must) to automate Excel.
My code opens Excel after createing and poulating some sheets. My problem is
that when the...
|
by: |
last post by:
Hello,
I have a routine in my Windows application that exports the contents of a
datagrid to Excel. It is modeled closely after the HowTo...
|
by: |
last post by:
I wrote a class in VB.NET to export the contents of a datagrid to Excel. It
works perfectly on my machine, but it fails on my customers' PCs that...
|
by: implicate_order |
last post by:
Greetings,
I'm new to python and am in the process of writing a script to parse
some CSV data, spread it across multiple Excel worksheets and...
|
by: pleaseexplaintome_2 |
last post by:
using the code below (some parts not included), I create a new excel
workbook with spreadheets.
I then want to delete a spreadsheet, but a ...
|
by: chuckie_9497 |
last post by:
hello all you gurus. I am struggling with releasing com objects. I
have isolated the problem to the code below. Objects are released and
the...
|
by: Kemmylinns12 |
last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
|
by: jalbright99669 |
last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
|
by: antdb |
last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine
In the overall architecture, a new "hyper-convergence" concept was...
|
by: Matthew3360 |
last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
|
by: AndyPSV |
last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
|
by: Arjunsri |
last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
|
by: WisdomUfot |
last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
|
by: Oralloy |
last post by:
Hello Folks,
I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA.
My problem (spelled failure) is with the...
|
by: Rahul1995seven |
last post by:
Introduction:
In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python...
| |