Using iFS

I have a project requirement and I want to validate that iFS can be used to implement it. THe requirements in brief as are follows.
I am supposed to develop a web based document management system.
I have to create a file system so that people from various departments can view and edit the documents and forward it to the next department to complete the chain of events.
The original document itself is a word document containing forms and questionnaires. I am supposed to provide a web interface for all the forms and fields and allow each department to modify it, save the modified copy and forward the copy to the next department etc..
I was initially planning to use HTML/Servlet/JSP until someone told me that Oracle iFS does most of what I wanted. My question is what do I have to do to present the document in HTML format? Do I have to write my own renderer? Are there samples of renderers etc. What is the best way for me to store the data (write my own parser or convert into XML format). Any suggestion would be appreciated.

You seem to be picking a strange solution. If your going to use Word to store the items you are working on a Browser based application does not make sense. A browser cannot edit a word document without Word being installed on the same computer as the browser. Also, when word is used to edit a file downloaded from a website the file is stored on the local hard drive and editied there. In order to upload the changes the file needs to be sent back to web server in some manner. Word cannot do this.
If you convert to HTML what are you going to use to edit the documents. Again the Browser will not allow you to save changes made.
If you want a Web based app, ditch word. Go with iFS, create custom content types for you survey's and capture information as XML
If not, consider using SMB or WebDAV in conjuction with Word. Both of these protocols will allow users to edit the documents with Word.

