No matching processes belonging to you were found

I am working on a script that opens another script that gets stuck in the middle of a task. Then I use the first script to force quit the stuck script. It seems to be a quick easy fix for something I think is probably a bug in the OS.
on run
try
display dialog "Some dialog" buttons {"Cancel", "ChoiceA", "ChoiceB"}
if the button returned of the result is "ChoiceA" then
tell application "some application"
quit
end tell
else if the button returned of the result is "ChoiceB" then
try
activate application "Another Application"
end try
delay 3
do shell script "killall -c Another Application"
end if
on error -128
quit
try
tell application "some application"
quit
end tell
end try
end try
end run
However, when the script reaches the killall line, I get an error *"No matching processes belonging to you were found."* So, how can I fix that?

OK, ok, I'll let out the secret of my top-secret script.
Here it is in its entirety:
on run
try
display dialog "To use your current screensaver as your desktop \"background image\", then click ScreenSaver." buttons {"Cancel", "Image", "ScreenSaver"}
if the button returned of the result is "Image" then
tell application "ScreenSaverEngine"
quit
end tell
else if the button returned of the result is "ScreenSaver" then
do shell script "/System/Library/Frameworks/ScreenSaver.framework/Resources" & "\\" & "/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine -background"
end if
on error -128
quit
try
tell application "ScreenSaverEngine"
quit
end tell
end try
end try
end run
When you type the terminal script in Terminal, you click in the terminal window and push CTRL C to stop it. In this script, the script pauses at the shell script until COMMAND . is typed. Then it gives that error message. So, I tried using the script to ignore app responses, but then the script doesn't do the shell script. So I tried creating another script and bundling it in an AppleScript App bundle.
I had the following in the bundled script app:
delay 20
and that's it. Then I tell my first script to activate the bundled script app. Then I say:
tell app "BundledApp"
ignoring application responses
do shell script "the shell script"
end ignoring
end tell
do shell script killall -c BundledApp.app
At first, this worked... I think. After the app closed, the screensaver continued. Then all I had to do is run the main script again to quit it. I must have done something though because now I get the error that says that "no matching processes belonging to you were found" when I try to quit the bundled app. It activates it... but won't quit it.
The problem seemed to happen right after I set the visibility status for the bundled app to not be displayed in the dock. However, I have replaced that script several times and have rebooted - the problem still haunts me.

