Package Permissions In Sql Server

Apr 17, 2007

Hi, first post here. Sorry, I know there are a million threads on this kind of topic, but none of them have helped me (nor anything else on the Internet).

Here's my situation (trying to give as much detail as possible):

I have a package that I made on one computer. The package opens an ODBC connection that requires a password, runs a query, does a few quick transformations, and then finishes with a script task destination.

First off, the package runs fine in BIDS. Then, I recently moved all my development stuff to a new server. Package still runs from from within BIDS.

I'm logged on as Administrator, which is the same user SQL Server, and all its parts are running as (including the Agent, and SSIS).

Now, I want to schedule the package to run in a job (which I already have set up with other steps by the way) in Sql Server. I have tried all of the following, and none work:

1) Set the package to encrypt sensitive with password. Then loaded the package into the job step from the file system, went to the command line tab and was prompted for, and entered the password. Didn't work.

2) Set the package to don't save sensitive, and created a configuration file with the password (also tried it with the entire connection string) saved. Created a job step for the package and added the configuration file. Didn't work.

3) With the package changed back to encrypt sensitive with password (and the config file removed), I imported the package into the SSIS Store from the file system. Then I had it set the imported package's security to encrypt with user key. Right clicked the package in the store, and did "Run Package." It runs perfectly, without prompting me for the password. Then I set up a job step, and point it to the package in the SSIS Store. Doesn't work.

4) Set up the package to create a deployment utility. Deployed the package to the SQL Server, using the option to "rely on server storage for encryption" and entering the password for the package. In SQL Server, I see it (under MSDB), I right click, "Run Package", and it runs perfectly without asking for the password. I set up a job step and point it to that package. Doesn't work.

Currently, I'm running the package by creating a simple batch file which calls dtexec for the package (with /DECRYPT mypasswordhere). Then I have this batch file being run under the windows scheduler. This works fine.

So then I tried using this command in a job step with cmdexec, instead of an SSIS step. This fails as well.

The only thing I have not tried yet is setting up a proxy account, but I don't really want to do that, and I don't see how it could help, considering everything is using the same user.

I know I'm not really being specific here with error messages and logs when I say the steps fail, but that's mostly because I'm not sure how to get good error reporting out of this. Any help with that would also be appreciated.

Please help, this is driving me up a wall.

View 20 Replies


ADVERTISEMENT

No Permissions To Run SSIS Package From SQL Server Agent?

Sep 6, 2007

I've been looking everywhere for a hint on how to tackle this, but can't get it to work.

I have an SSIS package that I am trying to run from SQL Server Agent.

I have been able to run it fine from the IDE, and from within the Integration Services system on my database server. However when I try to run the package via SQL Server Agent I get the following error:
"Executed as user: MyDomainSQLServer. The package execution failed. The step failed."

The login name is the SQL Server service account, which is a domain account on our domain. The package is set with EncryptSensitiveWithPassword and the password is supplied on the command line via the /DECRYPT flag.

I am thinking that maybe there is a permissions problem with the service account, but I can't find any detailed information about what actual permissions this account requires. I have tried expanding its permissions, but continue to get this error.

How should the MyDomainSQLServer account be configured?

View 4 Replies View Related

Permissions To Deploy SSIS Package To SQL Server

Jan 31, 2008



What are the minimum permissions required to deploy an SSIS package to SQL Server? Here is what I have tried:

1. No additional permissions (i.e user created with no special permissions):

Deployment Error: No execute permissions on sp_put_package???

2. Dbowner role on msdb dataabase

Deployment Error: The SaveToSQLServer method has encountered OLE DB error code 0x80040E14 (Access to Integration Services package 'xxx' is denied.). The SQL statement that was issued has failed.

3. Sqladmin role on login: No errors

Most DBAs are reluctant to give sqladmin role to developers. Is there any way around this restriction?

View 4 Replies View Related

SSIS Package Runs OK Manually But Not From SQL Server Agent...Permissions?

Dec 19, 2007

I have a problem where I have an SSIS package (SQL Server 2005) that won't run properly from SQL Server Agent, but it runs fine when kicked off manually from Integration Services -> Run Package or when run in debug from Visual Studio.

The first step in the package checks for the existance of a file via a script task. The script looks like this...





Code Block
Public Sub Main()

