Matmas extraction R3 to MDM issue

Hi Experts,
I am trying to Extract Material Master from R3 to MDM via PI.
All the configurations are done in R3 and PI side aswell.
I checked to run Test IDOC from R3 its executed successfully from R3 ( i have checked using WE05) and its received to PI as ERROR message (SXMB_MONI).
when i checked its displaying message like "<SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC</SAP:Code> ".
<SAP:P1 />
  <SAP:P2 />
  <SAP:P3 />
  <SAP:P4 />
  <SAP:AdditionalText />
  <SAP:Stack>No receiver could be determined</SAP:Stack>
  <SAP:Retry>M</SAP:Retry>
  </SAP:Error>
Please do needful.
Thanks

Hi,
Actually there are two options: either you do not have a Receiver Determination at all; or you have an extended Receiver Determination (with conditions), and no receiver could be determined for this particular message (none of the conditions were met). In the latter case, you can either modify your conditions, or select a default Receiver for such cases (also in RD). 
Hope this helps,
Greg

Similar Messages

  • Adobe cs6: extracting files, installer detects issues. Using Photoshop, the program crashes quickly.

    I'm in the process of downloading Adobe cs6, and when I extract the downloaded files, installer detects a machine restart is pending, but even after restarting the computer, and retrying to extract the files the issue persists. So I tried ignoring the problem, (as that is one of the options) and completing the download, but then when I go ahead and use Photoshop, I only get to use it for less than 20 seconds and the program completely shuts down. I have no clue how to fix this problem.
    I've tried unistalling Adobe cs6 and reistalling it multiple times, but no luck.
    I've also downloaded the update published by adobe today (11/26/2012) but i still have this problem.
    I don't know how to solve this issue, doesn anyone have any suggestions as how to fix it?
    i'm using windows 7, and AMD Professional firepro graphics card
    Thanks Stef

    Hi Stef. You’ve posted your question in a forum that is for beginners trying to learn the basics of Photoshop.  I'm moving your question to the Downloading, Installing, Setting Up forum for specialized attention to your situation.

  • Generic extraction loading and performances issues

    hi,
          any one can give the details about the generic extraction loading as well as performance issues.
    advance thanks
    regards
    praveen

    Hi,
    when there is no suitable business content datasource we go for creating generic data source.
    by using generic data source we can extract data present in single or multiple tables.
    If the data is present in the single table we go for generic data source extracting from table.
    If the data that is to be extracted is present in multiple tables and the relation between the tables is one to one and if there is a common field in both the tables we create a view on these tables and create a generic data source extracting from view.
    if you want to extract data from different tables and there is no common field we create a info set on these tables and create a generic datasource extracting from query.
    if you want to extarc the data from different tables and the relation is one to many  or many to many we create a generic data source from function module.
    If we extarct from function module ,at run time it has to execute the code and brings the data to BW.so it degrades the loading performance.
    regards,

  • Generic Delta extraction by Function module issue

    Hello Experts,
    Please help !!!
    I have problem for delta extraction by Function module.  For the full load, I wrote function module based on RSAX_BIW_GET_DATA_SIMPLE. It works fine.
    But I would like to have the delta load enabled. Therefore, I modified the datasource, add a delta specific field u2018ztimestampu2019, which type is calendar day.
    Then I create a function module based on template u2018RSAX_BIW_GET_DATAu2019, as this support the upload mode. But when I test this datasource in RSA3, no matter itu2019s full load or initial delta load, it always send me an error, u201CErrors occurred during the extractionu201D.
    I had some debug, and found that there is no value  for i_isource when my function module is called. Therefore it raised the exception.
    But I do not have the chance to debug my code for the delta logic, can somebody help to check?
    I also check the entries in ROOSOURCE,
    For my datasource ZTRNREC_FM_DELTA, The DELTA value is u2018AIEu2019, and extraction method is u2018F2u2019, should I change them to DELTA= u2018Du2019 and extraction method to u2018F1u2019? Where to change?
    FUNCTION ZRSAX_TRAININGREC_DELTA.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(I_REQUNR) TYPE  SBIWA_S_INTERFACE-REQUNR
    *"     VALUE(I_ISOURCE) TYPE  SBIWA_S_INTERFACE-ISOURCE OPTIONAL
    *"     VALUE(I_MAXSIZE) TYPE  SBIWA_S_INTERFACE-MAXSIZE OPTIONAL
    *"     VALUE(I_INITFLAG) TYPE  SBIWA_S_INTERFACE-INITFLAG OPTIONAL
    *"     VALUE(I_UPDMODE) TYPE  SBIWA_S_INTERFACE-UPDMODE OPTIONAL
    *"     VALUE(I_DATAPAKID) TYPE  SBIWA_S_INTERFACE-DATAPAKID OPTIONAL
    *"     VALUE(I_PRIVATE_MODE) OPTIONAL
    *"     VALUE(I_CALLMODE) LIKE  ROARCHD200-CALLMODE OPTIONAL
    *"     VALUE(I_REMOTE_CALL) TYPE  SBIWA_FLAG DEFAULT SBIWA_C_FLAG_OFF
    *"  TABLES
    *"      I_T_SELECT TYPE  SBIWA_T_SELECT OPTIONAL
    *"      I_T_FIELDS TYPE  SBIWA_T_FIELDS OPTIONAL
    *"      E_T_DATA STRUCTURE  ZTRN_REC_TIME OPTIONAL
    *"      E_T_SOURCE_STRUCTURE_NAME OPTIONAL
    *"  EXCEPTIONS
    *"      NO_MORE_DATA
    *"      ERROR_PASSED_TO_MESS_HANDLER
    The input parameter I_DATAPAKID is not supported yet !
    Example: InfoSource containing TADIR objects
    Auxiliary Selection criteria structure
      DATA: l_s_select TYPE sbiwa_s_select.
    Maximum number of lines for DB table
      STATICS: l_maxsize TYPE sbiwa_s_interface-maxsize,
              S_S_IF TYPE SRSC_S_IF_SIMPLE,
              S_COUNTER_DATAPAKID LIKE SY-TABIX.
    Parameter I_PRIVATE_MODE:
    Some applications might want to use this function module for other
    purposes as well (e.g. data supply for OLTP reporting tools). If the
    processing logic has to be different in this case, use the optional
    parameter I_PRIVATE_MODE (not supplied by BIW !) to distinguish
    between BIW calls (I_PRIVATE_MODE = SPACE) and other calls
    (I_PRIVATE_MODE = X).
    If the message handling has to be different as well, define Your own
    messaging macro which interprets parameter I_PRIVATE_MODE. When
    called by BIW, it should use the LOG_WRITE macro, otherwise do what
    You want.
    Initialization mode (first call by SAPI) or data transfer mode
    (following calls) ?
      IF i_initflag = sbiwa_c_flag_on.
    Initialization: check input parameters
                    buffer input parameters
                    prepare data selection
    The input parameter I_DATAPAKID is not supported yet !
    Invalid second initialization call -> error exit
        IF NOT g_flag_interface_initialized IS INITIAL.
          IF 1 = 2. MESSAGE e008(r3). ENDIF.
          log_write 'E'                    "message type
                    'R3'                   "message class
                    '008'                  "message number
                    ' '                    "message variable 1
                    ' '.                   "message variable 2
          RAISE error_passed_to_mess_handler.
        ENDIF.
    Check InfoSource validity
        CASE i_isource.
          WHEN 'ZTRNREC_FM_DELTA'.
          WHEN OTHERS.
            IF 1 = 2. MESSAGE e009(r3). ENDIF.
            log_write 'E'                  "message type
                      'R3'                 "message class
                      '009'                "message number
                      i_isource            "message variable 1
                      ' '.                 "message variable 2
            RAISE error_passed_to_mess_handler.
        ENDCASE.
    Check for supported update mode
        CASE i_updmode.
          WHEN 'F'.
          WHEN 'D'.
          WHEN 'R'.
          WHEN OTHERS.
            IF 1 = 2. MESSAGE e011(r3). ENDIF.
            log_write 'E'                  "message type
                      'R3'                 "message class
                      '011'                "message number
                      i_updmode            "message variable 1
                      ' '.                 "message variable 2
            RAISE error_passed_to_mess_handler.
        ENDCASE.
    Check for obligatory selection criteria
        APPEND LINES OF i_t_select TO g_t_select.
    Fill parameter buffer for data extraction calls
        g_s_interface-requnr    = i_requnr.
        g_s_interface-isource   = i_isource.
        g_s_interface-maxsize   = i_maxsize.
        g_s_interface-initflag  = i_initflag.
        g_s_interface-updmode   = i_updmode.
        g_s_interface-datapakid = i_datapakid.
        g_flag_interface_initialized = sbiwa_c_flag_on.
    Fill field list table for an optimized select statement
    (in case that there is no 1:1 relation between InfoSource fields
    and database table fields this may be far from beeing trivial)
        APPEND LINES OF i_t_fields TO g_t_segfields.
      ELSE.                 "Initialization mode or data extraction ?
    Data transfer: First Call      OPEN CURSOR + FETCH
                   Following Calls FETCH only
      LOOP AT G_T_SELECT INTO L_S_SELECT
            WHERE FIELDNM = 'ZTIMESTAMP'.
      ENDLOOP.
          IF G_COUNTER_DATAPAKID = 0.
            IF L_S_SELECT-LOW = '' AND L_S_SELECT-HIGH = ''.
            OPEN CURSOR WITH HOLD G_CURSOR FOR
                SELECT (g_t_fields)
                FROM ZTRN_REC_TIME.
            ELSE.
              OPEN CURSOR WITH HOLD G_CURSOR FOR
                SELECT (g_t_fields)
                FROM ZTRN_REC_TIME
                WHERE ZTIMESTAMP >= L_S_SELECT-LOW
                  AND ZTIMESTAMP  <= L_S_SELECT-HIGH.
            ENDIF.
          ENDIF.
      FETCH NEXT CURSOR G_CURSOR
                   APPENDING CORRESPONDING FIELDS
                   OF TABLE E_T_DATA
                   PACKAGE SIZE S_S_IF-MAXSIZE.
        IF SY-SUBRC <> 0.
          CLOSE CURSOR G_CURSOR.
          RAISE NO_MORE_DATA.
        ENDIF.
        S_COUNTER_DATAPAKID = S_COUNTER_DATAPAKID + 1.
      ENDIF.
    ENDFUNCTION.
    I found some similar issue in this forum by link
    Generic Extractor Delta Function Module code, but still I could not get clear answer.
    Can you please help me:
    1)     why there is no value for i_source , how to fix it?
    2)     For the delta logic for ztimestemp, is it correct?
    3)     Need I modify the entries in ROOSOURCE ?
    Thanks a lot !!!

    Hello Andre,
            Thanks a lot for your help. I did some change , but still does not work. Could you please help check.
    Now the source code are the following, It's based on the RSAX_BIW_GET_DATA_SIMPLE, as you confirm that this also supply the update mode (full, initial delta, delta).
    FUNCTION RSAX_BIW_GET_DATA_TRAININGREC1.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(I_REQUNR) TYPE  SRSC_S_IF_SIMPLE-REQUNR
    *"     VALUE(I_DSOURCE) TYPE  SRSC_S_IF_SIMPLE-DSOURCE OPTIONAL
    *"     VALUE(I_MAXSIZE) TYPE  SRSC_S_IF_SIMPLE-MAXSIZE OPTIONAL
    *"     VALUE(I_INITFLAG) TYPE  SRSC_S_IF_SIMPLE-INITFLAG OPTIONAL
    *"     VALUE(I_READ_ONLY) TYPE  SRSC_S_IF_SIMPLE-READONLY OPTIONAL
    *"     VALUE(I_REMOTE_CALL) TYPE  SBIWA_FLAG DEFAULT SBIWA_C_FLAG_OFF
    *"  TABLES
    *"      I_T_SELECT TYPE  SRSC_S_IF_SIMPLE-T_SELECT OPTIONAL
    *"      I_T_FIELDS TYPE  SRSC_S_IF_SIMPLE-T_FIELDS OPTIONAL
    *"      E_T_DATA STRUCTURE  ZTRN_REC_TIME OPTIONAL
    *"  EXCEPTIONS
    *"      NO_MORE_DATA
    *"      ERROR_PASSED_TO_MESS_HANDLER
    Auxiliary Selection criteria structure
      DATA: L_S_SELECT TYPE SRSC_S_SELECT.
    Maximum number of lines for DB table
      STATICS: S_S_IF TYPE SRSC_S_IF_SIMPLE,
    counter
              S_COUNTER_DATAPAKID LIKE SY-TABIX,
    cursor
              S_CURSOR TYPE CURSOR.
    Select ranges
    RANGES:
            L_R_ZTIMESTAMP FOR ZTRN_REC_TIME-ZTIMESTAMP.
    Initialization mode (first call by SAPI) or data transfer mode
    (following calls) ?
      IF I_INITFLAG = SBIWA_C_FLAG_ON.
    Initialization: check input parameters
                    buffer input parameters
                    prepare data selection
    Check DataSource validity
        CASE I_DSOURCE.
          WHEN 'ZTRNREC_FM'.
          WHEN OTHERS.
            IF 1 = 2. MESSAGE E009(R3). ENDIF.
    this is a typical log call. Please write every error message like this
            LOG_WRITE 'E'                  "message type
                      'R3'                 "message class
                      '009'                "message number
                      I_DSOURCE   "message variable 1
                      ' '.                 "message variable 2
            RAISE ERROR_PASSED_TO_MESS_HANDLER.
        ENDCASE.
        APPEND LINES OF I_T_SELECT TO S_S_IF-T_SELECT.
    Fill parameter buffer for data extraction calls
        S_S_IF-REQUNR    = I_REQUNR.
        S_S_IF-DSOURCE = I_DSOURCE.
        S_S_IF-MAXSIZE   = I_MAXSIZE.
    Fill field list table for an optimized select statement
    (in case that there is no 1:1 relation between InfoSource fields
    and database table fields this may be far from beeing trivial)
        APPEND LINES OF I_T_FIELDS TO S_S_IF-T_FIELDS.
      ELSE.                 "Initialization mode or data extraction ?
    Data transfer: First Call      OPEN CURSOR + FETCH
                   Following Calls FETCH only
    First data package -> OPEN CURSOR
        IF S_COUNTER_DATAPAKID = 0.
          LOOP AT S_S_IF-T_SELECT INTO L_S_SELECT WHERE FIELDNM = 'ZTIMESTAMP'.
          MOVE-CORRESPONDING L_S_SELECT TO L_R_ZTIMESTAMP.
          APPEND L_R_ZTIMESTAMP.
          ENDLOOP.
    Determine number of database records to be read per FETCH statement
    from input parameter I_MAXSIZE. If there is a one to one relation
    between DataSource table lines and database entries, this is trivial.
    In other cases, it may be impossible and some estimated value has to
    be determined.
         IF L_S_SELECT-LOW = '' AND L_S_SELECT-HIGH = ''.
            OPEN CURSOR WITH HOLD S_CURSOR FOR
            SELECT (S_S_IF-T_FIELDS)
            FROM ZTRN_REC_TIME.
            ELSE.
            OPEN CURSOR WITH HOLD G_CURSOR FOR
            SELECT (S_S_IF-T_FIELDS)
            FROM ZTRN_REC_TIME
            WHERE ZTIMESTAMP >= L_S_SELECT-LOW
            AND ZTIMESTAMP <= L_S_SELECT-HIGH.
         ENDIF.
        ENDIF.                             "First data package ?
    Fetch records into interface table.
      named E_T_'Name of extract structure'.
        FETCH NEXT CURSOR S_CURSOR
                   APPENDING CORRESPONDING FIELDS
                   OF TABLE E_T_DATA
                   PACKAGE SIZE S_S_IF-MAXSIZE.
        IF SY-SUBRC <> 0.
          CLOSE CURSOR S_CURSOR.
          RAISE NO_MORE_DATA.
        ENDIF.
        S_COUNTER_DATAPAKID = S_COUNTER_DATAPAKID + 1.
      ENDIF.              "Initialization mode or data extraction ?
    ENDFUNCTION.
    I think it already includes the important statements you suggested.
    I test this FM in RSA3, for the Full load mode, it works fine. Also if I checked the debug mode in execution , it will stop in the code and let me debug.
    But when I choose other mode, like 'initializion of the delta transfer'  or simulation of initial delta, I always get error 'error occurs  during the extraction' .. even I choose debug mode, but it could not enter the code for debug..
    Till now I did not see any parameter or value for the upload mode..
    Another questions is that, in RSO2, I define Ztimestamp as my delta field.. But , can I add other field as selection condition in the datasource definition, and has its range table in this function module ?
    Should I change the entries in ROOSOURCE for this datasource ??
    Please let me know your feedback, do you have some concret example for generic delta extraction ?
    Thanks a lot !

  • Server 3.1.1 MDM Issue

    Hello Everybody,
    Apart from the fact that the CPU load is high since Server 3.1 I found a new issue I expierence since 3.1.1
    Download and apply trust profile on client - check - works!
    Download and apply enrolment profile on client - NOT WORKING.
    Opened some Log fails with tail -f. No Log entrys while trying to enrole a device (tried two different devices with 10.7.5).
    devicemgrd.log
    profilemanager.log
    servermgr_devicemgr.log
    On the client in system.log:
    System Preferences: *** ERROR *** [CPInstallerUI:501] Profile installation (Entfernte Verwaltung (com.apple.config.$DNS.mdm)) (Checkin 'Authenticate' failed: 0 <InternalError:1>)
    Somebody got any Idea? I never had problems with adding new devices before ...
    Best.

    Hi, I'm afraid there is not a fix but perhaps an alternative option.
    Apple believe that Lion is too old to be worth supporting so they can't be bothered and provide comical advice: http://support.apple.com/kb/TS5279
    Fortunately there is still a way to manage clients from Jaguar to Mavericks which is a little more reliable in a local network, the ancient and trusted Workgroup Manager: http://support.apple.com/kb/DL1698 , you can apply settings over a VPN client also if the remote Mac is bound to your directory.
    Not the best solution but seems to be the only one which works, I'd hate to rely on OS X Server in a medium to large business environment.

  • IOS MDM Issues

    I don't want to sound silly, but I would just like to get a confirmation on a hunch that I have. I've worked with apple computers for some time, but its been awhile since I've had to play with the built in MDM features and it seems to have changed since the last time I used it. Long story short I've got some iPads I'd like to deploy to remote areas, but there are a few issues I'm running into. Keep in mind that I've been trying to, for test purposes, keep all my tinkering sandboxed before doing any kind of official real world release. So the server is currently on a closed local network with self assigned certificates.
    Running the server off a 2010 mac mini on 10.9 with an iPad on iOS 7
    1. To install 3rd party apps do you HAVE to have a VPP? (Even though I have them selected and setup for the device under the payload settings it doesn't seem to install onto the device)
    2. To setup remote management do you HAVE to have Apple Configurator? (Running into an issue with installing the enrollment profile, says it can't contact to the server, so I don't know if its a network issue, or a change in how apple MDM works now)
    3. I can't find a compatible version of Apple Config for 10.9, anyone know of one still on the net?
    4. So far I've been installing all my profiles via email. In a mass deployment scenario what would you suggest from experience? Once again does that come back to Apple Config?
    Suggestions are much appreciated

    Hi schaafsmaster,
    I manage 2,600 iPads using an MDM. I am very familiar with Apple Configurator, MDMs, VPP, and DEP. I'd be happy to answer your questions:
    1. To install 3rd party apps do you HAVE to have a VPP? (Even though I have them selected and setup for the device under the payload settings it doesn't seem to install onto the device)
    For Apple Configurator, you do not need VPP for free apps. However for paid apps, yes, you must be signed up for VPP.
    2. To setup remote management do you HAVE to have Apple Configurator? (Running into an issue with installing the enrollment profile, says it can't contact to the server, so I don't know if its a network issue, or a change in how apple MDM works now)
    No you don't need Apple Configurator (but you can use it if you want). You can use an MDM and either have users enroll through a web portal or via Apple's Device Enrollment Program (DEP) using a Pre-stage enrollment set up in your MDM.
    3. I can't find a compatible version of Apple Config for 10.9, anyone know of one still on the net?
    I would contact Apple to see if they can provide you with a link. Apple Configurator 1.7 is the only one on the App Store, and I wouldn't trust downloading from a 3rd party site. Call Apple's Enterprise Support at 1-866-752-7753 and let them know your situation.
    4. So far I've been installing all my profiles via email. In a mass deployment scenario what would you suggest from experience? Once again does that come back to Apple Config?
    We use an MDM to automatically install configuration profiles to our fleet of iPads. Given your description of wanting to manage devices in remote locations, I would highly recommend using an MDM for OTA management. That way you can make changes on the fly and deploy them wirelessly without having to use Apple Configurator which requires a physical connection.
    There are many MDM's out there that offer many of the same features. Robert offered the Enterprise iOS link that offers a good overview of most of the major players http://www.enterpriseios.com/wiki/Comparison_MDM_Providers .
    I would also strongly recommend you sign up for VPP MD for use with DEP. Here's a quick reference guide to DEP: https://www.apple.com/ipad/business/docs/DEP_Business_Guide_EN_Feb14.pdf .
    Here are some other useful links that you may find helpful:
    https://www.apple.com/support/business-education/
    https://www.apple.com/business/docs/iOS_Enterprise_Deployment_Overview.pdf
    https://www.apple.com/ipad/business/it/deployment.html
    Let me know if you have other questions. Hope this helps. Good luck!!
    ~Joe

  • Extracted punctuation and editting issues in Contacts

    I waited to install from 10.6.8 because of the many issues I saw/heard people were having, then I heard that it was fine and I installed 10.8.2 but wow, what a nightmare!
    The most tragic issue is the new format of Address Book. First of all, the new "Contacts" application is horrendous and looks like a 1988 Corel Draw design, if Corel was around back then. What gives? I've learned that if something works—Don't fix it! Who  at Apple  allowed for this to go through? The staff must have had a lot of beer and wine that day! Is Apple going to turn its OS into a kiddie book because that is what this application looks like. Please return us to our original glory; there was no need for this circumcision ("to cut, about, around, and through").
    First, it seems that there are the two duplicate file systems, but since I don't know what or where iCloud is, I am not willing to make that my primary backup site. So I have to read the manual about that.
    Here is the actual problem, when installed, Contacts actually strips the punctuation from all my emails. This means the symbol ("@") and the periods (".") in my emails. Even though I manually try to edit this, I am not allowed to make edits in the emails!
    In addition, I can no longer add  new phone numbers or entries, as one would do by clicking on the green "+" symbol. The only thing I can do, is write notes, and click on the delete entries ("-").
    I wonder why, with so many issues, Apple hasn't fixed this promptly, and/or returned to the previous Address Book version?

    Actually I did not import, I just reinstalled the new software and it automatically did that. I have tried resetting the PRAM and that didn't do anything but as soon as I figure out where the Power button is on my wireless Apple keyboard, I will try to rest the Mac Mini, which is lacking some feature, I read somewhere, so sometimes this causes problems.

  • MDM Issues -ii-

    Hello experts,
    when a validation fails - Error message pops up.
    Now, what should we do with the records that failed at validation?
    Will they be automatically Deleted from table??
    or
    Should we need to change the data(then and there) and run the validation again??
    If my client requirment is to delete the records which did not meet the validation, is there any way otherthan manually selecting and deleting them??
    Can we validate the data before it falls in to the mdm database??If so How?
    Kind Regards
    Eva

    HI Eva
    Automatic deletion of records which has failed validations is not possible in MDM.
    Validations are defined to ensure that records in MDM are meeting data quality checks and prurpose should be more on correcting the records so that they are in lines with the Data governance principles laid down in MDM repository.
    Can we validate the data before it falls in to the mdm database??If so How?
    Design a workflow W1 like Start(checkout)-> Validate-> process(mark for deletion)-> Stop(check in)
    Next trigger this workflow as part of the import process. Each record imported will be assigned to w1 and will be checkedout. If the record is failing the validation in the next step User can mark the records with deletion flag(define this field in Data model).
    All such records can be searched and deleted from MDM.
    best regards
    Ravi

  • Uncompress and extract tar.Z file issue

    Does anybody could help me on how to properly and untar files in with tar.Z extension.
    Looks like files where tar with gtar utility and compressed on top of it. (O/S AIX)
    I used following method to uncompress and extract actual file and some files worked but large files (> 10 G) give me trouble
    Here is my example:
    uncompress data1.dbf.tar.Z
    ##This creates data1.dbf tar file
    tar -xvf data1.dbf.tar
    This gives me following message
    x data1.dbf, -2594003015419476674 bytes, -5066412139491164 tape blocks
    and creates 0 byte data1.dbf file

    One would assume
    firstly: this is not an Oracle problem
    secondly: gtar has a -x switch, and man gtar would tell you all about it
    thirdly: maybe the filesystem you are untarring to doesn't allow files greater than 2G.
    Who can tell?
    Sybrand Bakker
    Senior Oracle DBA

  • MDM Issue

    Hi,
    when ever i deploy AIA Artifcts into MDS evry time i enter admin user and password like below how can i reslov this issue and were can set admin use and password in mds .
    oracle@PDC-CRM-WEBLOGIC01 bin]$ . ./aiaenv.sh
    [oracle@PDC-CRM-WEBLOGIC01 bin]$ ant -f /usr/app/oracle/product/ECO/EcoAIA/Infrastructure/Install/config/UpdateMetaData.xml
    Buildfile: /usr/app/oracle/product/ECO/EcoAIA/Infrastructure/Install/config/UpdateMetaData.xml
    updateData:
    Please Enter the Admin Username:weblogic
    Please Enter the Admin Password:
    [AIAXmlProperty] Decipher value does not exist for the key : oer.server.password
    Install:
    InstallDeploymentPlan:
    [echo]
    [echo]
    [echo]
    [echo] Deployment log -- /usr/app/oracle/product/ECO/EcoAIA/aia_instances/AIA30/logs/UpdateMetaDataDP_PreInstallScript_2013-02-27_12-28-36.log
    [echo]
    Thanku,

    Follow this link to add encypted username/password to AIDInstallProperties.xml the Installing and Deploying using Manual Steps

  • Space issues while extracting text

    Hi,
          I am using PDTextSelectEnumText to extract text containing  both Japanese and English.My sample document has 2 scenario:
         a)space between English and Japanese text. b)no space between English and Japanese text.
          my issues is with space,Which gets added to the end of English text,leading to string mismatch between extracted text and original pdf text.(for 2nd scenario)
          what changes I need to do,to read the space explicitly(if present between the text).
          Or is their any other function for text extraction.
    Plz help...
    Thanks,
    Sind

    Acrobat 7 hasn't been supported for at least 3 years now. You will need to move to Acrobat 9 and the 9 SDK (or later) to obtain support.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Thu, 8 Dec 2011 21:01:59 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Space issues while extracting text
    Re: Space issues while extracting text
    created by Sindhu B R<http://forums.adobe.com/people/SindhuBR> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4073106#4073106

  • MDM extraction?

    hi ,
    MDM is like separate module like mm,sd..., if i want extract data from MDM, what are the steps i need follow to extract data, what type of extraction can i use?
    regards
    ss

    Hi Suneel,
    There are several threads on MDM and BI integration:
    https://forums.sdn.sap.com/search.jspa?threadID=&q=suneel+mdm&objID=c4&dateRange=all&numResults=15
    I think I also provided some links for MDM-BI scenarios to you in an earlier thread...
    Hope this helps...

  • ImageCLASS D1120 Windows 8.1 driver issues and MF Toolbox problems

    I'm having some real problems getting several imageCLASS series multifunction units to work in the windows 8.1 x64 environment.  most recently, I've been working with a D1120, and I can't get it to do any more than print reliably - no scan functionality at all.  I realize there are two issues here, so I'll try to break them apart as best as possible.  For reference purposes, i'm running windows 8.1 on a 64-bit system.  I was able to download the correct drivers and program from the canon website, and extracted them with no issue.
    On the driver problem, I tried using the instructions found in this link, but windows went ahead and installed the 2009 series drivers regardless.  It's connecting via USB, and doesn't give me any option to update the drivers once "installed".
    On the MF Toolbox problem, I've gotten it to do one one scan job, and then it starts throwing a variety of error messages at me.  First, it will say there is a data transfer error.  Then it will say there are no documents in the queue.  Then it will simply lock up and not start the scan job at all.  I tried using the instructions in this link, but didn't get anywhere.  
    Any way you can help on one or both of these issues?  I have a feeling they are related somehow...
    Z

    Hi merliner.
    I will be glad to assist you.
    The drivers may not be installed correctly because the Windows operating system is automatically installing the driver.  First, we will need to disconnect the printer from the computer and uninstall the drivers.  Since the drivers are being installed by the Windows system, I recommend uninstalling the drivers from the 'Print Server Properties' window.  Please follow the instructions below:
    1.  Open the [Devices and Printers] window.
    2.  Left-click, one time, on the Microsoft XPS Document Writer or the Send To One Note devices.
    3.  Click Print Server Properties in the Menu Bar.  (You will see "Add a device", "Add a printer", "See what's printing" and "Print server properties".)
    4.  Click on the [Drivers] tab.
    5.  Select the Canon drivers, then click [Remove].
    6.  Select "Remove Driver and Driver Package".
    7.  Click "OK".  (You may receive a message stating that the Package could not be removed.  This is fine.  As long as the driver is deleted from the list, you can continue.)
    Once the drivers are deleted, restart the computer.  After the computer restarts, and leaving the USB cable disconnected, please follow the instructions below to install the drivers that you downloaded from the Canon USA website:
    The file that you download from the Canon website is .ZIP file.  When you select [RUN], it unpacks the setup folder. 
    1.  Please open your [Downloads] folder.
    2.  You will see two icons with the name: D1170_1150_1120_MFDrivers_W64_us_EN.exe . Double-click on the yellow folder icon with this name.
    3.  In the folder you will see two listings for [Setup].  Double-click on the [Setup] that has the type as [Application].
    4.  The "MF Drivers Setup Wizard" will open.  Proceed through the steps and restart the computer.
    After restarting the computer, connect the USB cable and allow the installation to complete.  Finally, scan a document by following the instructions below:
    1.  Verify that MF Toolbox is closed on the computer and press the [SCAN] button on the printer.
    2.  The screen will show, "Scanning mode...".
    3.  On the computer, open the MF Toolbox and select [PDF].
    4.  Click the green [START] button on the [PDF] window.  The machine will start processing the scan.
    I hope this information is helpful to you.  Should you need further assistance, please contact us at 1-800-OK-CANON (1-800-652-2666).
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • CDC Issue in SSIS Package

    Hi All,
    We have created SSIS package using CDC(2012). But performance is very slow. How can we improve performance in the below senario's
    Scenario A:
    Source DB & CDC in SSIS in the same server:
    When we run  the CDC package in this scenario. We are able to extract 500K records in 50seconds. 
    Scenario B:
    Source DB is in physical server 1 and CDC with SSIS in physical server 2:
    When we run the CDC package in the scenario, 10,000 record extraction takes 15min. We have Primary Key in the table from where we extracting the records.
    Please reply us how to solve the delay in data extraction using CDC in the Scenario B. We are using 2012.
    Kindly provide us multiple options.
    Thanks in Advance...

    Hi All,
    We have created SSIS package using CDC(2012). But performance is very slow. How can we improve performance in the below senario's. The issue in reading transaction log
    When we run the CDC package in this scenario, 10,000 record extraction takes 15min. We have Primary Key in the table from where we extracting the records.
    Issue : CDC source component is taking time to read data from transaction log file . Is there any way to track this ? 
    Our requirement is reading changed data e.g. 100,000 records in some seconds .
    Kindly provide us multiple options.
    Thanks in Advance...

  • ABAP MDM Connection Pool

    Hi,
    I'm trying to write a report that extracts information from MDM. Everytime it's called, it has to establish a new connection to MDM where the hand-shake takes about 20-30 secs.
    I was wondering if ABAP MDM Connection Pooling exist.
    In Java MDM, you can configure J2EE with connection pool, so that you can reuse a connection rather than re-establishing a new connection on every call.
    I've read Thomas Jung's WIKI on "How do you implement a MDM Connection Help Class?", however I cannot reuse this class. The static attribute in the class is not persisted.
    Did I do something wrong?
    I tried turning it into a shared memory root class, however it complains about an object reference still exist and would not allow me to do "dettach_commit( )".
    Don't know any other ways to store the connection handle in memory.
    Export/Import, SPA/GPA are not OO friendly.
    Cheers
    Michael

    Hi Andreas,
    Thanks for your reply, it is good to confirm my understanding of the ABAP API connection.
    For your interest, I have changed part of the connection code to increase the speed of the connection significantly.
    Firstly to clarify, the connection from the ABAP stack to MDM is actually quite fast.
    Upon the first call, the method CL_MDM_PROVIDER_SP04_PL03->_LOAD_FIELD_INFORMATION is called which reads the META-DATA from MDM for every table and every field. This could normally take 1 minute in our system landscape. I've changed to code to buffer the meta-data.
    In a production/stable environment, it is unlikely for the META-DATA to change rapidly. Hence reading this on every connection is a waste of time.
    This could be useful only if we are in implementation phase where this changes all the time.
    1) In transaction MDMAPIC, I've added the ABAP implementation for MDM Version Support as my own MDM provider class ZSP04_PL03 with provider type ZCL_MDM_PROVIDER_SP04_PL03.
    ZCL_MDM_PROVIDER_SP04_PL03 is a copy of CL_MDM_PROVIDER_SP04_PL03.
    2) In ZCL_MDM_PROVIDER_SP04_PL03, the method LOADFIELD_INFORMATION is changed to read from buffer first before calling MDM. If the buffer is empty, it will read from MDM and store result into buffer etc.
    I'm storing the information in a transparent table at the moment.
    I buffer the three class attributes:
    - mt_field_meta_data,
    - mt_mdm_field_meta_data,
    - mt_field_code2id_map.
    As MT_FIELD_META_DATA is a complex structure (i.e. tables within table), I had to split it up into many different tables.
    I can provide the code if you are interested.
    Cheers,
    Michael.

Maybe you are looking for