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

Can't Connect To Server

$
0
0

I recently had several Adobe programs downloaded to my mac laptop for my classes and major. My school downloaded these programs onto my laptop and in order to use these programs and share files with other classmates, we use a server to connect. I was wondering if there is anyway to use these programs without having to connect to the server. When I try to open InDesign, a message pops up that says "A connection to a network KeyServer is required in order to run this program.  Open KeyAccess and log on to a KeyServer."

 

I was hoping someone can guide me with a way to open InDesign without connecting to the server!


Exporting to JPEG and keeping the bleed

$
0
0
How do i export my indesign file with bleed into a jpeg then bring it into photoshop while retaining this bleed?

HELP! Export indd- epub AUTOMATION. How to Implement! thanks!

$
0
0

Hi. In need some help. Im an intermidiate .net programmer. i need  some help on how to implement a simple automation on exporting indd to epub.

 

What language suitable to use?

do i need indesign server ion this simple automation?

 

 

Thanks!

InDesign Server crashing on hyperlinks - HYPERLINKS.RPLN

$
0
0

When trying to access properties of a hyperlink it causes InDesign to crash. I can assign properties of the hyperlink but if I try and retrieve properties it hangs and crashes resulting in the error below. I'm using InDesign Server 64bit version 7.0.4.553. What's interesting is this works completely fine when testing using InDesign CS5 client version.

 

I have used Extend script toolkit to try and debug the issue but you can't even use the databrowser to look at the hyperlink properties as it'll crash there as well. But if I debug using toolkit with client version of InDesign it works fine. It really seems like an issue with InDesign Server and I'm not sure what I can do to work around/fix this problem.

 

Example script -

 

var myDoc = app.open([document path]);

for (i = 0; i < myDoc.hyperlinks.length; i++)

{

     var myHyperlink = myDoc.hyperlinks[i];  

     var newDestination = myHyperlink.destination; // - this causes indesign to crash

     //Do some processing...

}

 

 

Faulting application name: InDesignServer.exe, version: 7.0.4.553, time stamp: 0x4d891c6d

Faulting module name: HYPERLINKS.RPLN, version: 7.0.4.553, time stamp: 0x4d891ef9

Exception code: 0xc0000005

Fault offset: 0x000000000006e33b

Faulting process id: 0x1dfc

Faulting application start time: 0x01ccd52e23e3216c

Faulting application path: C:\Program Files\Adobe\Adobe InDesign CS5 Server x64\InDesignServer.exe

Faulting module path: C:\Program Files\Adobe\Adobe InDesign CS5 Server x64\Required\HYPERLINKS.RPLN

 

Any help would be great! I can post more information if needed.

InDesign - ORB - Java not working

$
0
0

I am trying to use InDesign using Java via ORB.

 

When I run following java program

 

package indesigntest;

import java.io.BufferedReader;

import java.io.FileReader;

import org.omg.CORBA.ORB;

import org.omg.CORBA.Object;

import com.adobe.ids.IdsException;

import com.adobe.ids.basics.Application;

import com.adobe.ids.basics.ApplicationHelper;

public class Main {

 

    public static void main(String[] args) {

        try {

            ORB orb = ORB.init(args, null);

            BufferedReader iorIn = new BufferedReader(new FileReader("d:\\ior.txt"));

            String application_IOR = iorIn.readLine();

            Object object = orb.string_to_object(application_IOR);

            Application myApp = ApplicationHelper.narrow(object);

            myApp.consoleerr("Error occur");

            myApp.consoleout("First Hello Server");

        } catch (IdsException e) {

            e.printStackTrace();

        } catch (Exception e) {

            e.printStackTrace();           

        }

    }

}

 

 

 

I got following exception:

 

com.adobe.ids.IdsException: IDL:com/adobe/ids/IdsException:1.0

        at com.adobe.ids.IdsExceptionHelper.read(Unknown Source)

        at com.adobe.ids.basics._ApplicationStub.consoleerr(Unknown Source)

        at indesigntest.Main.main(Main.java:18)

 

 

------------------------------------------------------------------------------------------ ---

 

Here is InDesign server command that is running sucessfully at backend

 

D:\>c:

 

C:\>cd\

 

C:\>cd C:\Program Files\Adobe\Adobe InDesign CS6 Server x64

 

C:\Program Files\Adobe\Adobe InDesign CS6 Server x64>InDesignServer -iorfile d:\

ior.txt -pluginpath Server\Corba

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

 

