Task fails on server but not on my development PC

hi
I have this annoying error on my server but not in my PC,
When I run the task from VisualStudio2010 it works perfectly. Then I deploy the package to my SqlServer2012 "Intgegration Services Catalogs" and run the deployed package from the SqlManagementConsole I got the error.
The source is an oracle DB and the query wich calculate the field "MONJTO_HRSEXTR" do it with this "sum(nvl(h.monto,0)) monto_hrsext" on the select statement.
I guess the problem is SSIS thinks that the column MONTO_HRSEXTR is "Unicode string[DT_WSTR]" with "lenght=38" and when the conversion process try to cast to Decimal(12,2) it fails. There are 2 big questions here
1.Why it works on my development PC and not in the server when deployed?
2.why the "Data Conversion Transtormation Editor" thinks the field is a  Unicode string[DT_WSTR] if that field is a sum result from numerics fields in the oracle table
Thanks a lot!!! for any Idea
Salu2 Sergio T

Hello
Thanks for your time, I made a modification
to the package to redirect all rows
that cause error
All errors are rows with decimal values
​​such as "11.3" "33.44"
All values ​​are using "," instead of
"." and that's the problem
what is strange is that the same source,
in both cases the same database
It will be something related to the
configuration of the oracle client on the Windows
server? The Oracle is in another server, a unix server.
I do not know much about oracle.
I know we use TSNnames for connecting, but I really don't know what to see, any idea??
thanks again for your time Jan
Salu2 Sergio T

