Concatenation with Blankpads gets trimmed

I created an Object in the Universe which decodes the data and blankpads the result (using Concat function). When I pull the Object into my WebI report, the result does not show the blankpadding. I ran the generated SQL in Toad and it returns the result with the blankpadding. Any insights?

Thx for your interest in this issue.
For clarification:
- Database version is 9.2.0.7.0
- We will upgrade to 64 Bit in the next months, but we still need a solution for our 32 Bit system.
- We did not add new application servers. These servers were up and running before and after the problem occured.
- I don't think that Oracle restarts. There are no ORA-entries in the Oracle Log and there is no Oracle-Usertrace.
The system slows down, because every byte, that is backed up in the paging file (as far as i know in MS terms this is called "standby list"), has become invalid and must be read from disk.
Not only Oracle is affected, every process trimmed its working set.
For example Terminal Services is unresponsive for about 4 minutes.
In the end all processes continue their work, but it takes some time until their working set has been restored from the paging file.
No errors occur, no Dumps, no EventLog or SystemLog entries.
There are just some TIMEOUTs, caused by the unresponsiveness of the server in the first minutes of the memory crash.
@Markus:
Yes, i also think that we reached some kind of Oracle memory limit.
Since we increased the Oracle cache size, the frequency of the error has been significantly reduced.
But still i am wondering what funny things can happen.
I would expect Oracle to crash, Windows to bluescreen, SAP to dump.
But freeing the memory of all processes is something completely new to me.
Edited by: Leonhard Bernhart on Jan 8, 2008 5:10 PM
Edited by: Leonhard Bernhart on Jan 8, 2008 5:11 PM

