0CRM_SALES_ACT_1 standard datasource of CRM not working

While trying to extract data through standard datasource 0crm_sales_act_1 it is failing with the error "Error occured in data selection". And in the source system(CRM) , it is throwing dump with the runtime error message "  BCD_OVERFLOW"  Overflow during an arithmetic operation (type P) in program and exception"    CX_SY_CONVERSION_OVERFLOW".
The datasource is delta enabled.
Please suggest any corrective mesures....
Thanks ,
Sambit.

Hello,
I would like to reduce standard models customizing, that's why I'm proposing alternative solution, I want to know if it is really feasable to deploy what I'm suggesting.
Thanks a lot and best regards!
Bernardo

Similar Messages

  • A STANDARD XML TAG IS NOT WORKING PROPERLY WHEN USED IN RTF FILE FOR XML RE

    Hi,
    I am using the following tag :
    <?if:TASK_STATUS='Open'?><xsl:attribute xdofo:ctx="block“name="color">red</xsl:attribute>
    <?end if?>
    for changing foreground color of text which depending on certain conditiosi need to print in
    pdf format using xml reports and rtf files.
    But i was able to get only 3 colors (Red,Blue,Green) for use, other colors such as orange,cyan etc are not
    working.
    Please let me know what all colors are supported by oracle in printing in pdf format using xml reports.
    Suggest if we need to do some settings related stuff or so.
    I am usning XML 5.6.3 version.
    Regards,
    Amar

    Colors can be expressed by known name and by a hex value. The hex value format is widely used in HTML programming, and has a format of #abcdef, and "abcdef" can be values like aaddcc and so on. For some primary colors, you can get away with #abc, but that is not very common.
    You should always design with Web-safe colors in mind. That limits you to 16, but should be plenty for most purposes (plus all 16 have known names like red, cyan, yellow, etc.).
    http://www.w3schools.com/Html/html_colors.asp has a good explanation of the standards.

  • Standard vga graphics adaptor not working

    the standard vga graphics adaptor of my hp laptop is not working its saying code 10. its an hp pavilion dv6 model 6b60sa.. intel coreTM i3-2330M [email protected] 2.20GHz. 64 bit

    Hi:
    You need to install the graphics driver if you see a standard vga adapter listed.
    You should be seeing two adapters...Intel HD graphics and AMD Radeon HD 6490M .
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-105178-1&cc=us&dlc=en&lc=en...

  • CS4 Design Standard Silent Install does not work

    I've concluded CS4 Design Standard silent install for Macs does not work correctly. I've got the program to install sucessfully with an Exit Code: 0 and the programs still do not work. The whole suite says the licensing has stopped working. I've tried the License Repair utility from Adobe, no go. It looks like the program does not fully install. I noticed within each application directory, it should have an Uninstall application when installed correctly. When this application isn't there, which occurs with silent installs, the whole suite doesn't work.
    Its funny how Adobe wont help me with "enterprise installations". I haven't tried the Creative Suite Deployment Toolkit but I've read other threads where that doesn't work either.
    If someone would like to prove me wrong about the silent installs for CS4, please do so. I've gotten CS3 to install perfectly, and the setup is very similar for both.

    Jimmy,
    As one of the volunteer Forum Hosts, I've requested appropriate help.
    You can also get help via the support portal: http://www.adobe.com/go/supportportal
    Or via the phone: 800-642-3623, Monday-Friday 6am-5pm (Pacific time). BTW, the enterprise number you post isnt a valid number for support.
    Your email address (from your account info) was used to log a CCRT to get Tier 2 to email you, given that you've already tried tier 1 with no solution.
    Please post back and let us know how this works out for you. Thanks!
    Neil

  • 0EHS_IP_ATTR datasource/extractor is not working properly

    Hi experts,
    I am using the 0EHS BW content connect to SAP/ECC and we created a cube using two standard master data (0EHS_IAL and 0EHS_IP). The 0ehs_ial MD (acidents) is loading correctly but the 0ehs_ip (involved person) is loading just the incidents with type = "INJ". So, we have 55000 lines in this cube and just 79 lines filled in this master data. The datasource that loads this master data is 0ehs_ip_attr.
    Does anybody know why this extractor loads just the type = "INJ"? Could anyone help me to correct this issue?
    Best regards,
    Nestor
    Brazil

    Hi Fabricio,
    You need to change this selection at the extractor level only.
    We had faced the same issue while implementing EHS module.
    what we did was to create a new custom Datasource( FM based) and also a Z_FM( same as the original extractor but with all the filter values for which we needed data and not only INJ).
    You can make the changes in the original extractor itself but a change in SAP delivered content won.t be recommended.,
    Regards,
    Rajeev

  • One field in standard datasource 2LIS_02_ITM can not be found in LBWE

    Dear expert:
    I have one field NOPOS of datasource 2LIS_02_ITM (Purchasing Order Item) need to find the source table.
    Here my question is: NOPOS is a standard field of datasource 2LIS_02_ITM, why can I not find this field in LBWE through maintenance? Any suggestion to find the source table?
    Thanks all for your time in advance~
    Tim

    even if it is a counter field it should be present in DataSource  structure as the infosource of this DataSource  has mapping of this field.
    Check the HELP.SAP.COM documentation for same
    Regards,
    Sharayu

  • Standard CDC-ECM can not work in Lion

    I have built a standard CDC-ECM image(PID is 0x900D) for a device, it can work in Mac OS X 10.5/10.6; but failed in Lion.  It seems already find the driver but can not connect successfully in Lion.  What should I pay attention?   Besides, where can I find the default drivers of standard Mac CDC-ECM which is for USB Ethernet?  It should be in System/Library/Extensions, right?  
    Thanks,
    Jason

    Drivers in OSX are in /System/Library/Extensions yes.
    Unlike 10.5 and 10.6 Lion boots in 64bit mode and will not load 32bit kexts or kexts that contain powerpc code.
    CDC devices ( and a  lot of modems / cellphone drivers ) failing in Lion is always the result of incompatible kexts. You can workaround this if you boot Lion into 32bit mode or  have a Snow-compatible ( Intel only, 32/64bit coded ) driver for the device.

  • Data Transfer using DataSink from DataSource to MediaLocator not working

    I wrote this pretty straightforward program to transfer from a DataSource to a MediaLocator and when i run it nothing happens. I waited for around 10 minutes and still nothing happened. I manually closed the program to see if any data has been transferred to the destination file but the destination file timpu.mp3 is empty. Can someone tell me why it isn't working?
    import javax.swing.*;
    import javax.media.*;
    import java.net.*;
    import java.io.*;
    import javax.media.datasink.*;
    import javax.media.protocol.*;
    class Abc implements DataSinkListener
         DataSource ds;
         DataSink dsk;
         public void transfer() throws Exception
              ds=Manager.createDataSource(new MediaLocator(new File("G:/java files1/jmf/aa.mp3").toURL()));
              MediaLocator mc=new MediaLocator(new File("G:/java files1/jmf/timpu.mp3").toURL());
              dsk=Manager.createDataSink(ds,mc);
              System.out.println(ds.getContentType()+"\n"+dsk.getOutputLocator().toString());
              dsk.open();
              dsk.start();
              dsk.addDataSinkListener(this);
         public void dataSinkUpdate(DataSinkEvent event)
              if(event instanceof EndOfStreamEvent)
                   try
                        System.out.println("EndOfStreamEvent");
                        dsk.stop();
                        dsk.close();
                        System.exit(1);
                   catch(Exception e)
    public class JMFCapture5
         public static void main(String args[]) throws Exception
              Abc a=new Abc();
              a.transfer();          
    }Message was edited by:
    qUesT_foR_knOwLeDge

    Have thrown this together - so it's not pretty, but should give you an idea
    public class ABC extends JFrame implements DataSinkListener, ControllerListener, ActionListener{
        private Container cont;
        private JButton jBRecord;
        private boolean bRecording = false;
        private Processor recordingProcessor;
        private DataSource recordingDataSource;
        private DataSink recordingDataSink;
        private Processor mainProcessor;
        private DataSource mainDataSource;
         public ABC(){
            super("Basic WebCam Handler");
            cont = getContentPane();
            cont.setLayout(new BorderLayout());
            //     control panel buttons
            jBRecord = new JButton("R+");
            jBRecord.setToolTipText("Record On / Off");
            cont.add(jBRecord, BorderLayout.NORTH);
            //     & Listeners
            jBRecord.addActionListener(this);
            addMyCamera();
            pack();
            setVisible(true);
        private void addMyCamera()
            Vector vCDs = CaptureDeviceManager.getDeviceList(null); //     get Devices supported
            Iterator iTCams = vCDs.iterator();
            while(iTCams.hasNext())
                CaptureDeviceInfo cDI = (CaptureDeviceInfo)iTCams.next();
                if(cDI.getName().startsWith("vfw:"))
                    try{
                        MediaLocator mL = cDI.getLocator();
                        mainDataSource = Manager.createCloneableDataSource(Manager.createDataSource(mL));
                        mainProcessor = Manager.createProcessor(mainDataSource);
                        mainProcessor.addControllerListener(this);
                        mainProcessor.configure();
                        break;
                    }catch(Exception eX){
                        eX.printStackTrace();
         private void startRecording(){
             if(!bRecording){
                  try{
                    System.out.println("startRecording");
                    recordingDataSource = ((SourceCloneable)mainDataSource).createClone();
                    recordingProcessor = Manager.createProcessor(recordingDataSource);
                    recordingProcessor.addControllerListener(this);
                    recordingProcessor.configure();
                    bRecording = true;
                  }catch(Exception eX){
                       eX.printStackTrace();
         private void stopRecording(){
             if(bRecording){
                System.out.println("stopRecording");
                bRecording = false;
                try{
                    recordingProcessor.close();
                    recordingDataSink.stop();
                    recordingDataSink.close();
                }catch(Exception eX){
                     eX.printStackTrace();
        public void actionPerformed(ActionEvent e)
            Object obj = e.getSource();
            if(obj == jBRecord)
                if(jBRecord.getText().equals("R+"))
                    jBRecord.setText("R-");
                    startRecording();
                else
                    jBRecord.setText("R+");
                    stopRecording();
         *     ControllerListener
        public void controllerUpdate(ControllerEvent e)
              Processor p = (Processor)e.getSourceController();
             if(e instanceof ConfigureCompleteEvent){
                   System.out.println("ConfigureCompleteEvent-" + System.currentTimeMillis());
                   if(p == recordingProcessor){
                     try{
                         VideoFormat vfmt = new VideoFormat(VideoFormat.CINEPAK);
                         TrackControl [] tC = p.getTrackControls();
                         tC[0].setFormat(vfmt);
                         tC[0].setEnabled(true);
                         p.setContentDescriptor(new FileTypeDescriptor(FileTypeDescriptor.QUICKTIME));
                         Control control = p.getControl("javax.media.control.FrameRateControl");
                         if(control != null && control instanceof FrameRateControl){
                              FrameRateControl fRC = (FrameRateControl)control;
                             fRC.setFrameRate(30.0f);
                     catch(Exception eX)
                         eX.printStackTrace();
                   else{
                        p.setContentDescriptor(null);
                   p.realize();
             else if(e instanceof RealizeCompleteEvent){
                   System.out.println("RealizeCompleteEvent-" + System.currentTimeMillis());
                   try{
                        if(p == mainProcessor){
                             Component c = p.getVisualComponent();
                             if(c != null){
                                  cont.add(c);
                             p.start();
                             validate();
                        else if(p == recordingProcessor){
                         GregorianCalendar gC = new GregorianCalendar();
                             File f = new File("C:/Workspace/" + gC.get(Calendar.YEAR) + gC.get(Calendar.MONTH) +
                                 gC.get(Calendar.DAY_OF_MONTH) + gC.get(Calendar.HOUR_OF_DAY) +
                                 gC.get(Calendar.MINUTE) + gC.get(Calendar.SECOND) + ".mov");
                         MediaLocator mL = new MediaLocator(f.toURL());
                         recordingDataSink = Manager.createDataSink(p.getDataOutput(), mL);
                         p.start();
                         recordingDataSink.open();
                         recordingDataSink.start();
                   }catch(Exception eX){
                        eX.printStackTrace();
             else if(e instanceof EndOfMediaEvent){
                  System.out.println("EndOfMediaEvent-" + System.currentTimeMillis());
                p.stop();
             else if(e instanceof StopEvent){
                System.out.println ("StopEvent-" + System.currentTimeMillis());
                p.close();
         public void dataSinkUpdate(DataSinkEvent event)
              if(event instanceof EndOfStreamEvent){
                   try{
                        System.out.println("EndOfStreamEvent-" + System.currentTimeMillis());
                        recordingDataSink.stop();
                        recordingDataSink.close();
                   }catch(Exception e){
         public static void main(String args[]) throws Exception
              ABC a=new ABC();
    //          a.transfer();          
    }

  • Standard fill objects does not work

    When i create a standard fill for textboxes it does work, but for an imagebox it keeps changing back to [None]. Whatever i try, and yes... i do this without any document open, i can't get it done. The minute i create a new document and draw a textbox it gets the filling i've set a a standard, but for imageboxes.... no way. On a Mac with OSX the problem doesn't exist, so can this be a problem of CS3 in combination with WindowsXP?

    >Quark is capable and ID not.
    ID is not at all incapable in regards to your observations.
    You don't seem to understand that the shape tool and the frame tool are essentially the same thing, and that you set your defaults BY USING the shape tool. Your objection is as silly as complaining that a Phillips can't function as a Robertson when the screw you're using accepts either.
    However, Adobe has made a programming decision that restricts the use of defaults when placing objects. Peter has a valid beef here and Adobe should fix the situation. He and I just have different opinions on the route that fix should take.

  • BUG: standard Windows shortcut keys not working correctly in LR2

    I've noticed two things in LR2 that used to work in LR1.4.1:
    - when using the Alt-Tab combination to cycle through all open applications, the chooser is in the
    foreground but every time I press Alt-Tab again, somehow LR2 picks it up and acts as if I pressed
    Tab. The effect is that while I'm switching to another app from LR2, LR2's window is flashing the
    side panels off and on as I move through the list of other apps.
    - The Alt-Space combo no longer works at all. This is used to reach the system menu for an
    application's window. Once there, you can close the app, minimize or maximize the window, etc. by
    keyboard instead of mouse.
    Does anyone else see these?
    On the face of it, these are very small issues and much lower in priority than other issues I see in
    other threads. The first one I mention is more amusing than a real problem. But the second one to me
    is a real workflow problem (here I mean workflow as how I navigate through Windows, not my photo
    processing workflow). It's so ingrained in me to manipulate Windows by quickly using that key combo
    that when it doesn't work, it breaks my train of thought. Sort of like when you're engrossed in a
    book and a piece of bad writing is jarring enough to remind you that you're reading a book. A lame
    analogy maybe but hopefully you get the idea.
    (using LR 2 on WinXP w/ SP2)

    Ah! Looks like there's a preference for it under General > Use Shift Key for Tool Switch.
    All is well in the world now.
    Thanks!

  • Standard X Acrobat - highlighter not working

    It shows the highlighter option but won't highlight on a work. It was working and had a pop up that I had to ok. It had a box to not see the pop up anymore. I didn't realize that would take the option away. How do I get that back?

    I was just highlighting these very sentences but depending on the type of pdf, I would get a pop up and say yes allow. I noticed there was a box in the pop up that said I could make it so I don't see it again. Well, now it won't highlight. No options. Can I get that message back?

  • CS 5.5 design standard serial number is not working.

    I´ve win8.1 and must have instaling new cs5.5 and oficial serial number doesn´t work. it writes:this serial number is not valid for this product. wtf? somebody know where is problem?

    Error "The serial number is not valid for this product" | Creative Suite
    http://helpx.adobe.com/creative-suite/kb/error-serial-number-valid-product.html

  • Standard Job Search Is not working in Erecruitement

    Hi
    In Erec we have a Standard Job search Webdynpro Component HRRCF_C_SEARCH_UI Where we can search for the Jobposting based on Parameters like Functional Area, Corporate Title, Country, Location and Contract type,
    When we search based on Country and Location only for few postings it will be unsuccessfull but without giving any search criteria we are able to get all the postings. This is happening only for few Posting remaining can be search on all the parameters,
    We are searching for the Postings which are created earlier and the Background Job which runs the program  RCF_PERIODICAL_SERVICES has been completed to in frequency of 30 minutes.
    When i debug the code i see it searches in the Function Module HRRCF_MDL_SRCH_SEARCH and in that some SKWF_INDEX_COMBINED_SEARCH_XML with some query table ..
    Is this some kind of TREX? I have no idea about this.
    Please Help me out.
    Thanks
    Dipu

    Your posting doesn't seem to be related to how to do something in Web Dynpro. This formum isn't intended for all questions about any application that might happen to be implemented in WDA.  If your question is more about how the inner functionality of a business transaction works, there are other forums where you would have a higher chance of receiving a better response.

  • Acrobat X Standard header and footer not working

    We have just purchased 18 Fujitsu scansnap scanners. Each unit comes with Acrobat X Standard on a disc. I have installed my program disc twice now trying to fix the issue I am having. Currently I have the option to add a header/footer and when I choose this option the add header and footer screen opens up. However when I type something into the footer text field and click ok nothing happens? The screen doesn't close, I have to click on the cancel button, nothing shows in the Preview section of that screen and nothing appears on the document? One of my co-workers has installed the program and as soon as he opens the add header/footer screen the Preview section of that screen is available, and whatever he types in the footer field appears in the footer section of the Preview? HELP

    This the Adobe Reader forum, there are a number of forums for Acrobat.

  • Remapping datasource via SetDataSource not working

    Post Author: pvkannan
    CA Forum: Data Connectivity and SQL
    Our team is using Crystal Reports for .NET -- VS 2003.
    We have a report that is connected to an Access DB on a network drive via a DataSet object. The path to the access mdb changed but we see that the report is still trying to look for the mdb file in the previous network path. We would like the datasource to be reset at runtime to the new location.
    Here is the relevant code:
    /* Create a new instance of the report object */
    rrInfoReport = new RRInfo();
    /* Create an OLE Connection to the Access MDB located in the network drive defined in the config file. */
    OleDbConnection oleConn = new OleDbConnection(System.Configuration.ConfigurationSettings.AppSettings&#91;"QISConnectionString"&#93;);
    string queryString = String.Format("SELECT * FROM &#91;MASTER - REWORK&#93; WHERE &#91;ID&#93; = ", rrNumber);
    OleDbDataAdapter oleAdapter = new OleDbDataAdapter(queryString, oleConn);
    QISData dataSet = new QISData();
    oleAdapter.Fill (dataSet, "RRQuery");
    /* Reset the datsource to the location as defined in the config file */
    rrInfoReport.SetDataSource(dataSet);
    reportViewRR.ReportSource = rrInfoReport;
    reportViewRR.RefreshReport();
    oleConn.Dispose();

    Hi Bob,
    You stated that you designed the report against the access database itself correct?
    Are there usenames and passwords required to access the db?
    What looks like is happening is if you designed the report against the database instead of against an xsd file (which if you are using datasets should be done) then it has the access info stored so just hits it and pulls all the data.
    Try outputting the schema of the dataset and do a set location in the designer to the xsd instead of the access db then try passing the dataset.
    Jason

Maybe you are looking for

  • Regarding issue related to  RPTBAL00.it's very urgent

    hi All,   i am having one issue related to RPTBAL00 report.   this report will dispaly time wage types related to emplyoees.   using this report we can get informtion of time wage type like 9lc1,9lg1,plwp. Now issue is this report is not running for

  • Dispacther gets stopped

    Dear All, I am facing a problem with IDES system. When I start the SAP from MMC console in windows 2003 with oracle database (ECC 5.0) the dispatcher gets stopped immediately after it tries to start the work process. All the work process ends up and

  • Error message startup disk is full but it isn't

    I have emptied trash, and cleared folders, I have only had the notebook a month, so it really cant have the 675,240 files on it! any ideas??

  • Wedding filmed in different codecs?

    I discovered a few problems after filming 3 weddings recently with 2 cameras. Once burned to DVD, it looked such bad quality. I know DVDs are not HD but still, it was really quite bad (especially on 50inch TV! it looked ok on 32inch.) I authored in i

  • ESS compensation profile

    Hi, Can we use the standard service compensation profile in ESS. I read and understood from the below link that compnesation profile is hidden and acceesable from compensation information in MSS. this is working fine for us. http://help.sap.com/erp_h