Showing posts with label java. Show all posts
Showing posts with label java. Show all posts

Monday, March 26, 2012

exec a ssis pkg from java or .net application

hi, does anyone know if an ssis pkg can be executed from a java or .net application?

You can execute packages using the DTSExec program and passing it command line arguments. And this could be done in any windows application where you can invoke the DTSExec program, including .NET and Java applications.

|||I think you meant DTExec, not DTSexec.|||

If running a .net app from a citrix server, would any componenets need to be installed like they had to be for DTS in SQL 2000? I keep trying to find some info on this and can't find anything.

Thanx,

Mike

Sunday, February 26, 2012

Exception found in thread "main"

Hi all,
I have a program running problem. When I run the java program, it shows
Exception in thread "main" java.lang.NoClassDefFoundError: jdbcTest
I'm not sure if it is related to the JDBC driver setting program coding error. Thanks.
Elaine
Can you post your code that demonstrates the behavior? Which JDBC driver
version are you using?
Carb Simien, MCSE MCDBA MCAD
Microsoft Developer Support - Web Data
Please reply only to the newsgroups.
This posting is provided "AS IS" with no warranties, and confers no rights.
Are you secure? For information about the Strategic Technology Protection
Program and to order your FREE Security Tool Kit, please visit
http://www.microsoft.com/security.
| Thread-Topic: Exception found in thread "main"
| thread-index: AcQfH4L5LXqtk8vFSkueop9pm+wJ5A==
| X-Tomcat-NG: microsoft.public.sqlserver.jdbcdriver
| From: =?Utf-8?B?ZWxhaW5l?= <anonymous@.discussions.microsoft.com>
| Subject: Exception found in thread "main"
| Date: Sat, 10 Apr 2004 10:16:07 -0700
| Lines: 9
| Message-ID: <8067C18E-B98F-4192-BEAE-3F70608AB539@.microsoft.com>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.sqlserver.jdbcdriver
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.sqlserver.jdbcdriver:5882
| NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180
| X-Tomcat-NG: microsoft.public.sqlserver.jdbcdriver
|
| Hi all,
I have a program running problem. When I run the java program, it shows
Exception in thread "main" java.lang.NoClassDefFoundError:
jdbcTest
I'm not sure if it is related to the JDBC driver setting program coding
error. Thanks.
Elaine
|