Dim TaskResult As Integer
Dim ImportFile As String = CStr(Dts.Variables("BaseDirectory").Value) + CStr(Dts.Variables("ImportDirectory").Value) + CStr(Dts.Variables("ImportFile").Value)

If Dir(ImportFile) = "" Then
Dts.TaskResult = Dts.Results.Failure
Else
Dts.TaskResult = Dts.Results.Success
End If

Return

End Sub






This script runs fine and the file is seen as expected when I run the package manually. But as a step in a SQL Server Agent job, it doesn't see the file.

The SQL Server Agent service is set to start up / log on as a Local System Account. I've also tried setting up a credential / proxy (using an account that I know can see and even move / rename the file) to run the job as but that didn't seem to help.

The package is being run from SQL Server (stored in MSDB) and is set to rely on SQL Server for sensitive information, so I don't think that's an issue; other packages are set up like this in terms of sensitive data and run fine.

Any ideas why my script can't "see" the file I'm looking at when it's kicked off by SQL Server agent? I've looked and looked...I can't seem to figure this out. I would really appreciate any help you might be able to offer up.

View 12 Replies View Related

Package Roles And Permissions

Jan 2, 2008

Hi,
How to set permissions for users to run or edit packages?
How to notify the changes made to packages and where to find the change notifications?

View 1 Replies View Related

SSIS Package Permissions??

May 23, 2007

Hi,



I had developed an ASP.NET application that runs SSIS packages, everything went well until i got the need to run a package that updates an Analysis Services Cube.

My package connection string to the cube looks like this:

"Data Source=<server>;Initial Catalog=<database>;Provider=MSOLAP.3;Integrated Security=SSPI;"



So my .net website has impersonation=true and my IIS denies anonymous and has integrated security also true.



I have packages that create files and those files are created correctly so permissions are passing just fine. The problem has arrived when i tried to process the cube. I got the following error:



"Either the user, NT AUTHORITYNETWORK SERVICE, does not have access to the <database> database, or the database does not exist. "



So if i have Integrated Security in all places why does it uses Network Service?



Best Regards,

Luis Simoes

View 16 Replies View Related

Permissions Needed To Run SSIS Package

Jul 23, 2006

If one of our SSIS packages fails because of a communication problem with the backend, and the DBA is not available, my boss wants another individual (probably a senior programmer but not an "sa" type) to be able to re-run the job.

What is the "right" way to do this under SSIS sql 2005?



TIA,

barkingdog

View 1 Replies View Related

DTS & Security: Permissions Required To Launch Package

Jan 9, 2001

I have prepared several DTS packages which must be launched by a custom external application. What is the best way to provide access to this application? What are the minimum security requirements? Currently, they are local packages; I understand that some utility is offered by saving them as .DTS files, but I don't know the pros & cons. Are there advantages to using the Repository? The app should be able to do its work from a different box on the same network as the server. (Ultra-super-secret security isn't an issue, but I don't want to have give our developers sa-level access unless necessary.)

View 2 Replies View Related

Package Won't Run For Domain User With Full Control Permissions

Dec 1, 2007

I'm running my job from the command line using DTExec as follows:-

DTExec /FILE "C:MyPathMyPackage.dtsx" /CONFIGFILE "C:MyPathMyDtsConfig.xml" /MAXCONCURRENT " -1 "

When I log in as Administrator the package runs perfectly.
When I log in as Domain User (the one I really want to have running the package) I get:-

Started: 10:49:08 PM
Error: 2007-11-30 22:49:08.30
Code: 0xC0011007
Source: {807048F4-DE2A-465E-B9A7-82E163791556}
Description: Unable to load the package as XML because of package does not have a valid XML format. A specific XML parser error will be posted.
End Error

I have checked, and the Domain User has


"Full Control" permissions to the directory the package is in and

"Full Control" permissions for the DTSX file and

"Full Control" permissions to the directory the dtsConfig is in and
"Full Control" permissions for the dtsConfig fileAny suggestions as to what is wrong?

View 7 Replies View Related

SSIS Package Permissions (Windows Application Log) Question

Jul 20, 2007

Hello all,



I have an issue where the DBAs have informed my group that they need to get to a model where an SSIS package which presently needs Admin perms on a box in order to write to the Windows Application Log, no longer needs those perms to write to the log.



