Support for export keyword for templates in sunCC ?

Hello
Currently sunCC says
"OutputTemplate.hh", line 16: Warning: Export ignored -- not yet implemented.if I try to use export to export my templates.
Is sunCC going to support export keyword, like Comeau and Intel compilers ?
When will export be implemented ?
Thank you,
Timothy Madden

Then why the warning message 'not yet implemented' ? It so makes me think that in the next update there I will find it !
And it so makes my appetite for it grow ! :)
I am very sad to hear such a point of view especially as an official attitude.
I mean this reason, that there is only one implementation and the other compiler implementers did not implement it, so Sun will also not implement it, is quite ... hard to expect.
After all, all new C++ features were also not implemented by compiler implementers when they appeared, until they implemented them ...
I do not think many programmers so confuse export ed templates with extern declarations. Most programmers actually know what templates are and how they are instantiated on demand. Beside, the fact that the template definition needs not be seen by the compiler at the point of instantiation is quite true, as this is the point of using export :). The definition will just be found in one of the object files, at some point before linking.
What the "definitions-separate" default compilation model does is effectively including the template definition in every .cc file, just like I would have included it in .hh file in the first place. This is what export is to prevent: it does not include nor need the template definition until some point before linking, at which all translation units have been translated (compiled) and the template definition can be found.
It is true that in a way template instantiations use symbols from both the definition point, and the instantiation point, but this is intentional and the programmers should all well know about it. The C++ language also has quite some others such hidden effects after all ...
Merging the contexts, or instantiating the templates, should actually have nothing to do with the actual linker or the link-time, if export is to be implemented for real.
Rather the instantiation should be a separate step in the build process, after compiling and before linking, effected by a compiler-provided tool created specifically for compiling template definitions (from object files) into instances; or such a tool could be the compiler put in some special post-compile instantiaton mode. The tool would indeed be given all the object files in a program, and would resolve references between them for instantiation requests, as a linker does, so it might look like it is linking; however it only does template instantiation and it includes actual compiler functionality for that, so it is closely related to the compiler.
So instead of a compile-and-link build model application developers would have a compile-instantiate-and-link build model.
I just hope for more people to see how export is, and not rejecting it ...
Thank you,
Timothy Madden
Edited by: Madden on Jan 21, 2010 7:31 PM