.  InDesign CS6 Server Version 8.0 x64 Evaluation

.  Copyright 1999-2012 Adobe Systems Incorporated and its licensors.

.  All rights reserved. See the other legal notices in the ReadMe.

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

 

08/09/12 17:41:07 INFO  [server] Initializing

08/09/12 17:41:07 INFO  [server] Loading the application

08/09/12 17:41:07 INFO  [server] Restoring Object Model

08/09/12 17:41:07 INFO  [server] Scanning for plug-ins

08/09/12 17:41:08 INFO  [server] Initializing plug-ins

08/09/12 17:41:08 INFO  [server] Starting up Service Registry

08/09/12 17:41:25 INFO  [server] Executing startup services

08/09/12 17:41:25 INFO  [server] Using configuration configuration_noport

08/09/12 17:41:28 INFO  [server] Initializing Application

08/09/12 17:41:28 INFO  [server] Completing Initialization

08/09/12 17:41:32 INFO  [server] Image previews are off

08/09/12 17:41:32 INFO  [server] Server Running

08/09/12 17:41:32 INFO  [javascript] Executing File: C:\Program Files\Adobe\Adob

e InDesign CS6 Server x64\Scripts\startup scripts\ConnectInstancesToESTK.js

08/09/12 17:41:32 INFO  [javascript] Executing File: C:\Program Files\Adobe\Adob

e InDesign CS6 Server x64\Scripts\converturltohyperlink\startup scripts\ConvertU

RLToHyperlinkMenuItemLoader.jsx

08/09/12 17:41:32 INFO  [javascript] Executing File: C:\Program Files\Adobe\Adob

e InDesign CS6 Server x64\Scripts\converturltohyperlink\ConvertURLToHyperlinkMen

uItem.jsxbin

08/09/12 17:41:36 INFO  [server] Initializing Corba API

08/09/12 17:41:36 INFO  [server] ApplicationIOR:010000002200000049444c3a636f6d2f

61646f62652f6964732f4170706c69636174696f6e3a312e30000000010000000000000068000000

010102000b00000031302e302e302e3231390000380a000013000000ff6964735f706f61fe00b023

50010008b40031000200000000000000080000000100000000545441010000001c00000001000000

010001000100000001000105090101000100000009010100

08/09/12 17:41:36 INFO  [server] Writing IOR to 'd:\ior.txt'

 

Generated iot.txt file

 

IOR:010000002200000049444c3a636f6d2f61646f62652f6964732f4170706c69636174696f6e3a312e300000 00010000000000000068000000010102000b00000031302e302e302e3231390000d008000013000000ff696473 5f706f61fe8fa023500100130c0031000200000000000000080000000100000000545441010000001c00000001 000000010001000100000001000105090101000100000009010100

 

------------------------------------------------------------------------------------------ --------------------------------

 

Environment:

Windows 7 64 bit

JDK 6

Adobe InDesign CS6 Server x64

Adobe InDesign CS5.5 Server SDK

 

Trial Activated using

"adobe_prtk --tool=StartTrial --leid=InDesignServer-CS6-Win-GM"

 

 

PLEASE LET ME KNOW WHAT I AM MISSING.

 

I am also interested in Indesign purchase if it got working.

 

 

Thanks in advance.

Installing Indesign CC Server on Mac fails

$
0
0

Hi,

 

I've multiple Adobe IDs:

Adobe-ID1 for Company 1/AEDP

Adobe-ID2 for Company 2/CC Membership

 

I've downloaded Indesign CC Server from AEDP (Adobe-ID1) and tried to install using the Serial number from AEDP and the Adobe-ID1.

 

In the options dialog of the install, I can't select the ID Server components and it has a warning icon with the title "Required components are disabled".

 

I tried to use the second login (Adobe-ID2) or install it as a trial version, but I get the same behaviour.

 

The installation failed on two Macs (10.9.5 and 10.10.2) with CC and the name of the installer file is: InDesignServer_9_LS18.dmg. Is anything missing and has to be installed upfront?

 

Any recommendations or tips to solve the issue?

 

Patrick

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!

Installation issue on Mac

$
0
0

Hi,

 

I tried to install Indesign Server CC 2014 on my Macbook Pro, but the install fails showing message "Erforderliche Komponenten sind deaktiviert" (english translation: Required components are deactivated).

 

indesign-server-install-issue.jpg

 

The Macbook is running MacOSX 10.10.5 and Adobe Creative Cloud 2015 including Adobe Indesign is installed on the machine.

 

