Quantcast
Channel: Adobe Community : Popular Discussions - InDesign Server Developers
Viewing all 20709 articles
Browse latest View live

Why can't I download Indesign CC? It keeps saying I have a server error.

$
0
0

I just purchased the cloud...I have been trying to download Indesign CC and everytime it asks me to login, I do as such, and then it tells me that an Unknown Server has occured. This has been going on for quite some time...is there something wrong with my compatibility? Is there a direct link that can be provided to download Indesign? And I am not talking about the trial. Is my fire wall blocking it or what? Because I have purchased the cloud and I feel like I'll be wasting my money if I can't even download anything. If there is another way to download the programs, can I do that without accessing the website?


Problems saving CS5 documents with InDesign Server CS5.5

$
0
0

I've come across a problem which appears to be related to saving converted CS5 documents as CS5.5 using InDesign Server.

 

In my C++ server code I have a method to open documents. Here's part of it...

 

============

// Open the document.

IDFile DocumentFile(DocumentPath);

UIDRef TemporaryRef(UIDRef::gNull);

 

if (Utils<IDocumentCommands>()->Open( &TemporaryRef, DocumentFile ) == kSuccess)

{

    InterfacePtr<IDocument> ptrDocument( TemporaryRef, UseDefaultIID() );

 

    if (ptrDocument != nil)

    {

        m_ReferenceID = TemporaryRef;

        HaveSucceeded = true;

         }

}

============

 

In my server console, InDesign reports the following...

 

09/01/11 13:33:17 INFO  [javascript] Executing File: C:\Program Files\My Service\DoAction.jsx
09/01/11 13:33:31 WARN  [server] The document "Test.indd" was converted

 

At this point, I can do pretty much what I want with the document with no problems. That is apart from save it. My code to save the document is as follows...

 

============

// Save the document.

if ((m_ReferenceID != UIDRef::gNull) && m_ReferenceID.ExistsInDB())

{

    if (Utils<IDocumentCommands>()->Save( m_ReferenceID, kMinimalUI ) == kSuccess)

    {

        HaveSucceeded = true;

    }

}

============

 

No change occurs to the document on the file system. In my Visual Studio 2008 Output window, I see the following...

 

First-chance exception at 0x01e62c5e in InDesignServer.exe: 0xC0000005: Access violation reading location 0x00000004.

Windows has triggered a breakpoint in InDesignServer.exe.

This may be due to a corruption of the heap, which indicates a bug in InDesignServer.exe or any of the DLLs it has loaded.

 

My code hasn't given me any problems until now. I can save CS5 documents on IDS CS5, CS5.5 documents on IDS CS5.5. I can also save the same test document in the desktop version of CS5.5 with no problems. I can only assume that something more needs to be done before the document can be saved back in CS5.5 format.

 

Has anyone seen anything similar? Any ideas are most appreciated.

 

Cheers,

Andrew

How can i using eclipe to bulid sampleclient-java-soap?

$
0
0

it can not import “com.adobe.ns.InDesign.soap.IDSPScriptArg;”&“localhost.Service_wsdl.Service;”

i use windows7