I am new to SSIS packages, though familiar with DTS packages (and ETL), so I'm wondering if their concerns (1) can be verified; and (2) if so, is there a better way to allow the package to write to the log without Admin perms (on the box). At the moment, the preference would be to do so without using .Net, in an effort to keep the implementation simple.



Scenario: A single package is scheduled to run at a predetermined time. Once complete it writes to the Windows Application Log.



Thanks in advance,

Henry

View 4 Replies View Related

Table Permissions Versus View Permissions

Aug 2, 2006

Using SQL Server 2k5 sp1, Is there a way to deny users access to a specific column in a table and deny that same column to all stored procedures and views that use that column? I have a password field in a database in which I do not want anyone to have select permissions on (except one user). I denied access in the table itself, however the views still allow for the user to select that password. I know I can go through and set this on a view by view basis, but I am looking for something a little more global.

View 5 Replies View Related

Execution Of Child Package From Parent Package In Sql Server 2005 Integration Services

May 21, 2007

Hi,

I created a package which passes some infornmations( through parameters) to its child package.

I need to do some processing in parent package based on execution status of child package.i.e.

if child fails then some operation and if child succeeds then other operation.

To determine the status of execution of child package I am using two differnt constraint ..one constraint is having value "Success" and other having value "Failure".

My problem is that when child packge is executed successfully the constraint with value = "Success" works properly but when child fails the constraint with value "Failure" does not work.

-Prashant

View 4 Replies View Related

How To Pass Parent Package Parameters To A Package Executed By SQL Server Job Agent

Jan 11, 2007

Hi,

I'd like to know if there's a way to pass parent package parameters to a package executed by SQL Server Job Agent? It appears that sp_start_job doesn't have any variable that could accomodate this.

Hope to hear your ideas.

View 7 Replies View Related

Problem When Running A SSIS Master-package-child Package On Non Default Sql-server Instance

Dec 6, 2007

Hi there

We have a SSIS run which runs as follows


The master package has a configuration file, specifying the connect strings
The master package passes these connect-strings to the child packages in a variable
Both master package and child packages have connection managers, setup to use localhost. This is done deliberately to be able to test the packages on individual development pc€™s.
We do not want to change anything inside the packages when deploying to test, and from test to production. All differences will be in the config files (which are pretty fixed, they very seldom change). That way we can be sure that we can deploy to production without any changes at all.

The package is run from the file system, through a job-schedule.

We experience the following when running on a not default sql-server instance (called dkms5253uedw)

Case 1:
The master package starts by executing three sql-scripts (drop foreign key€™s, truncate tables, create foreign key€™s). This works fine.

The master package then executes the first child package. We then in the sysdtslog get:

Error - €ścannot connect to database xxx€?
Info - €śpackage is preparing to get connection string from parent €¦€?

The child package then executes OK, does all it€™s work, and finish. Because there has been an error, the master package then stops with an error.

Case 2:
When we run exactly the same, but with the connection strings in the config file pointing to the default instance (dkms5253), the everything works fine.

Case 3:
When we run exactly the same, again against the dkms5253uedw instance, but now with the exact same databases defined in the default instance, it also works perfect.

Case 4:
When we then stop the sql-server on the default instance, the package faults again, this time with


Error - €śtimeout when connect to database xxx€?
Info - €śpackage is preparing to get connection string from parent €¦€?

And the continues as in the first case

From all this we conclude, that the child package tries to connect to the database before it knows the connection string it gets passed in the variable from the master package. It therefore tries to connect to the default instance, and this only works if the default instance is running and has the same databases defined. As far as we can see, the child package does no work against the default instance (no logging etc.).

We have tried delayed validation in the packages and in the connection managers, but with the same results (error).

So we are desperately hoping that someone can help us solve this problem.


Thanx,
/Nils M - Copenhagen

View 3 Replies View Related

Run Package On Server CPU Is Done Through SQL Agent: How To Set User Variable In Package Then?

May 9, 2007

Hi,



I have packages stored in SQL store. I was letting users run the packages from a .net app that I made with

Microsoft.SqlServer.Dts.Runtime

Now I have noticed this causes the packages to run on the client pc cpu, as well as the network traffic is done via the client pc, in my particular case this is slow.

From the doc and in this forum I have found that you can run a package on the Server cpu through sql agent, let packages be run in a sql job. after that you can start a package from an application with the SQL sp_start_job .

