× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Repeat after me:

A UNC PATHNAME IS NOT A MAPPED DRIVE.


Get rid of the Y:

And yes you can use the ip address

STRPCCMD ('START \\192.168.1.10\REPORTS\ITDEPT\EM004806.PDF')

replace 192.168.1.10 with your server's ip address.

Charles Wilt
iSeries Systems Administrator / Developer
Mitsubishi Electric Automotive America
ph: 513-573-4343
fax: 513-398-1121
 

> -----Original Message-----
> From: midrange-l-bounces@xxxxxxxxxxxx
> [mailto:midrange-l-bounces@xxxxxxxxxxxx]On Behalf Of R Allen
> Sent: Friday, April 08, 2005 4:15 PM
> To: 'Midrange Systems Technical Discussion'
> Subject: RE: Accessing documents in IFS with Excel from the iSeries
> 
> 
> OK, I was leaving out the server name (with a Q in front of it). 
> Apparently I cannot use the IP address of my iSeries, instead 
> I have to use
> the system name (with a Q in front of it).
> 
> Using  'Y:/REPORTS/ITDEPT/EM004806.PDF
> Using  'Y://QS123456/REPORTS/EFILE/EM004806.PDF  get "Access denied"
> 
> Any suggestions?
> 
> Thanks for your help
> 
> 
> -----Original Message-----
> From: midrange-l-bounces@xxxxxxxxxxxx
> [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Wilt, Charles
> Sent: Friday, April 08, 2005 2:56 PM
> To: Midrange Systems Technical Discussion
> Subject: RE: Accessing documents in IFS with Excel from the iSeries
> 
> > -----Original Message-----
> > From: midrange-l-bounces@xxxxxxxxxxxx
> > [mailto:midrange-l-bounces@xxxxxxxxxxxx]On Behalf Of John
> > Sent: Friday, April 08, 2005 3:19 PM
> > To: MIDRANGE-L@xxxxxxxxxxxx
> > Subject: Accessing documents in IFS with Excel from the iSeries
> > 
> > 
> > We are creating some PDF files and Excel files on our iSeries 
> > and placing
> > them in the IFS. 
> > 
> > I would like to give the users the ability to access these 
> > from their green
> > screen application.
> > 
> > I have tried STRPCCMD ('START Y:/REPORTS/ITDEPT/SALESRPT.PDF')
> > 
> > Which works fine but requires all users to map their drive 
> Y the same.
> 
> Don't use a drive mapping.  Instead use the UNC pathname:
> \\servername\sharename\foldername\...\docname.pdf
> 
> In your above example, you could share the REPORTS folder, so 
> you could use
> \\servername\REPORTS\ITDEPT\SALESRPT.PDF.
> 
> > 
> > And also requires that the user already be logged on to the Y 
> > drive (does
> > not prompt for user id and password)
> > 
> 
> That's going to be a function of Windows.  You'd have to have 
> iSeries user
> IDs and passwords that match your Windows user ID and 
> passwords.  Another
> option is to implement Single Sign-on.
> 
> >  
> > 
> > I want to display these files from an iSeries application and 
> > give the user
> > the option to view the pdf and excel files without starting a 
> > program on
> > their PC
> > 
> 
> Not going to happen. "Something" is going to have to do the 
> work on the
> client PC.
> 
> >  
> > 
> > My questions are (bear with me if these are dumb questions, 
> Running PC
> > commands from the iSeries is new to me): 
> > 
> > 1) Is there another way to do this without a socket program?
> > 
> > 2) I can create a share from the iSeries, can I map a drive from the
> > iSeries?
> 
> Creating shares, use iSeries Navigator...look under "File Systems"
> -->"Integrated File System" right click a folder and select Sharing.
> 
> Mapping drives, no.  The iSeries doesn't have any concept of Windows
> "drives".  But you can still use a Windows PC file share, via 
> the UNC name
> through the /QNTC file system.   For instance, to access a share named
> MYSHARE a windows server named MYWINSVR, I use the following:
> /QNTC/MYWINSVR/MYSHARE/mydoc.doc
> 
> 
> > 
> > 3) Can I check to see if a drive is mapped (from an iSeries 
> > using RPG or CL)
> 
> Check to see if a PC has a particular drive mapped?  Not 
> without a custom
> socket program.
> 
> > 
> > 4) The users may put their PDF and Excel files into different 
> > directories in
> > the IFS, The program knows exactly where the PDF and Excel 
> > files are (has
> > the complete IFS path name) I do not want to create a share 
> > of the IFS root,
> > is there a better way to run the STRPCCMD to allow this 
> > (without making the
> > user key in the directory path)
> > 
> > Example I have a database with /REPORTS/ITDEPT/SALES.PDF in 
> > it, The easiest
> > thing would be to have all users map drive Y to the root then 
> > the STRPCCMD
> > at the beginning of this email would work for them all, 
> > however since I do
> > not want the Y drive mapped to the root, I am looking for other
> > possibilities. Has anyone done anything like this and if so 
> > how did you
> > implement?
> 
> 
> Should have already gotten the answer for this from my above comments.
> 
> 
> HTH,
> 
> Charles Wilt
> iSeries Systems Administrator / Developer
> Mitsubishi Electric Automotive America
> ph: 513-573-4343
> fax: 513-398-1121
>  
> 
> -- 
> This is the Midrange Systems Technical Discussion 
> (MIDRANGE-L) mailing list
> To post a message email: MIDRANGE-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/midrange-l
> or email: MIDRANGE-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/midrange-l.
> 
> 
> 
> -- 
> This is the Midrange Systems Technical Discussion 
> (MIDRANGE-L) mailing list
> To post a message email: MIDRANGE-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/midrange-l
> or email: MIDRANGE-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/midrange-l.
> 
> 


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.