Command line query runs, but not Planner

Control-M allows us to schedule some shell scripts to be run on a Solaris server. Some of the scripts need access to an Oracle database and in this case our security team will include the DB user and password in the script, then encrypt and sys admin team plans the script encrypted with Control-M. That works very well, but we tried to have the DB user and the password on a separate encrypted file so that we don't have to ask for the encryption of file each time it is necessary to modify a script (it is a test environment).

We have the script in ~/system_name/scripts, the query to ~/system_name/sql and the encrypted file and the key to ~/system_name/keys. SQLPlus call in the script is:

$(ORACLE_HOME) / bin/sqlplus "' decrypt - a 3des - k. /... /Keys/Key.3DES.System - i. /... /Keys/login.system'"@instance_name < < EOF.
@$ {DIR_SQL} / TEST_QUERY. SQL
quit smoking
EXPRESSIONS OF FOLKLORE

The security analyst has successfully tested is command line, but when we schedule with Control-M job abends and we get the following in the DD:

+ decrypt - a 3des - k. /... /Keys/Key.3DES.System - i. /... / Keys/login. System
decrypt: cannot open the. /... /Keys/Key.3DES.System
decrypt: invalid key.
+ /u00/app/oracle/product/11.1.0/db_1/bin/sqlplus @instance_name
+ 0 < <
@/ sistemas/HMP/system_name/sql/TEST_QUERY. SQL
quit smoking

SQL * more: version 11.1.0.6.0 - Production on Mon May 3 09:41:55 2010

Copyright (c) 1982, 2007, Oracle. All rights reserved.

SP2-0310: cannot open the file 'instance_name.sql '.
Enter the user name: SP2-0306: invalid option.
Usage: CONN [ECT] [connection] [AS {SYSDBA |}] SYSOPER | SYSASM}]
where < logon >: = < user > [< password >] [@ < connect_identifier >] [edition = valu\
e] | /
SP2-0306: invalid Option.
Usage: CONN [ECT] [connection] [AS {SYSDBA |}] SYSOPER | SYSASM}]
where < logon >: = < user > [< password >] [@ < connect_identifier >] [edition = valu\
e] | /
Enter the password:
ERROR:
ORA-12545: Connect failed because target host or object does not exist


SP2-0157: unable to connect to ORACLE after 3 attempts, leaving SQL * more

0000000080

Any ideas?

Looks like the order is subdivided in some way - connecting to sqlplus is performed before finishing the entire string
He seems to see the @instance_name as a script to run instead of a database to connect to.

Is the database on the same server as the script?
If so, try to set your environment to the correct databsae, so that you can omit the syntax @instance_name part and see if it helps

Just noticed also the refusal to open the script to decrypt. It would seem that uyou do not use a full path name. Have you checked that the scheduled task directroy starts in? You may try to run some environment specific scripts first.

Published by: Guy on May 5, 2010 07:43

Tags: Database