But How do you set a user::varibale in a package if you have to start the package from a sql agent job ?

View 5 Replies View Related

Reporting Services :: How To Check Report Server Windows Service Has Send As Permissions On The SMTP Server

Sep 3, 2015

i want to check.. Report Server Windows service has Send As permissions on the SMTP server.

how can i do this..

View 2 Replies View Related

SQL Server Permissions

Nov 29, 2001

I connected to SQL Server 7.0 using trusted connection. I have been given permissions in the db_owner group with my NT user id. When I run a query to alter the database for creating a new file group and adding files, there is an error message which says that only members of sysadmin or database owner can alter the database 'xxx'. Can somebody please help ASAP? Thank you in advance.

View 3 Replies View Related

SQL Server Permissions

Feb 8, 2006

Hi all,

How do I make SQL Server db table permissions take effect?

I just gave select permissions to a table but still not working.

Thanks.

Kevin.

View 1 Replies View Related

SQL Server Permissions....

Dec 21, 2006

What is the lowest level of permissions to see user created stored procedures? Example, it is possible to see "sp_" stored procedures but not yet possible to see "usp_" stored procedures.

View 2 Replies View Related

SQL Server Permissions.

May 10, 2008

Greetings.

I'm attempting to set up a database on SQL Server Express using PHP (PhpBB3 install) and ODBC on Windows XP (sp3). Whenever I run the software I get the following error:
======================================================================
A fatal and unrecoverable database error has occurred. This may be because the specified user does not have appropriate permissions to CREATE TABLES or INSERT data, etc. Further information may be given below. Please contact your hosting provider in the first instance or the support forums of phpBB for further assistance.

install_install.php [ 1181 ]

SQL : CREATE TABLE [phpbb_attachments] ( [attach_id] [int] IDENTITY (1, 1) NOT NULL , [post_msg_id] [int] DEFAULT (0) NOT NULL , [topic_id] [int] DEFAULT (0) NOT NULL , [in_message] [int] DEFAULT (0) NOT NULL , [poster_id] [int] DEFAULT (0) NOT NULL , [is_orphan] [int] DEFAULT (1) NOT NULL , [physical_filename] [varchar] (255) DEFAULT ('') NOT NULL , [real_filename] [varchar] (255) DEFAULT ('') NOT NULL , [download_count] [int] DEFAULT (0) NOT NULL , [attach_comment] [varchar] (4000) DEFAULT ('') NOT NULL , [extension] [varchar] (100) DEFAULT ('') NOT NULL , [mimetype] [varchar] (100) DEFAULT ('') NOT NULL , [filesize] [int] DEFAULT (0) NOT NULL , [filetime] [int] DEFAULT (0) NOT NULL , [thumbnail] [int] DEFAULT (0) NOT NULL ) ON [PRIMARY]

[Microsoft][SQL Native Client][SQL Server]CREATE TABLE permission denied in database 'master'.
======================================================================

If this were an Oracle database, I'd know what to do. Since this is the first time I've ever messed with MsSQL, I'm not sure exactly where to start.

Any and all clues greatly appreciated.

Ed.

View 6 Replies View Related

Saving A Package To The Package Store Vs. SQL Server?

Oct 30, 2006

There must be a difference, but I don't know what it is.

Can someone please explain the advantages and disadvantages of each method?

Thanks in advance.

View 17 Replies View Related

Permissions To Write To SQL Server.

Dec 6, 2000

Hello,

I am migrating my database from Access to SQL Server , The application is in Access too,
I have migrated the application to talk to SQL, I am able to query from database whereas not write to it,
any operation on writing to database gives me ODBC insert on a linked table <tablename> failure.

Can u let me know what needs to be done.

Regards
Vinay Dias

View 1 Replies View Related

Server Role Permissions

Jan 5, 2005

Where can I find the information about dbcc setcpuweight? I checked books online and couldn't find it. I also went and searched Google with the same results. Any help is greatly appreciated.

View 2 Replies View Related

SQL Server Login Permissions

Jun 5, 1999

Question for you. Due to some testing within our environment, I've restored a database a few times
today. Now, when I look at the databases that logins have access to, some have the correct
access to databases and others have no access anymore. This all has happened since I've
restored the database. What happened? It isn't even with the 1 database that I restored that
this is happening. When I look, most users don't have access to any database anymore... All the groups I have
set up and the permissions assigned within the database themselves are fine, just the
login doesn't have access to a database. Did I do something wrong? If so, please let me know
so I can correct it before another restore is necessary.