Similar Messages

  • More than one Spaces are getting trimmed on BizTalk BAM portal

    Hi All,
    We are implementing BAM at our customer place , we observed ,if any field  contains more than one space in input file then these spaces are getting trimmed in single space,however it is correctly sitting in the BAMPrimaryImport  database 
    For example if input file ,which is processing through BizTalk, and if any field which value is "AB  CDE" (field contain three space here ) then in portal it is appearing as
    "AB CDE" (Only one space here) by default 
    I am not sure how theses values are displayed in portal and how to relove this default behiaver of BAM Portal, if somebody have faced this situation then i will appreciate your help please
    Thanks
    Yash

    Well then I guess it's a Portal issue (yes you already knew that!) :-)
    I know not everybody agrees with me, but the way I look upon it, the Portal should not be used as a product, but merely as a testing tool and inspiration as to what one can build on top of ones BAM activities. In other words, if you need to present your
    BAM data to users, you should build your own; Pivot Tables, Reporting Services, ASP.NET Web sites etc. etc. on top of it.
    Don't know if this is true, but I've heard that the BAM portal was a beta-product that shipped for the first time with BizTalk Server 2006 without being completed, and no code changes has taken place since.
    Morten la Cour

  • Spaces getting trimmed in presentation layer

    Hi,
    I am observing that the trailing spaces for the values of a field in the Physical layer are getting trimmed when I am using that field from presentation layer in Prompt/Report. For example, if the value is *'abcd '* in Physical layer, it is becoming *'abcd'* in presentation layer. Is this default behavior of OBIEE and can I change this so that the values will be picked as it is from Physical layer ?
    I am using OBIEE 10.1.3.4.1 and the datatype of the field in Physical layer as well as database (Teradata) is char(40).

    I think I could not clarify my concern. Apologies for that. We do not have any formatting issue. We are using the field in a Prompt with operator as 'is equal to/is in'. So when the query gets formed, the where clause is coming as -
    field _name = 'abcd'
    whereas we want it to be
    field_name = 'abcd '
    Because in the database our value is 'abcd ',as the datatype is char.
    We could find a resolution to use 'Contains any' operator instead. But there are hundreds of reports using this field in prompt. Also there is some reason the application do not want to change the datatype in databse to varchar. I needed to know if somehow we can retain the blank spaces in presentation layer.

  • Problem with Set/Get volume of input device with single channel

    from Symadept <[email protected]>
    to Cocoa Developers <[email protected]>,
    coreaudio-api <[email protected]>
    date Thu, Dec 10, 2009 at 2:45 PM
    subject Problem with Set/Get volume of input device with single channel
    mailed-by gmail.com
    hide details 2:45 PM (2 hours ago)
    Hi,
    I am trying to Set/Get Volume level of Input device which has only single channel but no master channel, then it fails to retrieve the kAudioDevicePropertyPreferredChannelsForStereo and intermittently kAudioDevicePropertyVolumeScalar for each channel. But this works well for Output device.
    So is there any difference in setting/getting the volume of input channels?
    I am pasting the downloadable link to sample.
    http://www.4shared.com/file/169494513/f53ed27/VolumeManagerTest.html
    Thanks in advance.
    Regards
    Mustafa
    Tags: MacOSX, CoreAudio, Objective C.

    That works but the the game will not be in full screen, it will have an empty strip at the bottom.
    I actually found out what's the problem. I traced the stageWidth and stageHeight during resizing event. I found out that when it first resized, the stage width and height were the size with the notification bar. So when I pass the stage into startling, myStarling = new Starling(Game,stage), the stage is in the wrong size. For some reason, I can only get the correct stage width and height after the third resizing event.
    So now I need to restart Starling everytime a resizing event happened. It gives me the right result but I am not sure it is a good idea to do that.
    And thanks a lot for your time kglad~I really appriciate your help.

  • Problem with SET GET parameters

    Hi all,
    I am facing a problem using SET and GET parameters.
    There is a Z transaction(Dialog program) where some fields of screen are having parameter ID's. That transaction is designed to diaplay/change status of only one inspection lot at a time.
    Now I need to call that transaction in a loop using BDC. I mean i need to update the status of multiple inspection lots(one after the other). Before calling the transaction I am using
    SET PARAMETER ID 'QLS' FIELD lv_prueflos.
    Unfortunately the transaction is only changing the first inspection lot. When I debugged I found that the screen field is changing in PAI. Even though in PBO it shows the next value, when it goes to PAI it is automatically changing to the first value(inspection lot).
    Example: Inspection Lots : 4100000234
                                               4100000235
                                              4100000236
    Now first time when the call transaction is being made the status of insp lot 4100000234 is changed. For the second time when insp lot 4100000235 is being passed in PBO ican see this. But the moment it enters PAI the screen field changes to 4100000234.
    Could you pls help me in solving this issue.
    Thanks,
    Aravind

    Hi,
    Problem with SET GET parameters
    Regarding on your query. Follow this below link.
    It will help you.
    Re: Problem with Set parameter ID
    Re: Problem in Set parameter ID
    I Hope it will helps to you.
    Regards,
    Sekhar

  • GL Account Key displays Chart of accounts concatenated with GL Account

    Hi,
    When we pull the GL Account Key object into a WEBI report, the Chart of Account value is concatenating with the GL Account number like ABDA/253616. In Bex Query, choosing the Chart of accounts and GL Account in the Analyser gives only the number value of the GL Account 253616.
    How do we resolve this issue.
    Thanks,
    Anu

    Hi,
    We had a similar problem, and we fixed it by using a variable.
    Create a variable (e.g. GL Account) with the following formula:
    =tonumber(replace([L01_GL_ACC_Key];"ABDA/";""))
    where,
    [L01_GL_ACC_Key] = Original Account key with the Chart of Accounts
    "ABDA/" The piece of the account that you want removed
    The formula will convert your account number to a number by replacing the "ABDA/" with a blank (the "" in the formula)
    Note: There is no space between the two quotation marks
    You can now use the variable in your report instead of the original account key.
    Regards,
    Sias

  • Anyone having problem with iphone getting not delivered message after sending picture and it really is getting delivered to recipient.

    Anyone having problem with iphone getting a not delivered message after sending pic and it really is getting delivered to recipient.

    Same problem here with and I've done everything shy of a total reset which I also find unacceptable. This problem exists on all iMessage platforms (iPhone, iPad, and Mac) so I don't see how restoring my iPhone would help the problem.

  • My iphone 5 everytime i go into mail it comes up with - Cannot get Mail - the connection to the server failed- i then have to click ok - I am still receiving mail - it is driving me mad having to click this everytime - anybody else had the same ?

    My iphone 5 everytime i go into mail it comes up with - Cannot get Mail - the connection to the server failed- i then have to click ok - I am still receiving mail - it is driving me mad having to click this everytime - anybody else had the same problem and have found a solution - only stated happening since iPhone was updated .

    Hello there, Badboymbc.
    The following Knowledge Base article provides some steps for troubleshooting mail on your iOS device:
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/TS3899
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Spaces getting trimmed in file content conversion

    Hi all,
    I am converting a flat file to an XML file by XI. The problem which i am facing in file content conversion is that the spaces in flat file data are getting trimmed to one space in the XML in SXMB_MONI.
    The data in flat file is like SOUTHSEA and HANTS is having nearly 8 spaces.
    But the data in XML is:
    <b><u>SOUTHSEA HANTS PO5 2LZ PO5 2LZ020327</u></b> i.e. in XML, there is only 1 space between SOUTHSEA and HANTS.
    The following parameters i have used in file content conversion:
    .keyFieldValue '*'
    .fieldSeparator 'nl'
    .fieldNames RECORD_DATA
    .ignoreRecordsetName true
    I am taking each record of the flat-file in a single record RECORD_DATA in XML.
    <b>So can anyone tell me why the big spaces are getting trimmed to a single space eg. between SOUTHSEA and HANTS etc.</b>
    Thanks in advance.
    Rajeev Gupta

    Hi,
    try :
    NameA.fieldContentFormatting = <b>nothing </b>
    as the default is <b>trim </b>
    refere:
    http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Tried to run a CD I had run with Snow Leopard. Now (with Lion) getting a message that PowerPC applications are no longer supported.. How do I overcome this? Thanks

    Tried to run a CD I had run with Snow Leopard. Now (with Lion) getting a message that PowerPC applications are no longer supported.. How do I overcome this? Thanks

    Well Lion does not support power PC applications.  They only way is to upgrade the application, or if your have SL disks, reinstall SL.

  • Table name should be concatenated with month & year eg.product_may09

    hello all,
    I have to take a backup of table on monthly basis. for this table name should be concatenated with previous month and year eg., product_may09.. I tried with Create table stmnt its not working anyone please help.

    It would be very generous from you if you would provide us with versions, what you did and what's not working (maybe an error message?)...
    Anyway; If I got you right you want to create a backup table with the same structure and data as in your base table?
    maybe this:
    forms_ddl('create table product_'||to_char(sysdate, 'monyy')||' as select * from product');fits your requirement. This creates you a table with the same structure and data as your basetable (except the primary/foreign keys, indices and trigger you have on the basetable).
    But if you have to do this every month by hand I'd go for a database job which runs once a month with the above statement. In database procedures you have to use execute immediate instead of forms_ddl; usage is the same (except execute immediate raises intelligent exceptions in contrary to forms_ddl). take a look at http://tahiti.oracle.com and search after dbms_job or dbms_scheduler (depending the database version you use which you also didn't mention)
    regards

  • HT1420 i didnt get my app i had bought be cause of an error and the money i bought my idea with didnt get back to the amount before

    i didnt get my app i had bought be cause of an error and the money i bought my idea with didnt get back to the amount before

    You should be able to download it via the Purchased link under Quicklinks on the right-hand side of the iTunes store home page on your Mac's iTunes.
    If it doesn't show there then was the purchase successful e.g does it show on your purchase history : http://support.apple.com/kb/HT2727 ? If not then it might just be a holding charge, and not a 'proper' purchase charge.
    If it does show on your purchase history, but not in Purchased for redownloading, then try the 'report a problem' page to contact iTunes Support : http://reportaproblem.apple.com

  • Connection with sapinst get broken: Netweaver 2004 on aix machine

    Hi
    I am installing Netweaver 2004 on aix machine.
    Java instance
    database : maxdb
    When I run sapinst , connection with it get broken in between.
    Warnings and errors are as follows:
    Current (soft) resource limit stacksize should be unlimited but it is 33554432. This may cause core dumps. Stop the installation set the limit to unlimited and start again.
    WARNING    2007-05-08 13:19:56 [sapinst.cpp:124]
               CSapInst::initMessaging()
    Current (soft) resource limit stacksize should be unlimited but it is 33554432. This may cause core dumps. Stop the installation set the limit to unlimited and start again.
    Current (soft) resource limit datasize should be unlimited but it is 134217728. This may cause core dumps. Stop the installation set the limit to unlimited and start again.
    WARNING    2007-05-08 13:19:56 [sapinst.cpp:139]
               CSapInst::initMessaging()
    Current (soft) resource limit datasize should be unlimited but it is 134217728. This may cause core dumps. Stop the installation set the limit to unlimited and start again.
    <b>iauxsysex.c:317: child /tmp/sapinst_exe.631026.1178648293/sapinst (pid 753700) has crashed. Executable directory is /tmp/sapinst_exe.631026.1178648293. Contact Support.
    iaextract.c:885: child has signaled an exec error. Keeping directory /tmp/sapinst_exe.631026.1178648293</b>
    What is the solution for this?

    "Current (soft) <b>resource limit stacksize should be unlimited</b> but it is 33554432. This may cause core dumps. Stop the installation set the limit to unlimited and start again."
    -> plz check your root values using SMITTY -> Security & Users -> Users -> Change/Show  Characteristics of a User -> insert 'root' -> check parameter 'Soft STACK size' -> value should be '-1' (minus one)
    GreetZ, AH

  • Having problems with phone getting too hot when not in use

    Hi there -- I'm trying to figure out what I can do to fix this.  Recently I had to get a replacement S3 because my original shut off mid-use and wouldn't turn back on.  The replacement has been here for about a month and in the last 2 weeks I'm having issues with it getting too hot.  The first time it happened, I had it plugged into the stock charger for about 1 1/2 hours - and I had picked it up expecting it to be fully charged but it was extremely hot and had a warning on the main screen saying that the battery was critically hot and was not charging and the phone was nearly completely dead.  I unplugged it, took the battery out and let the main phone body cool down.  After about 15 minutes, the body felt like room temperature again, so I put it all back together.  It turned on, charged normally that night and all was well. 
    Now for the last several days, I'm having issues again with it getting hot at random times when I'm not even using it (and not charging it).  The last time, I downloaded a temperature app and it said the phone was nearly 105 degrees, and it felt the hottest right at the home button.  Later that night after it cooled down, I noticed that the battery wasn't charging at all and was depleting rapidly on the charger.  I restarted twice with no change and then took the battery out and let it sit for several minutes.  After that it began charging again. 
    With it getting hot so much more often now, I'm starting to worry about this happening when I need my phone for an emergency as I spend a lot of time on the road transporting my kids to school and activities.  Is there a fix for this?  It doesn't appear to be the battery because my husband and I have the same phone and I've already swapped batteries with him - same issue for me, no issue for him.  Please help?  Thanks!

        Hello Micheliu813, let's get to the bottom of this together! Are you using the same charger that came with the phone or a 3rd party charger? We can also test the phone in safe mode to see if the device heats up again. Check here for steps: http://vz.to/1kb9LUM
    WiltonA_VZW
    VZW Support
    Follow us on twitter @VZWSupport

  • How to print the list outout with out getting output?

    How to print the list outout with out getting output?
    My requirement is that when i exicute the program the list output has to print with out getting output list display on the screen.
    if possible cana anyone share the code....
    Phani,

    See this Sample Program.
    DATA: PARAMS LIKE PRI_PARAMS,
          DAYS(1)  TYPE N VALUE 2,
          COUNT(3) TYPE N VALUE 1,
          VALID    TYPE C.
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
      EXPORTING DESTINATION           = 'LT50'
                COPIES                = COUNT
                LIST_NAME             = 'TEST'
                LIST_TEXT             = 'SUBMIT ... TO SAP-SPOOL'
                IMMEDIATELY           = 'X'
                RELEASE               = 'X'
                NEW_LIST_ID           = 'X'
                EXPIRATION            = DAYS
                LINE_SIZE             = 79
                LINE_COUNT            = 23
                LAYOUT                = 'X_PAPER'
                SAP_COVER_PAGE        = 'X'
                COVER_PAGE            = 'X'
                RECEIVER              = 'SAP*'
                DEPARTMENT            = 'System'
                NO_DIALOG             = ' '
      IMPORTING OUT_PARAMETERS        = PARAMS
                VALID                 = VALID.
    IF VALID <> SPACE.
      SUBMIT RSTEST00 TO SAP-SPOOL
        SPOOL PARAMETERS PARAMS
        WITHOUT SPOOL DYNPRO.
    ENDIF.
    Awrd POints If useful
    Bhupal

Maybe you are looking for