Patrick


InDesign Server CS6 block update image links

$
0
0

Hello,

 

I try to script my InDesign Server CS6 to do not update image links (from images which edited since last opening of layout document). The default setting is that the image links will automatically be updated when opening the document.

 

I found a parameter in the scripting documentation and tried this in a InDesign jsx script. The parameter is also available for InDesignServer.

 

In the InDesign script it works to set

 

app.linkingPreferences.checkLinksAtOpen = false;

 

When I try to use this parameter in my InDesignServer script the server do not ust this setting an updates all images in the document.

 

Has anyone an idea to solve this?

The remote procedure call failed. (Exception of HRESULT: 0x800706BE)

$
0
0

 

when calling           

Document idDoc = (Document)idApp.Open(inddTemplate, false);


sometimes COMException is produced:


The remote procedure call failed. (Exception of HRESULT: 0x800706BE)


Some stacktrace:

 

at System.RuntimeType.ForwardCallToInvokeMember(String memberName, BindingFlags flags, Object target, Int32[]

aWrapperTypes, MessageData& msgData)

bei InDesign._Application.Open(Object From, Boolean ShowingWindow)

 

This error does not appear everytime. We tried to reinstall InDesign (Adobe Indesign CS3 trial Version 5.0.2) but it not helped

 

I found the same problem in other thread http://forums.adobe.com/message/1307758#1307758

But i did not find the answer.

 

thanks in advance

Indesign Server (via Windows COM) methods

$
0
0

Where to I find information/references to use Indesign Server via the Windows COM.

I'm trying to export and Indesign file to PDF.

When I look in de object model viewer for Indesign Server CS6 (8.0) there is a method 'exportFile' for the Document object. Using this method results in 'Fatal error: Call to undefined method variant::exportFile()'.

Using the method 'export' (which is not documented) I can export to pdf, but I don't know the exact parameters to give and cannot find any information in any reference.

 

Where do I find the correct list with methods and the complete info about these methods when I want to use the COM object?

 

kr

 

Arno

java soap call jsx 10 seconds to execute

$
0
0

Gsoapusejavaprogrambycallingjsxfile, calledIndesign Server CS5.5normally, but the executionis performed oncefor 10 secondsinIndesign Server CS6, I do not knowwhat is the reason?
Bydebug jaxfilesandparameters have beenpassed to the server, but the serverwaits10seconds beforeexecution.
Thank you!

-----------------------------

使用java程序通过soap调用jsx文件,在Indesign Server CS5.5中调用正常,但是在Indesign Server CS6中执行10秒钟执行一次,不知道是什么原因?

通过debug jax文件和参数已经传给服务器,但服务器等待10秒钟才执行。

谢谢!

Getting Error while running a script.

$
0
0
I just installed InDesign Server to our Server and then<br />I ran a simple script "hello world" which is embbeded to ASP web programming<br />test.asp<br /><%<br />Set myInDesignServer = CreateObject("InDesignServer.Application.CS3") <br />Set myDocument = myInDesignServer.Documents.Add <br />Set myPage = myDocument.Pages.Item(1) <br />Set myTextFrame = myPage.TextFrames.Add <br />myTextFrame.GeometricBounds = Array("6p0", "6p0", "18p0", "18p0") <br />myTextFrame.Contents = "Hello World!" <br />myDocument.Save server.MapPath(".") & "\HelloWorld.indd" <br />myInDesignServer.Documents.Item(1).Close<br />set myInDesignServer = nothing<br />%><br /><br />and found this error:<br />Microsoft VBScript runtime (0x800A01AD)<br />ActiveX component can't create object:<br />'InDesignServer.Application.CS3'<br />/test/test.asp, line 3<br /><br />anyone knows about the error?<br />Please, help me.<br /><br />Thanks.

Check existence of server

$
0
0
Hi all,

I am new to indesign server.
I want to know that, is there anyway to find existence of indesign server via soap (if we have ip address of the server) by the help of javascript?

Thanks & Regards,
Aman Alam

InDesign Server command-line flags

$
0
0
How can I get command-line flags list of InDesign Server?

Actually the situation is testclient doesn't work.
I installed InDesign Server and SDK.
I run InDesignServer.com then I use something like this "testclient -server t.js".
Server and client runs on same comp.
As result I have this exception:
SOAP FAULT: SOAP-ENV:Client
"Unknown error"
Detail: TCP connect failed in tcp_connect()

