Photoshop CC javascript et configurator. help!! :(

Bonjour à tous
Je suis bloqué car je ne trouve pas de solutions sur mon ami google !
je suis entrain de développer une suite d'outils sur photoshop pour automatiser certaines taches dans mon service (resp. service Pao)
j'utilise essentielement le Adobe configurator et le script listener pour pouvoir executer pas mal de taches.
Ma vrai question : comment envoyer un document de photoshop vers indesign ou illustrator avec les meme caracteristique ( taille, fond perdus, resolution...) et inversement de manière automatique?
j'ai vu quelques articles sur le "bridgetalk" mais rien de vraiment compréhensible pour moi
Merci pour vos réponses.

Hello,
@PE, merci de penser à moi
Pour le pilotage inter-applications, il'objet BridgeTalk est ton seul ami. Je l'ai déjà utilisé pour du pilotage Illustrator depuis InDesign et Photoshop depuis Bridge. Ce n'est pas bien compliqué en soit. Tu passes ton script comme chaine à l'application tierce qui se chargera de l'exécuter. La doc est plutot bien faite et le SDK de Bridge contient de multiples scripts d'exemple.
De mémoire, il faut juste faire attention aux commentaires (Y en a un des deux a pas utiliser ie // ou /* */ ).
Sur les événements de fin de script aussi, tu as des écouteurs qui te permettent de savoir quand l'application tierce a fini d'opérer.
Bon courage,
Loic
PS: Oui sur le site http://www.ps-scripts.com/bb/ tu trouveras sans doute d'autres exemples.

Similar Messages

  • I've downloaded free trial versions of illustrator and photoshop but software not opening.Help!

    I've downloaded free trial versions of illustrator and photoshop but software not opening.Help!

    Nobody can help you with at least some system information....
    Mylenium

  • Photoshop uses JavaScript to load open documents into the Match Color command

    Hello,
    I am a production artist and I make use of the Match Color command quite a lot in my work. I often have 6-10 Photoshop documents open and one of them is designated as my master document. With this document active, I launch the Match Color command. Inside the Match Color dialogue, I load one of the other open documents into the Source drop-down menu under Image Statistics. I click Ok, and save the master document under a new name. I have to repeat this for all other open documents. Needless to say, it gets tedious.
    I started to write a script to automate this, but I cannot find the syntax for the Match Color. I have the Adobe Photoshop Cs6 Javascript Scripting Reference but have been unable to locate it in this PDF. I tried looking online, but no luck. Does anyone know what syntax to use as well as associated properties / methods?
    Thanks for any assistance.

    What we do is we make seamless images from product photos supplied by retailers in the flooring industry (carpet, tiles, etc). The seamless image gets loaded into a virtual room scene powered by Adobe Scene7. Scene7 takes the seamless image and duplicates it horizontally and vertically, in 3D perspective, so the final rendering looks like one continuous product image. Check this link to see an example:  http://sitesetup.creatingyourspace.com/wlhhbw4/designcenter/vrddesign.aspx?room=2854 The thumbnails on the left side are seamless images. click on one and it will load into the virtual room.
    When I make seamless I may encounter 20-50 images of the same product, but different colors. Rather than spend 10-15 minutes per seamless, I make one and then let Match Color do the rest. Match Color is a great tool for this application. If destructive editing were an issue, the layer could simply made into a smart object, but we're not concerned about that.
    I did try the javaScript listener. Below is the code it generated. I'm new to JS so I don't understand all of the syntax.
    // =======================================================
    var idmatchColor = stringIDToTypeID( "matchColor" );
        var desc7 = new ActionDescriptor();
        var idLght = charIDToTypeID( "Lght" );
        desc7.putInteger( idLght, 100 );
        var idClrR = charIDToTypeID( "ClrR" );
        desc7.putInteger( idClrR, 100 );
        var idFade = charIDToTypeID( "Fade" );
        desc7.putInteger( idFade, 0 );
        var idfsel = charIDToTypeID( "fsel" );
        desc7.putBoolean( idfsel, true );
        var idSrce = charIDToTypeID( "Srce" );
            var ref5 = new ActionReference();
            var idLyr = charIDToTypeID( "Lyr " );
            var idBckg = charIDToTypeID( "Bckg" );
            ref5.putProperty( idLyr, idBckg );
            var idDcmn = charIDToTypeID( "Dcmn" );
            ref5.putName( idDcmn, "4167_13828.jpg" );
        desc7.putReference( idSrce, ref5 );
    executeAction( idmatchColor, desc7, DialogModes.NO );

  • 1941W configuration help needed

    Our Deployment Scenario:-
    1941W Gigabit Ethernet 0/0 is connected to the PPOE connection of the ISP.
    Gigabit Ethernet 0/1 is connected to the wired LAN
    I have created 2 wireless radio Cisco_Kamran_BGN which is operating at 2.4 Ghz Devices and Cisco_Kamran_A which is operating at 5Ghz Devices.
    I have created 2 VLans for the Wireless.
    Vlan 10 for Cisco_Kamran_A        192.168.10.x
    Vlan 11 for Cisco _Kamran_BGN   192.168.11.X
    The problem is the Wireless users are not getting the IP address from the respective DHCP server which has been configured on the Router.
    Can please any from the community help me and show me where I am missing the configuration.
    Please find my router  & ap configuration below.
    Router Configuration
    Router#
    sh run
    Building configuration...
    Current configuration : 3022 bytes
    ! No configuration change since last restart
    version 15.1
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname Router
    boot-start-marker
    boot-end-marker
    enable secret 5 $1$TdQt$npYeaf/W0kRElcfMggzJ31
    no aaa new-model
    service-module wlan-ap 0 bootimage autonomous
    no ipv6 cef
    ip source-route
    ip cef
    ip dhcp excluded-address 192.168.1.1 192.168.1.50
    ip dhcp excluded-address 192.168.10.1 192.168.10.10
    ip dhcp excluded-address 192.168.11.1 192.168.11.10
    ip dhcp pool DHCP
    network 192.168.1.0 255.255.255.0
    default-router 192.168.1.1
    dns-server 195.229.241.222 213.42.20.20
    ip dhcp pool Cisco_Kamran_A
    network 192.168.11.0 255.255.255.0
    default-router 192.168.11.1
    dns-server 195.229.241.222 213.42.20.20
    ip dhcp pool Cisco_Kamran_BGN
    network 192.168.10.0 255.255.255.0
    default-router 192.168.10.1
    dns-server 195.225.241.222 213.42.20.20
    multilink bundle-name authenticated
    crypto pki token default removal timeout 0
    license udi pid CISCO1941W-E/K9 sn FCZ1553C1VK
    hw-module ism 0
    redundancy
    bridge irb
    interface Embedded-Service-Engine0/0
    no ip address
    shutdown
    interface GigabitEthernet0/0
    ip address 192.168.1.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly in
    duplex auto
    speed auto
    interface wlan-ap0
    description Service module interface to manage the embedded AP
    ip unnumbered GigabitEthernet0/0
    arp timeout 0
    no mop enabled
    no mop sysid
    interface GigabitEthernet0/1
    no ip address
    duplex auto
    speed auto
    pppoe enable group global
    pppoe-client dial-pool-number 1
    interface Wlan-GigabitEthernet0/0
    description Internal switch interface connecting to the embedded AP
    switchport mode trunk
    no ip address
    interface Vlan1
    no ip address
    interface Vlan10
    ip address 192.168.10.1 255.255.255.0
    ip access-group DSL_ACCESSLIST in
    ip nat inside
    ip virtual-reassembly in
    interface Vlan11
    ip address 192.168.11.1 255.255.255.0
    ip access-group DSL_ACCESSLIST in
    ip nat inside
    ip virtual-reassembly in
    interface Dialer1
    ip address negotiated
    ip nat outside
    ip virtual-reassembly in
    encapsulation ppp
    dialer pool 1
    ppp authentication pap callin
    ppp pap sent-username xxxxxx password 0 xxxxxx
    ppp ipcp route default
    ip forward-protocol nd
    no ip http server
    no ip http secure-server
    ip nat inside source list DSL_ACCESSLIST interface Dialer1 overload
    ip access-list extended DSL_ACCESSLIST
    permit ip 192.168.0.0 0.0.255.255 any
    control-plane
    line con 0
    password xxxxxx
    login
    line aux 0
    line 2
    no activation-character
    no exec
    transport preferred none
    transport input all
    transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
    stopbits 1
    line 67
    no activation-character
    no exec
    transport preferred none
    transport input all
    transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
    line vty 0 4
    password xxxxxx
    login
    transport input all
    scheduler allocate 20000 1000
    end
    Router#
    Router#
    Router#
    Access Point Configuration
    ap#
    ap#
    ap#
    sh run
    Building configuration...
    Current configuration : 2603 bytes
    version 12.4
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    hostname ap
    enable secret 5 $1$JxdQ$a2/00bWJuhUKP9QLC94YD/
    no aaa new-model
    dot11 syslog
    dot11 ssid Cisco_Kamran_A
       authentication open
       authentication key-management wpa
       guest-mode
       wpa-psk ascii 7 1045081417161C5A555C7A7B
    dot11 ssid Cisco_Kamran_BGN
       authentication open
       authentication key-management wpa
       guest-mode
       wpa-psk ascii 7 020D05561907017015165949
    username Cisco password 7 14341B180F0B
    bridge irb
    interface Dot11Radio0
    description 802.11bgn radio
    no ip address
    no ip route-cache
    encryption mode ciphers aes-ccm
    broadcast-key change 3600
    ssid Cisco_Kamran_BGN
    antenna gain 0
    station-role root
    bridge-group 11
    bridge-group 11 subscriber-loop-control
    bridge-group 11 block-unknown-source
    no bridge-group 11 source-learning
    no bridge-group 11 unicast-flooding
    bridge-group 11 spanning-disabled
    interface Dot11Radio1
    description 802.11a radio
    no ip address
    no ip route-cache
    encryption mode ciphers aes-ccm
    ssid Cisco_Kamran_A
    antenna gain 0
    no dfs band block
    channel dfs
    station-role root
    bridge-group 10
    bridge-group 10 subscriber-loop-control
    bridge-group 10 block-unknown-source
    no bridge-group 10 source-learning
    no bridge-group 10 unicast-flooding
    bridge-group 10 spanning-disabled
    interface GigabitEthernet0
    description the embedded AP GigabitEthernet 0 is an internal interface connecting AP with the host router
    no ip address
    no ip route-cache
    bridge-group 1
    no bridge-group 1 source-learning
    bridge-group 1 spanning-disabled
    interface GigabitEthernet0.10
    description 802.11a bridge
    encapsulation dot1Q 10
    no ip route-cache
    bridge-group 10
    bridge-group 10 subscriber-loop-control
    bridge-group 10 block-unknown-source
    no bridge-group 10 source-learning
    no bridge-group 10 unicast-flooding
    bridge-group 10 spanning-disabled
    interface GigabitEthernet0.11
    description 802.11bgn bridge
    encapsulation dot1Q 11
    no ip route-cache
    bridge-group 11
    bridge-group 11 subscriber-loop-control
    bridge-group 11 block-unknown-source
    no bridge-group 11 source-learning
    no bridge-group 11 unicast-flooding
    bridge-group 11 spanning-disabled
    interface BVI1
    ip address dhcp client-id GigabitEthernet0
    no ip route-cache
    ip http server
    no ip http secure-server
    ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
    bridge 1 route ip
    line con 0
    no activation-character
    line vty 0 4
    login local
    end
    ap#
    ap#
    ap#

    Hi Stepehen,
    Did the configuration as per your advice  but i am getting the below mentioned error which i have highlighted it in red. Please advice what needs to be done.
    Home
    Re: 1941W configuration help needed
    created by Stephen Rodriguez in Getting     Started with Wireless - View the full discussion
    conf t
    interface     Dot11Radio0
    no ssid     Cisco_Kamran_BGN
    no encryption mode     ciphers aes-ccm
    exit
    interface     Dot11Radio1
    no encryption mode     ciphers aes-ccm
    no ssid     Cisco_Kamran_A
    exit
    dot11 ssid     Cisco_Kamran_A
    vlan 10
    dot11 ssid     Cisco_Kamran_BGN
    vlan 11
    exit
    interface     Dot11Radio0
    encryption vlan 11     mode ciphers aes
    ssid     Cisco_Kamran_BGN
    exit
    interface     dot11radio0.1
    encapsulation     dot1q 1 native
    bridge-group 1
    interface     dot11radio 0.11
    encapsulation     dot1q 11
    bridge-group 11
    Configuration of     subinterfaces and main interface
    within the same bridge     group is not permitted
    exit
    interface     Dot11Radio1
    encryption vlan 10     mode ciphers aes-ccm
    ssid     Cisco_Kamran_A
    interface     dot11radio1.1
    encapsulation     dot1q 1 native
    bridge-group 1
    interface     dot11radio1.10
    encapuslation     dot1q 10
    bridge-group 10
    Configuration of subinterfaces and main     interface
    within the same bridge     group is not permitted
    end
    wr
    Reply to this message by going to Home
    Start a new discussion in Getting Started with Wireless at Home

  • I am looking for a free downloaod for photoshop cs2.  can anyone help me?

    I am looking for a free downloaod for photoshop cs2.  can anyone help me?  I had downloaded it previously and then I had my computer cleaned up and it was taken off.  Now, when I go to open it, it wants the license number.  Where can I find that as I know that I had downloaded it before.  The one website that has it for free must have a virus in it and my AVG will not allow it to download.  I am lost and need it really fast!  Please help me!
    Karla
    [email protected]

    See this thread, for instance.
    Re: PHOTOSHOP CS6 PLUGIN PROBLEM; I have PS CS6
    If you were a legitimate CS2 licensee, you'll find the link to the CS2 replacement download and new s/n in the above thread, despite its subject title.
    This may explain it to you in a more convincing way:
    Error: Activation Server Unavailable | CS2, Acrobat 7, Audition 3

  • I bought a Nikon D810 and the RAW files will not open in Photoshop 6. Can anyone help me?

    I bought a Nikon D810 and the RAW files will not open in Photoshop 6. Can anyone help me?

    You're welcome!  It's usually CS5 and below that has the ACR update problems.
    What counts is that you are back in business.
    Gene

  • Photoshop crashing, Lightroom not opening, help to fix please?

    I paid for and downloaded Creative cloud last week, and have installed Photoshop, Lightroom and Bridge. When I went to use these programs I found that Bridge works, Lightroom won't even open, and Photoshop tends to crash after 3-5seconds upon opening. There is no crash report, or any other sort of explanation, and I tried logging off of creative cloud and back on again as the solution options say to do, however this hasn't had any affect on either Lightroom or Photoshop.
    Oddly enough, the Camera Raw editor will work, but when I try to open the photo into photoshop, Photoshop again closes, this time asking if I want to save changes to my image. Selecting yes allows me to save the image and then closes, selecting no closes everything.
    It's very frustrating.
    My computer is an HP Pavillion, I think it's a notebook, but not sure.
    I'm running Windows 7 with the following processor: Intel Core i3-2310M  CPU 2.10GHz
    4gb RAM and a 64bit operating system.
    Can someone please help me sort this out? I'd really like to be able to use what I paid for

    Hello,
    After having contacted Adobe by phone (very professionals) i tried what
    they told me to do and everything is fine now.
    First i was told to run windows in "minimal" mode", that means without any
    service except the microsoft ones by using msconfig.
    Then install : "AdobeCreativeCloudCleanerTool"from Adobe; in the dos
    windows chose "all", that will delete all previous install of adobe
    products.
    After that, you'll have to delete every adobe folder you find in this
    places :
    C:\Programmes\Adobe\
    C:\Program Files\Adobe\
    C:\Program Files (X86)\Adobe\
    C:\Programmes\Common Files\Adobe\
    C:\Program Files\Common Files\Adobe\
    C:\Program Files (X86)\Common Files\Adobe\
    C:\Programmes\Fichiers Communs\Adobe\
    C:\Program Files\Fichiers Communs\Adobe\
    C:\Program Files (X86)\Fichiers Communs\Adobe\
    C:\ProgramData\Adobe\
    C:\Utilisateurs\:
        Photoshop crashing, Lightroom not opening, help to fix please?
    created by maliet90 <https://forums.adobe.com/people/maliet90> in *Photoshop
    General Discussion* - View the full discussion
    <https://forums.adobe.com/message/6690296#6690296>

  • I would like to remove a short gray edge from two images. I need help in that I am not yet able to use PhotoShop. Could somebody kindly help me with this?

    I would like to remove a short gray edge from two images. I need help in that I am not yet able to use PhotoShop. Could somebody kindly help me with this?

    I doubt it Doc Maik, but I am certainly happy to learn The image is this one (and a similar one). They would be beautiful portraits if not for the "extra mouth". The grey edge that I would like to remove is the excess of (grey) mouth that is actually my horse's chin, but that in the pictures looks like a wider, looping mouth. Practically, looking at the picture, the "extra mouth" to the left. What I would love it to be able correct that to look like a normal mouth, which means that half of the protruding edge should be removed. I am not sure I was able to explain myself, but here is one of the two pictures. I thank you for you kindness in being available to advise me.

  • Need configuration help on producing dial tone

    Hello Experts,
    I have a Cisco 2921 router with VWIC3-2MFT-T1/E1 card. On this card we have T1-CAS digital line connected. We have been provided with a set of DID numbers. We have a requirement where, when we dial a DID, the router should provide a dial tone, and should allow the user to dial to extension numbers. Not sure if this is feasible. If at all possible, will need to some configuration help.
    Thanks
    Arabinda

    Sure it's possible. What's the T1 connected to? The router will offer two-stage dialing (aka dial tone) when the incoming POTS dial-peer does not have the 'direct-inward-dial' command on it. The router will accept any input and search for an outbound dial-peer (or ephone-dn for locally registered DNs) to match. Be careful if the T1 is connected to the PSTN as this is a toll fraud risk. You need to use CoR to reign in what outbound dial-peers are available to it.
    Dial Peer Basics:
    http://www.cisco.com/en/US/tech/tk652/tk90/technologies_tech_note09186a008010ae1c.shtml
    Class of Restrictions:
    http://www.cisco.com/en/US/tech/tk652/tk90/technologies_configuration_example09186a008019d649.shtml
    Please remember to rate helpful responses and identify helpful or correct answers.

  • Multiple ethernet network adaptors + MySQL/php5: configuration help needed

    I would be grateful if someone could give me some advice on how to configure multiple ethernet adapters under OS X 10.5.6
    I have set up my system to work nicely with two ethernet network adapters, each with its own fixed IP. This bit works just fine. The machine supports two separate servers - a mail server and the OS X Apache2 server. I have configured the mail server to only listen to one of the IPs, and the Apache2 server to listen to the other (via httpd.conf). The system also has MySQL and php5 installed / enabled, and these services are only used by the Apache2 server.
    The problem I have is that when I start the machine, initially the php5 system cannot connect reliably to the MySQL database system. The fix I have found is to temporarily make the ethernet adapter connected to the mail server 'inactive'. While this is so, the php5/MySQL connection to Apache2 works. Curiously, once an initial connection between php5 and MySQL has been made, subsequently I can make the mail server's ethernet adapter active again without further problems.
    I initially thought this might be due to 'service order' issues - but changing the service order (e.g. putting the Apache adapter 'above' the mail adapter in the service order does not help. The fix only works by making the mail adapter inactive temporarily.
    I suspect that there is some configuration change I can make to clarify the setup I have. The MySQL and Apache installations only need to talk to the Apache server - but I am not sure how to record this configuration in the OS X system.
    Thanks in advance for any assistance that you can provide.
    Message was edited by: Gavin Lawrie

    Hi Stepehen,
    Did the configuration as per your advice  but i am getting the below mentioned error which i have highlighted it in red. Please advice what needs to be done.
    Home
    Re: 1941W configuration help needed
    created by Stephen Rodriguez in Getting     Started with Wireless - View the full discussion
    conf t
    interface     Dot11Radio0
    no ssid     Cisco_Kamran_BGN
    no encryption mode     ciphers aes-ccm
    exit
    interface     Dot11Radio1
    no encryption mode     ciphers aes-ccm
    no ssid     Cisco_Kamran_A
    exit
    dot11 ssid     Cisco_Kamran_A
    vlan 10
    dot11 ssid     Cisco_Kamran_BGN
    vlan 11
    exit
    interface     Dot11Radio0
    encryption vlan 11     mode ciphers aes
    ssid     Cisco_Kamran_BGN
    exit
    interface     dot11radio0.1
    encapsulation     dot1q 1 native
    bridge-group 1
    interface     dot11radio 0.11
    encapsulation     dot1q 11
    bridge-group 11
    Configuration of     subinterfaces and main interface
    within the same bridge     group is not permitted
    exit
    interface     Dot11Radio1
    encryption vlan 10     mode ciphers aes-ccm
    ssid     Cisco_Kamran_A
    interface     dot11radio1.1
    encapsulation     dot1q 1 native
    bridge-group 1
    interface     dot11radio1.10
    encapuslation     dot1q 10
    bridge-group 10
    Configuration of subinterfaces and main     interface
    within the same bridge     group is not permitted
    end
    wr
    Reply to this message by going to Home
    Start a new discussion in Getting Started with Wireless at Home

  • Quick upload not configured Help

    Quick upload not configured Help Why and how do I configure? Host ?, username, password?

    I have exactly the same question, using almost the same system: MacBook Pro, OS X Mountain Lion (10.8.3).
    What to do? I cannot find an answer for how do I configure? Host, Username? Password?

  • Edit multiple password-protected PDFs using Photoshop CS5 Javascript scripting.

    Good Evening,
    Situation: I have a huge stack of PDF files and I'm using Photoshop CS5 to slice out previews and other things automatically, using a self-built javascript. Some (100+) of these PDFs are password-protected. I have the password to these files.
    Problem: Every time the script tries to open one of the protected PDFs it will open a popup, stop the whole process and wait for the user to input the password.
    Question: Is there a way to add the password to the open command of the app.open(...) function? Or more simply put, can this be fully automated?
    What I looked at so far: "PDFOpenOptions", "app.open(...)", the javascript reference("photoshop_cs5_javascript_ref.pdf") in general.
    Basic Example code:
    var f = new File("path to some password protected PDF");
    var d = app.open(f); //this will trigger the password popup
    doSomethingWithMyDocument(d);
    d.close(SaveOptions.DONOTSAVECHANGES);
    Any help would be greatly appreciated. I have access to Photoshop CS6 as well, if that somehow solves the problem.
    If I'm looking at a dead-end, feel free to tell me too.

    It is possible to do that via Scripting.
    If you are unable to create such a Script maybe you should look up the chapter »Creating data-driven graphics« in the documentation.

  • Can Photoshop CS3 Metadata Be Configured To Identify Camera?

    My metadata panel gives Camera Data (EXIF) details but does not identify the make and model of the camera.
    A few years ago I am sure I was able to see the identity of the camera.
    At the time I was using Photoshop Elements 2 and iPhoto 4, together with an Arcsoft application.
    I cannot remember which apps displayed the camera identity, but I am sure I didn't dream it!
    So is there any way PS CS3 can be configured to reveal this data?

    I think if one employs BridgeTalk in JavaScript for Illustrator for example Photoshop need not be brought to front to perform its tasks.
    But isn’t that behaviour in this case dependent on the program You use (Enfocus)?

  • Photoshop CS, lost "license configuration data"

    Photoshop CS question. Has anyone ever suddenly lost their "license configuration data"?
    I get this error when I start up Photoshop: "The license configuration data for Adobe Photoshop is no longer usable".
    I click "OK" and it takes me to the activation screen with the serial number already entered. Activate it on line and I get an error so I go to phone activate... the guy I talk to says the serial number (the one that is automatically entered by my copy of Photoshop) is not valid. I've had this copy of Photoshop on my PC for about 5 years and it has always worked fine. Any help would be greatly appreciated.

    Is that photoshop cs (photoshop 8)?
    If so, then your running into the fact that adobe took the activation servers offline.
    more info:
    (even though it says cs2, it also applies to cs)
    http://forums.adobe.com/thread/1114930?tstart=30

  • Websphere Configuration Help

    Hi
    I am facing a security configuration problem with Websphere. I have 2 applications installed on Websphere 5.1 (which is on my local machine). The first one accesses the other's ejbs.
    Strangely when I make the access the first app from the browser in my local machine, the calls fails. It results in -
    2005-01-18 19:17:15,220 [Servlet.Engine.Transports : 0] DEBUG com.thirdparty.client.ClientContext - Opening a ClientContext connection within the server, the current user is 'UNAUTHENTICATED'.
    2005-01-18 19:17:15,220 [Servlet.Engine.Transports : 0] DEBUG com.thirdparty.client.ClientContext - Opening a ClientContext connection within the server, the current user is 'UNAUTHENTICATED'.
    2005-01-18 19:17:15,220 [Servlet.Engine.Transports : 0] INFO com.thirdparty.common.util.AbstractPool - Creating new object in pool for check out
    2005-01-18 19:17:15,220 [Servlet.Engine.Transports : 0] INFO com.thirdparty.common.util.AbstractPool - Creating new object in pool for check out
    2005-01-18 19:17:15,721 [Servlet.Engine.Transports : 0] ERROR com.thirdparty.server.ejb.GenericBean - Exception occurred:
    com.thirdparty.common.exception.ScriptEngineException: A Throwable error was caught when executing script. Error Message='org.mozilla.javascript.EvaluatorException: Can't find method com.thirdparty.client.Job.queryByID(com.thirdparty.client.connect.ClientContextEJB,com.thirdparty.common.util.TableID,boolean).', Language='javascript', Command='importPackage(Packages.java.lang);
    However when I make the call from an another machine the call works.
    I believe its security settings issue with Webpshere but I dont know where to fix it.
    Any help would be surely appreciated.
    thanks
    rd

    cut paste ur ejb-jar.xml file

Maybe you are looking for

  • SAP Web Gui does not completely log off.

    Hi Experts,      I am having trouble with our web gui, I can log in without a problem and when i try to log out there is message shows that i am logged off but when i refresh the page it automatically logs in. It would only go back to the log on page

  • Work flow

    Dear all, we need a workflow for creation of material master. Say Basic data is created by MM dept. then MRP  & work Scheduling views are created by PP dept., then Purchase views are by MM again, then inventory dept. creates storage locations,and f i

  • ToggleButtonBar - how to change color for only one button

    I have a tooglebuttonbar (with 4 buttons) and I'd like to change the color of only one or two button according particular data. Is someone has experience to do that. I try to do like that var child:Button;    child = Button(tbbAction2.getChildAt(0));

  • Recent problem on 1 forum only-lost the quote/edit message buttons.

    Worked fine 2 weeks ago. Now the message quote/edit buttons are gone--only on one of my forums. Buttons ARE there when using IE. Javascript is on.

  • Net Price List Report V_NL- SDNETPRO

    Dear  SAP Friends, I trying to use standard V_NL net price list report, the number are not matching up to the subtotals values in pricing procedure. While calculating manually it is found that the condition records whichever has scales involved is gi