File to R/3 via Abap proxy -- need help

Hello,
I have made a scenario File to R/3 via Abap Proxy
My Inbound Async Message Interface has Message Type -Emp_Rac_Detail_MT.
Message Type has structure
EmpID
EmpName
Age
I have table in R/3 ZRACTABLE where I need to post data
Fields in ZRACTABLE are
EMPID
EMPNAME
AGE1
Pls send me the code that I need to write in Async Method of Proxy
that will put data
Regards

Hi Herry,
First of all u have to write a Function module in R/3 ....for that i given u the code above.
Now in ur inbount proxy in the implementation class u have to write code right???
Here is the code...
**** INSERT IMPLEMENTATION HERE **** ***
DATA:
lv_EMPID type EMPID,
lv_EMPNAME type EMPNAME,
lv_AGE type AGE.
Convert Input Parameters
lv_EMPID        =  input-Emp_Rac_Detail_MT-EMPID.
lv_EMPNAME      =  input-Emp_Rac_Detail_MT-EMPNAME.
lv_AGE          =  input-Emp_Rac_Detail_MT-AGE.
call function 'ZEMP_RAC_FM'             /** thats ur function module name **/
    EXPORTING
    EMPID       =  lv_EMPID .
    EMPNAME     =  lv_EMPNAME.
    AGE         =  lv_AGE.
endmethod.
Regards
biplab
<i>*** give points if it hepls you!!!</i>

