Jobs gets hanged when a call is made to PLSQL function in Data Services XI

Hi,
I am facing the below issue after migration of BODI 11.7 to BODS XI 3.1.
The job is not proceeding after the below mentioned statements.
print('before call');
$is_job_enable=DS_TEST.TEST.MY_PKG.IS_JOB_ENABLED(job_name());
print($is_job_enable);
MY_PKG.IS_JOB_ENABLED plsql function will return Number.
$is_job_enable is a global variable declared as decimal (10, 0).
This Job works fine in Data Integrator 11.7.3 version and gets handed in Data Services XI 3.1.
I tried changing the global variable $is_job_enable to int and created new data sources before doesn't solve the problem. Can anyone tell me what is the issue?
Thanks & Regards
Maran MK
The trace file says
5260     3284     JOB     5/5/2009 4:43:17 AM     Job <TEST_JOB> is started.
5260     3284     PRINTFN     5/5/2009 4:43:17 AM     before call
5260     3284     SP     5/5/2009 4:43:18 AM     Stored procedure call <MY_PKG.IS_JOB_ENABLED> is started.
5260     3284     SP     5/5/2009 4:43:18 AM     SQL query submitted for stored procedure call <MY_PKG.IS_JOB_ENABLED> is: <BEGIN :AL_SP_RETURN :=
5260     3284     SP     5/5/2009 4:43:18 AM     "TEST"."MY_PKG"."IS_JOB_ENABLED"("P_JOB_NAME" => :P_JOB_NAME); END;
5260     3284     SP     5/5/2009 4:43:18 AM     >.
5260     3284     SP     5/5/2009 4:43:18 AM     Stored procedure call <E> input parameter <P> has value of <TEST_JOB>.
5260     3284     SP     5/5/2009 4:43:18 AM     Stored procedure call <E> return value is <1.0000000>.
5260     3284     SP     5/5/2009 4:43:18 AM     Stored procedure call <MY_PKG.IS_JOB_ENABLED> is done.
The below error occurs only in Windows and not in Linux environment.
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     |Session TEST_JOB
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     System Exception <ACCESS_VIOLATION> occurred. Process dump is written to <E:\Program Files\Business Objects\Data
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     Services\log\BODI_MINI20090505044318_5260.DMP> and <E:\Program Files\Business Objects\Data
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     Services\log\BODI_FULL20090505044318_5260.DMP>
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     Process dump is written to <E:\Program Files\Business Objects\Data Services\log\BODI_MINI20090505044318_5260.DMP> and
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     <E:\Program Files\Business Objects\Data Services\log\BODI_FULL20090505044318_5260.DMP>
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     Call stack:
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     001B:00CA9EAB, ActaDecimalImpl<RWFixedDecimal<RWMultiPrecisionInt<3> >,RWMultiPrecisionInt<3>,ActaDecimal28,char
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     [29]>::operator=()0315 byte(s), x:\src\rww\actadecimalimpl.cpp, line 13140004 byte(s)
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     001B:00D8A267, Convert()+0999 byte(s), x:\src\eval\calc.cpp, line 0303
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     001B:00DBF9E0, XVal_cast::compute()+0272 byte(s), x:\src\core\compute.cpp, line 1664
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     001B:00DBC239, XStep_assn::execute()+0057 byte(s), x:\src\core\step.cpp, line 0069
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     001B:00DBB30D, XStep_sblock::execute()+0029 byte(s), x:\src\core\step.cpp, line 0707
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     001B:00DBB30D, XStep_sblock::execute()+0029 byte(s), x:\src\core\step.cpp, line 0707
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     001B:00DBE0BC, XPlan_spec::execute()+0348 byte(s), x:\src\core\plan.cpp, line 0082
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     001B:00DC5EA0, XPlan_desc::execute()+0336 byte(s), x:\src\core\xplan.cpp, line 0153
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     001B:00DBD68E, XPlan_spec::compute()0206 byte(s), x:\src\core\plan.cpp, line 01450011 byte(s)
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     001B:00DBD891, XPlan_spec::compute()+0225 byte(s), x:\src\core\plan.cpp, line 0244
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     001B:0074533A, AE_Main_Process_Options()+31498 byte(s), x:\src\xterniface\actamainexp.cpp, line 3485
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     001B:00747EDA, AE_Main()1498 byte(s), x:\src\xterniface\actamainexp.cpp, line 07680030 byte(s)
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     001B:004029F9
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     Registers:
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     EAX=0000000E  EBX=03E392E0  ECX=04B455A0  EDX=012346D8  ESI=02B75D88
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     EDI=04B455A0  EBP=00212738  ESP=002124BC  EIP=00CA9EAB  FLG=00210206
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     CS=001B   DS=0023  SS=0023  ES=0023   FS=003B  GS=0000
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     Exception code: C0000005 ACCESS_VIOLATION
5260     3284     SYS-170101     5/5/2009 4:43:21 AM     Fault address:  00CA9EAB 01:00585EAB E:\Program Files\Business Objects\Data Services\bin\acta.dll