Thanks so much!
Toni Eibner

View 2 Replies View Related

SQL Server And Access Permissions

Aug 6, 2002

I am converting a multitude of Access databases from 2.0/95/97 to xp and at the same time moving to a client/server model using SQL Server.
This is the first time I have used SQL Server and I am having problems that seem to be related to permissions: I am unable to select, go to, update or delete a record via the application I have built. This may be a flaw in my development skills or a problem with permissions. I cannot find how to apply universal permissions to every column in every table (which is what i want at this point) and any changes that I do make are not reflected in Access.
Any ideas are gratefully received.

View 6 Replies View Related

SQL Server Object Permissions

Jul 17, 2007

Hi all,My project modules in MS-Access rely heavily on DAO permissions. Now the access front end is being hooked up to a SQL Server 2005 back end, and I'd like to sync the permissions of linked table objects with the corresponding views when they are created/recreated.I'm vaguely aware there are a substantial number of differences between the the SQL Server and Jet security models. Initially, I'd like to create a lookup table to handle this. My problem is that I don't seem to be able to find much info on groups and object permissions in the SQL Server security model - perhaps I'm asking the wrong questions.:confused: Can anyone provide a link to a decent site for SQL Server novices?Ta

View 1 Replies View Related

SQL Server Profiler Permissions

Jan 7, 2008

Is the security granularity in SQL Server 2005 good enough that I can allow certain users to have permissions to use Profiler ONLY on their database with out granting them sysadmin privilege? I know that it uses the master database which makes it complex. Thanks in advance.

View 3 Replies View Related

Sql Server Login Permissions

May 14, 2008

I had created three users for my centeralized database server.
usernames are
1.sa
2.production
3.praveen

I had given the permissions as follows
for production i given the permissions for each database
dddatawriter,datareader, db_executor,public
for praveen i had given full permissions
for sa I want full permissions so i had given each and every thing

my aim is as follows. i want permissions according to this one.
for production he is not able to change the coloumn name,he is not able to backup database or restore database, and also he is not able to change password of any logins
For this one i got it correctly . but while coming to praveen login
He is able to do anything regarding database . but i don't want to give permissions to chnage passwords of his login and at the same time any login . can you give any idea regarding this permissions.

For sa i want to full permssions he is able to change passwords of any login .

please kindly help me in this

View 7 Replies View Related

SQL Server Performance And Permissions

Jul 23, 2005

Hello,I am running SQL Server 2000 standard in mixed mode security and havetwo problems.1.) I created a database as sa and assigned a login as db_owner,however, the design view is grayed out for all tables. All tables areowned by dbo and no user defined role exists for the database.2.) Any login other than sa will time-out in Enterprise Manager or takeextremely long. The sa login performs acceptably well. Once the nonsa login is connected to a server in EM, the database list shows 'noitems'. F5 refresh takes incredibly long. Accessing the tables undera DB often times out.Any ideas?Mike

View 4 Replies View Related

Permissions With Sql Server Tables

Jul 20, 2005

Hello,I need some help with implenting the following:I recently migrated from access to sql server and i now i want to usemaintainable permissions on my tables, views, etc. The access database willserve as a front-end.I've created for testing purposes an testaccount with only a public role toaccess to my database.Now the hard part is when i want users to select and manipulate the datathrough views and stored procedures.I want only permissions set on views andstored procedures. The reason for this is because i don't want users to getthe data directly from tables by means of linking or importing them toaccessor other databases. Only views and stored procedures can be used.Unfortunelately it doesn't work how i wanted to. When i open a view which islinked in access as a table, i'm getting a message that the underlying tablehas not the appropiate permissions.Now there should be a way to apply a maintainable security, so if i couldhave some advice and maybe an example on this matter i would be verythankful.

View 3 Replies View Related

SP Permissions Under SQL Server 2005

Feb 22, 2006

I am just migrating to SQL Server 2005 and I am having difficulty
figuring out how to do some tasks that were easy under SQL Server 2000.
Specifically, I am not sure about object permissions.

