Data Service Xi3.1 jobs don't get terminated

Hello,
Does anyone experienced this behavior where DataServices Job Execution History shows that job is running but actually has stopped.
Thanks in advance,
Kristi

you will see this in following 2 situations
the job has terminated abnormally (abrupt system restart or on unix user has killed the job manuall using kill -9 which can't be trapped hence job won't terminate gracefully)
the job is running for a long time and repository connection has timedout hence DI repo tables are not getting updated
the job history page in Management Console, reads the info from ALVW_HISTORY any condition that prevents update in the AL_HISTORY table on which this view is based with show this problem
check  the end_time and status of the job is ALVW_HISTORY, the SERVICE column is the name of the job, do a order by start_time DESC

Similar Messages

  • Data Services XI3.1 function module files for SAP R/3 is not working

    Hi guys,
    Thank you for the quick response so far. I am very grateful to you all. 
    I got an issue and will try to explain as detail as I could and 
    hope ur guys won't mind. :P
    I pass the functions module to SAP tech guy to install to SAP using CTS 
    method, and using 900086.R63 file type because my chinese client is 
    running SAP on unicode environment.
    My DS installed on my laptop client; job server plus db2 is on HP 
    unix. SAP is on another HP Unix server. The function module I used is 
    supplied from Data Services XI3.1.
    Anyway, the installation is successfully done with GUI wizard windows of 
    SAP Workbench instead of tp command line method.
    1)However, I checked the ZAW0 function group, I opened and can't see any functions
    listed under it, although the table structures ZACTA, ZTAB2048 and other items
    were created.
    2)So I tried to create SAP Datastore, Transport Target, etc and tried to 
    extract file. It failed and log said "can't open file --- 
    /db2/temp/curcode.txt". I checked and SAP working directory /db2/temp didn't have 
    curcode.txt, because the result file supposed to be extracted and stored there. 
    The SAP tech guy checked SAP and cant find generated ABAP program of 
    ZCURCD is running anyway, although my local CURCD ABAP program is 
    created.
    3)Is it the 900086.R63 not complete? Is my function installation correct? I could view data
    on datastore, but just cant run job to extract. Another non-unidcode 900200.S08 group
    has larger file sizes. Should I try to install also this 900200.S08 files? Will it corrupt SAP
    and cause system errors?
    4)After that, I had tried to install the functions manually into ZAW0 
    one by one using cut and paste, however after that, I cant view the data view anymore with 
    error. Besides, I tried to run Check on the functions and they all returned 
    syntax errors, so I cant Activate any of them with SAP. Maybe dependency is missing??
    Then, I deleted the manually installed functions and can view data again, but just cant extract 
    data by job.
    5)Another side issue is all these SAP datastore creation and viewing is  
    through DI 11.5 old installation. The new Data Services X3.1 unable to 
    create datastore with database error, although the function module 
    installed is came from Data Services. Does anyone know the issue?
    Thank you very much to read it patiently. :P

    Hi,
    Thank you for the informative link. It did help a lot in solving the problem.
    (1) to (4) --- The Sap tech guy didnt install the function programs correctly, and he redo the transport again using CTS. Now I can see all the functions inside the function group ZAW0. While for the problem of cannot generate extracted file to SAP working directory for downloading, it is due to unix directory access permission setting. And also have to include the ftp username into SAPSYS user group as the help link suggested.
    (5) For this problem, I reinstalled again the DS with all required components like Server Manager. The network technical guy helped me with the first installation, and the installation was not complete. So now the issue is solved, I can create R/3 Datastore with DS.

  • Data Services 4.0 Job Server ODBC DB2 library error

    I have followed the instructions in the SBO 401 DS Admin Guide for configuring ODBC data sources on UNIX. I have gotten the unixODBC part working from the LINUX DS Job server host using isql DNS UID PWD. I am able to connect to the DB2 9.7 UDB server and I run queries successfully. My problem is when I go to submit a column profile request I get the following error back in the profiler monitor:
    ErrorSystem call <LoadLibrary> to load and initialize functions failed for <libdb2.so>. Ensure the shared library is installed and located correctly.
    This library is contained in the /opt/sapds/DB2_Conn/odbc_cli/clidriver/lib directory which is contained in the LD_LIBRARY_PATH. I have these 2 entries in the ds_odbc.ini file:
    [DB2TEST]
    Driver = /opt/sapds/DB2_Conn/odbc_cli/clidriver/lib/libdb2.so
    [DB2]
    Description = IBM DB2 Adapter
    Driver = /opt/sapds/DB2_Conn/odbc_cli/clidriver/lib/libdb2.so
    There is a troubleshooting section in the admin guide that states "To determine whether all dependent libraries are set properly in the environment variables, you can use the ldd command on the ODBC driver manager library and the ODBC driver library."
    For example: ldd tdata.so
    Is this a real thing to check or just an example?
    When I check the db2 library I receive the following:
    $ ldd libdb2.so
            linux-vdso.so.1 =>  (0x00007fffd13fc000)
            libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00002b5ab3d36000)
            libdl.so.2 => /lib64/libdl.so.2 (0x00002b5ab3f6e000)
            libpthread.so.0 => /lib64/libpthread.so.0 (0x00002b5ab4172000)
            librt.so.1 => /lib64/librt.so.1 (0x00002b5ab438e000)
            libpam.so.0 => /lib64/libpam.so.0 (0x00002b5ab4597000)
            libm.so.6 => /lib64/libm.so.6 (0x00002b5ab47a2000)
            libstdc+.so.6 => /usr/lib64/libstdc+.so.6 (0x00002b5ab4a26000)
            libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00002b5ab4d26000)
            libc.so.6 => /lib64/libc.so.6 (0x00002b5ab4f34000)
            /lib64/ld-linux-x86-64.so.2 (0x0000003791400000)
            libaudit.so.0 => /lib64/libaudit.so.0 (0x00002b5ab528d000)
    I believe that the DB2 ODBC DNS is working correctly because I can connect and run queries from the server host.
    Does anyone have an idea on what I might check to get this working? Should I open up a support message for further help? Let me know, thanks.
    Additionally, we have our Oracle profiler job working without issue.
    But, we are having another issue in the Data Services Designer when leaving the options screen we get the following error:
    "The Job Server in not responding. Cannot save modifications to the job execution options. Make sure the Job Server is running and accessible from the Designer, and then make make your changes again. (BODI - 1260016)." I do not think that this is related to running the DB2 profiler jobs because, as I said we can run Oracle jobs without issue.
    Edited by: John Joiner on Oct 18, 2011 1:31 AM

    Hey John
    We are having a similar issue. Can you please let me know how the issue was fixed (i.e. what were the missing pieces in the setup)?
    Thanks!

  • BO Data Services 3.2-Job fails with 'TNS:No appropriate service handler err

    Hello all -
    One of our DS jobs has started failing intermittently showing the following error in its log:
    Data flow DataFlow_1 - OCI call <OCIServerAttach> for connection <abc> failed: <ORA-12519: TNS:no appropriate service handler found>.
    This  has started happening recently after we've upgraded the repository database form Oracle 10g to Oracle 11g (11.1.0.6).  The source   and target are also 11g.    
    If anyone has encountered this error before, please can you provide some pointers on how to troubleshoot/resolve this.
    TIA.
    Regards,
    Tarun.

    I have found this thread which talks nearly same about your issue.
    TNS:listener could not find available handler witht matching protocol stack
    The session count has to be decreased, that is the crux that comes out from this thread.
    Listener some how have a count of the incoming connection request. If that number tries to go beyond process parameter value,this error is reported.Now I amnot sure that why this is happening in your case as the parameter value is already higher than the incoming connections.
    And voilla!You are using XE I believe so its a bug in it. Read this thread,
    Re: Intermittent ORA-12519 error on 10g XE
    HTH
    Aman....

  • Data Services job server crashed and won't start backup

    Hello,
    I was running some jobs on data services 4.2 sp3  windows server 2012R2 and they all failed and the job server went down. None of the jobs that failed had an trace file or error log in the management console. Now i am unable to open data services designer or data services server manager, when I try to open them nothing happens. Also the SAP Data services job service cannot be started. The job server was running fine for a few weeks before this. This has happened twice already today the first  time the only way i was able to fix it was run the repair on the dataservices install. Can someone please help me what know what is causing this and how it can be fixed.

    Hi Tyler,
    It was Windows specific issue please refer the below link & KBA
    How To Fix Windows Service Error 1053
    http://windows-exe-errors.com/how-to-fix-windows-service-error-1053/
    1986247 - Error "Windows could not start the BusinessObjects Data Services service on local computer" occurs in Data Services 4.1
    https://service.sap.com/sap/support/notes/1986247
    1992260 - Error: Windows could not start the SAP Data Services service on local computer, after upgrading SAP data services and deleting job servers SAP Data Services 4.2
    https://service.sap.com/sap/support/notes/1992260
    Hope this will help!!!!
    Thanks,
    Daya

  • Error in data services

    Dear Experts,
    I have downloaded data services blue prints availalbe in the SAP network and i imported the ATL file successfully. I have reconfigured my target datastore.
    When i  try to execute the Job_DqBatchUSA_AddressCleanseob  , I'm getting the following error.
    Im trying to learn quality transforms. Please guide me.
    Error :
    Job name: Job_DqBatchUSA_AddressCleanse
    (12.1) 02-01-07 16:42:17 (W) (4016:5364) VAL-030910: |Session Job_DqBatchUSA_AddressCleanse
    Transform <USARegulatoryNonCertified_AddressCleanse>:Option Error(Option: NON_CERTIFIED_OPTIONS/DISABLE_CERTIFICATION): PSFORM                                                     3553 will not be generated  because some Non-Certified options are enabled.
    (12.1) 02-01-07 16:42:18 (W) (4912:3060) VAL-030910: |Dataflow DF_DqBatchUSA_AddressCleanse
    Transform <USARegulatoryNonCertified_AddressCleanse>:Option Error(Option: NON_CERTIFIED_OPTIONS/DISABLE_CERTIFICATION): PSFORM                                                   3553 will not be generated  because some Non-Certified options are enabled.
    (12.1) 02-01-07 16:42:19 (E) (4912:3596) DQX-058306: |Dataflow DF_DqBatchUSA_AddressCleanse|Transform USARegulatoryNonCertified_AddressCleanse
    Transform <USARegulatoryNonCertified_AddressCleanse>: WRONG DIRECTORY -        Invalid City directory..
    (12.1) 02-01-07 16:42:19 (E) (4912:3596) DQX-058302: |Dataflow DF_DqBatchUSA_AddressCleanse|Transform USARegulatoryNonCertified_AddressCleanse
    Transform <USARegulatoryNonCertified_AddressCleanse>: DLL <uractransformu.dll> runtime function <PerThreadInit> failed with   error <4>. More detailed information may be obtained from previous errors.
    (12.1) 02-01-07 16:42:30 (E) (4016:5364) DQX-058302: |Dataflow DF_DqBatchUSA_AddressCleanse|Transform USARegulatoryNonCertified_AddressCleanse
    Transform <USARegulatoryNonCertified_AddressCleanse>: DLL <uractransformu.dll> runtime function <PerThreadInit> failed with
    error <4>. More detailed information may be obtained from previous errors.
    Regards,
    Dirasa.

    Just a slight correction...
    >
    Niels Weigel wrote:
    > You need to have a subscribtion to the US Address Directories, as they are not free of charge.
    >
    > You can download them on the SAP Support Portal --> Downloads --> SAP Installations & Upgrades
    > Choose Entry by applications on the left hand navigation
    > Choose SAP BusinessObjects packages and products
    > Go to the last Entry Address Directories
    > Go to BOBJ ADDR DIR US
    > Go to BOBJ ADDR US 2004-2008
    > Go to Installation
    > Choose Download Tab
    > Choose BOBJ ADDRESS DATA - UNITED STATES 2004-2008 CASS MAY-09  (EXE for Win, TGZ for Unix) if you are using Data Services XI 3.x
    >
    > You will get there only if you have a license for the Address Directories - USA.
    >
    > Niels
    The 2009 CASS version will not be used until the Data Services XI 3.2 release.
    Thanks,
    Brandon

  • Flex Data Services tutorial error

    In the "Before You Begin" section of the Flex Data Services
    tutorial in "Getting Started with Flex", the first bullet is
    incorrect. It text should be:
    "Ensure that you have installed the Flex Data Services Beta 3
    release and that you can run the applications in the samples web
    application."
    The installation instructions are located here:
    http://www.adobe.com/go/flex2_installation
    The tutorial zip file is located here:
    http://www.macromedia.com/go/flex2beta1_quickstart_tutorial_zip
    - Mike Peterson
    Adobe Flex documentation team

    Hi, I found some more "issues" with these data services
    tutorial.
    First of working with the notes example at first I couldn't
    get the two browsers to talk to eachother until I found this
    comment by funk_sf on the livedocs:
    quote:
    after some searching, I located a link to the tutorial.zip
    here:
    http://www.macromedia.com/go/flex2beta1_quickstart_tutorial_zip.
    i unzip'd the contents into my samples directory so that I had the
    following path: C:\fds2\jrun4\servers\default\samples\tutorials
    the xml file in WEB-INF for the standalone flexbuilder 2b3 is
    located at C:\fds2\resources\config as mentioned in the comments on
    the previous page (
    http://livedocs.macromedia.com/labs/1/flex20beta3/00000129.html)
    as for creating the tutorial1.mxml file, i created a new Flex
    project with the following settings (this is from memory, so
    hopefully i recall all the steps right):
    File->New Flex Project
    How will you flex application access data? -> Flex Data
    Services -> Compile application locally in Flex Builder
    root folder: C:\fds2\jrun4\servers\default\samples
    root url:
    http://localhost:8700/samples/
    I left the build paths to their defaults (ie. blank)
    named the main application file: tutorial1.mxml
    output folder: tutorial
    output folder url: [blank]
    So I followed his advice, deleted my project and made it in
    the samples directory and the notes application started to work, so
    all appeared good.
    Until I was making the Java example and I'm now faced with
    the following errors:
    Severity Description Resource In Folder Location Creation
    Time Id
    2 Definition samples.contact:Contact could not be found.
    tutorial2.mxml Tutorials line 8 6 juni 2006 16:36:25 20
    Severity Description Resource In Folder Location Creation
    Time Id
    2 Type was not found or was not a compile-time constant:
    Contact. tutorial2.mxml Tutorials line 13 6 juni 2006 16:36:25 21
    I'm not sure what is happening, I think it can't find the
    data service files but I don't know how to make it so that it does
    find those files, the manual is still a bit vague on that and when
    I try to run this application it just shows a blue (flex) screen.
    The code I'm using is straight from the example documentation after
    tinkering around for 2 days to get this to work I thought using
    original code is the best way to go.
    My application tries to run from
    http://localhost:8700/samples/bin/tutorial2.html
    The documentation states:
    Open the following URL in two browser windows:
    [L=http://localhost:port/samples/tutorials/tutorial2.mxml
    The screenshots in the documentation show:
    Window1: /tutorial/tutorial1.mxml
    Window2: /dataservice/contact/tutorial_step4.mxml
    Now I'm just confused, tutorial1.mxml is my notes application
    which was the previous tutorial and there was no mention of a
    tutorial_step4.mxml file ?
    Someone help me please with where to place these files and
    why so I can understand what is happening here.
    Thanks :)

  • BAM Data Control - Group query with Active Data Service

    Trying to get a group query from a BAM data control to work with Active Data Service in an ADF application (JDeveloper 11.1.1.4.0).
    With a flat query, as the data changes, I can see DataChangeEvents fired, resulting in a data push to the client -
    <BAMDataChangeEventFilter> <log>
    #### DataChangeEvent #### on [DataControl name=CEP_Person_DOB_Flat, binding=data.view_mainPageDef.FlatDOB1.view_pageDefs_FlatDOBViewPageDef_WEB_INF_FlatDOB_xml_FlatDOB.QueryIterator]
    Filter/Collection Id : 1966
    Collection Level : 0
    Event Id : 5
    ==== DataChangeEntry (#1)
    ChangeType : INSERT_AFTER
    KeyPath : [2157, 0]
    InsertKeyPath : [null, 0]
    AttributeNames : [id, _PersonKey, _County, _Surname, _AGE, _DOB, _Country, _FirstName]
    AttributeValues : [2157, 10008/129, Vagzukarbsm, Gnnfzxxyqfgpsijcr, 110, Thu Dec 26 00:00:00 GMT 1901, Ekcqvrkoksr, Vwhm]
    When I try a group query on the same data, currently just trying to group by _DOB for every 10 years to count the number of people, I get no data change events fired, so don't get any data pushed to the client, though the data has been changed if I refresh the page.
    Any ideas ?

    can you include bam and jdev versions and also include exception from logs?

  • Good cell service, horrible data service - Orlando, FL

    I live in southwest Orlando and have become very frustrated at the lack of data availability in the area.  I almost always have good cell service.  Never a dropped call and usually plenty of bars on my iPhone 5.  However, there are several areas where I may have five bars - but no data service at all!
    Please advise if this is being addressed as my wife and I NEED reliable data service for our jobs.
    Thanks,
    jaw1079

        Hi Jaw1079
    Let's get you the service you deserve! What zip are you in? Please try this and retest: http://vz.to/1oUnxMy
    JoeL_VZW
    Follow us on Twitter @VZWSupport

  • Background Job " RDDVERSI" getting terminated

    Hi gurus,
    When we check in SM37, We are seeing a background job that is getting terminated. In the job log it says DATASET_NOT_OPEN, Job cancelled. It is trying to run "RDDVERSI" program.
    It is creating a Dump in ST22 and when we check the Dump in ST22, it says "The file "/usr/sap/trans/tmp/D01V985854.P01" has not been opened".
    I checked the log in the trans directory and it gives me following error. Path of the Log "usr/sap/trans/log/D01V985854.P01".
    1AEPU320 See job log"RDDVERSI""07435800""P01"
    1 ETP184 CREATE VERSIONS BEFORE IMPORT
    1 ETP110 end date and time   : "20070912074448"
    1 ETP111 exit code           : "12"
    1 ETP199 ######################################
    1 ETP199X######################################
    1 ETP184 CREATE VERSIONS BEFORE IMPORT
    1 ETP101 transport order     : "D01K985854"
    1 ETP102 system              : "P01"
    1 ETP108 tp path             : "tp"
    1 ETP109 version and release : "340.16.24" "640"
    1 ETP198
    1AETR012XProgram terminated (job: "RDDVERSI", no.: "07460000")
    1AEPU320 See job log"RDDVERSI""07460000""P01"
    1 ETP184 CREATE VERSIONS BEFORE IMPORT
    1 ETP110 end date and time   : "20070912074651"
    1 ETP111 exit code           : "12"
    1 ETP199 ######################################
    I think when it is trying to import a transport request, it is trying to create a version of it  and it is not able to create that.
    Can anybody help me in solving this problem?
    Any Help is appreciated
    Regards,
    Swaroop.

    Can you run this program in the foreground with a user that has the same permissions. If you get an authorization error again, check with transaction se53 on which objects you are missing authorization.
    For these objects you can create an additional authorization profile...
    Kind regards,
    Mark

  • Creating Repositories using MS SQL Server DataBase in Data Service Reposito

    HI All,
    I installed BODS and I am trying to create repository using Data Service Repository Manager but I am getting the following error message :
    Cannot open connection to the repository.  The error message from the underlying DBMS is <ODBC call <SQLDriverConnect> for data source <localhost> failed: <[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.>. Notify Customer Support.>. (BODI-20006)
    An error occurred during creation of the local repository. (BODI-300054)
    While installing BODS i used the option to create DB .... Before that even I had Microsoft SQL server installed for MDM which was working fine (Able to Log on and so on)...
    Do I need to install Oracle in order to create repositories? How to proceed further please suggest.
    many Thanks
    Rajeev.

    Hi!
    What version of SQL Server are you using for the repositories? Maybe the error is because DS can not create repositories in SQL Server 2008. You can read and write data with SQL2008, but you need to create the repositories in SQL2005 or another RDBMS. I'm not sure when DS is going to be able to create them in SQL2008.
    I hope this could help you. Greetings!
    See you
    LCGC

  • Error in Data Services tutorial

    In the "Before You Begin" section of the Flex Data Services
    tutorial in "Getting Started with Flex", the first bullet is
    incorrect. It text should be:
    "Ensure that you have installed the Flex Data Services Beta 3
    release and that you can run the applications in the samples web
    application."
    The installation instructions are located here:
    http://www.adobe.com/go/flex2_installation
    The tutorial zip file is located here:
    http://www.macromedia.com/go/flex2beta1_quickstart_tutorial_zip
    - Mike Peterson
    Adobe Flex documentation team

    Just a slight correction...
    >
    Niels Weigel wrote:
    > You need to have a subscribtion to the US Address Directories, as they are not free of charge.
    >
    > You can download them on the SAP Support Portal --> Downloads --> SAP Installations & Upgrades
    > Choose Entry by applications on the left hand navigation
    > Choose SAP BusinessObjects packages and products
    > Go to the last Entry Address Directories
    > Go to BOBJ ADDR DIR US
    > Go to BOBJ ADDR US 2004-2008
    > Go to Installation
    > Choose Download Tab
    > Choose BOBJ ADDRESS DATA - UNITED STATES 2004-2008 CASS MAY-09  (EXE for Win, TGZ for Unix) if you are using Data Services XI 3.x
    >
    > You will get there only if you have a license for the Address Directories - USA.
    >
    > Niels
    The 2009 CASS version will not be used until the Data Services XI 3.2 release.
    Thanks,
    Brandon

  • Newbie question about Logical Data services

    Lets say we want to create a Logical Data Service that will retrieve data from several web-services and aggregate the results. When a client requests data from the logical data service, a number of webservices will get invoked. Response time of these webservices can be different. We do not want to keep the client app waiting for long.. so is it possible to define a cut-off time in data service after which client gets results obtained till that point? Alternatively, does ALDSP provide support for clients that could poll a data-service to check for results of a previously submitted query?
    Will appreciate your help in understanding capabilities of ALDSP and approach taken by you in similar situations.

    to define a cut-off time in data service after which client gets results obtained till that point?See the fn-bea:timeout() function in the ALDSP documentation. It will do exactly what you want for web-services. Note that adding the function to a query will of course alter the query plan - which will have little/no effect for web-services - but for database access, may prevent some optimizations.
    In DSP 3.0, you will be able to use the hasNext()/next() form of the mediator api and the client will only block while the first and subsequent items are being retrieved.
    If you want to call DSP asynchronously - I believe ALSB allows you to create an asynchronous proxy service (JMS, for instance)

  • Post Installation steps of SAP Data services

    Hi,
    Could someone provide screenshots/steps  of the post installation of SAP Data services on Unix.
    Thanks,
    Rajiv

    Hi Rajiv,
    Once DS is installed you need to do few more things to make the system ready to use
    Configuring repositories
    Create a database for the repository on your database server (take assistance from DBA)
    Create the repository in the database with the Repository Manager.
    Register the repository in the CMC with the Data Services application(here you have to give database details which you have given for creating repository (refer point a &b)
    Assign user access to the repository with the Data Services application.
    Configuring users and groups
    Log into the CMC Use Admin credentials
    Create user accounts and assign them to Data Services user groups with the Users and Groups application.
    Assign repository access to your users and groups with the Data Services application
    Configuring Job and Access Servers
    Add and configure Job Servers with the Server Manager
    Add the Job Server configuration
    Associate local and profiler repositories with the Job Server
    Add and configure Access Servers with the Server Manager
    restart the Data Services service and verify that the Job and Access Servers are running
    Deploying web applications (BODS automatically installed web app if not you need  to manually deploy
    Configuring profiler repository connectivity
    Login to the Central Management Console (CMC) and register the local repository and select the repository  connection type on the Data Services Repository Properties screen
    Register the profiler repository and select the connection type to also TNS-less or DSN-less.

  • 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

Maybe you are looking for