Hi Manoj & Tiji,
Thanks for your comments. Please find the below outcome.
print($is_job_enable); -- is not executed if PLSQL function is called.
I changed $is_job_enable to VARCHAR, still the same issue.
I created new project and executed the same in new job, still the same issue (all objects are new except Datastore).
The dmp happens only when we the PLSQL function is called. I commented the Function call, the execution proceeds further but got hanged in other PLSQL function call (different than the 1st one)
Is this bug in 12.1?
Can you tell any Hot fix available? If possible please give me the SAP Notes Number.
Is there any other way to execute the PLSQL functions/procedures in 12.1?
Thanks
Maran MK

Similar Messages

  • CMS gets hang when configure TACACS

    Hi
    I have stack of 2950 switches. I have configure tacacs for login security purpose. but i am facing problem when i open CMS web interface. I am succussfully get authenticated. but its get hang when Discovering network information dialog box comes. If you close that session and reopen again then CMS working fine. Problem is that when I configure Network Access restriction group device for specific user. Then it halt at Discovering Network information. I am using Cisco ACS 3.0. Following my switch config.
    aaa new-model
    aaa authentication login default group tacacs+ local
    aaa authentication enable default group tacacs+ enable
    aaa authorization exec default group tacacs+ if-authenticated
    aaa authorization commands 1 default group tacacs+ if-authenticated
    aaa authorization commands 15 default group tacacs+ if-authenticated.
    The only problem is CMS application getting hang with tacacs configuration . My IOS ver is 12.1(14)EA1A. Please help its very urgent.

    I could not find any bugs related to the issue you are describing. There was one problem where the username/password prompt was appearing again and again which had to do with misconfigurations. Do let me know if you find a solution.

  • After having iso7 my phone get hanged while answering/calling ?

    after having iso7 my phone get hanged while answering/calling ?

    Hi varinder22,
    If you haven't already done so, you may want to restart or reset the iPhone:
    iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/HT1430
    If the above does not resolve your issue, the next best step will be to restore your iPhone using a computer with iTunes. Please be sure to backup your iPhone first.
    Choosing an iOS backup method (Should I use iTunes or iCloud to back up my iOS device?)
    http://support.apple.com/kb/HT5262
    iTunes: Restoring iOS software
    http://support.apple.com/kb/HT1414
    Thanks,
    Matt M.

  • Can I get a history of calls I made on a prepaid plan?

    Can I get a history of calls I made on a prepaid plan?

        Great question, yasure! For information about your call details, please reach out to our Prepay Customer Service team at 888-294-6804.
    Thanks,
    MichelleH_VZW
    Follow us on Twitter @VZWSupport

  • Bex query is getting hanged, when trying to drill down only for one hierarchy node.

    Hi All,
    We have a bex query, in which we have multiple nodes. And we are able to expand almost all nodes except one hierarchy node called "BD1".
    when we trying expand the BD1 node, the report is executing on and on and getting hanged up.
    In RSRT the read mode is "H"
    The report is based on a multiprovider and it has 7 cubes of which 6 of them have aggregates.
    The characteristic for which we have issue is also having BWA.
    So, I am not sure why the issue is with only 1 node in the entire report. Can someone let me know the possible reasons and solutions.

    Hi Shilpa,
    The only way to show  long text is to maintain only long text for the info object.  Otherwise system always defaults to short text.
    Jaya.

  • Background Job get Cancelled when executing the report. Reason?

    Hi All,
    I have scheduled a Back ground Job and executed Immediately.
    when checking transacion SM37 the job get canceled.
    How to find out the problem for the Job Cancellation.
    Regards,
    Viji

    hi
    After scheduling back ground job ( give a time laps of 2 min )
    then go to sm37 ( at this moment , the job is not yet started) .
    select ur job in sm 37 and when job starts processing , type JDBG as the command and press enter.
    Now it will go to the debugging screen, where u will find system program . Now set a break point at the stements used in ur program from the debugging screen itself.( menu - breakpoint- breakpoint at - statement ) and press F8 .
    Now you can start debug ur code.
    Revrt back if any issues.
    Regards,
    Naveen

  • After installing 6.0.1 on my iPhone 4 I no longer get notification when another call comes in when I'm on another call. In phone settings I no longer have the icons for call waiting and call forwarding. My carrier is sprint

    I no longer get notifications that another call is coming in when I'm on the phone. In the settings under phone I do not see any availabilty for call waiting or call forwarding. I had this feature before installing the new update 6.0.1.

    Since it has always been very basic to backup your computer and all it's data, Apple provides no way for you to transfer music from your iPhone back to your computer.  As you know, you can re-download all iTunes purchases, but music that you ripped yourself you'll have to just re-rip again.
    You can try and find 3rd party applications that might help you.  I'm sure you'll pay, however.
    Let this be a very important lesson learned.
    Best.

  • Integration Directory is getting hanged when trying to  do some changes

    Hello All,
    Ours is PRD XI 3.0 env...and when we try to do any changes(editing , activating , rejecting the changes) it gets hangs up with out throwing any error.
    At the same time other java tools(IR,RWB,SLD) are properly accessible .
    Some points to be taken into notice:
    1>Even we tried to do a CACHE refresh SXI_CACHE , which is success with out any problems.
    2>After entering into ID , when trying to do "clear SLD cache " also it gets hangup.
    Can any one help us to fix this issue.
    Best Regards
    Rakesh

    try the following;
    1. close IR/ID.
    2. open java web start
    3. Preferences -> advanced -> clear folder
    then try to open IR and ID.
    this should do the trick
    else;
    XI start page -> Administration -> Java™ Web Start Administration -> Re-initialization

  • Report6i is getting hanged when i am using truncate command in srw.do_sql

    Hi All,
    I am using Reports 6.0.8.18.0 and oracle 9.2.0.1 on Windows XP with SP1.
    I am having a report in which i have used "truncate table <tablename>" command using SRW.do_sql command. some times report is getting hanged and some times it is giving an error as given below
    18:26:52 ERR REP-1425: 'afterpform': Error running DO_SQL package - 'Error parsing the SQL statement.
    ORA-04021: timeout occurred while waiting to lock object <object name >
    When i checked with the Oracle 8.1.7 database it is working fine.
    is there any patches are requried at database side ?
    Can any body help me in this.
    Regards,
    Gouri

    First: you should get a new keyboard. Seems your shift-key is stuck.
    Second: A header of a post is a header and not for a summary of your question
    Third: This is the forum for the tool SQL Developer. Please mark this question as answered and post again in Forms
    Forth: When you expect an answer, the least would be to include the errormessage and your forms version.
    Regards
    Marcus

  • The I4S is frequently hanging when a call is received after updating the Sw to version 8

    After updating the Phone Software to version 8 the Instrument I4S hangs frequently when a call is received. You can see who is calling but the touch screen does not respond and only way is to switch off and on.

    Make sure that you don't have the Do Not Disturb mode enabled in your device.
    Use Control Center and verify that the Moon icon is greyed (not white).
    Check as well in Settings > Do Not Disturb > Manual and Scheduled is turned off

  • Planning getting hanged when i change a member hierarchy

    Hi,
    When i try to change the hierarchy of a member by cutting and pasting it or through outlineload.cmd, planning is getting hanged. I get java heap space error. We have set the intial and max heap size in the registry as
    1. Initial heap size = -Xms1024m
    2. Max heap size = -Xmx1024m
    Even the planning service is not responding. And planning web is not even opening now.
    There is another entry in the registry named JVMOption10 = -Xss256k.
    What has to be done?
    Regards,
    Ragav.
    Edited by: ragavhere on Mar 25, 2011 6:52 PM
    Edited by: ragavhere on Mar 25, 2011 7:01 PM

    Hi John,
    There was workflow enabled for a particular scenario. I've cleared it. Now i am able to delete. Thanks a lot.
    But otherwise when workflow is enabled and if i have to change the hierarchy, how is this scenario managed? Is this the only way?
    Regards,
    Ragav.

  • Session gets hanged when breakpoint is set, else works properly.

    Hello Experts,
      I am expierencing that when i activate the breakpoints in my source code, my sessions gets hanged up.But when i remove the same breakpoint , i get to see the output. I have all the rights , and i use to debug till this last week.
    Can anyone help me in this issue.
    Thanks in advance.
    Swapnil

    Hi, Waghmare
    Please Check your GUI version and Patch Level i think problem is with your GUI
    Follow Steps Bellow
    --> Press ALT + F12
    --> From the menu Select About from here you can Check the Version and Patch Level
    Regards,
    Faisal
    Edited by: Faisal Altaf on Feb 1, 2010 3:12 PM

  • Mozilla firefox get hang , when i click on a link to download a file using Interenet Download manager. any solution??

    When i click on any link to download a file ( software, document etc.) using idm , the firefox get hang for sometime till the download dialogue box don't come. any solution to this problem.??

    Try to start Firefox in [[Safe mode|Safe mode]]. This mode disables all extensions, user customizations, hardware acceleration, etc. temporarily for diagnostic and troubleshooting. If Firefox works find in Safe Mode, then this is likely an add-on issue. Restart Firefox in normal mode, then type "About:addons" (without the quotes) in the address bar. Disable your extensions one by one, restarting Firefox between each one, until you find the trouble maker. Once you do, you can disable that add-on and report the issue to that add-on's developer.
    A few other basic trouble shooting things you can try is this:
    Run all Windows Updates, install all needed service packs, etc.
    Update your graphics driver (Firefox uses your graphics card for some rendering, and an out of date graphics card driver can cause problems. [https://support.mozilla.org/en-US/kb/how-do-i-upgrade-my-graphics-drivers https://support.mozilla.org/en-US/kb/how-do-i-upgrade-my-graphics-drivers].
    Update all your plugins (Flash, Java, etc.): [http://www.mozilla.org/plugincheck/ http://www.mozilla.org/plugincheck/].
    Download and Install MalwareBytes Anti-Malware, run a full Scan. [http://www.malwarebytes.org/ http://www.malwarebytes.org/]. This helps check that there are no viruses on your computer causing issues. You can uninstall this program after you clean off any infections.

  • Phone hangs when receiving calls

    I have a E66 about 6 months old with the latest software (210.21.007) installed. When I receive a call, the phone hangs. All I can do is take the battery out and restart the phone. It happens about every 8th call or so.
    Please help.
    Thanks.

    I just bought an E66 and I am having the exact same problem.  The phone just hangs when I try to receive the call and I have to remove the battery to reset it.
    This happens around every 8th call just like to previous poster, I am also running firmware 210.21.007
    Will really appreciate if someone can give a solution for this as this is very irritating. 

  • E51 hangs when someone calls

    Hi.
    My e51 is 1.5 year old. Originaly there was fw.:100.xx.x.x. I flashed it to 200.xxx.x.x.x, then to 300.xx.xxx.xx and now there is 400.xx.xx.xx. Then i backup my settings from backup. It restored everything except - google maps and nimbuzz. Everything works quite ok, but it hangs up sometimes when someone calls. It doesn't matter if it is in standby or charging or browsing www via wlan. It just happens. I've updated to newest fw last week and my phone has hanged up for 4 times. It just show "someone" calls and that's it - i cannot pick it up or drop. Only removing battery helps in this case.

    Ola. 
    What is workaround for this problem? This problem is also active few collegues who has latest fw on their e51. 
    What i've done: 
    1) restore to default, reinstall fw, import only contacts. 
    2)set my phone language to english. 
    One friend has a problem with earphone and keyboard, so he putted it in service, after that it has latest fw as benefit - and it hangs also, when someone calls. So i think it couldn't be a case of wrong fw upgrade procedure. 
    Is it possible to downgrade to previous fw:300.xx.xx.x.

Maybe you are looking for