Problem with macroargument in :  pid$1 : : *$$2* : entry

Hello!
I want to trace all the names of the functions containing a string wanted by the user and passed as a macro argument ($$2). I did that but it doesn't work:
pid$1::*$$2*:entry
printf("fonction: %s",probefunc);
error: Undefined macro variable in probe description
However, when I directly write the string in the script it works!:
pid$1::*gfdgghkjhd*:entry
but I really need to use a macro argument.
Please help, thank you!!
Fabien Lafontaine.

Hi!
I send you a dump of the threads when pool hang up. Too I send you how it´s configuring
the pool in weblogic.properties.
Do you know some solution for when pool hang up, refresh it or reset automatically
or something? I accept all types of suggestions
Thanks a lot and best regards.
Juanjo
weblogic.jdbc.connectionPool.buzzpowerPool=\
     url=jdbc20:oracle:oci8:@(DESCRIPTION=(load_balance=off)(failover=on)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=ssorop05)(PORT=1521))(ADDRESS=(PROTOCOL=tcp)(HOST=ssorop06)(PORT=1521)))(CONNECT_DATA=(service_name=orae.cm.es)(global_name=orae.cm.es)(instance_role=primary)(failover_mode=(type=select)(method=preconnect)(backup=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=ssorop06)(PORT=1521)))(CONNECT_DATA=(service_name=orae.cm.es)(global_name=orae.cm.es)(instance_role=secondary))))))),\
driver=oracle.jdbc.driver.OracleDriver,\
initialCapacity=4,\
maxCapacity=30,\
capacityIncrement=2,\
allowShrinking=true,\
shrinkPeriodMins=15,\
refreshTestMinutes=10,\
testTable=dual,\
props=user=eportalesr;password=rselatrope
"Sree Bodapati" <[email protected]> wrote:
Do you see any exceptions? Can you post those here.
sree
"Juanjo Moreno" <[email protected]> wrote in message
news:3c037319$[email protected]..
Hello!
When the free connections of a pool to a db of Oracle (driver oci8) it?s
occupied, the request of the customer occupied the queues of the threads
until all threads wait to some connection was liberated but doesn?t
liberated because the pool hang up.
Someone know what?s the matter?
Please help me!!!
[nohup.log]

