Executing file on other server

Can anyone please guide how can we execute file locating on a different server.
Regards,
Shantanu R. Godbole

Hi,
Please can you explain how..
Regards,
Shantanu R. Godbole

Similar Messages

  • SSIS 2012 -Not Executing file from other server.

    Hi Experts , 
    I am working on SQL 2012
    I have a SSIS Package -
    1) Execute SQL Task - calling Storeprocedure 
    my StoreProcesdure contain OpenRowser Query which Pull Data from Excel and Load into SQL Table.
    Scenario 1 
    On Development Server example IP: (10.11.12.13)- File is present in D\ExcelSource\  folder of dev server
    1)My SP Run/execute successfuly on SSMS 
    2)MY SSIS package execute successfuly which contain above SP
    Scenario 2
    I have deployed SP and SSIS to production server
    On Production server example IP: (10.11.12.100)- File is Still Present in D\ExcelSource\  folder of dev server
    1) MY SP Execute successful on SSMS Picking file from '\\10.11.12.13\D\ExcelSource\' folder 
    2) SSIS Package Fails where SP is picking file from '\\10.11.12.13\D\ExcelSource\' folder
    "exec [dbo].[spLoadexcelEMPdata]" failed with the following error: "Cannot initialize the data source object of OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)".". 
    Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
    3)When I copy excel file from dev to prod server and Give prod server path ,then SSIS package execute Successfully
    NOTE :
    a)ACE.OLEDB 64 bit (2010 )driver is installed on prod server
    b)Same SP execute successful  in Prod SSMS 
    c) SSIS and SP execute successful   in Dev server
    I have even Share development server Folder with everyOne so that File in it is accessible
    Also given Read Write  permission to excel file and folder 
    WHY my SSIS package with SP FAIL when Picking file from dev server ??? where as same SP runs fine on SSMS
    HOW to resolve this.... ?? Please assist

    You just gave more valuable info...
    exec [dbo].[spLoadexcelEMPdata] runs locally on the prod machine
    Thing is, you have the 64 bit driver, so it might work from the package or SSDT/VS if you set them to 64 Bit mode
    It is because the complete office is not necessary for OpenRowset.
    I assume, you referenced the driver
    OPENROWSET('Microsoft.ACE.OLEDB.12.0', 'Excel xyz.0;...
    Arthur
    MyBlog
    Twitter

  • How to download a file from other server using servlet

    Hi All....
    Good Morning....
    right now,i am facing a problem..i am trying to download a file which is in other server..i tried somany ways and i couldnt succeed in this...
    will u pls give me solution for this..
    because it is very urgent for me...
    i am very much thankful if u provide me the code samples also....
    i am seeking ur help...
    Regards,
    sathya

    right now,i am facing a problem..i am trying to download a file which is in other server..i tried somany ways and i couldnt succeed in this...If you can tell some of our approaches and the failures you faced, someone might be able to help you.
    I dont think anyone will just give the code samples.

  • Backp file to other server through rman

    Hi,
    I would like to take the full database backup to disk but to other server.
    Due to storage issue on target database,i would like to write script so that the backup will go to the server where catalog db exists.
    I am using
    format DEVICE TYPE DISK FORMAT '/backup/ora_df%t_s%s_s%p' but how rman knows that the backup should go to other server's mount point.
    Thanks in advance.

    You could mount the disk from the remote server to the local server (for example, /backup) and use this disk to store the backup.
    configure channel device type disk format /backup/...;
    http://download.oracle.com/docs/cd/E11882_01/backup.112/e10642/rcmconfb.htm
    http://download.oracle.com/docs/cd/E11882_01/backup.112/e10643/rcmsynta010.htm
    Thanks,
    Hussein

  • Help with Dump files from other server.

    Hello!
    I'm having a problem with reading Dump files. The issue is this:
    I'm working with a great number of SQL Servers installed in a big number of virtual/physical servers. The problem is that I can't analyse (neither with WinDg or Visual Studio) the .mdmp files out of the server that is having the issue.
    Is there anyway that I could read the SQL Server dump files out of the server (It doesn't matter if it is in my Computer or another server)? Because it always shows an error of compatability with sqlservr.exe
    Also is there any other tool that could help me to read sql server dump files?
    Thank you very much :)

    Hello,
    I would suggest you raise a case with Microsoft for accurate analysis of the dump.I would strongly recommend it .If you still want to proceed use below link
    http://blogs.msdn.com/b/psssql/archive/2012/03/15/intro-to-debugging-a-memory-dump.aspx
    As a fact by applying latest service pack you have chance to subside these Dumps
    Hope this helps
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Converting Unix Executable Files for use in DVD Studio Pro

    I have several projects that were created in iDVD 2 back in 2002. In Finder, the file kind is listed as Unix Executable Files. If I add the extension .dvdproj using Get Info and try to open them in DVD Studio Pro, I get the error Wrong File Format and it will not open the project.
    The machine I am currently using does not have iDVD on it.
    Does anyone have a recommendation on a way to make these files usable for DVD Studio Pro? I understand if it is not possible.

    You can import iDVD project into DVD Studio Pro, however I think it won't work with projects from iDVD 5. I'm not sure about iDVD 2. Also these files have no extension and are listed as Unix Executable Files.

  • Reg : Executing .exe file from application server

    Dear Experts,
                        i have a requirement to execute an .exe file from application server,i tried with method CL_GUI_FRONTEND_SERVICES=>EXECUTE but it executes .exe file from presentation server only.can
    anyone kindly clarify to execute .exe file from application server?
    Thanks in advance,
    Sujay

    Hi,
    Did you search before posting?
    Re: Execute a .exe file present in the Application Server
    Vikranth

  • How to send files to others mail id when executing the program

    Hi all,
    I am getting text file from application server and i am sending total text file data into my internal table.
    I am checking this internal table data especially material number and customer number with data base tables mara and kna1.If the matnr and kunnr are existing in database successfully means then only i am creating the sales orders for that text file data.if any record out of 10 records is not success means i am not creating sales orders for total text file data.
    My error log file as
    file name,date time,total no of records,error record no,error description.
    one more text file as
    file name,date time,total no of records,succesful records , error records.
    I am getting these all data into my one more internal table.
    I am appending all data into my internal table.
    so i want retrieve only last row of data from that internal table.pls guide me how to get last row from the internal table.
    these text files i have to send to my user mail id directly when i am executing the program.
    any one knows the any function modules to send that text files to perticular mails.pls send the FM's to me.
    Regards,
    lokesh.

    hi
    good
    go through this report,hope help you to solve your problem
    report y_cr17_mail.
    data method1 like sy-ucomm.
    data g_user like soudnamei1.
    data g_user_data like soudatai1.
    data g_owner like soud-usrnam.
    data g_receipients like soos1 occurs 0 with header line.
    data g_document like sood4 .
    data g_header like sood2.
    data g_folmam like sofm2.
    data g_objcnt like soli occurs 0 with header line.
    data g_objhead like soli occurs 0 with header line.
    data g_objpara  like selc occurs 0 with header line.
    data g_objparb  like soop1 occurs 0 with header line.
    data g_attachments like sood5 occurs 0 with header line.
    data g_references like soxrl occurs 0 with header line.
    data g_authority like sofa-usracc.
    data g_ref_document like sood4.
    data g_new_parent like soodk.
    data: begin of g_files occurs 10 ,
      text(4096) type c,
       end of g_files.
    data : fold_number(12) type c,
           fold_yr(2) type c,
           fold_type(3) type c.
    parameters ws_file(4096) type c default 'c:\debugger.txt'.
    Can me any file fromyour pc ....either xls or word or ppt etc ...
    g_user-sapname = sy-uname.
    call function 'SO_USER_READ_API1'
    exporting
       user                            = g_user
       PREPARE_FOR_FOLDER_ACCESS       = ' '
    importing
       user_data                       = g_user_data
    EXCEPTIONS
       USER_NOT_EXIST                  = 1
       PARAMETER_ERROR                 = 2
       X_ERROR                         = 3
       OTHERS                          = 4
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    fold_type = g_user_data-outboxfol+0(3).
    fold_yr = g_user_data-outboxfol+3(2).
    fold_number =  g_user_data-outboxfol+5(12).
    clear g_files.
    refresh : g_objcnt,
      g_objhead,
      g_objpara,
      g_objparb,
      g_receipients,
      g_attachments,
      g_references,
      g_files.
    method1 = 'SAVE'.
    g_document-foltp  = fold_type.
    g_document-folyr   = fold_yr.
    g_document-folno   = fold_number.
    g_document-objtp   = g_user_data-object_typ.
    *g_document-OBJYR   = '27'.
    *g_document-OBJNO   = '000000002365'.
    *g_document-OBJNAM = 'MESSAGE'.
    g_document-objdes   = 'sap-img.com testing by program'.
    g_document-folrg   = 'O'.
    *g_document-okcode   = 'CHNG'.
    g_document-objlen = '0'.
    g_document-file_ext = 'TXT'.
    g_header-objdes =  'sap-img.com testing by program'.
    g_header-file_ext = 'TXT'.
    call function 'SO_DOCUMENT_REPOSITORY_MANAGER'
      exporting
        method             = method1
       office_user        = sy-uname
       ref_document       = g_ref_document
       new_parent         =  g_new_parent
    importing
       authority          =  g_authority
    tables
       objcont            = g_objcnt
       objhead            = g_objhead
       objpara            = g_objpara
       objparb            = g_objparb
       recipients         = g_receipients
       attachments        = g_attachments
       references         = g_references
       files              = g_files
      changing
        document           = g_document
       header_data        = g_header
      FOLMEM_DATA        =
      RECEIVE_DATA       =
    File from the pc to send...
    method1 = 'ATTCREATEFROMPC'.
    g_files-text = ws_file.
    append g_files.
    call function 'SO_DOCUMENT_REPOSITORY_MANAGER'
      exporting
        method             = method1
       office_user        = g_owner
       ref_document       = g_ref_document
       new_parent         =  g_new_parent
    importing
       authority          =  g_authority
    tables
       objcont            = g_objcnt
       objhead            = g_objhead
       objpara            = g_objpara
       objparb            = g_objparb
       recipients         = g_receipients
       attachments        = g_attachments
       references         = g_references
       files              = g_files
      changing
        document           = g_document
       header_data        = g_header
    method1 = 'SEND'.
    g_receipients-recnam = 'MK085'.
    g_receipients-recesc = 'B'.
    g_receipients-sndex = 'X'.
    append  g_receipients.
    call function 'SO_DOCUMENT_REPOSITORY_MANAGER'
      exporting
        method             = method1
       office_user        = g_owner
       ref_document       = g_ref_document
       new_parent         =  g_new_parent
    importing
       authority          =  g_authority
    tables
       objcont            = g_objcnt
       objhead            = g_objhead
       objpara            = g_objpara
       objparb            = g_objparb
       recipients         = g_receipients
       attachments        = g_attachments
       references         = g_references
       files              = g_files
      changing
        document           = g_document
       header_data        = g_header.
    *-- End of Program
    thanks
    mrutyun^

  • Is it possible to execute OS commands/files on remote server using SOA Suite/BPEL , just like we have JCA adapter File/FTP to exchange files across servers ?

    I am working on technical process automation requirement wherein files need to be exchanged and executed as well , SOA workflow capabilities are helping but I could not find a way to remote OS comman execution yet.
    Please help.
    Thanks

    The whole idea of SOA is to run web services located anywhere. So I believe if you can expose the runtime in remote servers as services then you will be able to call those services like any other web service.
    Or if you requirement is to execute files on the SOA server itself then you can use the java embedding activity.

  • How to execute a .cmd file in Solaris server

    Hi all , How to execute a .cmd file in Solaris server.
    Thanks.

    Basically you should have the execution flag associated to this cmd file. Check first if this file is builded for Solaris and then you can add the "x" flag to the file permissions.
    You can too run it like this, but you should also check if this file is Solaris compatible : # sh <path/cmd file>

  • GGS WARNING     150  Cannot find executable file './server'   in the pump r

    Hi,
    i setup the golden gate freshly.
    I'm seeing the below error in the pump rpt files
    2012-11-07 06:52:19 GGS WARNING 150 Cannot find executable file './server'.
    And in the extract rpt file
    2012-11-07 06:11:26 GGS WARNING Z1-078 No valid default archive log destination directory found for thread 1.
    2012-11-07 06:11:26 GGS WARNING Z1-078 No valid default archive log destination directory found for thread 2.
    2012-11-07 06:11:26 GGS INFO Z0-016 Default thread stack size: 8388608.
    2012-11-07 06:11:27 GGS INFO 112 Recovery initialization completed for target file /oratempshare/ggate/ehrms_trail/eutcp/ext/ea000002, at RBA 1360, CSN 94088686.
    2012-11-07 06:11:27 GGS INFO Z0-05M Output file /oratempshare/ggate/ehrms_trail/eutcp/ext/ea is using format RELEASE 10.4.
    2012-11-07 06:11:27 GGS WARNING Z1-07J Checkpoint marked as from graceful shutdown, but records found after checkpoint in trail /oratempshare/ggate/ehrms_trail/eutcp/ext/ea. Expected EOF Seqno 0, RBA 0. Found Seqno 2, RBA 1360.
    2012-11-07 06:11:27 GGS INFO 224 Rolling over remote file /oratempshare/ggate/ehrms_trail/eutcp/ext/ea000002.
    Can any one please suggest me where i went wrong in setting up.
    Why my ggate showing unable to find the executable. I am able to see the executable server in the ggate home.

    user13095767 wrote:
    i setup the golden gate freshly.
    I'm seeing the below error in the pump rpt files
    2012-11-07 06:52:19 GGS WARNING 150 Cannot find executable file './server'.
    Can any one please suggest me where i went wrong in setting up.
    Why my ggate showing unable to find the executable. I am able to see the executable server in the ggate home.In addition to Steve's reply, note that the broken installation may actually be on the target system, not the (local) source system. Unable to find "server" may mean that your source GG installation is unable to send remote trails to the target system, because "server" can't be found on the target. When checking the target gg installation, also be sure you've configured your source system to send to the correct mgr port & correct remote host. You might be sending data to an older (perhaps (partially) uninstalled) version of GG.

  • Execute .cmd command file on application server

    Hi all,
    I have written a dosprogram with .cmd trigger that i want to execute via an ABAP statement. Is there a function module that can execute this specific command file on the server?
    If so, can someone send an example of such a coding?
    Thanks in advance for your reply!
    Best regards,
    F. Geldof
    Moderator message: FAQ, please search for available information before asking.
    locked by: Thomas Zloch on Sep 14, 2010 11:46 AM

    Hi F. Geldof,
    - Create a command in SM69
    - Execute the command using the function module: SXPG_COMMAND_EXECUTE
    [Refer to this program|http://saplab.blogspot.com/2007/10/sample-abap-program-to-execute-unix.html]
    Thanks,
    Duy

  • After Mavericks upgrade fonts on server appear as Unix executable files

    Hello:
    I upgraded two machines to Mavericks. An iMac and a Macmini both were running 10.8.  We store files and fonts on a Windows server.  Before the upgrade the fonts appeared as aspected on the server in the Finder, after the Mavericks upgrade they appeared as Unix executable files ( Only on the iMac ) the fonts display correctly on the MacMini. Both machines mount the server the same way and the fonts do work correctly if downloaded to the local machine.
    Anyone have an idea why they would appear correctly on one machine and not the other.
    appreciate any input.
    thanks,
    Rick

    Gary Looft wrote:
    They show up as Unix executable files
    Kurt is very likely right, but we need more info to try to fix it.
    Server details?
    What version of Mac OS X can view the fonts?
    What protocol do they use?
    What protocol do you use?
    If they connect to the server with a different protocol from you (eg, AFP vs SMB), try switching to the same protocol. That may very well not solve the problem, but it's the first step.

  • Help in executing jsp files using weblogic server 6.0.

              I have an operating system Windows2000, i have downloaded 30 day trial version of weblogic server 6.0.
              I have a file called hello.jsp.
              Where do i have to save hello.jsp file in weblogic server 6.0.
              How do i execute hello.jsp through browser using weblogic server6.0.
              As there is no properties file in weblogic server6.0.
              TO run it i started default server and when i started default console it got opened in the browser as http://127.0.0.1:7001/console/index.jsp
              Where do i have to save it and how do i open it in the browser.
              Any help will be greatly appreciated.
              Thanks,
              

              I started the Start default Server and opened the http://localhost:7001/ in the bowser and by default
              this loaded the index.html file
              and when i tried to change index.html to hello.jsp i got the same error message as before
              Error 404--Not Found
              From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
              10.4.5 404 Not Found
              The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
              If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
              "mils" <[email protected]> wrote:
              >
              >There are quite a few reasons it couldn't be working, and things you can try...
              >
              >Ensure there are no errors on startup of the server in the console, especially that there is not an error about another web listener running on the same port.
              >
              >Try just http://localhost:7001 by default this should load the index.html file that comes with the WebLogic installation.
              >
              >If you are running on a corporate LAN, your browser settings may not be set correctly to find "localhost", ensure that your browser is not using a proxy server for local addresses, or put localhost:7001 in the list of exceptions for which the browser should not look at the proxy server.
              >
              >Hope this helps!
              >
              >"Red" <[email protected]> wrote:
              >>
              >>I created hello.jsp file under E:\weblogic\wlserver6.0\config\mydomain\applications\DefaultWebApp_myserver\hello.jsp
              >>and i started the Start Default Server and when i try to open
              >>http://localhost:7001/hello.jsp in the browser
              >>getting an error message as
              >>
              >>Error 404--Not Found
              >>From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
              >>10.4.5 404 Not Found
              >>The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
              >>
              >>If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
              >>
              >>Any help?
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>"Mils" <[email protected]> wrote:
              >>>
              >>>In WebLogic 6.0, to run simple JSP pages with the default installation, the JSP files should be put in....
              >>>
              >>>C:\bea\wlserver6.0\config\DefaultWebApp_myserver
              >>>
              >>>...assuming you installation was on the C: drive.
              >>>
              >>>To access a file bar.jsp in this directory, go to http://localhost:7001/bar.jsp
              >>>
              >>>"Red" <[email protected]> wrote:
              >>>>
              >>>>I have an operating system Windows2000, i have downloaded 30 day trial version of weblogic server 6.0.
              >>>>I have a file called hello.jsp.
              >>>>Where do i have to save hello.jsp file in weblogic server 6.0.
              >>>>How do i execute hello.jsp through browser using weblogic server6.0.
              >>>>As there is no properties file in weblogic server6.0.
              >>>>
              >>>>TO run it i started default server and when i started default console it got opened in the browser as http://127.0.0.1:7001/console/index.jsp
              >>>>
              >>>>Where do i have to save it and how do i open it in the browser.
              >>>>
              >>>>Any help will be greatly appreciated.
              >>>>Thanks,
              >>>>
              >>>>
              >>>>
              >>>>
              >>>
              >>
              >
              

  • MAXDB copy log file from one server to the other server.

    Hi All,
    I want to copy a log file from one server to the other server , the database is Maxdb and i don't know how to do it. I want to do it through command prompt, (set of commands required) the front end tool which we are using is DBM ( database manager). Please help.
    Regards
    M.A

    Hi,
    Basically, the process is of log shipping. Transferring logs from DC to DR system.
    For that, you can check HowTo - Standby DB log shipping - MaxDB - SCN Wiki
    This is script based. I have not done it but the idea remains the same.
    Regards,
    Divyanshu

Maybe you are looking for

  • Adobe Application Support folder missing files

    When I start up my Photoshop CS5.1 on my Mac I get an Adobe Photoshop Screen that says "One or more files in the Adobe application Support folder, necessary for running Photoshop, are missing.  Please run the Photoshop installer and re-install Photos

  • Customer/Vendor Code in Form Settings

    Hello everyone, I'm facing a strange problem. When I want to add an extra column (Customer/Vendor Code) using form settings in the list of A/R Invoices, the system is displaying Customer/Vendor name instead of the code. When I use the View System Inf

  • Print popup page

    Hi. I created Z component that is shown as popup. Now I would like to enable also print functionality of the page shown. I tried to use client event crmFrwPrint() that is usualy used in method if_bsp_wd_toolbar_callback~get_system_buttons. However th

  • Lightroom CC Internal error message

    Since installing Lightroom CC I am now getting this message when I try to export and image. An internal error has occurred: *** Collection <__NSArrayM: 0x608005442a00> was mutated while being enumerated. Any ideas?

  • Data analysis on mac excel

    i want to use the solver data analysis on my mac excel but can't find it....please i need help here