Stored Proc can't run psexec to remote server but SQLCMD mode can - help?

I'm really hoping someone can help with my Access Denied issue issuing an xp_cmdshell "psexec" that otherwise works in SQLCMD Mode and the command line.  Any help would really be appreciated.
The setup:
Server 1.1.1.1:
I have a db MYDB (trustworthy, I'm an admin logging in using Windows Authentication)
I have psexec (running as admin, "everyone" has full-control from G:\
Server 1.1.2.1:
I have application ABC.exe (again, running as admin, "everyone" has full-control) on E:\Program Files
The problem
I can start ABC.exe from      1.1.1.1 from my command prompt for my user:
psexec.exe
\\1.1.2.1 -d -u DOMAIN\USER -p PASSWORD 
"E:\Program Files\ABC.exe" /accepteula
I can start ABC.exe from      1.1.1.1 from SSMS using the SQLCMD Mode:
!!G:\psexec.exe
\\1.1.2.1 -d -u DOMAIN\USER -p PASSWORD 
"E:\Program Files\ABC.exe" /accepteula
I
cannot get the command to run by      calling it from
a stored procedure or trigger:
EXEC xp_cmdshell 'G:\psexec.exe
\\1.1.2.1 -d -u DOMAIN\USER -p PASSWORD 
"E:\Program Files\ABC.exe" /accepteula'
I
cannot get ABC.exe to start on the      remote machine
by putting in the working command from #1 above into a batch file and calling that, either!
Thanks in advance,
Dave

OK, thanks. 
MORE INFORMATION: SQL is SQL 2012, two machines are WINDOWS SERVER 2012
I realize I'm probably treading in dangerous waters here, but I try to set the xp_cmdshell proxy account to two different users and I'm getting different results. 
Here's my two blocks of sql code:
GRANT EXECUTE ON xp_cmdshell TO [DOMAIN\user1]
EXEC xp_cmdshell 'whoami'
EXEC sp_xp_cmdshell_proxy_account 'DOMAIN\user1','pwd1'
EXECUTE AS login = 'DOMAIN\user1'
EXEC xp_cmdshell 'whoami'
EXEC xp_cmdshell 'G:\psexec.exe \\1.1.2.1 DOMAIN\user1 -p pwd1 "E:\Program Files\ABC.exe" /accepteula'
REVERT
GRANT EXECUTE ON xp_cmdshell TO [DOMAIN\user2]
exec xp_cmdshell 'whoami'
EXEC sp_xp_cmdshell_proxy_account 'DOMAIN\user2','pwd2'
EXECUTE AS login = 'DOMAIN\user2'
exec xp_cmdshell 'whoami'
EXEC xp_cmdshell 'G:\psexec.exe \\1.1.2.1 DOMAIN\user2 -p pwd2 "E:\Program Files\ABC.exe" /accepteula'
REVERT
And the results are (1) unexpected in terms of who the cmdshell user is and (2) the two executions are different failures:
Results from ALL the exec xp_cmdhell  'whoami' is DOMAIN\user3!
And the two different outputs (after both "Access is denied.") are
1 - Connecting to 1.1.2.1 ...                                                                           
Connecting to 1.1.2.1 ...
Couldn't access 1.1.2.1 :
and
2-Connecting to 1.1.2.1 ...
Connecting to 1.1.2.1 ...
Starting PsExec service on 1.1.2.1 ...
Could not start PsExec service on 1.1.2.1 :
I'm sure there's a clue in this output somewhere, it's just evading me.  I'm guessing there's something missing on the remote machine's security, but....

Similar Messages

  • Check if IIS running on a remote server

    Hi,
    I need to check if IIS is running in a remote server. This is what I have collected from web, but not working. Even though IIS is running in the remote-server, but this check always saying "Not running".
    $servers = @("STGNX150-1")
    foreach($server in $servers)
    $iis = get-wmiobject Win32_Service -ComputerName $server -Filter "name='IISADMIN'"
    if($iis.State -eq "Running")
    {Write-Host "IIS is running on $server"}
    else
    {Write-Host "IIS is not running on $server"}

    I get the feeling that IIS is not installed on the server. Get-WMIObject returns nothing when a filter is not met regardless of if it is run against a remote computer, or on the local computer. This could be enough to make some people think it is not working.
    Log on to your server and run the first four examples - do you get any results? Then try the following four from a remote computer changing 'computername' to the name of your IIS computer.
    #Local
    Get-WmiObject Win32_Service -Filter "Name='Winmgmt'"
    Get-WmiObject Win32_Service -Filter "Name='eventlog'"
    Get-WmiObject Win32_Service -Filter "Name='Dnscache'"
    Get-WmiObject Win32_Service -Filter "Name='Netlogon'"
    #Remote
    Get-WmiObject Win32_Service -Filter "Name='Winmgmt'" -ComputerName computername
    Get-WmiObject Win32_Service -Filter "Name='eventlog'" -ComputerName computername
    Get-WmiObject Win32_Service -Filter "Name='Dnscache'" -ComputerName computername
    Get-WmiObject Win32_Service -Filter "Name='Netlogon'" -ComputerName computername
    Also, be sure to try the Get-Service cmdlet locally and remotely, as well.
    #Local
    Get-Service -Name 'IISADMIN'
    Get-Service -Name 'Winmgmt'
    Get-Service -Name 'eventlog'
    Get-Service -Name 'Dnscache'
    Get-Service -Name 'NetLogon'
    #Remote
    Get-Service -Name 'IISADMIN' -ComputerName computername
    Get-Service -Name 'Winmgmt' -ComputerName computername
    Get-Service -Name 'eventlog' -ComputerName computername
    Get-Service -Name 'Dnscache' -ComputerName computername
    Get-Service -Name 'NetLogon' -ComputerName computername

  • How do I run a unix command to quit ARD if it is running on a remote server I am trying to access?

    how do I run a unix command to quit ARD if it is running on a remote server I am trying to access?

    killall "Remote Desktop"
    Regards.

  • REP-0177: An error occurred while running in a remote server.

    I am getting the following errors while trying to run a report script.  The report was created in Report Builder.
    REP-0177: An error occurred while running in a remote server.
    Reference parameter OT_RUN_DATE in the distribution list is invalid.
    OT_RUN_DATE is a static field converting SYSDATE to a string (TO_CHAR(SYSDATE, 'YYYYMMDD')).  Unfortunately, I inherited this report and did not create it.  I do not know what purpose it serves but would like more insight into what the reference parameter and distribution list mean.
    REP-0177: An error occurred while running in a remote server.
    Too many errors pushed on the stack
    I assume this is related to the first error but am not certain.
    Any help is greatly appreciated...

    Michel,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • I have an Ipad 2 and here is what I am trying to accomplish.  On my laptop I connect to a remote desktop connection to access a shared program we use for reporting.  How do I set up my Ipad to access this remote server?  Thanks for the help.

    I have an Ipad 2 and here is what I am trying to accomplish.  On my laptop I connect to a remote desktop connection to access a shared program we use for reporting.  How do I set up my Ipad to access this remote server?  Thanks for the help.

    Close ... before going for a specific Cisco app ... lets find out some details:
    Host we need more details:
    What is your server environment (Windows Server, or Mac OS X Server, or Linux)?
    What security is implemented in your environment - as what is restricted (RDP for all or specifc credentials on all machines? Are you part of local admin group to the server you wish to connect)?
    Does your environment Support CISCO IPSec connection? If so use Settings> VPN and IPSec tab to enter VPN details, if not then go with above suggestion. IF your restricted to RSA then either built in VPN settings or 3rd party app for RSA would suffice.
    Finally, there are many RDP applications out there I use "Mocha RDP Light" (free minimal ads when launched not when connecting).

  • Have changed the "Index" of my website in Dreamweaver and followed the "Put" instructions to upload it back to the "Remote Server," but when I go onto the web to check it, the main (Index) page has not changed.  Help!

    Have changed the "Index" of my website in Dreamweaver and followed the "Put" instructions to upload it back to the "Remote Server," but when I go onto the web to check it, the main (Index) page has not changed.  Help!

    This is a duplicate post; see How do I upload from Dreamweaver CS6?

  • SSH SUDO passwordless to run commands on remote server

    Hi Experts,
    We are running various OS/Network and Database related commands and scripts on Local and Remote Server to perform/compare the results
    As part of this activity, we have bottleneck on running commands/scripts on the remote server as we need to provide password everytime whenever we use SSH command
    Also, we need to run command as ssh sudo su - oracle for security purpose which prompts password two times.
    we would like to automate this process in order to save password securely(temporarily) while running ssh sudo commands/scripts.
    I see, there are various solutions using SSHPASS,EXPECT commands, however we dont have anything available to use within our group.
    We may not be able to use SSHPASS as this component not installed during VM build, so we left with only option to use EXPECT.
    So, Need your help to get any example working script using EXPECT for ssh sudo passwordless connection.
    Appreciate if anybody can share ideas or working scripts
    Thanks in advance

    FWIW, here is a small script that I wrote several years ago that may help you to automate the password less ssh setup with a remote system. I just verified it and changed it to create a RSA key. The script still works and runs fine under Oracle Linux and Mac OS X.
    Simply create a script called "passwordless-ssh" with the content shown below.
    Assign execute privileges: chmod u+x passwordless-ssh
    Then run the script as following:
    ./passwordless-ssh user@target_hostname_or_ip
    The script will create a ssh RSA private and public key, prompt for the remote host password and the copy the pubic key to the remote host. A subsequent ssh login to the remote host should no longer prompt for the password. It is essential however that the scrips runs in an interactive session, which is verified.
    #!/bin/bash
    # Creating SSH public RSA key if non exist and copying it to remote target
    # for passwordless SSH login.
    # Author: Catch 22, Oracle OTN, 28-APR-2015
    # Arguments: $1 (ssh login to remote target)
    ME=passwordless-ssh
    LOGFILE="/tmp/$ME.log"
    f-mode()
    # Check if session is interactive (terminal) or non-interactive (UDEV).
    # Output: 0 = interactive, 1 = non-interactive
       [[ -t 0 || -p /dev/stdin ]] && return 0 || return 1
    f-log()
    # Display messages in interactive mode, or write output to syslog
    # (/var/log/messages) when in non-interactive mode. Write the messages
    # to a logfile if the syslog logger interface command is not available.
    # Input: $1 = text
       if f-mode; then
          echo "$ME: $1"
       elif hash logger; then
          logger "$ME: $1"
       else
          echo "$ME:`date`: [logger] Cannot execute, aborting" >> $LOGFILE
          echo "$ME:`date`: $1" >> $LOGFILE
       fi     
    # Exit and show error if current session is not interactive.
    [ ! f-mode ] && f-log "[session] non-interactive, aborting" && exit 1
    keyfile="$HOME/.ssh/id_rsa"
    [ -z "$1" ] && echo "Missing 'user@target_host' argument. Aborted." && exit 1
    if [ ! -f $keyfile ]; then
       mkdir -p $HOME/.ssh
       ssh-keygen -t rsa -f $keyfile -N ''
    fi
    keycode=`cat $keyfile.pub`
    remote_cmd2="echo "$keycode" >> $remote_ssh_file; chmod 644 $remote_ssh_file;"
    remote_ssh_dir="~/.ssh"
    remote_ssh_file="$remote_ssh_dir/authorized_keys"
    ssh -q $1 "mkdir -p $remote_ssh_dir; chmod 700 $remote_ssh_dir
    echo "$keycode" >> $remote_ssh_file; chmod 644 $remote_ssh_file"
    unset ME LOGFILE keyfile keycode remote_ssh_dir remote_ssh_file
    #END

  • How do you get values of local machine running applet on remote server?

    Hi,
    I have an applet that runs great running the html file on my local machine from a root directory. I've placed my code(java, class, and html files) on the web server and loaded the applet onto a page. The results are merely:
    "Computer Name: localhost"
    "IP Address : 127.0.0.1"
    Instead of:
    "Computer Name: ACTUALNAME"
    "IP Address : 189.40.20.211"
    etc...
    The code is as follows:
    import java.applet.*;
    import java.awt.*;
    import java.net.InetAddress;
    public class IPFinder extends Applet {
    public void paint(Graphics g) {
    super.paint(g);
    try {
    InetAddress localaddr = InetAddress.getLocalHost () ;
    g.drawString("Computer Name: " + localaddr.getHostName (), 2, 13);
    g.drawString("IP Address : "+localaddr.getHostAddress (), 3, 25);
    g.drawString("", 3, 45);
    String str = localaddr.getHostName();
    InetAddress[] localaddrs = InetAddress.getAllByName ( str ) ;
    for ( int i=0 ; i<localaddrs.length ; i++ )
    if ( ! localaddrs[ i ].equals( localaddr ) )
    // g.drawString("Local hostname : " + localaddrs[ i].getHostName () , 3, (i+0)+50);
    g.drawString("Local IP Address("+i+"): " + localaddrs[ i].getHostAddress () , 3, (12*i)+((i+10)+45));
         }} } catch (Exception e) {
    g.drawString("Can't detect localhost : " + e +". Check Network settings.", 3, 60);
    public static void main(String[] args) { new IPFinder(); }
    I'm trying to get Real IP Addresses (as the code was setup to do) from a browser running on the web server. I have read some of the threads in this forum and some mention to use NetworkInterface while others recommended using Sockets (not an option since we do not use them), and another to use a signature as a workaround. Anyone know the best direction to get the results expected?
    Thanks in advance,
    Geoff-

    I have an applet that runs great running the html file
    on my local machine from a root directory. I've
    placed my code(java, class, and html files) on the web
    server and loaded the applet onto a page. The results
    are merely:
    "Computer Name: localhost"
    "IP Address : 127.0.0.1"This indicates that your applet when run over a web
    server has not the rights to query the local name and
    address. Look [url
    http://java.sun.com/j2se/1.4.2/docs/api/java/net/InetAd
    ress.html#getLocalHost()]here. The so-called
    loopback address is 127.0.0.1
    Check your documentation for "signed jar" (or search
    the forum or the sun website) if you want to give your
    applet more rights, but I don't think that this is
    worth the effort in this case.
    gdsimz, since you already started two new threads based on my suggestion, how about at least saying "thank you" or "sorry, didn't help"?

  • Why Java VisualVm Could not show running applications of remote server

    Hi,everyone. I run jstatd in the remote server, and run java visualVM in local ,but the applications running in remote server could not display in the visualVM panel.
    this is local viaualVm Info:
    ===============================================
    Version:
    1.7.0_02 (Build 1320-110325); platform 110131-9c8b3bfb3a1e
    System:
    Windows 7 (6.1) Service Pack 1, amd64 64bit
    Java:
    1.7.0_02; Java HotSpot(TM) 64-Bit Server VM (22.0-b10, mixed mode)
    Vendor:
    Oracle Corporation, http://java.oracle.com/
    Environment:
    GBK; zh_CN (visualvm)
    Userdir:
    C:\Users\Johnny\AppData\Roaming\.visualvm\7
    Clusters:
    C:\Java\jdk1.7.0_02\lib\visualvm\platform
    C:\Java\jdk1.7.0_02\lib\visualvm\visualvm
    C:\Java\jdk1.7.0_02\lib\visualvm\profiler
    有关详细信息,请访问 http://visualvm.java.net。在 NetBeans 平台上构建。
    ==============================================================
    the OS of remote server is CentOS 6. jvm info:
    ==============================================================
    java version "1.7.0_02"
    Java(TM) SE Runtime Environment (build 1.7.0_02-b13)
    Java HotSpot(TM) 64-Bit Server VM (build 22.0-b10, mixed mode)
    ==============================================================
    start jstatd command is :
    ====================================
    ./jstatd -J-Djava.security.policy=jstatd.all.policy -p 2020
    ====================================
    the content if jstatd.all.policy which in the $JAVA_HOME\bin
    =====================================
    grant codebase "file:${java.home}/../lib/tools.jar" {
    permission java.security.AllPermission;
    =====================================
    whats wrong happened ?
    帖子经 user5950241编辑过

    are you running jstatd on the remote server as a user with permission to see the jvm processes you care about?

  • How do I copy a file to a remote server using runtime exec - plz Help!

    Hi,
    I am trying to copy a file to a remote server using a runtime exec command as follows:
    Runtime.getRuntime().exec("scp "+getProperty(ListNewHandsetDetailsConstant.PROP_OUTPUT_PATH_JAR)+getProperty(ListNewHandsetDetailsConstant.PROP_OUTPUT_JAR_NAME)+".jar "+" "+getProperty(ListNewHandsetDetailsConstant.PROP_OUTPUT_PATH_TWO_USERNAME)+"@"+getProperty(ListNewHandsetDetailsConstant.PROP_OUTPUT_PATH_TWO_URL)+":"+getProperty(ListNewHandsetDetailsConstant.PROP_OUTPUT_PATH_TWO_JAR));
    Problem is this statement does not execute, as when I try it directly on command line, it requests for a password. Any suggestions on how I can get rid of that? I think I might have to configure my ssh_config file, but when I did some "Googling", I found the configuration settings of a ssh2_config file. I tried those (changing it to Host-based Authentication), but it didn't recognise them. Please help, this is so urgent!
    Regards,
    Simz

    Don't use Runtime.exec (or ProcessBuilder) for this. Check out JSch at JCraft (or some other Java SSH API.

  • Web package, containing mix of html/js/swf, works off remote server but not locally

    I have been using Cisco certification training materials for
    months now and have had no problems. Except today.
    The front index.html page, which links to swf content,
    stopped redirecting me to individual chapters.
    Normally, I get a front page, containing flash animation, and
    a drop down list of chapters. On picking a chapter, a new,
    full-screen browser window opens up. Now, I get the front page,
    with its flash animation, but when I pick a chapter, nothing
    happens. (The big window does not open up.)
    I am using Firefox 2.0.0.13 on an intel-based macbook pro.
    I have flash player MAC 9,0,124,0 installed (it was ,115 but
    I installed the new version in the hopes that it would fix the
    problem - to no avail).
    Nothing in my machine or setup has changed.
    The Error Console of firefox reports:
    Error: Warning: unrecognized command line flag
    -psn_0_14942209
    Source File:
    file:///Applications/Firefox.app/Contents/MacOS/components/nsBrowserContentHandler.js
    Line: 706
    This seems to be a javascript problem ? But javascript does
    not give errors on other pages. I think it may be a problem of
    interaction between javascript and flash.
    NOTHING has changed on my laptop since I last used the Cisco
    training materials on 10 April. This is very baffling to me!
    My hunch is that some software was updated on my machine -
    probably flash software - and this has impacted the application.
    I have tried the following:
    - tried running the material on Safari, but had exactly the
    same behaviour as above. However, I never tried running the
    material on Safari, so I cannot say that it worked before.
    - tried running the material on a Windows Parallels emulator
    on the mac, and had exactly the same behaviour as above. Again, it
    had never worked on that platform/environment.
    - i installed a debug version of the flash player - there
    were no odd messages in the log at all.
    - i uninstalled flash and then reinstalled an older version -
    same behaviour.
    - i noticed that the Error console lists a lot of warning
    messages to do with Javascript.
    - i ran the materials off the official Cisco server, not from
    a local copy as detailed above. i had no problems (a big window
    opened up).
    HELP!

    These files are 404 not found on server.  Did you upload them?
         <script type="text/javascript" src="js/popup.js"></script>
          <link rel="stylesheet" href="css/popup.css">
    Nancy O.

  • Issue with groups not being able to run applications on remote server

    Hi all..
    I've got an older PowerMac G5 running 10.5.8 that gets the OpenDirectory accounts from our MacMini server running 10.6.5. I've got a group setup called "Children" that my kids belong to and which is managed care of the Workgroup manager. However, I find that some of my apps can't be run by any of the kids if they're in subdirectories within /Applications. They receive a "The operation could not be completed because you do not have enough access privileges." I've tried playing around with various settings and finally decided to not restrict access to any applications but the problems remain.. Some apps can be run just fine but others are out of reach.. Any ideas on how to fix this or perhaps diagnose it?
    Thx!

    Hi
    Another approach is to create a folder in the local Administrators Home folder. Name it Applications. Place the applications you want to restrict access to into that folder. If you have ARD you could use the mkdir and mv commands to achieve this. In some situations I find this an easier way of managing applications rather than what's available in WorkGroup Manager. For me it only tends to work with Apple's built in applications effectively. Anything else is liable to cause a problem along the lines you mention. Some 3rd-Party applications can have dependencies that may be sited in different locations. The trick is tracking down them.
    Tony

  • FCP runs on Intel Mac Mini but Won't capture, HELP!

    Installed FCP 5.1 on Mac Mini Core Duo and it runs fine. It will capture fine too, but only to the main harddrive. If I plug in a firewire harddrive using a firewire hub it won't capture, and give a "No Video" error in the Log and Capture window. I've used both popwered and unpowered firewire hubs, and even tried daisy chaining the camcorder off the harddrive. Nothing has worked. And there is no space on the main harddrive to capture to.
    I know there is a lot of speculation about whether FCP would even run on a Mini, but it will. If only I could capture it would be a reat capturing station. Has anyone had success? Its pretty frustrating as I've used the Power PC Mac Mini for capturing in FCP 5.0 without any problems. Why would apple make the new Mini crapier?
    Intel mini core duo   Mac OS X (10.4.6)  

    I would recommend you post your topic in the Final Cut Pro forum. However, since the Intel-based Mac mini is not supported, it may simply not work.
    -Doug

  • URGENT HELP UPLOADED .SWF TO REMOTE SERVER BUT DOESNT SHOW

    Hi have uploaded my images and the .swf file which was
    created with those images as an Image Viewer feature in
    dreamweaver. Now before i started uploading everything to the
    server everything was working perfectly. This makes me think some
    how the source files or something are not right. I need urgent help
    please

    Did you upload the Scripts folder that DW creates in your
    local site when
    you insert Flash? If you did, or if you are not using DW8.0.2
    or greater,
    then please post a link to the page.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "keaneodog" <[email protected]> wrote in
    message
    news:fgnbhf$f1u$[email protected]..
    > Hi have uploaded my images and the .swf file which was
    created with those
    > images as an Image Viewer feature in dreamweaver. Now
    before i started
    > uploading everything to the server everything was
    working perfectly. This
    > makes
    > me think some how the source files or something are not
    right. I need
    > urgent
    > help please
    >

  • Can we call a Java Stored Proc from a PL/SQL stored Proc?

    Hello!
    Do you know how to call a Java Stored Proc from a PL/SQL stored Proc? is it possible? Could you give me an exemple?
    If yes, in that java stored proc, can we do a call to an EJB running in a remote iAS ?
    Thank you!

    For the java stored proc called from pl/sql, the example above that uses dynamic sql should word :
    CREATE OR REPLACE PACKAGE MyPackage AS
    TYPE Ref_Cursor_t IS REF CURSOR;
    FUNCTION get_good_ids RETURN VARCHAR2 ;
    FUNCTION get_plsql_table_A RETURN Ref_Cursor_t;
    END MyPackage;
    CREATE OR REPLACE PACKAGE BODY MyPackage AS
    FUNCTION get_good_ids RETURN VARCHAR2
    AS LANGUAGE JAVA
    NAME 'MyServer.getGoodIds() return java.lang.String';
    FUNCTION get_plsql_table_A RETURN Ref_Cursor_t
    IS table_cursor Ref_Cursor_t;
    good_ids VARCHAR2(100);
    BEGIN
    good_ids := get_good_ids();
    OPEN table_cursor FOR 'SELECT id, name FROM TableA WHERE id IN ( ' &#0124; &#0124; good_ids &#0124; &#0124; ')';
    RETURN table_cursor;
    END;
    END MyPackage;
    public class MyServer{
    public static String getGoodIds() throws SQLException {
    return "1, 3, 6 ";
    null

Maybe you are looking for

  • Performance with Apex 3.2.1

    Hello All, I am using oracle apex 3.2.1 oracle 10g. We are Using interactive reports using collections that involves maximum 5 tables with outer joins. when the total number of records are huge - the report is taking more time ie almost 30 minutes th

  • How can I have the same Itunes on 2 computers?

    I used to do everything from work so I use my itunes there.  But when I want to do some changes/backups during the week-end, I can't since it's not the same itunes on my laptop. I use the same Apple ID though.   How can I make it the same ?? The one

  • Portal Self registration issue

    Hi guys, I had activated Portal self registration with companies feature. what i did is ,  i assigned one role (ess portal role in which all my ess screens are covered) to authenticated group and  every_user_core_role to anonymous group and did neces

  • Error code 9

    my ipad wouldn't respond so I put in recovery mode and i can't get out of recovery mode when i try to get recover the ipad shuts and I get an unknown error (9), does know if it can be recovered?

  • Database connectivity toolset and microsoft access

    Bonjour, je suis débutante labview et j'aurais besoin d'aide... voici mon pb: j'ai créé une table sous microsoft access et j'aimerais lire les données à partir de labview en utilisant "database connectivity toolset". les vi utilisés sontpen connectio