Similar Messages

  • Error "Connection Failed The server may not exist or is not operational..."

    This is just FYI in case somebody else runs across this. On one user account, an error window would pop up every so often that said:
    Connection Failed
    The server may not exist or it is not operational at this time. Check the server name or IP address and try again.
    It turns out that the problem was caused by Screen Saver. The error popped up whenever screen saver tried to launch. On the problem account I had the "Pictures" folder selected for the screen saver, and apparently there must be an alias in that folder pointing to something on a remote server, because as soon as I go to System Preferences and open the Screen Saver panel, I get the error.
    It has been driving me crazy for months but finally I thought to look in Console, where I saw the error "afp_mount[5045] CFLog (0): CFMessagePort: bootstrap_register(): failed 1103 (0x44f), port = 0x2d03, name = 'com.apple.afp_mount.ServiceProvider'"
    Searching for that error led me to the Macosxhints forum at http://forums.macosxhints.com/archive/index.php/t-53209.html where a user had posted the same problem. Changing to a different screen saver or a different folder for pictures resolved the issue.
    PowerMac G5   Mac OS X (10.4.6)  
    PowerMac G5   Mac OS X (10.4.6)  

    Welcome to discussions leffjay. Good one. Cheers.

  • RFC call failed: JCO.Server could not find server function 'SET_SLD_DATA'

    Hi, All
    the system is PI 7.0 EHP1 oraclei Win2003 server, I configured SLD but I run RZ70, having error "RFC call failed: JCO.Server could not find server function 'SET_SLD_DATA' ". I know there are lot of tread about this error, but none of themsolve my problem. all JCO, RFC connections and SDL DATA supplier(VA) seem OK. error message in SM21 is "Could not send SLD data"
    detail from SM21
    The system could not send the data that has been collected automatical
    for the System Landscape Directory (SLD). Check whether the gateway
    configured in transaction RZ70 has been started and whether the SLD
    bridge has been registered with this gateway.
    You can use transaction SM59 to check this in the sending system for t
    implemented RFC destinations. The RFC destinations have the standard
    names "SLD_UC" for Unicode sending systems and "SLD_NUC" for non-Unico
    sending systems. If a different RFC destination has been entered in
    RZ70, check this destination instead.
    You can use the Gateway Monitor to check the target gateways. In ABAP
    systems, this monitor is started with transaction SMGW, or you can use
    the external SAP program "gwmon". Check whether the specified gateway
    has an active registration.
    OF COURSE I checked  RFC of  SLD_UC and SMGW
    any different ideas
    Regards
    ABH

    Hi
    Please check the following notes are implemented
    Note 906454                           
    Note 907729
    You may be aware but if you are not --->RZ70 creates the required SLD* RFCs during runtime - therefore if you have defined these RFCs manually first using the same namespace you can get RFC conflicts which result in a failed submission    
    Please also check the user in the RFC is known to both systems and has required authorization to write to SLD
    Generally with SLD you have to install or select a suitable gateway to handle incoming data supply traffic
    Also the gateway you are using has be known to SLD and reflected in RZ70 - i.e these defintions have to be the same
    It is also recommended to delete all references to SLD_* RFCs in data supplier and target SLD
    after a failed submission attempt to allow RZ70 to recreate these consistently once the above has been checked
    Best wishes
    Stuart

  • Same command works on the server but not on the workstation

    Scenario
    Exchange 2010 sp3
    Name                           Value
    CLRVersion                     2.0.50727.4984
    BuildVersion                   6.1.7600.16385
    PSVersion                      2.0
    WSManStackVersion              2.0
    PSCompatibleVersions           {1.0, 2.0}
    SerializationVersion           1.1.0.1
    PSRemotingProtocolVersion      2.1
    Worstation:
    Name                           Value
    PSVersion                      4.0
    WSManStackVersion              3.0
    SerializationVersion           1.1.0.1
    CLRVersion                     4.0.30319.18063
    BuildVersion                   6.3.9600.16406
    PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0}
    PSRemotingProtocolVersion      2.2
    I input a command from my workstation using ISE
    get-exchangeserver | Where-Object {$_.IshubtransportServer -eq $True} | Get-MessageTrackingLog -Start (get-date).AddHours(-2) -Sender '[email protected]'
    Error:
    The input object cannot be bound to any parameters for the command either because the command does not take pipeline input or the input and its properties do not match any of the 
    parameters that take pipeline input.
    The Exact same command from the Server works.
    In my profile I have the following:
    set-Location c:\
    $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri 'http://MyExchangeServer/powershell'
    import-pssession $Session
    Import-Module ActiveDirectory
    $host.PrivateData.ErrorForegroundColor = 'green'
    Clear-Host
    From My Workstation:
    PS C:\> Get-PSSession
     Id Name            ComputerName    State         ConfigurationName     Availability
      1 Session1        MyExchangeServer  Opened        Microsoft.Exchange       Available
    Why  does the command work on the server but not on the workstation?
    Alexis

    Hi Tiri2014,
    There are some differences between Remote PowerShell and Exchange Management Shell. You cannot use the pipeline when you run some cmdlets by using Remote PowerShell.
    Here’s a link to similar case for your reference:
    Error message when you try to pipe the result of a cmdlet into another cmdlet by using Remote Powershell in Office 365 dedicated: “The input object cannot be bound to any parameters
    for the command”
    http://support.microsoft.com/kb/2701827/en-us
    Hope it helps
    Best regards

  • What can I do when web pages with scripting display ok from a server but not locally?

    I have html and java script in the same folder path, both on a server and locally. The pages display correctly when accessed from the server, but not when accessed locally. Is there a change I can make to Firefox to solve this problem?

    An address starting with c: wouldn't be any kind of domain name. C: is the drive lettering system DOS and and later uses. By default, A: and B: are reserved for your first and second floppy disk drive. All hard drives are then named C: through Z:, if you have that many. C: is normally your startup disk.
    Anyway, their PDF file is incorrectly linked to a file directly on the C: drive of someone's computer. It's not going to work no matter what you do.

  • TNS error ORA-12154 : can connect to one server but not to another.

    Hello,
    I have a Forms 6.0 application running on a Solaris box. It connects
    fine to an Oracle 9.0 server but fails with ORA-12154 when trying to
    connect to Oracle 10g running on a different server.
    'sqlplus' can connect fine to both servers .
    'tnsping'result is succesful from the Solaris client to both servers.
    Configuration details are as follows. (IP Addresses have been
    sanitised. I've included the client side listener and also entries for
    the 'local' Oracle 8i server running on the Solaris 'client' although
    I think some of this may be not relevant):
    1. Connecting to Server 9.0 : application CAN connect successfully:
    a. application URL
    http://host_ip_address:7778/dev60cgi/if60cgi?config=rack : application
    runs successfully
    b. client's formsweb.cfg excerpt:
    [rack]
    pageTitle=yadayada
    form=login01
    userid=user/pass@nn_rackspace
    archive=f60all.jar, oracle_ice-4_03_1.jar
    c. client's tnsnames.ora excerpt (local services not excluded):
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = sun1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcl)
    RR =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = sun1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = RR)
    NN_RACKSPACE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 1.2.33.44)(PORT =1521))
    (CONNECT_DATA =
    # (SERVER = DEDICATED)
    (SERVICE_NAME = QQ1.QONNECTIS.COM)
    NN_QQ3 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 2.3.44.55)(PORT = 1521))
    (CONNECT_DATA =
    # (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.qonnectis.com)
    NN_QQ3.qonnectis.com =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 2.3.44.55)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 2.3.44.55)(PORT = 1521))
    (CONNECT_DATA =
    # (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.qonnectis.com)
    d. client's sqlnet.ora: contains ONLY:
    NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
    e. client's listener.ora excerpt:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /space/oracle/OraHome1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = orcl)
    (ORACLE_HOME = /space/oracle/OraHome1)
    (SID_NAME = orcl)
    (SID_DESC =
    (GLOBAL_DBNAME = NN)
    (ORACLE_HOME = /space/oracle/OraHome1)
    (SID_NAME = NN)
    (SID_DESC =
    (GLOBAL_DBNAME = RR)
    (ORACLE_HOME = /space/oracle/OraHome1)
    (SID_NAME = RR)
    f. remote server's tnsnames.ora excerpt:
    QQ1.QONNECTIS.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = qanasta1.qonnectis.com)
    (PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = QQ1.qonnectis.com)
    QQ1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)
    (HOST = qanasta1.qonnectis.com)
    (PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = QQ1)
    QQ3.QONNECTIS.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 2.3.44.55)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcl.qonnectis.com)
    g. remote server's sqlnet.ora contains only:
    NAMES.DEFAULT_DOMAIN = qonnectis.com
    NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
    h. remote server's listener.ora excerpt:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)
    (HOST =qanasta1.qonnectis.com)
    (PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /opt/oracle/product/9.2.0.1.0)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = QQ1.qonnectis.com)
    (ORACLE_HOME = /opt/oracle/product/9.2.0.1.0)
    (SID_NAME = QQ1)
    i. on Solaris client, tnsping nn_rackspace : succeeds
    j. on Solaris client, sqlplus user/pass@nn_rackspace: succeeds
    k. on server, Oracle server processes have names like ora_d000_QQ1.
    l. on server, Oracle connected listener processes show up in ps
    listing like oracleQQ1 (LOCAL=NO)
    m. On server, lsnrctl status reports amongst other things
    Service "QQ1.qonnectis.com" has 2 instance(s).
    Instance "QQ1", status UNKNOWN, has 1 handler(s) for this service...
    Instance "QQ1", status READY, has 1 handler(s) for this service...
    2. Connecting to Server 10g : application does NOT connect successfully:
    a. application URL
    http://host_ip_address:7778/dev60cgi/if60cgi?config=rack2
    b. client's formsweb.cfg excerpt:
    [rack2]
    pageTitle=yadayada
    form=login01
    userid=user/pass@nn_qq3
    archive=f60all.jar, oracle_ice-4_03_1.jar
    c. client's tnsnames.ora excerpt (local services not excluded):
    -as above-
    d. client's sqlnet.ora: contains ONLY:
    -as above-
    e. client's listener.ora excerpt:
    -as above-
    f. remote server's tnsnames.ora excerpt:
    # default sid 'orcl' : for local access
    orcl =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.qonnectis.com)
    # QQ3_Vlan : default sid 'orcl' : access over 10. private net from qq1
    QQ3_VLAN =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.99.99.99)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.qonnectis.com)
    # nn_qq3 : default sid 'orcl' : access from external sites by public
    # external IP - specifically sun admin dba tool in twx
    NN_QQ3 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 2.3.44.55)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.qonnectis.com)
    g. remote server's sqlnet.ora contains only:
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    NAMES.DEFAULT_DOMAIN = qonnectis.com
    h. remote server's listener.ora excerpt:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/OraHome_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = orcl)
    (ORACLE_HOME = /u01/app/oracle/OraHome_1)
    (SID_NAME = orcl)
    i. on Solaris client, tnsping nn_qq3 : succeeds
    j. on Solaris client, sqlplus user/pass@nn_qq3: succeeds
    k. on server, Oracle server processes have names like ora_d000_orcl .
    l. on server, Oracle connected listener processes show up in ps
    listing like oracleorcl (LOCAL=NO)
    m. On server, lsnrctl status reports amongst other things
    Service "orcl" has 1 instance(s).
    Instance "orcl", status UNKNOWN, has 1 handler(s) for this
    service...
    Service "orcl.qonnectis.com" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    As you can see, I have tried adding an alias for the default domain
    name suffix '.qonnectis.com' in the tnsnames.ora files on the solaris
    client and on the new 10g server.
    Just to add to the fun, the 'new' server running Ora 10g CANNOT connect
    to the old server running Ora 9:
    sqlplus user/pass@nn_qq3
    sqlplus user/pass@nn_qq3.qonnectis.com both fail.
    While the old 9.0 server CAN connect to the new 10g one:
    sqlplus user/[email protected] succeeds.
    Sorry this is such a mess. TBH I find this whole area extremely
    confusing.
    All suggestions welcome. Unfortunately I am away on holiday next week
    but will follow up any leads when I get back.
    thanks!
    Victor Churchill.

    Hi DianeinBirmingham,
    Welcome to the Apple Discussions
    The Log goes further
    Chat ended with error -8
    Video Conference Error Report:
    Video Conference Support Report:
    Video Conference User Report:
    Binary Images Description for "iChat":
    This bit suggests the ports are not open.
    Intermittent success like this And the ports not being open suggests a Modem that might be SIP aware such a Thomson-Alcatel Speedtouch device.
    Can you tell us what modem you have ?
    7:55 PM Friday; July 13, 2007

  • User Authentication Failed via http BUT not with Visual Administrator !!?

    OS : Win 2k3 Server UK * DB : SQL Server 2005
    SAP Netweaver 2004s Application Java
    Hi All,
    Since a couple of days, I have a problem concerning authentication to the java apllication on a SAP Netweaver 2004s.
    Using the user ‘Administrator’, I CAN logon the Visual Administrator tool, with the same user I tried to logon via http://host:port/nwa without success.
    At the beginning, I was thinking about a problem of password then I enabled the emergency user SAP*, the problem was the same. Ok with Visual Administrator but not via http.
    Here is two logs found in folder : D:\usr\sap\SID\JC02\j2ee\cluster\server0\log\system\
         security.3.log
         <i>#1.5#001871E5EA3A00550000006D0000172800043B836D838427#1191335570983#/System/Security/Audit#sap.com/com.sap.security.core.admin#com.sap.security.core.util.SecurityAudit#Guest#0####5aac137070f411dcc513001871e5ea3a#SAPEngine_Application_Thread[impl:3]_11##0#0#Warning#1#com.sap.security.core.util.SecurityAudit#Plain###Guest     | LOGIN.ERROR     | null     |      | Login Method=[default], UserID=[Administrator], IP Address=[192.168.10.125], Reason=[Authentication did not succeed.]#</i>
         server.0.log
         <i>#1.5#001871E5EA3A0052000000130000172800043B835E3661D1#1191335314249#/System/Server/SLDService##com.sap.sldserv.SldServerFrame######c1a349a070f311dcaa68001871e5ea3a#SAPEngine_System_Thread[impl:5]_71##0#0#Warning#1#com.sap.sldserv.SldServerFrame#Plain###Failed to collect SLD data. Failed to send HTTP data: 401 : Unauthorized. Please check if the target SLD system is available and the SLD bridge is started there.#</i>
    &#61664; I tried to connect http://host:port/sld same problem User Authentication Failed
    <b>Do you have an idea for me? Why a user can connect via Visual Administrator and not via the http interface?</b>
    Thanks in advance
    Yves

    Hi,
    I found the solution this last week-end.
    This behavior let's thinking to a problem of authentication.
    But the problem was in SQL, an index was missing in table J2EE_CONFIG, called J2EE_CONFIG_I3
    Cheers
    Yves

  • FEP clients update defintitions from SCCM server, but not timely

    Our FEP clients are configured to download definition updates from WSUS. They seem to be doing this, but not as frequently as they should; the policy is set to check for updates every 7 hours, but they do not usually download updates until definitions
    are a week or more out of date.
    This seems to be true even if we try to force an update by clicking the
    Update button on the FEP client. For example, my client right now shows "Definitions created on" 2/13/2012, but "Definitions last checked:" shows a 2/15/2012 timestamp (I clicked the button a few minutes ago).
    While the definitions on my workstation are two days out of date, other computers on the network have today's definitions, so it looks like the definitions on the SCCM server are up to date.
    What's going on here?

    hi 
    im also having the same issues please find the WindowsUpdate.log and give me a fix 
    ==========  Logging initialized (build: 7.6.7600.256, tz: +0530)  ===========
    2014-01-27 14:39:10:134
    724 14d4
    Misc  = Process: \??\C:\WINDOWS\system32\winlogon.exe
    2014-01-27 14:39:10:134
    724 14d4
    Misc  = Module: C:\WINDOWS\system32\wuaueng.dll
    2014-01-27 14:39:10:134
    724 14d4
    Shutdwn FATAL: WUAutoUpdateAtShutdown failed, hr=8024A000
    2014-01-27 14:39:18:230
    1216 748
    AU ###########  AU: Uninitializing Automatic Updates  ###########
    2014-01-27 14:39:18:230
    1216 748
    DnldMgr FATAL: DM:CBitsJob::SetCallbackHandler: SetNotifyInterface failed with 0x80080008.
    2014-01-27 14:39:18:230
    1216 748
    DnldMgr FATAL: DM:CBitsJob::SetCallbackHandler: SetNotifyInterface failed with 0x80080008.
    2014-01-27 14:39:18:230
    1216 748
    DnldMgr FATAL: DM:CBitsJob::SetCallbackHandler: SetNotifyInterface failed with 0x80080008.
    2014-01-27 14:39:18:230
    1216 748
    DnldMgr FATAL: DM:CBitsJob::SetCallbackHandler: SetNotifyInterface failed with 0x80080008.
    2014-01-27 14:39:18:230
    1216 748
    DnldMgr FATAL: DM:CBitsJob::SetCallbackHandler: SetNotifyInterface failed with 0x80080008.
    2014-01-27 14:39:39:968
    220 df8
    Misc ===========  Logging initialized (build: 7.6.7600.256, tz: +0530)  ===========
    2014-01-27 14:39:40:000
    220 df8
    Misc  = Process: C:\WINDOWS\System32\svchost.exe
    2014-01-27 14:39:40:031
    220 df8
    Misc  = Module: C:\WINDOWS\system32\wuaueng.dll 

  • ICal Server reacheable by the server but not by the clients

    Dear all,
    We've got an iCal Server running on Mac OS X Server 10.5.4. Suddenly (due to a power failure), the iCal Server stopped working. I checked the file /System/Library/LaunchDaemons/org.calendarserver.calendarserver.plist and Disabled was set to True, so I set it to False and I rebooted. Now, the iCal Server launches correctly and will work on the server itself, but not on the clients.
    The clients can't even reach http://iguane.local:8008/ (they can still reach the Apache web server).
    Any idea of how the access on the local network can be restored? I am not sure where to look and what's wrong.

    If you can't reach the server via Safari then there is some problem with the network setup on your server machine or with some device between the server and client.
    Can you stop then restart the calendar server and post the text from the error.log that appears when you restart? That should indicate which network interfaces are being bound to by the server - we should double-check that.

  • Templates updating on local server but not on remote in DW CS3

    I'm using Dreamweaver CS3 and am trying to update some templates.  At first, when I checked out the file on the remote server, made the change and saved, it asked me if I want to upload to all pages using that template.  I said yes, and it checked them out and applied them (it says).  I noticed that the files were only updated on the local server and not on the remote so I had to synchronize.  No problem there.
    However, now when I go and update templates and apply to all pages using that template, it checks them out, but when I go check them on the servers, none of the files on either the local or remote server are updated even though I verified that the template itself did update.
    I'm a self-taught newbie, so please forgive me if some of this sounds way less than techie.
    Thanks

    Updated child pages need to be uploaded  (put) to server

  • Managing Computers with 10.5 Server, but NOT managing Local accounts?

    I'll try my best to be clear here - I'm new to 10.5 Server and a functioning Open Directory environment! (formerly used 10.3 Server and never had the OD working).
    Environment:
    School (K-8), with old iMac G3's (10.3.9), eMacs (10.4.11) and a smattering of Mini's and iMacs (10.5.x).
    Server:
    10.5 Server, OpenDirectory and DNS appear to be working perfectly.
    User Accounts:
    Staff members have accounts for logging into sharepoints.
    No one (yet!) has server based home directories except a couple for testing.
    On each computer there is a "staff" account and a "student" account.
    These are LOCAL accounts, and do NOT have same-named accounts on the Server.
    I have bound client computers to the Server by OpenDirector
    dsconfigldap -v -f -a servername.domain.org -n configname -u diradmin -p adminpass
    Now comes the trouble;
    I have added the computers to the Workgroup Manager computers list.
    I have applied computer preference settings for the Energy Saver preferences ONLY. THey appear to have worked (managed computers slept/shut-down/started up according to the managed preference).
    NOW comes the real problem;
    The "staff" account on the managed computers is denying access to most applications on the computer!
    Note: this "Staff" account is local ONLY, and is NOT a server-hosted account.
    I have NOT tried to manage the computer preferences for applications on these computers.
    I can resolve the problem by unbinding the computer from the OD Server - but I'd prefer not to do that. I just got them all bound! And, it screws up my migration plan TOWARDS server-hosted home directories.
    I have tried managing application prefs for a COMPUTER, only to have both the STaff and Student account lose ALL of their local-only application managment settings (all of a sudden, Students can open terminal, grading programs, etc).
    I am obviously missing something!
    At this point, I'd like to back up... to NOT having my Server interfereing with the local accounts until I'm further along mapping out my migration from local-only accounts with file sharing access to Server hosted accounts and server managed preferences.
    (I will also admit I'm a bit confused about when to manage USER preferences, vs when to use managed COMPUTER preferences.).
    Tips appreciated!

    Your last question - using managed user vs. computer preferences got my attention. Mostly, I use Group managed preferences. I do use computer preferences for a laptop cart, other than that I use group preferences. Perhaps your situation calls for managing users, but using group preferences allows me to change the settings for a bunch of people all at once rather than changing settings for each user.
    In any event, check all the managed preferences for your computer level settings. And since you're using a 10.5 server, you have to check the settings for clients that are running 10.4 and earlier as well as the settings for 10.5 and later clients, as they are different.
    At the user level, if you have an OD account and a local account with the same name, the local account will determine what the user can do - I honestly don't know if managed computer prefs will override local settings, but you should look into it. This could be your problem.
    At the very least, you should avoid "testing" with systems that folks are using if you want to avoid the frustration that you are now encountering (speaking from experience i.e. similar mistakes, not preaching).

  • Mails phisically in the server but not appearing in webmail and reconstruct

    Hello:
    Solaris 10 8/07 s10x_u4wos_12b X86
    Sun Java System Messaging Server 6.3
    The user deleted every single mail from his mailboxes via webmail. Every folder appeared empty in the webmail, the inbox, recycle bean, sent mails... all of them (I checked it). However, it stated that the quota usage was 50%. That was because in the server there were 50 MB of .msg files, and the user's quota is 100 MB. I don't know why happened that, as far as I know, if the .msg files were expunged messages, they shouldn't count for the quota usage, is that right?
    Anyway, I removed the messages using rm, then imexpire and reconstruct -r user/username/INBOX. I sent two emails to the user with attached files, they were correctly received and the quota usage changed right (files size was 2 MB, so quota usage was 2%). I deleted the messages via webmail, I was able to see them in the server but did not appeared via webmail, and the quota was right, so everything seemed to be OK.
    The weird thing is:
    root@machine # reconstruct -n user/username/INBOX
    user/username/INBOX
    ERROR: Inconsistent information: 0 idx records 2 messages 3 expunged
    So, I run reconstruct -n user/username/INBOX, it finds the problem, it shows something like "reconstructing: OK", but if I run the reconstruct -n again, it still show the "Inconsistent information" error. ¿? What am I missing?
    Any help would be really appreciated. Thank you very much, and I apologize for my poor English.

    Sorry for the incomplete info:
    shjorth wrote:
    Deprecated wrote:
    Sun Java System Messaging Server 6.3What is the exact version (./imsimta version)?
    The user deleted every single mail from his mailboxes via webmail.Which webmail? UWC/CE or Messenger Express?
    Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)
    libimta.so 6.3-6.03 (built 17:07:13, Mar 14 2008; 32bit)
    SunOS mail1 5.10 Generic_137112-03 i86pc i386 i86pc
    Webmail is UWC.
    Every folder appeared empty in the webmail, the inbox, recycle bean, sent mails... all of them (I checked it). However, it stated that the quota usage was 50%.Where did it state the usage was 50% -- it may be you were seeing an old cached value?
    Did you verify this output with the output of mboxutil/imquotacheck for the account?
    The 50% quota usage was reported in UWC and also in the output of mboxutil.
    That was because in the server there were 50 MB of .msg files, and the user's quota is 100 MB. I don't know why happened that, as far as I know, if the .msg files were expunged messages, they shouldn't count for the quota usage, is that right?The ".msg" files are not removed from disk until the next imexpire run. If a message is expunged it won't count towards quota usage.
    Right, because of that I don't understand why there were ".msg" files in the disk that were not displayed in UWC, as they were expunged, but they did count towards quota usage.
    Anyway, I removed the messages using rm, then imexpire and reconstruct -r user/username/INBOX. I sent two emails to the user with attached files, they were correctly received and the quota usage changed right (files size was 2 MB, so quota usage was 2%). I deleted the messages via webmail, I was able to see them in the server but did not appeared via webmail, and the quota was right, so everything seemed to be OK.
    The weird thing is:
    root@machine # reconstruct -n user/username/INBOX
    user/username/INBOX
    ERROR: Inconsistent information: 0 idx records 2 messages 3 expunged
    So, I run reconstruct -n user/username/INBOX, it finds the problem, it shows something like "reconstructing: OK", but if I run the reconstruct -n again, it still show the "Inconsistent information" error. ¿? What am I missing?
    -n          : report basic errors found but try not to rebuild most folder files if possible
    (This may be used to catch errors before repair so they may be studied)If you run "reconstruct user/username/INBOX" was the mailbox fixed?Well, the mailbox is working fin, but I think that there's something that I'm misunderstanding. I'm really newbie in SJS Messaging Server. The -n flag is for report errors only, without performing any repair, isn't it?
    http://docs.sun.com/app/docs/doc/819-4429/acmeb?a=view :
    Checks the message store only, without performing a fix on the mailbox or mailboxesCommand help:
    -n          : report only, no repairAnd the -r is for recursively repaire the mailbox, right? So, if I run the reconstruct -n and it found a problem, then I run the reconstruct -r and it said that the reconstruction was OK... When I run the reconstruct -n again, why did it find an inconsistency again? I don't get it.
    Anyway, I don't see that problem now:
    root@machine # reconstruct -n user/username/INBOX
    username/INBOX
    >
    Regards,
    Shane.Thank you for your kind help.

  • Process exist in apps server but not in the database

    Hi all,
    10.2.0.3 2 node RAC AIX
    In our application server,topas command shows some PIDs consuming high CPU. But the PID when resolved to sid in the database,no rows are returned.
    Which means the process does not exist in the database.
    How can I know what the process is doing in application server as it has gone zombie now?
    Thanks

    Hi,
    There are some cases when a transparent table exists in the Data Dictionary but not in the database.
    1. You have just created the table and saved it. But you have not activated it.
    2. There's a large amount of data in your table and you have attempted to change the key fields of the table (e.g., you are trying to delete existing key fields). This action requires you to use the database utility. During this process, the table is first physically deleted from the database and a new table is created. In the meanwhile the data from the old table is stored in a temporary table. So while the database utility is performing this operation, the table does not exist in the database for some time.
    Hope this helps.
    Regards,
    Anand Mandalika.

  • Mp_statusreceiver directory over 50GB - MP has been removed from this server, but not completely?

    I had a server run out of disk space today.  Digging in, the ccm mp_statusreceiver directory had 650,000 files in it, over 50GB in size.  From what I understand, I think that folder is queuing up messages to go from a management point to the primary
    server, but the server in question had it's management point removed a couple of weeks ago.  It seems like it's still gathering data to send, but not sending it to the primary server, and filling up the drive.
    If that's the case, then it seems the management point didn't actually get removed from the server, even though it's no longer listed in the config manager console as a management point.  (The server still has a DP on it.)
    How can I clean up whatever remnants of the MP are installed on this server?

    Hi,
    Yes, you need a path for mp.msi. I saw that is located at C:\Program Files\Microsoft Configuration Manager\bin\X64.
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Connection Failed - The Server May Not Exist

    On two 10.4.7 machines, when I try to connect to a 10.3.9 machine, I get a message that the server may not exist. It was working fine last week, then all were shut down over the weekend.
    When I choose Network on the Desktop, the server shows up on the list as long as it's running, so the list of available servers recognizes it. Although I'm sure nothing was changed, I've checked and re-checked sharing and network settings on all three computers. IP addresses are correct and so are the names of the computers. I've run utilities on the 10.3.9 machine and one of the 10.4.7 machines. I've restarted every computer. The result remains the same.
    Any help would be appreciated.

    Only thing I can think of is that a setting did get changed or borked on the 10.3.9 machine.
    Appletalk is available in both OSes, but Tiger can no longer do AFP over Appletalk... think it just uses it for "Discovery", so I'm thinking the 10.3.9 machine is trying to communicate via Appletalk instead of TCP/IP.
    Have you tried from the Finder>CMDk>afp:// the actual IP of the other machine?

