Add User Name to Indesign CS3

We are printing lots of indesign CS3 documents to a number of laser printers. I have taken the Date and time option and changed PM and AM to the initials of the user of that computer. Makes it easier for someone to grab files from printer and return them to user. Problem is .... Does not work 100% of the time.... Is it possible to have an applescript to put users name somewhere on page outside the cropping area???

Hi Dave,
This simple script creates a text frame below the first page outside the cropping area and inserts the user name (File > User...) into it.
I assume that ruler units are set to millimeters, page size to Letter, bleed - 5 mm.
tell application "Adobe InDesign CS3"
set myName to user name
set myDoc to active document
tell page 1 of myDoc
  set myTextframe to make new text frame with properties {contents:myName, geometric bounds:[290, 0, 300, 50]}
end tell
end tell
Kasyan

Similar Messages

  • New user keeps crashing indesign CS3

    So i had to add a new user for someone that needs to work on my station in the morning.  I created a new admin user for them and everything else in CS3 suite works okay but indesign. Indeisgn launches okay but when a document is launched it crashes. This is on a G5 10.4.11 OSX. anyone have any clue?

    Repairing permissions is never the answer but people give it out all the time. Even major vendors Mac support team do. Adobe doesn't use the .pkg format for their installers, therefore repair permissions will not help.
    See http://support.apple.com/kb/HT1452
    Does Disk Utility check permissions on all files?
    No. Files that aren't installed as part of an Apple-originated installer package are not listed in a receipt and therefore are not checked. For example, if you install an application using a non-Apple installer application, or by copying it from a disk image, network volume, or other disk instead of installing it via Installer, a receipt file isn't created. This is expected. Some applications are designed to be installed in one of those ways.
    Rather than repairing permissions your better bet assuming you made them an administrator is to go to your Adobe InDesign CS3 folder and slap the Get Info (CMD+I) and check under permissions. I'll assume since you made them an admin that you are also an admin. Under permissions there is a second set of pulldowns called "Group" which are probably going to say "Administrator" on the first and "Read & Write" on the second. Select the second one, set to read, set back to read and write, hit the "Apply to Subfolders" button. You'll likely be prompted for your password.
    Now open the Adobe InDesign CS3 folder, switch to List View, select all files, hit ALT+Right Arrow. Press select all once more, repeat the step above. This is because OS X is fairly poor about applying permissions.
    If you are unconfident feel free to copy your entire folder to your Desktop prior to doing this.
    I'd wager a shiny nickel you have installed a 3rd party plugin, could be as innocuous as a font manager autoactivation one. You won't see the errors from those oftentimes until a document is loaded.

  • Can't add user name in Flash Media Server Authentication Add-in

    when i enter the following commend
    users add -u username -p password
    it returned the following error
    users: invalid option -- u
    please help me

    to add users in linux
    ./users add -u username -p userpassword
    for installation
    ./installSAA --force if u have old install,
    for fresh install
    upload auth install zip file
    run in ssh
    unzip filename.zip
    ./installSAA

  • User Name field in fbl3n, fbl1n, fbl5n

    Hello,
    How should i add user name field in fbl5n / fbl3n / fbl1n?
    Thanks

    hi,
    215798     FBL*N: Special fields are not displayed
    Have you done the following :
    In the Line item Display list in FBL3N follow this menu path: Settings
    -> Special fields, and add field BKPF-USNAM from table BKPF.
    The field is later available for display,and you can choose it from
    the Line item Display list following this menu: Settings -> Display
    variant -> Current. From the hidden list you can now choose the field.
    If the technical name is shown for the fields, the special fields are
    are all starting with '1-U_'. It's important, that you add the Special
    field, if the field also exist as Standard field. The Special fields
    are shown in the buttom of the Hiddden list.
    Please still remember step 2 and 3 from note 215798.
    reg
    Madhu M

  • How to suffix user name and password remote pc in shutdown /s command

    Hi,
    We can shutdown a remote pc  using " shutdown /s /m \\ipaddress " command, only if password of remote pc is stored in windows credential  manager.
    But how to  add user name and password when i execute the command for example : when we map a share folder on our pc we use below command with  user name and password
    "net use * \\ipaddress\share password /user:username "
    can we give user name and password of remote pc  while we give shutdown command to turn off  a remote pc (without adding user name and password to windows credentials).
    Thanks in advance..........

    Hello Jayanth kundar,
    Based on my test, I can use the command shutdown /s /m \\10.157.21.77 to shutdown the remote computer when the have the same username and password.
    Do you mean that you want to add user name and password when you want to shutdown the remote computer?
    I can't find a user name and password in Windows Credential Manager, please share us a screenshot.
    Best regards,
    Fangzhou CHEN
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Current User Name

    Dear All,
    How to get the current logged user name using InDesign Javascript?
    Pl. help.
    Thanks,
    ArcRaj

    Hi ARcRaj,
    try this:
    var myString = 'Hallo InDesign ' + app.version + ', I am ' + getUser() + '.';
    alert ( myString );
    function getUser() {
    var myUser = ($.os.substring(0, 7)=="Windows")
      ? $.getenv("USERNAME")
      : $.getenv("USER");
    return myUser;
    (source: http://www.hilfdirselbst.ch/foren/%5BJavaScript%5D_angemeldeten_Benutzernamen_herausfinde n_P375183.html#375183)
    Martin

  • User name & password to log on SBO Integration that comes with SBO 2007

    Hi
    I have installed the SBO 2007 Demo product. It istall the the b1i. I'm trying to log onto the Control Center. A web page comes up with fields to add user name and password. In the older version it was B1iadmin, but it doesn't do anything after typing it. Doesn't go in or say incorrect password.
    Any assistnace greatly appreciated

    Hi Louis,
    I made the same mistake. In some part of a guide (don't have any document right now) says the user and password are the same of the database user.
    HTH,
    Ian

  • Http connection with user name and password

    Hello All,
    I'm trying to open http connection from my application on the 8100 device and i'm getting an error message saying that the port number isn't valid. I'm trying to add user name and password to the prefix of the url (e.g.: http://[email protected]/dir/)
    and the error message appears, but when i'm using the same url without the user name and password everything works great.
    Does anyone knows what's wrong or encountered this issue before?
    thanks.

    hello,
    I believe when you input the credentials, the website does a redirection to another port that is not supported by your internet access provider ?
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • InDesign CS3 showing all available fonts

    I have a user with Adobe InDesign CS3 and Extensis Fusion 12.1.7 running on a MacBook Pro 17" and OS 10.4.11. A small window, in the bottom-right of the screen, has a tab named <Character> that allows you to choose a font. When clicking on the double-arrow all fonts on the computer are displayed. The user would like this to only display fonts activated by Fusion - is this possible? I know better than to disable any fonts in /Library/Fonts or /System/Library/Fonts.

    I don't understand that business about a <Character> tab, but I do know that InDesign does not let you pick and choose which fonts to display in its Font menu. Unless there is a plug-in that I don't know about.

  • Unable to script InDesign CS3 in Vista

    I am trying to script Indesign through VB.NET 2003 on a new Vista machine.
    Read other posts about this; I can't even add the Reference to InDesign CS3 in the COM tab 9it is not there). I upgraded to version 5.0.2 with no effect; Vista is at SP 1.
    After a lot of searching i Found the Resources for Visual Basic.tlb file; tried to browse to it and reference that way (results in VS 'Reference could not be added' message).
    Tried regsvr32 with the .tlb file; Vista says it is probably not a correct COM version.
    What to do now, could someone from Adobe help here ?

    Not a solution by my problem may be similar. Have hplj4000 printing via home network using Windows xp. New laptop using Vista, cannot intall printer because of missing drivers. I downloaded drivers for vista and it says that I dont have the right driver?  This vista sucks...

  • Safari 3.2.1 User Names and Password Retention

    Despite having checked the box in autofill to save user names and passwords, Safari no longer asks me whether I want to save them in the keychain. Also, I wonder if there is a different kind of glitch, as my screen for that window (under edit) does not show anything except remove and *remove all* and done. It has nothing for me to add user names and passwords if I wanted to do so manually. How can I convince Safari to memorize these user names and passwords? I've saved them for months, but all of a sudden they seem to have decided to take a long vacation.

    Do you suggest the one about Safari Forms Autofill or some other one?
    Leave the Safari Forms alone. Instead, delete any specific keychain entry relative to a web site with which you are having a problem. To facilitate the search, use the Spotlight Panel within the Keychain Access app. by typing in part or all of the related site name. When the entry appears, simply click on it, then press the delete key.
    Regarding your comment about Safari's Auto-Fill, not sure what would automatically deselect this function within Safari. Might be a corrupt Safari preference file. To create a new file, go to the Finder: Your User Account>Library>Preferences folder. There, move the com.apple.safari.plist file to the trash, then restart Safari. You'll need to reestablish any custom settings in System Preferences, plus in Safari's View Menu.
    Post back

  • Add user in Contribute CS3

    I am the administrator of a site and want to add a new user to a role. In CS3 the add a user button is no longer there, just the send a connection key button. That allows me to send the key to someone, but not set up their user name. How do I do that?

    "Authorization" is not a context menu item, it's a node in the Navigator tree. Expand your system connection node, then "Content", then "Authorization". Now you can right-click "Users" to create a new user.
    Alternatively, you can run SQL to create a new user with modeling authorizations::
    CREATE USER my_user PASSWORD My_Password;
    GRANT MODELING TO my_user;
    (up to revision 18, it would have been:
    CREATE USER my_user IDENTIFIED BY My_Password;
    GRANT MODELING TO my_user;
    --juergen

  • Keychain Access: cannot add a new item: user name or passphrase not correct

    When trying to add a new item to "Keychain Access", the application suddenly refused to do so. Error message:
    Title: An error has occurred. Unable to add an item to the current keychain.
    Message: The user name or passphrase you entered is not correct.
    I never need a user name neither passphrase to store a new entry in the keychain.
    Steps to resolve:
    1. Restarting app: no good
    2. Repair disk permissions: no improvement
    3. Verify disk: no errors found
    4. Verfify Keychain First Aid menu from with Keychain.app
    Verification started
    Checking keychain configuration for User Name (user ID=501)
    Home directory is /Users/shortname
    Checked login keychain
    Checked password for ~/Library/Keychains/login.keychain
    Checked settings for ~/Library/Keychains/login.keychain
    Settings for ~/Library/Keychains/login.keychain may cause the keychain to be locked
    Current values: lockOnSleep=no, autoLock=never
    Checked default keychain
    Checked keychain search list
    Checked contents of ~/Library/Keychains/login.keychain
    Checked contents of ~/Library/Keychains/MicrosoftIntermediateCertificates
    Verification completed
    and a repair:
    Repair started
    Checking keychain configuration for User Name (user ID=501)
    Home directory is /Users/shortname
    Checked login keychain
    Checked password for ~/Library/Keychains/login.keychain
    Checked settings for ~/Library/Keychains/login.keychain
    Settings for ~/Library/Keychains/login.keychain may cause the keychain to be locked
    Current values: lockOnSleep=no, autoLock=never
    Settings corrected on ~/Library/Keychains/login.keychain
    Checked default keychain
    Checked keychain search list
    Checked contents of ~/Library/Keychains/login.keychain
    Checked contents of ~/Library/Keychains/MicrosoftIntermediateCertificates
    Problems successfully repaired
    Repair completed
    The First Aid Menu, option repair, solved this problem.
    Hopefully by documenting this, this helps another one who experiences the same error, in resolving.

    Daniel,
    Go ahead and Apply this note , it will fix your issue.
    Do you have a third column in AISUSER T.Code .
    This issue is fixed in ST : SAPKITL426
    Note 1140822 - SAP customer number for installation number &1 unknown
    Thanks,
    Uday

  • User name and password for Oracle BI Spreadsheet Add-in

    Dear all,
    I downloaded Oracle Database 10g Express Edition and I installed it successfully. I created a new account. Then I downloaded Oracle Business Intelligence Spreadsheet Add-in and I installed it successfully as well (both on my PC).
    Now I would like to run Oracle Business Intelligence Spreadsheet Add-in but I don't know the way of running it. I click "New query". Then I go to the "Connection editor". There are four boxes.
    "Description box" is clear. I write 127.0.0.1 or k219 (it's the name of my computer) into the "Host name box". As the "Port Number box" I use 1521. Then I write xe into the "SID box".
    Then I return to the "OLAP connection tab". There are items: user name and password. I try to write user name and password created in Oracle Database 10g Express Edition. And the result is an error: Faild to connect to OLAP service
    BIB-10701 An error occured during connecting to metadata
    oracle.dss.metadataManager.common.MetadataManagerException: BIB-10701 An error occured during connecting to the database
    oracle.dss.connection.common.ConnectionException: BIB-16627 It's not possible to connect to the databse
    java.sql.SQLException: ORA-06550: line 1, column 13:
    PLS-00201: identifier 'OLAPIBOOTSTRAP' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    Please, is there anyone who can help me?
    Your user Frank

    When u install Oracle 10g, it forces u to enter new passwords for System as well as scott user and it does not allow u to keep old know passwords as manager and tiger.
    If u installed with new passwords successfully, u must be knowing those new passwords and there is no reason to try with system/manager. Instead try to connect with new passwords. We never faced such problems.
    If the problems still persits, check that
    a) Oracle service is running
    b) Instance is running by and whether u are able to connect / as sysdba
    Suresh Bansal

  • RAU Add User - Cannot see all users in Oracle User  Name

    New to Desginer Designer 9i version 9.0.2.80.10
    with a new repository installed on a 9.2.0.3.0
    database.
    While attempting to add an existing user with the
    repository admin utility, the repository user
    properties panel/Oracle User Name drop down box
    does not display the user I need to add. In fact
    several users (schemas) are missing. What am I doing
    wrong?
    virgil

    Hi,
    I'm having some problems too, kind of the same thing.
    I've created a user test, i can connect using sql, toad to the database, but if i try to connect to any designer app, i get this CDR-20002 invalid user.
    If i go to RAU, RON i can see my user test and i can grant access to my app. system/container, i've granted all the options from user management but i can't connect.
    Am I missing some privilege ?
    I did the grant connect, resource to test, and all the privileges mentioned in the documentation.
    Best regards

Maybe you are looking for

  • Home sharing no longer syncing

    I had home sharing working my Siemens laptop on Windows Vista I got my16Gb music library was shared on my Mac, great I thought.  Now I have logged back on to my Mac a few days later the previous library is there my son created. I've signed out and ba

  • How to disable 'Save' button when OAF and XML Publisher integrated...URGENT

    Hi, I am new to the OA Framework and XML publisher. I have been working on a requirement where I am designing a new page in Manager Self Service with few fields and a submit button. Also designed a RTF template in XML publisher to display the output

  • Acrobat X failed to install on my windows 7 64bit computer

    Exit Code: 6 Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DW050 ... -------------------------------------- Summary -------------------------------------- - 0 fatal error(s), 3 error(s), 0 warning(s) --------

  • Is there a way to clear the history of all the reports

    I would like to clear out the history of all the reports listed in InfoView because many of the links are broke because I was told to delete all the directories containing the pdf's in the Epic\EpicBI\Output folder. Can I  truncate the tables in the

  • Convert or import email .msg to .eml?

    is there a free way to convert PC Outlook email extension 'msg' to Mac based Entourage readable 'eml' files so I can import them or open them in Entourage?