Error notification and report

Hi all,
For example, we have a such a scenario:
http -> jdbc
Sometimes there will be some errors occuring in the jdbc adapter, e.g. some mandatory fields have null values. In such cases, my customer (who sends the http inbound message) asks me to automatically send him a email to inform the errors and attach the original http inbound message if possible. I think it should be a common requirements.
One solution is use BPM to catch some exceptions and handle it (maybe send some message to a email receiver). But BPM always costs more system resource and has poor formance, and it's also scenario-specific, that means for each integration project you have to repeat same work.
So at the moment, what we do is to create some alerts in XI and we check the alerts and manually send an email to our customer to inform the errors.
How do you guys to handle such problems?
Regards,
Hui

Hi,
You can forward the alert to Email as well.
You need to add a few steps apart from Michal's blog,
Read my reply in this thread to see what needsto be done to send alerts as email.
https://forums.sdn.sap.com/click.jspa?searchID=2551550&messageID=3363987
For asynchronous calls you need to use Alerts and the error message is not sent back to the sender yes.
Regards
Bhavesh

Similar Messages

  • OSB 10gR3 Error handling and reporting action approach

    My use case:
    Simple Proxy service routes to an external web service created as Business service in OSB
    Whenever there is transport error/soap fault from the external web service, that error needs to be reported along with the original request received by the proxy service.
    What I have tried so far?
    Created a error handler/stage in the route node of my proxy service. Within that stage, added a report action to report $body which contains the error received from the external service. I created a report index key/value to report for this request, I used a specific element in the body of the original request sent to the proxy service.
    Within the route error handling stage, I realized that $body which had my original request to the proxy service lost its content and replaced by the fault from external WS. So I made a copy of $body in my request pipeline and tried to use an element from that copy to index my failed request. But the copied variable always seem to be empty within the error handling stage.
    So, my questions to the experts,
    1)What variables are visible within the error handling stage/scope?
    2)What is the best way(less overhead) to preserve my original request as $body context variable is already changed with fault by the time error handler is invoked? Remember I wanted to report the original request only incase of error, for success cases I don't care/I don't want to un-necessarily add an overhead of copying to a vairbale.
    3)Is there another proper way to simply report the original request received by proxy and fault received from external service for a given key in the request, say orderId
    Sample proxy request:
    <MyData>
    <OrderId>123</OrderId>
    </MyData>

    1)What variables are visible within the error handling stage/scope? $fault - http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/userguide/context.html#wp1051816
    $body - http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/userguide/context.html#wp1103311
    2)What is the best way(less overhead) to preserve my original request as $body context variable is already changed with fault by the time error handler is invoked? Remember I wanted to report the original request only incase of error, for success cases I don't care/I don't want to un-necessarily add an overhead of copying to a variable.Can you print $body and $fault variables in your error handler?. Are they different ? What I'm suspecting is the back-end webservice is faulting (returning soap-fault and http response =5xx). There is no other way I can think of than copying the contents of $body to a separate variable.
    Thanks
    Manoj

  • Expiring document notification and report!

    Dear Experts,
    I would need your suggestions for the following requirement.
    I need to identify the documents which are going to expire soon(say in 2 months time) and need to show them as a report and also a mail notification to the document owner.
    We dont have time based publishing. Rather we have our own meta data which is having an expiration date.
    1. Do we have some standard reports for displaying the contents which are going to expire?
    2. For mail notification, what are the steps in the custom development ?
    Kindly show me the direction. your help will be very supportive.
    Thanks,
    SK

    Hi SK,
    there is one standard procedure for sending mails from KM for creating/deleting and expiration of documents i.e KM subscription using this you will able to send mails for every week/month(period) about the modifications on a document.see this detailed document for[ KM subscription configuration|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/9047d5c6-bd9b-2d10-e1b0-8d67b826c605?QuickLink=index&overridelayout=true] and change the settings according to your requirement.
    regards
    Mahesh

  • OIM-error handling and reporting

    1. When i run any scheduled task... the logs show the exception trace. In addition to it, i have included the code to fetch the exception details into a text file(in try catch block). If task results in an error Status coloumn shows 'Error'
    IS there any way... i can display the exception name instead to 'Error' to be more specific.
    2. To handle error efficiently, are there any audit tables in OIM database... that can store the error details... which can be used later to generate an error report

    any updates on this?

  • Device Removal Error Notification

    I accidentally stepped on the USB cable of my external hard drive and my computer showed a device removal error notification and that data might have been lost. I know properly ejecting the hard drive clears out the cache, but how can you tell what data was lost. Is it obvious like an entire folder/file would be missing, or would just pieces of data from a file be missing?
    Also, it said data MIGHT have been lost or damaged. Is it possible that nothing happened at all?

    It could potentially damage multiple files, but I would consider it unlikely. More likely it would damage the disk directory, affecting the entire drive, rather than damage more than the file being written. Again, though, I won't say it's impossible.
    I've also tried to run Disk Utility on it to verify the disk, but it says the disk could not be unmounted
    Got any software accessing the drive, such as iTunes, iPhoto, or anything else that might have a file open on the drive?
    As to your query, what you're seeing seems normal. It's telling you how many files it sees (and "files" do not necessarily equal "documents"; it's what a computer considers to be a file, which can include all sorts of invisible items). As to what "clusters" are, there's a good explanation here:
    http://www.dewassoc.com/kbase/hard_drives/clusters.htm
    Regards.
    Message was edited by: Dave Sawyer

  • Error 10 when building an application in LV8 and Report generation toolkit 1.1.1

    I am trying to build an application using LV8.0.1 and Report generation toolkit 1.1.1 and i get this error.
    Error 10 occurred at ABAPI Dist Copy Non-VI Files.vi -> ABAPI Dist Build LLB Image.vi -> ABAPI Copy Files and Apply Settings.vi -> EBEP_Invoke_Build_Engine.vi -> EBUIP_Build_Invoke.vi -> EBUIP_Build_Invoke.vi.ProxyCaller
    Any ideas?
    Scientia est potentia!

    Did you attempt to add the _wordsub.llb and _excelsub.llb files to the application as support files?  I believe in LabVIEW 8.0 instead of adding the entire LLBs you should just add the _Word Dynamic VIs.vi and _Excel Dynamic VIs.vi as dynamic VIs.  I think I've seen a similar post on the discussion forums in the past that recommended this.
    If this suggestion doesn't help, please reply, and attach a simple VI and .lvproj file demonstrating the problem so I can investigate further.
    Good luck,
    -D
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • I am facing problems while openin an application in facebook and other places.when i go to the application,an error shows and firefox closes autmatically either i send error reports or dont.....plz help

    i am facing problems while openin an application in facebook and other places.when i go to the application,an error shows and firefox closes autmatically either i send error reports or dont.....plz help

    Notes:
    1) Please use the code tags when posting code or JNLP/HTML. It helps to retain indentation and avoids asterisks and plus sings being interpreted as formatting marks. To do that, select the code/JNLP etc. and click the CODE button seen on the Plain Text tab of the message posting form.
    2) That launch file is invalid. You might check it (and the project in general) using JaNeLA.
    3) The only place that SimpleSerial class could be, that the JRE would find, is in the root of aeon.jar. Is it actually there?

  • Getting error while creating form and report on webservice: ORA-20001: Unable to create form on table. ORA-02263: need to specify the datatype for this column.

    i am using the following description to create a web service reference:
    web reference :REST
    Name :Yahoo Map
    URL :http://local.yahooapis.com/MapsService/V1/mapImage
    HTTP Method: GET
    Basic Authentication: No
    Add Parameter:
    Name       Type
    appid        String
    location    String
    Output Format: XML
    XPath to Output Parameters : /Result
    Output Parameter:
    Name       Path       Type
    Url          /text()      String
    Then i tried to create form and report on webservice:
    Web Service Reference Type: Yahoo Map
    Operation: doREST
    All the fields i keep as default
    I tick the checkbox (url)in report Parameter
    After clicking next whereever required i click create button
    I get the following error
    ORA-20001: Unable to create form on table. ORA-02263: need to specify the datatype for this column.
    Please someone help to solve this as i need to fix it urgently.

    i exported the application from apex.oracle.com and imported it to our environment
    import went fine, but when I ran the IR page I got
    ORA-20001: get_dbms_sql_cursor error ORA-00904: : invalid identifier
    evidently the problem is a lack of public execute on DBMS_LOB, which is used in the generated IR source.
    while waiting for the DBA to grant privs on DBMS_LOB, changing the dbms_lob.getlength call to length() fixes the IR.
    however, i am not getting the download link on the associated form page... changed templates, that's not the issue -- we'll see if that's a dbms_lob issue as well

  • APEX:Getting error while creating form and report on webservice: ORA-20001: Unable to create form on table. ORA-02263: need to specify the datatype for this column.

    I am using Apex 4.2.2.00.11
    am using the following description to create a web service reference:
    web reference :REST
    Name :Yahoo Map
    URL :http://local.yahooapis.com/MapsService/V1/mapImage
    HTTP Method: GET
    Basic Authentication: No
    Add Parameter:
    Name       Type
    appid        String
    location    String
    Output Format: XML
    XPath to Output Parameters : /Result
    Output Parameter:
    Name       Path       Type
    Url          /text()      String
    Then i tried to create form and report on webservice:
    Web Service Reference Type: Yahoo Map
    Operation: doREST
    All the fields i keep as default
    I tick the checkbox (url)in report Parameter
    After clicking next whereever required i click create button
    I get the following error
    ORA-20001: Unable to create form on table. ORA-02263: need to specify the datatype for this column.
    Please someone help to solve this as i need to fix it urgently.

    336554,
    Looks like there is a 127-column limit on the number of report columns supported when using that wizard. Do you have more than that?
    57434

  • Error message:render error while running sales and reports

    r message:render error while running sales and reports.
    how do you fix it?

    Hello,
    Thanks for your post.
    I can't find any useful information based on the error message. Could you please elaborate your scenario with more detail? In addition, please help to collect detail log information regarding this issue.
    If this issue occured while view a SSRS report, please take a look at the following artice:
    How to diagnose issues when running reports in the report server?
    http://blogs.msdn.com/b/lukaszp/archive/2007/01/31/how-to-diagnose-issues-when-running-reports-in-the-report-server.aspx
    Regards,
    Elvis Long
    TechNet Community Support

  • Error while configuring Oracle Forms and Reports 11g

    Hi,
    I have been trying to install oracle forms and reports from last 5 days.
    I have installed weblogic server 10.3.6
    and trying to install forms and reports 11.1.2
    Earlier while installing I did not configure it as it was giving some error so I just installed it but not again I have to configure it and I am getting the same error its as follows:-
    INST-07286: Specified Oracle Middleware home location does not have version 10.3.5.0 of WebLogic server. If the version is incorrect then configuring with the Weblogic server will fail.
    Provide a Oracle Middleware home location which contains WebLogic server with version 10.3.5.0 or upgrade the Weblogic server to 10.3.5.0 and restart the install.
    I have latest version of WLS but still its not accepting.
    Please help me guys , struggled a lot for it...What shall I do?

    Thanks Guys for you suggestions I came one step foreward
    For this I downloaded the exact version 10.3.5 and problem got resolved.
    But now getting new problem at the end of configuration part on Creating Domain, process is getting stuck. I waited for more than an hour but still progress is 0%.
    Edited by: 966714 on Oct 26, 2012 7:25 PM

  • Error while Rebuild Forms and Reports Executables

    Dear Experts,
    Kindly note that while running the below commands I am facing the below error.
    Please look into it and advise.
    Rebuild Forms and Reports Executables
    cd $ORACLE_HOME/forms/lib32
    Note: if this directory does not exist:
    cd $ORACLE_HOME/forms/lib
    $ make -f ins_forms.mk sharedlib install
    cd $ORACLE_HOME/reports/lib32
    Note: if this directory does not exist:
    cd $ORACLE_HOME/reports/lib
    $ make -f ins_reports.mk install
    [applmgr@ORACLE lib]$ make -f ins_forms.mk sharedlib install
    for libs in libfrmjsl.so.0 libd2f.so.0 libia.so.0 libic.so.0 libicg.so.0 libid1.so.0 libid2.so.0 libidd.so.0 libidg.so.0 libidl.so.0 libie.so.0 libifc.so.0 libifg.so.  0 libig.so.0 libigo.so.0 libihm.so.0 libiic.so.0 libilfrm.so.0 libimc.so.0 libimg.so.0 libioc.so.0 libiod.so.0 libipc.so.0 libipg.so.0 libiplsn.so.0 libiplsd.so.0 lib  irm.so.0 libit.so.0 libitg.so.0 libiwc.so.0 libiwg.so.0 libsosd.so.0 libibfrmw.so.0 libicw.so.0 libifcw.so.0 libijc.so.0 libijcw.so.0 libiffw.so.0 libiicw.so.0 libiif  w.so.0 libiiiw.so.0 libimfw.so.0 libipfw.so.0 libiqw.so.0 libitw.so.0 libiwcw.so.0 libiwfw.so.0 libixw.so.0 libsosdw.so.0; do \
                    rm -f /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib//$libs ; \
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/bin/genshlib /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib//$libs ; \
            done
    rm -f frmbld
    gcc -m32 -o frmbld -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/forms/lib/ -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/ -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2  /lib//stubs -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386 -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server -L/u01/applmgr/ORACLE/ apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads \
            /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/s0nnmain.o \
            /u01/applmgr/ORACLE/apps/tech_st/10.1.2/forms/lib/sslidtab.o \
            /u01/applmgr/ORACLE/apps/tech_st/10.1.2/forms/lib/ui10.o /u01/applmgr/ORACLE/apps/tech_st/10.1.2/forms/lib/uiicxd.o \
            /u01/applmgr/ORACLE/apps/tech_st/10.1.2/forms/lib/ifzxtb.o \
            /u01/applmgr/ORACLE/apps/tech_st/10.1.2/forms/lib/sixn.o \
            /u01/applmgr/ORACLE/apps/tech_st/10.1.2/forms/lib/sixp.o \
            /u01/applmgr/ORACLE/apps/tech_st/10.1.2/forms/lib/iwvgbm.o \
            /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/libie.a -lilfrm /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/libie.a -lig -lifg -lig -limg -liwg -lidd -lidl -l  idg -lid2 -lidg -lid1 -ligo -litg -lihm -limg -lipg -licg -lipc -limc -lifc -lijc -liwc -liplsd -liod -lioc -lic /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/libsosd  .a -liic -lit -lic /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/libsosd.a -lipc  \
            /u01/applmgr/ORACLE/apps/tech_st/10.1.2/forms/lib/istuic.o \
            -lrws \
            -lnn -lobx -lzrc  -lvgs -lde -lucol  -lca -luicc -lmma -lmmiw -lmmov -lmma -lmmos -lmmoi  -lmmia -lmmft -lmmcm  -luihx -luc -luipr -luimotif -lot -lrem -lree   -lrec -luiimg -luimotif -luipr -luiimg -luc -lrem -luimotif -luia -ltknqap -luipr -luimotif -lutt -lix -lixd -lix -lixd -lrod -lror -lros -lrod -lror -lros -lrod -ld  fc -luat -lutc -lutj -lutl -lutsl -lpls10 -lplp10 -lplc10 -lpls10  -lplp10 -lslax10 -lsql10 -lpthread -lclntsh  `cat /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/l dflags`    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10 -ln  sgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10 -lmm  -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /u01/a  pplmgr/ORACLE/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /u01/applmgr/ORACLE/apps/tech_st/10.1.2  /lib/ldflags`    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lxml10 -lunls10 -lsnls1 0 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10  -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10   `cat /u01/applmgr/CDV1E BS1/apps/tech_st/10.1.2/lib/sysliblist` -Wl,-rpath,/u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib,-rpath,/u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u0  1/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/xawt:/lib:/usr/lib  -lm `cat /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lpthread -lm     -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/stubs/ -lsnls10 -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/l  ib/i386 -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads -ljvm  -Wl,-rp  ath,/usr/X11R6/lib  -Wl,--as-needed -lXi -lXtst -Wl,--no-as-needed -L/usr/X11R6/lib -lXm -lXt -lX11 -lm -lXp -lXext
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `pthread_cond_timedwait@GLIBC_2.3.2'
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `pthread_cond_signal@GLIBC_2.3.2'
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `realpath@GLIBC_2.3'
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `pthread_cond_wait@GLIBC_2.3.2'
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `pthread_cond_init@GLIBC_2.3.2'
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `__stack_chk_fail@GLIBC_2.4'
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `pthread_cond_destroy@GLIBC_2.3.2'
    collect2: ld returned 1 exit status
    make: *** [frmbld] Error 1
    [applmgr@ORACLE lib]$
    [applmgr@ORACLE lib]$ make -f ins_reports.mk install
    rm -f /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib//librwu.so; \
            rm -f /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib//librw.so
    rm -f rwsutil.o rwspid.o ; \
            /usr/bin/ar x /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib//librwu.a  rwsutil.o rwspid.o ; \
    (LD_OPTIONS="-z muldefs"; \
            /usr/bin/gcc -m32 -o /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib//librwu.so -shared -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/ -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/stubs/ rwsutil.o rwspid.o \
            -lm /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/libclntsh.so -lpthread  -Wl,-rpath,/usr/X11R6/lib  -Wl,--as-needed -lXi -lXtst -Wl,--no-as-needed -L/usr/X11R6/lib -lXm -lXt -lX11 -lm -lXp -lXext `cat /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/sysliblist` -lc )
    rm -f zrhitem.o zrhcursor.o; \
            /usr/bin/ar x /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib//librw.a zrhitem.o zrhcursor.o
    rm -f rwbuilder
    gcc -m32 -o rwbuilder -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2//lib/ -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/ -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib//stubs  -rdynamic -Bdynamic -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386 -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads -ljvm rxmasb.o /u01/applmgr/ORACLE/apps/tech_st/10.1.2/reports/lib/ui10.o /u01/applmgr/ORACLE/apps/tech_st/10.1.2/reports/lib/uiicxd.o /u01/applmgr/ORACLE/apps/tech_st/10.1.2/reports/lib/rwsng.o /u01/applmgr/ORACLE/apps/tech_st/10.1.2/reports/lib/rwscl.o /u01/applmgr/ORACLE/apps/tech_st/10.1.2/reports/lib/rwssc.o /u01/applmgr/ORACLE/apps/tech_st/10.1.2/reports/lib/rwssc0.o /u01/applmgr/ORACLE/apps/tech_st/10.1.2/reports/lib/rwsdt.o /u01/applmgr/ORACLE/apps/tech_st/10.1.2/reports/lib/rwscr.o -lrw /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib//librw.a  -lobx -lnn -lrws -lde /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib//libzrc.a -lrws   -lucol -luicc -lca -lmma -lmmiw -lmmov -lmma -lmmos -lmmoi  -lmmia -lmmft -lmmcm  -lvgs -luihx -luc -luipr -luimotif -lot -lrem -lree -lrec -luiimg -luimotif -luipr -luiimg -luc -lrem -luimotif -luia -ltknqap -luipr -luimotif -lutt -lix -lixd -lrod -lror -lros -lrod -lror -lros -lrod -luat  -ldfc -lutc -lutj -lutl -lutsl -lpls10  -lplp10 /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/libplc10.a -lpls10  -lplp10 -lslax10 -lsql10 -lclntsh  `cat /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10 -lmm  -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10    -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10  -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10   `cat /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/sysliblist` -Wl,-rpath,/u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib,-rpath,/u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/xawt:/lib:/usr/lib  -lm `cat /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lpthread -lm   -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/stubs/ -lsnls10 -lpthread  -ljvm -Wl,-rpath,/usr/X11R6/lib -Wl,--as-needed -lXi -lXtst -Wl,--no-as-needed -L/usr/X11R6/lib -lXm -lXt -lX11 -lm -lXp -lXext  /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib//librw.a -lnsl
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `pthread_cond_timedwait@GLIBC_2.3.2'
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `pthread_cond_signal@GLIBC_2.3.2'
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `realpath@GLIBC_2.3'
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `pthread_cond_wait@GLIBC_2.3.2'
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `pthread_cond_init@GLIBC_2.3.2'
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `__stack_chk_fail@GLIBC_2.4'
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `pthread_cond_destroy@GLIBC_2.3.2'
    collect2: ld returned 1 exit status
    make: *** [rwbuilder] Error 1
    Regards
    Mohammed. Abdul Muqeet

    Please implement the solution in (Upgrading JDK To 7_25 - Step 3.7 Rebuild Forms Reports: Error: Collect2: Ld Returned 1 Exit Status (Doc ID 1569998.1)).
    Thanks,
    Hussein

  • Boot up of Windows Server 2012 Essentials seems slow (extended Please Wait screen) and there are errors in Health Report

    Dear Sir or Madam,
    I have been experimenting with the evaluation version of WS2012e trying to get the installation and subsequent build into an optimal set up, and once I have everything I want it to do mapped out, I'll set it up with the full version with using the key that
    I bought.
    However, I've noticed that the server seems to experience a delay during cold boot - it sits with a Please Wait screen for about 60-90 seconds before it presents the screen with an option to Log on.  I have also discovered from running Health
    Report, that there are some entries in the event logs which appear to coincide with start up times, and which seem to be interconnected to each other in the issues they are describing, and I have copied an example of one of those health reports below. 
    I assume that everything sorts itself out in due course, because the events say the process will be re-attempted and these errors don't repeat again after the system has booted up.  I also have the server set to suspend when not in use with the Lights
    Out add in, so it shouldn't need to cold boot often - but I wondered if there's a way to correct these errors so that they don't hold up the boot up process?  I'm also concerned that these errors will cause me later problems with storage pools and
    the like at a later date - the disk replication one seems particularly worrying.  Alternatively, are these errors just a normal part of the start up process - the timing of when different processes start relative to each other - and can be safely ignored?
    In trying to understand what the events describe, I thought that WE2012e acted as its own Domain Controller, and yet it seems from the event log entries that it is waiting for another server to respond to AD / DC requests (but there isn't another server
    on my home network).  The other thing I remember from when I first tried out WS2012e, is that it took control of DHCP or DNS from the router, and I found that frustrating when waking up my laptop and it wouldn't connect to the internet until the server
    had fully booted up and re-asserted its network settings.  Is this another symptom of the same problem?  I remember seeing a posting at the SBS Diva's site about how to update the server so that it gave connected PCs a backup option for connecting
    to the internet when the server wasn't available, and was going to try to find that again to see if that helped.
    By way of background - there isn't another server in my home network.  This is an attempt to do a clean install onto the same hardware that I ran the initial trial of WS2012e, now that the trial has expired, so I'm not trying to migrate from an existing
    server.  I moved all the data on the trial server off onto an external disk, with the intention of importing it back once I had the Storage Pools set up the way I wanted on the new build, and since I didn't want to keep anything else about the server
    trial.  Am I correct in thinking that I don't need to go down the Migration route during installation, and can go through a Clean install in this circumstance? 
    I'm running on an Asus P8-H77-i motherboard, with an i5-3470s CPU and 16MB RAM, and I have WS2012e installed on 256Mb SSD formatted under GPT with uEFI boot - the latter being the main reason for the reinstall, instead of just giving the Evaluation
    version the new key on the original MBR set up.  I've also enabled Intel Rapid Storage and Rapid Start - and successfully set aside the hibernate partition on the SSD - but discovered that this is about forcing a hibernate after suspend, allowing
    the system to power down until its needed again, and then resuming from hibernate on the SSD rather than cold boot each time.  That seems to work, but doesn't improve the cold boot times at all, which was what I was hoping for - ideally the way my
    laptop will boot from cold in a few seconds into Windows 8. 
    Yours faithfully,
    Avon
    ======
    Health Report extract.
    Critical Errors in Event Logs in Last 24 Hours
     DFSR
    Event ID: 3221226674
    The DFS Replication service failed to contact domain controller  to access
    configuration information. Replication is stopped. The service will try again
    during the next configuration polling cycle, which will occur in 60 minutes.
    This event can be caused by TCP/IP connectivity, firewall, Active Directory
    Domain Services, or DNS issues.
    Additional Information:
    Error: 160 (One or more arguments are not correct.)
    Last occurrence: 26 May 2014 18:51:28
    Total occurrence(s): 2
     DNS
    Event ID: 2147487661
    The DNS server is waiting for Active Directory Domain Services (AD DS) to signal that the initial synchronization of the directory has been completed. The DNS server service cannot start until the initial synchronization is complete because critical DNS
    data might not yet be replicated onto this domain controller. If events in the AD DS event log indicate that there is a problem with DNS name resolution, consider adding the IP address of another DNS server for this domain to the DNS server list in the Internet
    Protocol properties of this computer. This event will be logged every two minutes until AD DS has signaled that the initial synchronization has successfully completed.
    Last occurrence: 26 May 2014 18:51:15
    Total occurrence(s): 2
     ADWS
    Event ID: 3221226674
    This computer is now hosting the specified directory instance, but Active Directory Web Services could not service it. Active Directory Web Services will retry this operation periodically.
    Last occurrence: 26 May 2014 18:51:08
    Total occurrence(s): 2
     NTDS General
    Event ID: 2147486534
    The security of this directory server can be significantly enhanced by configuring the server to reject SASL (Negotiate,
    Kerberos, NTLM, or Digest) LDAP binds that do not request signing (integrity verification) and LDAP simple binds that
    are performed on a cleartext (non-SSL/TLS-encrypted) connection.  Even if no clients are using such binds,
    configuring the server to reject them will improve the security of this server.
    Some clients may currently be relying on unsigned SASL binds or LDAP simple binds over a non-SSL/TLS connection,
    and will stop working if this configuration change is made.  To assist in identifying these clients, if such binds occur this
    directory server will log a summary event once every 24 hours indicating how many such binds
    occurred.  You are encouraged to configure those clients to not use such binds.  Once no such events are observed
    for an extended period, it is recommended that you configure the server to reject such binds.
    For more details and information on how to make this configuration change to the server, please see http://go.microsoft.com/fwlink/?LinkID=87923.
    You can enable additional logging to log an event each time a client makes such a bind, including
    information on which client made the bind.  To do so, please raise the setting for the "LDAP Interface Events" event logging category
    to level 2 or higher.
    Last occurrence: 26 May 2014 18:51:00
    Total occurrence(s): 2
    =======

    Hi KerguelanAvon,
    Based on your description, it seems to be hard to narrow down the cause of this issue. Please refer to following operations and monitor the result. It may help us to go further, and then solve this issue.
    1. Please refer to the following article and troubleshoot slow boot.
    New Slow Logon, Slow Boot Troubleshooting Content
    2. On your server 2012 essentials, please start a BPA scan and fix all that it can find, then monitor the result.
    Regarding to those critical Errors in Health Report, please perform
    Dcdiag on the server. Meanwhile, please refer to the following article and troubleshoot network connectivity, firewall setting and AD DS issue.
    DFSR Event 1202 (DFS Replication)
    Hope this helps.
    Best regards,
    Justin Gu
    Hi Justin,
    I'm reading through the links you referred me to but it's taking a while.  In the meantime I tried running BPA as you suggested.  I'm sure when I ran it before, it didn't say much beyond 81 checks completed, and I couldn't find a way to get any
    more detail.
    Now it says
    Problem:
    The DNS client is not configured to point only to the internal IP address of the server.
    Impact:
    If the DNS client is not configured to point only to the internal IP address of the server, DNS name resolution can fail.
    Resolution:
    To resolve this problem:
    1. From the client computer, open the Properties page for the network connection.
    2. Make sure that DNS is configured to point only to the internal IP address of the server.
    Except that it is.
    Connection-specific DNS Suffix:
    Description: Broadcom 802.11n Network Adapter
    Physical Address: ‎00-1B-B1-28-AE-63
    DHCP Enabled: Yes
    IPv4 Address: 192.168.1.133
    IPv4 Subnet Mask: 255.255.255.0
    Lease Obtained: 03 June 2014 21:56:49
    Lease Expires: 05 June 2014 20:24:20
    IPv4 Default Gateway: 192.168.1.1
    IPv4 DHCP Server: 192.168.1.1
    IPv4 DNS Server: 192.168.1.49
    IPv4 WINS Server:
    NetBIOS over Tcpip Enabled: Yes
    Link-local IPv6 Address: fe80::80ef:48d5:9fde:f10e%14
    IPv6 Default Gateway:
    IPv6 DNS Server:
    I'll try rebooting from the current windows 7 build over to windows 8 on my dual boot laptop, to see if that makes any difference, since it is the only other client PC connected to the server at the moment.
    Thanks, Avon.

  • Installation errors in weblogic forms and reports

    hi,
    i am doing the patches of oracle middleware forms and reports 11.1.1.3.0 to 11.1.1.4.0.we created 2 domain in weblogic home.Domain names like A,B.patches done successfully in A.at the time of patch in B.installation is not starting it is shows an error in GUI box like
    installation failed
    prepare session filled
    SEVERE:Values for the following variables could not be obtained from the command line or response file(s):
    MYORACLESUPPORT_USERNAME(MyOracleSupportUsername)
    Silent install cannot continue.
    this is error log file path is middleware/oraInventory/logs/
    <wladmin-wls logs> tail -f oraInstall2011-02-16_03-39-53PM.err
    oracle.sysman.oii.oiic.OiicInstallAPIException: SEVERE:Values for the following variables could not be obtained from the command line or response file(s):
    MYORACLESUPPORT_USERNAME(MyOracleSupportUsername)
    Silent install cannot continue.
    at oracle.sysman.oii.oiic.OiicInstallAPISession.prepareForInstallOperations(OiicInstallAPISession.java:292)
    at oracle.sysman.oii.oiic.OiicAPIInstaller.prepareForInstallOperations(OiicAPIInstaller.java:844)
    at oracle.as.install.engine.modules.install.action.OUIInstaller.start(OUIInstaller.java:300)
    at oracle.as.install.engine.modules.install.action.InstallManager.launchOUI(InstallManager.java:211)
    at oracle.as.install.engine.modules.install.InstallModule.launchOUI(InstallModule.java:155)
    at oracle.as.install.engine.modules.install.InstallModule$1.run(InstallModule.java:246)

    When you look at the example presented in here: http://download.oracle.com/docs/cd/E13196_01/platform/docs70/confgwiz/silent.html
    or here: http://middlewaremagic.com/weblogic/?p=1716
    I think you must add a datavalue MYORACLESUPPORT_USERNAME is the template (also probably a password).

  • Critical Errors SCCM 2012 (Distribution Point and Reporting services point)

    Hello,
    We are getting errors under the Site Status for the Distribution Point and Reporting services point. Was running fine and have not really made any changes but all of a sudden we have these critical errors.
    The report server service is not running on Reporting Service Point server "XXXXXXXXXXX"; start the service to enable reporting.
    We have stopped and restarted the SQL 2012 reporting service point with no errors. What else should we look at for this error? And are these related?
    Thanks,
    Bobby

    Hi,
    Have you checked the log file SRSRP.log?
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • Sharing Itunes Library with multiple users on same computer

    Several people in my house share the same laptop and we all have our own user id. I am the administrator. How do I set up itunes so that all of the music, the entire library, is accessible to all user id's when each person is logged in? I thought I h

  • Days of the week

    Somewhere in my program, I return two Stirngs, which are start-date and end-date of the week. For example: (30/06/2003 , 06/07/2003) I have a String[7] array and want to assign each element of the array the days. I mean: String[0] = 30/06/2003 String

  • Preview/Publish Fail & Freeze in Captivate 5

    I'm experiencing freezing & "publish failed" messages when I attempt to preview or publish my project.  My project contains 1 slide with a text caption and 40 slides recorded as a demo with no audio.  I've attempted: clearing the cache reducing the p

  • How can I reach Javascript from JSP code blog?

    <script> var name2; // want to reach the data which in JSP code blog </script> <body> <% String name; // a data from database %> </body>Simply I want to reach "*name*" valuable from Javascript.. I'll be happy if someone helps me.. Thanx in advance..

  • CSV uploaded to the KM is recognized as binary and not as CSV

    Hello, I am uploading a csv to the KM but when I try to download it I receive a text file inside the web page instead of a proper CSV. By looking at the mime type of this file it is identified as: Binary file (application/octet-stream) one and not as