Similar Messages

  • Synchronisation problem when using iFS as Portal document repository

    Is anyone using 9iFS as the repository for their Portal documents but getting DRG-11602: URL store: access to <file name> requires authentication when synchronising the PORTAL30.WWSBR_URL_CTX_INDX index. This is run under schema CTXSYS, using ctx_schedule.
    We use a URL on the Portal folder to access the iFS document and, if the ACE on the document ACL includes World Read, then the document is indexed correctly but if it has no World Read access then synchronisation fails with the above error. These secure documents are indexed correctly, however, when synchronising IFSSYS.IFS_TEXT.
    When you put the URL for the document in the browser then you are prompted for an iFS username/password and this is obviously the problem when synchronising. Oracle Support say that the Oracle 9i Oracle Text Reference, Chapter 2: Indexing, definition of URL_DATASTORE states :The login:password@ syntax within the URL is not supported. Oracle Support have also suggested that using iFS as the Portal repository is not standard practice and that we should simply add our documents as items on the folder. Doing this means not being able to take advantage of the added functionality of iFS such as versioning and, anyway, I thought that Oracle had plans to fully integrate the two products with iFS being the default repository in a future release of Portal.
    Until then has anyone got any ideas for a workaround because we are unable to index the contents of all secure documents on our Corporate intranet? We cant be the only site using iFS and Portal in this way!

    Hello Raymond,
    I must say that I downloaded the JBoss Portal Binary and not the bundle JBoss AS + JBoss Portal, because I already had a JBoss AS working, so it was the best way to do it (as it is said in the JBossPortalReferenceGuide). I have both things (server and portal) in the same directory, but I don't know if maybe one of them should contain the other (I have seen that in the bundle, the portal directory contains the JBoss application server) When I downloaded the JBoss Portal and tried to deploy it by directing my web browser to http://localhost:8080/portal it did not work, so I decided to copy the jboss-portal.sar directory from the JBoss Portal to the deploy of my server. Maybe this was a mistake.
    But anyway I have seen that JBoss Portal 2.6 comes with the myfaces jars, and as JBoss AS 4.2 uses Sun RI by default, it is going to collapse anyway. Should I just remove these jars from the portal? As I told you before, I tried doing it and I got two errors of not found classes.
    Please, any help would be really appreciated, I am losing a lot of time with this bug, because the server keeps getting out of memory due to it.
    Thanks in advance.

  • Using iFS as a repository for file upload attachments

    We are creating an auction website where auction owners are allowed to post any number of attachments (*.doc, *.pdf, etc...) to describe the product being auctioned.
    What is the best way to go about managing these file attachments? The difficulty lies in storing them uniquely. Should we use iFS or store them as BLOBs?

    Where can i find a sample application does something like this ? i.e a document management system such as the one fisher1 has discussed about where any file(*.xls,*.pdf etc) can be uploaded.Iam trying to design such a system myself but have little material(in the form of examples,books etc) to go on.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Luis:
    If your application is going to store files in the database, then you should certainly use iFS. If you're going to take advantage of jsps and/or servlets, then you will the iFS Java API will be a tremendously valuable asset.<HR></BLOCKQUOTE>
    null

  • IFS logging/tracing when using IFS Java APIs

    We are using IFS 1.1 and the java APIs that come with it
    (oracle.ifs java packages). In the IfsDefault.properties file
    you can specify tracing options. I have enabled tracing in this
    properties file, but I don't know where the tracing output
    goes. Where/how can I specify the output file for this tracing?
    Thanks
    Bryan - [email protected]

    I think posting the question in the IFS forum (or the database forum if there's no IFS forum) will be the fastest route to an answer on this one.
    Unfortunately, we're not IFS experts in the JDev team...

  • Apache challenge for username/password using IFS

    We are using IFS and Apache.
    When we open a document we are challenged for a username/password.
    Has anyone else experienced this - and know how to prevent it. Even when the user has uploaded the file it asks you for the username/password.
    Any clues?
    Thanks
    Chris

    Hi Deb,
    You can try the following type of code in your client side to pass the username and password to the webservice.
    BindingProvider bindingProvider = (BindingProvider) port;
    Map<String,Object> rc = (Map<String,Object>)bindingProvider.getRequestContext();
    List<CredentialProvider> credProviders = new ArrayList<CredentialProvider>();
    credProviders.add(new ClientUNTCredentialProvider(USERNAME.getBytes(),PASSWORD.getBytes()));
    rc.put(WSSecurityContext.CREDENTIAL_PROVIDER_LIST, credProviders);
    rc.put(BindingProvider.USERNAME_PROPERTY, USERNAME);
    rc.put(BindingProvider.PASSWORD_PROPERTY, PASSWORD);;For more details you can have a look at the below link:
    http://middlewaremagic.com/weblogic/?p=457
    Regards,
    Ravish Mody
    http://middlewaremagic.com/weblogic/
    Come, Join Us and Experience The Magic…

  • Who uses iFS?

    I have a potential client that is thinking about implementing iPortal as an intranet and iFS as a content management system. To persuade them, I would like to show them that other customers have used these products successfully. If you know of any organizations using these products, can you please provide me the following:
    - Name of organization
    - # users
    - # of documents stored
    - How long been in production?
    - General experience of product
    Thanks so much,
    Ken

    Ken,
    We are in the UK and are actively using iFS internally and we have also worked closely with the API and created our own interfaces. We have also implemented at two clients and have several lined up who are looking at iFS for their requirements.
    Internally we have been looking at iFS in a development environment for about 8 months, and using it actively in a live environment for the past 4 months. Overall we think it is an extremely powerful application (we have been involved with document management for some time now), there is a tremendous amount of potential there. We are also looking at using iFS for more than straight forward document management.
    Hope this info helps but if you want any more information then email me.
    Regards,
    Bernard

  • Using iFS with weblogic

    Hi,
    I would like to know if anybody has used iFS with weblogic before. If so could you please share the information like how to make it work. I would like to know the classpath settings etc...
    Any help will be greatly appreciated.

    while i don't work for Oracle, i would suggest this is not a supported configuration. ;)
    having said that, it should be easy enough to accomplish. just make sure your classpath (better yet, your WAR or EAR file) includes the required runtime iFS jars (repos.jar, adk.jar, utils.jar and email.jar), and then use JDBC to get iFS service configuration information. (See my response to Satya in the "custom JSP in OC4J" thread.)
    that should work just fine.
    .rich

  • Using iFS (ASP).

    Hello!
    I have a few questions about using iFS.
    (1) Can I access iFS tables from sqlplus using sql?
    (2) If I have a web application through which my clients access applications and store their files in my database(iFS).
    Can they have the option to want to access the files on their local directories?
    If not, how do I copy all their files into the iFS tables?
    Thanks, in advance...

    To reply to Eniba's questions:
    (1) As an administrator, can I create a hierarchy in which only users in a specific group can view/modify/print/or access files in their group?
    You can create Access Control Lists for specific groups, and then assign those ACLs to documents and folders to restrict access. Printing is not controlled by iFS. However, when you put a new document into a folder it does not automatically get the ACL from the folder, it gets the ACL from the user.
    (2)Can I also have control over the amount of space that each user accessing my file system is allowed to have?
    Yes, there is a Quota system in iFS. See page 4-16 in the Solaris Setup and Administration Guide.
    (3) When using iFS on the web, can I recustomize the front end interface that the users view? i.e Customise it such that users can only see what I (System Admin) wants them to see, based on their login information.
    Not in iFS 1.0.
    null

  • Error using iFS from Tomcat

    Hi ..
    I get the following error when connecting to a service in
    tomcat3.3 :
    oracle.ifs.common.IfsException: IFS-21008: Unable to connect to
    iFS service
    oracle.ifs.common.IfsException: IFS-12214: Unable to get item in
    collection by name (CLASSOBJECT)
    oracle.ifs.common.IfsException: IFS-12201: Unable to resolve
    collection
    oracle.ifs.common.IfsException: IFS-35202: Failed to select
    objects due to invalid query syntax
    java.sql.SQLException: ORA-00600: intern fejlkode, argumenter:
    [ttcgcshnd-1], [0], [], [], [], [], [], []
    Has anybody seen this/had problems using the client jars in a 3.
    party application server.
    Regards
    Anders Monrad

    Grant the property permission in config/server.policy file of your app server instance
    for eg:
    grant {
    permission java.util.PropertyPermission "os.version", "read";
    HTH
    Satish

  • Using ifs for multiple companys

    All,
    Let stay I want to use one ifs instance to support two companies?
    I'm able to create different directories off of /home like
    /home/company1/bob
    /home/company2/sally
    Its ok to day that there should only be one user named "bob" per
    company. But if company 2 has a user named "bob" the user
    manager does not know anything about his home directory.
    So I could concatenate the company to the user names like
    /home/company1/company1_bob
    /home/company2/company2_sally
    /home/company2/company2_bob
    I would also like no not abandon the IFS management console to
    administer the names.
    But there must be a better way.
    Any ideas?
    Mitch

    If I want to do this at the database level, would I need to
    create multiple,
    ifs domains
    ifs nodes
    ifs services
    configured with different database partitions?
    How would one do this?
    Is it documented anywhere?
    Anyone?

  • Using iFS and OID...

    Hi everyone,
    If I am using OID to store information about users....i.e users are fall under seperate groups with unique info for each group
    Group Users (about 200users)
    Group1--- usrname, passwd, email, ....
    Group2--- usrname, passwd, email, ....
    And I also want the same users to create and retrieve and store files through iFS...
    How do I synchronise the user information so that it can be used in iFS?
    Or do I just have to recreate the profiles for each of the users in iFS..
    Thanks...
    null

    We are very aware of the importance of supporting OID and LDAP in general as the credential and authorization mechanism for iFS.
    Support for OID/LDAP is a feature planned for a later release of iFS. At the moment we cannot comment which release might include support for this feature or when such a release may become available.

  • Displaying Word documents on web using IFS

    I am trying to display word documents stored in IFS on the web using the IFS Java API. The process we are currently using is outlined as follows :
    1. Connect to IFS using the connect() method of LibraryService class.
    2. Obtain references to IfsFileSystem object and PublicObject (using findPublicObjectbyPath() method of IfFileSystem class).
    3. Cast the PublicObject to Document class.
    4. Obtain a reference to the InputStream using the getContentStream() method of Document class.
    Now, how do we display the contents of this document on the web ? Is there any IFS classes that do this for us or do we have to rely on the Java I/O classes to read the InputStream char-by-char and display the file ?
    Thanks

    If you are trying to retrieve binary content through a customer Web client, you wouldn't write it to the browser - since the browser can only display HTML.
    Instead, you would generate a Web page which includes a URL to the document (e.g. http://ifsserver/:81466, or http://ifsserver/public/mydoc.doc). Subsequently, when a user clicks the URL, the browser will request the document directly from Oracle iFS' http server. When the http protocol server returns the document content, the browser will determine its MIME type, and launch the appropriate viewing application or helper application automatically.
    null

  • Is it possible to use iFS API within java stored procedure?

    question:
    is it possible to use the iFS API for file handling
    within a java stored procedure (which is invoced by a trigger)?
    is there an "elegant" workaround if it is not possible?
    problem:
    my java code using the iFS API works fine outside
    the java stored procedure
    but invoked via trigger as java stored procedure
    it throws following exception:
    IFS-20102: Unable to start service (IfsDefault)
    i am using:
    oracle 9.0.1
    oracle internet file system 9.0.1.1.0
    windows 2000
    thanks

    thanks for your help
    i looked through the applications developers guide
    the basics behind advanced queueing (as far as i understand) is:
    program A inserts a message into the queue - and program B gets message from the queue and processes it
    question 1:
    but what is the difference between advanced queuing and a queue i create by myself
    (simply with a database table) and let application B (which runs in a loop)
    check if the queue is filled
    or am i missing something important which makes advanced queuing more practicable for my problem?
    question 2:
    you wrote about advanced queuing support in iFS 9.0.3, but the newest version i found was iFS 9.0.2
    did you reffer to the advanced queuing mechanism in general or to a spezial queuing feature in iFS 9.0.3?
    thanks

  • Pros and cons of using iFS

    HAI ALL,
    assuming that i have stored all of my data(both RDBMS and no-relational data html files,xml files)in an iFS.the first thing i want to ask u is
    1)if i want to read the iFS and display only the RDBMS data from the iFS ,how fast it can be done compared to traditionally storing the RDBMS data in a table in oracle8i ?
    2)if i want to use indexing,how fast is iFS compared to doing indexing in oracle8i ?
    3)if i want to search for a particular record how fast is it compared to doing the same in an RDBMS table in oracle8i ?
    4)say i want to mirror the contents of the iFS from one oracle8i server to another oracle8i server,what are the pros and cons ?
    throw some light on the above points which is crutial for us to either go for iFS or not?
    awaiting reply
    null

    Ravi, I sorry, but I don't understand your questions. My comments are preceded with >>.
    Assuming that I have stored all of my data--both RDBMS and non-relational data, namely html files and xml files--in iFS, the first thing I want to ask you is:
    I don't know what you mean, "store your RDBMS data in iFS". You store RDBMS data in the Oracle database directly. 1) if i want to read the iFS and display only the RDBMS data from the iFS, how fast it can be done compared to traditionally storing the RDBMS data in a table in oracle8i?
    You don't store RDBMS data in iFS.2) if i want to use indexing, how fast is iFS compared to doing indexing in oracle8i ?
    It's the same. Under the covers, iFS uses both the normal RDBMS indexing for its metadata, and the normal interMedia Text indexing for the non-relational data.3) if i want to search for a particular record how fast is it compared to doing the same in an RDBMS table in oracle8i?
    It's the same. iFS uses the normal RDBMS searching capabilities under the covers.4) say i want to mirror the contents of the iFS from one oracle8i server to another oracle8i server,what are the pros and cons?
    I'm not sure what you mean by "mirror". Are you referring to replicating?null

  • How to use iFS?? After installation complete..

    I installed 9i iFS successfully, also configure OMS, iFS domain without any problem. When I type 'http://:7777/ifs/files' browser change address to 'http://:7777/ifs/files/ifs/webui/jsps/login.jsp' and browser show nothing..
    And if I type 'http://:7777/ifs/portlet', it shows as below
    Congratulations! You have successfully reached your Provider's Test Page.
    Checking for components:
    Oracle XML parser: detected
    Oracle JSP: detected
    Recognizing initArgs: Usual initArgs are provider_root and sessiontimeout.
    provider_root: /usr2/u01/oracle/product/9.0.1/9ifs/settings
    sessiontimeout: 1800000
    Is this means "it's working"?? What is next step I should do??

    iFS Manager is installed with Oracle 9iFS.
    You can start iFS Manager from OEM by right-clicking on the
    domain and selecting Related Tools. Or, you can start it by
    running the ifsmgr.bat file in the 9iFS/bin directory.

