Delegated Admin and non-flat user/group structures

Hello, I am trying to build a directory structure with several containers under an organization used to store different portions of userdata and group data (i.e. not only ou=people and ou=group, but also a few ou's like them). Server software is from OUCS 7u2 release. Users in "other" containers are populated into LDAP (ODSEE 11) by replication, filling in all the same attributes as a freshly DA-created account has.
The Delegated Admin interface and other parts of the software accept this and work okay with this setup, displaying user information, allowing logins and so on - except for attempts to edit user accounts in the alternate containers in the DA (i.e. add/remove service packages, change quotas, etc.). First I've verified that this is not an LDAP problem - I can use both command-line ldapmodify and an LDAPBrowser GUI to edit the entries with no hiccups.
I tracked that when trying to save account information for accounts in non-standard containers, the DA still tries to use a hard-coded path (i.e. uid=USERNAME,ou=people,o=DOMAINNAME,dc=DOMAIN,dc=NAME) despite the fact that the user account is (and DA displayed it from) uid=USERNAME,ou=morePeople,o=DOMAINNAME,dc=DOMAIN,dc=NAME.
Possibly, this "hardcoding" stems from DA configuration in WEB-INF/classes/sun/comm/cli/server/servlet/serverconfig.properties which does list components of the LDAP structure:
# Ldap configuration.
# List of ldap hosts. Form is <ldaphost>:<portnumber>. (Default port = 389)
# add additional hosts with ldaphost-<consecutive number>
# Schema type is either "1" or "2".
# Reconnect interval is in seconds
# Group and people container is dn from organization dn (e.g ou=people)
ldaphost-1=oucsldap01:389
ldaphost-2=oucsldap02:389
ldaphost-suffix=dc=DOMAIN,dc=NAME
ldaphost-dcsuffix=dc=DOMAIN,dc=NAME
ldaphost-maxcount=50
ldaphost-schematype=2
ldaphost-reconnectinterval=60
ldaphost-peoplecontainer=ou=People
ldaphost-groupcontainer=ou=Groups
ldaphost-orgadminrole=cn=Organization Admin Role
While the organization root dn is not explicit here (and shouldn't be), the default people container is... I might guess a coding error logic like this: indeed, the "ou=People" container should be used by default when creating a user via DA; as a likely error, it might also be used when editing existing users - instead of their existing full DN/parent DN.
Questions:
1) Does anyone have a working configuration with several user/group containers within an organization like this? Would you care to share details and workarounds, if were needed?
2) I think that possibly the "shared domain/organization hosting" mode might help here - at least it is expected to have several LDAP trees with their delegated administrators performing as a single e-mail domain. Before I go and reconfigure everything, I'd love to hear if there are any success stories with this route? Is it a proper solution (or THE solution) for such config?
Thanks,
//Jim Klimov

I wanted to follow up that reconfiguring the directory structure according to shared domain hosting, with branches for ISW-synchronized accounts as one of the sub-organizations which share the domain, and manually created OUCS-only accounts being in another sub-organization. This works for both messaging components and the DA, as long as UIDs are in ou=People in their organization. Somewhat unfortunately, ISW config seems to allow only one DSEE target branch and puts groups (CN) there as well. Well, for our needs to edit user attributes and service packages via DA, this suffices. Sometimes there are hiccups (Can not save changes), but they are intermittent and harder to trace debug; usually go away with restart of the DA web container. The DSEE LDAP instances are configured with plugins to enforce uid uniqueness across the organization and uniqueness of values of messaging email address attributes (mail, mailAlternateAddress, mailEqiuvalentAddress) to avoid mixups between user accounts in different branches.
Also, we had a problem with Calendar server after migrating the LDAP entries: since our deployment used the nsUniqueID for calendar user identification, relocation of entries (the way we did it) generated new values for new entries and users got new empty caledar databases. On this POC this was not a major problem, and newer OUCS releases with a davUniqueID attribute should specifically be immune to this problem. However, for others trodding this path I can suggest that they export the LDAP database into LDIF including the unique IDs, recreate the suffixes as needed (the ISW target organization in DSEE should be a separate LDAP database suffix), change the LDIF entry pathnames, and import the LDIF anew. This would wipe old LDAP data and should add old nsUniqueIDs to relocated entries (unlike recreation via ldapadd or relocation via ldapmodrdn).
We have also hit a problem with DA refusing to render the list of accounts (returning 0 or 25 empty entries in a table). The LDAP logs showed that on the LDAP side all is ok, and expected amount of replies was located. Pattern searches often produced the proper table with a subset of users in DA. Ultimately, we linked the problem to ISW binary base64-encoded attributes (dspswuserlink et al; some of those values also garbaged output of commadmin queries in a terminal) and created an LDAP ACI which forbade our DA-admin user to read,search,compare these attributes. This solved the problem for us. I wonder if a more generic solution is possible, so as to apply this ACI not to an explicitly named admin user but to any users with DA admin privileges (by group or role? which string, to cover them all in advance)? Or, perhaps, nobody except the ISW user account should see these ISW attributes?
Hope this report helps others who would try to pioneer this path of messaging integration
//Jim Klimov