Similar Messages

  • Problem sending xls file in an attachment via ABAP proxy

    Hello,
    I have in tmp directory a xls file, I tranfer such file to a table, and afterwards I send in an attachment via ABAP proxy, here is the code:
         l_attachment        TYPE REF TO if_ai_attachment,
            lt_attach           TYPE prx_attach,
            l_name              TYPE string,
            lx_string           TYPE xstring,
            l_string            TYPE string,
            l_type              TYPE string,
            des                 TYPE string.
      CLASS cl_ai_factory DEFINITION LOAD.
      DATA:    BEGIN OF itab OCCURS 0,
               raw(255) TYPE x,
             END OF itab.
      DATA: l_controller TYPE REF TO if_ai_posting_controller.
      DATA: it TYPE zhcm_mt_segur_out.
      CREATE OBJECT prxy.
      OPEN DATASET orig FOR INPUT IN binary MODE.
      READ DATASET orig INTO itab-raw.
      WHILE sy-subrc = 0.
        APPEND itab.
        READ DATASET orig INTO itab-raw.
      ENDWHILE.
      CLOSE DATASET orig.
      LOOP AT itab.
        CONCATENATE lx_string itab-raw INTO lx_string in byte mode.
      ENDLOOP.
      L_NAME = 'Segur.xls'.
      L_TYPE = CL_AI_ATTACHMENT=>IF_AI_ATTACHMENT~C_MIMETYPE_EXCEL.
      TRY.
          L_ATTACHMENT =
            CL_AI_FACTORY=>CREATE_ATTACHMENT_FROM_binary(
                      P_DATA = LX_STRING
                      P_TYPE = L_TYPE
                      P_NAME = L_NAME ).
          APPEND L_ATTACHMENT TO LT_ATTACH.
          L_CONTROLLER = CL_AI_FACTORY=>CREATE_CONTROLLER( ).
          L_CONTROLLER->SET_ATTACHMENTS( LT_ATTACH ).
          CALL METHOD PRXY->EXECUTE_ASYNCHRONOUS
            EXPORTING
              CONTROLLER = L_CONTROLLER
              OUTPUT     = IT.
          COMMIT WORK.
        CATCH CX_AI_SYSTEM_FAULT .
          DATA FAULT TYPE REF TO CX_AI_SYSTEM_FAULT .
          CREATE OBJECT FAULT.
          WRITE :/ FAULT->ERRORTEXT.
      ENDTRY.
    I am using a Mail receiver channel, I receive a mail, with to attachments, one .xml and the other one .bin, I save it to my computer and I change the extension to .xls and when I try to open it, the file is not valid and can be opened after being repaired. What Im doing wrong? I would like to receive a valid xls file, what i should change?
    Thanks a lot,
    Luis

    Hi,
    yes I know, I have used the MessageTransformBean module, and the PayloadSwapBean module. But which parameter I should use for leaving only one attachement in the e-mail. I did this configuration:
    1
    localejbs/AF_Modules/MessageTransformBean
    Local Enterprise Bean
    <b>trans</b>
    2
    localejbs/AF_Modules/PayloadSwapBean
    Local Enterprise Bean
    <b>swap</b>
    3
    localejbs/AF_Modules/MessageTransformBean
    Local Enterprise Bean
    <b>trans1</b>
    4
    localejbs/sap.com/com.sap.aii.adapter.mail.app/XIMailAdapterBean
    Local Enterprise Bean
    mail
    <i><b>Module configuration</b></i>
    trans
    Transform.ContentDisposition
    inline
    swap
    swap.keyName
    payload-name
    swap
    swap.keyValue
    Segur
    trans1
    Transform.ContentDescription
    Segur
    trans1
    Transform.ContentDisposition
    attachment;filename="Segur.xls"
    trans1
    Transform.ContentType
    application/vnd.ms-excel;name="Segur.xls"
    In the e-mail I get one attachement without name .xml and another one Segur.xsl, and I want only one attachment, the last one. What I should change in my configuration??
    Best regards,
    Luis

  • Attachments via ABAP Proxy

    I have come across one client requirment where he needs to send the txt/pdf file as an attachment from R/3, currently that interface is using the ABAP Proxy, is there any idea about How to send the attachments via ABAP Proxy?

    Hi,
    Refer
    XI: RFC or ABAP Proxy ? ....ABAP Proxies with attachments
    /people/michal.krawczyk2/blog/2006/04/19/xi-rfc-or-abap-proxy-abap-proxies-with-attachments
    Problem sending xls file in an attachment via ABAP proxy
    Receive mail with PDF attachment into XI and send to ABAP proxy
    http://help.sap.com/saphelp_nw70/helpdata/en/51/d5cd16235e4643ae8ec92395c4ad97/frameset.htm
    Thanks
    Swarup

  • Push data from BW 3.5 to XI 3.0 via ABAP proxy

    Hi,
      I have the following scenario: I´m in BW 3.5 trying to send data to XI 3.0 via ABAP proxy. I´ve already found a "How-to" to do build this scenario, but something does not work. I think that problem is when a try do the logon from BW to XI because I got the message "logon data not provided" on http service in XI. I´ve already configure an RFC Destination(SM59) as R/3 connection(type 3) and another as HTTP connection to R/3(type H) and both are correct. Someone knows where I configure the user/pass to logon from BW Intergration Server to XI Integration Server?
    Regards,
    Rafael Soares

    Hello fellows!
       I discovered that my problem was configuration on SXMB_ADM transaction.
       Thank you very much for your help!
    Best regards.
    Rafael

  • Consuming stateful web service via ABAP proxy

    Hi all,
    I´ve got the following scenario. I´ve a ABAP proxy generated based on a WSDL file. The provider is a WebService provided by a tomcat server. (no PI etc. as middleware). The problem i´ve now is that the webservice is stateful so I need a stateful communication between my ABAP report (client) and the Web Service.
    I´ve already found the possibiliy to switch on the feature "Session-Oriented Communication" on "Preconfiguration Tab" of the ABAP Proxy Screen. But unfortunately it´s not working.
    Anybody knows whether general system settings has to be changed for this. Or anybody has other tips.
    I´m currentliy working on the SAP Discovery System v3 which is a Netweaver 7.0.
    Many thanks in advance for your answers,
    Andy

    Marcelo  Almeida wrote:
    > You can use Logial port for it in LPCONFIG ( Transaction). See this examplo Below:
    >
    > TRY.
    >
    > CREATE OBJECT my_proxy
    > EXPORTING
    > logical_port_name = 'LP01'.
    > CATCH cx_ai_system_fault.
    > ENDTRY.
    >
    > TRY.
    > input-airline_id = p_carrid.
    > input-connection_id = p_connid.
    > input-flight_date = p_fldate.
    >
    > CALL METHOD my_proxy->flight_get_detail
    > EXPORTING
    > input = input
    > IMPORTING
    > output = output.
    > CATCH cx_ai_system_fault.
    > CATCH cx_ai_application_fault.
    > ENTRY.
    >
    > Its necessary create a connection in SM59 (type H) and setting in the call parameters logical port (LPCONFIG).
    Hi,
    thanks for your answer. It´s working!
    Cheers,
    Andy

  • PI to ECC via ABAP Proxy - Outbound Queue for HTTP

    Dear Experts,
    Is there any Outbound Queue for HTTP?
    I've a interface scenario where the receiver is SAP ECC and the receiver adapter XI ABAP proxy. As I see in the communication channel the transport protocol used is HTTP. So I think could there be an outbound queue to manage HTTP connection when PI send the data to SAP ECC?
    Just like when we are sending IDocs to ECC via tRFC, we could check if the IDoc has really been sent to ECC by checking in tcode SM58 (Outbound tRFC).
    In case for ABAP Proxy via HTTP, is there any similar connection to SM58 (IDoc via tRFC)?
    Thank you,
    Suwandi C.

    Hi Kandasami,
    Thank you for the reply. I will check for it.
    Hi Jens,
    Yes, I mean somewhere after the SXMB_MONI in PI and before SXMB_MONI in ECC, is there any queue in between those two?
    Thank you,
    Suwandi C.

  • Disk utility can't repair disk, back up and restore files......I need help, I'm worried I'll lose all my photos, files etc

    Mac started hanging up while streamlining a kids show. Restarted and got the screen with the apple and the circle. restarted with control-option p and r. Ran disk repairitem got the following results;
    invalid index key,
    it rebuilds catalog b-tree,
    volume repair complete,
    updating boot support partitions for the volume as required,
    Error disk utility can't repair disk
    I'm then prompted to back up all files, reformat the disk and restore backed up files.
    Obviously need help here as I think I'm in danger of losing my files, photos etc if I don't do this right.
    Can anyone help
    Steve

    You might want to back up the disk as soon as possible, do the repair, then back it up again. First time will have the issues that Disk Utility can't fix, however, you'll have the data saved.  Then, once you get things repaired, make a new backup, and go from there.
    If you're going to use a hard drive directly connected to your iMac for backup, this is what I mentioned earlier: http://twelvesouth.com/products/backpack/ Great way to use space behind the iMac without adding something else to the desk top. You can buy it through Apple online/stores or Amazon, and there are probably other sources too.
    For external hard drives, I like those sold by OWC at http://eshop.macsales.com/shop/firewire/ as many of them use Oxford chip sets, wihch work well with macs (I've used several for years with no issues). Most pre-packaged drive/cases have a 3 year warranty, although you can buy a case and add your own hard drive. I like Western Digital Scorpio Blacks that have a 5 year warranty.

  • Uploading files from windows media player to itunes need help!

    Some of the files WMA are protected some are not. When I uploaded itunes real player files transfered to itunes. How would I go in to change the settings in windows to unprotect the files to have them transfered to itunes. Help please

    iTunes will not accept Window Media player tracks that are protected. If you imported them off your own CDs, did you check the option to apply protection to them? If so, your only choice is to re-rip those CDs.
    Patrick

  • TS3694 I was doing the latest update (7) and when it got to exporting files it gave me error message 3194, need help please

    I was doing the latest update to my iphone4. when it got to exporting files it gave me error 3194, can anyone help?

    Error -1 is not mentioned in this article about error messages during a restore process: http://support.apple.com/kb/TS3694
    This one comes close:
    The device could not be restored. An internal error occurred, or Error 3200: This indicates a network-connectivity or traffic issue. If you see this error, wait an hour or more and try again.
    You may also check your security software settings, to make sure that iTunes can contact Apple servers during this process: iTunes for Windows: Troubleshooting security software issues

  • XI to R/3 via ABAP Proxy

    Hi,
       The Scenario is File to R/3 . The complete connection has established between XI and R/3 . The file is not transferred to the R/3 system . The SXMB_MONI shows the error as follows
    <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIProtocol</SAP:Category>
      <SAP:Code area="PARSER">ITEM_MISSING</SAP:Code>
      <SAP:P1>/MessageHeader/MessageId</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>XML element /MessageHeader/MessageId missing in SOAP message header (SAP XI Extension)</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    If any one has come across or worked on it before please let me know what can be done to rectify the same.
    with regards
    Vasagam R K
    Wipro Technologies.

    Hi,
    i understand your scenario as XI--> CRM system.
    and if you get the error as below how will your message reach CRM system...?
    In general if you want to test whether the message has successully been processed by CRM system u need to use the exception handling.
    The general convention is, create an ABAP Server proxy, test its functionality and then send data from XI to insert into teh CRM system. B'cos it becomes difficult for you to debug the aplication this way( b'cos u do not know where the error has occured).
    XI Receiver Adapter Configuration should be :
    TargetHost : <hostname>
    Service : 8000
    Path : /sap/xi/engine/entry?type=entry
    U also need to provide the login credentials for CRM system.
    U can refer to my blog on Creation of Server Proxies for more info:
    /people/siva.maranani/blog/2005/04/03/abap-server-proxies
    Hope this helps you.
    Cheers,
    Siva Maranani.
    Message was edited by: siva  maranani

  • ABAP proxy code help needed

    Hi,
    In the ABAP inbound (server) proxy, I have written code like this.
    DATA: lt_material TYPE TABLE OF zxdt_material,
            ls_material TYPE zxdt_material,
            ls_input type zxmt_cam.
    ls_input = input.
    lt_material = ls_input-mt_cam-material.
    Here, material is a table type which should have 10 records of material. But it has only one records always eventhough I am passing 10 records in the input xml.
    What could be the reason?
    Any help is really appreciated since I am trying this for a long time now.
    Thanks
    Ricky

    Example code...
    here header has simple structure type (non repeating) so we directly assigning fields
    INPUT-ACCOUNTLIST-ACCOUNTDETAILINFO has proxy table structure(repeating structure) ,.... so we have used internal table for that..
    FUNCTION Z_00FI_ACCOUNTS_RECON_DAT.
    ""Local Interface:
    *"  IMPORTING
    *"     REFERENCE(INPUT) TYPE  ZDT_ACCOUNT_RECON_INFO_TARGET4
    TABLES:ZT00FI_ACCDATA,                       "Accounts Data
           ZT00FI_ACCHEAD.
    DATA:
         LT_ACCOUNTLIST TYPE TABLE OF  ZDT_ACCOUNT_RECON_INFO_TARGET3,
         LT_ACCDATATAB TYPE TABLE OF ZT00FI_ACCDATA,
         LT_ACCHEADERTAB TYPE TABLE OF ZT00FI_ACCHEAD,
         LS_ACCOUNTLIST TYPE  ZDT_ACCOUNT_RECON_INFO_TARGET3,
         LS_ACCDATATAB TYPE ZT00FI_ACCDATA,
         LS_ACCHEADERTAB TYPE ZT00FI_ACCHEAD,
         LS_HEADER TYPE ZDT_ACCOUNT_RECON_INFO_TARGET.
        SELECT SINGLE * FROM ZT00FI_ACCHEAD
        WHERE BATCHID = INPUT-HEADER-BATCHID AND
              SUBBATCHID = INPUT-HEADER-SUBBATCHID.
    *IF SY-SUBRC NE 0.
    MOVE:
      INPUT-HEADER-SOURCEREF TO LS_ACCHEADERTAB-SOURCEREF,
      INPUT-HEADER-BATCHID TO LS_ACCHEADERTAB-BATCHID,
      INPUT-HEADER-SUBBATCHID TO LS_ACCHEADERTAB-SUBBATCHID,
      INPUT-EXTRACTIONINFO-DATAVERSION TO LS_ACCHEADERTAB-DATAVERSION,
      INPUT-EXTRACTIONINFO-SOURCESYSTEM TO LS_ACCHEADERTAB-SOURCESYSTEM,
      INPUT-EXTRACTIONINFO-COUNTRYCODE TO LS_ACCHEADERTAB-COUNTRYCODE,
      INPUT-EXTRACTIONINFO-NUMBEROFACCOUNTS TO LS_ACCHEADERTAB-NUMBEROFACCOUNTS,
      INPUT-EXTRACTIONINFO-STARTTIMESTAMP TO LS_ACCHEADERTAB-STARTIMESTAMP,
      INPUT-EXTRACTIONINFO-ENDTIMESTAMP TO LS_ACCHEADERTAB-ENDTIMESTAMP,
      INPUT-EXTRACTIONINFO-DELTAINDICATOR TO LS_ACCHEADERTAB-DELTAINDICATOR,
      INPUT-EXTRACTIONINFO-LASTBATCHINDICAT TO LS_ACCHEADERTAB-LASTBATCHINDICAT.
    MOVE 'N' TO LS_ACCHEADERTAB-PROCESSINDICATOR.
    APPEND LS_ACCHEADERTAB TO LT_ACCHEADERTAB.
    INSERT ZT00FI_ACCHEAD FROM TABLE LT_ACCHEADERTAB.
    MOVE INPUT-ACCOUNTLIST-ACCOUNTDETAILINFO TO LT_ACCOUNTLIST.
    LOOP AT LT_ACCOUNTLIST INTO LS_ACCOUNTLIST.
      MOVE:
      INPUT-HEADER-BATCHID TO LS_ACCDATATAB-BATCH_ID,
      INPUT-HEADER-SUBBATCHID TO LS_ACCDATATAB-SUBBATCH_ID.
      MOVE-CORRESPONDING LS_ACCOUNTLIST TO LS_ACCDATATAB.
      APPEND LS_ACCDATATAB TO LT_ACCDATATAB.
      CLEAR:LS_ACCOUNTLIST,
            LS_ACCDATATAB.
    ENDLOOP.
    INSERT ZT00FI_ACCDATA FROM TABLE LT_ACCDATATAB.
    COMMIT WORK.
    *ENDIF.
    ENDFUNCTION.

  • Send an attachment as part of an XML msg via ABAP Proxy (R3 6.40)

    For 6.20 proxies check this:
    http://help.sap.com/saphelp_xi20sr1/helpdata/en/18/dd5f3ce7ca3d3ee10000000a11402f/frameset.htm
    Be aware, that you have to change the code after upgrade to 6.40/7.0
    Regards
    Stefan

    Thanks that worked like a charm.

  • Problem with File download in ALV via ITS. Please help!

    Hi Experts,
           I have a ALV report which I have web enabled using ITS service. In the ALV there is a delivered functionality for file download. It works fine when the report is run in the SE80. But when I run the ITS service for the report and choose file download option it displays a page saying "this page has been diaplayed due to technical reasons" with title "File properties". In addition it looks for Java runtime in the browser. After all this it opens a popup window for selecting path and file name.
    This is not user friendly and many customers have rasied their concerns on it.
    My question is that,
    Q1: What is the need of this "File properties page"? Why ITS calls this while ABAP editor does not?
    Q2: Is there any way we can suppress this so that it directly opens a popup window for selecting path and file name?
    Please help me.
    Thanks
    Gopal

    Hello Klaus,
    i have also the problem with these intermediate screens!
    We have in between installed patch 22 for ITS 6.20 and SP18 at SAP Netweaver 2004!
    But they are still not processed invisible for the users.
    Are there any additional parameters, which controls this behaviour(~webgui_updown_make_visible is not used!)?
    How can i check, if i have really a.ex. the actual ws.jar-file or other related files of the patch?
    We are using the standalone ITS with an own (modified) IAC with an own CI-design for the webpages. The intermediate screens are displayed with the "normal" SAPGUI-design because of the parameter ~generatedynpro. Without this it does not work, because the template SAPLSIT_0100 is missing!
    Or do you have an example for such a intermediate template with the applet for an upload of a file?
    Thanks in advance
    Felix

  • Error -36. Can't copy files from Internal to External HD. Need Help!

    *So I am having difficulty with transferring files from my internal hard drive to any of my external hard drives. Especially when it comes to media files. It keeps giving me an error saying:*
    +"The Finder cannot complete the operation because some of the data in *** could not be read or written. (Error code -36)."+
    *So I looked up online on what could fix it, and I came across DiskWarrior. I bought the application and ran the software, and did a Check & Repair Disk Permissions for my internal HD as well as my external HD. Everything seemed fine on my external HD, but when I did a diagnostic on my internal, I got this information:*
    +DiskWarrior scanned the disk named "Macintosh HD" checking all files and folders for damage and potential+
    +compatibility problems.+
    Permissions:
    +Started verify/repair permissions on disk disk0s2 Macintosh HD+
    +Group differs on "tmp", should be 80, group is 0+
    +Permissions differ on "tmp", should be lrwxr-xr-x , they are drwxrwxrwt+
    +Permissions differ on "Library/Application Support/ProApps/Internal Plug-Ins/BrowserKit/iLife.bkplugin/Contents/+
    +CodeResources", should be -rw-rw-r-- , they are lrw-rw-r--+
    +Permissions differ on "System/Library/PrivateFrameworks/BrowserKit.framework/Versions/A/CodeResources ",+
    +should be -rw-r--r-- , they are lrw-r--r--+
    +Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/CodeResources", should be -rw-r--r-- ,+
    +they are lrw-r--r--+
    +Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/DVD.frappliance/Contents/+
    +CodeResources", should be -rw-r--r-- , they are lrw-r--r--+
    +Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/FRSettings.frappliance/+
    +Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r--+
    +Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/FRSources.frappliance/+
    +Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r--+
    +Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Movies.frappliance/Contents/+
    +CodeResources", should be -rw-r--r-- , they are lrw-r--r--+
    +Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Music.frappliance/Contents/+
    +CodeResources", should be -rw-r--r-- , they are lrw-r--r--+
    +Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Photos.frappliance/Contents/+
    +CodeResources", should be -rw-r--r-- , they are lrw-r--r--+
    +Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Podcasts.frappliance/+
    +Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r--+
    +Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/TV.frappliance/Contents/+
    +CodeResources", should be -rw-r--r-- , they are lrw-r--r--+
    +Permissions differ on "System/Library/PrivateFrameworks/BackRow.framework/Versions/A/CodeResources", should+
    +be -rw-r--r-- , they are lrw-r--r--+
    +Permissions differ on "System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/+
    +LeopardPanels.bundle/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r--+
    +Warning: SUID file "Applications/Utilities/ODBC Administrator.app/Contents/Resources/iodbcadmintool" has been+
    +modified and will not be repaired+
    +Warning: SUID file "Applications/System Preferences.app/Contents/Resources/installAssistant" has been modified+
    +and will not be repaired+
    +Warning: SUID file "Applications/Utilities/Keychain Access.app/Contents/Resources/kcproxy" has been modified and+
    +will not be repaired+
    +Warning: SUID file "System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/Resources /+
    +DiskManagementTool" has been modified and will not be repaired+
    +Warning: SUID file "usr/sbin/pppd" has been modified and will not be repaired+
    +Warning: SUID file "usr/sbin/vpnd" has been modified and will not be repaired+
    +Finished verify/repair permissions on disk disk0s2 Macintosh HD+
    +Disk: "Macintosh HD"+
    +The Property List data was checked in 10,980 files.+
    +The Resource Data was checked in 11,114 files.+
    +The maximum Folder Depth on this disk is 22. This does not exceed the maximum recommended depth.+
    +The System Symbolic Link Files were found to be damaged and could not be repaired. The damaged system symbolic link files are listed below.+
    +Location: "Desktop"+
    +Folder: "tmp"+
    +This folder pointed to by a System Symbolic Link File is missing.+
    +Location: "Macintosh HD/private/"+
    *From my own knowledge, it seems that I am having an issue with the permissions of the files. I tried repairing them, but it seems DiskWarrior can't repair the files due to the fact that they are either not repairable or they are missing. I hoping I don't have a hardware issue with my HD cause it seems like the issue can't be fixed via software. I have also tried backing-up my drive with Time Machine, but it won't let me do that either. Here are the things that I have tried up until now on how to fix it, and have failed:*
    1. Reformatted External HDs to be "Mac OS Extended (Journaled)"
    2. Used DiskWarrior and did a Check & Repair Disk Permissions
    3. Tried manually changing file permissions.
    *If anybody knows how to fix this, besides using the methods I have already tried, please let me know! Thanks!*

    First, the permissions messages are not errors. They cannot be repaired. They are innocuous and can be ignored.
    Second, Error -36 is not a permissions error. Usually it is related to trying to copy files to a non-OS X formatted drive such as trying to copy a file larger than 2 GBs to an MSDOS formatted drive. The error may also arise when the file being copied is corrupted or has a filename with too many characters or a filename using illegal characters.
    The error may occur when trying to sync an iDevice or an iDisk. It also may occur when trying to transfer files from a Mac to a PC over SMB-mounted network storage.
    Error -36 is an I/O error. For more see I-O error -36 « fuzzybrain|daisychain|blogdrain.

  • ID CS5.5 IDML file and missing plug-ins...need help

    I'm currently running ID CS5.5 and trying to open a CS5 file, ( I think). However, even after converting it to a IDML file extension it just hangs and forces me to shut down. The whole purpose of this is there are several plug-ins including InBooklet SE that I no longer have access to. I'm unable to find the other plugins as well but need to be able to work in this file as the original creator. Any help or suggestions?
    Here is my report:
    ADOBE INDESIGN PRINTING INSTRUCTIONS FOR SERVICE PROVIDER REPORT
    PUBLICATION NAME: 2010 Hayden Catalog 4-27-10 (CS5).indd
    PACKAGE DATE: 1/28/11 12:07 PM
    Creation Date: 1/28/11
    Modification Date: 1/28/11
    CONTACT INFORMATION
    Company Name:
    Contact:
    Address:
    Phone:
    Fax:
    Email:
    SPECIAL INSTRUCTIONS AND OTHER NOTES
    External Plug-ins 5
    InBooklet SE.4x.pln.framework
    WWStyling.pln.framework
    SmartTables.InDesignPlugin
    Style Flocker.InDesignPlugin
    SCFusionIDCS2Plugin.framework
    Non Opaque Objects :On PagePB, 5, 65, 66, 67, 69, 71, 72, 95, 96, 97, 98, 130
    FONTS
    31 Fonts Used; 0 Missing, 6 Embedded, 0 Incomplete, 0 Protected
    Fonts Packaged
    - Name: Arial-BoldMT; Type: TrueType, Status: Embedded
    - Name: ArialMT; Type: TrueType, Status: Embedded
    - Name: Eurostile; Type: Type 1, Status: OK
    - Name: Eurostile-Bold; Type: Type 1, Status: OK
    - Name: EurostileBold; Type: OpenType TrueType, Status: OK
    - Name: Futura-Condensed; Type: Type 1, Status: OK
    - Name: Futura-CondensedBold; Type: Type 1, Status: OK
    - Name: Futura-CondensedBoldOblique; Type: Type 1, Status: OK
    - Name: Futura-CondensedExtraBold; Type: Type 1, Status: OK
    - Name: Futura-CondensedLight; Type: Type 1, Status: OK
    - Name: Futura-CondensedOblique; Type: Type 1, Status: OK
    - Name: Futura-ExtraBold; Type: Type 1, Status: OK
    - Name: Futura-ExtraBoldOblique; Type: Type 1, Status: OK
    - Name: Futura-Heavy; Type: Type 1, Status: OK
    - Name: Helvetica-Bold; Type: Type 1, Status: OK
    - Name: Helvetica-BoldOblique; Type: Type 1, Status: OK
    - Name: Helvetica-Condensed-Bold; Type: Type 1, Status: OK
    - Name: HelveticaNeue-BoldCond; Type: Type 1, Status: OK
    - Name: HelveticaNeue-BoldItalic; Type: Type 1, Status: OK
    - Name: MyriadPro-Regular; Type: Type 1, Status: Embedded
    - Name: OfficinaSans-Bold; Type: Type 1, Status: OK
    - Name: OfficinaSans-Book; Type: Type 1, Status: Embedded
    - Name: OfficinaSans-BookItalic; Type: Type 1, Status: OK
    - Name: Techno; Type: Type 1, Status: Embedded
    - Name: TechnoRegular; Type: TrueType, Status: OK
    - Name: Times-BoldItalic; Type: TrueType, Status: OK
    - Name: Times-Italic; Type: TrueType, Status: OK
    - Name: Times-Roman; Type: TrueType, Status: OK
    - Name: Times-Roman; Type: TrueType, Status: OK
    - Name: Universal-NewswithCommPi; Type: Type 1, Status: Embedded
    - Name: ZapfDingbats; Type: Type 1, Status: OK
    COLORS AND INKS
    4 Process Inks; 0 Spot Inks
    - Name and Type: Process Cyan; Angle: 0.000; Lines/Inch: 0.000
    - Name and Type: Process Magenta; Angle: 0.000; Lines/Inch: 0.000
    - Name and Type: Process Yellow; Angle: 0.000; Lines/Inch: 0.000
    - Name and Type: Process Black; Angle: 0.000; Lines/Inch: 0.000
    LINKS AND IMAGES
    (Missing & Embedded Links Only)
    Links and Images: 284 Links Found; 0 Modified, 0 Missing 0 Inaccessible
    Images: 0 Embedded, 0 use RGB color space
    PRINT SETTINGS
    PPD: N/A, (AL-CX11-D06AAC)
    Printing To: Printer
    Number of Copies: 1
    Reader Spreads: No
    Even/Odd Pages: Both
    Pages: All
    Proof: No
    Tiling: None
    Scale: Scale to fit page
    Page Position: Center
    Print Layers: Visible & Printable Layers
    Printer's Marks: Crops
    Bleed: 0p0, 0p0, 0p0, 0p0
    Color: Composite RGB
    Trapping Mode: None
    Send Image Data: All
    OPI/DCS Image Replacement: No
    Page Size: Custom: 50p2.64 x 65p2.64
    Paper Dimensions: 51p0 x 66p0
    Orientation: Portrait
    Negative: No
    Flip Mode: Off
    FILE PACKAGE LIST
    1. 2010 Hayden Catalog 4-27-10 (CS5).indd; type: Adobe InDesign publication; size: 97320K
    2. Euros; type: Font file; size: 27K
    3. Eurostile; type: Font file; size: 7K
    4. EurosBol; type: Font file; size: 29K
    5. Eurostile-Bold; type: Font file; size: 5K
    6. FuturCon; type: Font file; size: 26K
    7. Futura-Condensed; type: Font file; size: 7K
    8. FuturConBol; type: Font file; size: 28K
    9. Futura-CondensedBold; type: Font file; size: 5K
    10. FuturConBolObl; type: Font file; size: 36K
    11. Futura-CondensedBoldOblique; type: Font file; size: 4K
    12. FuturConExtBol; type: Font file; size: 29K
    13. Futura-CondensedExtraBold; type: Font file; size: 5K
    14. FuturConLig; type: Font file; size: 27K
    15. Futura-CondensedLight; type: Font file; size: 5K
    16. FuturConObl; type: Font file; size: 34K
    17. Futura-CondensedOblique; type: Font file; size: 5K
    18. FuturExtBol; type: Font file; size: 29K
    19. Futura-ExtraBold; type: Font file; size: 6K
    20. FuturExtBolObl; type: Font file; size: 40K
    21. Futura-ExtraBoldOblique; type: Font file; size: 5K
    22. FuturHea; type: Font file; size: 28K
    23. Futura-Heavy; type: Font file; size: 5K
    24. HelveBol; type: Font file; size: 29K
    25. Helvetica-Bold; type: Font file; size: 8K
    26. HelveBolObl; type: Font file; size: 38K
    27. Helvetica-BoldOblique; type: Font file; size: 8K
    28. HelveConBol; type: Font file; size: 30K
    29. Helvetica-Condensed-Bold; type: Font file; size: 7K
    30. HelveNeuBolCon; type: Font file; size: 29K
    31. HelveticaNeue-BoldCond; type: Font file; size: 7K
    32. HelveNeuBolIta; type: Font file; size: 31K
    33. HelveticaNeue-BoldItalic; type: Font file; size: 8K
    34. OfficSanBol; type: Font file; size: 32K
    35. OfficinaSans-Bold; type: Font file; size: 12K
    36. OfficSanBooIta; type: Font file; size: 33K
    37. OfficinaSans-BookItalic; type: Font file; size: 11K
    38. TechnoRegular; type: Font file; size: 87K
    39. Times-BoldItalic; type: Font file; size: 91K
    40. Times-Italic; type: Font file; size: 92K
    41. Times-Roman; type: Font file; size: 89K
    42. ZapfDin; type: Font file; size: 40K
    43. ZapfDingbats; type: Font file; size: 4K

    You can't convert to .idml by changing the file extension. You must export the file from the oringal version as a .idml file.
    That said, you can use jongware's script to identify the version of the file, even if it won't open: Adobe Forums: [Ann] Identify Your InDesign File
    That said, InBooklet SE was part of InDesign CS3, but I see it listed inthe plugins used. I also see a number of what look like third-party plugins listed, and that may be the problem. What's happening when you try to open the file?

Maybe you are looking for

  • Problems with copy and paste document size

    Using Adobe illustrator I have been copying images from a .pdf and then pasting in photoshop having made an action script which does : - >Make New document preset clipboard >Paste with aa as: smart object center: center Translate 0, cm , 0cm >Save As

  • Error in Retriving data

    I am able to get the connection throgh connection bean. i have also one bean to get all tables from the database. for that my bean name is GetAllColumns() but when i run the jsp page it shows me following error [Microsoft][ODBC Microsoft Access Drive

  • What account info will I need to buy the data add on for europe

    Only know my mobile number will I need my EE account number when I buy the add on?

  • Acrobat reader gives me not enough memory

    good day all im trying to open a file pdf on my E90 but it refuses and gives me the following error" not enough memory" its 30mb and the other ones open alright anybody can fix this for me thanks all

  • Help needed about Jtree

    Hello every one. I am making a small application using Jtree and Oracle database. The point is I have to change a particupar node's name , not others. If I use "seteditable" all nodes will be editable , not only that particu;ar node. Who can tell me