Similar Messages

  • Problems with autofill when editing address book entries

    When i try to change eg miller to Miller, anna to Anna etc
    1) the initial letter remains lower case and
    2) even worse, another iller/nna is added on to the end - milleriller, annanna etc.
    I've tried deleting the whole name and starting again - no joy. Is something going wrong with Autofill? Are there any preference files i should try trashing?
    NB this problem only occurs with names which appear more than once in the address book.

    Hi,
    i was having this problem, specifically it kept offering me the word I wanted except all in capitals, which I didn't want. Turned out the cause was that the word was actually used in all capitals elsewhere in my Address Book. Once I hunted down all occurrences of this word in capitals and changed them to my preferred format the autocomplete stopped offering the all-capitalised version. Perhaps this approach will help for you.
    SiR G.

  • Problems with outlook and address book contacts: my outlook contacts had around 3,000 entries. Outlook duplicated by itself and now outlook and address book have each over 340,000. What should I do?

    Problems with outlook and address book contacts: my outlook contacts had around 3,000 entries. Outlook duplicated entries and have now 340,000. I reinstalled microsoft office and, thus, outlook, and reinstalled mac OS X system and applications. While I managed to delete outlook contacts so that I can re-sync with my blackberry, the contacts at Mac Address Book were not deleted and still have over 340,000 entries. I do not mind deleting all contacts since I have back up, but I have not been able to delete them. Also, when I go at Address Book and try to delete or merge duplicated entries, the system takes forever and never ends because of such large amount of entries. Worse, when I do so I run out of RAM memory.
    My Macbook pro is just 2 months old.
    What should I do? Is there a way to delete my Mac Address Book without having the problem above?
    Many thanks
    Regis

    zlatan24 wrote:
    For solving out troubles connected with corrupted or lost address book you may use address book recovery. It owns various features such as restoring wab files, it working under any Windows OS. The utility has modern and easy to use interface due to almost every experienced users.
    If it is a windows problem it's not going to run on the OP's MacBook Pro

  • Having a problem with dates when I send my numbers doc to excel. dates are all out and that they have to cut and paste individual entries onto their spreadsheet. Any idea how I can prevent this

    having a problem with dates when I send my numbers doc to excel. dates are all out and that they have to cut and paste individual entries onto their spreadsheet. Any idea how I can prevent this.
    I'm using Lion on an MBP and Numbers is the latest version

    May you give more details about what is wrong with your dates ?
    M…oSoft products aren't allowed on my machines but I use LibreOffice which is a clone of Office.
    When I export from Numbers to Excel and open the result with LibreOffice, the dates are correctly treated.
    To be precise, dates after 01/01/1904 are correctly treated. dates before 01/01/1904 are exported as strings but, as it's flagged during the export process, it's not surprising.
    Yvan KOENIG (VALLAURIS, France) mardi 3 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : http://public.me.com/koenigyvan
    Please : Search for questions similar to your own before submitting them to the community
    For iWork's applications dedicated to iOS, go to :
    https://discussions.apple.com/community/app_store/iwork_for_ios

  • Problem with cp and ACL default entry for mask

    I am having a problem with the cp command, copying to a directory with default ACL entries.
    I don't think it is creating the ACL's of the resultant files correctly.
    I have two users (let's call them mark and john).
    As john I create a directory and give it ACL privledges to mark, as well as setting defaults to give john writes to anything mark creates.
    john> mkdir for-mark
    john> setfacl -rm 'user:mark:rwx,default:user::rwx,default:user:john:rwx,default:group::r-x,default:mask
    :rwx,default:other:r-x' for-mark
    john> getfacl for-mark
    # file: for-mark
    # owner: john
    # group: john
    user::rwx
    user:mark:rwx #effective:rwx
    group::r-x #effective:r-x
    mask:rwx
    other:r-x
    default:user::rwx
    default:user:john:rwx
    default:group::r-x
    default:mask:rwx
    default:other:r-x
    As mark I copy files to that directory:
    mark> cp myfile /home/john/for-mark
    mark> getfacl /home/john/for-mark/myfile
    # file: /home/john/for-mark/myfile
    # owner: mark
    # group: staff
    user::rw-
    user:john:rwx #effective:r--
    group::r-- #effective:r--
    mask:r--
    other:r--
    The mask is incorrectly set to r-- instead of rwx.
    This leaves john unable to write to myfile (although, strangely he can delete it).
    I am NOT using the -p option on cp. I would expect this behavior if I did.
    Mark can create a file with touch or vi and the mask is incorrectly set to rw-, which is a little better. Compiles are definitely created correctly with rwx.
    Is this a bug? Or am I doing something wrong.

    You are having issues in client 000 rite ?
    I dont think login/no_automatic_user_sapstar = 0 will help you , This parameter will help you to login newly created client ( other than 000/001) with sap* and passowrd PASS.
    login/failed_user_auto_unlock = 1 , will enable automatic unlock off locked user at <b>midnight</b>
    Did you use the correct Maxdb sql command ?
    Thanks
    Prince Jose

  • I have a problem with simulation in Matlab 6.5 and LabVIEW for PID controllers

    I have a problem with simulation in Matlab 6.5 and LabVIEW. I have some methods for granting PID controllers in MATLAB to go but not LabVIEW. International Teams degree to transfer two but when I go past the fourth degree no longer work. We changed the formula for calculating the parameters for grade four and gave me some good values for Matlab award but when I put on LabVIEW have not settled. formulas are available in PDF and are. Please help me and me someone if possible. Thanks
    lim.4 generation parameters in MATLAB program and comparison methods are for second-degree transfer function.
    Solved!
    Go to Solution.
    Attachments:
    Pt net.zip ‏2183 KB

    This is the VIs what i try to make,but is not work. This pdf. document was used to create last VIs PID. thenk you for your colaboration.
    Attachments:
    PID create by me.vi ‏312 KB
    tut_3782.pdf ‏75 KB

  • Performance Problems with "For all Entries" and a big internal table

    We have big Performance Problems with following Statement:
    SELECT * FROM zeedmt_zmon INTO TABLE gt_zmon_help
      FOR ALL ENTRIES IN gt_zmon_help
        WHERE
        status = 'IAI200' AND
        logdat IN gs_dat AND
        ztrack = gt_zmon_help-ztrack.
    In the internal table gt_zmon_help are over 1000000 entries.
    Anyone an Idea how to improve the Performance?
    Thank you!

    >
    Matthias Weisensel wrote:
    > We have big Performance Problems with following Statement:
    >
    >  
    SELECT * FROM zeedmt_zmon INTO TABLE gt_zmon_help
    >   FOR ALL ENTRIES IN gt_zmon_help
    >     WHERE
    >     status = 'IAI200' AND
    >     logdat IN gs_dat AND
    >     ztrack = gt_zmon_help-ztrack.
    >
    > In the internal table gt_zmon_help are over 1000000 entries.
    > Anyone an Idea how to improve the Performance?
    >
    > Thank you!
    You can't expect miracles.  With over a million entries in your itab any select is going to take a bit of time. Do you really need all these records in the itab?  How many records is the select bringing back?  I'm assuming that you have got and are using indexes on your ZEEDMT_ZMON table. 
    In this situation, I'd first of all try to think of another way of running the query and restricting the amount of data, but if this were not possible I'd just run it in the background and accept that it is going to take a long time.

  • Problem with reversal of Service entry Sheet

    Hi All,
    I am facing a problem with reversal of service entry sheet. The user has posted the document in dec 2009 and now the user wants to reverse the doc. I told the process how to reverse it. But when she is trying to revoke the acceptance, she is getting error log.I told her to reset the posting date to present date.Now she tried to change the doc date but she is getting error as "604 item 010 WBS element ****** budget exceeded year 2009". So i advised her further to increase the budget in the year 2009. Even that solution is not working.
    Please help in this regard
    Thanks & Regards
    Nisha Prasad

    Hi,
    The user is not authorised to change the budget. The person resposible for this is telling that increasing the budget wont help. can you tell me how to view whether the budget is available for the system in the period or not? Can you please help me in this regard?
    Thanks
    Nisha

  • I have a problem with ( AppleSyncNotifier.exe - Entry Point Not Found ) The procedure entry point sqlite3_wal_checkpoint could not be locate in the dynamic link library SWLite3.dll.

    I have a problem with ( AppleSyncNotifier.exe - Entry Point Not Found ) The procedure entry point sqlite3_wal_checkpoint could not be locate in the dynamic link library SWLite3.dll.

    With Windows Explorer, navigate to your C:\Program Files\Common Files\Apple\Apple Application Support folder.
    Copy the SQLite3.dll that you should find there, navigate to the nearby Mobile Device Support folder, and Paste it in there also.
    Reboot and see if all is well
    In case that your OS is Windows 7 (64 bit)
    1. Open windows explorer, go to location C:\Program Files (x86)\Common Files\Apple\Apple Application Support
    2. Copy file "SQLite3.dll"
    3. Open new windows explorer, to to location C:\Program Files (x86)\Common Files\Apple\Mobile Device Support
    4. Paste file "SQLite3.dll" to the location.
    5. Reboot your computer, it should not display that message, it should be clear.
    Good Luck

  • Problem with 0014 entry

    Hi,
    I am having some problem with the entry in 0014. system is not permitting me to enter payment model and interval details
    I have defined payment model and periodicity in IMG and also i have defined MODDE. But when i am entering the details (payment model, payment period and intervel) in 0014 it is not accepting.
    I appreciate your support.
    I have checked t512z and the permissibility is for several times.
    as per the requirement, we have to pay x amount to employees on quarterly basis.
    Thanks
    Yogi

    Hi,
    I have found the solutioin.
    Thanks
    Yogi

  • Problem with the XI-Audit log entries in the table "XI_AF_MSG_AUDIT"

    Hi,
    I have an async-szenarios for PO:
    We send Idoc's from SAP ERP to a WebService via SOAP. And we take Ack's. We use Integrationsprocess with deadline block to catche the errors after the retrying (three times) and to send they via e-mail.
    Our problem is, the number of the audit logs in the table "XI_AF_MSG_AUDIT":
    In the RTW only we see one audit log (with three retries) in an error case. But in the table XI_AF_MSG_AUDIT there are about 76 entries for the same audit log in the error case and about 20 entries in the case of the succuessfull processing.
    This number of the entries in the table causes problem with the size of the redo log file and delete job of cours the large size of the table and therefore problem on the data base. The table can not be controlled. The delete job can not run and cancels every time due this redo log problems
    What can cause that?
    How can it be prevented, that so much entries are not be made in the  table "XI_AF_MSG_AUDIT".
    Best regards
    Gueltekin

    Hi Gueltekin,
    I am only aware of the general property auditLogEnabled of J2EE Engine Service SAP XI AF Core, which controls in general (default = true) that entries in the AF Message Audit log are written at all.
    (see [http://help.sap.com/saphelp_nw70/helpdata/en/5c/22ee41c334c717e10000000a155106/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/en/5c/22ee41c334c717e10000000a155106/frameset.htm])
    I assume that your scenarios in the error case is sending up to three messages and for each message the number of audit log infos are created. You might want to check the detailed entries in the log and see from where they are comming, you might use customer modules etc. as well.
    Best regards,
    Silvia

  • My iphone won't sync with outlook. Same problem with calendar entries

    contacts added to my iphone 4 won't sync with outlook 2003 running on windows 7. Same problem with calendar entries. 

    same here. Have you received any answers?

  • Problem with quick entry autofill for Things application

    I use Firefox as my standard browser and the application Things for my task management. Until recently I could easily use the quick entry autofill function (ctrl alt space) to copy a link to a task in Things. This suddenly stopped working. I contacted Things support, thinking it was a problem with their application, but it appears Firefox is the culprit (that was found in the output from my Mac's console and I also found that in Safari the shortkey still works). I am updated to the latest version and would really like to keep using Firefox.
    This was the output from my Mac's console:
    27-10-14 18:10:00,766 Things Helper[268]: AppleScript execution error: NSAppleScriptErrorMessage = Firefox got an error: Can’t get «class curl» of window 1.
    27-10-14 18:10:00,766 Things Helper[268]: AppleScript execution error: NSAppleScriptErrorRange = NSRange: {118, 12}
    27-10-14 18:10:00,766 Things Helper[268]: AppleScript execution error: NSAppleScriptErrorBriefMessage = Can’t get «class curl» of window 1.
    27-10-14 18:10:00,767 Things Helper[268]: AppleScript execution error: NSAppleScriptErrorNumber = -1728
    27-10-14 18:10:00,767 Things Helper[268]: AppleScript execution error: NSAppleScriptErrorAppName = Firefox
    I hope you can help me fix this problem.
    Kind regards

    The bug I found about Apple Script changing the read/write permissions of api was a dead end and looks like it is till waiting to be worked on [https://bugzilla.mozilla.org/show_bug.cgi?id=608049]
    I am sorry I do not have any updates on this issue at this time.

  • HT1296 I'm having difficulty syncing my iCal between my home computer and iPhone.  New entries from my home are not syncing with the phone and vice-versa.  I didn't have any problems with this before until the latest phone update.  Any suggestions?

    I'm having difficulty syncing my iCal between my home computer and iPhone.  New entries from my home are not syncing with the phone and vice-versa.  I didn't have any problems with this before until the latest phone update.  Any suggestions?

    It could be that the existing wire in your appartment is not clean enough to provision DSL only. When combined with the phone possibly it has a higher line voltage and worked before. Now that the line is to be provisioned without phone service it may be giving them trouble that did not show before they came out and ran the new line test. So a new jack dedecated for your DSL line may require a new wire be run to your appartment. Also the account for internet only used to require direct billing to a credit card or something else. This was a number of years ago. Most accounts are linked to a phone number, and without a voice number it adds to the confusion.
    If you are getting the voice and everything turned on as before, then I am at a loss for words.

  • Problems with Calender Entries from Exchange Server

    I think this just started on Friday or Saturday--
    I opened my calender on my iPhone and it seemed a little empty. I noticed that a couple of appointments that I know should be there are not. I restarted the iPhone thinking there was some kind of transient glitch and some (not all) of my missing items appeared. Then disappeared. Then appeared. Then disappeared. Then they stayed gone. Every time I open my calender now, that happens.
    It seems that the items that stay put are the ones that I put directly into my iPhone. Many others come and go, and some never show up at all.
    Thankfully, my Outlook calender seems to be in good shape, although the new items I have put into my phone since Saturday have not synced.
    And my contacts sync with no problem, too. It's just the calender. Any help would be appreciated.
    Rick

    We have a similar problem with one VP's iPhone in our environment. Did some testing today and discovered the following:
    * When an appointment is sent to the VP and he accepts the appointment from his iPhone, all seems well, meaning that the appointment is visible both on his computer's Outlook and on his iPhone calendar.
    * When an appointment is sent to the VP and he accepts it from his computer's Outlook, it still appears as a "new invitation" on his iPhone and, if he does not respond right away from his iPhone, that appointment disappears from his iPhone. It remains on his Outlook calendar. These missing appointments on his iPhone cause scheduling problems for us, as you can imagine!
    So, my question is: how must one handle Outlook appointment schedule acceptance? Further complicating our situation is that this VP has a delegate who accepts appointments on his behalf. We're never quite confident whether his iPhone accurately reflects his actual appointment schedule.
    Please help! Thank you!
    Teija

Maybe you are looking for

  • Is it yet possible to upgrade the internal hard drive on a 13" Macbook Pro with Retina Display?

    Hi all, I have a MacBook Pro (Retina, 13-inch, Mid 2014) with a 2.6 GHz Intel Core i5 processor, a 8 GB 1600 MHz DDR3 memory and a 128GB built in flash storage drive. I do a lot of video and sound work requiring a lot of space however 128GB is just n

  • Is it possible to create a rotating object in Muse?

    Is it possible to create a rotating object in Muse? I have a round logo and I want it rotating.

  • Maintaining percentage for different cost centers

    Hi All, we have one Expense GL a/c: 45010 (Electricity) when the expenses occur... the amount hits this GL a/c Example GL amount = 50,000 Now we want to maintain the percentage for different COST CENTERS.... & that 50,000 should be distributed automa

  • What version of forms

    I have been given an old machine with no documentation. I know that it has forms and reports and patches on it, but is there anyway of finding out which version? thanks in advance. Edited by: the_gusman on Jul 14, 2009 11:39 AM

  • Install Disc won't run?

    My computer ejects the 10.4 install DVD without ever acknowledging it. I've been running 10.2 I have an iMac flat panel with a Superdrive. I installed all firmware and Superdrive updates, so I'm not sure what the problem is. Other DVD's still run too