93(CKNF3J8F9(KC$O%O~W3L.png

soap 'sulking'...

$
0
0

I am investigating an issue with indesign server where it stops talking over soap.  It appears otherwise to be running normally - using a small percentage of cpu time, etc but just doesn't respond on the soap port anymore.

 

I'm wondering if others have seen the same problem or somehow is related to our code/usage?

 

TIA

Ian

Upgrading from CS6 to CC 2014.

$
0
0

Hi all,

 

We have a couple of production CS6 servers that are processing dynamic IDML files into final .pdf or .indd (ready for print) packages. We're not doing anything fairly custom besides multiple pages, dynamic tagging, etc.

 

I would like to upgrade from CS6 to CC2014. Are there any major steps/hurdles to do so? I'm not finding a lot of 2014 documentation out there on this either. Oh, we're using LBQ to load balance and queue up the jobs to our multi-instance version of CS6.

Clarification on InDesign Activation (trial)

$
0
0

so right now on my windows server which is 2008 r2 I have the following installed

Captur00e.PNG

I am trying to get InDesign CC Server 2014 trial activated and here is what I have done so far

Captur00e.PNG

So I got the error that it is not properly licensed so next I ran the command from the Adobe Manager Directory : adobe_prtk --tool=StartTrial --leid=V7{}InDesignServer-10-Win-GM

Captur00e.PNG

 

Captur00e.PNG

 

Now I got a successful StartTrial indicator, so I will go back and try again

 

Captur00e.PNG

I am confused at this point? I got the right return code for successful, but yet its not licensed properly?

Just wondering if anyone has any suggestions regarding this? or maybe I am missing something and doing something incorrectly somewhere?

InDesign Server Running Samples trouble

$
0
0

Hi all,

 

I am having troubles to run the sdk samples properly. I downloaded the trial version and "licenced" with a prerelase serial that I have been given as a member of the prerelase program. My intention is not to build any commercial system, I just wish I can have InDesign Server at hand so I can master my skills onto it.

 

So now I am trying to run the sample code as indicated in the sdk :

 

//Running the server with terminal

InDesignServer -port 12345

 

//Exceuting sampleclient

/Applications/Adobe\ InDesign\ CS6\ Server/InDesignServer.command sampleclient -host localhost:12345 /Applications/Adobe\ InDesign\ CS6\ Server/myScript.jsx

 

I am getting an licence error message (rawly translated from French to English): "Your version only allows one single use. Please contact your reseller for an update"

I am guessing the prerelease licence has limited the use of the server.

 

So my question is : how could one get his hands on a unlocked NFR licence for testing purposes ? I mean it could stamp a big red mark, only output jpgs, I really don't care. What I care is getting the idea and mechanisms of driving IDS with PHP/SOAP. As a consultant, I may have to promote and sell InDesign Server to my clients but it would help if could set demos and have a whole understanding of technologies and costs implied.  Is that somehow possible ? I hope so because I work with Enfocus and Callas and they all provide NFR keys to resellers and promoters. It's just making sense to me.

 

Hope I am not misunderstood in my intentions,

 

TIA for your inputs,

 

Loïc

BridgeTalk in indesign Server

$
0
0

I'm using InDesign Server for CS6 (x64). I'm using bridgetalk for the first time on my local machine. I am trying to understand why I'm getting the error "ERROR: Target Could Not Be Launched". Does this mean my bridge isn't working? Or does the syntax appear wrong for the following example code:

 

function infoFrombr() {

   var bt = new BridgeTalk;

   bt.target = "bridge";

   bt.body = "app.document.presentationPath;"

   bt.onResult = function(resObj) {

      var myResult = resObj.body;

      $.writeln( "BridgeTalk result = " + myResult );

      doSomethingNow( myResult );

   }

  

   bt.onError = function( inBT ) { doSomethingNow( inBT.body, null ); };

   $.writeln("doing it");

   bt.send( 50 );

}

 

 

function doSomethingNow( result ) {

      $.writeln("doing it");

      $.writeln(result);

}

 

$.writeln("test");

infoFrombr();

$.writeln("test_end");


Hide cmd windows after running LBS bat file

$
0
0

Hi,

 

Now I am working on a solution of converting indd file to pdf on server side in our product.

Since this process may cost time I choose LBS with job queue, but after running "startup-indesign-server-CORBA-4instances.bat" there four cmd windows will popup to listen to request.

What I want is that can I hide these window after they started? I don't want customers to close this windows for their careless.

I have tried to write a .vbs script to hide the cmd window but failed.

Anyone has an idea?

 

 

Thanks

Darren

How to run apache in port 80?

$
0
0

Hi All

 

I need to run indesign server - LBQ on port 80 instead of default port 8080. I tried by changing server.xml.

But it doesn't seem to work. Could anyone suggest on this?

 

thanks in advance!

 

FYI

 

InDesign Server CC 2014

Windows 2012 R2

InDesignServerService not running on specified port

$
0
0

Hello,

 

 

 

I'm having an issue where I've downloaded the trial version of InDesign CC Server 2014 for use with Sitecore's PXM module. According to their instructions, if I were to modify the .msc file located at C:\Program Files\Adobe\Adobe InDesign CC Server 2014 by setting the port setting to a specific value, it should then listen on that port provided I restart the service. The InDesignServerService is running according to the task manager, but when I check via netstat, I don't see it at all.

 

Is anyone familiar with issue and if so, what might I be missing? Any help is appreciated.

 

 

 

Thank you,

 

Anthony

Quien podria ayudarme con este problema,instale mi id server cs6 pero no inicia del todo,no genera previsualizacion

Package with InDesign Server

$
0
0

I am looking for a way to package files using InDesign Server (CC2014, running on a Windows 2012 server). I guess that it should be possible by scripting but I it is far away from my skills.

Thanks!

IDML file to PDF taking around 5 minutes to process (CS6).

$
0
0

So our tool has the ability to process .IDML files to .jpg's or .pdf's. Normally all works well and I can get a preview and pdf render within seconds. Lately I have this 1 template that's super small (<275K) and although my preview processes fine when I have it process to return a .pdf file it takes around 5 minutes to do so!

 

I have other templates that are way larger and more complicated that render out pdf's in seconds but this specific one is really baffling me.

 

Checked the .idml and it looks ok. It was built with InDesign CC 2014 and exported out as an IDML file. Our server is InDesign CS6. Would that make a difference?

Japanese Crop Marks on IDS output?

$
0
0

I am currently implementing an IDS solution in Tokyo. Japanese crop marks are required by my client to be on all outputs, laser printed and X1A PDFs. My solution works fine in InDesign workstation, marks are what they should be. However in IDS I get north american crop marks and the layout name slug is unprintable because it includes Japanese characters. I was told there is no Pacific rim version of IDS, but there appear to be one for InDesign. The menu for Japanese Crop marks is visible in the Japanese localized machines I work with but not in the north american machines, Any help with this would be greatly appreciated!


Entry point __crtCreateSymbolicLinkW could not be located in the dynamic link library MSVCR110D.dll

$
0
0

We have installed Indesign CC Server 2014 Debug on a 2008 R2 Windows Server for testing. This is the version we were told we had to use in a development environment. The installation went smoothly, however, when I try t

start the service with SOAP enabled (InDesignServer -port 12345) I get the following attached error. Actually I get the error anytime I try to start the service from the command prompt with or without the -port parameter. The service will start from Windows Service Manager, however, I does not seem to take the -port parameter in the options dialog.

 

 

IndesignServer_Soap_Startup_Error.jpg

JS CS2 Transparency

$
0
0
Hi all,

How can I identify if a page has objects with transparcy effects applied to them?

The objects could also be either photoshop of illustrator links with transparencies added in their native applications.

In Indesigns desktop version, in the user interface, in the pages pallete, the icon for the page that has transparencies on it are displayed with a checquered pattern on it. Could I somehow use this to identify if the page has transparent objects.

Also in the user interface if you go to Window>>>Output>>>Flattener Preview, and in dropdown list if I select all affected objedcts, every object including links with transparencies a highlighted in a different colour.

Is there someway I could use either of these features to identify if a page has a transparency or not?

Would appreciate any help!!

Cheers
Norbert

[IDS CS2]How to get activeScriptPath using javascript?

$
0
0
Hi all,

How to get the active script path using IDS CS2(javscript)
I tried the following code :

var mypath=app.activeScript.path;

but it gives the following error:

Error Number:30490
No file is associated with the currently active script.

Please advise.

Regards
myRiaz

Needed security rights?

$
0
0
We have made a website, that runs a Web Service, that interacts with InDesign CS2 Server on a Windows Server 2003. When the DCOM configuration of the Adobe server is set to use Launching user its fails with a ActiveX component can't create object: InDesignServer.Application.
To make it work, we changed the DCOM config, to use a specific account, by selecting the This user option, and specify an administrator user account.
This works fine, but I was hoping that a user with fewer rights could be used for the job, since I dont like the idea of having a website interaction through an administrator account.
Has anyone sorted out what is needed for the account that runs the server? And if not, does anyone know if its a big security risk to use an administrator to launch the Adobe InDesign Server DCOM?

Thanks!

Need help executing jsx in InDesign Server

$
0
0

Hi All,

 

I have written a javascript and indd template to convert my data in xml to pdf in InDesign. Now I want to use this javascript and indd template in InDesign Server. I have removed all GUI related thing in my script so that it doesnt need any GUI input. I am having a problem using SOAP implementation for this.

 

Can any one guide me how can i call this script in InDesign Server. I've tried sample client given in InDesign Products SDK and it is giving me error executing this javascript.

 

Any help in this issue will be highly appreciated.

Viewing all 20709 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>