Intermedia search problem

I am using intermedia to index a CLOB and search for keywords. I am building that index every 4 hours. It is working fine once I built the index.
But the problem is, If I modify any record, before building the index, the modified record is shown for every search regardless of the word is there in that CLOB column or not.
How to solve this problem, any ideas.
Thanks in advance.
null

In Tab1
id CLOB column
1 Skills: Oracle, Forms, Reports
2 Skills: Windows98, UNIX, Linux
If you take above table, after creating the index, if I am searching for word "Oracle", it is returning ONLY first record, which is correct.
If I am modifying the 2 nd record, assume I am adding Windows NT to 2nd record.
After modification table looks like this
id CLOB column
1 Skills: Oracle, Forms, Reports
2 Skills: Windows98, UNIX,Linux Windows NT
But before building Context index, if I am searching for "Oracle", it is returning record 1, 2. But there is no "Oracle" key word in 2 nd record. If I create index then it works fine.
But I can create context index, every time there is new record or modification of old record, as it is costly.
How to solve this abnormal behaviour.
<BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Omar Alonso ([email protected]):
>But the problem is, If I modify any record, >before building the index, the modified
record is shown for every search regardless
of the word is there in that CLOB column or not. I don't understand the problem very well. Could you provide a small test case? What is the unexpected behaviour?<HR></BLOCKQUOTE>
null

