Unable to search by responsibility in cProjects 3.0 after BP re-set

Dear Forum,
We are using cProjects 3.0 and had trouble with a user showing up properly as a resource in a cproject template.  I deleted the user, business partner  and re-set him up again from scratch.
He is now unable to see any of his previously submitted projects when searching from the web client using his name in the responsibility area.  Also the projects he saved as favorites do not show up.
Is there a way to correct this?
Thanks,
Al

hi;
Please check below and see its helpful for your issue:
ORA-29283: invalid file operation [ID 298700.1]
Top Articles Using UTL_FILE Package to Perform File I/O (UNIX) [ID 44307.1]
FAQ and Known Issues While Using UTL_FILE. [ID 730774.1]
ORA-29283 Using UTL_FILE On Windows [ID 221849.1] << it talk about similar issue
Regard
Helios

Similar Messages

  • Unable to search icloud inbox in Outlook 2013, Windows 8.1

    HI,
    I hope someone can help, I've been struggling with this for a few weeks.
    I largely use my iPad and iPhone for email but have recently been more reliant on my Windows laptop as I have need to create items in office and it's simply easier on the large screen.
    Outlook and iCloud integration has however been a constant source of frustration.  I have almost got it, including the work around to subscribe to the sent items folder and create a rule.
    The one thing now causing me frustration is that I am unable to search the iCloud inbox.  When I type a search string it simply sits in 'searching' even though the message is there.  This is strange as I can search all other iCloud folders and even right clicking on a message and selecting find messages in conversation works.
    I have tries rebuilding the index.
    As a side note, as it might be related, every time I open Outlook I receive the message 'For best performance, iCloud should not be set as the default data file.  You can change this setting in Windows Control Panel under Mail, Data Files.'  As I'm not sure what this means I've not done this.
    I'm sure I can't be the only person with this frustration and I really hope someone has a neat solution.
    Thanks for reading and hope to get a response soon.

    I have had the same problem.
    I have deleted the icloud account in Outlook and reinstalled it again by "icloud system control".
    Now I am able to access my icloud calender, etc. again.
    Hope this helps, best, Peter.

  • Unable to search for words in a pdf document

    I am using Adobe Reader Ver 10.1.1 (All updates)
    I have a pdf document in which I am unable to search for words. No words in the document are found even though they do exist. If I copy a word from within the document and paste it into the search criteria then instead of getting the word that I copied, I get substitute characters and it can in fact find these characters as the word being searched.
    The document is a catalog and can be downloaded from the following URL.
    http://www.carbatec.com.au/getcatalogue?zenid=d1cuvbat0ois0g37r0r33vnah1
    I will appreciate any help as to why I cannot search for words in the document.

    Thank you Dave Merchant and try67 for your responses. As per my previous post, I contacted the company re the catalogue and they have responded favourably. I'll include their response because it gives the reason for the search failure as document compression which you might find interesting. I'll await their new catalogue and see if they have fixed the problem.
    Company response:
    Thank you very much for your input.  And yes, you are correct, the compression we used for the current catalogue's PDF format does strip out text included in the catalogue.  We used the compression settings we did with the intention of minimising download time, however I take your point about including text for search purposes (which I also utilise when I'm scanning through PDFs).
    We will actually be posting out our new catalogue next week and we'll release the new PDF version on the website at the same time.  I've asked our graphic designer to ensure that the PDF we use for the new catalogue includes searchable text.

  • Unable to search for users in CUP

    Hi Guru's
    When I am tryin to create a request in CUP , I am unable to search for users , the search option doesnt return any values at all
    I have checked my user data source which is LDAP, the connector is working fine , and  I have  the field mapping done etc ,but I still cannot search for users.
    Any  thought on this
    Regards
    KS

    Hi Venkateshwar,
    Thanks for the quick response ,
    my user path looks somehtinkg like this
    User path : DC=unity
    This connector is defined by my Basis guy ,I am not sure what wouldl be the compelte path
    have you got an example ?
    I guess I will have to check with teh guys who maintain the active directory ( our LDAP system )
    Thanks
    KS

  • Unable to search for first record using the Preview tree

    Post Author: TheBig1980s
    CA Forum: General
    Hello:
    Users are unable to search for the first record in the Preview tab's tree.  The reason for this is because the first record is within the first page header of the report.  My guess is that, by design, Crystal takes the end user to whatever the first instance of the record iseven if that first record is in a page header.  That's not "good".  I want the user to be taken to the first record within the details of the reportnot within the page header.
    I have suppressed the page header to not print on the first record by using OnFirstRecord.  But, I still get the same issue where end users cannot select the first record in the tree without being taken to the page header.  Very strange.
    Can anybody think of any other ideas?
    Thanks!
    TheBig1980s

    Thank you Dave Merchant and try67 for your responses. As per my previous post, I contacted the company re the catalogue and they have responded favourably. I'll include their response because it gives the reason for the search failure as document compression which you might find interesting. I'll await their new catalogue and see if they have fixed the problem.
    Company response:
    Thank you very much for your input.  And yes, you are correct, the compression we used for the current catalogue's PDF format does strip out text included in the catalogue.  We used the compression settings we did with the intention of minimising download time, however I take your point about including text for search purposes (which I also utilise when I'm scanning through PDFs).
    We will actually be posting out our new catalogue next week and we'll release the new PDF version on the website at the same time.  I've asked our graphic designer to ensure that the PDF we use for the new catalogue includes searchable text.

  • Unable to get the response from dynamic partnerlink

    Hi
    I used dynamic partnerlink, in this i am able to invoke the services dynamcially but i am unable to get the response from the services which i had invoked dynamically. In my dynamic partnerlink wsdl i had included callback binding and call back service in the wsdl you can see them below
    <binding name="LoanServiceCallbackBinding" type="tns:LoanServiceCallback">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="onResult">
    <soap:operation soapAction="onResult" style="document"/>
    <input>
    <soap:header message="tns:RelatesToHeader" part="RelatesTo" use="literal" required="false"/>
    <soap:body use="literal"/>
    </input>
    </operation>
    </binding>
    <service name="LoanServiceCallbackService">
    <port name="LoanServiceCallbackPort" binding="tns:LoanServiceCallbackBinding">
    <soap:address location="http://openuri.org"/>
    </port>
    </service>
    please help me on this
    thanks
    Srikanth

    Hi, thanks for the input
    Actually My partnerLink had two messageTypes one for Input message request and the other for the Output message request and for the input message i had used the operation as initiate also for the output messsage type operation as result.For both of them binding is defined.
    With these am passing the values from myBPELl to the service which am nvoking dynamically but unable to capture the response the variables are local to myBPEL.

  • User using outlook 2010 unable to search older items lets say a year old.

    User is unable to search an emails a year old in outlook. OWA is working fine able to search and find all the emails .
    Tried rebuilding the outlook profile and indexing but still unable to find any pointers.
    Thanks

    Already tried rebuilding index and profile... Do you think the below will work any idea ? i checked the below entry is not listed under below location so if i will create that and set it to 0 will that work ?
    1)       Press the Windows Key + R on your keyboard, and type “REGEDIT”. This will open the Windows Registry Editor.
     2)       Browse to the following: "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search"
     3)       You will manually have to reset the value of “Prevent Indexing Outlook” to “0” (without the quotes). To do this, right click on the “Prevent Indexing Outlook” key,
    select “Modify…”, then change the value data to “0”.
     4) Close the registry editor.

  • Unable to deserialize HTTP response content - SharePoint Designer Call Web Service Workflow Activity

    I am creating a workflow using SharePoint Designer 2013 and I'm using the call HTTP web service action.
    The web service call works (it is for a text messaging service, and I get the text message to my phone) however the workflow stops at this point with internal status "suspended" and gives the error message below when clicking on the "i"
    icon.
    I have tried setting the Accept and Content-Type request headers to "application/json; odata=verbose" (minus the quote marks) as other posts suggested but this doesn't make a difference (e.g. here: https://social.msdn.microsoft.com/Forums/windowsapps/en-US/f0b18411-87d1-466b-aab0-1a0093605ed4/workflow-cannot-read-json-after-latest-sp15-patches?forum=sharepointdevelopment).
    I tried adding in the Content-Length header too but that made no difference.
    I tested calling another web service (https://sharepointurl/_api/contextinfo) and this works fine.
    Is there any way to get the workflow to accept this XML as the response? I don't actually really need anything out of the response content, but I do need the workflow to carry on after this step and carry out other activities after this call.
    Error message:
    Details: An unhandled exception occurred during the execution of the workflow instance. Exception details: System.IO.InvalidDataException:
    Unable to deserialize HTTP response content. Expected ContentType : 'application/json', 'text/plain' or 'text/html', Received ContentType : 'text/xml'. Content (truncated) : '<?xml version="1.0" ?><outbound-message-delivery messageId="35d60bd2-a829-4382-8189-7a74de2d1cca"
    isError="false"><recipient msisdn="6427xxxxxxx" isError="false"></recipient></outbound-message-delivery>'. ResponseStatusCode : 'OK' Request Uri : 'https://www.txtserviceurl.co.nz/api/3/sms/out?to=6427xxxxxxx&body=test+from+workflow'
    at Microsoft.Activities.Messaging.SendHttpRequest.OnReceiveResponse(NativeActivityContext context, Bookmark bookmark, Object value) at System.Activities.Runtime.BookmarkCallbackWrapper.Invoke(NativeActivityContext context, Bookmark bookmark, Object value)
    at System.Activities.Runtime.BookmarkWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager) Exception from activity SendHttpRequest HttpPost Switch<String> Sequence Microsoft.SharePoint.WorkflowServices.Activities.CallHTTPWebService
    Stage 1 Sequence Flowchart Sequence Testing 

    Hi,
    Thank you for your post.
    I'm trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Best Regards,
    Lisa Chen
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact 
    [email protected]
    Lisa Chen
    TechNet Community Support

  • When I upgraded my iMac to Lion I can no longer connect the iPad 2 to WiFi.  It gives me a message unable to search for WiFi.  Before the upgrade to Lion it worked fine.  What gives?

    When I upgraded my iMac to Lion I can no longer connect the iPad 2 to WiFi.  It gives me a message unable to search for WiFi.  Before the upgrade to Lion it worked fine.  What gives?

    Could there be a setting I need to adjust in the iPad2?  When I try to turn on WiFi and enter the name of the WiFi that I have established, including the security type and the password, I get the message "Could not scan for wireless networks."  Is there a setting in iCloud or other location that needs to be changed?

  • Mac mini Server 10.6  unable to search for files on the server from desktop.

    I'm running Mac mini Server 10.6 with 15 various Apple Mac desktops 10.4 / 10.6. The problem i'm having is that i'm unable to search for files on the server from any of the desktops. I have fixed permissions and rebooted. I can perfomr a search though command - F and spotlight from the server.
    Anyone have any ideas?

    I have a Mac mini server with Mac osx 10.6.8 installed --- I have a website {UNDER CONSTRUCTION} installed on it with a REGISTERED DOMAIN NAME belizeansworldwide.com -->[DNS service w/GoDaddy]  & DSL INTERNET service  w/VERIZON --- {My server is the ONLY DEVICE CONNECTED to my VERIZON DSL router/modem}
    When I enter my DOMAIN NAME or WAN IP # in my browser(s)--> Chrome OR Safari -- i get my Verizon modem
    set-up page-->{this incl the WAN IP# as I expected}----{NORMALLY I WOULD ACCESS MY Actiontec
    modem/router via 192.168.1.1} --- While in that webpage there's an option "shared files/folders"   & clicking on that option DISPLAYS MY WEBSITE --->  {"PORT FORWARDING DID NOT RESOLVE THAT"}
    My next attempt @ a solution was through my Server's SystemPreference>Sharing>Internet Sharing
    & this the Original Object of my post ===>  "MY SHARING PANEL DOES NOT INCLUDE THE OPTION
    FOR   'Internet Sharing' among the others like CD DVD, Remote Login,Remote Management, Bluetooth Sharing, etc.etc ---- Hope this additional info will help to clarify  &/or explain my problem
    Thanks, & best regards to you & yours

  • Why is Preview unable to search some pdfs that Adobe Reader has no problem searching?

    In the last couple months, I've noticed that Preview is unable to search some (but not all) pdfs. These are clearly digitized journal articles, recently published. Since this didn't make sense to me, I opened the documents with Adobe Reader and found they were searchable using Adobe.
    What is going on? I'd prefer to use Preview, since I'd always preferred its search function and like its annotation tools (specifically, the box outline tool I use to identify chunks of text). Should I just give up on Preview and switch to Adobe?

    I can search that document in both Safari and Preview.
    Back up all data.
    In the Finder, select Go ▹ Go to Folder from the menu bar, or press the key combination shift-command-G. Copy the line of text below into the box that opens, and press return:
    /Library/Internet Plug-ins
    From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • What settings do I need to have on my macbook pro to access student.ashford.edu when I get the following error message: The system is unable to process your response at this time. If you feel you have received this message in error. Please contact your Sy

    what settings do I need to have to access Ashford University's student portal using either Safari or Firefox when I get the following message: The system is unable to process your response at this time. If you feel you have received this message in error. Please contact your System Administrator, or try again at a later time.

    I am able to get to the Ashford University login display with no difficulties with both Firefox and Safari.  Obviously without a student password I cannot go any further.  If you can do the same, then clearly the problem is at the other end.  If that is the same case with you, then there is no advice that I can give you but to stir the pot as best you can.
    Ciao.

  • Unable to search for photos in Spotlight.

    Some weeks ago, I inadvertently dragged my 'Pictures' folder into the desktop, and managed to replace it, but after that, (and after temporarily renaming it 'Images') I can no longer search for photos in Spotlight.
    Spotlight Preferences now recognises 'Images' and I'm unable to change it back to 'Pictures'.
    Any advice or solution would be greatly appreciated.

    Spotlight Preferences now recognises 'Images' and I'm unable to change it back to 'Pictures'.
    As I said before there is no "photo" file type, just a bunch of other kinds (tiff, jpeg, GIF, and maybe 20 other possible extensions) that are used for photos. I don't think Spotlight uses the term "Pictures", just "images". I have a "Pictures" folder but in Spotlight I just see "Images" in the search results, and "Images" is what is uses in the preferences.
    this doesn't explain why I'm unable to search for photo files using Spotlight.
    Make sure that the area containing your photos is not excluded from search by the privacy feature in Spotlight's preferences.
    Spotlight searches for text information. For example, I have lots of photos, but spotlight only find a single one since I don't use the word "photo" in any of my file names or folder names. The one file it finds has "Created by Adobe Photoshop" in the metadata - Spotlight is keying in on the word "photo". If I type in the word "Picture" it finds the Pictures folder, but doesn't list the contents since none of those have the word "Picture" in their names or text within the file.
    What exact search term are you entering into Spotlight? Are you sure that a file exists with that term in its name, or perhaps in text included within the file?

  • Unable to search for emails on webmail

    we have a single user who is unable to search emails from web-mail . whenever try to search emails using any keywords on web-mail it returns no results. Please suggest.
    Aditya Mediratta

    Hi Aditya Mediratta,
    If only one user has this issue, I suggest run Get-MailboxFolderPermission command to double check the permission.
    Also suggest move the single user's mailbox to another database, some issue will be auto-fixed.
    If all the methods above don't work or multiple users have this issue, I suggest rebuild the search catalog. More details to refer following similar thread:
    Single user unable to search inbox       
    http://social.technet.microsoft.com/Forums/exchange/en-US/33ad1ffb-1a87-45c1-acce-d42da42f8a5b/single-user-unable-to-search-inbox?forum=exchangesvrclients
    Thanks                          
    Mavis Huang
    TechNet Community Support

  • Acrobat 8 Unable to Search for words after convertion from mircrosoft word

    Hi all,
    I got a problem with a user using Adobe Acrobat 8 search function. he converted his Microsoft Word document to PDF file. But he is unable to search/find most of the words after convention, even thou the word is right there it will just say it cannot find any matches.
    His colleague have acrobat 7 and it has no such problem at all.
    Erm is there any setting to for me to change or is there a need to update any patches? One more thing the Word document is make up of textboxs so is this the cause?
    I would like some Expert here to give some advise/help here as i cannot downgrade to acrobat 7.
    Thanks in advance.

    Sorry, I make a mistake. He only can select some of the text document and only those can be searched. What is the cause and any setting to change?
    For your Information
    1 Our office is using Office 2000
    2 Tried Using create Pdf -->Select the file, but the result is still the same. However
    3 i tired to use Adobe PDF(printer) I am able to seach everything.
    I haven tell the user the workround for no3, but i dun think he wants it and some need to adjust the margins.
    Hope the information given to you will help you solve my problem.
    Thanks in advance

Maybe you are looking for

  • Web Dynpro ABAP application's link in UWL.

    Hi Experts,                  As per my project requirement i need to send the web dynpro abap application's link for another SAP user by using UWL concept. My requirements are :            After triggering the workflow i am getting the tasks inside m

  • SAP PRINT to WORD

    We have a requirement from Tanzania Government, Printing of document must be in readable format PDF/DOC which is to be processed via electronic signature device, so that all the values can be read then some digitial signature printing will be done. W

  • Help transferring cs3 from a laptop to new computer

    I've got photoshop cs3 installed on my computer that i use for my small business (it was running vista) but it recently died so I've had a new one built running windows 7. My question is though, how do I get photoshop cs3 transferred from my laptop (

  • Tidal Connection to db

    Is it possible to change the password for Tidal Schema and update it in the connectivity?. We do not want to keep the standard password and not sure where to update the changed password in the setup. Anyone has done this? Thanks, Raj

  • Message from Vimeo when uploading video that browser is out of date. How to update Firefox?

    Vimeo issues a message the the Firefox is out of date when attempting to upload a video. It says Firefox should be updated.