Similar Messages

  • Custom directories for export/import for Integration Builder

    Hi,
    XI uses default directories for exporting and importing Integration Builder objects, and there is no option to change the directory or to pick up objects from another directory.
    Does anybody know of any way we can change the default directory that XI uses? Maybe some system setting hidden somewhere deep?
    Thanks and Regards
    Manish

    Hi Manish,
    when there's no way there's always an <b>XI way</b>:)
    you can help your basis team using XI
    set you file adapter to monitor export directory
    and try sending your xi export files to a different server/location
    you can have a look how Felix did similar scenario: 
    /people/sap.user72/blog/2005/07/15/copy-a-file-with-same-filename-using-xi
    isn't this a good way ?
    Regards,
    michal

  • Settings for exporting MPEG for Vista MCE

    Hi
    I'm new to video editing and I am currently playing with the Premiere Elements trial before I decide to buy or not.
    My video is imported from a Canon HF100 in AVCHD format.
    Can someone please post the settings I should use on the first screen when I create my project. I'm just setting it to 1080i AVCHD which seems correct.
    Also I'd like recommended settings for exporting my final movie. I'd like to export onto DVD and some file type that is suitable for viewing using Vista MCE (MPEG I assume)
    I dont mind waiting for the rendering if that means better quality. Should I just whack everything up to max quality? Or are there better ways to export?
    Vista MCE is viewed on a Pioneer 42" plasma if that makes any difference.
    My PC seems powerful enough as I've rendered a couple short files already.
    Thanks
    Alan

    Alan,
    I *believe* that you have the proper Project Preset. As I do not do AVCHD work, Paul_LS, or Steve will have to verify that 100%.
    Now, for your Export/Delivery there are some considerations:
    1.) If you edit your AVCHD footage in it's native state, the ultimate delivery would be BD for play on your 42" plasma TV. You would Burn the BD with the proper BD settings. Encoding will be handled there. (see below)
    2.) If you deliver on DVD-Video, it will be down-converted to a DVD-compliant MPEG-2. One option that this gives you is having all of your editing done in HD, should you decide to later go to BD.
    3.) Another possibility would be to choose a Preset for SD DVD-spec. material and let your camera do the down-converting to SD. This will speed up both the editing and the Burning to DVD. However, if you later decide to do an HD version of your Project, you'll be looking at starting pretty much from scratch and doing an HD Capture.
    4.) In your particular delivery scheme, you will be using a software player, instead of a physical DVD, or BD. It is the file, and not a physical disc, that you will be using. That is about the only difference.
    Unfortunately, I do not know which player/players come with Vista MCE. I would *assume* that it/they can easily handle a DVD-spec. MPEG-2 file (the same as Burned to a physical DVD disc, but without the pure DVD-Video structure - just the raw file, with no VOB, VIDEO_TS folder etc. That would allow the movie to play. However, the software player can *probably* also handle the full DVD-Video structure and allow for navigation, just like on a DVD hardware player.
    I would *assume* that this OS might well have BD equivilent capabilities, as well. There, you would be Exporting to an MPEG-4 AVC or VC-1 format for HD playback. This would keep your delivery in HD (like your footage) and allow the best possible image in playback.
    Those are just some rough thoughts. Others will have some very specific suggestions for your particular editing and playback schemes.
    Hunt

  • Possible to export keywords for images in a catalog?

    I have a fairly large catalog with scanned images (several thousands of images). The images have a number of keywords each and many have descriptions and titles. From this, I would like to create some sort of web site where this information is preserved. The web that I'm envisioning should list all the keywords that occurs in the catalog, and if you click on a keyword it should show all images tagged with the keyword.
    However, with Lightroom 1.2 it doesn't seem to be possible to have the keywords included in the web gallery. Or am I wrong? Is it possible somehow?
    My next way of attacking this problem was to use the xmp sidecar files. Since the keywords are stored in the sidecar xmp file, I thought that I would be able to retrieve the keywords from the xmp-file with the help of some scripts and XSLT. Yes, a little extra work involved of course, but still doable. Unfortunately, since I've got TIFF files and not RAW files, the xmp data is embedded in the TIFF file and not written in the sidecar xmp file. Is it possible to have the xmp data written to the sidecar file also for TIFF images?
    Yes, it should be possible to extract the xmp data from the TIFF files, merge all this data into a big xml file and then process that with an XSLT script, but I would rather avoid poking inside the TIFF file, if at all possible.
    If I can just get some sort of mapping between all images and the keywords, preferably in an xml format (html or plain text would also do) I should be able to build the web myself.
    Any advice on how I can achieve this?

    yes it is possible to do this, but it is a bit complicated. Under the share menu choose export media. In the dialog that appears you can choose audio only. There are options for AAC, AIFF etc. The problem is that it will export all of the audio from your project so if you want only audio from a particular clip to be exported you need to create a new project and then copy/paste the clip into the new project. You can then export that audio as described above. An alternative is to create a new empty compound clip in the browser and open it in a timeline and copy/paste your clip into it. You can then export audio only as above. Once you have edited the audio, import it into FCPX and add as attached clip to the original clip. You can either drag the volume of the original audio down so it is not audible or detach the original audio and delete it. Not as simple as in previous versions of FCP but do-able.

  • Workflow for exporting wmv for digital signage?

    I am working with 1080i60 HD footage (HDV preset and sequence settings) in Final Cut Pro 6. I need to export sequences to be displayed on a Windows 7 machine running a digital signage system. The digital signage software prefers .wmv format.
    I have purchased Flip4Mac WMV Studio Pro HD so I can export my HD footage and have a .wmv format video of comparable quality to feed through the digital signage software. I am baffled by all the settings and combinations -- CBR versus VBR; one pass versus two pass; various sizes and data rates. Does anyone have any recommendations? Also, does it make a difference if I export via Quicktime Conversion, or use Compressor?
    Thanks.

    Don't think it matters in terms of quality whether you export using quicktime conversion from within fcp or you use compressor, but compressor will allow you to customize and save your settings as a preset and/or a droplet which may make things easier.  Theoretically you will get a more efficient encode using multiple pass variable bit rate encode as the output will be adjusted according to the complexity of the images.  However, theory and practice are 2 different things and the only way to really see what your effect this parameters will have on your output is to do some tests.    More than likely your displays will be progressive, so fooling with deinterlacing either in fcp or in compressor may be a good idea.    Also, bitrate is going to effect how smoothly your wmv's play on the display system.  Be sure and test this on your display system with what ever programs, etc will be running at the same time and hopefully on hardware that will match what will be in position for end use.  You will probably make your clients a little crazy with questions and testing unless of course they've had some unfortunate experiences in the past, in which case they'll be appreciative right from the start.

  • Need help in choosing best codec for exporting HD for content delivery

    What codec is best for a quick but manageable size for an HD video for Youtube?
    And, what codec is best for that same video to be exported for DVDSP?
    I am thinking for DVDSP I would just export as QT and I can go straight to DVDSP and burn from there.
    But when I have tried to export for YouTube I have had problems using QT with conversion, so suggestions are gladly accepted.
    Thanks!

    Good advice for the SD DVD, so for the ftp upload, in Compressor, choose Quicktime > H.264 - which does a very good job of maintaining quality while reducing the size of the file dramatically. Once you drag the preset for H.264 to the file in the Compressor job, you can make adjustments to the setting by changing the frame size and or quality and even choose between stereo or mono and what sample rate. So I recommend reducing a 1920x1080 to a 1280 x 720 resolution, and changing the audio sample rate from 48k to 44.1k (unless you're already there). youtube, Vimeo, and other hosts of HD content usualy accept a 1280 x 720 clip and further encode the uploaded file to their own thing - usually flash and the settings I've given you have worked well for me on Vimeo.

  • Export Limits for Multiple Sequences in the Same Sequence File for TS3.0

    Hi,
    I am using TestStand 3.0 to a test application. Because we want to have our limits in a csv-file I have tried to use the Import/Export tools in TS. But this application only supports to export limits for the selected sequence (e.g. main, or subseq1) at a time. This makes it a pretty hard job to export limits from 30 test sequences. What I need is a possibility to export my limits from �all sequences� in my seq-file.
    I have found an article on NI Dev. Zone about �Export Limits for Multiple Sequences in the Same Sequence File (TestStand 1.0.x)�.
    http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3D9CB56A4E034080020E74861&p_node=DZ52236&p_submitted=N&p_rank=&p_answer=&p_sourc
    e=External
    I have tried to use this code but because it�s for TS 1.0.2 the limits from my multi num test step and my custom steptypes isn�t exported. So that doesn�t fulfill my needs.
    Is there an updated version with �all sequences� added to TS 3.0? Is there other good solutions to my problem out there?
    Best Regards,
    Morten Pedersen
    CIM Industrial Systems A/S
    Denmark

    Hi David Mc,
    Thanks for your reply. I have already considered this solution because the source code is added in the folder described in your reply. But that is not a good solution. It will cost me a lot of time to establish the toolchain, reverse engineer the source code, make the implementations and build a new dll (most off these is already knowledge by NI). And when NI make future releases of TestStand I have some merge work to do every time NI have made some changes in the files I have changed.
    But as I write above: I have hoped that NI already has/or could made a solution like the one to 1.0.2 (see link in root) to me. And then they could include it in the next version.
    I don't think I am the only one in the TestStand world that ne
    ed this feature.
    Best regards,
    Morten Pedersen
    CIM Industrial Systems A/S
    Denmark

  • Standard code for Export to XLS / XLS 2000

    Hi there
    I was wondering if someone knows how the standard code works for exporting a web template to Excel?
    The reason I ask is that we have a button in our toolbar, which the user can click and certain items within the web template are then downloaded to Excel.
    If, however, I use the context-menu (right-click) and choose to export that way, then some additional fields are included in the download.
    There is one field in particular that I want, which is included in the right-click downloaded file, but I don't know which web item it is, so can't specify it in the button code.
    Is there a way to determine this?
    Cheers,
    Andrew

    There are a few third party tools that let you do that.
    Some such tools are Monarch, Rep2excel etc.
    Google for "convert oracle report to excel" and you will get a few more hits.
    The best way to get it in Excel is to change the output format to XML and write a quick XML publisher template.
    Hope this helps
    Sandeep Gandhi
    Independent Consultant

  • What best to buy for exporting machine

    Hello everyone,
    My I suggested to buy new workforce to increase our export hours per week so we can deliver more material to our clients per week, and my boss gave me green light to buy 3 computers. I already have 3 machines (2 pc cori7 and cori5 and mac pro), I will only use the 3 machines to export no editing or other major tasks to be done on them, all editing process are done on my i7 & mac pro machines, what I wanna know is that for the machines that I will buy -which will be used only for exporting, what matters the most to get the fastest export, an i7 with a built in graphic card near to 1 GB or something or should I custome install a 3 GB graphic card for example?
    We wanna buy asap, appreciate all fast responds (and of course late ones ), hope to meet our planned target to meet customer's demand.
    Regards

    For Premiere information take a look at the PPBM6/7 results for export times for four different export times..  You will have to register to see the results page.  To see the four test results look at the output file, the first result is the disk I/O timeline export time, the second number is the export of the H.264 timeline, the third number is the GPU assisted export of the MPEG2-DVD timeline which is an AVCHD clip with lots of GPU assisted effects and features (like scaling down to SD) for DVD playback, and the fourth number is the export time of that same timeline with CPU processing only.. Looking at the Speccy file will give you the hardware configuration.

  • Still cant find good export settings for clean blacks/fades...

    I have been a professional videographer for years now working full time and STILL dont have default export settings that will give me nice clean footage. If its just straight footage without any fades to black, cc, or that kind of thing then im just fine. but in my current project i fade to black a couple times and fade back into my footage to create dramatic pauses, but the fades are always very pixelated, and if i darken footage, i can never get clean blacks, even if my iso is at zero, i always get tons of artifacts in my export even though it looks fine in my viewer before export.
    im using a 7d with cs6 and have done tons of searching for people's export settings and have tried all of what ive found but none have helped. mostly i hear h.264 for codec and target/max bitrate at 5-10 / 10-30.. lots of variation there but either way, nothing works. doesnt matter what level i put it at, even at 5.1..
    looking for export setting for a clean master cut thats not going to be 7gb for a 1 minute thing that will play back on my computer..
    to make it short - how do i export to get clean blacks/dark areas and smooth fades?? THANKS

    >My movies are in native MOD files. I convert em by simply changing the extension to mpg
    You are starting with compressed files... and then you compress again... that is a DOUBLE hit on quality
    You might try some other software (no, I don't know which one) to edit your files and export without re-compressing

  • Export and Import are not supported on 10g databases for users logged

    Hi
    I having the below written error, when i want to export or import my database. I having Standalone system using windows xp.
    Role Error - Export and Import are not supported on 10g databases for users logged in with the SYSDBA role. Logout and login using a different role before trying again.

    Actually i ma new to EM...
    When I want to Import any thing He is asking abt the HOST CREDENTIALS
    I can't undrstatnd wht he is asking????
    Host Credentials
    * Username          
    * Password          
              Save as Preferred Credential
    It Genrate the below error
    Error - ERROR: Wrong password for user

  • Reproting tool(api) for exporting in xls files in different templates

    Hi
    I need api for exporting data into xls files. DIfferent reports everyone has own template and data.
    Please suggest some free java APIs or tools that can be intergrated with java web application easy.

    you should use windward reports. we can use excel for the template, report, and now even the data source. And our design tool is word/excel/powerpoint, so you're already trained. you need a powerful, secure enterprise-level Java/J2EE reporting engine to back your critical reporting and document generation systems.
    The Windward Engine installs easily, runs on one or more servers as part of your server-based application, and can easily produce hundreds of thousands of reports per day on a single server. The server is a pure Java product (and also is available as pure .NET).
    Even better news for you guys: When combined with the Windward report design tools AutoTag and AutoTag Max, users design, schedule and run reports from within Microsoft Office. That means you can turn over reporting to the business group and get back to more interesting work.
    You don't have to take my word for it. Check out this [robust Java reporting engine|http://www.windwardreports.com/java.htm?source=pday909&campaign=pday909&utm_source=everyr&utm_medium=post&utm_campaign=pday909&id=203] for yourself.

  • LR2: non-official SQLite fix for non-exporting keywords

    Hello
    This is not the official Adobe fix.
    I've been looking into this and it's relatively trivial to update the catalog using SQLite tools to update a catalog so that keywords are exported again.
    Please note that you do this at your own risk.
    -- Start --
    1. Obtain an SQLite tool - I use SQLiteSpy, there are others for both Windows and Mac - search this forum for examples.
    2. Close Lightroom if it is running.
    3. Backup your .lrcat file
    4. Start your SQLite tool, and open your .lrcat file.
    5. Execute this query:
    update aglibrarykeyword
    set includeOnExport = 1, includeParents = 1, includeSynonyms = 1
    where parent is not null
    6. Close your SQLite tool
    -- End --
    This will set all three options on your keywords, and should make any keyworded image export with the keywords. However, this fix sets all three options on all your keywords, it doesn't match the options you had in LR 1.4.1. If you're not confident with running these steps, I suggest you wait for an official fix.
    Zak

    I've been experimenting with this, taking advantage of what Zak already described.
    But Im finding that some of the keywords *are* written out. And by using SQLiteSpy to looking into my 1.X and 2.0 catalogs its pretty easy to see where they botched up the conversion.
    I think the problem is something like this...
    For each keyword, if you have never fiddled with the Keyword Tag Options for a keyword then the 1.X catalog has the corresponding values in the set to NULL (the three properties are actually stored as a string containing Lua code to create a table with these three values). If you fiddle with any of them then they get set (all of them). The 2.0 conversion process seems to do the right thing when converting non-NULL values. Its when the 1X database has a NULL that they screw up, putting a false in the 2X database, when they probably should have inserted true instead.
    Ive now got a swag at fixing this, but I cheated. I run an UPDATE statement on the 1.X catalogit will supply true values for all three settings on keywords that currently have no value. You then need to run LR 2 to convert the catalog to the new format, and things seem to work ok.
    Heres the query. Remember this is to be run on the 1.X catalog. Specifically, I was using Lr 1.4.1, and havent tried with earlier versions. And all normal warnings about making backups, not trusting code you find on forums, etc, apply.
    update AgLibraryTag set flattenedParams = "params = { includeOnExport = true, includeParents = true, includeSynonyms = true, }" where flattenedParams is NULL;

  • Format Equations for Export to e-pub?

    I am using MathType in Pages '09 for export to e-pub.  I am using the Apple supplied template, but the formatting appears in the e-pub document all fouled up.  Can anyone help?
    (Design Science refers me to Apple for help, but the Apple support on Pages seems to be tied to my platform, namely a Mac Mini, and I would apparently have to pay for help. Seems a bit harsh as the problem seems to lie with Pages.)

    Hi Art,
    Yes, I am with Design Science, but I'm not insulted. Do I understand your situation correctly -- it's that the equations are shifted up so that the bottom of the equation is aligned with the bottom of the document's text, right? (After conversion to epub.)
    If so, then it's not necessarily any one of the programs in isolation; it may be that they're just not communicating. In the case of MathType with Pages, or MathType with MS Word, the two apps do play nicely together, as long as you're using their native document format. If you save or export to formats like HTML, epub, or even PDF, the formatting may be preserved, but then it may not. It's just that neither of the companies necessarily put the engineering into that particular feature.
    I don't have any solution for you at the moment, but I can tell you that Design Science wants to see nice-looking math in e-books as much as anyone. Now that EPUB3 is a standard -- which includes MathML -- that's likely to become a reality sooner rather than later. Why not join the LinkedIn group "Ebooks for Math and Science"?  There are currently over 1,000 members in the group. Maybe someone there will have a tip with what's worked for him or her.
    Bob

  • R3load EXPORT tips for 1,5 TB MAXDB Database are welcome!

    Hello to ALL;
    this post is addressed to ALL MAXDB-GURU's !!
    I'v few questions to MAXDB Performance-Guy's for R3load Export on MAXDB!
    (remark to my person:
    I'm certified OS/DB migration consultant and have already done over 500 OS/DB migrations since 1995 successfully)
    BUT now I'm face with following setup for Export:
    HP- IA64 BL870c,  4 CPUu2019s Dual-Core + Hyperthreading activ (mean's 16 "CPU'S" shown via top or glance)
    64 GB RAM, HPUX V11.31;
    MAXDB  7.7.07
    ECC 5.0; Basis/Aba 640.22
    SAP-Kernel 640-Unicode Patch 381
    8 sapdatas are configured on unique 200GB LUN's and VG's in HP-UX; on storage-side the 8 220GB LUN's are located on (only) 9 300GB-Disks with Raid-5 Level and within HP-UX each VG/LVOL is mirrored via LVM to a second desasterdatacenter (200m distance)
    LOGFILES:
    2 x 4 GB LUN Raid-1 on Storage and via LVM  also mirrored to failover-center
    MAXDB-Datasize: 1600 GB Overall and within this 1350 GB used, TEMPUsage about 25 GB !
    MAXDB-Parameter-Settings
    MAXCPUu2019s 10  (4 x IA64 QuadCore+Hyperthreading shows 16 Cores within top and galcne
    Cache_SIZE= I/O Buffer Cache = 16 GB (2.000.000 Pages)
    Data-Cache-HitRatio:  99.61%
    Undo-Cache = 99,98%
    the following sapnote for MAXDB Peformance and Migrations are well known and already processes
    928037, 1077887, 1385089, 1327874, 954268, 1464560, 869267,
    My major problem is the export-runtime with over 4 days on the first dry-run (6 R3load's running on Linux-APPL-Server), and 46h on second runtime, 6 R3loads running on DB-Server IA64)
    the third trail-run was aborted by me after 48hours and 50% export-dump-space was written. In all 3 dry-runs, no more than approx 3.5GB DUMP-Space were written per hour!
    My first question to all MAXDB-Guru'S: How can I influence/optimize the TEMP - Area in MAXDB?? I didn't find any hint's in SDN or SAPNOTES or MaxDB Wiki or google....As fare as I know, this TEMP area "resides" within MAXDB-datafiles, thus it's seperated on my 48 datafiles, spreaded over 8 LUN/VG/disks. But I see LESS throughput on disk's and MAXDB-Kernel uses only ONE of ten's cpu-cores (approx 80% - 120% of 1000%).
    The throughput or cpu-usage doesn't change when I use 2 or 4 or 10 or 16 R3load' processes in parallel. The "result" is always the same: approx. 3,5 GB Export-Dump and 1 CPU MAX-DB Kernelprocess is used !
    so the BIG Question for me: WHERE is the bottleneck ?? (RAID-5 Disk-LUNS mirrored with LVM ???)
    on HP-UX scsi_queue_depth_length I'v increased default value from 8 to 32 to 64 to 128 --> no impact
    2nd question:
    I'v read  OS-Note 1327874 - FAQ: SAP MaxDB Read Ahead/Prefetch, and we are running MAXDB 7.7.07.19! (MaxDB 7.8 is not suppored via PAM for IA64 640-UC-Kernel) and as far as I understood, this parameter will no HELP me on EXPORT with primary-key-sequence ! is this correct?  THUS: which parameter HELPS for speeding up Export-Runtime?
    MAXCPU is set to 10, but ONLY 1 of them is used??
    so this post is for ALL MAXDB GURU'S!
    who will be intrested to contriubte on this "high-sophisticated" migration-project with 1.5TB MAXDB-Database-size and ONLY 24h Downtime !!
    all tips and hints are welcome and I will give us coninued updates to this running project until WE did a successfull migration job.
    PS: Import is not yet started, but should be done within vSphere 5 and SLES 11 SP1 on MAXDB 7.8 ....and of yours in parallel to export with migration monitor, BUT again a challenge: 200km distance from source to traget system !!!
    NICE PROJECT;
    best regards Alfred

    Hi Alfred,
    nice project ... just some simple questions:
    Did you open a message at SAP? Maybe you could buy some upgrade support, this could be usefull to get direct access to the SAP support...
    Which byte order do you use? I know Itanium could use both. But it should be different, otherwise you would use a backup for the migration.
    And the worst question, I do not even want to ask: What about your MAXCPUS parameter? Is it set to more than 1? This could be the problem why only one CPU is used.
    Best regards
    Christian

Maybe you are looking for

  • How to make field mandatory in Sales Order Item level?

    Hi SDN's, I need to make Shipping type field(Item level) mandatory in Sales order. Can any one tell me what is the user-exit to achieve this? Thanks in advance.. Regards, Rahul

  • LCM utility taking more time to start

    Hi All, In Hyperion System 9.3.1 when running the LCMUtility.bat file in Hyperion Home\BIPLUS\bin folder it is taking nearly 8-10 minutes to start up the process. The shared services, IR, Core services are in the single box. Even though it is taking

  • How we can change the tech.name of attached doc. recieved by broadcasting

    Hi all, After broadcasting the Workbook/report we are getting as attachment name with system defined name like u201C WORKBOOK_4DY3APLGXP0YJFBC251NOVDDFu201D by default in to the user inbox. Can we control this attachment name to come with actual work

  • Cannot See Reviewers' Comments

    I initiated a shared review using Adobe Acrobat Pro XI (Windows 7) and posted the PDF on a shared local server. Reviewers used various supported versions of Acrobat Reader to comment. After the review was over, I opened the PDF but none of the review

  • I can't resize new rectangles with the new Illustrator 2014

    I know from reading other boards that there are related issues with snapping to grid but I'm having an issue only with resizing rectangles when I create them new. We have others in our company using Creative Cloud that have updated and they are not h