Maybe you are looking for

  • End of Input has been reached

    hi- I have a massive query in my answer producing error message: Error Details Error Codes: YQCO4T56:OPR4ONWY:U9IM8TAC:OI2DL65P Odbc driver returned an error (SQLExecDirectW). State: HY000. Code: 295120032. [NQODBC] [SQL_STATE: HY000] [nQSError: 1005

  • Newly created domain not available in current model?

    Hi, I'm not sure if this is a bug or feature. I have a domain file MarketingDomain. This was copied from the defaultsdomain.xml and renamed. Also changed the name inside the file. Steps: Open Domains Administration - select current model Select Marke

  • FileFormat plugin issue

    Hi , I am facing a issue in fileformat plugin in PhotoShop CS6...  i am doing some fuctionalaties on "formatSelectorFilterFile" signal. But in MAC, Photoshop is sending this signal twice. first, when user do File -> open(in PhotoShop CS6) and just se

  • .msg files

    I have just moved from PC windows base to macbook. I have files like powerpoint files/movie files that I am unable to open. I tried Flip4mac and it won't open. These are the only ones I am not able to access since moving. Cannot find any discussions

  • After installing Yosemite my mac mini takes forever to do anything

    since my recent software update most of the time all i get is the spinning icon due to my mac mini being so slow, all this is used for is a media hub for films. Can anyone shed some light on this please Stuart