File Port with Outbound Trigger

I am exporting idoc through a file port in we21.  I have the outbound trigger set up as follows.
I have Autom. start possible selected
RFC destination SERVER_EXEC ->  which points to /sapmnt/DEV/exe/rfcexec to execute a local UNIX script.
I am using a phyical directory of /tmp
and a script of zip_file.
When I execute RSEOUT00 i see the idoc file being create on the filesystem, but the UNIX script is not getting executed. 
Does anyone of any ideas on why my trigger is not working?
Thanks
Skip Ford

Hi,
I don't think IDoc port can be used to trigger UNIX script other than to tell the system where to output the data.
Why don't you schedule a job with two steps (execute RSEOUT00 and trigger UNIX script) and run periodically?
Regards,
Ferry Lianto

Similar Messages

  • Use of Outbound trigger in creation of ports.

    Hi Experts,
    I am creating a port in we21 of type XML File. There i have two options there
    1. Outbound File
    2. Outbound Trigger.
    Normally we provide all the details for outbound file. Can any one tell me when is Outbound:  Trigger used.
    thanks in advance.

    Hi Prayga,
    do chk this link
    http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b7f7d43d711d1893e0000e8323c4f/frameset.htm
    Thanx
    Sampath

  • Dynamic read of file for File Port

    As per our project requirement have to use File Port to pick a set of IDOC Flat files from a given directory. The File Port only allows us to pick a file with a specific given name and does not allow us to pull file with a pattern for .eg. We can pull a file abcd.txt but cannot pull something like abc.txt. Our requirement is to pull abc.txt using the File Port.
    If anyone has any idea about this, or any past experience with File Port in this regard, then please respond at the earliest.
    We have created the file port with follwoing parameters:
    Unchecked the Unicode Format System Setting
    For the Inbound File:
    Function Module: EDI_PATH_CREATE_CLIENT_DOCNUM
    Directory is: A valid directory path
    File Name: abcd.txt

    Hi,
    According to me, while using the automatic syndication through ports, it is not possible to change the filename that IDOC flat file generates.
    FTPS != Secure FTP (990)
    FTPS should have SSH Port 22.
    u can check on this:
    Basic FTP Setup Instructions
    refer this thread also
    FTPS
    Thanks & Regards!!!
    Saurabh Goel

  • Reading Dynamic Files using File port

    Hello All,
    We have a requirement in our project where we have to use File Port to pick a set of IDOC Flat files from a given directory. The File Port only allows us to pick a file with a specific given name and does not allow us to pull file with a pattern for .eg. We  can pull a file abcd.txt but cannot pull something like abc.txt. Our requirement is to pull abc.txt using the File Port.
    If anyone has any idea about this, or any past experience with File Port in this regard, then please respond at the earliest.
    We have created the file port with follwoing parameters:
    Unchecked the Unicode Format System Setting
    For the Inbound File:
    Function Module: EDI_PATH_CREATE_CLIENT_DOCNUM
    Directory is: A valid directory path
    File Name: abcd.txt
    Thanks in advance.
    Abinash

    If the xml files are all in the same directory (not in any directory structure relative to the parent directory), you can do something like this.
    - create a bpel process to read the zip files as it comes into the directory]
    - Have a file adapter inbound for the receive
    - Call windows .bat command within the bpel process to run an unzip command on that directory
    - Have another bpel process that reads *.xml files and this will get kicked off.
    There are so many ways of solving this: like having a cron job to unzip the files coming in etc. But, if you have a directory structure for these XML files and if the structure is dynamic, it is difficult to configure the file adapter for that.

  • WE21 File port, but I don't want carriage returns

    We need to change the way we are sending some delivery IDocs.  We were using an RFC destination, but now want to create a file first, then copy the IDoc text file to another server.  The problem is, we can't change the map that reads this IDoc data.  When I create a file port with WE21, the output file is created with a hex 0d0a (carriage-return line-feed chars) on the end of each segment.  We don't want that.  I could write a little script that strips those characters off, but there is another problem.  The length of the segment needs to match the total of all field lengths, even if there is no data at the end of the segment.  We want to see those trailing spaces.  But when sending to a file port, it removes those trailing spaces and puts the hex 0d0a.  Any suggestions?

    Downlaods folder is a temporary internet files folder pretty much. you could just clean it out every once in a while.  if you download google chrome you can just open it with google chrome. i dont think that thats an option with firefox but i could be wrong.
    Hope i helped!
    -Brenden

  • Problem with starting an outbound trigger trigger script defined on WE21

    Everyone,
    We currently have a working connection between our ECC system and a third party EDI translator called GENTRAN.  For years we have been passing IDOCs back and forth with very little difficulty using a FILE type port.
    That is we colliect IDOCs and drop them to a certain directory and the EDI translator picks them up and sends them to our trading partners.  We have NOT needed to use the Outbound:trigger script option on the WE21 screen.
    Due to some recent changes, we now need to trigger a script when the IDOCs are droped a certain directory.  So I have worked on trying to get this script started.  For testing purposes, I have decided to start with a simple script that only writes a file to /tmp letting me know that the script had been invoked.
    I have made the necessary definitions on WE21.  I have made the appropriate entries on the WE21 Outbound:trigger tab.  The access test works.  I used the SRFCEXEC program to verify that RFCEXEC could invoke the script.  It can because the expected file showed up in /tmp.
    Set up:
    Our EDI administrator gave me an IDOC that I could use that is attached to a mailbox in the EDI system that will go nowhere.  I was instructed to use WE19 to generate a copy of the idoc for testing.  So far so good.  I uncheck the box that says to process the idoc immediately.  This is so I can look at it with WE02. 
    I then use WE14 to process the idoc.  The idoc gets delivered to appropriate directory, but the trace file does not show up in /tmp.  This leads me to believe that my script did not get invoked.
    What I think is wrong.
    (I am a Linux administrator poking around a ABAP ECC system, so I know just enough about what is going on to be dangerous.)  As best I can tell IDOCs have OUTPUT MODES.  WE19 will put out an OUTPUT MODE of 2 or 4.
    From what I can tell according to the help for WE14, Mode 1 is Transfer IDOC and run the script.  Mode 2 is transfer IDOC. Mode 3 is collect IDOC, transfer, and run the script.  Mode 4 is collect IDOC and transfer.
    So, the output mode that WE19 puts out says not to trigger the script.
    My question is:
    How do I test my script?
    Any ideas anyone?
    Ron

    Just as an FYI,
    when you are writing a trigger, the compiler users two pseudo blocks. :new and :old. See below
    UPDATE
    :old.last_modify = previous data before modification
    :new.last_modify = new data
    DELETE
    :old.last_modify = previous data before delete
    :new is not available
    INSERT
    :old is not available
    :new.last_modify - New data.

  • File port configuration - ALE

    Hi
    We are trying to configure the ALE setup.
    The data should be transferred to the application directory for the other server.
    Have created the file port, but getting the Idoc error 29.
    Please can u tell me the steps..
    Thanks in advance!
    Sushmitha

    Hi,
    IDoc status 29: Missing or incorrect partner profile
    To send an IDoc from the SAP system to the external system, you must define outbound parameters for the message type and all relevant partners.
    For more information, see Interfaces ® External Systems ® Configure Warehouse Management ® Communication R/3 -> External System ® Maintain Partner Profile in the Implementation Guide for Warehouse Management.
    If the system cannot find the partner (that is, the connected partner system) for sending the IDocs, proceed as follows:
    Define the missing partner profile.
    Resend all existing IDocs, which the system has not yet been able to send.
    For this error, the system triggers a workflow work item for the standard task Output: Error processing with IDoc and sends a message to the inbox of the corresponding user.
    You trigger subsequent sending of the IDocs that contained errors from the inbox.
    On subsequent transmission, the incorrect IDoc is flagged with status 31 and copied to a new IDoc, which is enhanced with data from the partner profile and transferred to the asynchronous RFC.
    Check this.
    http://help.sap.com/saphelp_nw70/helpdata/EN/dc/6b7fa443d711d1893e0000e8323c4f/content.htm
    Rhea.
    Edited by: rhea on Oct 13, 2008 4:52 PM

  • IDoc File Port Exit

    Hi all,
    I'm using a File Port to download an IDoc of type PEXR2002.
    AFTER the IDoc is downloaded, I want the system to instantly run some custom code.
    Is anyone familiar with an user/customer exit for this?
    Does anyone know any exits for file ports? I know the exits for PEXR2002 but not sure if they are relevant.
    Kevin

    Does the file have to physically exist when you run the custom code? If it doesn't, and you want SAP to trigger some code, then you can write a function module to do what you need and hook it into the ports outbound file function code. The function called there is usually to name the file uniquely, such as EDI_PATH_CREATE_CLIENT_DOCNUM. However, you could write a function module that calls this, then executes your own code. If you want to take a chance, you could use that function module to raise a workflow event for a task with a one minute delay, then execute the code in a function module.
    On the other hand, if you need the file to exist, I think that you need the operating system to inform you of the creation of the file, in a similar way to the XI file adapter. In that case, you could have an OS process trigger a remote RFC call into the R/3 system which executes the code that you need.
    As we say in english: there's more than one way to skin a cat...
    BR,
    Tony.

  • IDOC to FILE scenario With Screen shots

    CAN YOU PLEASE SEND US THE DETAILS OF IDOC to FILE scenario With Screen shots  and do  the needful for me

    Hi Surya,
    I thought i will just share a few basic thoughts that you need to take care while doing an IDOC to File Scenario. Just see if it helps you in anyways.
    While doing an IDOC -> XI -> File scenario, The Points to noted are:
    1. You don’t need a DT, MT or a message interface for the IDOC as it itself acts as the Message Interface.
    2. You import the IDOC and use the same in your mapping.
    3. In this configuration note that you don’t have a sender agreement as you don’t have a sender IDOC adapter.
    If it is that you wanted to send an IDOC from XI (File to IDOC) , then in this case:
    points 1 and 2 will remain, but the 3 will not. You will need a sender agreement for the file and a receiver agreement for the IDOC.
    IDOC -> File scenario ref:
    <a href="/people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters scenario</a>
    File -> IDOC ref:
    <a href="/people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping to IDOC</a>
    To be able to trigger your IDOC from the SAP ISU system, you will have to set the partner profile in we20. Select your Business System (mostly under Logical system) and then create Outbound entries for whichever IDOC you want to trigger.
    You define your basic type also in your partner profile settings, Please go thru the following links to get a better idea about partner profile:
    http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b833243d711d1893e0000e8323c4f/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b7cd343d711d1893e0000e8323c4f/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/32/692037b1f10709e10000009b38f839/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/5e/b8f8bf356dc84096e4fedc2cd71426/frameset.htm
    Also, I would suggest that you go through this blog by michal if any issue arises,
    /people/michal.krawczyk2/blog/2005/03/29/xi-error--unable-to-convert-the-sender-service-to-an-ale-logical-system
    /people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions
    Also have a look at these forum threads...
    IDOC TO FILE SCENARIO
    idoc to file scenario
    I hope this helps.
    Regards,
    Abhy Thomas

  • Automatically process IDoc to XML File port

    Hi everybody,
    I want to send two different IDocs via "XML File" port using change pointers and the distribution modell (one SAP standard, one custom).
    I maintained the distribution model and created outbound parameters in partner profile (WE20). Both are set to "Transfer IDoc Immed.".
    1.
    Now I change some master data and the change pointers are created. I run RBDMIDOC for both message types and both IDocs are created. But unfortunately they stuck at staus "30 - Idoc ready for dispatch" (yellow). I need to run RSEOUT00 to create the XML files.
    Is it possible to avoid a job that runs this report? I want the IDocs to be processed automatically right after creation.
    The really strange thing about this is, that it used to work for the standard IDoc (BOMMAT). But I might have changed some settings to get my custom IDoc work too and now both stuck at status 30?! This is what bothers me most...
    2.
    When the XML files are created (at the moment after running RSEOUT00) the status in WE05 is "03 - Data passed to port OK" (yellow).
    Why is this light still yellow? Everything is fine, the file was created, it should be green. Is there anything I can do?
    Thanks and best regards,
    Oliver

    Hi,
    thanks for your suggestions.
    Unfortunately this did not solve my problems.
    1)
    OUTMOD for both messages was 2 (which should be ok). Changing it to 1 did not have any affect.
    At least BOMMAT works again (both with OUTMOD 1 and 2). But my custom IDoc still does not get processed automatically.
    2)
    Running report RBDMOIND did not change the status of my IDocs. Please keep in mind that it is no tRFC port, but XML File port.
    Best regards,
    Oliver

  • RFCExec and File port

    Hi
    I created file port that write idoc to some network location. Than i want to run program that will process this new file. i regestered program using rfcexec on my computer. i checked in smgw that conection is active. I also created connection type T with registerd program in sm59.
    Next step was to write some bat file on my computer to proces idoc. on outbound triger tab i checked automatic start possible, and path to this file on my computer. ALso in we20 partner profile i checked startsubsystem.
    What is wrong ?? is it because my script is bat file ??
    Regards
    Maciej

    hi
    Port is the Logical representation of communication.
    There are 4 types of ports
    1)TRFC
    2)File
    3)R/2 (ABAP/4)
    4)Internet
    In ALE we transfer/exchange the data (SAP Data) b/w 2 systems ie only through RFC (Transaction RFC) we communicate with the other system.we use File Port to transfer Non Sap data b/w systems.
    Tcodes :
    Port Creation : WE21
    RFC Destination : SM59
    Regards

  • MDM Server Ports with Batch operations

    Hi,
    how can i use MDM Server Ports what i define in ports table of my repository in MDM Console with ImportManagerBatch and especially with SyndicatorBatch? i use 5.5.24.06 SP2.

    Hi Dmitry,
    My understanding is that ports are most useful if you are using XI MDPS (Master Data Processing Server?).  You define ports in the console.  Key thing to remember a port works if you attach it to a client system that is defined as inbound/outbound; does not work if the client system being associated is just inbound or just outbound.  You define the file format under format setting. 
    In my case, since I do not use XI, I need to manually associate the location of my files to the regedit setting.  Only then, port setting can be selected on the import manager file definition.
    I learnt how to define ports.  I use import manager batch and syndicator batch but I did not see an additional benefit of using ports with them.  For example, I have 70+ tables to load using import manager.  Most are based on Excel and XML file types.  SO, I have my ini files defined for each of the XMLs, and one for excel (it has several tabs) with source, destination, and file location information.  Then, I have a bat file with IMB commands associating each of ini files to a map/agency/language, etc.  And execute the bat file from command line.
    May others in the forum who used ports with IMB or Syndicator batch can give more insights.
    Thanks
    Savi

  • Get additional file attachements with file adapter

    Hello,
    Has anyone ever had the following situation:
    A Sender interface sends a little bit of data to XI.
    This data contains the filenames of some files on a FTP server.
    Based on these filename the file needs to be retreived from a FTP server and further handled as an attachement of the XI message?
    Is it possible to trigger a sender file adapter with a variable directory and filename from XI, in a BPM or Mapping?
    Warm Regards,
    Leon Boeijen

    hi,
    >>>>Is it possible to trigger a sender file adapter with a variable directory and filename from XI, in a BPM or Mapping?
    no it's not possible to start a file adapter from BPM
    you can use a java proxy that will do the trick
    we've used a solution like this many times with no big issues
    remember that it's better to use an async java proxy
    (with correlation) then a sync one...
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Networking ~ File Sharing With Windows Vista

    Alright, I've browsed enough of the web and I've tried a lot to try and resolve this issue, but none of it has worked at all for me. Here's my scenario about as specific as it gets:
    I have a home private network consisting of two Windows Vista PCs, a HP Photosmart Printer, a MacBook Pro running OS X 10.9.1, and an iPhone 5 running iOS 7.0.4. The network is routed through a Medialink MWN-WAPR300N router connected to a Time Warner Cable modem which goes to the Internet. My primary PC, the MacBook Pro, and the iPhone 5 all connect wirelessly; the other PC and printer connects via Ethernet. All devices connect to the Internet flawlessly, and they are all assigned a static LAN IP address through the router because I portforward to one of my PCs, and the router requires it. The network was originally configured using one of the PCs as a Private network under the default workgroup, "WORKGROUP". Everything else router-specific is automatic.
    Here's the problem: My MacBook and my primary PC do not communicate over the network at all. Both the MacBook and my primary PC can file share with the other PC connected via Ethernet, and they can both print just fine. After using LAN Scan v1.02 by Nutec Apps, LLC on my iPhone however, neither my primary PC nor the MacBook Pro shows up on the list of LAN devices. But that's not all, the MacBook Pro always recognizes the other PC via Ethernet in Finder, and the MacBook Pro can be found in both PC's Network list. However, when I try to connect to it via my primary PC, it says that "[My MacBook] is not a valid host name." What?
    To futher satisfy my curious mind, I set up a small Peer-to-Peer network between my primary PC and the MacBook Pro via Ethernet. Both devices instantly recognized each other and connected without any issues. I was able to transfer files at approximately 100mb/s and I was stoked. I then disconnected and tried to transfer over the network again, and there was nothing there. I have even done ping tests over the network to the MacBook Pro's LAN IP address, and it came back with no response.
    I've restarted both computers numerous times, played around with file sharing settings, set appropriate sharing permissions, disabled firewalls, enabled sharing for Windows on the MacBook Pro, enabled file sharing on the Windows PC, you name it. I'm sure there is a small fix that I may have overlooked, but I cannot figure out what the problem is for the life of me. Because the operation worked via Ethernet, and it's working wireless-to-Ethernet, but not wireless-to-wireless, I have a feeling that the problem is related to one or both of the wireless configurations.
    Thanks in advance for any help provided, if there is anything I missed I will be happy to proivde more details per request. This issues has been bugging me for weeks now and it's time I seeked professional help

    Alright, I am still having the problem and I have the results of the ifconfig command if it will be of any help to any Apple techies out there:
    ifLast login: Sun Dec 22 11:56:27 on console
    Cav-Mac:~ Drew$ ifconfig
    lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
              options=3<RXCSUM,TXCSUM>
              inet6 ::1 prefixlen 128
              inet 127.0.0.1 netmask 0xff000000
              inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
              nd6 options=1<PERFORMNUD>
    gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
    stf0: flags=0<> mtu 1280
    en0: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
              options=b<RXCSUM,TXCSUM,VLAN_HWTAGGING>
              ether c4:2c:03:29:e6:f5
              nd6 options=1<PERFORMNUD>
              media: autoselect (none)
              status: inactive
    en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
              ether 78:ca:39:af:ce:5b
              inet6 fe80::7aca:39ff:feaf:ce5b%en1 prefixlen 64 scopeid 0x5
              inet 192.168.1.104 netmask 0xffffff00 broadcast 192.168.1.255
              nd6 options=1<PERFORMNUD>
              media: autoselect
              status: active
    fw0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 4078
              lladdr 60:33:4b:ff:fe:9b:82:10
              nd6 options=1<PERFORMNUD>
              media: autoselect <full-duplex>
              status: inactive
    p2p0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 2304
              ether 0a:ca:39:af:ce:5b
              media: autoselect
              status: inactive
    bridge100: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
              options=3<RXCSUM,TXCSUM>
              ether c6:2c:03:92:9b:64
              inet 192.168.2.1 netmask 0xffffff00 broadcast 192.168.2.255
              Configuration:
                        id 0:0:0:0:0:0 priority 0 hellotime 0 fwddelay 0
                        maxage 0 holdcnt 0 proto stp maxaddr 100 timeout 1200
                        root id 0:0:0:0:0:0 priority 0 ifcost 0 port 0
                        ipfilter disabled flags 0x2
              member: en0 flags=3<LEARNING,DISCOVER>
                      ifmaxaddr 0 port 4 priority 0 path cost 0
              media: <unknown type>
              status: inactive
    Cav-Mac:~ Drew$
    The section in question is where it says bridge100 because the IP address listed under that section reads 192.168.2.1, as previously suggested. However another IP address is listed above it as 192.168.1.104, which is exactly what it should be as I have it assigned via DHCP in the router. Any suggestions would be greatly appreciated, because this is driving me crazy.
    PS: I apologize for the confusion. I made a typo in my previous post about my MacBook's LAN IP address. It should be 192.168.1.104, not 103. I can confirm that it is listed as *.104 in my router and it shows *.104 on the above ifconfig. Please ignore the *.103, thanks

  • File-Soap-File scenario with asynch - synch bridge

    Hi,
    I am new to PI and I'm trying to develop a FIle-SOAP-File scenario with asynch-synch bridge. These are the components in my integration builder:
    Business Component to act as both the sender and receiver
    1 outbound communication channel to pick up the file from ftp server
    1 SOAP communication channel
    1 inbound communication channel to write file to the ftp server
    receiver determination
    interface determination
    sender agreement
    receiver agreement
    In my outbound channel, I am using:
    Processing sequence:
    1     AF_Modules/RequestResponseBean                Local Enterprise Bean     1
    2     CallSapAdapter                                                         Local Enterprise Bean     2
    3     AF_Modules/ResponseOnewayBean                Local Enterprise Bean     3
    Module configuration:
    1     passThrough                         true
    3     receiverChannel                        inbound communication channel to write file to the ftp server
    3     receiverService                         Business component where the channel above is found.
    When I run the scenario, I am able to get the file from ftp server, map it to SOAP format according to the wsdl, forward the message to SOAP adapter, send it to web service, get the response back from web service, map the data to a regular file format. However, it fails to write back to the ftp server.  I am getting Java null pointer error at AF_Modules/ResponseOnewayBean.
    2010-07-28 15:48:01     Information     SOAP: completed the processing
    2010-07-28 15:48:01     Information     SOAP: continuing to response message 2ce3ec60-9a9a-11df-b109-00145ec5c1ae
    2010-07-28 15:48:01     Information     The message was successfully delivered to the application using connection SOAP_http://sap.com/xi/XI/System.
    2010-07-28 15:48:01     Information     The message status was set to DLVD.
    2010-07-28 15:48:02     Information     The message was successfully transmitted to endpoint http://vs06cs01.sce.com:8000/sap/xi/engine?type=entry using connection File_http://sap.com/xi/XI/System.
    2010-07-28 15:48:02     Information     The message status was set to DLVD.
    2010-07-28 15:48:02     Information     The application sent the message synchronously using connection File_http://sap.com/xi/XI/System. Returning to application.
    2010-07-28 15:48:02     Information     MP: processing local module localejbs/AF_Modules/ResponseOnewayBean
    2010-07-28 15:48:02     Error     MP: exception caught with cause java.lang.NullPointerException:
    2010-07-28 15:48:02     Error     File processing failed with java.lang.NullPointerException:
    Had anyone encountered this error? Any suggestions is greatly appreciated.
    Thanks.

    Thanks for the replies. I checked my module parameters and I realized that i entered the wrond business service. I fixed that and ensure that all 3 channels are running.
    I ran the scenario again and it does not give me Java Null pointer exception. However, it gives me a different errror.
    2010-07-29 08:52:31     Information     The message status was set to DLVD.
    2010-07-29 08:52:31     Information     MP: processing local module localejbs/AF_Modules/ResponseOnewayBean
    2010-07-29 08:52:31     Error     MP: exception caught with cause com.sap.aii.af.service.cpa.impl.exception.CPAObjectKeyException: Value of key must not be null: ObjectId
    2010-07-29 08:52:31     Error     File processing failed with com.sap.aii.af.service.cpa.impl.exception.CPAObjectKeyException: Value of key must not be null: ObjectId
    I am trying to check all my settings again. Any pointers regarding the errors above?
    Thank you.

Maybe you are looking for

  • Do I get a faulty EDL when exporting from FCP?

    I must create an EDL for a final DI to be made from film negative. When I export an EDL the Source Time Code In of each clip reads the same as the first frame in the clip, then the Source Time Code Out of each clip reads on frame higher than the last

  • Multiple AirPort Express'

    I have one AirPort Express connected to a stereo in one room and it works great with my AirPort Extreme. My question is, can I purchase another AirPort Express and connect it to another stereo and play them simultaneously? I don't really want to fork

  • Stencil Alpha Blend mode question

    Hello guys, I would like to achieve this: video clip embeded on BLOCKS LEFT DOWN REPLICATOR with another video as a background. So I first apply Replicator, than place the "embeded" video clip into the layer below it. Then I select Replicator to make

  • Is there an external webcam made for the original iPad?

    Is there an external webcam made for the original iPad?

  • LaserJet 1000 incompatible with Windows 7 (64)

    The HP tech assist told me that the LaserJet 1000 has no driver available to allow use with Windows 7 (64). Is there a way to use the universal driver or some other printer driver that is close?