OD with errors, not displaying my users

Yesterday the OD Slave was having issues and now today the Master OD is having the same issues.
When launching Workgroup Manager I get this error message (which isn't well documented here on the interwebs):
"Error of type eDSOperationFailed (-14483) on line 3395 of /SourceCache/WorkgroupManager/WorkgroupManager-361.3.1/PMMUGMainView.mm"
I try to follow the path in the error message and there is no /SourceCache directory that I can find.
Console Messages is giving me this group of error messages over and over every couple of seconds.
9/1/11 12:18:55 PM          com.apple.metadata.mds[68]          XSANFS_FSCTL_SpotlightRPC fsctl failed (errno = 45)ERROR: _MDSChannelInitForXsan: _XsanCreateMDSChannel failed: 45
9/1/11 12:18:55 PM          com.apple.metadata.mds[68]          ERROR: _MDSChannelXsanFetchAccessTokenForUID: dead channel
9/1/11 12:18:55 PM          mds[68]          (Error) Message: MDSChannel RPC failure (fetchPropertiesForContext:) [no channelAccessToken]
9/1/11 12:18:55 PM          mds[68]          (Error) Store: <MDSDistantStore 0x102905760 shutdown:NO got shutdown notification:NO>{channel:0x102904bf0 localPath:'/Volumes/Media'} bring up failed -- will retry
2 days ago we had a network switch failure that I am wondering could be the root cause, but I don't have any clue.
If anyone knows what is going on with my system your insight would be greatly appreciated.

I have just come across this error as well
"Error of type eDSOperationFailed (-14483) on line 3395 of /SourceCache/WorkgroupManager/WorkgroupManager-361.3.1/PMMUGMainView.mm"
Funnily enough though WGM works fine if I lauch it imediately after boot. Seems that if server admin is launched before WGM the issue occurs...
This has literally just begun so sorry for no technical input yet as I have jsut begun troubleshooting myself, have you managed to discover anything since first coming across the problem?

Similar Messages

  • Windows 8.1 do not display last user

    Hello,
    does anyone know how to prevent the last user name being presented after restarting Windows 8.1 PC. Not a problem with Win7 etc as can disable interactive logon etc, but cant make it work with Win 8.1. Prefer to do with GP. This is a domain environment with
    multiple users per device.
    Thanks
    Andrew

    Hi,
    I tested this issue in my Windows 8.1 domain environment, enable the policy: Interactive logon: Do not display last user name, then run gpupdate /force to update the policy, it works as expected, the last logon user name is not displayed on the screen
    Yolanda Zhu
    TechNet Community Support

  • Does the iMac with Retina 5K Display have "user accessible" SO-DIMM slots or not?

    The Apple Site "http://www.apple.com/imac-with-retina/specs/" for the iMac with Retina 5K Display states for memory that it has "four SO-DIMM slots, user accessible".  What does that really mean?  Contact with Apple support indicates that the newest iMac is sealed, therefore I MUST order it with all of the memory I need, or I would have to break the seal (tear it apart) to upgrade the memory later to get to the memory slots...there is no access door as there was in earlier iMacs.  Is the memory in slots or soldered in?  How can that be interpreted as "user accessible"?  This seems very misleading, or Apple support has it wrong.
    Sorry if this seems like a rant, but it sort of is.  Does anyone know the facts on this?

    The previous 27 inch iMacs had the same statement. It means that the user can access the memory slots and add or change ram. There is an access panel on the iMac. On 21 inch iMacs there is no door and the ram is not user accessible.

  • OID can not display some users - java.lang.ArrayIndexOutOfBoundsException:0

    We have set up AD to OID synchronization for users and groups using Import connector, and it worked fine. The users in OID can log into applications protected by OAM. But recently I found that some users that could be displayed in OID before can not be displayed now. If I click on the DN in Oracle Directory Manager, a error window pops up. It is a long error message, and the first a few lines are as follows :
    0
    java.lang.ArrayIndexOutOfBoundsException:0
    at oracle.ldap.admin.AttrOptions.<init>(entry.jave:3151)
    at Oracle.ldap.admin.Entry.getProp(entry.java:457)
    I don't see any error message in the integration profile or log files. I am testing things on an account that is having this trouble, and the strange thing is that it can not log into application protected by OAM any more, but it can log into OAM console.
    We use OID 10.1.2.3 on Windows, and OAM 10.1.4.0.1.
    I searched in Metalink but didn't find anything helpful. Any help is appreciated. Thanks for your time.
    Hailie

    Pramod,
    Thank you for your reply. Please see below my answers to your questions:
    -> Do you see any pattern in the users (DN) that are unable to be displayed/login?
    Yes I do see some pattern. There is one change on the problem user's dn - the "\" after the last name is gone.
    Before: cn=smith\, john, cn=users,dc=abc,dc=com
    Now: cn=smith, john, cn=users,dc=abc,dc=com
    However I check in Active directory "\" is presented. In OID if I right click on cn=smith, john and try to delete it, I got a error message "LDAP: error code 34 - Error in DN Normalization". Is that caused by the missing of "\"?
    -> Does ldapsearch on these users (with all attributes) show something (special chars, etc)?
    ldapsearch on cn=cn=smith, john,cn=users,dc=abc,dc=com returns no objects:
    $ldapsearch -L -D "cn=orcladmin" -w "*****" -h host -p 389 -b "cn=smith, john,cn=users,dc=abc,dc=com" -s sub "objectclass=*"
    ldap_search: No such object
    ldap_search: matched: cn=Users, dc=abc,dc=com
    Ldap search on cn=smith\, john,cn=users,dc=abc,dc=com:
    $ldapsearch -L -D "cn=orcladmin" -w "*****" -h host -p 389 -b "cn=smith\, john,cn=users,dc=abc,dc=com" -s sub "objectclass=*"
    dn: cn="smith, john",cn=users,dc=abc,dc=com
    uid: [email protected]
    employeenumber: 916963
    cn: smith, john
    registeredaddress: 512
    krbprincipalname: [email protected]
    orclsamaccountname: ABC.COM$JSmith
    sn: johnsmith
    displayname: John
    orclobjectguid: lJO0N+8H4UW/30yHukSfsw==
    orclobjectsid: AQUAAAAAAAUVAAAAohxTYWIV3XFeP55cYjwAAA==
    orcluserprincipalname: [email protected]
    objectclass: oblixorgperson
    objectclass: inetorgperson
    objectclass: orcluserv2
    objectclass: person
    objectclass: orcladuser
    objectclass: organizationalPerson
    objectclass: top
    obver: 10.1.4.0
    -> Do you see the same behavior when you use any generic LDAP browser (Ex: Apache Directory Studio) instead of ODM?
    I don't have Apache Directory Studio installed yet. I will try that later.
    -> Does the changelog for the particular synch (for the affected users) show something?
    Here is what I found in ActiveChgImp.aud
    (weeks ago)
    97426524 : Success : MODIFY : cn=smith\, john,cn=users,dc=abc,dc=com
    (Recently change - The back slach after smith was gone, and "" showed up)
    97469970 : Success : MODIFY : cn="smith, john",cn=users,dc=abc,dc=com
    -> If login to OAM is possible, can the user modify his/her profile, and does it save the changes? If it does, can you try logging in to apps?
    This user can log into OAM identity system, but when I click on "My profile" under "User manager", I got a error message "You do not have sufficient access rights".
    If I log into identity system as orcladmin, I was able to modify it and save the changes. But in OID the user is still not displayed. Same error message. When I tried to add it as administrator, I could search on it, add it, but when I press "done", it didn't show up on the admin list. The users that can be displayed in OID can be added to admin list without a problem.
    Thanks,
    Hailie

  • Problem with data not displaying in website

    Hello All,
       I am having a problem with one of our applications. It is written in ColdFusion and uses SQL server. The problem that we are having is when we use the URL Http://bma.com (that is not actually the site name)  we cannot see all the data that it is suppose to pull in. I get an error on page and when I select to view the error this is what I get
    Message: 'WddxRecordset' is undefined Line: 184 Char: 2 Code: 0 URI: http://bma.com/user_maintenance.cfm and Message: 'jsusersTLV' is undefined Line: 3208 Char: 6 Code: 0 URI: http://bma.com/user_maintenance.cfm
    If I put the IP address in the URL for example http://165.83.109.246/bma/login.cfm all of the data is displayed as it should.
    Any thoughts or sugguestios on how to correct this?
    Thanks

    Yes, the user_maintenance.cfm is one of the forms that the data is not displaying on. There are multiple forms in the application and that just happens to be one of them. the login.cfm is just the login screen. Once you select your name and enter your password to the application then you can select the user maintenance form. If you select someones name the application should pull in all of that persons information. That is the problem, it is not pulling in any information on the user. We get a blank screen where data should be. When we use the IP address in the URL and select someones name in the user manintenance form, it pulls in all the data from that user as it should.

  • SQL error not displayed. Instead wwv_flow.accept was not found

    Hi,
    My Question:
    Why does the SQL error in this case not get propagated up the chain?
    BACKGOUND:
    Just spent a few hours trying to figure out why when trying to insert into a table using a wizard created page I was getting the error: The requested URL /pls/htmldb/wwv_flow.accept was not found on this server. It turns out that the error message is a red herring, and the problem was caused by a SQL error that I thought should have been caught and displayed.
    When running the page under debug, the error is displayed, but run as Joe Blow user, the www_flow.accept error is received.
    DETAILS
    Process details where the insert takes place:</h3>
    Process point:
    After Submit - after computations and validations
    Process Messaging
    Process Error Message
    Unable to insert a row to TRAINING_SESSIONS
    HTML DB ERROR (NOT IN DEBUG MODE)
    This is the error the end user sees in the browser:
    The requested URL /pls/htmldb/wwv_flow.accept was not found on this server
    APACHE ERROR_LOG
    [Sun Jun 06 17:50:28 2004] [error] [client 127.0.0.1] [ecid: 1086508225:10.6.6.6:1724:1732:320,0] mod_plsql: /pls/htmldb/wwv_flow.accept HTTP-404 ORA-03113: end-of-file on communication channel
    [Sun Jun 06 17:50:28 2004] [alert] [client 127.0.0.1] [ecid: 1086508225:10.6.6.6:1724:1732:320,0] mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/htmldb/wwv_flow.accept
    HTMLDB DEBUG MODE OUTPUT
    This is what you see when running the page as developer with debug on:
    0.01: Processing point: AFTER_SUBMIT
    0.01: ...PLSQL (AFTER_SUBMIT)
    INSERT INTO "TRAINING_SESSIONS" ("TRNG_ID",
    "COURSE_ID",
    "START_DATE",
    "LOCATION",
    "COST")
    VALUES ( TRNG_SEQ.NEXTVAL,
    :P27_COURSE_ID,
    :P27_START_DATE,
    :P27_LOCATION
    :P27_COST)
    0.01: Show ERROR page...
    0.04: Processing point: AFTER_ERROR_HEADER Home
         Error      Unable to insert a row to TRAINING_SESSIONS
    OK      
    0.06: Processing point: BEFORE_ERROR_FOOTER
    ORA-06550: line 6, column 9: PL/SQL: ORA-00947: not enough values ORA-06550: line 1, column 7: PL/SQL: SQL Statement ignored
    ACTUAL PROBLEM:
    The sequence TRNG_SEQ does not exist!

    Has anyone found what causes this problem? I am running HTMLDB 1.6
    I have a HTMLDB application running against four databases. I develop in one and export and import the application to all databases. It appears that on the databases that are NOT development, this www_flow.accept was not found comes up instead of the error page.
    Please help! We are getting so close to wanting to release this application.

  • Error not displaying while Invoice Apprvoal in detail tab

    Hi,
    Here is the problem we are facing. We are at SRM 5.0 with Extended Classic and no IMS configured.
    u2022 Activity u2013
    1. Invoice with value more than PO value is posted and triggered for approval. Zero Tolerance  maintained.
    2. Posted Invoice has status u2013 u2018To Be Corrected Manuallyu2019.
    3. Work Item triggered for approval and is in Approver's inbox.
    4. Approver approves the Invoice.
    u2022 Expected Result u2013 If Approver tries to approve the Invoice then he/she should get error message u2018Document Contains Errors Approval Not Possibleu2019.
    u2022  Actual System Behavioru2013
    1. If approver tries to approve the Invoice at header level then error message u2018Document Contains Errors -
    >Approval Not Possibleu2019 is getting populated. But we have deactivated the approval/rejection button at the header level.
    2. Approver is opening up the invoice document and then approves the Invoice. At that time, error message mentioned in point 1 is not getting populated. Instead the message appears as u2018The Invoice Approvedu2019. This is a false indication to approver and work item remains in Approveru2019s queue.
    Any solution to resolve this issue?

    Hi AP,
    Same approver when approves the Invoice at header level, error msg displayed properly. But if he tries to appove the invoice in detailed view - clicking on SAVE - then the error msg is not displayed and instead it shows Invoice Approved and workitem remains in his work list.
    Is this because of Autho issue? In that case what autho objects we need to check?
    My wild guess about this issue could be because system is not checking if the Doc is complete or not to trigger the respective message. Any thoughts?
    Thanks.

  • Some report fields not displaying when users view reports in a Citrix

    Hi All, got a weird one.
    We have an app developed in MS Visual Studio 2007 that utilizes .NET crystal reports. Our users access these reports through citrix. Most of teh time, most people can view these reports correctly. SOME of the time, however, certain fields will disappear. The report still runs the same (grouping, ordering, etc) but key information is missing.
    After re deploying the reports and / or clearing the user's roaming profile then everything is good for a while, so I know it has something to do with a temp or cached version of the report. is there a way to set .net crystal reports to NOT cache AKA create new every time?
    Any assistance would be greatly appreciated!
    JOhn.

    Hi John,
    Yes and Yes.... 14 years...
    Multiple Commands and multiple data sources without being linked can cause problems if you also use SQL Expressions. If you try to add more than one data source in the Designer you'll get a pop up warning about server side grouping and SQLExpressions can not be used.
    But I don't think this would be the cause. May be a result of the option logically internal to CR but I don't think the data source would be the issue, again you said the info is there just not displayed.
    Do they have access to run your app without going through Citrix? Possibly running your app using Remote Desktop. Could rule out if it's a CR issue. I think this may be a GDIPlus problem, it is the dll that renders the page and could be dropping the objects. I know MS has been patching it lately to plug security holes....
    One option, if they can, is to use [Modules |https://smpdl.sap-ag.de/~sapidp/012002523100006252802008E/modules.zip], get then to run it when the reports are working and then again when they are not and see if there are any dll differences...
    I have heard of a few other cases with Citrix and I believe it was narrowed down to being a Citrix problem and that was as far as we could take it....
    Process Monitor may help but if it's random it's a lot of info to go through to determine the cause.
    Maybe logging a case with Citrix might help also....
    Thanks again
    Don

  • Online backup by DB13 ended with error not by BRTOOLS

    Dear Friends,
    I am trying to take online backup by DB13 of my CRM Dev system but it is ended with error , but when i check in SM37 it show finished.
    By using BRTOOLS it work proparly but not by DB13.
    Other Details :-
    OS :- Win 2003 server
    DB :- Oracle 10g
    error message is :-
    Detail log:                    bdxbnwwr.ant
    BR0051I BRBACKUP 7.00 (26)
    BR0055I Start of database backup: bdxbnwwr.ant 2008-01-19 10.48.21
    BR0484I BRBACKUP log file: F:\oracle\CD1\sapbackup\bdxbnwwr.ant
    BR0252W Function remove() failed for 'f:\oracle\cd1\102\database\sap.ora' at location BrInitOraCreate-1
    BR0253W errno 13: Permission denied
    BR0252W Function remove() failed for 'f:\oracle\cd1\102\database\sap.ora' at location BrInitOraCopy-7
    BR0253W errno 13: Permission denied
    BR0166I Parameter 'control_files' not found in file f:\oracle\cd1\102\database\initCD1.ora - default assumed
    BR0252E Function CreateFile() failed for 'G:\ORACLE\CD1\SAPDATA3\TEMP_1\TEMP.DATA1' at location BrFileStatGet-2
    BR0253E errno 5: Access is denied.
    BR0273E Determination of file status for G:\ORACLE\CD1\SAPDATA3\TEMP_1\TEMP.DATA1 failed
    BR0314E Collection of information on database files failed
    BR0056I End of database backup: bdxbnwwr.ant 2008-01-19 10.48.45
    BR0280I BRBACKUP time stamp: 2008-01-19 10.48.45
    BR0054I BRBACKUP terminated with errors
    So please help on this issue and reply ASAP.
    Thanks,
    Regards,
    Sachin Jadhav
    BASIS

    Hello Friends,
    I m facing one problem while taking backup form db13. can sombuddy help me to solve this problem following is the log file details
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000011, user ID BASIS)
    Execute logical command BRBACKUP On host eccqa
    Parameters:-u / -jid FLLOG20081015143102 -c force -t online -m full -p initIEQ.sap.wed -a -c force -p initIEQ.s
    ap.wed -s
    BR0051I BRBACKUP 7.00 (32)
    BR0055I Start of database backup: bdzapxni.fnd 2008-10-15 14.31.02
    BR0484I BRBACKUP log file: /oracle/IEQ/sapbackup/bdzapxni.fnd
    BR0280I BRBACKUP time stamp: 2008-10-15 14.31.02
    BR0301E SQL error -27140 at location BrDbConnect-2, SQL statement:
    'CONNECT /'
    ORA-27140: attach to post/wait facility failed
    BR0310E Connect to database instance IEQ failed
    BR0280I BRBACKUP time stamp: 2008-10-15 14.31.02
    BR0301E SQL error -27140 at location BrDbConnect-2, SQL statement:
    'CONNECT /'
    ORA-27140: attach to post/wait facility failed
    BR0310E Connect to database instance IEQ failed
    BR0056I End of database backup: bdzapxni.fnd 2008-10-15 14.31.02
    BR0280I BRBACKUP time stamp: 2008-10-15 14.31.02
    BR0054I BRBACKUP terminated with errors
    BR0280I BRBACKUP time stamp: 2008-10-15 14.31.02
    BR0291I BRARCHIVE will be started with options '-U -jid FLLOG20081015143102 -d disk -c force -p initIEQ.sap.wed -s'
    BR0002I BRARCHIVE 7.00 (32)
    BR0006I Start of offline redo log processing: adzapxni.sve 2008-10-15 14.31.02
    BR0484I BRARCHIVE log file: /oracle/IEQ/saparch/adzapxni.sve
    BR0280I BRARCHIVE time stamp: 2008-10-15 14.31.02
    BR0301W SQL error -27140 at location BrDbConnect-2, SQL statement:
    'CONNECT /'
    ORA-27140: attach to post/wait facility failed
    BR0310W Connect to database instance IEQ failed
    BR0280I BRARCHIVE time stamp: 2008-10-15 14.31.02
    BR0301W SQL error -27140 at location BrDbConnect-2, SQL statement:
    'CONNECT /'
    ORA-27140: attach to post/wait facility failed
    BR0310W Connect to database instance IEQ failed
    BR0278W Command output of '/oracle/IEQ/102_64/bin/sqlplus /nolog < /oracle/IEQ/saparch/.adzapxni.spi':
    SQL*Plus: Release 10.2.0.2.0 - Production on Wed Oct 15 14:31:02 2008
    Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
    SQL> Connected to an idle instance.
    SQL>
    SQL> ORA-01034: ORACLE not available
    SQL> Disconnected
    BR0280I BRARCHIVE time stamp: 2008-10-15 14.31.02
    BR0279W Return code from '/oracle/IEQ/102_64/bin/sqlplus /nolog < /oracle/IEQ/saparch/.adzapxni.spi': 0
    BR0302W SQLPLUS call for database instance IEQ failed
    BR0323W 'Archive log list' for database instance IEQ failed
    BR0252E Function fopen() failed for '/oracle/IEQ/saparch/archIEQ.log' at location arch_last_get-1
    BR0253E errno 13: Permission denied
    BR0016I 0 offline redo log files processed, totalsize 0.000 MB
    BR0280I BRARCHIVE time stamp: 2008-10-15 14.31.02
    BR0301W SQL error -27140 at location BrDbConnect-2, SQL statement:
    'CONNECT /'
    ORA-27140: attach to post/wait facility failed
    BR0310W Connect to database instance IEQ failed
    BR0252W Function fopen() failed for '/oracle/IEQ/saparch/archIEQ.log' at location BrCleanup-8
    BR0253W errno 13: Permission denied
    BR0121W Processing of log file /oracle/IEQ/saparch/archIEQ.log failed
    BR0007I End of offline redo log processing: adzapxni.sve 2008-10-15 14.31.02
    BR0280I BRARCHIVE time stamp: 2008-10-15 14.31.02
    BR0005I BRARCHIVE terminated with errors
    BR0280I BRBACKUP time stamp: 2008-10-15 14.31.02
    BR0292I Execution of BRARCHIVE finished with return code 3
    External program terminated with exit code 3
    BRBACKUP returned error status E
    Job finished
    it showing me above messege every time ..
    Thanks
    Vijay

  • Configured new language not displayed in user profile Language options

    Hi all,
    I have a requirement to add new language in portal. In that I have configured the language u201Chindiu201D in portal content translation.Now i want to configure  language options in userprofile.
    These are the procedures I have followed
    1 .On the file server navigate to
    <Installation-drive>:usrsap<SID><Instance_ID>SDM
    ootoriginsap.com com.sap.security.core.adminSAP AG<version_number>com.sap.security.core.admin.630.ear
    From here extract the com.sap.security.core.useradmin.war.
    2.In com.sap.security.core.useradmin.war file and add u201C hi = Hindi u201C in Language_en.properties
    3.Create a copy of Language_en.properties, and save as Language_hi.properties at any location.
    Now we have to do some changes with the help of configtool.bat
    So start the tool by executing.
    <SAPJ2EEEngine_installation>j2eeconfigtoolconfigtool.bat>
    Now Switch to configure mode.
    In the Tree navigate to cluster_data>>persistant>>com.sap.security.core.ume.services.
    Now switch between view and edit mode and choose yes.
    4.By right clicking on com.security.core.ume.service create a Sub node. And choose
    File-entry and upload the language_hi.properties that you have created in previous step.
    5.Create and Close the Window. And just restart all cluster nodes
                            After the above configuration, the language u201Chindiu201D is added and I can able to see the language  in self registration Language options.but it is not displayed in userprofile language options.
                            how to configure this Please help  me.            
                        These are the threads I have referred
                          How to add Hindi language in Portal
                          Regards: Add a new language (Hindi} In portal
                          How to add new language in portal
    Regards
    Bala

    Dear Markus,
    1.)  import done in SMLT
    2.)  support package parts of the languages imported
    3.)  language substituted
    4.) client refill done
    I have done 1 & 2 and also client maintenance.
    I'm not sure what are 3 & 4. Can elaborate further ?
    Thanks.
    Regards,
    Kent

  • Preflight errors not displaying

    Hi there,
    My preflight errors are not displaying - I'm using CS4. At the bottom of the screen I can see that there are errors in my documents but nothing displays in the Preflight window - it used to, but hasn't worked for a couple of weeks now. All suggestions welcome. Thanks

    Replace Your Preferences

  • ADF - Collections with Arrays Not Displaying

    I am using JDeveloper 10.12.
    Within the applicaiton I am developing I have the following:
    nominalRecord - Java Bean
    nominalRecordCollection - Collection of nominalRecords
    I have generated a data control from the nominalRecordCollection. The data within each of the nominalRecords is being populated correctly - I know this as I have written a sperate test class to display the data to screen.
    I have tried to display this collection using ADF by dragging and dropping the nominalRecordCollection data control onto a data page. Unfortunately this does not seem to be displaying the data correctly.
    Some of the data within the nominalRecord is contained within Arrays as there are multiple values. For Example:
    String surname;
    String firstname;
    String[] descriptionCode;
    String[] descriptionText;
    This is necessary because an individual may have more that one descriptive features - I need to store them like this because an individual can have any number of descriptive features. e.g.
    01 - Tattoo
    02 - Beard
    03 - Wig
    etc etc.
    When the applicaiton is executed the data that is stored within the String variables within the nominalRecord classes are displayed correctly BUT the data stored within the arrays is not displayed at all.
    I've speant the afternoon looking into this but have not managed to find a suitbale solution. Can ADF in fact render Collections that have Arrays in them?
    I'd appreciate any help/assistance with this matter.
    Thanks in advance for your help
    David.

    What do the JSTL expressions look like where you're trying to access the nested array values?
    See example #45 on my Not Yet Documented examples page of my blog for an example based on your setup here.
    http://radio.weblogs.com/0118231/stories/2004/09/23/notYetDocumentedAdfSampleApplications.html

  • Admin Console not displaying new Users and Groups from LDAP

    We created a new Realm in WebLogic, which specifies the location of the Netscape
    LDAP server. Our Weblogic application, called TGSLC, is able to find the ldap
    server to use for authentication. My problem is this- the Admin Console is not
    displaying the new users and groups from the LDAP server. Shouldn't the WebLogic
    Admin Console display any users and groups specified in the ldap server, which
    is referenced in the customized Realm?

    Hi Andy,
    I am not sure why you are unable to see the users and groups through the
    console., you should be able to. Can you post the config.xml?
    thanks,
    -satya
    Andy Levy <[email protected]> wrote in message
    news:3b700c36$[email protected]..
    >
    We're running WLS 6.0 Sp2 on Windows 2000 Professional.
    "Satya Ghattu" <[email protected]> wrote:
    Andy,
    Could you please tell us what Version of Weblogic you are running?
    thanks,
    -satya
    Andy Levy <[email protected]> wrote in message
    news:[email protected]..
    We created a new Realm in WebLogic, which specifies the location ofthe
    Netscape
    LDAP server. Our Weblogic application, called TGSLC, is able to findthe
    ldap
    server to use for authentication. My problem is this- the Admin
    Console
    is not
    displaying the new users and groups from the LDAP server. Shouldn'tthe
    WebLogic
    Admin Console display any users and groups specified in the ldap
    server,
    which
    is referenced in the customized Realm?

  • User exit - stop processing with error message displayed

    Hi guys,
    My scenario is like this
    Whil doing migo for the same batch number more than 3 times i should not allow to post the document.
    I have the material number and batch number in a seperate ztable
    for checking this found out there is an exit.
    Enhacmenet - MBCF0002
    EXIT_SAPMM07M_001
    I have written code in the above exit as
    select count(*) from ztable
        into t_charg
         where matnr eq i_mseg-matnr
        and charg eq i_mseg-charg.
    if t_charg gt 3.
      call function 'POPUP_DISPLAY_MESSAGE'
        exporting
          titel = 'Error Message'
          msgid = 'BD'
          msgty = 'E'
          msgno = '899'
          msgv1 = 'Batch Already Received 3 Times'.
    if sy-ucomm = 'OKAY'.
    elseif sy-ucomm = 'RW'.
    else.
    endif.
    endif.
    The program works fine and gives a pop up message and when i post the document
    it still gets posted.
    I should not allow to post the document
    Help me on this issue?
    Regards
    Senthil

    thanx for the reply
    Ihave created a message class z001 and maintained a message(001)
    but when i am trying to activate it says
    Field "Z001" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement . . . . . . . . . .          
    whether i need to include anything  in the program for message class
    senthil

  • Downloaded files with ActiveX not displays using Windows 8 and IE 11

    We are using ActiveX for downloading file from our server. After downloading ActiveX decrypt downloaded files. ActiveX works fine with all other IE versions but in case of IE 11, when we download the files ActiveX doesn't throw any error, but when we check
    the files at downloaded location, it looks like there was no files downloaded. When we the same process again using "IE 11 using "run as Administrator" the downloaded files displays at the downloaded location.
    After debugging, We didn't found error like "access denied or path not found or any other error." with or without Administrator mode. but still facing this issue.
    When we download file again using "Browse for Folder" it display the previous downloaded folders, but not exists at the actual location.
    Your quick reply will highly appreciated.
    Thanks

    Hi,
    on the user account.
    Tools>Manage Addons>Show all addons>Locate your custom download control in the list and double click it to display its properties.
    at the bottom of the Properties dialog there is a list of allowed sites. compare this with the settings on the Administrators account. The value should be the same as on the user account.
    If you are talking about the Akami Download manager from TechNet.
    Name:                   DLM Control
    Publisher:              Akamai Technologies Inc.
    Type:                   ActiveX Control
    Architecture:           32-bit
    Version:                2.2.6.2
    File date:              ‎Thursday, ‎28 ‎June ‎2012, ‏‎4:02 PM
    Date last accessed:     ‎Wednesday, ‎24 ‎October ‎2012, ‏‎9:23 PM
    Class ID:               {4871A87A-BFDD-4106-8153-FFDE2BAC2967}
    Use count:              3
    Block count:            1
    File:                   DownloadManagerV2.ocx
    Folder:                 C:\Windows\Downloaded Program Files
    it is only available in the x86 version.
    On server versions of windows you can only download software from MS on the Admin account. By default
    http://microsoft.com is mapped to the Trusted sites list...
    If possible please post back with the Properties of your custom AX download control from the Manage Addons dialog.
    Rob^_^

Maybe you are looking for

  • Read lines of a text file, From bottom to top

    read the last row first, from bottom to top, how to do it? Thanks for help

  • ITunes won't add files or folders

    For the last couple of days I've been having a problem where iTunes won't add files or folders for no discernible reason. Yesterday I was able to add a few videos, then I wasn't. Today after reinstalling iTunes it added my music just fine, but when t

  • Free Programmed Search Help Question

    I want to use the free programmed search help interface to make my own search help.     But the problem is, I want to embed SAP's search help into my own search help.How can I do that?     Thank you.

  • Application Manager

    Can I uninstall and reinstall photoshop from within the Adobe Application Manager and not cause problems -I get this message when launching "One or more files in the Adobe Application Support folder, necessary for running Photoshop, are missing.  Ple

  • WAD - how to design custom sorting of data?

    Hi, I have an analysis web item which is mapped to a query i.e a single data provider DP1. I have a requirement of disabling the pop up menu that appears on column right click of the report. I have done so. However, I require the sorting feature to b