Maybe you are looking for

  • Basic Mail and DNS help

    I'm sorry to ask something that I'm sure has been dealt with many times. I've searched all around and found many threads that seem very close, but I guess there's some little difference that always ends up confusing me. I also get confused by what se

  • ORA-6512 when using Analyze in 9.2.0.7

    Good Day! Kindly Help I'm using 9.2.0.7 on Windows server 2003 SP1. Whenever I use the Analyze Wizard located on Oracle EM Console, just to compute statistics for a certain table, the ff is the query that is executed: begin dbms_stats.gather_table_st

  • Usage decision

    Dear All after GR inbound delivery material goes  to quality space and after cancel inbound delivery in VL09 material remove from quality space but in this time sign Q not remove in HUMO for handling unit .please guide me. best regards R.T

  • ME21N / MIGO screen settings

    Hi, In ME21N/22N, i want to make stock type Field (In PO Item detail>Delivery Tab) into display mode. In MIGO, i want to make stock type Field (In Item detail>Where Tab) into display mode. What are all the settings i need to do for that. Regards, Bas

  • Adobe X Pro install

    Hi. Due to a HDD issue I have just rebuilt my PC using Win7/64 (was using Win7/32) and am going through the list of reinstalls. I have CS5.5 Design Premium downloaded and written to DVD. It has been unpacked and I've gone through the install and ever