in SDK indesign-server-test-client.pdf I found:
"Using InDesign Server
In order to use the test client, you must have a machine that has InDesign Server installed and
running properly, as the test client will communicate with the InDesign Server application.
For instructions on running and terminating InDesign Server, including command-line flags,
please refer to the InDesign Server Installation and Configuration Guide."

Any suggestion?

German umlaut crashes the InDesign Server CS3

$
0
0
Hi folks,

the InDesign Server CS3 crashes repeatable by having any german umlaut in the jsx file submitted via SOAP to the server. The SOAP content seams to be valid encoded. Following error is printed by the server on the console:

ASSERT 'secondValue >= 128' in ..\..\..\source\private\utils\StringUtils.cpp at
line 417 failed.
ASSERT 'thirdValue >= 128' in ..\..\..\source\private\utils\StringUtils.cpp at l
ine 421 failed.
ASSERT 'fourthValue >= 128' in ..\..\..\source\private\utils\StringUtils.cpp at
line 425 failed.
UnicodeSavvyString::CheckPairedSurrogates - bad LowSurrogate not prec
eded by HighSurrogate
UnicodeSavvyString::CheckPairedSurrogates - bad LowSurrogate not prec
eded by HighSurrogate
ASSERT 'fNumChars == numChars' in c:\development\cobalt\source\private\strings\U
nicodeSavvyString.cpp at line 533 failed.

Tino

Setting the scripting directory of InDesign CS3 Server

$
0
0
I have two servers currently with InDesign running on them. One is a production server and the other is a development server. The development server had InDesign CS3 Server installed on it prior to me taking over the machine. Somehow (and this is my question) the people who originally set it up set a script path that was different than the default path. So, all of the jsx files go into a directory like /indesign/scripting/file.jsx. I have mirrored the directory structure on the new machine and would like to have it look in the same location "/indesign/scripting" for the scriptFile that is passed. How, or where do I set this?

Thanks for the help.

Read symbols in textframes via Java CORBA

$
0
0

Hello @ all!

 

System:  Mac OS X

I have a problem with reading a symbol or special character, e.g. (c) in an textframe of an InDesign CS3 Document.

(The symbol was insertet via InDesign --> Type --> Special Character etc.)

 

Read out the content of an textframe crashes, in the debug mode of eclipse you get a notice: "source not found ..." in an compiled release

you get the notice:

"Exception in thread "Task" org.omg.CORBA.BAD_OPERATION:   vmcid: 0x0  minor code: 0  completed: No
    at com.adobe.ids.VariableType.verifyasString(Unknown Source)"

 

Here is my CodeSnippet:

(j is an Index running through the TextStyleRange)
VariableType vtCHContent = paragraph.getNthChildTextStyleRange(j).getContents();

 

Thanks for your Help!

CS3: Server queueing

$
0
0

Hi

 

As I meant, I have to do the queueing of the server processes by myself. But I have done a test and it seams to be queued. I start via Javascript three processes in a short time and in my plugin I have seen that one process after the other is done. I am unsure what is right now.

 

- Do I have to queue server processes?

 

- Or are the process queued by the server?

 

Whats right?

 

I have tested with the Indesign Server CS3 (debug version, Windows).

 

Any hints?

 

Thanks

Hans

Indesign Server CS4 service is not starting on Windows Server 2003 64bit

$
0
0

Hello guys,

 

I am not able to start Indesign Server CS4 service on windows Server 2003 SP2 64bit .

I have successfuly configured the service with InDesignServerService.msc, set the port to 18555. InDesignServerWinService the Log On option is set to "This Account". Also tried using different accounts!

 

When starting the indesign service from windows Service control panel I get this error:

Could not start the InDesignServerService x64 service on Local Computer.
Error 1053: The service did not respond to the start or control request in a timely fashion.

 

Error log from windows Event viewer:
Error
Timeout (30000 milliseconds) waiting for the InDesignServerService x64 service to connect.

 

Indesign server application works if launching from command line with the specified port 18555.

If trying to lauch IndesignServerService.exe from command line, there is a delay and finally nothing happens.

 

I have also tried launching 32bit indesign server service and the same error comes.

 

Would be grateful for your thoughts!

 

Message was edited by: Andrewdev Server specs: Windows Server 2003 Standard x64 Edition Service Pack 2 Intel Xeon CPU 3.00Ghz 9.76 GB of Ram Server is running virtualy on Xen hypervisor, there is no antivirus and windows firewall is disabled.

Viewing all 20709 articles
Browse latest View live


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