10.7.4 client mobile log in spinning on 10.6.8 server

Issue: 10.7.4 Client Macbook (Uni-body) When logging into mobile account "spinning beach ball / you can see desktop but no menu bar or dock"
Currently tired new Image pushed out through Deploy Studio. ( no resolve) **Also to note did not change any of the settings in System Prefs for image.
     -On this image I updated OSX 10.7.4 to current OS X updates as of 09-08-2012
Ideas: I thought that it could be the 10.6.8 server having issues with mobile sycning on a 10.7.4 Macbook (uni-body).
Also thinking it could be Filewave causing issue however everything with Macbook Pro 13" are mobile sycning normally no issues.
Same image on a imac 21" an you can log into the mobile account of the users mobile account normally.

Check the client and server log files for any relevent errors (Applications > Utilities > Console.app), and also confirm that DNS services are correct on both the server and the clients.
To verify DNS on the server, launch Applications > Utilities > Terminal.app and issue the (non-destructive) command:
sudo changeip -checkhostname
to confirm that the server's DNS settings are correct.

Similar Messages

  • ORA-16191: Primary log shipping client not logged on standby.

    Hi,
    Please help me in the following scenario. I have two nodes ASM1 & ASM2 with RHEL4 U5 OS. On node ASM1 there is database ORCL using ASM diskgroups DATA & RECOVER and archive location is on '+RECOVER/orcl/'. On ASM2 node, I have to configure STDBYORCL (standby) database using ASM. I have taken the copy of database ORCL via RMAN, as per maximum availability architecture.
    Then I have ftp'd all to ASM2 and put them on FS /u01/oradata. Have made all necessary changes in primary and standby database pfile and then perform the duplicate database for standby using RMAN in order to put the db files in desired diskgroups. I have mounted the standby database but unfortunately, log transport service is not working and archives are not getting shipped to standby host.
    Here are all configuration details.
    Primary database ORCL pfile:
    [oracle@asm dbs]$ more initorcl.ora
    stdbyorcl.__db_cache_size=251658240
    orcl.__db_cache_size=226492416
    stdbyorcl.__java_pool_size=4194304
    orcl.__java_pool_size=4194304
    stdbyorcl.__large_pool_size=4194304
    orcl.__large_pool_size=4194304
    stdbyorcl.__shared_pool_size=100663296
    orcl.__shared_pool_size=125829120
    stdbyorcl.__streams_pool_size=0
    orcl.__streams_pool_size=0
    *.audit_file_dest='/opt/oracle/admin/orcl/adump'
    *.background_dump_dest='/opt/oracle/admin/orcl/bdump'
    *.compatible='10.2.0.1.0'
    *.control_files='+DATA/orcl/controlfile/current.270.665007729','+RECOVER/orcl/controlfile/current.262.665007731'
    *.core_dump_dest='/opt/oracle/admin/orcl/cdump'
    *.db_block_size=8192
    *.db_create_file_dest='+DATA'
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_name='orcl'
    *.db_recovery_file_dest='+RECOVER'
    *.db_recovery_file_dest_size=3163553792
    *.db_unique_name=orcl
    *.fal_client=orcl
    *.fal_server=stdbyorcl
    *.instance_name='orcl'
    *.job_queue_processes=10
    *.log_archive_config='dg_config=(orcl,stdbyorcl)'
    *.log_archive_dest_1='LOCATION=USE_DB_RECOVERY_FILE_DEST'
    *.log_archive_dest_2='SERVICE=stdbyorcl'
    *.log_archive_dest_state_1='ENABLE'
    *.log_archive_dest_state_2='ENABLE'
    *.log_archive_format='%t_%s_%r.dbf'
    *.open_cursors=300
    *.pga_aggregate_target=121634816
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=364904448
    *.standby_file_management='AUTO'
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS'
    *.user_dump_dest='/opt/oracle/admin/orcl/udump'
    Standby database STDBYORCL pfile:
    [oracle@asm2 dbs]$ more initstdbyorcl.ora
    stdbyorcl.__db_cache_size=251658240
    stdbyorcl.__java_pool_size=4194304
    stdbyorcl.__large_pool_size=4194304
    stdbyorcl.__shared_pool_size=100663296
    stdbyorcl.__streams_pool_size=0
    *.audit_file_dest='/opt/oracle/admin/stdbyorcl/adump'
    *.background_dump_dest='/opt/oracle/admin/stdbyorcl/bdump'
    *.compatible='10.2.0.1.0'
    *.control_files='u01/oradata/stdbyorcl_control01.ctl'#Restore Controlfile
    *.core_dump_dest='/opt/oracle/admin/stdbyorcl/cdump'
    *.db_block_size=8192
    *.db_create_file_dest='/u01/oradata'
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_name='orcl'
    *.db_recovery_file_dest='+RECOVER'
    *.db_recovery_file_dest_size=3163553792
    *.db_unique_name=stdbyorcl
    *.fal_client=stdbyorcl
    *.fal_server=orcl
    *.instance_name='stdbyorcl'
    *.job_queue_processes=10
    *.log_archive_config='dg_config=(orcl,stdbyorcl)'
    *.log_archive_dest_1='LOCATION=USE_DB_RECOVERY_FILE_DEST'
    *.log_archive_dest_2='SERVICE=orcl'
    *.log_archive_dest_state_1='ENABLE'
    *.log_archive_dest_state_2='ENABLE'
    *.log_archive_format='%t_%s_%r.dbf'
    *.log_archive_start=TRUE
    *.open_cursors=300
    *.pga_aggregate_target=121634816
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=364904448
    *.standby_archive_dest='LOCATION=USE_DB_RECOVERY_FILE_DEST'
    *.standby_file_management='AUTO'
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS'
    *.user_dump_dest='/opt/oracle/admin/stdbyorcl/udump'
    db_file_name_convert=('+DATA/ORCL/DATAFILE','/u01/oradata','+RECOVER/ORCL/DATAFILE','/u01/oradata')
    log_file_name_convert=('+DATA/ORCL/ONLINELOG','/u01/oradata','+RECOVER/ORCL/ONLINELOG','/u01/oradata')
    Have configured the tns service on both the hosts and its working absolutely fine.
    <p>
    ASM1
    =====
    [oracle@asm dbs]$ tnsping stdbyorcl
    </p>
    <p>
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 19-SEP-2008 18:49:00
    </p>
    <p>
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    </p>
    <p>
    Used parameter files:
    </p>
    <p>
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.20.20)(PORT = 1521))) (CONNECT_DATA = (SID = stdbyorcl) (SERVER = DEDICATED)))
    OK (30 msec)
    ASM2
    =====
    </p>
    <p>
    [oracle@asm2 archive]$ tnsping orcl
    </p>
    <p>
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 19-SEP-2008 18:48:39
    </p>
    <p>
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    </p>
    <p>
    Used parameter files:
    </p>
    <p>
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.20.10)(PORT = 1521))) (CONNECT_DATA = (SID = orcl) (SERVER = DEDICATED)))
    OK (30 msec)
    Please guide where I am missing. Thanking you in anticipation.
    Regards,
    Ravish Garg

    Following are the errors I am receiving as per alert log.
    ORCL alert log:
    Thu Sep 25 17:49:14 2008
    ARCH: Possible network disconnect with primary database
    Thu Sep 25 17:49:14 2008
    Error 1031 received logging on to the standby
    Thu Sep 25 17:49:14 2008
    Errors in file /opt/oracle/admin/orcl/bdump/orcl_arc1_4825.trc:
    ORA-01031: insufficient privileges
    FAL[server, ARC1]: Error 1031 creating remote archivelog file 'STDBYORCL'
    FAL[server, ARC1]: FAL archive failed, see trace file.
    Thu Sep 25 17:49:14 2008
    Errors in file /opt/oracle/admin/orcl/bdump/orcl_arc1_4825.trc:
    ORA-16055: FAL request rejected
    ARCH: FAL archive failed. Archiver continuing
    Thu Sep 25 17:49:14 2008
    ORACLE Instance orcl - Archival Error. Archiver continuing.
    Thu Sep 25 17:49:44 2008
    FAL[server]: Fail to queue the whole FAL gap
    GAP - thread 1 sequence 40-40
    DBID 1192788465 branch 665007733
    Thu Sep 25 17:49:46 2008
    Thread 1 advanced to log sequence 48
    Current log# 2 seq# 48 mem# 0: +DATA/orcl/onlinelog/group_2.272.665007735
    Current log# 2 seq# 48 mem# 1: +RECOVER/orcl/onlinelog/group_2.264.665007737
    Thu Sep 25 17:55:43 2008
    Shutting down archive processes
    Thu Sep 25 17:55:48 2008
    ARCH shutting down
    ARC2: Archival stopped
    STDBYORCL alert log:
    ==============
    Thu Sep 25 17:49:27 2008
    Errors in file /opt/oracle/admin/stdbyorcl/bdump/stdbyorcl_arc0_4813.trc:
    ORA-01017: invalid username/password; logon denied
    Thu Sep 25 17:49:27 2008
    Error 1017 received logging on to the standby
    Check that the primary and standby are using a password file
    and remote_login_passwordfile is set to SHARED or EXCLUSIVE,
    and that the SYS password is same in the password files.
    returning error ORA-16191
    It may be necessary to define the DB_ALLOWED_LOGON_VERSION
    initialization parameter to the value "10". Check the
    manual for information on this initialization parameter.
    Thu Sep 25 17:49:27 2008
    Errors in file /opt/oracle/admin/stdbyorcl/bdump/stdbyorcl_arc0_4813.trc:
    ORA-16191: Primary log shipping client not logged on standby
    PING[ARC0]: Heartbeat failed to connect to standby 'orcl'. Error is 16191.
    Thu Sep 25 17:51:38 2008
    FAL[client]: Failed to request gap sequence
    GAP - thread 1 sequence 40-40
    DBID 1192788465 branch 665007733
    FAL[client]: All defined FAL servers have been attempted.
    Check that the CONTROL_FILE_RECORD_KEEP_TIME initialization
    parameter is defined to a value that is sufficiently large
    enough to maintain adequate log switch information to resolve
    archivelog gaps.
    Thu Sep 25 17:55:16 2008
    Errors in file /opt/oracle/admin/stdbyorcl/bdump/stdbyorcl_arc0_4813.trc:
    ORA-01017: invalid username/password; logon denied
    Thu Sep 25 17:55:16 2008
    Error 1017 received logging on to the standby
    Check that the primary and standby are using a password file
    and remote_login_passwordfile is set to SHARED or EXCLUSIVE,
    and that the SYS password is same in the password files.
    returning error ORA-16191
    It may be necessary to define the DB_ALLOWED_LOGON_VERSION
    initialization parameter to the value "10". Check the
    manual for information on this initialization parameter.
    Thu Sep 25 17:55:16 2008
    Errors in file /opt/oracle/admin/stdbyorcl/bdump/stdbyorcl_arc0_4813.trc:
    ORA-16191: Primary log shipping client not logged on standby
    PING[ARC0]: Heartbeat failed to connect to standby 'orcl'. Error is 16191.
    Please suggest where I am missing.
    Regards,
    Ravish Garg

  • RPC Client Access Logs - Throttling Policy

    Trying to get useful information on who is being throttled by a specific policy.
    Created the policy: New-ThrottlingPolicy -Name LimitMessagesSent -RecipientRateLimit 5 -ThrottlingPolicyScope Organization
    Enabled RPC Client access logging: <add key="LoggingTag" value="ConnectDisconnect, Logon, Failures, ApplicationData, Warnings, Throttling" /> and bounced the service.
    Forced the throttling by sending many emails.
    Opened the log and found this:
    2014-07-23T21:24:28.820Z,40,1,/o=Exch/ou=Monitoring Mailboxes/cn=Recipients/cn=HealthMailbox872ac0efb9c44ddf9d0d1d4f0e4dbb55,,Microsoft.Exchange.RpcClientAccess.Monitoring.dll,15.0.0.0,Cached,,,,ncacn_http,Client=Microsoft.Exchange.RpcClientAccess.Monitoring,,,,,00:00:00.0160000,"BS=Owner:Sid~CAMPUS\SM_6f8aaf3f77f94192a~Rca~false,Conn:1,MaxConn:40,MaxBurst:150000,Balance:149988.3,Cutoff:Unlimited,RechargeRate:900000,Policy:LimitMessagesSent,IsServiceAccount:False,LiveTime:00:02:00.0650494",,,
    Makes no mention of the user that was throttled. How can I troubleshoot if I cannot see the user in the logs?
    Thanks.

    Hi 
    We need to assign this newly created throttling policy to the end users else it will not be effective.
    The below commands will help you out.
    Use below command to assign this newly created throttling policy to the user
    Set-Mailbox MBXName -ThrottlingPolicy LimitMessagesSent 
    Run the below command to ensure that the throttling policy is assigned 
    Get-Mailbox MBXName | Select Throttling Policy
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts on http://exchangequery.com

  • SCEP Client Activity Logs Files - Retention Policy?

    In SCEP 2012....
    1. Where are client activity log files stored?  
    2. What is the default retention policy?  
    I remember with FCS, I think the historical data was stored for 14 months (by default).  Is that the same for SCEP?
    Andrew Marcos

    Logs are in c:\program data\Microsoft\Microsoft Antimalware\Support.
    Not sure on retention as I am working in non-persistent VDI's that get their logs reset after a log off!
    Cheers
    Paul | sccmentor.wordpress.com

  • Client Export Log too big

    Hi all,
    in the client export log I found many of these string for different tables:
    4 ETW000 AGR_HIER.X_POS: NUMC value changed from '     ' to '00000'
    and the log size is about 2,5 GB.
    What I have done to solve the problem??
    Thanks in advanced
    M.

    The size of client export is about 12,5GB.
    The problem is that in the log file of the export is too big because there are many string for different tables that contains this message:
    4 ETW000 CEFORMS.FLEVEL: NUMC value changed from ' ' to '0'
    4 ETW000 CEFORMS.NUMBR: NUMC value changed from '   ' to '000'
    4 ETW000 CEFORMS.FLEVEL: NUMC value changed from ' ' to '0'
    4 ETW000 CEFORMS.NUMBR: NUMC value changed from '   ' to '000'
    4 ETW000 CEFORMS.FLEVEL: NUMC value changed from ' ' to '0'
    4 ETW000 CEFORMS.NUMBR: NUMC value changed from '   ' to '000'
    4 ETW000 CEFORMS.FLEVEL: NUMC value changed from ' ' to '0'
    4 ETW000 CEFORMS.NUMBR: NUMC value changed from '   ' to '000'
    4 ETW000 CEFORMS.FLEVEL: NUMC value changed from ' ' to '0'
    4 ETW000 CEPRINT.COLOR: NUMC value changed from '  ' to '00'
    4 ETW000 CEPRINT.FROW: NUMC value changed from '    ' to '0000'
    4 ETW000 CEPRINT.SFTCT: NUMC value changed from '  ' to '00'
    4 ETW000 CEPRINT.COLOR: NUMC value changed from '  ' to '00'
    4 ETW000 CEPRINT.FROW: NUMC value changed from '    ' to '0000'
    4 ETW000 CEPRINT.SFTCT: NUMC value changed from '  ' to '00'
    4 ETW000 CEPRINT.COLOR: NUMC value changed from '  ' to '00'
    4 ETW000 CEPRINT.FROW: NUMC value changed from '    ' to '0000'
    4 ETW000 CEPRINT.SFTCT: NUMC value changed from '  ' to '00'
    4 ETW000 CEPRINT.COLOR: NUMC value changed from '  ' to '00'
    and if I don't delete the log file in /usr/sap/trans/log this file system will be full (This is the real problem)
    I don't understand why I find so many entry (NUMC change from ' ' to '00') for the same tables in the log file.
    Thanks
    M.

  • Client call logging

    I am trying to redirect the client call logging to a file, does anyone know what form the .properties file should take?
    This is what I have currently:
    java.util.logging.FileHandler.level=FINER
    java.util.logging.FileHandler.directory=C:\logs
    java.util.logging.FileHandler.prefix=rmi-client-calls
    java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter
    sun.rmi.client.call.handlers=java.util.logging.FileHandler
    sun.rmi.client.call.level=FINER

    Did you use -Dsun.rmi.client.logCalls="true" ?

  • Endpoint Protection Client Activity Log

    Hello
    I'd like to know how long SCCM 2012 keep the Endpoint protection client activity logs (logs of scan,detection, quarantine..etc) and if i can change it?
    thanx 

    HI,
    Endpoint Protection history data is deleted after 365 days, it can be controlled in the Site Maintenance task "Endpoint Protection is Delete Aged Endpoint Protection Health Status History Data"
    There is also a setting for "Delete Aged Threat Data" which is set to 30 days. It depends on which level of details you are after but it sounds like you should increase the "Delete Aged Threat Data"
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Log in with AFP brings down Leopard Server

    Hello everyone. I'm not really sure what the problem is here so I'll do my best to explain how I got here. The problem is that when I accessed an afp share with the Finder, it made the entire server unresponsive for at least 10 minutes.
    Our server is located in a datacenter outside of our office. We have multiple offices and have mobile users, so we chose to colocate it elsewhere. We haven't configured any client machines to use Kerberos or anything like that. I've just enabled a handful of services and we're going to log into them normally. I created all of the users in the Workgroup Manager and discovered that unless their machines are set up to authenticate against Open Directory at login, there's not really a good way to change the password. But even trying to dig deeper I was stumped- I created a test user and added the Open Directory server via Directory Utility to a spare machine. I was able to log into this machine with the account information on the Leopard Server and it was extremely slow because it was not a Mobile account. After configuring the Mobile account, I tried to change the password in system preferences but I would get an error. I found the option in WGM to change the password at the next log on but I was never prompted to change when I logged in. I moved onto another project and left it for later.
    The other day I connected to an AFP share in the Finder as the test user and I was prompted to change my password! I figured this would be the best way to have users set their password: enable the change password at next login option and have everyone use AFP once to change their passwords before using other Leopard services. So I selected 17 users and applied that setting and saved it. Now, here's where the huge problem lies. Three times now I have logged in and gotten an error about the username or password being incorrect and then after entering it a second time the entire server becomes unresponsive for at least 10 minutes. Here's the error in /var/log/secure.log (tubes is the name of the server)
    Jul 10 15:05:51 tubes /usr/sbin/PasswordService[11150]: client response doesn't match what we generated
    Jul 10 15:06:21: --- last message repeated 1 time ---
    I couldn't access any services during this time; web, iCal server, Server Admin, Workgroup Manager, ssh. It wouldn't even respond to ping. The next time I was able to get in was 15 minutes later via ssh...
    Jul 10 15:32:00 tubes sshd[11245]: /etc/sshd_config line 70: Unsupported option KerberosGetAFSToken
    Jul 10 15:32:01 tubes sshd[11245]: Accepted publickey for alan from 66.92.171.175 port 51427 ssh2
    It didn't freeze immediately any time except the last time. The first time I had successfully changed the test user's password, ejected the share, and logged back in. Then I tried as another user and it froze. The second time I tried another real user, got the change password prompt, hit cancel, selected yet another user, and it froze. The third time I went to another machine, one without the server added in Directory Utility, and yet another user still, tried to log in and it froze the system immediately. Each time it froze we were first told the username or password was incorrect.
    If this adds anything to helping solve the problem, we have what I have considered a separate issue, sshd contantly pegs the processor. While there are multiple sshd threads, at least one almost always looks like this
    10649 sshd 99.4% 75:29.45 1 19 51 36K 924K 1492K 21M
    Restarting sshd does not seem to help, it's almost always runs at a very high percentange. It's a dual proc system so it really measures around 48% total, but that's still way too high. Could this be related? I had the network admin force quit sshd the first two times the server became unresponsive but it still took several minutes until I could log in, which hints that they aren't related. I'm having a difficult time finding the sshd logs in Leopard to look them up.
    Here is some more information to hopefully help. From the AFP Access log, the third time, the user brians logged in and it looks like was immediately kicked out for whatever reason. The first time he used his full name and then the second time I had him try his short name. (I'm changing the IP here) The times don't match the secure.log file strangely, but these are in fact the actual times.
    IP 11.22.333.444 - - [10/Jul/2008:15:05:51 -0500] "Login Brian Smith" -5023 0 0
    IP 11.22.333.444 - - [10/Jul/2008:15:05:51 -0500] "Logout Brian Smith" -5023 0 0
    IP 11.22.333.444 - - [10/Jul/2008:15:06:04 -0500] "Login brians" -5023 0 0
    IP 11.22.333.444 - - [10/Jul/2008:15:06:04 -0500] "Logout brians" -5023 0 0
    The AFP Error log only has a single notification, and it's from several days ago saying "server shut down." The Directory Services Server log has no entries for today and neither does the Error log. The Password Service Server log has some interesting information. A user named rose is running iCal Server is the log says that the password needs to be changed, which follows the policy I set, but of course iCal doesn't prompt you to change it.
    Jul 10 2008 16:01:55 AUTH2: {0x484d6d124c59d5b30000000800000008, rose} password change required.
    Jul 10 2008 16:01:55 AUTH2: {0x484d6d124c59d5b30000000800000008, rose} password change required.
    Jul 10 2008 16:01:55 AUTH2: {0x484d6d124c59d5b30000000800000008, rose} password change required.
    The Password Service Error log has errors on different times than my problems. It's all the same error, registration is finished error, but are likely unrelated. Also, if it helps, we're running in the Advanced configuration of Leopard Server.
    I hope this isn't too long of a message, I tried to provide all the details as I am desperate to get a solution. I just need to find a way for users to change their passwords before I roll this out to everyone, and I was hoping the prompt when connecting to AFP was what I needed, but now the system is showing itself to be unstable. Any and all help would be highly appreciated.

    I had disabled ssh, thinking that maybe the high proc usage was making the system unstable. I successfully changed the password via AFP twice for one user on my machine. I had someone else do it and it immediately brought down the server. Same thing... I'm really at a loss as to what to do, can someone provide some insight? What logs can I look at for more information? Is there anyway to tell what's happening on the machine during these 10 minutes? The logs I've looked at show nothing.

  • Provider client software has not been properly installed on this server

    Hi All,
    I am in a process of setting up the DR for the SAP R/3 4.7 system, which is on Windows and SQL 2000 SP3.
    While installing the SPA on the DR Server, i am facing the below attached problem in the DB Instance installation. the CI Installation goes through fine. but it stop in the Database Load section. with the screen showing Running 3 and waiting 0.
    Details:
    E:\usr\sap\GRP\SYS\exe\run/R3load.exe: START OF LOG: 20080220124003
    E:\usr\sap\GRP\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    E:\usr\sap\GRP\SYS\exe\run/R3load.exe: version R6.20/V1.2
    E:\usr\sap\GRP\SYS\exe\run/R3load.exe -ctf I I:\EXPORT6/DATA/SAPAPPL0.STR I:\EXPORT6/DB/DDLMSS.TPL C:\SAPinst MSSQL SAPINST/SAPAPPL0.TSK MSS -l C:\SAPinst MSSQL SAPINST/SAPAPPL0.log
    E:\usr\sap\GRP\SYS\exe\run/R3load.exe: job completed
    E:\usr\sap\GRP\SYS\exe\run/R3load.exe: END OF LOG: 20080220124003
    E:\usr\sap\GRP\SYS\exe\run/R3load.exe: START OF LOG: 20080220124039
    E:\usr\sap\GRP\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    E:\usr\sap\GRP\SYS\exe\run/R3load.exe: version R6.20/V1.2
    E:\usr\sap\GRP\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\SAPinst MSSQL SAPINST/SAPAPPL0.cmd -l C:\SAPinst MSSQL SAPINST/SAPAPPL0.log -loadprocedure fast
    DbSl Trace: OpenOledbConnection : CoCreateInstance failed. rc: REGDB_E_CLASSNOTREG.
    DbSl Trace: OpenOledbConnection : Provider client software has not been properly installed on this server.
    DbSl Trace: OpenOledbConnection : CoCreateInstance failed. rc: REGDB_E_CLASSNOTREG.
    DbSl Trace: OpenOledbConnection : Provider client software has not been properly installed on this server.
    DbSl Trace: OpenOledbConnection : CoCreateInstance failed. rc: REGDB_E_CLASSNOTREG.
    DbSl Trace: OpenOledbConnection : Provider client software has not been properly installed on this server.
    DbSl Trace: failed to establish conn. 0
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: OpenOledbConnection : CoCreateInstance failed. rc: REGDB_E_CLASSNOTREG.
    DbSl Trace: OpenOledbConnection : Provider client software has not been properly installed on this server.
    DbSl Trace: OpenOledbConnection : CoCreateInstance failed. rc: REGDB_E_CLASSNOTREG.
    DbSl Trace: OpenOledbConnection : Provider client software has not been properly installed on this server.
    DbSl Trace: OpenOledbConnection : CoCreateInstance failed. rc: REGDB_E_CLASSNOTREG.
    DbSl Trace: OpenOledbConnection : Provider client software has not been properly installed on this server.
    DbSl Trace: failed to establish conn. 0
    (DB) ERROR: DbSlErrorMsg rc = 29
    E:\usr\sap\GRP\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    E:\usr\sap\GRP\SYS\exe\run/R3load.exe: END OF LOG: 20080220124040
    The same error come in a lot of other scripts of DB Load.
    I have installed the SQL Server 2000 SP3 with Hot fix 929.
    Could some one help me to get the same fixed
    Thanks a lot in advance.
    Best Regards
    Mahendra K
    +91 9867183370

    I have this problem too on an ASUS windows 8.1 PC.
    Since installing itunes 11.1.5
    Problem seems to be that the AMDS Apple Mobile Device Support does not install.
    I also tried all options on this forum....
    Who can help???
    Thnx
    Oscar

  • After connecting the clients to start video chat using RTMFP , Can the server finish the video chat

    After connecting the clients to start video chat using RTMFP , Can the server finish the video chat between clients regardless of clients' will ?

    Hi,
    I looked on this site http://portforward.com/routers.htm
    It lists many routing devices both modems and routers.
    I did not see the Surfboard you listed but that does not mean it does not route (It just means it is not in the list)
    Your computer is getting the IP 192.168.1.3 which means a device somewhere between you and the internet is routing.
    Most likely in System Preferences > Network for the connection method you are using you can see a "Router IP" (192.168.1.1 is most likely based on the IP you get)
    Type this into to your Web Browser like you would Apple.com
    You should get a Pop Up.
    Hopefully it will tell what device you are now trying to Log in to.
    This info may help in looking in the Port Forward list.
    If not check all the Motorola devices listed and then iChat in the Next page.
    The third page from the Link page I gave you will detail the default access info (IP and User ID and Password) for each device you visit.
    You may find that there is a common User ID and password across the various devices and this may work for you.
    At Random this one says admin and motorola as the User ID and Password. (others may say different)
    Don't worry about the fact it says to set a Static IP at this stage Or the Port Forwarding info further down each page.
    You will hopefully be now looking at the web pages stored on the modem.
    They work like any other web pages with menu items and links to other pages.
    Search all the menu items and link to see if the device has UPnP
    It tends to be in different places on different routing devices but try Advanced or Admin as well as anything to to do with opening ports.
    A Status page like the first pic on the second link page I listed may well tell you if it has UPnP enable or not (but this is not always the case)
    Tell us what you find out or if you have some other routing device in between you and the Motorola Surfboard.
    10:56 PM Monday; January 19, 2009

  • A client is trying to write pdfs to a remote server from Central

    A client is trying to write pdfs to a remote server from Central, they can send a dat files from the remote server to Central and they can copy files from the Central Server in Windows Explorer and from a Command prompt, the folder is set to users everyone, read, write, etc. Central gives the cannot find output device in log. Central is installed with a local user ID and local host. Any ideas I am not finding anything on this on devnet forums I am going to check JetForm Alumni next. Thanks. I think it has something to do with the Central account and password but I don't know what to do.

    It sounds like the account used to run Central does not have rights to access that remote server/directory.
    Try changing the Central user account to use a more privileged account - normally a network account would be used to allow access to all resources across the enterprise - printers and file shares.

  • The client timed out waiting to connect to the Essbase Server using TCP/IP

    Hi,All
    When I deploy the HPCM application to essbase, i received the following message below in the log file hpm.log
    2009-02-20 13:34:50,389 [Thread-115] ERROR com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator: error setting measures dimension member properties
    com.hyperion.profitability.data.mdb.essbase.MDBException: Error setting member property share option to store_data for member: D0900SB
         at com.hyperion.profitability.data.mdb.essbase.MDBMember.setShareOption(MDBMember.java:413)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.setMemberProperties(CubeGenerator.java:1232)
    Caused by: com.essbase.api.base.EssException: (1290001): Network Error [10061]: Unable To Connect To [hypeion:32776]. The client timed out waiting to connect to the Essbase Server using TCP/IP. Check your network connections. Also please make sure that Server and Port values are correct
         at com.essbase.server.framework.EssOrbPluginDirect.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.ex_olap(Unknown Source)
    And the Essbase service is up.
    Pls help!
    Shen.

    If you are installing on Windows, there is a limitation in the default configuration of TCPIP. I wrote about it, and included the steps to fix it, on my blog at http://timtows-hyperion-blog.blogspot.com/2007/12/essbase-api-error-fix-geeky.html.
    Note the error number you reported is slightly different than what I write about in the blog, but I believe I have seen this error fixed by the blog steps..
    Tim Tow
    Applied OLAP, Inc

  • I have just upgraded from an iPhone 3Gs to an iPhone 5. I am trying to transfer all my content via icloud but having problems logging in - it keeps telling me the server is not responding. Nano sim hasn't yet been registered - does this affect things?

    i have just upgraded from an iPhone 3Gs to an iPhone 5. I am trying to transfer all my content via icloud but having problems logging in - it keeps telling me the server is not responding. Nano sim hasn't yet been registered - does this affect things?

    Have you activated your phone with your carrier yet?

  • 10.3.9 clients not working with 10.4.9 open directory server

    I have a 10.4.9 server running open directory and managing about 20 10.4.9 clients. I am trying to have it manage our remaining 10.3.9 clients, but for whatever reason, I cannot seem to get the 10.3 clients to "attach" to the server.
    I have the 10.3 clients set up in a computer list on the server, and in directory access I have it set to "get ldap mappings from server". At one point, it was suggested to me that I have the clients "get ldap mappings from open directory server". I tried this, and manually set the search base suffix. My search base suffix was "dc=example,dc=local". I even tried doing "cn=config,dc=example,dc=local" (where in both cases example.local was replaced with my real DNS name). Any suggestions on what else I could try to get this to work?

    That's the odd thing though. I've done this with 10.4 no problem. Settings always worked. For some reason though, even though the clients are able to login using a network user, none of the preference settings sync.
    For example - I always put a loginwindow message on as a sort of "test" to see if preferences are being set. If that works, then I rarely have a problem. No matter what I do, though, I cannot get the loginwindow message to display on the 10.3 clients. It works really well on 10.4, but not at all on 10.3. I've tried this on multiple 10.3 machines, as well, (and they're both based on different system images) but it still doesn't work. When I get back to work on Friday, I'll have to see if preferences will work for network users; that's the one thing I haven't tried.
    Other than dumping the directoryaccess preferences, is there another preference setting that could be dumped on the client that may make it grab prefs from the server?

  • Can't get mobile device to auto configure the active sync server

    Hello
    I am trying to get my costumer mobile devices to auto configure the active sync server name so they don't have to type it in. I believe I have everything in place Certificates are fine. I populated the external url on the active sync
    object in Exchange.
    DNS is set up correct. I ran the Exchange Connectivity Analyzer and it runs perfectly. The only test step if fails on is the first attempt to contact the autodiscover service using just the domain name and that is because we have a
    record in DNS so our domain name points to our public web server but all the other tests run fine. At the end, it even displays the xml file contents and shows me the external url of the active sync object.
    I get a successful run but it first shows SSL certifiate of our public Web site and then hangs on the server config and then prompts me to enter in the server name and domain. My external url in Exchange looks like this:
    https://remote.domain.com/Microsoft-Server-ActiveSync
    Any Help??
    Eddie

    Thank you for replaying but there is already internal A record that points to Exchange server. Firewall, DNS external and internal are setup like this:
    Firewall:
    Port 443 and 25 points to Internal IP of our Exchange 2013 (only mail server in company).
    Port 80 not open.
    External DNS records:
    autodiscover.mydomain.com à points to our WAN IP
    remote.mydomain.com à points to our WAN IP
    mydomain.com à points to external online webhosting
    Internal DNS records:
    autodiscover.mydomain.com à points to ours Exchange 2013 internal IP
    Remote.mydomain.com à points to ours Exchange 2013 internal IP
    mydomain.com à points to external online webhosting
    Test form "ExchangeConnectivityTest.com" is Successful but with warnings.
    Warnings are about https://mydomain.com/AutoDiscover/AutoDiscover.XML
    because
    https://mydomain.com is
    pointing to website, which is hosted externally.
    Eddie

Maybe you are looking for

  • User Exit or BADI for IW31 when Saving the Service Order

    Dear ABAPers,         I would like to add one more line in Service order item when saving the Service order in (IW31) at runtime.Is there User Exit or BAdI.It is very Urgent Please help me. Thanks & Regards, Ashok.

  • External Hard Drive is not responding

    I started to notice this in the last couple days that my external hard drive is not responding to my imac. I could browse the hard drive, but I would not be able to open any file. And, any application that tries to open file from the drive would fail

  • Urgent-how to access custom tag from jsp tag

    I have a problem accessing a custom tag from a jsp expression. Details: I have a custom tag that returns a string variable. I need to access that variable from jsp expression <%%>. Can any body help me?

  • Send mail with picture in mail body

    Hi Experts, How to send mail with picture in mail body area? ( Note : not as an attachment. ) Eg: ......Header image.....  <<------ I want to insert image here Dear user, You have received a notification. ..... Footer image .....   <<------ I want to

  • Change the description of condition type

    Hi, How can i change the description of condition type?? Regards, Kalpesh