Get preflight Working Profile as AS variable

Syntax, syntax, syntax.
I have a list of thirty or so different document sizes maintained in a FileMaker database. It works great to pass variables through to build InDesign files. My designers would also like placeholder Photoshop files, but I'd rather not have them taking up disk space unless the files are absolutely needed. And the specs change often, so I'd like as much as possible to be data driven. So, I'd like to have a script that pulls page height and width and resolution requirements to Photoshop.
I'm having no trouble with the
We use preflight profiles that are named with the proper required image resolution ("72", "150", 300" etc.) and they are properly embedded in the InDesign file.
Does anyone know the syntax for getting the name of the embedded preflight Working Profile to pass through in a script?
Thanks
tell application "Adobe InDesign CS4"
set myDocument to active document
set horizontal measurement units of view preferences to inches
set vertical measurement units of view preferences to inches
tell document preferences of myDocument
set myPageWidth to page width
set myPageHeight to page height
set myProfile to preflight Working Profile
end tell
end tell
tell application "Adobe Photoshop CS4"
set myDocument to make new document with properties {width:myPageWidth, height:myPageHeight}
tell myDocument
resize image resolution myProfile
end tell
end tell

> set myProfile to preflight Working Profile
Try:
set myProfile to preflight Working Profile of preflight options
Do yourself a favor and get a copy of Script Debugger; it's Explorer makes this sort of thing so simple.
Shane Stanley <[email protected]>
AppleScript Pro Sessions <http://scriptingmatters.com/aspro>

Similar Messages

  • Information added at my work profile on MacBook Pro doesn't get to the other iclouds: my iphone and personal profile on MacBook Pro.

    Things added on other profiles (Iphone and personal profile on macbook pro) does get to my work profile, but not the contrary.

    Thank you!!
    Profile is which profile I chose to enter in  my SnowLeopard System. I created 2 profiles. One I enter to work, the other, personal, I enter to do my personal things when I go home.
    It worked weel for a while. I had muy icloud working on both profiles, with iCal, Agenda, etc. Now it doesn't anymore. On my work profile the information from icloud only gets in, not out.

  • Using SC Profile Templates - {{AI_HOSTNAME}} variable not being used

    I'm having trouble with using AI System Configuration Profile Templates.
    I cannot get the AI_HOSTNAME, AI_IPV4 and AI_NETWORK variables to be passed onto the install client. Has anyone had any success with this?
    Amongst all the usual stuff, my SC template contains these lines:
    <propval type="astring" name="nodename" value="{{AI_HOSTNAME}}"/>
    <propval type="net_address_v4" name="static_address" value="{{AI_IPV4}}/25"/>
    <propval type="net_address_v4" name="default_route" value="{{AI_NETWORK}}"/>
    The lines are taken from the "Installing Oracle Solaris 11 Systems" example.
    Then I submit to the AI service
    # installadm create-client -n s11-sparc -e aa:bb:cc:dd:ee:ff
    # installadm create-profile -n s11-sparc -f <profile_file> -p <profile_name> -c mac="aa:bb:cc:dd:ee:ff"
    The documentation shows that afterwards I should be able to do "# installadm export -n s11-sparc -p <profile_name>" and see the {{AI_placeholders}} replaced with the variable values. But all I see are the unchanged {{AI_placeholders}}.
    I have tried exporting the variables first as suggested in the installation guide, e.g.,
    # export AI_HOSTNAME=myhost; export AI_IPV4=10.245.129.175; export AI_NETWORK=10.245.129.129
    # installadm create-profile -n s11-sparc -f <profile_file> -p <profile_name> -c mac="aa:bb:cc:dd:ee:ff"
    I have tried the other method shown in the 11.0 installation guide. In this case the sc profile isn't found during AI (which makes sense because the -c are selection criteria, AI can't match what isn't defined yet).
    -c hostname="myhost" -c ipv4="10.245.129.175" -c network="10.245.129.129
    I have been referring to Chapter 11 of "Installing Oracle Solaris 11 Systems". The documentation for Solaris 11.0 and Solaris 11.1 is quite different. The 11.0 guide looks more correct than the 11.1 guide. But neither are working for me.
    11.0 http://docs.oracle.com/cd/E23824_01/html/E21798/glhwo.html
    11.1 http://docs.oracle.com/cd/E26502_01/html/E28980/glhwo.html
    Additionally the man page examples are quite different. http://docs.oracle.com/cd/E26502_01/html/E29031/installadm-1m.html Example 20 seems particularly nonsensical.
    When the client installs, everything else in the defined in the sc profile is correct, but the hostname stays "solaris" and the IP and default route are the ones assigned by DHCP. The {{AI varaibles}} I passed in are ignored.
    My environment:
    AI server is Solaris 11.1 SRU 1.0.4 ([email protected],5.11-0.175.1.1.0.4.2 and [email protected],5.11-0.175.1.0.0.24.1736)
    IPS repo contains Solaris 11 11/11 (up to SRU 13-04) and Solaris 11.1 (up to SRU 1.0.4)
    Install client is a logical domain on SPARC T4-2 ([email protected],5.11-0.175.1.1.0.3.0)
    Missing JumpStart :-(
    Rick
    P.S.
    In the Oracle Knowledgebase the only reference to AI_HOSTNAME is this bug
    Bug 15729916 : SUNBT7068653 PROFILE CRITERIA NOT CORRECTLY INPUT FOR TEMPLATING
    Says it was fixed in Solaris 11. Maybe it broke again, or maybe I'm just missing something.
    Edited by: user1077157 on Dec 3, 2012 8:30 PM

    Hi William,
    Thanks for confirming that there is no current template variable to represent the default router IP address. That's what I had concluded but I wanted to be sure of it before I a put a work around in place. As you said, this templating is new, but that's why I wanted to investigate because it looks like it could solve a few problems for me.
    I reckon you're right AI_NETWORK didn't change between 11.0 and 11.1. It's just that the doco changed in the meantime and some months had passed since I last tried to use it. In September (we were on 11 11/11 SRU 8) I couldn't get AI_NETWORK to work as the default route as indicated in the 11.0 installation guide, so I put the IP addresses of the routers in my SC profiles and made a note to come back to it later. After updating to 11.1 I came back to it and found it still didn't work, but it wasn't working for different reasons.
    Here is our use case:
    We would prefer not to rely on DHCP for providing configuration data at install time. This is for operational and change mangagement reasons rather than technical. In our organisation there is no DCHP in the Production Data Centres, IP configuration is static and that is the end of the story. DHCP is available in some parts of pre-production environments. wanboot is available most places.
    So we need a provisioning mechanism that can use DHCP if it is available, but use something else otherwise. OBP network-boot-arguments seems to be the "something else" for SPARC network installations. (We'll also have to provide distribution constructor ISO images for installing clients in new sites where the network infrastructure is not complete -- but that's another story).
    In parts of the network where DHCP is allowed, it may not be set up. This can take several weeks to be implemented because it crosses several lines of business. The security team have to set up ACLs in the firewalls, the network team have to configure ip-helpers on the switches to pass DHCP requests along, another part of the network team have to configure the routes, the AD team have to provision a new DHCP range, scope and next-server value to direct to the AI server, the DNS team have to create placeholder A and PTR records. Some tasks can occur concurrently although others cannot. Then we add change control, approval processes, documenation updates and liaison with outsourcing providers to all this... it becomes a non-trivial case.
    If the field engineer who racks and cables the server to the management vlan (or the sysadmin that creates a new LDom) can simply add some OBP variables then 'boot net - install' that will save a heap of time and money.
    I don't think that we are unique in our requirements. I've worked in several organisations where there have been similar contraints.
    That's why I would like two more AI_ variables for SC Profiles, namely AI_ROUTER and AI_NETMASK. These would map to the router-ip and subnet-mask in the OBP network-boot-arguments.
    For consistency with AI_IPV4 maybe they should be AI_ROUTERV4 and AI_NETMASKV4. The existing AI_NETWORK should probably be AI_NETWORKV4
    In the meantime, the workaround I mentioned will be a first boot script called by an SMF service. It will look for eeprom network-boot-arguments. If none are defined, nothing will happen. Otherwise, if the OBP host-ip matches the current IP and the OBP hostname matches the current hostname and the OPB router-ip does not match current default route, the script will assume that the client has been freshly built with "boot net - install" (I might check a few things in /var/log/install/install_log too). It will then delete the default route and add a new one using the OBP router-ip. It'll then clear the OPB network-boot-arguments and restart the sendmail and dns client services.
    The build team will then have the option of creating an SC profile from the template with AI_ placeholders or creating an SC profile with specific values, In both cases they can set the OBP network-boot-arguments and bypass DHCP.
    Cheers,
    Rick
    P.S.
    Thought I should add the reasoning for AI_NETMASK (aside from the fact that it is grabbable because it is in the OBP network-boot-arguments list).
    I envision using AI_NETMASK to reduce the number of SC profiles I will need, for example
    <pre>
    Service/Profile Criteria
    s11-sparc
    net22 netmask = 255.255.252.0
    net23 netmask = 255.255.254.0
    net24 None
    net25 netmask = 255.255.255.128
    net26 netmask = 255.255.255.192
    net27 netmask = 255.255.255.224
    net28 netmask = 255.255.255.240
    </pre>          
    The net+NN+ profiles themselves will be identical except for one thing, the CIDR notation subnet bits at the end.
    +<propval type="net_address_v4" name="static_address" value="{{AI_IPV4}}/24"/>+
    At the moment because only AI_NETWORK is available, so I will need an SC Profile for each network that is not a /24 That will get ugly eventually.
    As I understand it, you want to maintain a direct mapping between AI_ variables and the network-boot-arguments key-value pairs. But if you're open the having some AI_ variables that are derived or calculated at install time there are a couple that would be nice to have.
    AI_MASKBITS - calculate the CIDR notation mask bits from the network-boot-arguments subnet-mask, e.g.,
    +<propval type="net_address_v4" name="static_address" value="{{AI_IPV4}}/{{AI_MASKBITS}}"/>+
    AI_IPV4CIDR - even nicer - network-boot-arguments host-ip, slash, CIDR maskbits calculated from network-boot-arguments subnet-mask, e.g.,
    +<propval type="net_address_v4" name="static_address" value="{{AI_IPV4CIDR}}"/>+
    Edited by: user1077157 on Dec 5, 2012 10:14 PM

  • Unable to get translation working with XML bursting

    Hi All,
    I am working on bursting an XML report using the DocumentProcessor API in an EBS environment. The XML publisher report has .xlf translation for Dutch Netherlands (nl-NL). The report works fine when printing through the EBS using the nl-NL locale. But however if I try to set the locale in the bursting and try to print the XML publisher report it is printing only in American English (Main translatable template's locale). Below is my bursting code
    try {
    DocumentProcessor dp = new DocumentProcessor("/usr/tmp/SampleControlFile2.xml", strDataSource, "/usr/tmp");
    dp.registerListener(this); //Set the listener
    System.out.println(strDataSource);
    System.out.println("xdo://"+strAppcode+"."+strTemplateCode+"."+strLang+"."+strLocale+"?getSource=true");
    Properties prop = new Properties(); //Add properties and variables//
    //updating these property as per environment//
    //prop.put("user-variable:TEMPLATE", "xdo://"+strAppcode+"."+strTemplateCode+"."+strLang+"."+strLocale+"?getSource=true");
    prop.put("user-variable:TEMPLATE", "xdo://"+strAppcode+"."+strTemplateCode+"."+"en"+"."+"US"+"?getSource=true");
    prop.put("user-variable:cp:territory", "NL");
    prop.put("user-variable:cp:language", "nl");
    prop.put("user-variable:cp:locale", "nl-NL");
    prop.put("burstng-source", "EBS");
    prop.put("user-variable.OA_MEDIA", "<MEDIA DIR>");
    dp.setConfig(prop);
    dp.process();
    //dp.deletTemporaryOutputFiles();
    } catch (Exception e) {
    e.printStackTrace();
    Control File:
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    <xapi:globalData location="stream">
    </xapi:globalData>
    <xapi:request select="/TMP001/LIST_G_ORDER_BY/G_ORDER_BY/LIST_G_INVOICE/G_INVOICE">
    <xapi:document key="${TRX_NUMBER}" output="${TRX_NUMBER}" output-type="pdf" delivery="file1">
    <xapi:template type="rtf" locale="" location="${TEMPLATE}" translation="" filter="" />
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    Also I tried the following,
    For xdo://XXRS.XXRS_RAXINV_SEL_T.en.US?getSource=true location, the template prints always in American English.
    For xdo://XXRS.XXRS_RAXINV_SEL_T.nl.NL?getSource=true location, the bursting errors saying that could not find the template. (The template xdo://XXRS.XXRS_RAXINV_SEL_T.nl.NL?getSource=true can't be fetched)
    Thanks!

    Hi,
    Can you post your control file here...
    I am working on similar thing but not getting it working..getting error like
    [070110_022931827][][EXCEPTION] The URL ( xdo://XXX.XXXPOXPRPOL.fr.CA/?getSource=true ) is invalid.
    My translation file name is "XXXPOXPRPOL_fr_CA.xlf"
    in my control file i have tried following codes but it didnt work
    <xapi:template type="xsl-fo" location="xdo://XXX.XXXPOXPRPOL_fr_CA.fr.CA/?getSource=true" filter=".//G_HEADERS[C_VENDOR_CONTACT_EMAIL !='' and POH_ORG_ID = 161]"></xapi:template>
    <xapi:template type="xsl-fo" location="xdo://XXX.XXXPOXPRPOL.fr.CA/?getSource=true" filter=".//G_HEADERS[C_VENDOR_CONTACT_EMAIL !='' and POH_ORG_ID = 161]"></xapi:template>
    <xapi:template type="xsl-fo" location="xdo://XXX.XXXPOXPRPOL_fr_CA.xlf.fr.CA/?getSource=true" filter=".//G_HEADERS[C_VENDOR_CONTACT_EMAIL !='' and POH_ORG_ID = 161]"></xapi:template>
    Please let me know where problem is.
    Thks & Rgds
    Rajesh

  • Unable to get PAGE_COUNT working

    I am a new Xserve user and I have been unable to get PAGE_COUNT working despite the fact that SSI and other environmental variables are functioning for me. Does anybody know what additional settings are required for PAGE_COUNT? Do I need to initiate a count file or file location?
    Xserve   Mac OS X (10.4.9)  

    This is still unresolved so I hope this additional information will enable somebody to tell me how to fix it. I have used a QPQ server for over 10 years and am now moving all sites to Apache (1.3) on an Xserve. Everything appears to work OK except for PAGE_COUNT. All pages are parsed and most pages contain:
    <!--#echo var="LAST_MODIFIED"-->
    <!--#echo var="PAGE_COUNT"-->
    The date displays as expected but the hit counter only shows '(none)'.
    What have I done wrong or failed to do? Could moving the site root have caused a glitch? Where does Apache store the page counts?
    Any help would be much appreciated.

  • Mad: Can't get wireless work either on boot or after resume: 3945ABG

    lspci | grep Wireless
    03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
    /etc/rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.utf8"
    HARDWARECLOCK="localtime"
    USEDIRECTISA="no"
    TIMEZONE="America/Detroit"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=()
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="myhost"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    #eth0="dhcp"
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    #gateway="default gw 192.168.0.1"
    #ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    NETWORKS=(hw)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng net-profiles alsa hal)
    /etc/network.d/hw
    CONNECTION="wireless"
    DESCRIPTION="A simple WEP encrypted wireless connection"
    INTERFACE="wlan0"
    SECURITY="wep"
    ESSID="blablabla"
    KEY="blablabla"
    IP="dhcp"
    This set of configuration dosen't get connected to internet. The wirless indication light is on but not blinking.
    I can manually bring it up by using
    sudo netcfg hw
    The other problem, which I guess is very common to linux users, is the wireless isn't waked up after resume from suspend. In my case, it can't be waked up even if I use the manual method. This is more important than to get it work on boot because I usually put my computer to sleep instead of power down when I am not using it.
    I am trying Arch Linux on my old laptop, if it works well, I'll put it into my work desktop.

    Ramses de Norre wrote:
    Can you post the output of
    dmesg|grep iwl
    this might be the same bug as a lot of people are having and which should be resolved in linux 2.6.32.3, which is currently in testing.
    dmesg|grep iwl
    iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1.2.26ks
    iwl3945: Copyright(c) 2003-2009 Intel Corporation
    iwl3945 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    iwl3945 0000:03:00.0: setting latency timer to 64
    iwl3945 0000:03:00.0: Tunable channels: 11 802.11bg, 13 802.11a channels
    iwl3945 0000:03:00.0: Detected Intel Wireless WiFi Link 3945ABG
    iwl3945 0000:03:00.0: irq 28 for MSI/MSI-X
    phy0: Selected rate control algorithm 'iwl-3945-rs'
    iwl3945 0000:03:00.0: firmware: requesting iwlwifi-3945-2.ucode
    iwl3945 0000:03:00.0: loaded firmware version 15.32.2.9
    Registered led device: iwl-phy0::radio
    Registered led device: iwl-phy0::assoc
    Registered led device: iwl-phy0::RX
    Registered led device: iwl-phy0::TX

  • I have an airport express (802.11n) which download do I need to get it work on Windows 8.1?

    I have an airport express (802.11n) which download do I need to get it work on Windows 8.1?

    That one doesn't work.
    Verstuurd vanaf mijn iPhone
    Op 19 nov. 2014 om 13:55 heeft "Apple Support Communities Updates" <[email protected]<mailto:[email protected]>> het volgende geschreven:
    http://www.apple.com/support/assets/images/external/emails/logo.gif
    You received a reply
    Bob Timmons<https://discussions.apple.com/people/Bob+Timmons?ac_cid=op123456> has replied to your question. You can view the full discussion<https://discussions.apple.com/message/27128939?ac_cid=op123456#27128939> in Apple Support Communities.
    I have an airport express (802.11n) which download do I need to get it work on Windows 8.1?<https://discussions.apple.com/message/27128939?ac_cid=op123456#27128939>
    It has been some time since Apple updated AirPort Utility for Windows. The current version is 5.6.1.
    It runs on Windows 7, but I have not checked on Windows 8.
    AirPort Utility 5.6.1 for Windows<http://support.apple.com/kb/dl1547>
    Correct Answer <https://discussions.apple.com/email/thread/6679920/correct/27128939> Helpful Answer <https://discussions.apple.com/email/thread/6679920/helpful/27128939>
    Use the buttons above to tell Bob Timmons and the rest of the community if this reply solved your question or helped you get closer to finding a solution.
    To reply to Bob Timmons, go to the discussion<https://discussions.apple.com/message/27128939?ac_cid=op123456#27128939> in Apple Support Communities.
    You are receiving this email from Apple Support Communities. You can change your email preferences in your Apple Support Communities Profile<https://discussions.apple.com/user-preferences!input.jspa>.
    TM and copyright © 2014 Apple Inc. 1 Infinite Loop, MS 96-DM. Cupertino, CA 95014.
    All Rights Reserved<http://www.apple.com/legal/> | Privacy Policy<http://www.apple.com/legal/privacy/> | Terms of Use<https://discussions.apple.com/docs/DOC-5952> | Apple Support<http://www.apple.com/support/>

  • Get the icc profile of an image

    Hi all,
    I'm looking for a way to get the icc profile of an image in a PDF.
    I already know the tools like Acrobat preflight … But I only can get that my PDF contents RVB images or not.
    I'm looking for a tool to return the ICC profile of all images (s'RGB, Adobe 1988, etc.).
    Have anyone an ideas?
    Thanks a lot.
    Bye

    Hi,
    I have an other question …  Sorry
    I use this tool and it help me a lot … But I still can't get the icc profil name.
    For example: the inspector return CMYK device but I would like to have Fogra 27, ISO coated v2, Swop etc.
    Do you have an ideas?

  • Get Windows Temporary Profile on restart after updating Firefox on Windows 7

    This happened a month ago when going from 15 to 15.0.1 also. And again now when upgrading to 16.0.1.
    I have no idea how it fixed itself last time as I tried everything over the course of multiple days last time (many reboots, restarts, etc.). Ended up creating two additional accounts, just had the one originally, in order to copy all my files and start over last time. Then, seemingly at random, the original profile worked in which I noticed two instances of FF, 15 and 15.0.1, in the control panel so tried re-installing FF 15.0.1, even though the manifest listed it as successful, which fixed it.
    Now the exact thing is happening again after upgrading to 16.0.1. It was a successful install, verified before rebooting via update history and closing FF and opening a couple of times, and it then only listing 16.0.1 in the control panel. But, on the first restart, Windows 7 goes into temporary profile mode again. I tried creating a second account again in hopes the first would magically work again, as I have no idea how I got back into the original profile the last time it happened, to no avail.
    Can anyone help? I hate to give up on FF as I've been using it exclusively for years but I don't want to go through this a third time.
    Also, what can I do to get back into my original profile so that I don't have to start from scratch yet again copying my files and recreating all my settings?

    Update.
    After many logoffs, restarts and switching user from the temporary profile and the second user account, it randomly let me back in to my original profile again.
    I literally did nothing to allow me access to it other than many of those attempts.
    As soon as I was in my original account again, I immediately went to the control panel -> uninstall a program and verified, same as last time, that it listed two instances of FF (recall that it did NOT after I upgraded before the first restart and getting the temp profile). I opened up FF, 16.0.1, and downloaded it again from http://www.mozilla.org/products/download.html?product=firefox-16.0.1&os=win&lang=en-US
    Installed that, even though it was already successfully installed according to FF. And just like last time, that removed the earlier instance of FF, 15.0.1, and all is back to normal. Verified by restarting multiple times and no longer getting a temp profile (exactly like last time which lasted for about three weeks until the 16.0.1 upgrade).
    This never happened until 15.0.1 and now 2 for 2 with 16.0.1. What is going on that would yield a successful upgrade yet on Windows 7 first restart after is causing it to kick to a temporary profile (yet also fixed, if one gets lucky enough to get back their profile, re-installing it over fixes it until the next upgrade?)? Some file not being created/deleted on reboot that is confusing Windows when trying to load the user profile?
    I'm willing to copy over my W7 user profile to a flash drive and Fedex it to the FF team if one can fix this. It is the most basic software setup that I can't imagine others aren't experiencing the same issues.

  • Sony rx100m3 should be recognized by LR 5.5 but it is not. I cannot get the lens profile

    I got the new rx100m3 by sony. But I cannot get any lens profile, there is only the lens of the rx100/m2.
    But in the list of supported cameras it is.
    May there be a difference between the us- and german version? The supported cameras differ.

    Update - I stayed up late last night and re-ran the lens profile creator at home on my Mac OS X 10.8.5.  Placed that LCP file in the directory I originally mentioned above (I overwrote the earlier LCP file created on a Windows machine), launched LR 5.3, and LR successfully matched the new profile with my lens.
    Lesson learned - an LCP file created on Windows OS cannot be used on a Mac, and I assume, vice versa.  In retrospect, this shouldn't be a surprise (but some other file formats appear to work on either).  I wonder if Adobe translates user submitted LCP files from one platform to the other, so that downloads are offered to the community equally on either platform...

  • Work profile in Blackberry Balance as default?

    Hi. Is there any option, how to set the work profile in Balance as the default profile? I am very confused about the two profiles. Sometimes I switch unintentionaly to the personal profile and dont get my notifications all the day. Generally, there should be an option how to disable Balance at all and to have only one all-in-one profile.

    Hi RobertP,
    Thanks for your question on BlackBerry Balance.
    The Work partition cannot be set as the default profile. 
    You should still receive notifications whilst in the Personal profile. What type of notifications are you failing to get whilst in Personal? 
    -HMthePirate
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • How can I get the Display Profile list to update with new profile names?

    Hello
    I recently created a couple of color profiles with a calibration device, and I decided to manually rename the color profiles after creating them. The problem is, when I open Displays in the control panel, the new names for the profiles don't show up, only the old names. To get the Display Profile to update, I have to pull the profile out of Library > Color Syncs and restart (which clears the profile from the list), then put the renamed profile back in, restart (which then adds the renamed profile to the list)
    Is there an easier way to to this, to get the Display Profile list to update? Is there a preference or cache somewhere?
    thanks

    Oh, cool! I never handle any Mayan stuff in my job, but many of my academic cohort have done so. Mostly Tzotzil.
    Anyhow: your sample font was Times New Roman. If you can't see the combining glyphs, then you're using an out-of-date version of the font, or something else is wrong. . Did you maybe start your work on a contemporary version of Word in WIndows, and now you've shifted to using a Mac with an older version of Office? THere are plenty of nulls in TNR (which are usually codepoints not in Unicode, usually a sign of some kind of hacky workaround on the part ofthe font designer). There should be a real combining macron below right about here, in between the crazy upper Latin and the Greek caps :
    So I'd want to know: what font are you using for this? If not TNR, then I'd suggest Gentium. I might even suggest dropping TNR for Gentium. Judging by your screen name, you may well already be aware of SIL. If not - oh hey, they make fonts for people who are in your shoes! Go check 'em out. The fonts are free, and pretty reliable. And Gentium may already have a precomposed with-line-below glyph for your typesetting needs.
    The Kerning dropdown lets you adjust the spacing between letters in a letter-by-letter way. Selecting all of your text and picking "Metrics" is the way to go here - unless you are a designer who thinks that the capital D is way too far away from the lowercase i, and want to tweak the kerning manually. "Optical" is for large font sizes where body-text-style kerning is too spacious. Avoid using it at small font sizes.

  • Can't get into my profile

    I can't remember my password and the registrated email nither. How can I get into my profile if i remember just an user name??? And no contacts of technical support on the web! 
    Attachments:
    Скриншот 2015-02-22 19.54.11.png ‏118 KB

    Hi,
    Please get in touch with Skype Support and they can assist you.
    Anthony
    This post was by Anthony- I do not work for Microsoft!
    If this solved your issue - Mark it as a solution! If you like my post - Please add Kudos!
    Spotify Community Profile - Anthony
    Feel free to PM me - Here

  • Cannot get a working certificate on the iPhone to get the iPhone working

    Hi, We've tried just about everything to get the iPhone working with our Exchange server to push email via active sync. We are using our own self signed certificates, not ones from Verisign for example, and we are using the IP Config Utility 2.0 on Windows XP PC to import the certificates. We have EAS setup on Exchange 2007. We generated the config for the user and emailed the config to a personal user account which we are able to access via the iPhone. We opened the email and double clicked the config file which then installs the profile to the iPhone but we get error 403 when we try and sync email. The iPhone doesn't appear to be presenting the personal certificate to the excchange server correctly which is causing the 403 error.
    Has anyone else experienced this and if so do you have a workaround or public fix for it. We are trying to avoid having to go to a certificate authority.
    Appreciate any feedback.

    Objective: Get a **** personal certificate working on the stupid iPhone
    Update: Settings
    1). Exchange Management Console - Under client access role - Exchange Active Sync - Authentication - basic authentication is checked, ignore client certificates is checked
    2). Under IIS Manager - Default Web Site - Microsoft Server Active Sync - Directory Security - Secure Comms - Require Secure cannel is checked, ignore client certificates is checked
    3. Server certificate is installed onto the exchange server - issued by our own certificate authority/server
    4). iPhone installed with root certifcate from the certificate server and the exchange certificate which was issued by the certificate server.
    Under the above configuration we can get email working fine on the iPhone. Its synced correctly with exchange and able to receive and send email. Both the root and server certificates were installed to the iPhone using the iPCU.
    Ok then, second test
    Settings:
    2 setting changes only applied:
    1). Under IIS Manager - set it to require client certificates
    2). On the iPhone removed the old profile - updated the profile to include a client certificate issued from the same certificate server that the exhcnage server certificate was issued from. So now there are 3 certificates on the iPhone (the root cert, the exchange server cert and the client cert). NOTE: When viewing the profile certificates on the iPhone the issued by field on the personal certificate is blank, opening it up shows no details. The certificate is a .pfx certificate so this explains why the details cant be viewed.
    On re-attempting to sync email we get the 403.7.5 error (client requires a certificate) even though we put one on the phone. It looks like the client certificate either is not being passed through. I've read many forums indicating this issue in that Safari on the iPhone doesn't support client certificates. I've also read that a reverse proxy might be a work around - has anyone tried this?
    It doesn't matter whether we use our own client certificate or a client certificate signed by Verisign, both end up with the same result.
    Does anyone have an answer yet - has Apple got their act together yet and provided a resolution to this problem?
    Can anyone explain to me exactly how the certificate authentication process works. For example we couldn't get it working with "ignore Client Certificates" at first when we just put the exchange server certificate on the iPhone. We had to put the Root CA certificate on the iPhone also???
    If anyone can help that'd be great, any help at all at this stage would be good.
    Cheers.

  • Qsample: getting it work

    Hi, all...
    We're currently evaluating tuxedo/Q system and have problems starting sample application:
    C:\bea\tuxedo8.0\samples\atmi\qsample>client
    before: this is a q example
    Failure to enqueue STRING service: TPEDIAGNOSTIC - function failed - check diagnostic value
    Queue manager diagnostic -13
    We checked ULOG file : Q_CAT:1459: ERROR: Enqueue - out of queue space
    We also tried to add additional place to queue, but this error still exists.
    Is there any way to get it work?
    Best wishes, Oleg.
    [att1.html]

    Oleg Fainitsky wrote:
    Hi, all... We're currently evaluating tuxedo/Q system and have
    problems starting sample
    application: C:\bea\tuxedo8.0\samples\atmi\qsample>client
    before: this is a q example
    Failure to enqueue STRING service: TPEDIAGNOSTIC - function failed -
    check diagnostic value
    Queue manager diagnostic -13We checked ULOG file : Q_CAT:1459: ERROR:
    Enqueue - out of queue spaceWe also tried to add additional place to
    queue, but this error still exists. Is there any way to get it
    work? Best wishes, Oleg.Well, did you create the queue space with qmadmin?
    And set the QMCONFIG environment variable?
    Wayne

