Displaying 11 results from an estimated 11 matches for "service_typ".
Did you mean:
service_type
2006 Jan 30
3
webservice consumption over SSL
Hi, as long as nobody answered to my previous question, i''ll try to
write in another way.
I have:
webservice WSDL link (https://something?WSDL, that''s .net webservice)
pem file (certificate, needed to authentificate for gettting data)
i need :
to consume that webservice without describing API''s for each method (i
mean use WSL to construct needed structures or objects).
2008 Nov 06
10
Rails 2.1.2 bug in include on has_many?
In my continued efforts to port my rails 1.x app to Rails 2.1.2, I keep
running into what appear to be ActiveRecord bugs.
I am using an :include on a :has_many definition:
class Request < ActiveRecord::Base
has_many :service_types, :order=>''service_types.id ASC'',
:include=>:service_response
[...]
There''s no reason this wouldn''t be supported in Rails 2.1.2, is there?
Worked fine in Rails 1.2.6. In Rails 2.1.2, I fetch in a Request
objects, and then I try to call some_request.s...
2010 Sep 20
1
can Samba 2.2 join Windows 2003 R2 DC?
...smbpasswd -D 2 -j FOO -U me
added interface ip=10.1.4.31 bcast=10.1.5.255 nmask=255.255.254.0
Password:
Got a positive name query response from 10.1.4.88 ( 10.1.4.88 )
session setup ok
Domain=[FOO] OS=[Windows Server 2003 R2 3790 Service Pack 2] Server=[Windows Server 2003 R2 5.2]
service: IPC$ service_type: IPC
failed tcon_X
Error connecting to FOOSERV1 - NT_STATUS_ACCESS_DENIED
Unable to join domain FOO.
Is it even possible for Samba 2.2 to join a 2003 network?
Thanks!
-Scott
2013 Dec 10
0
Fedex plugin Rails Issue.
...ion the customs value for the label.
This is how my code is:
price, labels, tracking_number = fedex.label(
:shipper => { :contact => shipper, :address => origin },
:recipient => { :contact => recipient, :address => destination.merge(:residential => false) },
:service_type => service_type,
:packages => [{:length => 3,
:height => 4,
:width => 5,
:weight => 5,
}],
:weight => 5,
:commodities => commodities,
:customs_value =>{:...
2007 Feb 12
4
Proper use of "send" method
I have the following models:
class MainService < ActiveRecord::Base
has_one :travel_service
end
class TravelService < ActiveRecord::Base
belongs_to :main_service
end
I can use the following:
@main_service.travel_service = TravelService.new
But I can''t use the following:
@main_service.send("travel_service") = TravelService.new
It says " unexpected
2008 Jul 07
0
[ win32utils-Support Requests-11344 ] Can''t user win32-service inside of a Rails application
...-service to work on Rails.
When I open up a console and do the following it works:
require "win32/service"
include Win32
@services = Service.services
puts @services.first
=> => #<struct Struct::Win32Service service_name="Abiosdsk", display_name="Abiosdsk", service_type="kernel driver", current
_state="stopped", controls_accepted=nil, win32_exit_code=1077, service_specific_exit_code=0, check_point=0, wait_hint=0,
binary_path_name=nil, start_type="disabled", error_control="ignore", load_order_group="Primary disk",...
2007 Aug 31
0
[ win32utils-Bugs-13560 ] Service dependencies has wierd string.
...encies has wierd string.
Initial Comment:
Hello,
My name is Jong Lee from Virginia, USA.
I am using win32/service which version is 0.5.2.
I think I am using latest version.
Following code displays service name, type and dependencies.
Service.services do |s|
puts "#{s.service_name} - #{s.service_type}"
s.dependencies.each {|d| puts " " + d} if s.dependencies != nil
end
Most of results are fine but some of them are displaying wierd string as follwoing.
---------------------------------------------
wscsvc - share process
RpcSs
winmgmt
t
calSystem
t...
2007 Jun 04
0
[ win32utils-Support Requests-11344 ] Can''t user win32-service inside of a Rails application
...-service to work on Rails.
When I open up a console and do the following it works:
require "win32/service"
include Win32
@services = Service.services
puts @services.first
=> => #<struct Struct::Win32Service service_name="Abiosdsk", display_name="Abiosdsk", service_type="kernel driver", current
_state="stopped", controls_accepted=nil, win32_exit_code=1077, service_specific_exit_code=0, check_point=0, wait_hint=0,
binary_path_name=nil, start_type="disabled", error_control="ignore", load_order_group="Primary disk",...
2007 Sep 21
0
win32-service of win32utils
...cannot
> change the service to run under a domain user account. So I changed the
> code of configuring service by setting service type as WIN32_OWN_PROCESS.
>
> s.configure_service{ |s|
> s.start_name = "name of the account"
> s.password = "password"
> s.service_type = Service::WIN32_OWN_PROCESS
> }
>
> Then it works now.
>
> Thank you very much for the help.
>
> Kay
>
> > Date: Wed, 19 Sep 2007 20:33:30 -0600
> > From: djberg96 at gmail.com
> > To: serphakay at hotmail.com
> > Subject: Re: win32-service...
2020 Oct 18
1
Lookup sid with libsmbclient (invoked from c# on mono)
...("libsmbclient.so.0", CharSet = CharSet.Ansi)]
internal static extern int cli_full_connection(out
SambaConnectionHandle output_cli,
string my_name,
string dest_host,
IntPtr dest_ss, int port,
string service, string service_type,
string user, string domain,
string password, int flags,
int signing_state);
[DllImport("libsmbclient.so.0", CharSet = CharSet.Ansi)]
internal static extern void ndr_table_lsarpc();
internal delegate void RPCTab...
2020 Oct 12
2
Lookup sid with libsmbclient (invoked from c# on mono)
Typical example:
Here is some search & export for libsmbclient:
adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep
cli_rpc_pipe_open_noauth_transport
<nothing>
adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep
cli_rpc_pipe_open
U cli_rpc_pipe_open_noauth
adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0