Similar Messages

  • Problem in using Intermedia search  with Oracel 9i DB on Red hat Linux

    Hi,
    I am unable to search a particular text in a blob using Intermedia search feature.I am using Oracle 9i (9.0.2 version)mounted on Red Hat Linux OS.
    It works well on a Windows 2k OS.
    To be more precise the following query fails when I pass the INSO_FILTER as the parameter.
    "CREATE INDEX WM_WORKDETAILIDX ON WM_WORKDETAIL (WM_ITEMDATA) INDEXTYPE IS CTXSYS.CONTEXT Parameter(‘CTXSYS.INSO_FILTER’)".
    Any Help towards it is highly appreciated.
    thanks & regards /Ravi

    Did you check the script to try to see what it was/is doing?

  • Error while creating intermedia search in portal

    hi,
    i tried to install the intermedia search feauture. i followed all the steps in the document,i ran all scripts necessary. i started the server by connecting as ctxsys/ctxsys..it started successfully.
    then i logged into portal, enabled the intermedia search checkbox. then when i clicked on the create index
    button...it shows the following error,
    An unexpected error has occurred (WWS-32100)
    An unexpected error has occurred (WWS-32100)
    ORA-29855: ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: file not found
    DRG-10700: file not found (WWC-36000)
    Failed to parse as PORTAL30 - (WWS-08300)
    ORA-29855: ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: file not found
    DRG-10700: file not found (WWC-36000)
    can any one help me on this..
    regds
    Rajesh

    my database version is 9.0.1.1.1 and the version of intermedia text installed is 8.1.7. as i came to know that error might be due to external procedure calls. i checked the tnsnames and listener .ora files in my database home. i have extproc_connection_data entry in the tnsnames.ora. tnsping on extproc_connection_data is working fine.
    but when i try to connect as system/manager@extproc_connection_data it throws a error. what might be the problem. can u help me out in this????
    Regds
    Kiran

  • Intermedia Search...

    I have a problem searching for subclasses.
    I created an object with a subobject. In this subobject I store a document.
    As I can see from intermedia4s log files, the files has been indexed.
    But I can4t find it with der search-APIs or with the WebUI.
    What am I doing wrong?

    Are you using a subclass of DOCUMENT to store
    the document ? If you are using search API to
    search, can you post the code segment where
    you are building the search tree (WHERE clause of the search).
    A code sample showing interMedia search is
    posted in the following thread :
    http://technet.oracle.com:89/ubb/Forum36/HTML/000475.html

  • Is it possible to integrate Oracle intermedia search into apex ?(1)

    Or do something similar manually yourself in oracle xe ?(2)
    (1)I've been reading through part of the documentation of the intermedia search, and find it quite intresting. Better to use that if one can, then to have to do that it manually or yourself. But all I read is about JSP and PSP, and I guess PSP's are used by apex, but I was wondering if there was any way, to integrate intermedia search into apex, so that one can lookup say mp3, video files and images and display them in apex as well. Images may take some work but would I suppose be possible.
    However for the other two you need also player software to play both of them. As far as I know this is not integrated into Apex, but could possibly be provided by using the player integrated with a webbrowser, and by linking it to apex. So the browser is launched and plays the video or the audio file or alternatively a player is launched that allows to do that. But correct me if I'm wrong.
    (2) Alternatively I was wondering if one could do this, manually in Oracle XE, but then manually, by making tables with blobs and putting the files in there, and then finding somehow a way to get them played by a player, or to have them be put in a directory, and/or erased from that directory, and modify the player, or let it be activated and controlled by some kind of script to look for new files, and then play them off . Could this be done, by adding a parameter new_file_to_play to a message passed to the player, or the program governing the players behavior ?
    I know this sound difficult, and it probably is, but it would have its benefits. I suppose a simple answer would by, why not use oracle 10g with intermedia search ? Well because although I expect this to be the preferable choice, the license is rather expensive for me, and if I could get a rudimentary version working on XE, even having to do it myself, and writing the code as well,
    it would be ok.
    I just wonder could one not, make a table, with a nr, a blob, and then the specific fields for the specific information of that type, and then use a extraction program that extracts that information from a file, and puts it in a xml or csv file, so that say after the images were uploaded, one can load the details in as well ?
    It is more work, more complicated, and not as easy to use, but it could work I suppose.
    Any comments are welcome.
    Best Regards,
    Floris

    You should be able to add a menu option to Oracle E-Business Suite that just calls out to the URL of your ADF 11g application.
    http://knol.google.com/k/andy-pellew/creating-new-menu-items-in-oracle-e/v4b5tu39zysj/17#

  • How to optimise the intermedia search query  when using contains?

    HI there,
    I have a query to search my database in two tables on eight columns. So that I have eight indexes which are in a different tablespace. Now I have written a query like
    select * from table1,table2 where
    contains(col1,'wordlist1', 1)>0 and
    contains(col2,'wordlist2', 2)>0 and
    contains(col8,'wordlist2', 8)>0 ;
    When I tried to execute this query, my databae is getting very very slow. As soon as I started the database its working fine, with in five munites of continuous checking, the database going to be slow. So
    How can I optimise my query? Is there any better way to search the database using intermedia?
    Any help or any sites list on intermedia searching utilities, other than the Oracle documentation is thankful.
    waiting...
    khaleel

    Thank you Thomas,
    I need some more from you...
    If I have 8 tables for 8 columns, then how do i proceed?
    Also could u tell me some query optimization techniques while working with intermedia text.
    Thanks you once again,
    waiting...
    Khaleel Hi Khaleel,
    I think this depends on your data model (relationship between the tables) and how you like to search later.
    The optimization begins also with the create index statement (memory clause and storage clause).
    If you like me to help I need more information about your hardware, os, datamodel and what kind of searches you will have later.
    Cheers,
    Thomas

  • Difference between Oracle Ultra Search and Intermedia Search

    hi,
    Can any one please tell me how Oracle Ultra Search is Different from Intermedia Search .from an article i came to know that Ultra search helps you to search dataq in Multiple RDBMS ,documents,URLs etc . but i think these options are also there in Intermedia
    regds
    sangeeth

    These are Oracle Text questions. Intermedia Text is now Oracle Text and has it's own forum. Please post Oracle Text qestions in the Oracle Text Forum where you will get a better, quicker answer. The Oracle Text forum is frequently monitored by Oracle text experts, this forum may be occasionally scanned by these experts, or not at all.

  • How Oracle Ultra Search is Different from Intermedia Search

    hi,
    Can any one please tell me how Oracle Ultra Search is Different from Intermedia Search .from an article i came to know that Ultra search helps you to search dataq in Multiple RDBMS ,documents,URLs etc . but i think these options are also there in Intermedia
    regds
    sangeeth

    Ultra Search is an application on top of Oracle Text (aka interMedia Text). You can find more information about it here: http://otn.oracle.com/products/ultrasearch/content.html

  • Outlook 2010, Exchange 2010 - Searching Problems

    Anyone out there able to help with some searching problems some of our users have been seeing?
    Searching in OWA works fine but some people have problems when searching for older emails in Outlook. We've rebuilt Outlook profiles, rebuilt the windows index's (which seems to work but only temporarily). If there's a way to schedule the Windows index to
    rebuild every night or once  week, I'd be very happy to test that out but haven't been able to figure out how to do that.
    Anyone have any other ideas?

    Hi,
    It seems something keeps corrupting the index... Run Anti-virus program and Malicious Software Removal Tool to scan your system, check if there's any virus or malware that may cause the index issue.
    If this issue persists, please also go to File tab ->
    Options -> Search -> Indexing Options
    -> Advanced -> Click Troubleshoot search and indexing, to do some troubleshooting steps to find the possible cause.
    I hope this helps.
    Regards,
    Melon Chen
    TechNet Community Support

  • InterMedia Searches

    Are interMedia searches limited to the content a portal user has access? For example, a document 'ABC.doc' is loaded that only group 'A' has permission to see. A member of group 'B' does a search for something that would normally include 'ABC.doc'. Do the search results include an 'ABC.doc' link?
    Thanks.

    Nope. Search results are returned only for documents that you have access to.

  • Oracle Intermedia Search in jsp files

    I am using Oracle Intermedia for search ".jsp" files. Actually i am storing the files on a bfile column and passing the bfile to a stored procedure which atually reads and highlights the given search keywords in the ".jsp" files.
    Problem here is that the content of the ".jsp" file is a mix and match of staic html and script. the search output gives HTML along with the jsp tags and scripts.
    Can anyone suggest a way to give the html output alone excluding the jsp tags and scripts.
    Is there any method or any inbuilt oracle package thru which we can extract the static content alone(if the starting and ending position of the static content is known).
    Solicit suggestions at the earliest.

    That this searches for the phrase "Oracle programmer", not just any document which has these words.

  • Content search problem

    Hi all
    I am having some problems with the content search. Please help me with this:
    In iFS, a new document type "MWORLDTYPE" (sub type of DOCUMENT class) is created. I am using SimpleXmlParser to load xml files and convert them into mworldType documents. After parsing all loaded xml documents are seen as mworldType documents. My task is to do Attribute+content search.
    I used the below code to do content search. Though one of my xml (mworldType) documents contain the text for which I am searching, I am getting zero results.
    Used the below statement to run the file:
    java ExtendedContentSearchXml name
    Attached please see the following documents: 1. source code, 2. sample xml instance.
    source code
    // $Header$
    // Copyright (c) 2000 Oracle Corporation
    public class ExtendedContentSearchXml extends BaseTestHarness
    private String phrase ;
    * Constructor
    * Please complete the missing tags for ContentSearch
    * @param
    * @return
    * @throws
    * @pre
    * @post
    public ExtendedContentSearchXml()
    * Please complete the missing tags for doSomething
    * @param
    * @return
    * @throws
    * @pre
    * @post
    public void doSomething( LibrarySession ifs )
    throws IfsException
    ifs.setAdministrationMode(true);
    //SearchSpecification searchSpecification = buildSearch( Document.CLASS_NAME, "doc", phrase );
    SearchSpecification searchSpecification = buildSearch( "MWORLDTYPE", "mworldType", phrase );
    Search search = new Search( ifs, searchSpecification );
    search.open();
    SearchResultObject [] results = search.getItems();
    search.close();
    if( results != null )
    System.out.println("The number of object founds are " + results.length);
    for( int i = 0; i < results.length; i++ )
    SearchResultObject sro = results [ i ];
    Document doc = ( Document ) sro.getLibraryObject( Document.CLASS_NAME );
    System.out.println( "Document : " + doc.getName() + ", path =" doc.getAnyFolderPath() " Score (query1) = " + sro.getScore("query1"));
    doc.filterContent( false );
    BufferedReader reader = new BufferedReader( doc.getFilteredContent() );
    try
    for( String nextLine = reader.readLine();
    nextLine != null;
    nextLine = reader.readLine() )
    //System.out.println( nextLine );
    catch( IOException ioe )
    throw new IfsException( 9999, ioe );
    else
    System.out.println("No Results Found");
    public void setPhrase(String str) {
    phrase = str;
    * Please complete the missing tags for buildSearch
    * @param
    * @return
    * @throws
    * @pre
    * @post
    public SearchSpecification buildSearch( String className, String fileExtension, String phrase )
    throws IfsException
    // Document.DescriptionAttribute contains 'phrase';
    AttributeQualification aq1 = new AttributeQualification();
    //aq1.setAttribute( Document.CLASS_NAME, PublicObject.NAME_ATTRIBUTE );
    aq1.setAttribute( "MWORLDTYPE", PublicObject.NAME_ATTRIBUTE );
    aq1.setOperatorType( AttributeQualification.LIKE );
    aq1.setCaseIgnored( true );
    //aq1.setValue( "%doc" );
    aq1.setValue( "%mworldType" );
    // Document.ContentObject = ContentObject.ID
    JoinQualification jq1 = new JoinQualification();
    jq1.setLeftAttribute( className, Document.CONTENTOBJECT_ATTRIBUTE );
    jq1.setRightAttribute( ContentObject.CLASS_NAME, null );
    // Combine the Attribute and Join Qualifications
    SearchClause searchClause = new SearchClause( aq1, jq1, SearchClause.AND );
    // Create the Content Query 'Document Body contains phrase...' and add it in.
    String queryName = "query1";
    ContextQualification contentClause = new ContextQualification();
    contentClause.setQuery( phrase );
    contentClause.setName( queryName );
    System.out.println("Search phrase =" + phrase);
    searchClause = new SearchClause( searchClause, contentClause, SearchClause.AND );
    // Add in the FreeForm Search....
    //FreeFormQualification fq1 = new FreeFormQualification();
    //fq1.setSqlExpression("contains(description,'script',2) > 0");
    //searchClause = new SearchClause( searchClause, fq1, SearchClause.AND);
    // Set up th e Search Class Spec.
    SearchClassSpecification scs = new SearchClassSpecification();
    // Add in the Class for the Where Clause
    String [] searchClasses = new String []
    className, "DOCUMENT",
    ContentObject.CLASS_NAME
    scs.addSearchClasses( searchClasses );
    // Add in the Class for the Select Clause
    scs.addResultClass( className );
    // Define the Order by Clause
    // The List of Classes for the Order Clause
    String [] classNames = new String []
    ContentObject.CLASS_NAME
    // The List of Attibutes for the Order Clause.
    String [] attributes = new String []
    ContextQualification.ORDER_PREFIX + "." + queryName
    // The Ordering for the Attributes in the Order Clause
    boolean [] sortOrder = new boolean []
    false
    SearchSortSpecification sss = new SearchSortSpecification( classNames, attributes, sortOrder );
    // AttributeSearchSpecification searchSpec = new AttributeSearchSpecification();
    ContextSearchSpecification searchSpec = new ContextSearchSpecification();
    searchSpec.setContextClassname( ContentObject.CLASS_NAME );
    // Set the SELECT statement and FROM statement of the search
    searchSpec.setSearchClassSpecification( scs );
    // Set the WHERE clause of the Search
    searchSpec.setSearchQualification( searchClause );
    // Set the ORDER by clause of the search
    searchSpec.setSearchSortSpecification( sss );
    return searchSpec;
    * main
    * @param args
    * Please complete the missing tags for main
    * @return
    * @throws
    * @pre
    * @post
    public static void main( String [] args )
    ExtendedContentSearchXml contentSearch = new ExtendedContentSearchXml();
    contentSearch.setPhrase(args[0]);
    contentSearch.run();
    xml instance
    <?xml version="1.0" standalone="yes"?>
    <mworldType>
    <name> mworld_1.mworldType</name>
    <Category1>Administration</Category1>
    <sub_category1>General_1</sub_category1>
    <topic>Office Protocol_1</topic>
    <format_type>Other</format_type>
    <language>US English</language>
    <submit_company>AMA</submit_company>
    <submit_name>Ken Sickles</submit_name>
    <submit_date format="mm-dd-yyyy">01-29-2001</submit_date>
    <posted_date format="mm-dd-yyyy">01-29-2001</posted_date>
    <posted_by>Ken Sickles</posted_by>
    <access_level>All</access_level>
    <rb_metadata> no meta data </rb_metadata>
    <blurb> this is blurb </blurb>
    <content_url>www.mworld_1.com </content_url>
    <content>My name is Sridevi. This is the content of mworld_1 xml document </content>
    </mworldType>
    Thank you
    Sridevi.
    null

    Either run ctxsrv on the database machine or do the following using SQL*Plus (logged in as the ifs schema):
    exec ctx_ddl.sync_index('globalindexedblob_i')
    Read the interMedia Text documentation for more information about updating interMedia Text indexes.

  • Intermedia search in mixed language CAs

    Here is an additional problem, arising when using Intermedia on
    CA containing documents in multiple languages.
    If choosing not to declare the language, so using a default
    English definition even for non English documents, Intermedia
    will not be able to use properly the stem operator (it will
    always apply the English one).
    If adding management of multiple languages, in addition to the
    problems exposed in a question already submitted to this forum,
    it will be mandatory to specify the language, so to search either
    in documents belonging to a language or in the others, with the
    proper usage of stem operator, but without the possibility to
    perform a multi-language search (many times people are interested
    in searching with language-neutral keywords, this setting will
    make this impossible).
    Is there anything available to solve the problem? Thanks.

    Johan,
    Are you using 306? There was bug in 306 where users were not able to search for swedish characters in "Simple" search, but were able to in "Advanced" search.
    This issue has been resolved in 308 release.

  • Oracle Portal with Intermedia Searching

    I had installed Oracle9iAS Portal and Intermedia. Then, I created a simple Content Area and added some items there, like Word Documents, HTML files, etc.
    Now, when I try to find a word using the default Portlet "Basic Search" and it returns "no data found". But, if I use the "Advanced Search" it returns the items correctly.
    I'm using "Brazilian-Portuguese" language and I think the problem is it. Can I modify the structure of these SQL codes (used from "Basic Search" portlet)?
    Any idea is good for me. Thanks!

    Enrique,
    see metalink for bug 1679678 . The workaround is for dutch, but you should be able to make it work in barzilian-portuguese. The side-effect is that searching the online-help becomes impossible ;-(
    Another workaround is to copy the source of the HTML-form of the search portlet into a HTML portlet and add the hidden inputfield p_language . See the HTML-source of the advanced search for the exact line for your language.
    Regards,
    Ton

  • Searching Problem, need help plz...

    Hi All,
    I have a problem. After created index my_doc_idx1, i’m searching a word on all document i stored but find nothing. Everytime i search there’s no rows selected.
    anybody help me please?
    I including my code.
    My documents are:
    1. doc1.html contain:
    “Oracle interMedia audio, document, image, and video is designed to manage Internet media content”
    2. doc2.html contain:
    “Oracle interMedia User’s Guide and Reference, Release 9.0.1”
    3. word1.doc contain:
    “Oracle application server.”
    4. oracletext.pdf contain:
    “Stages of Index Creation.”
    Oracle9i 9 realese 2, Windows XP
    Thanks,
    Robby
    set serveroutput on
    set echo on
    -- create table
    create table my_doc (
    id number,
    document ordsys.orddoc);
    INSERT INTO my_doc VALUES(1,ORDSYS.ORDDoc.init());
    INSERT INTO my_doc VALUES(2,ORDSYS.ORDDoc.init());
    INSERT INTO my_doc VALUES(3,ORDSYS.ORDDoc.init());
    INSERT INTO my_doc VALUES(4,ORDSYS.ORDDoc.init());
    COMMIT;
    -- create directory
    create or replace directory dir_doc as 'e:\projects'
    -- import data
    DECLARE
    obj ORDSYS.ORDDoc;
    ctx RAW(4000) := NULL;
    BEGIN
    SELECT document INTO obj FROM my_doc WHERE id = 1 FOR UPDATE;
    obj.setSource('file','DIR_DOC','doc1.html');
    obj.import(ctx,FALSE);
    UPDATE my_doc SET document = obj WHERE id = 1;
    COMMIT;
    SELECT document INTO obj FROM my_doc WHERE id = 2 FOR UPDATE;
    obj.setSource('file','DIR_DOC','doc2.html');
    obj.import(ctx,FALSE);
    UPDATE my_doc SET document = obj WHERE id = 2;
    COMMIT;
    SELECT document INTO obj FROM my_doc WHERE id = 3 FOR UPDATE;
    obj.setSource('file','DIR_DOC','word1.doc');
    obj.import(ctx,FALSE);
    UPDATE my_doc SET document = obj WHERE id = 3;
    COMMIT;
    SELECT document INTO obj FROM my_doc WHERE id = 4 FOR UPDATE;
    obj.setSource('file','DIR_DOC','oracletext.pdf');
    obj.import(ctx,FALSE);
    UPDATE my_doc SET document = obj WHERE id = 4;
    COMMIT;
    END;
    -- check properties
    DECLARE
    obj ORDSYS.ORDDoc;
    idnum INTEGER;
    ext VARCHAR2(5);
    dotpos INTEGER;
    mimetype VARCHAR2(50);
    fname VARCHAR2(50);
    ctx RAW(4000) := NULL;
    BEGIN
    fname:= '';
    DBMS_OUTPUT.PUT_LINE('----------------------------------------');
    FOR I IN 1..4 LOOP
    SELECT id, document INTO idnum, obj FROM my_doc
    WHERE id = I;
    fname := obj.getSourceName();
    dotpos := INSTR(fname, '.');
    IF dotpos != 0 THEN
    ext := LOWER(SUBSTR(fname, dotpos + 1));
    ext := LOWER(ext);
    mimetype := 'application/' || ext;
    IF ext = 'doc' THEN
    mimetype := 'application/msword';
    obj.setFormat('DOC');
    ELSIF ext = 'pdf' THEN
    mimetype := 'application/pdf';
    obj.setFormat('PDF');
    ELSIF ext = 'ppt' THEN
    mimetype := 'application/vnd.ms-powerpoint';
    obj.setFormat('PPT');
    ELSIF ext = 'txt' THEN
    obj.setFormat('TXT');
    END IF;
    obj.setMimetype(mimetype);
    END IF;
    DBMS_OUTPUT.PUT_LINE('Document ID: ' || idnum);
    IF TO_CHAR(DBMS_LOB.getLength (obj.getContent())) = 0 THEN
    DBMS_OUTPUT.PUT_LINE('Content is NULL.');
    DBMS_OUTPUT.PUT_LINE('No information available.');
    ELSIF TO_CHAR(DBMS_LOB.getLength (obj.getContent())) <> 0 THEN
    DBMS_OUTPUT.PUT_LINE('Document Source: ' || obj.getSource());
    DBMS_OUTPUT.PUT_LINE('Document Name: ' || obj.getSourceName());
    DBMS_OUTPUT.PUT_LINE('Document Type: ' || obj.getSourceType());
    DBMS_OUTPUT.PUT_LINE('Document Location: ' || obj.getSourceLocation());
    DBMS_OUTPUT.PUT_LINE('Document MIME Type: ' || obj.getMimeType());
    DBMS_OUTPUT.PUT_LINE('Document File Format: ' || obj.getFormat());
    DBMS_OUTPUT.PUT_LINE('BLOB Length: ' || TO_CHAR(DBMS_LOB.getLength (obj.getContent())));
    END IF;
    DBMS_OUTPUT.PUT_LINE('----------------------------------------');
    END LOOP;
    EXCEPTION
    END;
    -- create index
    create index my_doc_idx1
    on my_doc(document.comments)
    indextype is ctxsys.context;
    commit;
    alter index my_doc_idx1
    rebuild online
    parameters('sync memory 10m');
    -- searching
    select id from my_doc t
    where contains(t.document.comments,'oracle') > 0
    order by id;
    select id from my_doc t
    where contains(t.document.comments,'application server') > 0
    order by id;
    select id from my_doc t
    where contains(t.document.comments,'index creation') > 0
    order by id;

    Hi,
    Which is best depends on the type of application you are building and the nature of the docs. For simple use with pdf's and word docs I prefer to use bfile or blob which is why I mentioned it. No sense in overcomplicating it.
    My recommendation - look at the interMedia docs and determine if you need the advanced features it provides. I like the application a lot, but am a firm believer in not adding complexity if there is no benefit to be had. Unless you are just playing around with it to learn, I'd recommend matching your project requirements up with what best meets them and go whichever route that is.
    Thanks,
    Ron

Maybe you are looking for

  • IWeb not publishing site updates

    Starting today - 5/18/09, A site I have in iWeb is no longer publishing updates. The site publishes to my mobile me account, and is redirected to my domain. This is the page in question - http://www.pitassidesigns.com/Portfolio/Web_Design.html Beside

  • Authorisation Restrictions in PR05

    Hi Experts, We want to restrict Authorisatons in t-code PR05 userwise ie., The scenario is  X user will created the Trvl Exp. in PR05  Head-HR ( Y user) will approve the Trip ( only display) Pre-Audit(Z User) will  Verify the Expense Voucher and Trip

  • Print forms performance management

    Dear Since the transaction phap_catalog, we applied the configuration to the requirements shown in the form, take the long description (to take the verbal description information IT1002) as referred to research that was done here: http://wiki.sdn.sap

  • Cannot update or uninstall iCloud - "files are on a network resource that is unavailable"

    I am using Windows 7.  This occurs after the Apple Software Update downloads the update (iCloud for Windows 4.0)  The file size is 29.30MB I tried to uninstall iCloud and get the same message. "The feature you are trying to use is on a network resour

  • Help, lost charger in Ir

    Hello, I have a Zen Touch 40g. that I bought back in 2005. I left the charger in Iraq by accident some time ago. Is there anything I can buy in a store or do I have to order it's Is there posibly any other chargers that will work because all the ones