Maybe you are looking for

  • How to turn off the notification sound in shared photos?

    With family in different time zones we would like to turn off the notification sound when new photos arrive in shared photo stream! Looked in Settings but can't find anywhere to do this. Thanks.

  • Image gallery around text

    Hi there, I'm new to web design and not 100% sure if I should be asking this in a Dreamweaver or Flash forum, but I'm hoping someone would be able to advise me on what to do. I want to incorporate an image gallery into a Dreamweaver page. I've made t

  • RunningTotal  in Discoverer Plus - Urgent Need

    Hi there, First of all wold like to say thanks for all. I would need help on RunningTotal in Discovere Plus, for example A 1 2 3 4 Calculated_Running_Total_Amt 1 3 (1+2) 6 (3+3) 10 (6+4) I was wondering, I tried using RunningTotal function in Disco P

  • Solution to "Printing Error" with HP C4780

    Hi all, Had a bit of a wrestling match with this printer today when I increased firewall security from "Low" (Allow all outbound connections that do not match a rule) to "Medium" (Dis-allow all outbound connections that do not match a rule). This was

  • Final Cut Express - Easy Set Up - Custom Set Up

    Does anyone know how to set up Custom Set Up in the FCE Easy Set Up? Is it possible to modify an existing Custom Set Up? Thanks in advance. Moses