Similar Messages

  • I have a problem with my white macbook, this message keeps popping up when I start the laptop " no matching processes belonging to you were found " even though I didn't mess up with the system or even use terminal. It just appeared

    I have a problem with my white macbook, this message keeps popping up when I start the laptop " no matching processes belonging to you were found " even though I didn't mess up with the system or even use terminal. It just appeared without Doing anything!!
    And now I can't use the " tap an click " from my tack-board and no nothing was spilled on my mac.
    Please help  

    Check your login items in the Users & Groups preference pane. Remove any that you don't recognize.

  • Error: No matching processes belonging to you were found (1)

    I'm building a app/script in xcode/Applescript studio and when I run the app the window comes up fine and displays the and cancel button works okay, but when I click "Okay" and execute the other portion of the script I get this error....
    No matching processes belonging to you were found (1)
    Any help would be appreciated.
    Thanks
    Dave
    G5 tower, Dual G4 Xserve, many more...   Mac OS X (10.4.5)  

    Okay, after changing the terminal command to include "sudo" I don't get the original error message anymore, but now I get "Password".......
    My question is now how can I use "killall loginwindow" in a script that will work in any user account?
    Dave

  • User tables belonging to the dbo schema were found in the database...

    Hi
    I´m running SAP on windows server 2003 R2 x64 sql 2005.
    I have installed a sandbox system based on NW 7.01 SR1 ECC 6.0. It´s only abap.
    After that I wanted to make a system copy of our production system to the the sandbox. So my sql colleague took a full backup of the production database and restored it into the sandbox.
    Now I´m trying to run the system copy installation sapinst - SAP ERP 6.0 EHP4 Ready (Support Release 1) - Sotware life Cycle Options - System Copy - MS SQL Server - Target System Installation - Central System - Based on AS ABAP - Central System...
    I choose custom and say it´s a Homogeneus System Copy (MS SQL Servver-specific)
    After that I choose "Use existing database" but the it say:
    *User tables belonging to the dbo schema were found in the database ES0. SOLUTION: You can only install an SAP system in a database with no user objects belonging to the system schema dbo. If there already is an SAP system in the database (MCOD), or you install a Java Add-In, you might have to convert the existing system to its own schema, or contact your SAP support.*
    I have searched the forums and can´t find anything I can use. I found someone wrote that I should change the control.xml file under sapinst directory:
    Proceed as follows:
    1. Stop SAPinst.
    2. Open the file control.xml in the sapinst log directory and look for the following lines:
    AllowNew: mig ? ?false? : ?true?,
    AllowDboObjects: mig ? ?true? : ?false?,
    3. Change these lines to
    AllowNew: ins ? ?true? : ?false?,
    AllowDboObjects: ins ? ?false? : ?true?,
    4. Save the control.xml, restart SAPinst and choose ?Continue old installation?.
    but it is not helping.
    Please advise me.
    If this is the wrong forum please tell which one is correct.
    Best regards
    Thomas
    Edited by: Thomas Aastrøm on Feb 23, 2012 3:49 PM

    Hi again
    Phase 11 is ok now. We changed the database owner to sap SIDadm.
    But now it fails at phase 12 (Move MS SQL Server objects from one schema to another)
    An error occurred while processing option SAP ERP 6.0 EHP4 Ready - Support Release 1 > Software Life-Cycle Options > System Copy > MS SQL Server > Target System Installation > Central System > Based on AS ABAP > Central System. You can now:
    Choose Retry to repeat the current step.
    Choose View Log to get more information about the error.
    Stop the option and continue with it later.
    Log files are written to C:\Program Files/sapinst_instdir/ERPEhP4/LM/COPY/MSS/SYSTEM/CENTRAL/AS-ABAP/.
    sapinst.log:
    INFO 2012-02-24 13:18:55.427
    Execute step MoveSchema of component |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssSysCopy|ind|ind|ind|ind|10|0|MssSchemaMove|ind|ind|ind|ind|2|0
    ERROR 2012-02-24 13:18:56.349
    FCO-00011  The step MoveSchema with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssSysCopy|ind|ind|ind|ind|10|0|MssSchemaMove|ind|ind|ind|ind|2|0|MoveSchema was executed with status ERROR .
    ERROR 2012-02-24 13:18:56.146
    MDB-05053  Errors when executing sql command: [Microsoft][ODBC SQL Server Driver][SQL Server]Object 'ep0.AFKO' does not exist or is not a valid object for this operation.
    <p> SOLUTION: If this message is displayed as a warning, you can ignore it. If this is an error, contact SAP support.</p>
    INFO 2012-02-24 13:19:02.583
    An error occured and the user decided to retry the current step: "|NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssSysCopy|ind|ind|ind|ind|10|0|MssSchemaMove|ind|ind|ind|ind|2|0|MoveSchema".
    ERROR 2012-02-24 13:19:02.770
    FCO-00011  The step MoveSchema with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssSysCopy|ind|ind|ind|ind|10|0|MssSchemaMove|ind|ind|ind|ind|2|0|MoveSchema was executed with status ERROR .
    What to do?
    Best Regards
    Thomas

  • Handle the "No matches were found." when doing a search in Adobe Acrobat PDF file.

    I have written an Excel spread sheet and using visual basic coding in my macro can open an as needed PDF file, search for a paragraph number as copied from the spread sheet, capture the page in the PDF file it is found on and paste the "pagefound" back into my Excel spreadsheet where desired. In some cases, however, Adobe Acrobat Professional XI reports back that "No matches were found."
    Is there any way to handle the display of this message using Visual Basic Coding so that I can set my pagefound field to 1 or -1 to tell me that the paragraph number does NOT exist in the file?
    Thank you in advance.

    Thank you for the quick reply. However, I am NOT trying suppress the message.  I am tying to handle the message.  In other words, I want the message to appear when required BUT I want to be able to try and CAPTURE the fact so that I can specify the page as being non-existent (such as entering a -1 for the page).  Is there any way in Adobe or VBA coding in Excel to recognize that the message is displaying but not stopping it, just recognizing that it is appearing and handle it?  Thanks in advance.

  • Idvd5.01 Errors were found during the burning process (Burned Finished)

    I've never had this problem before, but i'm trying to burn a dvd after all the media and dvd are ready for burning and when I click on the burn icon the following message pops up: Errors were found during the burning process. I've check to make sure nothing is hanging outside the title safe area. Any suggestion to why I'm getting this error.

    Hello, Oscar,
    This message can mean several things.
    First, are you burning an iMovie or a slideshow or both?
    Do you have chapter markers in your movie? Are they on or withing 2 seconds of any transition or at the beginning of your movie?
    Does everything encode properly?
    Are you able to 'save as disk image'?
    Post back with some more details about your project.

  • Errors were found during the burning process!?!?

    I finished importing a movie off of my DV Camera and clicked "share" in the iDVD '06 menu. I selected iDVD and my movie was sent into iDVD 6. After customizing a menu, and inserting a blank disc, the burning process was started. After iDVD6 has finished "processing" and "rendering" the menus and the movie, the progress bar for the action "burning your DVD" pops up. About a quarter of the way through I get a window which says the following:
    Burning Finished
    Errors were found during the burning process.
    After clicking "Details" it says:
    The recording device reported the media error: Write error. (0x0C, 0x00.)
    I have tried burning a movie on all DVD types available.(DVD-R DVD+R DVD RW) Why does this problem keep occurring? Is there a problem with my superdrive?

    Hello Ilzmaster,
    the cause could be your burner, but it's much more likely that high burn speed is the culprit - and you can't control that in iDVD.
    Try creating a disk image (File > Save as Disk image). This creates an .img file on your HDD, that can be stored for future use and gives you the option to preview your DVD on your Mac before burning to disc.
    Next use Disc Utility or Toast to burn your DVD at slow speed. 4x is acceptable, 2x (... or even 1x) is better.
    Use only high quality DVD-R (not DVD+R) media (e.g. Verbatim) to minimize burn errors and compatibility issues. Make sure the DVD is compatible with slow burn speed (e.g. 1x-4x)
    Also: iDVD likes to have the project(s) on your startup disc with 15 - 20 GB of available disc space
    hope this helps
    mish

  • WCS#2009.10.20.11.20.34: No matching users were found with search string ..

    Hi,
    I setup my webcenter spaces using OID. I used the console application to setup OIDAuthenticator. I can see OID users and groups in the console application. I can also login to webcenter spaces using any of the OID user. But when I try to create a page in webcenter spaces I get error
    WCS#2009.10.20.11.20.34: No matching users were found with search string ..
    Also, when I try to change permission grants for a given page in webcenter spaces using 'Set Page Access' I cannot search for any of the OID users.
    I have modified my jps-config.xml to add
         <property name="username.attr" value="uid"/>
    <property name="user.login.attr" value="uid"/>
    inside the 'idstore.ldap' serverInstance as mentioned in the document. But stilll it does not work.
    Can anybody help me..
    I see the following error in my WLS_Spaces-diagnostic.log
    [2009-10-20T11:20:34.203-05:00] [WLS_Spaces] [ERROR] [] [oracle.webcenter.webcenterapp] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: executive] [ecid: 0000IHmjzSbFg4WFLzyGOA1ArTye00000E,0] [APP: webcenter] WCS#2009.10.20.11.20.34: No matching users were found with search string executive
    [2009-10-20T11:20:34.203-05:00] [WLS_Spaces] [ERROR] [] [oracle.webcenter.webcenterapp] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: executive] [ecid: 0000IHmjzSbFg4WFLzyGOA1ArTye00000E,0] [APP: webcenter] [[
    oracle.webcenter.webcenterapp.security.WCSecurityException: No matching users were found with search string executive
         at oracle.webcenter.webcenterapp.model.security.WebCenterSecurityUtils.getPrincipal(WebCenterSecurityUtils.java:494)
         at oracle.webcenter.webcenterapp.model.security.WebCenterSecurityUtils.getUserPrincipal(WebCenterSecurityUtils.java:377)
         at oracle.webcenter.webcenterapp.internal.view.shell.WebCenterPagesManagerImpl._grantCustomPermission(WebCenterPagesManagerImpl.java:650)
         at oracle.webcenter.webcenterapp.internal.view.shell.WebCenterPagesManagerImpl.createPersonalPage(WebCenterPagesManagerImpl.java:582)
         at oracle.webcenter.webcenterapp.internal.view.backing.BoilerplateBean._createPage(BoilerplateBean.java:818)
         at oracle.webcenter.webcenterapp.internal.view.backing.BoilerplateBean.clickCreatePageFromWizard(BoilerplateBean.java:947)
         at oracle.webcenter.webcenterapp.internal.view.backing.BoilerplateBean.clickCreatePageFromWizard(BoilerplateBean.java:929)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
         at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodExpression(UIXComponentBase.java:1282)
         at oracle.adf.view.rich.component.UIXDialog.broadcast(UIXDialog.java:81)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:145)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:145)
         at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:87)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:87)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:298)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:91)
         at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:81)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:787)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:280)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:165)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterShellPageRedirectionFilter.doFilter(WebCenterShellPageRedirectionFilter.java:210)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterShellFilter.doFilter(WebCenterShellFilter.java:603)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.view.page.editor.webapp.WebCenterComposerFilter.doFilter(WebCenterComposerFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:65)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:54)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.wls.JpsWlsFilter$1.run(JpsWlsFilter.java:96)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.wls.util.JpsWlsUtil.runJaasMode(JpsWlsUtil.java:146)
         at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:140)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterLocaleWrapperFilter.processFilters(WebCenterLocaleWrapperFilter.java:256)
         at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterLocaleWrapperFilter.doFilter(WebCenterLocaleWrapperFilter.java:228)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:202)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: oracle.security.idm.ObjectNotFoundException: No User found matching the criteria
         at oracle.security.idm.providers.stdldap.util.DirectSearchResponse.initSearch(DirectSearchResponse.java:171)
         at oracle.security.idm.providers.stdldap.util.NonPagedSearchResponse.<init>(NonPagedSearchResponse.java:52)
         at oracle.security.idm.providers.stdldap.util.NonPagedSearchResponse.<init>(NonPagedSearchResponse.java:43)
         at oracle.security.idm.providers.stdldap.util.LDAPRealm.searchUsers(LDAPRealm.java:480)
         at oracle.security.idm.providers.stdldap.LDIdentityStore.search(LDIdentityStore.java:265)
         at oracle.security.idm.providers.stdldap.LDIdentityStore.searchUsers(LDIdentityStore.java:358)
         at oracle.webcenter.framework.service.Utility.getUserFromUserName(Utility.java:571)
         at oracle.webcenter.webcenterapp.model.security.WebCenterSecurityUtils.searchUser(WebCenterSecurityUtils.java:315)
         at oracle.webcenter.webcenterapp.model.security.WebCenterSecurityUtils.getPrincipal(WebCenterSecurityUtils.java:486)

    I have run dead smack into this issue using AD also. Is there a solution? I have tried all of the options for the following settings which seem to control the look up process:
    <property name="username.attr" value="cn"/>
    <property name="user.login.attr" value="sAMAcountName"/>.
    For me, this issue rears its ugly head when attempting to add a role to an AD user. I can enter the login name in the find user box, click the find button, and the user is found. I select the user, pick the role, click "Add Member(s)", and then bam "No matching users were found with search string <login user>" message.
    Based on my analysis of the problem, my guess would be that the look up process, which works, differs from the role assignment process in source of data and/or the key-field used to find a match.
    Any help would be greatly appreciated.
    Thanks In Advance.

  • Unable to use Adobe Reader.  "Reader has finished searching the document.  No matches were found."

    Unable to use Adobe Reader.  "Reader has finished searching the document.  No matches were found."
    I can use Adobe Reader on some documents but not all.  I believe I have downloaded the correct software.  I am using Firefox on a Mac with 10.8.4
    Can anyone help?

    weshuptrine wrote:
    I can use Adobe Reader on some documents but not all.
    Are these scanned documents?  If scanned documents have not been OCR-ed, then they are just images without any searchable text.
    Try if you can highlight any text in such documents.

  • No matching values were found ... security issue??? help

    Hi,
    A few days ago when I added multiple students with Quick Enroll a Student I could see them from Campus Community or Quick Enroll -> Find an Existing Value.
    Then I created, from Application Designer, some groups with special access to Tree Manager and also 2 interface components for existing components (subjects and courses).
    But when tried Quick Enroll -> Find an Existing Value again it didn't return any results: "no matching values were found".
    From Campus Community is the same result, no match.
    I deleted both the groups and the component interfaces created, but the result is the same, I can not view my enrolled students anymore. What could be the problem? Some security problem?
    I have Read/Write to the Academic Institution, the Campus, the Academic Organization, all Academic Careers, Programs, and Plans.
    Thank you,
    Anda

    You mean to see if the students exist in the database? The answer is yes, they do exist.
    One more thing, I can see the enrolled students from
    Record and Enrollment -> Enroll Students -> Enrollment Request Search
    But from
    Record and Enrollment -> Enroll Students -> Enrollment I can't see them.
    Any suggestion is appreciated, thank you!
    Anda

  • Search in Help Viewer always returns "No matching help topics were found".

    Hi!
    I'm running 10.3.9 on 14" iBook G4.
    Recently re-installed OSX from CD after a hard disk replacement. Help viewer was fine on the original / old installation of the same version number of OSX.
    The CD installs a version earlier than 10.3.9. Possibly 10.3.4? Cannot recall... is this important?
    After HDD replacement, went through all the updates fairly rapidly, and arrived at version 10.3.9. Excellent! Except one thing (there may be more, but I've only discovered this so far!)... searches in Help Viewer return the same message irrespective of what I search for. I type the search string (e.g. "dvd" ) in the search bubble in the Viewer window. The message is as follows:
    [bouyancy aid with question mark logo] No matching help topics were found
    I have tried the usual things, without success, of:
    - Removing the Famous Four cache and preference files/dirs.
    - Repairing permissions. This repaired a few 'permissions'.
    - Rebooting.
    I think the icon of the bouyancy aid is a comic irony, but very well suited to my situation. Anyone out there with any suggestions on how to fix, please?
    RSJ

    Excellent pointers, thanks!
    I haven't quite got it working, yet, but have got it to a point that is better than nothing.
    Very peculiar -- discovered that, after trying many of the troubleshooting ideas without success, the solution was to hit the "back" icon on the viewer to get to the list of help topics satisfying my search criteria... cannot work out why. It would appear that, for some reason, the viewer is skipping the page with the help topics, and going directly to the "No topics found" page. Curious. I am wondering if one of the above activities (from your help pages) may have helped.
    Anyway. Thanks very much for your help on this, and your *very* rapid responses.
    Yours most impressed,
    RSJ.

  • Hello  J have problem in the demarage d iphoto the dialogue displays and asks me for the following text?  138 photos not having been imported were found in the iPhoto library(bookcase).  Would you care for import them? Yes or no you already have meet this

    onjour
    j ai des probleme au demarage d iphoto le dialogue s affiche et  me demande le  texte suivant ?
    138 photos n’ayant pas été importées ont été trouvées dans la bibliothèque iPhoto.
    Souhaitez-vous les importer ? oui  ou non avez vous deja rencontrer ce proble  si oui pouvez vous m aider
    Merci
    Hello
    J have problem in the demarage d iphoto the dialogue displays and asks me for the following text?
    138 photos not having been imported were found in the iPhoto library(bookcase).
    Would you care for import them? Yes or no you already have meet this prowheat if yes can you m help
    Thank you

    Open your iPhoto Library package with the Finder as shown in this screenshot
    and look in the folder named Auto Import.  Move any files in that folder to a folder on the Desktop and close the package. Do not make any other changes.  Launch iPhoto (the message should be gone) and drag the folder on the Dersktop into the open iPhoto window to import them.
    OT

  • Errors were found when compiling workflow in SharePoint Designer 2010

    Hello there,
    I've run into a interesting issue in SharePoint Designer 2010 when publishing a workflow. I now get the below error
    Normally when I get this message I simply clear the SharePoint Designer 2010 cache described in this
    article, however, in this case the issue still continued. Hence I started the process of trial and error and quickly realized that the Update Item action was the culprit. In this action I am updating approximately 70 columns. Currently, I have two such
    actions running in sequence. When I added the third Update Item action to do the same, I started getting this error.
    Has anyone else experienced this before? In the workflow I am currently working on I am going to have to using the Update Item action several times and update approximately 70 columns hence I am open to other ideas to do the same.
    Thanks in advance.

    Hi Entan Ming,
    Thanks for your reply, Hope you are aware that while we create any new workflow using SharePoint Designer 2013. There are two ways (We can say Platforms) to create the new workflow 1. SharePoint
    2010 and 2. SharePoint 2013.
    If I choose second one I. e SharePoint 2013, and try to create, save and publish workflow it`s working fine. But whenever I select option no. 1  i.e. SharePoint 2010  Platform to create
    the workflow, I am able to Create it , save it , but while I try to publish it I got an error:
    Errors were found when compiling the workflow. The workflow files were saved but cannot be run.
    When I click on Advance I got message:
    Unexpected error on server associating the workflow
    My question is that, I am not able to publish any workflow in SharePoint 2010 Platform, using SharePoint Designer 2013.  
    Before publishing a workflow, I click on ‘Check for errors’ button, there was no any error found.
    Thanks & Regards Mr. Bajirao Shinde

  • How to correct "No timestamps were found on any of the image files" in Bridge CS4?

    I am trying to process a "Auto-stack Panorama/HDR" images and I keep getting the error message "No timestamps were found on any of the image files".  I don't understand what this means and how to correct the issue so I can process my images.  All of the images are .CR2 raw files, which Bridge shouldn't have issues with.
    Can anyone help with correcting the issue of the timestamps?
    Thank you.
    BP

    Does this give you any clues on HDR?   http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDwQFjAB&url=http%3A%2 F%2Fhelp.adobe.com%2Fen_US%2FBridge%2F3.0%2FWS3B0804D4-9DB7-441d-983D-0F863872F6E6.html&ei =Lfz5TtT-H6LkiAKIrLnIDg&usg=AFQjCNHFhS6ND2dG24gADWxEeOMdWacd4A

  • Error during the Process of Netting - No Identifier Found TPM_TRG136

    Hi All
    During the process of doing Netting , the system is popping up an error message as - No Identifier found. The message error is TPM_TRG136.
    Can anybody suggest the solution for the error.
    Ram K

    Hi @artem98765,
    Welcome to the HP Forums!
    It is a terrific place to find answers and suggestions.
    For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide Learn How to Post and More
    I grasp that when you tried to do a recovery back to factory you received the error incomplete recovery.
    As you did not state if how you were doing the recovery I will include documentation for the process along with a troubleshooting document.
    HP PCs - Performing an HP system recovery (Windows 8)
    HP PCs - Troubleshooting HP System Recovery Problems (Windows 8)
    If you are still unable to complete the recovery please contact HP support for further assistance.
    Please call our technical support at 800 474 6836. If you live outside the US/Canada Region, please click the link below to get a support number for your region.
    World Wide Phone Support
    Good Luck!
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

Maybe you are looking for