|
|
|
Re:File Upload for Notes 8 Months, 4 Weeks ago
|
|
|
Check PeopleTools-->Utilities-->Administration-->URLs and select RO_NOTES_ATTACH url identifier and note down the url mentioned there.
Format is: ftp://userid:thepassword@ipaddress/path
Example: ftp://psdmo:
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
/u01/ftp
If it is not in the format, then change it to this and try again. If it does not work, login to the server where you have application server installed and try to ftp a test file from the command line. If you are not able to do check the permission/ user id/password and ftp service running or not.
If you could do it and still you are not able to upload file, then enable trace and check the app server log or trace file, you will get the actual reason why it is not working.
Good luck.
|
|
|
|
Logged
|
|
|
Last Edit: 2008/04/17 11:49 By PSADMIN.
|
|
|
|
|
|
|
Re:File Upload for Notes 8 Months, 3 Weeks ago
|
|
|
Yes you can. Navigate to
PeopleTools -> Utilities -> Debug -> People Tools Test Utility
and use the "File Attachment Test" to upload a test file and provide the user id password and ip and location with the format:
ftp://YourFTPUser:YourFTPPassword@YourComputerName/YourDirectoryPath
After the upload you should see the file there and it should allow you to delete also. Then it is fine, else contact the admin to fix.
Good Luck
|
|
|
|
Logged
|
|
|
Last Edit: 2008/04/15 09:22 By PSADMIN.
|
|
|
|
|
|
|
Re:File Upload for Notes 8 Months, 3 Weeks ago
|
|
|
Are you having problem with the Notes attachment for Orders or any other place?
Did you check the RO_NOTES_ATTACH ftp configuration, if it is Notes attachment? For each type of attachment different confuguration.
Also does it give any error message when you attach the file from the utility and the actual page you are uploading?
If it just hangs and taking long time, then there might be some permission issue.
You can upload the error message in your response if you want to.
|
|
|
|
Logged
|
|
|
Last Edit: 2008/04/17 08:26 By PSADMIN.
|
|
|
|
|
|
|
Re:File Upload for Notes 8 Months, 3 Weeks ago
|
|
If you could see the file details in the utility page after upload as below then there is no issue with the ftp server or access.
If you do not see the details like this then the issue is with the ftp server. If you can see this and does not work in your page, then it is the issue with the page / code.
|
|
|
|
Logged
|
|
|
Last Edit: 2008/04/17 18:38 By PSADMIN.
|
|
|
|
|
|
|
Re:File Upload for Notes 8 Months, 3 Weeks ago
|
|
It looks like it is doing as it is suppose to be. The file gets stored in web server / app server box temporarily before going to the ftp server.
When you DELETE the file with the DELETE button, the file in the ftp server should get deleted. It does not matter if it is in the temp directories.
But the file should have been stored in the final ftp directory you have mentioned in the FTP SITE for the utility. If the file is not able to reach the ftp server, then it would error out or it will not show you the file in the page.
Once you delete it you will not be able to see the file even if it is still there in the temp directory of web server or app server.
Which means that there is no issue with the FTP SERVER or permission with the user id / password. To prove this just give a wrong password for the FTP site intentionally and you will not see the file and other buttons in the page or you will get some error message.
Note the ftp server is the server you mention in the url setup. This can be different from the file server for the application in general.
Here there are a few PeopleSoft functions used:
1. AddAttachment
2. PutAttachment
3. ViewAttachment
4. GetAttachment
5. DeleteAttachment
I recommend that you to go through the People Books about these functions on how they are used.
|
|
|
|
Logged
|
|
|
Last Edit: 2008/04/18 15:53 By PSADMIN.
|
|
|
|
|