Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gmcelheney

    Integration Manager with No records

    Check the account on the SQL Server service. It needs to be a Windows user account with permissions on the network drive if you use the SQL sa user for the job. If it is running under Local System, nothing across your network will be accessible to SQL Server.
  2. gmcelheney

    Integration Manager with No records

    Ok - good. The next thing to do is monitor the Task Manager to see if cmd.exe and imrun.exe both start, and then stop. If you see them, then try running the command line in a command prompt (Start >> Run, type cmd in the Open txtbox and click OK) and just paste the text "C:\Great...
  3. gmcelheney

    Integration Manager with No records

    Can you try running the SQL statement from the job in Query Analyzer and see what the result is? It may help in getting this working.
  4. gmcelheney

    Integration Manager with No records

    There is a typo in my syntax. It should be /I, not -I. You may have to kill imrun.exe and cmd.exe in your Task Manager because they are probably still running in the background on the machine where you ran the code I sent. I should have tested this before sending it off. There's one more...
  5. gmcelheney

    Integration Manager with No records

    If your source is SQL, try scheduling your integration with a SQL job, use something like this for the SQL command. if exists (select top 1 * from DB..your_stage_table) begin exec master..xp_cmdshell 'c:\IMDir\IMRun.exe -I your_int' end

Part and Inventory Search

Back
Top