(This is
what I did for SQL Server 2000) For database access by my web
application, I added a SQL login for the IIS_WPG group. I then added a
database user (name ASPNET) associated with this database login and
give it only datareader and datawriter privileges. I would then
'double-click' the user, which would bring up the list of securable
objects. I would then click the 'execute' permission for all of the
user-created stored procedures. [done]

For SQL Server 2005, I am
not quite sure what to do. It seems to me (based on what I see after
importing the tables), that a schema should be used, but I do not see
any explicit permissions in the schema. On the other hand, if I select
each stored procedure and look at its properties, I can see that the
ASPNET user has execute permission.

It seems inconceivable that
the only way to configure permissions is to modify each SP by hand.
This would take more than 10 times as long as the SQL Server 2000
method of assigning permissions.

So, my question is this:
How
can permissions be assigned 'wholesale'? (i.e., some method akin to the
SQL Server 2000 method that does not require setting permissions on
each individual object individually.)

Of course, if you care to suggest a better way to do this, I'd love to hear it!

Thank you.

View 3 Replies View Related

Report Server Permissions

Apr 8, 2008


I€™m trying to use Reporting Services for the first time. I€™ve created a couple of reports and loaded them onto the server through Visual Studio 2005. I got all that to work with very few problems.
I can even view the reports by going to:
http://servername/reportserver?%2fReportProjectName/ReportName
And that lets me run the run the report, print it out, etc. However, when I try to log into the report server by going to http://servername/reports , I get a SQL Server Reporting Error:
An internal error occurred on the report server. See the error log for more details. (rsInternalError) Get Online Help.
I am an administrator on the SQL Server and I have the Content Manager role on report server.
The error log gives me 2 warnings:
Event ID: 1010 Source SQL Dumper
Bucket 51209465, bucket table 5
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
And
Event ID 5001 Source SQL Dumper
Bucket 51209465, bucket table 5, EventType sql90exception, P1 w3wp.exe, P2 6.0.3790.3959, P3 45d6968e, P4 reportingservicesnativeclient.ni.dll, P5 2005.90.3042.0, P6 45cd6edb, P7 0, P8 00005283, P9 00000000, P10 NIL.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
And it also gives me the error:
Event ID 5000 Source SQL Dumper
EventType sql90exception, P1 w3wp.exe, P2 6.0.3790.3959, P3 45d6968e, P4 reportingservicesnativeclient.ni.dll, P5 2005.90.3042.0, P6 45cd6edb, P7 0, P8 00005283, P9 00000000, P10 NIL.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
I€™ve Googled all of the errors and warnings and not gotten anywhere. I€™ve been working on this for a week and half now and not getting anywhere. I€™m running SQL Server 2005 SP2 on a Windows Server 2003 box.
Thanks for any help you can provide,
-JP

View 5 Replies View Related

Permissions For Linked Server

May 7, 2007

This is a continuation from another thread in the SSIS forum. The broader issue is a Security/Permissions issue.



We are running SQL Server on a Windows 2003 server that is isolated from our main Novell network. The db admin does not want to load the Netware Client on the server for security reasons. As we continue to develop and extend our data access I am finding, as a developer, that I will need to frequently consume data and files store on the Novell network.



I did get the "net use" command working in a Job as a part of an SSIS package. This took a fair amount of research and trial and error to get working but at least it works. Now I am trying to use the same process to open a connection to Novell in the Query editor so I can setup a stored procedure that a Web service can call to open a connection to an access.mdb linked server on the Novell drive. When I try to execute via xp_cmdshell the net use command succeeds but does not make the conncetion availible to any other session. When I ran it in a batch to do a simple file copy the net use command succeeded but the copy failed. It works fine in a dos window opened manually. So I started looking at permissions. Whoami returns Administrator from the manual dos window. Whoami returns nt autority from the batch file. Since I have a valid Novell user/password in the net use command why does if fail? When I used impersonate it did not change the user from NT AUTHORITY/?? I can't a connection open.



My goal is to find a method to connnect and disconnect to the Novell network as needed from SQL Server as well as from IIS Web applications. My Network Admin does not have any answers for me. I have done a ton of research and so far the only thing that has worked, at least partially, is "net use." Does anyone know how to overcome this issue? I know next to nothing about networking and security and certainly not how to get Windows and Novell to play well together without the Netware Client running. I do have the Gateway for Client Services running but not logged in for the net use function. Any help would be greatly appreciated!





Cory Bonallo

Retail Services

Developer

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved