InDesign Server CS3 Debug verion

I have recently downloaded ID Debug version and installed it, before i start using this i thought i would ask a question here.
is there any difference between debug version and release version of ID? if my main intention is to evaluate to see if ID server has the features that i am looking for, does it make any difference which version i use?
i reviewed documentation provided in 'intro_to_indesign_cs3_server.pdf' and this document applies to the debug version too?
apprecate your reply.

AFAIK there is no functional difference server debug and release. You may find things slower with the debug build due to additional checks performed, and since additional checks means more/different code it is possible for bugs to exist in one version but not the other - though I don't know of anywhere this applies.
I'm not sure from the question though - are you asking for the difference between InDesign server debug/release or the difference between InDesign debug and InDesign Server release - there are a whole load of differences there...
Ian

Similar Messages

  • Adobe ExtendScript Toolkit 2 don't find running Indesign Server CS3

    Hi
    I develop a plugin and differnet Javascripts who interact with this plugin. Now I like to debug my plugin and this Javascript. I start the debugger in Visual Studio 2005, this starts my Indesign Server CS3 (Debug) using the port 18383. Now I like to connect with this server in Adobe ExtendScript Toolkit 2, but this application don't find the running server. Adobe ExtendScript Toolkit 2 want do start an Indesign Server, but there is one running.
    I havn't installed the release verision of the server on my PC.
    - Why does Adobe ExtendScript Toolkit 2 dont find the running server?
    - Port?
    - Can I change anything to fix this behaviour?
    Thanks for the help.
    Kind regards
    Hans

    In the meantime I've read some more documentation.
    You can specify a configuration name on the command line, default is "configuration_12345" if the -port is 12345.
    Apparently you can then add the configuration name to the target expression, e.g. create a new script with this line
    #target "indesignserver_configuration_12345"
    Run the script - the target is recognized (no dialog "server ... is not running") and from now on shows up in the target dropdown of ESTK.
    Right now though after a long timeout I can't talk to any scripting engine of my CS4 server.
    The status line displays "Can't initialize target", maybe some startup problem my server is having.
    Dirk

  • Install failing on Server and Shared Components: Indesign Server CS3

    Two identical servers, same result on both servers. Windows 2003 x86 servers, up to date w/MS patches. .Net 3.5 sp1 installed. Run InDesign Server CS3 install, install takes a LONG time and then fails with the error below:
    I've looked for some sort of install log and there isn't one. I've called Adobe and was told that ID Server tickets are escalated to Tier 2 support and therefore new tickets can't be opened via the phone support (that piece would have been more helpful prior to spending 60 minutes on hold waiting for a person) and they referred me to the online ticket system. The online ticketing system reports that initial contact will be made "within three business days". I'm on a customer deadline with this install and can't wait three days for resolution. Any ideas where to look for more information on the cause of the failures?
    Thanks!
    Shannon

    I don't have any sort of definitive answer for you, but this was a fairly common place for the standalone to fail, too, if I recall correctly.
    I have no experience with the server version, but for a standalone I would recommend an uninstall, followed by running the clean script (Using the new CS3Clean Script) then register jscript.dll on the system and reboot with a bare minimum of startups enabled. TONS of stuff you would think is innocuous would conflict with the CS3 installer.

  • Noobie Mistake? Export to pdf InDesign Server CS3

    Hi,
    I'm trying to export my open document on InDesign Server CS3 to pdf, but it isn't working.
    I can open, make changes and save, but when it comes to exporting it gives an error:
    "An exception occurred when executing a COM method.
    The cause of this exception was that: AutomationException: 0x0 - The specified object does not support the desired export format. in 'C:\Program Files\Adobe\Adobe InDesign CS3 Server\InDesignServer.exe'."
    Here is my code below. I've tried the export code for pdf with inverted comma's as well, no luck. All the sample scripts do it in this fashion, am I missing something?
    Any help much appreciated.
    myInDesignServer = CreateObject("COM", "InDesignServer.Application.CS3");
    myDocument = myInDesignServer.Open("C:\artwork\my_file.indd");
    myDocument.Export(1952403524, "C:\artwork\my_pdf.pdf");
    myDocument.close();

    Hello Brett,
    I have done some COM programming with IndesignServer CS3 using C#, here is is the way I do a pdf export:
    doc.Export(idExportFormat.idPDFType, @"C:\indesignTestFile.pdf", false, "[High Quality Print]", "Some Comment", true);
    Notice the first argument: the enumeration which specifies the file type and the fourth argument which is the name of an Adobe Pdf Preset. This particular preset should already be installed on your CS3 server. You cant export to a pdf without using an export preset.
    I hope this was helpful, Im no expert myself.

  • Problem-Starting InDesign Server for use with CORBA / Java and IOR file not generated

    I'm trying to start Indesign Server cs3 for use with Corba, as per the document the server should generate the start-up message like this..
    InDesignServer -iorfile c:\ior.txt -pluginpath Server\Corba
    [server] Writing IOR to ... and it should generate the IOR file
    but I'm getting the usual start-up message and the IOR file is not generated, I hope IOR file is required for Java component interaction with IDS, kindly help me to solve this.
    Thanks in advance.

    [From Susan Doan, who is having trouble posting to the forum today}:
    It looks like the example command line in the "Intro to InDesign Server" pdf is using curly quotes instead of straight quotes. If you copy the command from the pdf and paste it in your command shell, it won't work because of the curly quotes.
    You can run the command without the quotes as Rich has said, but, as will all command lines, if your path contains a space, you will need to put quotes (straight ones!) around the path.
    Thanks,
    Ole

  • Tagging TextFrames With InDesign Server - not showign in desktop?

    Hi all,
    Ive come across a weird issue with marking up text frames with InDesign Server (CS3) whilst processing xml rules during an xml import.
    I run the following code on desktop it works fine. When run on server, it works apart from the frames will not highlight when "Show Tagged Frames" is selected.
    (code cut for brevity)..
    //..open a new doc, import the xml file, process the rule set.
    function AddTextFrame(element)
    this.name = "AddTextFrame";
    this.xpath = "//textFrame";
    this.apply = function(element, myRuleProcessor)
    with(element)
    var frame = page.textFrames.add();
    //...frame geometry code goes here...
    markup(frame);
    As Ive stated, the code is functionally fine on desktop and server, but the tagged frames will not highlight when the document is created on server?
    Ive tried numerous work arounds (placeIntoFrame etc) but to no avail.
    Any ideas, is this a known/expected behaviour?
    Cheers, Scott

    After much local experimentation and iteration with Adobe tech support, we have a fix for Problem nr. 1: cannot define the port that works in our environment (IDS CS4 running as a service, Windows 2008 Server).
    Add this parameter to your server startup command line for each instance of InDesign Server you're running:
    -ORBendPoint giop:tcp:<serverIP>:<portNumber>
    where
    <serverIP> is the static IP of the server that is running IDS. Note: The OmniOrb docs imply that you can use the server's domain name here, but that didn't work for us. 127.0.0.1 also did not work. The IP number does work. This might help your Problem nr. 2: wrong IP address in the application IOR if you set it to the IP you want to listen on, but we have no experience with that.
    <portNumber> is the port you want IDS (via OmniOrb) to listen on. If you're running multiple instances as we are, each instance should have its own unique port number.
    I completely agree that, as an enterprise product, IDS's default behavior of boldly going where no one has gone before in your port space at each restart is not the way to play nice in a firewalled, enterprise environment. This should be documented in Adobe's Introduction to InDesign Server in the command line parameter discussions, it would have saved us a lot of time

  • Adobe Indesign Server 4 Failed to start

    Hi All,
    I have a big problem.
    Finally we got access to download Adobe Indesign Server 4 Debug Version, but after installation, failed to start?!
    Environment:
    1, VMWare Guest System (2G Memory)
    2, WIndows 2003 Server 32bit
    3, Installation was good and we tried to run: InDesignServer.com in command line and it says:
    C:\Program Files\Adobe\Adobe InDesign CS4 Server Debug>InDesignServer.com
    The system cannot execute the specified program.
    and when we run this from window:
    Further more, I can see below message in Event Viewer:
    Event Type:    Error
    Event Source:    SideBySide
    Event Category:    None
    Event ID:    59
    Date:        7/7/2009
    Time:        10:34:31 PM
    User:        N/A
    Computer:    INDESIGN
    Description:
    Generate Activation Context failed for C:\Program Files\Adobe\Adobe InDesign CS4 Server Debug\InDesignServer.exe. Reference error message: The referenced assembly is not installed on your system.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Any help is much appreciated!!!!
    Thanks,
    xin

    I don't have a server at hand right now ( that machine is busy with an OSX install, on a different partition ) but you could start by looking for any Adobe document that even mentions VC++ 2008.
    In other words, at least for the desktop version of CS4 the oficial compiler is the VC 2005 SP1 .
    Express should be no problem, I use it myself: "VS80sp1-KB926748-X86-INTL.exe"
    You'll also need the matching Windows SDK. Watch out for something labeled "5.2.3790.2075.51.PlatformSDK_Svr2003R2_rtm.dmg"
    Hth,
    Dirk
    Afterthought: funny that this thread always pops up when my experimental machine is busy ;-)

  • Safe rotation in Indesign Server

    Hello,
    In the past i had some trouble with rotations of pictures during a import of a page, because a user has switched manually the anchor point and all pictures with rotation-angle rotated out of position. I could fix it with saving the old state, putting the anchor point in the middle, do the import and put the anchor point back to the user default:
    var curTransformationPoint = app.layoutWindows[0].transformReferencePoint;
    app.layoutWindows[0].transformReferencePoint = AnchorPoint.CENTER_ANCHOR;
    Do anybody knows in which way Indesign server (CS3) is working these things? Is the achor point in Indesign server always on the default (I think in the upper left) or is there another way to solve safe rotations ?
    Thanks

    Hello Dave,
    The problems i had were linked with the export of a page with rotated items:
    Here is some code:
    if(inddBox.graphics.length > 0){
            var curImage = inddBox.allGraphics[0];
            // ALTE WERTE SPEICHERN
            var curTransformationPoint = app.layoutWindows[0].transformReferencePoint;
            var curFlip = curImage.flip;
            var curShear = inddBox.absoluteShearAngle;
            var curAngle = inddBox.absoluteRotationAngle;
            var changed = false;
            if(curFlip != Flip.NONE || curShear != 0 || curAngle != 0){
                changed = true;
                app.layoutWindows[0].transformReferencePoint = AnchorPoint.CENTER_ANCHOR;
                curImage.flip = Flip.NONE;
                inddBox.absoluteShearAngle = 0;
                inddBox.absoluteRotationAngle = 0;
            cx30Box.setPictureXScale(curImage.absoluteHorizontalScale);
            cx30Box.setPictureYScale(curImage.absoluteVerticalScale);
            cx30Box.setPictureXScroll(curImage.geometricBounds[1] - inddBox.geometricBounds[1]);
            cx30Box.setPictureYScroll(curImage.geometricBounds[0] - inddBox.geometricBounds[0]);
            if(changed){
                // ALTE WERTE ZURÜCKSETZEN
                inddBox.absoluteShearAngle = curShear;
                inddBox.absoluteRotationAngle = curAngle;
                curImage.flip = curFlip;
                app.layoutWindows[0].transformReferencePoint = curTransformationPoint;
            cx30Box.setPictureHMirror(false);
            cx30Box.setPictureVMirror(false);
            if(curFlip == Flip.HORIZONTAL) {
                cx30Box.setPictureHMirror(true);
            else if(curFlip == Flip.VERTICAL) {
                cx30Box.setPictureVMirror(true);
            else if(curFlip == Flip.HORIZONTAL_AND_VERTICAL) {
                cx30Box.setPictureHMirror(true);
                cx30Box.setPictureVMirror(true);
            cx30Box.setPictureAngle(curAngle-curImage.rotationAngle);
            cx30Box.setPictureSkew(curShear-curImage.shearAngle);
    Is the anchor point of the indesign server always in the middle? And what is the behaviour of lines and other items ?
    Or is there something like:
    curImage.flipItem(FlipItemOptions.horizontal, AnchorPoint.centerAnchor);
    Thanks,
    Kay

  • How to download InDesign CS3 Debug (non-Server version)

    I have downloaded and installed the InDesign CS3 SDK and can generate a Release build of a plug-in and get it to load and work in InDesign CS3, but as indicated in the doc, building the Debug configuration of a plug-in and trying to get it to work in the Release version of InDesign CS3 does not work. So, of course, I want to download and install InDesign CS3 Debug so that I can load and run the Debug configuration of plug-ins. But I cannot find a way to download InDesign CS3 Debug anywhere. I find a link for downloading InDesign CS3 Server Debug but not InDesign CS3 Debug (non-server version).
    Can someone point me to the InDesign CS3 Debug download?
    Thanks

    The last official statement was here:
    http://blogs.adobe.com/notesfrommnr/2005/08/heres_how_to_ge.html
    The ASN membership details and site have changed since that writing, if you have problems following the instructions ask MNR for an update.
    Hth,
    Dirk

  • Windows 7 Professional 64bit: Installation of Indesign CS3 debug

    Hi
    I try to install Indesign CS3 Debug on a Windows 7 Professional 64bit pc. I extract the setup files and start setup.exe. A dialog is shown (with a progrss bar), but after a short time (2, 3 seconds), the application stops (crashs) without any message.
    What can I do?
    Can I install CS3 Debug on Windows 7?
    Thanks for the help.
    Hans

    Dev environment - i mean Visual Studio
    But fist try to check in Event viewer if there's any error message that could help to find what the actual problem is.
    Regards
    Bartek

  • Win: ExtendScript Tool Kit 2: Can't connect to Indesign CS3 Debug

    Hi
    I have a script for Indesign CS3 and like to debug this in ExtendScript ToolKit 2. But I can't connect to Indesign CS3 Debug.
    - I start Indesign and try to debug the script -> A message is show to start Indesign CS3. If I say yes, a message is shown that Indesign CS3 is loaded... But this message remains on the screen
    - The same if I don't start Indesign CS3 manually.
    - If I try it with Illustrator or Photoshop (both release versions) it works!
    What could be wrong?
    Thanks
    Hans

    Hello,
    I have exact the same problem with soundbooth. And also that extended script is working fine with photoshop. I have tested it on 4 different computers. Updated windows to sp3, and updated all adobe software.
    So it's definitely not a mess in the system (beside the mess of software 1,2 Gb you have to install for only soundbooth!!, Cool edit pro, which adobe took over from which soundbooth is a spin off, was only 20Mb....)
    The technical help form adobe won't look at this if you don't buy the software first. But after some pressure they looked at the problem but couldn't find anything about it in there system.
    Please advise how to solve this
    Richard

  • Adobe Creative Suite CS3 - Adobe Indesign CS3 Debug: Installation on the same PC?

    Hi
    Is it possible to install Adobe Creative Suite CS3 and Adobe Indesign CS3 Debug on the same PC?
    If yes how can I do that?
    I have tried it but if I install the debug version there is a message that I can't install it because there is a conflict.
    Thanks
    Hans

    Hi All,
    I'm hoping someone can help me :S
    I have designed a card measuring 210mm x 74mm. The printer has asked me to impose as head to head, 5mm double trims and bleed. I have no idea how to do this and seem to be wasting my time tring to google it. Trouble is I am trying to impose 4 pdf's into the 1 indesign file and when i export it as a pdf i can't see any trim mark/crop marks surrounding the edges of any of the 2 files (apart from the corners of the pages). I've probably just confused the hell out of you now but if you can help me I would really appreciate it. If I need to clarify anything please let me know.
    Thanks in advance!!
    Kelly

  • Update Indesign Server DEBUG CC to 9.2

    Wer are Adobe Bronze Partners und we want update our Indesign Server DEBUG CC to the Version 9.2 (MAC). In the "Technology Partner Software Downloads" is a download named "Adobe InDesign CC Server Debug 9.2 MAC". And if I download it and mount the DMG there is no installer, only an application folder of Indesign Server 9.2.
    What to do with the folder? When I start the server from a copy of this folder, it crashes. Can you help, please? Any ideas?
    Thanx, Matt

    Hello,
    This solution worked for me.
    I was encountering the Error Code — U44M1P34.
    This error occurred when Creative Cloud Manager notified me of the InDesign CC 9.2.2 update.
    I tried almost everything, removing / uninstalling the program, removing / uninstalling all the programs, deleting all the left behind folders of the programs, re-downloading them from Creative Cloud Manager and even trying manually to install the 9.2.2 update.
    Thank you.
    Andreas

  • Download Indesign CS3 debug version

    HI experts
    from where I can download Indesign CS3 debug version
    thanks
    regards
    a r u l

    That's very, very bad advice!!!
    Yes, It's technically possible to create plugins without the debug version, but there will likely be bugs that go unnoticed...
    You need a partner account to get the debug version.
    Harbs

  • Docs about "Debug settings.xml" for Indesign Server

    Hi,
    In the "Indesign Server Debug" CS5.5 I found a file "Debug Settings.xml" (also in the desktop version). I suppose this is about enabling/disabling certain loggings. Default, all features are disabled. I tried to enable some of the features but I can't see any difference in the logging.
    So, I have 3 questions:
    - Is this somewhere documented on what this settings do? What can I expect if I enable a certain feature?
    - In the desktop debug version there is a menu "Test" with many diagnostic and other tests. Can these somehow being performed in IndesignServer debug? Is this documented somewhere?
    - I followed the steps described in this thread: http://forums.adobe.com/thread/883151 to obtain a "Leaks.txt" file. The approach described in that thread works in the desktopversion of Indesign but not for IndesignServer. Any ideas how I can obtain this for IndesignServer?
    Thanks in advance for any input.
    Bart Devos.

    The only strategy that I can think of involves a lot of pain.
    First you should remove all but the plugin that you're working on. The point of this is to check there might be some other plugin that is leaking. No point trying to fix a problem when it's not in your code.
    Once you verify that nothing is leaking without your plugin, use Dolly to create a simple plugin and add it. Check this for leaks. This is to create a base system that we can be confident doesn't leak.
    Now comes the painful stuff. Slowly add a piece of your code at a time being sure to test your changes.(That's important, don't just add code but test it throughly to see if you trigger leaks.)
    When leaks appear, go through what you just added and start commenting things out. Hopefully you'll get to a line that you can comment and uncomment to make the leak appear and dissappear.
    But be careful. Sometimes the leak isn't in the line that you find, but at least you're probably in the ballpark. This should help narrow your focus to where you need to look.
    Once you fix that leak kept slowly adding the rest of the code, testing as you go. Who knows, maybe there's more than one leak.
    It's not the prettiest approach but I find that it works.

Maybe you are looking for

  • Semaphore 50 Error in SAP MMC on Windows 2003???

    Hi All I am having a bit of a nightmare this morning where as I have an App Server that won't start! Every time I start it up I get a SEM 50 for ALL of the processes (Dialog, Background UPdate etc.) I am not sure how to fix this, but in the mean time

  • "This item is no longer available"

    HELP! Someone sent me a gift and I clicked to redeem it and it said that the gift was no longer available! It was the vanessa anne hudgens album. when i went to go click to buy it myself, it said the same thing! what do i do?   Windows XP  

  • Graphical screen painter no launch

    Hi everybody. I'm not able to launch the graphical screen painter by tcode se51 only the alphanumeric editor neither form tcode se80. I have installed the sap gui 7.1 with patch 17 in my windows vista computer. I've checked the in the directory C:\Pr

  • Organization using PSE 7 - help!

    i have about 18,000 pictures scattered between my C drive, D drive and an external hard drive.  in numerous attempts to back them up, i have accidentally made copies of many of them. 3 or 4 copies in some cases.  can i use elements 7 as a filter to r

  • About to buy a new Mac Pro

    A few months ago I posted a very simlar question, but can't find it anymore. I'm ready to purchase a new Mac Pro, now I have a 2008 8 Core 2.8GHz with 10 gig ram and was looking at the latest 8 core with a lesser speed of 2.4. GHz and cannot find a b