Similar Questions

  • I can't open firefox running but not responding not window opens and says to close the existing window. I can't do that the computer does nothing to help. I did all the suggestions here. I uninstalled and reinstalled firefox

    Firefox does not open. I get firefox is already running but not responding no window... I tried to restart without help. I tried to put an end to the process via Ctrl + Shift + Esc and nothing firefox is registered to complete. I tried to find the application via the icon data run in the start window, I have no icon running on this system (Acer with windows vista (?)

    This has happened

    Each time Firefox opened

    The computer was hard to close and made an incorrect scan stop when it has restarted

    User Agent

    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; FunWebProducts; GTB6.5; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729)

    Uninstall and re - install Firefox does not affect your personal data and settings in your Firefox profile folder, unless specifically, you select this option when Firefox un0installing - but which removes "all your personal data and customizations.

    Have you tried to create a new profile after a cold start?
    http://KB.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows

  • Reinstal Cloud but not uninstal not possible as long as the app running, but not other applications in the Task Manager

    Hello

    I need to reinstall the Cloud but uninstal is not possible as long as the app running, but not other applications in the Task Manager.

    Windows 7

    Uninstaller: "another version of office of creative cloud or an installer Adobe is running...". »

    TaskManager: browser runs only.

    Windows Installer / change: "unable to désinstaller creative cloud to desktop. You still have creative Cloud computer applications that need it.

    So, how I re install this, thank you

    Safe mode using the application of Creative Cloud Uninstaller has worked.

  • iTunes is running but not visible in Windows 10 icon

    iTunes works fine, but the window does not appear. When I run iTunes, I don't see anything. The task manager says it is running, but it does not appear in the taskbar. Do you think that there is a way to make the iTunes icon visible on the taskbar and display the iTunes window?

    I recommend that you get in touch with Apple customer, because they are the company that makes iTunes.

  • Apply line to some but not all sides of a form?

    How can I have a stroke or a scheme to certain parts of a form, but not all?

    Thank you

    The easiest solution is probably to set the form to be completed only clone of the form, set the clone to caress only and then remove the side for which you do not want a shot using the knife tool.

  • CFAjax and jquery json - runs in the browser but not Planner

    This one has me quite confused.

    I have a baby of test routine:

    TestRun.cfm

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

    " < html xmlns =" http://www.w3.org/1999/xhtml ">

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"

    < title > Untitled Document < /title >

    < / head >

    "< script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js "> < / script >

    < cfset dataout = timeformat (now (), "mm: SS") >

    < name cfquery = "testrun" datasource = "#application.ccidatasource #" >

    Bridge update

    Set testtime = < cfqueryparam cfsqltype = "cf_sql_varchar" value = "#dataout #" >

    < / cfquery >

    < script type = "text/javascript" >

    $.getJSON ("cciBridgeServices.cfc", {}

    method: "hemagg."

    who: "ECS"

    returnFormat: 'json ',.

    queryformat: 'column '.

    }, {function (d)}

    var text = "";

    lines of the var = d.ROWCOUNT;

    });

    < /script >

    < body >

    < / body >

    < / html >

    The service is simple as well

    < cffunction = access "hemagg" name = "remote" returntype = "numeric".
    Description = "Test function using just about anything" >
    < cfargument name = "who" required = "yes" >
    < cflog application = 'Yes' text = Hello "auto run" >
    < name cfquery = "testrun" datasource = "#application.ccidatasource #" >
    Bridge update
    Set testcol = < cfqueryparam cfsqltype = "cf_sql_varchar" value = "#testtext #" >
    < / cfquery >
    < cfreturn 1 >

    < / cffunction>

    If I run testrun in a browser, all is well.

    If I create testrun as a scheduled task in the CF administrator, or I use wget to process, the hemagg service is not running.

    I checked this by adding the < cflog... > command.  The SS is updated, but the text is not.it?
    I tried to add a returnformat and an output = "" to the < cffunction >

    Can someone explain what is happening here and how to fix it?

    Thanks in advance

    Are the inputs required for different tasks all the time? You can pass variables via the URL of the task to code server-side, or store them in a database to read when the task runs. What you need to do is to remove all of the interactive stuff and leave only your coldfusion code.

    For example, you can run the interactive treats as usual, but instead to create a task that calls your coldfusion with all page updates table updated etc. rather before calling this page directly. It will then run initially for the first time and then the demand for a later date.

  • 5324 SSH running but not asking not password and not running through my firewall

    I picked up a Dell Powerconnect 5324 off ebay and wiped the configs, updated the firmware and got it mostly set up for what are my needs but I don't know why good SSH than active and working locally on the same subnet as the ip of the vlan has the following two issues:

    1 SSH works but only ask "open as:" then "user name:" and never will prompt you for the password. It just goes straight to an enable command prompt

    2. I can't work through my firewall DNAT. It's not critical, but I removed the access list that I had just to test and still no go.

    Here is my config:

    interface port-channel 1
    Description Fiber4GE
    FlowControl auto
    output
    interface port-channel 2
    Description Copper2GE
    FlowControl auto
    output
    interface port-channel 1
    switchport mode trunk
    output
    interface port-channel 2
    switchport mode trunk
    output
    serial interface ethernet g(19-20)
    switchport mode trunk
    output
    database of VLAN
    VLAN 96,172,192
    output
    interface ethernet g1
    switchport access vlan 96
    output
    Beach port-channel interface (1 - 2).
    switchport trunk allowed vlan add 96
    output
    Beach port-channel interface (1 - 2).
    switchport trunk allowed vlan add 172
    output
    serial interface ethernet g(2-18)
    switchport access vlan 192
    output
    Beach port-channel interface (1 - 2).
    switchport trunk allowed vlan add 192
    output
    interface ethernet g1
    switchport forbidden vlan add 192
    output
    interface vlan 96
    name Comcast
    output
    interface vlan 172
    name iSCSI-SAN
    output
    interface vlan 192
    network name
    output
    serial interface ethernet g(19-20)
    Auto mode channel-group 2
    output
    serial interface ethernet g(21-24)
    Auto mode channel-group 1
    output
    interface vlan 192
    192.168.1.251 IP address 255.255.255.0
    output
    line console
    exec-timeout 20
    output
    ssh line
    exec-timeout 20
    output
    ssh line
    password * redacted * encrypted
    output
    line console
    password * redacted * encrypted
    output
    enable level 15 password * redacted * encrypted
    username admin password * redacted * encrypted
    password username davery * redacted * level encrypted 15
    property intellectual ssh server
    The https server IP
    clock timezone-8
    customer SNTP enable vlan 192
    clock source sntp
    unicast SNTP client enable
    unicast SNTP client survey
    survey of SNTP server 192.168.1.1
    IP - local.dom domain name

    I think I see what is missing, we must add this command so that he can ask for the password.

    Console (config) # aaa authentication login default line

    Console (config) # line ssh

    default authentication logon console(config-Line) #.

    Let me know if it works

  • Application crashes after links compilations on the command line and running on Simulator

    Hi all

    I have a project where I need to link my static libraries built separately (but using the toolchain/compiler inside the BBNDK) for a sample application QML BB10.  I am relatively new to BB10 and its environment.

    Although the application compiles and links successfully, the performance of the application is segmenting online

    AbstractPane *root = qml->createRootObject();
    

    My other static libraries have many references to the C++ Standard Library, such as strings, streams etc. and these are inside libstdc++.a/.so. Also some references to struggling and Expat. And so I assured these library on my road to compile as follows

    qcc -Vgcc_ntox86 -lang-c++ -Wl,-rpath-link,/opt/bbndk/target_10_0_9_386/qnx6/x86/lib -Wl,-rpath-link,/opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib -o o-g/MyApp o-g/.obj/main.o o-g/.obj/MyApp.o o-g/.obj/moc_MyApp.o    -L/opt/bbndk/target_10_0_9_386/qnx6/x86/lib -L/opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib -L/opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/qt4/lib -L/opt/bbndk/lib ./myStaticLib.a /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/gcc/4.6.3/libstdc++.a /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libexpat.so.2 /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libsocket.so -lm -lbps -lbb -lbbcascades -lQtDeclarative -lQtScript -lQtSvg -lQtSql -lQtXmlPatterns -lQtXml -lQtGui -lQtNetwork -lQtCore
    

    With this application compiles / links with success but as said previously, it crashes inside createRootObject.

    If I don't specify my static library (myStaticLib.a), out of all references to myStaticLib.a in the code and remove the stdc library ++ application goes ahead and the screen correctly.

    NOTE: myStaticLib.a is not related to the QT code in any way. I call the method inside myStaticLib after that I booted properly QT and after showing the first screen in the code.

    I was able get out the base of the Simulator file and also use it with this gdb on my build machine. Here is the result of the BDG.

    root@server:/opt/bbndk#host_10_0_9_52/linux/x86/usr/bin/ntox86-gdb /home/puneet_narsapur/webrtc/ip/psl_p2pwebrtc_r2835_x86_bb10/trunk/third_party/libjingle/source/talk/examples/BBTalk/x86/o-g/PeerConnection /home/puneet_narsapur/webrtc/ip/psl_p2pwebrtc_r2835_x86_bb10/trunk/PeerConnection.core
    GNU gdb (GDB) 7.4 qnx (rev. 691)
    Copyright (C) 2012 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
    and "show warranty" for details.
    This GDB was configured as "--host=i686-pc-linux-gnu --target=i486-pc-nto-qnx6.5.0".
    For bug reporting instructions, please see:
    <http://www.gnu.org/software/gdb/bugs/>...
    Reading symbols from /home/puneet_narsapur/webrtc/ip/psl_p2pwebrtc_r2835_x86_bb10/trunk/third_party/libjingle/source/talk/examples/BBTalk/x86/o-g/PeerConnection...done.
    [New pid 8880242 tid 1]
    [New pid 8880242 tid 2]
    [New pid 8880242 tid 3]
    [New pid 8880242 tid 4]
    [New pid 8880242 tid 5]
    [New pid 8880242 tid 6]
    [New pid 8880242 tid 7]
    [New pid 8880242 tid 8]
    [New pid 8880242 tid 9]
    [New pid 8880242 tid 10]
    [New pid 8880242 tid 11]
    [New pid 8880242 tid 12]
    [New pid 8880242 tid 13]
    
    warning: Corrupted shared library list: 0x0 != 0x86f8000
    
    warning: Could not load shared library symbols for 15 libraries, e.g. libQtDeclarative.so.4.
    Use the "info sharedlibrary" command to see the complete listing.
    Do you need "set solib-search-path" or "set sysroot"?
    Program terminated with signal 11, Segmentation fault.
    #0  0xb086709e in __free () from /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libc.so.3
    Traceback (most recent call last):
      File "/opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libstdc++.so.6.0.16-gdb.py", line 59, in 
        from libstdcxx.v6.printers import register_libstdcxx_printers
    ImportError: No module named libstdcxx.v6.printers
    (gdb) bt
    #0  0xb086709e in __free () from /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libc.so.3
    #1  0xb0866c6b in free () from /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libc.so.3
    #2  0x08325e80 in operator delete(void*) ()
    #3  0x08325ecc in operator delete[](void*) ()
    #4  0x0832a69e in std::ios_base::~ios_base() ()
    #5  0xb962fa8f in ?? () from /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libbbcascades.so.1
    #6  0xb963074c in ?? () from /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libbbcascades.so.1
    #7  0xb952d3c8 in bb::cascades::AbstractTextControl::setText(QString const&) () from /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libbbcascades.so.1
    #8  0xb94df30c in bb::cascades::AbstractTextControl::qt_metacall(QMetaObject::Call, int, void**) () from /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libbbcascades.so.1
    #9  0xb94e7762 in bb::cascades::Label::qt_metacall(QMetaObject::Call, int, void**) () from /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libbbcascades.so.1
    #10 0xb9e9686d in ?? ()
    #11 0x089b6598 in ?? ()
    #12 0x00000002 in ?? ()
    #13 0x0000002f in ?? ()
    #14 0x07b9a14c in ?? ()
    Cannot access memory at address 0x89e24cc
    (gdb) info sharedlibrary
    warning: Corrupted shared library list: 0x0 != 0x86f8000
    From        To          Syms Read   Shared Object Library
    0xb8638000  0xb86500ac  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libexpat.so.2
    0xb82dd000  0xb8314824  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libsocket.so.3
    0xb8203000  0xb823b8d4  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libm.so.2
    0xb825f000  0xb82bf56c  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libbps.so.3
    0xb8450000  0xb848c780  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libbb.so.1
    0xb9400000  0xb9c5a200  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libbbcascades.so.1
                            No          libQtDeclarative.so.4
                            No          libQtScript.so.4
                            No          libQtSvg.so.4
                            No          libQtSql.so.4
                            No          libQtXmlPatterns.so.4
                            No          libQtXml.so.4
                            No          libQtGui.so.4
                            No          libQtNetwork.so.4
                            No          libQtCore.so.4
    0xb8665000  0xb86d7a88  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libcpp.so.4
    0xb0837000  0xb08d7cc0  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libc.so.3
    0xb8247000  0xb825c118  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libscreen.so.1
    0xb823c000  0xb824210c  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libpps.so.1
    0xb82c9000  0xb82cd0c4  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libslog2.so.1
    0xb8b44000  0xb8be11e4  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libbbsystem.so.1
    0xb82c2000  0xb82c7160  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libbbsystemlocale.so.1
    0xb82cf000  0xb82dabac  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libEGL.so.1
    0xb831d000  0xb832707c  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libGLESv2.so.1
    0xb8419000  0xb8425248  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libgestures.so.1
    0xb8436000  0xb844a1a0  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libimg.so.1
    0xb8aef000  0xb8b2447c  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libstrpattern.so.1
    0xbacf9000  0xbae94cd0  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libwebview.so.2
    0xb8427000  0xb842f48c  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/liblgmon.so.1
    0xb8493000  0xb84aa124  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libz.so.2
    0xb8ab4000  0xb8adf400  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libpng14.so.0
    0xb904c000  0xb912a0c0  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libiconv.so.1
    0xb8316000  0xb831b504  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libclipboard.so.1
    0xb84ab000  0xb84b2190  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libcontext.so.1
    0xb93a9000  0xb93d9774  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libnfc.so.1
    0xb8243000  0xb82460d0  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libnfc_bps.so.1
    0xbab17000  0xbacdcb74  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libicui18n.so.49
    0xbb800000  0xbd5c1258  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libwebkit.so.0
    0xbb01f000  0xbb498150  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libwebkitplatform.so.0
    0xbaeb5000  0xbb015644  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libicuuc.so.49
    0xbb56f000  0xbb6e57c0  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libgrskia.so.1
    0xb8629000  0xb8634280  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libimfclient.so.1
    0xb935c000  0xb939c26c  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libgoogleurl.so.0
    0xb8657000  0xb8663254  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libintl.so.1
    0xb9c6a000  0xb9cd99c8  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libcpp-ne.so.4
    0xb8430000  0xb8435128  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libcounters.so.1
    0xbe800000  0xbf952988  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libicudata.so.49
    0xbaa99000  0xbaaf5bec  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libcurl.so.2
    0xbb526000  0xbb557960  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libfontconfig.so.1
    0xbb4e6000  0xbb51c2b4  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libjpeg.so.4
    0xbb6fc000  0xbb78e4fc  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libsqlite3.so.1
    0xbda11000  0xbdb342dc  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libxml2.so.1
    0xbb4a1000  0xbb4db768  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libxslt.so.2
    0xbd6ae000  0xbd7273c8  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libfreetype.so.1
    0xbb79b000  0xbb7d14f8  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libharfbuzz.so.0
    0xb8a99000  0xb8aa8168  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libskia-qnx.so.0
    0xb8aab000  0xb8ab1120  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libppscache.so.1
    0xb8ae7000  0xb8aed150  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libmmrndclient.so.1
    0xb8ae0000  0xb8ae61bc  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libmd.so.1
    0xb848d000  0xb8492120  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libaoi.so.1
    0xbb7d5000  0xbb7fb7f4  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libinput_client.so.1
    0xbd628000  0xbd668138  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libhuapi.so.5
    0xb8b25000  0xb8b43838  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libcamapi.so.1
    0xbd5cf000  0xbd617450  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libiType.so.1
    0xbd8b1000  0xbd9179dc  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libWTLE.so.1
    0xbd81e000  0xbd883b50  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libinput_utilities.so.1
    0xb8be8000  0xb8bfa260  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libcares.so.1
    0xbd783000  0xbd7df6f8  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libssl.so.2
    0xbd670000  0xbd6aa5d8  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libgssapi.so.1
    0xb8328000  0xb832c084  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libstrm.so.1
    0xbd954000  0xbda060a4  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libsbgse56.so.0
    0xb93de000  0xb93eb1f4  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libmmedia.so.1
    0xb93ec000  0xb93fcaec  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libmmfilter.so.1
    0xb9c5b000  0xb9c68d00  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libbz2.so.1
    0xb939e000  0xb93a626c  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libhiddi.so.1
    0xbdd07000  0xbdeb7764  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libcrypto.so.2
    0xb9ce8000  0xb9cf13ec  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libnbutil.so.1
    0xbdc23000  0xbdc98498  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libkrb5.so.1
    0xb9cde000  0xb9ce6310  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libheimntlm.so.1
    0xbdb37000  0xbdbca0e8  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libasn1.so.1
    0xb8200000  0xb8202110  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libcom_err.so.1
    0xbd736000  0xbd77c91c  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libhx509.so.1
    0xbaa7f000  0xbaa8f5f0  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libroken.so.1
    0xbd7ec000  0xbd8140fc  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libwind.so.1
    0xb8414000  0xb84185c0  Yes (*)     /opt/bbndk/target_10_0_9_386/qnx6/x86/usr/lib/libheimbase.so.1
                            No          libHwEGL.so
                            No          libegl_gallium.so
                            No          libHwglapi.so
                            No          libpipe_vmwgfx_drv.so
    0xbdf18000  0xbe00a9b8  Yes         /opt/bbndk/target_10_0_9_386/qnx6/x86/lib/libstdc++.so.6
                            No          libllvmpipe_drv.so
                            No          libHwGLESv2.so
    (*): Shared library is missing debugging information.
    (gdb) q
    root@server:/opt/bbndk#
    

    It seems to be crashing within libc.so while trying to release something. There is not any change in the QML code at all.

    Even if everything seems to be compilations and links correctly, I'm not able to find the reason for this accident.

    I don't change all code QML, but if I include my library and stdc ++ it crashes. If I don't get my library and stdc ++ he does not crash and all is well.

    Can someone help me please how to debug this problem? Stuck in this during more than two days

    Found the problem. For the other library that I was building with the BB10 NDK build tools, I was not using "qcc-Vgcc_ntox86-lang-c ++. I used instead of the ntox86-g ++ under the host directory. And it lacked the required compiler flags that were used internally by qcc.

    After changing the compiler, application has compiled, I did not provide libstdc ++ .a for him also, as well as the application has been properly executed well.

  • Clone fails - auxiliary database listener running but not no projection in LSNRCTL

    Hello

    I'm a DBA again working with databases Oracle 11.2.0.2 on Solaris.

    With RMAN, I'm trying to clone a database of production of server1 to the database of test on server2. The RMAN process fails with the error: RMAN-04006: auxiliary database error: ORA-12528: TNS:listener: all appropriate instances are blocking new connections.

    When I look at the auxiliary database (test), it is up and running, I can't tnsping it. However, under the heading 'lsnrctl services' I noticed that the corresponding listener is missing... even though when I check the running processes using ' ps - ef | grep LSNR", I can see the process.

    I can start and stop the listener for this database successfully, but it is still not listed under lsnrctl show or lsnrctl services. The entry for this database in the listener.ora file corresponds to the exact same format as other listeners of DB on the same server that display correctly.

    The use of generic names, the entry is:

    LOGGING_LSNR_XXXX = OFF

    LSNR_XXXX =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP (PORT = 1529))(HOST = server2))
    )
    )
    )

    SID_LIST_LSNR_XXXX =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = XXXX.domain.LOCAL)
    (SID_NAME = XXXX)
    (ORACLE_HOME = u01/app/oracle/product/11.2.0.2/dbhome_1)
    )
    )

    TRACE_LEVEL_LSNR_XXXX = OFF

    Our previous DBA is not available for assistance.

    I would greatly appreciate any ideas or advice.

    Thank you.

    user13258951 wrote:
    I've renamed the listener.ora and stopped and restarted the listener, wait a minute, as you suggest. All databases on the server, but two appear in the commands below. One of the two that does not appear is the database in question. Is this provides additional clues? Thank you.

    It suggests to me that two missing databases have a value assigned to their 'LOCAL_LISTENER' init parameter, pointing to the non-standard port.

    It gives to think that the missing DBA has tried to look at things and created an environment unnecessarily complex.

    A single listener, with the default name for LISTENER, using the default port of 1521 is quite capable of--indeed, was designed for - several databases of several versions of several ORACLE_HOMEs service. Try to "name" a listener or put it on a default undefined port does nothing but confuse those who come behind.

    But I digress from the topic of your immediate problem. Return the listener.ora file, restart your receiver. Then note what JohnWatson said about the way of lsnrctl commands addressed to this non-standard listener.

    Published by: EdStevens on 8 may 2013 14:23

  • PS Installation: Engine command line Application error - could not sign the database &lt; SID &gt; PS user

    Hi all

    I have this problem, tried all means but couldn't solve it. I'm installing peoplesoft on my laptop. PS HCM 9.2 and peopletools 8.53.

    I followed all the procedures explained in the installation guide 8.53 (little missed - such as running app engine after creation of the database). I installed the application server, process schdueler, Web server for my instance and successfully connected to PIA. But I see errors from the compiler Peoplecode as first thing after the connection. Analyzed and found that this is due to lack of a few steps after the creation of the database such as the importation of PPLTLS84CUR, PPLTLS84CURDEL and race engines of demand and the additional dms scripts given in table of installation. (Please correct me if I'm wrong!)

    So I loaded PPLTLS84CUR, PPLTLS84CURDEL, PT84TBLSPC built the project, ran grant.dms and rarest dms as stated in the guide, started with the drivers of demand. I gave order below:

    ETAS - CD PSHCM CT - ORACLE - CO PS - CP PS R INSTALL - I UPGPT850PTFP

    It gives me below error:

    D:\PT8.53\bin\server\WINX86 > ETA - CD PSHCM - CT ORACLE - PS - CP PS r INSTALL CO

    HAVE UPGPT850PTFP

    Failure of LoadLibraryA() in pscompat.dll to 'PSORA64.dll': reason = 193

    Error sign on

    Type of database: 7 (ORACLE)

    The database name: PSHCM

    Name of the server:

    OperID: PS

    ConnectID: people

    The process instance: 0

    Reason: Could not sign database PSHCM with PS user

    But with the same credentials PS/PS given in psprcs.cfg I can start the process schduler, login in the application, or same PIA Designer.

    Please let me know if I'm missing something here. Even tried with SYSADM, but no luck.

    Thank you

    RK

    My bad. Actually I'm supposed to run record. I was running it from the server folder.

    It's real record where I suppose to run AE:

    D:\PT8.53\bin\client\winx86

    Thank you

    RK

  • FFis already running but not responding do not mistake... Cannot delete the parent.lock "in use" what to do now?

    I keep getting FF or error that responded to the questionnaire. When I close it I get "your FF profile cannot be loaded.

    I read about the removal of the parent.lock. When I try to delete told me "can not delete the file because it is being used.

    So what do I do now to get FF going

    You can delete the file immediately after the computer starts?

    Help if you start Windows Explorer as an administrator?

    You can create a new profile as a test to see if your profile is the source of the problem.

    See "create a profile":

    If the new profile works then you can transfer files from a profile already used in the new profile, but be careful not to copy files corrupted to avoid transporting more problems.

  • Push on BES run but not on BIS.

    Hello

    I have develop a widget to push, test it with a sample MDS push provide with a PAP performance message well.

    Then, I check in to the BlackBerry Push Essentials service for push BIS.

    I try the same app with push on BIS after the SDK, I also use a PHP code to send my push message.

    Got a response from the gateway push:

    Response CODE: 1001
    Response / / DESC: the request has been accepted for processing.

    But the device never receive push them.

    Y at - it something wrong in my implementation of the commissary.

    ';
            }
    
            // create a new cURL resource
            $err = false;
            $ch = curl_init();
            $messageid = microtime(true);
    
            $data = '--mPsbVQo0a68eIL3OAxnm'. "\r\n" .
            'Content-Type: application/xml; charset=UTF-8' . "\r\n\r\n" .
            '
            http://www.openmobilealliance.org/tech/DTD/pap_2.1.dtd">
            
            '
            . $addresses .
            '
            
            ' . "\r\n" .
            '--mPsbVQo0a68eIL3OAxnm' . "\r\n" .
            'Content-Type: text/plain' . "\r\n" .
            'Push-Message-ID: ' . $messageid . "\r\n\r\n" .
            stripslashes($message) . "\r\n" .
            '--mPsbVQo0a68eIL3OAxnm--' . "\r\n";
    
            // set URL and other appropriate options
            curl_setopt($ch, CURLOPT_URL, "https://pushapi.eval.blackberry.com/mss/PD_pushRequest");
                curl_setopt($ch, CURLOPT_PORT , 443);
                curl_setopt($ch, CURLOPT_SSLVERSION, 3);
                curl_setopt($ch, CURLOPT_CAINFO, getcwd()."/cacert.pem");
                curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
    
            curl_setopt($ch, CURLOPT_HEADER, false);
            curl_setopt($ch, CURLOPT_USERAGENT, "My BB Push Server/1.0");
            curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
            curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
            curl_setopt($ch, CURLOPT_USERPWD, $appid . ':' . $password);
            curl_setopt($ch, CURLOPT_POST, 1);
            curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
            curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    
            $__extra_Headers = array(
                "Content-Type: multipart/related; boundary=mPsbVQo0a68eIL3OAxnm; type=application/xml",
                "Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2",
                "Connection: keep-alive",
                "X-Rim-Push-Dest-Port: ".$appport,
                "X-RIM-PUSH-ID: ".$messageid,
                "X-RIM-Push-Reliability-Mode: APPLICATION"
            );
            curl_setopt($ch, CURLOPT_HTTPHEADER, $__extra_Headers);
    
            // grab URL and pass it to the browser
            $xmldata = curl_exec($ch);
            if($xmldata === false){
                echo 'Erreur Curl : ' . curl_error($ch)."\n";
            }else{
                echo 'L\'opération s\'est terminée sans aucune erreur'."\n";
            }
    
            // close cURL resource, and free up system resources
            curl_close($ch);
    
            //Start parsing response into XML data that we can read and output
            $p = xml_parser_create();
            xml_parse_into_struct($p, $xmldata, $vals);
            $errorcode = xml_get_error_code($p);
            if ($errorcode > 0) {
                echo xml_error_string($errorcode)."\n";
                $err = true;
            }
            xml_parser_free($p);
    
            echo 'Our PUSH-ID: ' . $messageid . "
    \n"; if (!$err && $vals[1]['tag'] == 'PUSH-RESPONSE') { echo 'PUSH-ID: ' . $vals[1]['attributes']['PUSH-ID'] . "
    \n"; echo 'REPLY-TIME: ' . $vals[1]['attributes']['REPLY-TIME'] . "
    \n"; echo 'Response CODE: ' . $vals[2]['attributes']['CODE'] . "
    \n"; echo 'Response DESC: ' . $vals[2]['attributes']['DESC'] . "
    \n"; } else { echo '

    An error has occured

    ' . "\n"; echo 'Error CODE: ' . $vals[1]['attributes']['CODE'] . "
    \n"; echo 'Error DESC: ' . $vals[1]['attributes']['DESC'] . "
    \n"; } } catch (Exception $e) { var_dump($e->getMessage()); } exit(); // --------------------------------------------------------------------------------------------------------------- ?>

    I think I found my mistake.

    In fact, I think that it is not possible to test the record push of the Simulator.
    My tests of the Simulator has failed every time, but on a real device tests succeed every time.

  • In integration (the command-line developer), I can not enter the options for the command of the jsb

    > jsb http://url
    works

    > jsb http://url 4
    gives a 'available Options, too many arguments' ToolTip window

    There is a blue [options] after the http://url, probably an indication I would add my options here.
    But I can't get the syntax right, or it's bugged.

    How can I enter the options presented by 'help jsb' on integration?

    You can see the options, if you type ' - '. You will need to manually enter the options in the current versions of Firefox.

  • Firfox download for Win 7 - get "run" but not the start - cannot load Firefox

    My rd Hard Drive crashed... I installed Win 7 64 bit again. I can't get Firefox to install. It happens at installation and stops - it won't work.
    I had Firefox for years and have run it fine on the 64 bit of Windows 7 without problem...
    What can I do to get Firefox on my PC?

    Try the complete installation program.

  • Dreameaver CS3 running but not able to update the software.

    The updater is always answer "there is no update at this time." I think it's a thing of firewall with my pc windows 7 (that I can't change it). Dreamweaver is currently the 3481 version and I know that there are at least build 5861. Y at - it a link to download the latest version of adobe manually?

    Hi Ken,

    Please visit the link below and find the update for Dreamweaver.

    Updates

    Thank you

    Atul Saini

Maybe you are looking for

  • Can I install QuickTime 7 Pro with Final Cut Studio 3 keys?

    Hello I try to install QuickTime 7 Pro using my old number of Final Cut Studio 3 series/disks, and but could not find a way to do this. FCS is not installed on my Mac (long since passed to FCP X) but sometimes I miss the QTP features. I have the orig

  • Silver heat sink compound Arctic

    I have a laptop t 1000 cto dv8, and while I don't think it's overheating, I'd prefer that it works a little cooler. Arctic silver makes a significant difference in the temperature of the CPU and GPU? The times ' now for both are at about 50 to 55 ° C

  • problem with learning several geometric pattern

    Hello users of Labview,. My goal is to load different templates located in the target folder, create one or more models then, perfom some treatment (located in another file) image.The example provide in file vision works perfectly but if I change the

  • Windows XP license activation

    I try to activate a version of Windows XP on a virtual machine created recently of an old machine that we have here before the asset being disarmed. Unfortunately, when you try to run the virtual machine, we are facing a window to activate product, f

  • Make an html table

    1 2 3 4 5 6 Hello, I want to do something like that. I did it with GridFieldManager, but this component is JRE 5.0, but it isn´t JRE 4.5.