Similar Messages

  • Delegated Admin and Number of Users

    Recently we deleted about 3K users using: commadmin domain purge, and while
    it appears to have successfully deleted the users -- ldapsearch doesn't yield any
    output. The lower number of users is NOT reflected in the field "Number of Users"
    on the Delegated Admin page. It still shows the same number of users >11K we
    "had" prior to the deletion process.
    Any ideas to explain this discrepancy?
    -- Bob

    rkbunca wrote:
    Recently we deleted about 3K users using: commadmin domain purge, and while
    it appears to have successfully deleted the users -- ldapsearch doesn't yield any
    output. The lower number of users is NOT reflected in the field "Number of Users"
    on the Delegated Admin page. It still shows the same number of users >11K we
    "had" prior to the deletion process.
    Any ideas to explain this discrepancy?The number of users displayed in the DA GUI is recorded in the "sunNumUsers" attribute associated with the domain e.g.
    dn: o=aus.sun.com,dc=aus,dc=sun,dc=com
    sunNumUsers: 11
    This is to avoid having to do an ldapsearch across the domain to get a count. You can manually update this attribute to get the number back-in-sync.
    The commadmin domain purge should have updated this value -- I couldn't find any pre-existing bugs to explain why it didn't happen in your case. I suggest you log a support case to get this looked into further.
    You may also want to check your directory audit logs to see if an attempt was made to update this attribute but failed for some reason.
    Regards,
    Shane.

  • Delegated Admin and User Management in WLP 9.2

    Hi,
    I've made Delegated Administrator role and a user for it. The user is Delegated Admin for our users and groups. Still that user cannot create new users, only new groups.
    The error message that shows when creating new user is "The subject does not have access to the specified group".
    What should I do to make it work ?
    Regards,
    Tanja

    Unfortunately, you've run into a bug in the product. See CR282051 in the WLP 9.2 release notes.
    http://edocs.bea.com/wlp/docs92/relnotes/relnotes.html#wp1147925
    If you have a support contract, you might be able contact BEA Support to see if a patch might be available.

  • Non-privileged user groups and examples of tasks

    Wiki says that normal, non-privileged users can and should be given membership in the following groups:
    audio - for tasks involving sound card and related software
    floppy - for access to a floppy if applicable
    lp - for managing printing tasks
    optical - for managing tasks pertaining to the optical drive(s)
    storage - for managing storage devices
    video - for video tasks and hardware acceleration
    wheel - for using sudo
    power - used w/ power options (e.g.: shutdown with power button)
    What I'm interested is the examples of the typical tasks (besides mentioned on Wiki) that require membership in these groups: storage, video, power, camera, games.
    If someone could break it down nicely I would be much obliged. Thank you.

    Runiq wrote:
    Storage allows you to (un)mount removable media as user in graphical file managers (when HAL is involved).
    Power allows you t resume/suspend/shutdown/reboot as user.
    Some games set the permissions on their executables so that a non-member of the games group can't start the game.
    For the others, I have no idea unfortunately. By the way, the groups are to be deprecated in the (rather far?) future since you are supposed to get proper permissions when you need them. I think ConsoleKit is involved in that IIRC.
    Thanks for a quick reply. That's an interesting idea to grant privileges dynamically on demand. Haven't heard of it yet. Where can I read about it more?
    Last edited by xCrucialDudex (2010-02-26 09:38:07)

  • User Groups and non Developers users

    Hi,
    two questions.
    1) How do I create users groups.
    I want to divide specific users to specific groups.
    2) I created users not as developer and not as a administrator.
    When I logged on with that users I didnt see any of the applications, why?
    Thanx.

    1. You asked "how do I assign users to that group and later attach the group..." I think your question is not about how to assign users to a group but rather how to attach the group... Use the function wwv_flow_fnd_user_api.user_in_group in an authorization scheme (desc wwv_flow_fnd_user_api). Attach the scheme to a region, button, etc. to control access. Please read about authorization schemes in the user guide and search this forum for "authorization" and "groups" for useful threads.
    2. A user account without development privilege will be useful for authenticating to an application you create. It will not be useful for developing any applications in the Application Builder.
    Scott

  • Newbie Question - application install/setup for admin and non-admin users

    Hi,
    I'm 100% new to the Mac environment and OS X and I'm a bit confused as to the environment and setting up applications and such for users.
    I have a brand new Macbook Pro that I need to set-up.
    USER Setup
    - have a dedicated admin account called "Administrator"
    - have a user account for my son, Joe.
    - have a user account for me, Matt, so I can fool around on the machine to see if I like it enough to get one myself.
    This is the account setup model I'm most accustomed to using under OpenVMS and Windows - an administrator account and separate lower privilege accounts for users.
    I have managed to accomplish these three tasks ok. I also enabled File Vault on my account only.
    APPLICATION Setup
    We want to install the following applications but I'm having problems:
    - Firefox, for use by all three accounts, but with separate bookmark files for each user. This is the browser we are familiar with and want to start with (sorry Safari, maybe as time goes by).
    - Eudora for e-mail for just the two user (mine and Joe's) accounts, with separate user files for each account. It's the program we're familiar with.
    - Microsoft Office for all three accounts.
    - An architectural CAD program (ArchiCAD) for use only in my account.
    - PGP for use only in my account.
    My real issues appear to be with how to install apps the way I need them to be 'visible' to users.
    I started by logging in as Administrator and downloading/installing Firefox.
    It installed ok under the administrator account but I can't find/access Firefox when logged in via my or my son's account and I don't know what to do to give my/Joe's account access to it.
    So,
    1) How do I install an application once and make it available to all accounts (admin & user)?
    2) How do I install an application and make it useable only by a subset of users
    Thanks for any assistance.

    matt212, welcome to Apple Discussions & the Mac community.
    Suggest you buy the book by David Pogue - Mac OS X The Missing Manual Tiger Edition.
    Includes everything you need to know about installing OS X, using OS X & maintaining OS X.
    Look at these links for new users. They should give you an overview regardless of which version of OS X you are using.
    Switch 101
    http://www.apple.com/support/switch101/
    Mac 101
    http://www.apple.com/support/mac101/
    Quick Assist
    http://www.apple.com/support/quickassist/
    A guide for switching to a Mac
    http://lifehacker.com/software/mac/hack-attack-a-guide-for-switching-to a-mac-224674.php
    Welcome to the Switch To A Mac Guides
    http://switchtoamac.com/guides/
     Cheers, Tom

  • Dynamic switching between stacked and non-stacked detail groups?

    Hi guys,
    Is it possible to dynamically switch off/on stacking of detail groups?
    I would like to give the user the option to switch between stacked and non stacked
    Regards
    Bar
    JDev: 10.1.3.2
    JHS: 10.1.2.26

    Yes and No. No because it is not supported out-of-the-box by JHeadstart, yes because you can do this post-generation and then move the custom code to JHeadstart templates.
    However, it is not a trivial thing to build, you can try the JDeveloepr forum for any help, we can help you with moving the post-generation code to custom templates, since that is the JHeadstart-related part of your question.
    Steven Davelaar,
    JHeadstart Team.

  • Delegated Admin and Class of Service

    Hi
    we have configured
    Messaging Server
    Calendar server
    Instant Messaging Server
    and Portal Server
    We would like use delegated admin for user provisioning.
    We are able to modify default Class of Service templates to suit our needs for Messaging and Calendaring.
    We would also like to provide Portal desktop and Instant messaging access thru' delegated admin.
    Help us to configure these class of services either using directory console or any other method
    Thanks
    Saba

    rkbunca wrote:
    Recently we deleted about 3K users using: commadmin domain purge, and while
    it appears to have successfully deleted the users -- ldapsearch doesn't yield any
    output. The lower number of users is NOT reflected in the field "Number of Users"
    on the Delegated Admin page. It still shows the same number of users >11K we
    "had" prior to the deletion process.
    Any ideas to explain this discrepancy?The number of users displayed in the DA GUI is recorded in the "sunNumUsers" attribute associated with the domain e.g.
    dn: o=aus.sun.com,dc=aus,dc=sun,dc=com
    sunNumUsers: 11
    This is to avoid having to do an ldapsearch across the domain to get a count. You can manually update this attribute to get the number back-in-sync.
    The commadmin domain purge should have updated this value -- I couldn't find any pre-existing bugs to explain why it didn't happen in your case. I suggest you log a support case to get this looked into further.
    You may also want to check your directory audit logs to see if an attempt was made to update this attribute but failed for some reason.
    Regards,
    Shane.

  • Who wants to chat/IM and form a user group ?

    Ok I think it would be nice to add each other so we can get more support etc via IM.
    I will start: My googletalk ID is [email protected] feelfree to add me !
    You can use Adium for all the main IM clients....

    Great ! whats your ID ??
    Why wouldn't you use iChat and make use of your MBP's coolest features, like a microphone and camera?
    CZ
    iMac G5, Dual Core Mini, MBPro   Mac OS X (10.4.6)   Support your local Mac Users Group!

  • Active Directory Authentication and permissions for user group in APEX 4.0

    Hello,
    I am new to oracle APEX and I have searched the forum for active directory authentication for a user group and I am really confused about all the different threads. Can anyone please provide me the steps to follow; in order to implement AD authentication for a user group in Oracle APEX 4.0.
    These are the threads which i was looking at to get an idea like how AD authentication works but its really confusing for me.
    Help with Authentication (APEX_LDAP.AUTHENTICATE)
    Re: LDAP Authentication Via Groups
    Thanks,
    Tony

    You need to give it more than 30 minutes before bumping your own post. This is not an official support channel, so you need to be patient and wait for people to read, think and respond.

  • TS3999 icloud and non icloud users can't see invitations

    I am using icloud and have turned off all of the ON MY MAC calendars as that was causing duplicates and a host of syncing issues when I did not select the right calendar.
    It seems that when a non icloud user sends me an invite (mac user) that they do not appear, even as an email.  Vice versa is also happening when I send a calendar invite to a non icloud user, they do not see my invitation.
    What's the solution.

    I am using icloud and have turned off all of the ON MY MAC calendars as that was causing duplicates and a host of syncing issues when I did not select the right calendar.
    It seems that when a non icloud user sends me an invite (mac user) that they do not appear, even as an email.  Vice versa is also happening when I send a calendar invite to a non icloud user, they do not see my invitation.
    What's the solution.

  • Read Only Access while assigning Analysis Types and Reports in User/Group

    Hi Team,
    While Assigning Analysis Type,Reports and Workbooks to User "Read" option is not enabled. It is not working and as soon as we select analysis type ,Only one option is editable "Create/Update/Delete". The other two Option is always there as display "Read" and "Execute" . Execute might work with "Scripts template" but "READ" should work for analysis types and Reports.
    We are already struggling with "Read Only" Access in security filter as its not working now.
    Thanks
    Edited by: user7918731 on Mar 2, 2011 11:22 AM

    The behavior for Analysis type, workbook and script as follow:-
    The Analysis type create/update/delete option will be enabled, read and execute option will be disabled by default.
    The report workbook read option will be enabled, and other two options will be disabled.
    The script execute option will be enabled, and other two option’s will be disabled.
    For providing “Read Only” access in security filter, Switch to the administration tab, Click on Security Filters, Click on Add button, Open Create Security Filter window, Select the access level to Read Only and select user in assigned user , Click on ok.
    It should work.

  • How do I send a group message to both imessage and non imessage users and have replies only come back to me and not the group??

    Wish to setup a group message but don't want users to know its a group and only want replies to be sent to me not the group... How do I do this???

    BCC (?) [Blind Carbon Copy]    

  • Am I backscattering?  and non mail user accounts having mail received.

    10.6.4 Server fresh install on a new Mac Pro. I have configured our mail server using only Server Admin. Junk mail is set to be redirected to the junkmail account and not bounced.
    FIRST ISSUE - am I backscattering? In looking at the logs I see what looks to me like attempts by our server to notify a presumably forged sender that their message was being turned down by our server. The log listing below for 1 message as an example uses the term bounced once each for the destined user (who is set NOT to receive mail in WGM) and our postmaster account.
    I am seeing lists of delayed items in the mail queue in Server Admin > Mail > Maintenance > Mail Queue. All of those messages are going from the Mailer-daemon to the presumably forged FROM: address of items delivered to our junkmail account.
    SECOND ISSUE : The requested user in this example does not exist as an email recipient on the server. Shouldn't the message be refused outright? These messages are being accepted by the server and Server Admin > Mail > Maintenance > Accounts keeps showing mail accounts for the user here and another user that are the server is not accepting mail for. If I delete the account in Server Admin window above, they return again within a day or so. Ideas?
    Thanks for looking at this.
    -Erich
    Log and postconf -n below.
    Sep 27 09:00:04 Web postfix/cleanup[11390]: B33908BDE8: message-id=<[email protected]>
    Sep 27 09:00:04 Web postfix/bounce[11401]: 8EB168BDDB: sender non-delivery notification: B33908BDE8
    Sep 27 09:00:04 Web postfix/qmgr[88689]: B33908BDE8: from=, size=9475, nrcpt=1 (queue active)
    Sep 27 09:00:04 Web postfix/smtp[11374]: B33908BDE8: enabling PIX workarounds: disable_esmtp delay_dotcrlf for rza11.usagems.info[98.126.94.11]:25
    Sep 27 09:00:06 Web postfix/smtp[11374]: B33908BDE8: to=<[email protected]>, relay=rza11.usagems.info[98.126.94.11]:25, delay=1.3, delays=0/0/0.31/0.98, dsn=2.6.0, status=sent (250 2.6.0 message received)
    Sep 27 09:00:06 Web postfix/qmgr[88689]: B33908BDE8: removed
    Sep 27 09:00:03 Web postfix/smtpd[11382]: 8EB168BDDB: client=unknown[98.126.94.11]
    Sep 27 09:00:04 Web postfix/cleanup[11390]: 8EB168BDDB: message-id=<[email protected]za 11.usagems.info>
    Sep 27 09:00:04 Web postfix/qmgr[88689]: 8EB168BDDB: from=<[email protected]>, size=7452, nrcpt=2 (queue active)
    Sep 27 09:00:04 Web postfix/smtp[11396]: 8EB168BDDB: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=1.3, delays=0.73/0.01/0/0.53, dsn=5.7.0, status=bounced (host 127.0.0.1[127.0.0.1] said: 554 5.7.0 Reject, id=78657-16 - SPAM (in reply to end of DATA command))
    Sep 27 09:00:04 Web postfix/smtp[11396]: 8EB168BDDB: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=1.3, delays=0.73/0.01/0/0.53, dsn=5.7.0, status=bounced (host 127.0.0.1[127.0.0.1] said: 554 5.7.0 Reject, id=78657-16 - SPAM (in reply to end of DATA command))
    Sep 27 09:00:04 Web postfix/bounce[11401]: 8EB168BDDB: sender non-delivery notification: B33908BDE8
    Sep 27 09:00:04 Web postfix/qmgr[88689]: 8EB168BDDB: removed
    always_bcc = [email protected]
    biff = no
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    header_checks = pcre:/etc/postfix/customheaderchecks
    html_directory = /usr/share/doc/postfix/html
    inet_interfaces = all
    localrecipientmaps = proxy:unix:passwd.byname $alias_maps
    mail_owner = _postfix
    mailboxsizelimit = 0
    mailbox_transport = dovecot
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    mapsrbldomains =
    messagesizelimit = 31457280
    mydestination = $myhostname, localhost.$mydomain, localhost, web.wetzelandson.com, wetzelandson.com, mail.wetzelandson.com, www.wetzelandson.com, $mydomain
    mydomain = wetzelandson.com
    mydomain_fallback = localhost
    myhostname = mail.wetzelandson.com
    mynetworks = 127.0.0.0/8,192.168.0.0/16,192.168.1.4,192.168.1.2,192.168.1.3
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    recipient_delimiter = +
    relayhost =
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = _postdrop
    smtpdclientrestrictions = permit_mynetworks permitsaslauthenticated rejectrblclient zen.spamhaus.org permit
    smtpdenforcetls = no
    smtpdhelorequired = yes
    smtpdhelorestrictions = rejectinvalid_helohostname rejectnon_fqdn_helohostname
    smtpdpw_server_securityoptions = cram-md5,gssapi
    smtpdrecipientrestrictions = permitsaslauthenticated permit_mynetworks rejectunauthdestination checkpolicyservice unix:private/policy permit
    smtpdsasl_authenable = yes
    smtpdtlsCAfile = /etc/certificates/mail.wetzelandson.com.305A920E5E97BCE93548C2DE35BC3332F3EB440 F.chain.pem
    smtpdtls_certfile = /etc/certificates/mail.wetzelandson.com.305A920E5E97BCE93548C2DE35BC3332F3EB440 F.cert.pem
    smtpdtls_excludeciphers = SSLv2, aNULL, ADH, eNULL
    smtpdtls_keyfile = /etc/certificates/mail.wetzelandson.com.305A920E5E97BCE93548C2DE35BC3332F3EB440 F.key.pem
    smtpduse_pwserver = yes
    smtpdusetls = yes
    tlsrandomsource = dev:/dev/urandom
    unknownlocal_recipient_rejectcode = 550
    virtualaliasmaps = $virtual_maps

    Any ideas? I have not been able to find anything persuasive for either of these questions.

  • NI Update Service and non-administrative user

    On my Windows 7 PC I have 2 different users:
    a local Administrator user who can install application but can't navigate to the web (for security reasons)
    an User who can't install anything but can navigate to the web
    I launch NI Update Service under User account and it shows a list of available updates.
    I select one or more of these updates and I click on "Install" button
    Is asks me for the Administrator password, but then it gives a communication error with NI...
    Does it use Administrator user to download the updates?
    It should use it only to install and not to download
    Vix
    In claris non fit interpretatio
    Using LV 2013 SP1 on Win 7 64bit
    Using LV 8.2.1 on WinXP SP3
    Using CVI 2012 SP1 on Win 7 64bit, WinXP and WinXP Embedded
    Using CVI 6.0 on Win2k, WinXP and WinXP Embedded

    Yes, I tried but if I select "Run as administrator" Windows asks me for credential of an administrator account.
    I enter username and password, but my administrator account can't communicate to the web and so I get the error in the attached image (comm_err.jpg).
    As I wrote, I think that the problem is that NI Update Service uses the administrator user not only to install the programs but also to download them from the NI servers.
    I don't think this is OK because as shown in the attached install.jpg the button with the administrator shield is "Install", but after I click on it and enter the administrator credentials, NI Update Service tries to download the selected programs.
    But with my administrator user this is not allowed.
    It should download them with the user that launched it (with this user it is able to find the list of available updates) and use the administrator user only to install.
    Could someone from NI confirm that this is the behavior of NI Update Service, please?
    Vix
    In claris non fit interpretatio
    Using LV 2013 SP1 on Win 7 64bit
    Using LV 8.2.1 on WinXP SP3
    Using CVI 2012 SP1 on Win 7 64bit, WinXP and WinXP Embedded
    Using CVI 6.0 on Win2k, WinXP and WinXP Embedded
    Attachments:
    comm_err.JPG ‏27 KB
    install.JPG ‏63 KB

Maybe you are looking for

  • Download songs from different countries

    I live in Canada and I want to buy this one album but its only available in the Australian store, is there any way that I can still buy it off iTunes?

  • Two Assignments in InCopy's Assign Panel

    Now I'll install the workflow with InDesign CS5 and InCopyCS5 at medium  Newspaper. The problem is: I want that InCopy users (editors) to be  able put a INCX file to other assingment in InCopy's panel assignments Is it Possible? Have two assignments

  • Need to read each sheet of an excel file and pass it to XI

    Hi Actually i need to read each sheet of an excel file and pass it to XI and will create one xml file .I am able to read the excel file by writting a custom module and it is generating the xml output from XI.But my requierment is to read the excel fi

  • Kernel_task after iPhone Hookup

    After i hooked up my iPhone to my new macbook, it been a weird slow ever since. Won't even load a youtube video sometimes! and thats just not right!! I believe i read Kernel_task manages the connections, and its running way to high so how do i go abo

  • No 'ipod nano' option on sources list

    Help! i just got my ipod 2 days ago..and i downloaded 1 cd onto it and i now cannot download anything else onto it. i dont have the option 'ipod nano' on my sources list, and i have tried to download itunes again, but it is still not there. Is that t