Create a new login in linked server

Hello,
I have 2 SQL servers that are linked. I can use this query to select some values from remote DB:
exec sp_addlinkedserver
@server=N'WinServer',
@srvproduct=N'',
@provider=N'SQLNCLI',
@datasrc=N'10.3.0.217';
GO
exec sp_addlinkedsrvlogin
@rmtsrvname='WinServer',
@useself='false',
@locallogin=NULL,
@rmtuser='sa',
@rmtpassword='123456';
GO
exec sp_testlinkedserver N'WinServer';
select * from [WinServer].[MyDB].[dbo].[MyTable];
But I want to create a new login on remote computer as below but it doesn't work:
exec sp_testlinkedserver N'WinServer';
-- use [WinServer].[MyDB].[dbo].[master];
exec sp_grantlogin 'INTERNET\Domain Admins'
How can I change authentication (add user) remotely without using "sqlcmd -S ... -U ... -P ... -q ...". Because my DB users will use this link object but they will not have  sa's password of remote computer.
Thanks.

Typo: Not AS, it should be AT
EXEC ('CREATE LOGIN [INTERNET\Domain Admins]') AT Link

Similar Messages

  • To create a new file in application server and transfer data to ti

    i am doing the following where i have to create a new file in application server and transfer data to tht file from an internal table.but its saying file cant be opened.the path i am giving to parameter p_prefil is /tmp/prachi.txt.
    wats the prob..can anyone help.
    DATA:L_WA_FINAL TYPE TY_FINAL,
         l_wa_string type string.
    OPEN DATASET P_PREFIL FOR OUTPUT IN text mode encoding default.
    if sy-subrc <> 0.
    write: ' file cannot be opened'.
    stop.
    endif.
    LOOP AT P_I_FINAL INTO L_WA_FINAL.
    move l_wa_final to l_wa_string.
    TRANSFER l_wa_string TO P_PREFIL.
    if sy-subrc <> 0.
    write: 'file can not be written'.
    stop.
    endif.
    clear l_wa_final.
    ENDLOOP.
    CLOSE DATASET P_PREFIL.
    if sy-subrc <> 0.
    write: ' file cannot be closed'.
    stop.
    endif.

    DATA:L_WA_FINAL TYPE TY_FINAL,
    l_wa_string type string.
    OPEN DATASET P_PREFIL FOR OUTPUT IN text mode encoding default.
    if sy-subrc ne 0.
    write: ' file cannot be opened'.
    stop.
    endif.
    LOOP AT P_I_FINAL INTO L_WA_FINAL.
    move l_wa_final to l_wa_string.
    TRANSFER l_wa_string TO P_PREFIL.
    write: 'file can not be written'.
    clear l_wa_final.
    ENDLOOP.
    CLOSE DATASET P_PREFIL.
    if sy-subrc ne  0.
    write: ' file cannot be closed'.
    stop.
    endif.

  • PS2013 - When creating a new instance of Project Server hangs in 'Waiting for resources' status

    Hi,
    I have one instance of Project Server 2013 fully operational and I tried to duplicate the instance to make some tests. As I know the issue of using the same Content Database of Project Server in the same Server Farm, I used the powershell  backup/restore/dismount
    and mount the content database to change the site IDs to avoid index duplication. The Project server database was a regular SQL backup and restore in another database.
    I created a new Web App in the port 90 as show below.
    Then I included the Content database of Project Server as separated DB from SharePoint for this new SharePoint -acme90 and I tried to create the new instance. The creation hanged in "Waiting for Resources" status.
    To make another check excluding the reuse of the SharePoint-80 I tried to create another instance both in the SharePoint-80 where is the working instance and in the SharePoint-90, everything default and again they all hanged in Waiting for Resource.
    If I try to create the instance using PowerShell I got the following error:
    PS C:\Users\epm_setup> Mount-SPProjectWebInstance -DatabaseName Test_EPM -SiteCo
    llection http://acme02/epm -Lcid 1046
    Mount-SPProjectWebInstance : Cannot find an SPSite object with Id or Url:
    http://acme02/epm.
    At line:1 char:1
    + Mount-SPProjectWebInstance -DatabaseName Test_EPM -SiteCollection
    http://acme02/ ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~
        + CategoryInfo          : InvalidData: (Microsoft.Offic...ountPwaInstance:
       PSCmdletMountPwaInstance) [Mount-SPProjectWebInstance], SPCmdletPipeBindEx
      ception
        + FullyQualifiedErrorId : Microsoft.Office.Project.Server.Cmdlet.PSCmdletM
       ountPwaInstance
    All SharePoint and Project Server services are running, all App Pools and sites are started at the IIS. I could not find a hanging timer job.
    I cannot stop the hanged process or dismount the instances using Powershell since no instance created.
    How should I solve the hanging status of creation of the instance? As they are in Hyper-V I can go back using one snapshot.
    Thank you.
    Best regards, Ricardo Segawa - Segawas Projetos / Microsoft Partner

    Hi Eric,
    Thank your for your interest in this case.
    I checked for running and crashed PWA jobs and deleted all of them just after restoring the snapshot and tried to create the new instance in the new web app in port 90 (besides the existing and working instance in port 80), but again it hanged in "waiting
    for resources". There is not any timer job hanging, no error in event viewer or in log. So the error is well before working with cloned dbs.
    Answering your questiion, I am working all on 2013. My intention is backup one instance of the port 80 and copy to the instance of port 90, changing of course the url and the index of the content db of SharePoint. The process I used was:
    Create a new web app in port 90, creating a new SharePoint_Content_2 on a
    http://server:90 site.
    Created the top level site called Portal using the Team Site template.
    Create a new content db for new instance of Project Server named EPM_Content_2 using Central Admin.
    Backup content db from port 80 instance of Project Server and restore to this EPM_content_2 using PowerShell cmd.
    Dismounted and mounted this Project Server content db to create new index for existing sites to avoid index conflicts.
    Backup the Project Server DB from port 80 using SQL backup and restored as ProjectWebApp2 db for port 90 instance.
    Tried to create a new instance of Project Server
    http://server:90/pwa on web app of port 90 using the ProjectWebApp2 db and using the same app pool of the other instance. But as in the previous case, it hang out in "Waiting for resources".
    Best regards, Ricardo Segawa - Segawas Projetos / Microsoft Partner

  • New Login in sql server

    Hi,
       When I'm adding new login in SQL server it searches and gives the available AD groups in my domain in the Checknames box. Anyone knows what is the SP called when it searches the Group names from the domain?

    If you want to know what commands SSMS are emitting to SQL Server, you can use Profiler to find out.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Cannot create a new login in portal

    Dear Experts,
    After the installation of portal, i was not able to login with j2ee_admin, i logged in with administrator, But i cannot create a new user as shown in the below screen.

    Dear Divayanshu,
    From the said note everything is correct.
    trace:
    trc file: "dev_server0", trc level: 1, release: "720"
    sysno      03
    sid        JDT
    systemid   562 (PC with Windows NT)
    relno      7200
    patchlevel 0
    patchno    63
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    profile    \\AWQAFIDES-HQ\sapmnt\JDT\SYS\profile\JDT_J03_AWQAFIDES-HQ
    pid        3288
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      All, egi
    Wed Aug 13 10:49:04 2014
    *  trace logging activated, max size = 52428800 bytes, 2 versions
    arguments :
      arg[ 0] : E:\usr\sap\JDT\J03\exe\jstart.EXE
      arg[ 1] : -appTrc
      arg[ 2] : -nodeId=2
      arg[ 3] : pf=\\AWQAFIDES-HQ\sapmnt\JDT\SYS\profile\JDT_J03_AWQAFIDES-HQ
      arg[ 4] : -DSAPINFO=JDT_03_server0
      arg[ 5] : -hostvm
      arg[ 6] : -nodeName=ID31923250
      arg[ 7] : -file=E:\usr\sap\JDT\J03\j2ee\cluster\instance.properties
      arg[ 8] : -jvmFile=E:\usr\sap\JDT\J03\work\jstart.jvm
      arg[ 9] : -traceFile=E:\usr\sap\JDT\J03\work\dev_server0
      arg[10] : -javaOutFile=E:\usr\sap\JDT\J03\work\jvm_server0.out

    F Wed Aug 13 10:49:04 2014
    F  ********************************************************************************
    F  Java environment properties
    F    root directory    : E:\usr\sap\JDT\J03\exe\sapjvm_6
    F    vendor            : SAP AG
    F    version           : 1.6.0_17
    F    cpu               : amd64
    F    java vm type      : server
    F    java vm version   : 6.1.018
    F    jvm library name  : jvm.dll
    F    library path      : E:\usr\sap\JDT\J03\exe\sapjvm_6\jre\bin\server;E:\usr\sap\JDT\J03\exe\sapjvm_6\jre\bin
    F    executable path   : E:\usr\sap\JDT\J03\exe\sapjvm_6\bin
    F    SAP extensions    : available
    F  ********************************************************************************
    I  [Thr 464] MtxInit: 10002 0 2
    I  [Thr 464] MPI: dynamic quotas disabled.
    I  [Thr 464] MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%
    M  [Thr 464] NiInit3: NI already initialized; param 'maxHandles' ignored (init=2;par=32768;cur=2048)
    M  [Thr 464] CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Ext.
    M  [Thr 464] CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Ext.
    M  [Thr 464] CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    M  [Thr 464] CCMS: CCMS Monitoring Initialization finished, rc=0.

    F Wed Aug 13 10:49:04 2014
    F  ********************************************************************************
    F  SAP Java VM arguments:
    F    arg[ 0] = vfprintf
    F    arg[ 1] = abort
    F    arg[ 2] = exit
    F    arg[ 3] = -XmonGcCallback
    F    arg[ 4] = -XdebugStateChangeCallback
    F    arg[ 5] = -DSAPJStartVersion=720, patch 68, changelist 1198183, NTAMD64, optU (Oct 20 2010, 01:55:49)
    F    arg[ 6] = -Xjvmx
    F    arg[ 7] = -XsapSystem:03
    F    arg[ 8] = -DSAPSTARTUP=1
    F    arg[ 9] = -DSAPSYSTEM=03
    F    arg[10] = -DSAPSYSTEMNAME=JDT
    F    arg[11] = -DSAPMYNAME=AWQAFIDES-HQ_JDT_03
    F    arg[12] = -DSAPDBHOST=AWQAFIDES-HQ
    F    arg[13] = -DSAPINFO=JDT_03_server0
    F    arg[14] = -Dj2ee.dbhost=AWQAFIDES-HQ
    F    arg[15] = -Dsun.java.launcher=jstart
    F    arg[16] = -Dsun.java.command=com.sap.engine.boot.Start 
    F    arg[17] = -Djstartup.mode=JSTART
    F    arg[18] = -Djstartup.whoami=server
    F    arg[19] = -Djstartup.ownProcessId=3288
    F    arg[20] = -Djstartup.ownHardwareId=U1400945072
    F    arg[21] = -Djstartup.debuggable=yes
    F    arg[22] = -DLoadBalanceRestricted=no
    F    arg[23] = -XdebugPortRange:50321-50321
    F    arg[24] = -Denv.class.path=
    F    arg[25] = -Dsys.global.dir=E:\usr\sap\JDT\SYS\global
    F    arg[26] = -Dapplication.home=E:\usr\sap\JDT\J03\exe
    F    arg[27] = -Djava.class.path=E:\usr\sap\JDT\J03\exe\jstart71.jar;E:\usr\sap\JDT\J03\exe\sapjvm_6\lib\jvmx.jar;E:\usr\sap\JDT\J03\exe\sapjvm_6\lib\jvmx_tools.jar;E:\usr\sap\JDT\J03\exe\jre\lib\iqlib.jar;E:\usr\sap\JDT\J03\exe\sapjvm_6\lib\tools.jar;E:\usr\sap\JDT\J03\j2ee\cluster\bin\boot\sap.com~tc~bl~jkernel_boot~impl.jar;E:\usr\sap\JDT\J03\j2ee\cluster\bin\boot\jaas.jar;E:\usr\sap\JDT\J03\j2ee\cluster\bin\system\sap.com~tc~bl~bytecode~library.jar;E:\usr\sap\JDT\J03\j2ee\cluster\bin\boot\memoryanalyzer.jar
    F    arg[28] = -Djava.library.path=E:\usr\sap\JDT\J03\exe\sapjvm_6\jre\bin\server;E:\usr\sap\JDT\J03\exe\sapjvm_6\jre\bin;E:\usr\sap\JDT\J03\j2ee\os_libs;E:\usr\sap\JDT\J03\exe\sapjvm_6\bin;E:\usr\sap\JDT\J03\exe;C:\Program Files\EMC NetWorker\nsr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn;C:\Program Files\Microsoft SQL Server\100\Tools\Binn;C:\Program Files\Microsoft SQL Server\100\DTS\Binn;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn;E:\usr\sap\JDT\SYS\exe\uc\NTAMD64
    F    arg[29] = -XX:PermSize=1024m
    F    arg[30] = -Xmx2048m
    F    arg[31] = -XX:MaxNewSize=410m
    F    arg[32] = -XX:MaxPermSize=1024m
    F    arg[33] = -Xms2048m
    F    arg[34] = -XX:NewSize=410m
    F    arg[35] = -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    F    arg[36] = -Djavax.management.builder.initial=com.sap.pj.jmx.server.interceptor.InterceptorChainBuilder
    F    arg[37] = -Djmx.invoke.getters=true
    F    arg[38] = -Djava.security.policy=./../bin/kernel/java.policy
    F    arg[39] = -Djava.security.egd=file:/dev/urandom
    F    arg[40] = -Djava.awt.headless=true
    F    arg[41] = -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    F    arg[42] = -Drdbms.driverLocation=E:\usr\sap\JDT\J03\exe\mssjdbc\jdbc4\sqljdbc4.jar
    F    arg[43] = -Djava.io.tmpdir=./temp
    F    arg[44] = -Dsun.lang.ClassLoader.allowArraySyntax=true
    F    arg[45] = -Djava.protocol.handler.pkgs=com.sap.engine.httpdsrclient.protocols|iaik.protocol
    F    arg[46] = -Dnetworkaddress.cache.ttl=10
    F    arg[47] = -DSAPJVM_EXTENSION_COMMAND_HANDLER=com.sap.tools.memory.protocol.ProtocolHandler
    F    arg[48] = -Djco.jarm=1
    F    arg[49] = -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    F    arg[50] = -XX:+UseConcMarkSweepGC
    F    arg[51] = -XX:TargetSurvivorRatio=90
    F    arg[52] = -verbose:gc
    F    arg[53] = -XX:+DumpDetailedClassStatisticOnOutOfMemory
    F    arg[54] = -XX:+PrintGCDetails
    F    arg[55] = -XX:MaxErrorQueueLength=200
    F    arg[56] = -XX:+PrintGCTimeStamps
    F    arg[57] = -XX:+DisableExplicitGC
    F    arg[58] = -XX:SoftRefLRUPolicyMSPerMB=1
    F    arg[59] = -XX:-StringInternTableInPermGen
    F    arg[60] = -XX:SurvivorRatio=9
    F    arg[61] = -XX:+HeapDumpOnOutOfMemoryError
    F    arg[62] = -XX:HeapDumpPath=OOM.hprof
    F    arg[63] = -XX:-TraceClassUnloading
    F    arg[64] = -Xss2097152
    F  ignore unrecognized options : no
    F  ********************************************************************************
    J  JVMX version - Sep 16 2010 15:40:24 - 61_REL - optU - windows amd64 - 6 - bas2:142976 (mixed mode)
    J  (CompilerOracle read from file E:\usr\sap\JDT\J03\exe\sapjvm_6\jre\.hotspot_compiler )

    F [Thr 4704] Wed Aug 13 10:49:05 2014
    F  [Thr 4704] *** LOG => SfCJavaVm: Java VM started.
    F  ********************************************************************************
    F  Main method call:
    F  com/sap/engine/boot/Start.main()
    F  ********************************************************************************

    J Wed Aug 13 10:49:10 2014
    J  5.858: [GC 5.858: [ParNew: 343552K->6707K(381696K), 0.0110668 secs] 343559K->6715K(2059008K), 0.0112063 secs] [Times: user=0.05 sys=0.01, real=0.01 secs]

    F [Thr 4704] Wed Aug 13 10:49:11 2014
    F  [Thr 4704] *** LOG => State changed from 0 (Initial) to 1 (Waiting to start).
    F  [Thr 4704] *** LOG    state real time: 7.229 CPU time: 0.842 sys, 4.430 usr
    F  [Thr 4704] *** LOG    total real time: 7.229 CPU time: 0.842 sys, 4.430 usr
    F  [Thr 4704]
    F  [Thr 4704] *** LOG => State changed from 1 (Waiting to start) to 2 (Starting framework).
    F  [Thr 4704] *** LOG    state real time: 0.000 CPU time: 0.000 sys, 0.000 usr
    F  [Thr 4704] *** LOG    total real time: 7.229 CPU time: 0.842 sys, 4.430 usr
    F  [Thr 4704]

    J Wed Aug 13 10:49:13 2014
    J  9.118: [GC 9.119: [ParNewJ 
    J Wed Aug 13 10:49:14 2014
    : 350259K->16694K(381696K), 0.0233455 secs] 350316K->16751K(2059008K), 0.0235734 secs] [Times: user=0.08 sys=0.00, real=0.02 secs]

    J Wed Aug 13 10:49:25 2014
    J  20.298: [GC 20.298: [ParNew: 360246K->38144K(381696K), 0.1170405 secs] 360668K->62918K(2059008K), 0.1172377 secs] [Times: user=0.39 sys=0.06, real=0.12 secs]

    J Wed Aug 13 10:49:26 2014
    J  21.932: [GC 21.932: [ParNew: 381696K->38144K(381696K), 0.1226817 secs] 407159K->90160K(2059008K), 0.1228570 secs] [Times: user=0.34 sys=0.03, real=0.12 secs]

    J Wed Aug 13 10:49:28 2014
    J  23.292: [GC 23.292: [ParNew: 381696K->38144K(381696K), 0.1285038 secs] 434349K->120556K(2059008K), 0.1286495 secs] [Times: user=0.39 sys=0.05, real=0.13 secs]

    J Wed Aug 13 10:49:36 2014
    J  31.762: [GC 31.762: [ParNew: 381696K->38144K(381696K), 0.1689539 secs] 464356K->161386K(2059008K), 0.1691127 secs] [Times: user=0.42 sys=0.00, real=0.17 secs]

    J Wed Aug 13 10:49:40 2014
    J  35.868: [GC 35.868: [ParNew: 381696K->38144K(381696K), 0.1632272 secs] 508528K->205662K(2059008K), 0.1634124 secs] [Times: user=0.53 sys=0.01, real=0.16 secs]

    M [Thr 3484] Wed Aug 13 10:49:42 2014
    M  [Thr 3484] CCMS: openMonitoringSegment(): inside static JMON Lib: already connected.

    J Wed Aug 13 10:49:42 2014
    J  37.824: [GC 37.824: [ParNew: 381696K->38144K(381696K), 0.1195535 secs] 556408K->240492K(2059008K), 0.1197142 secs] [Times: user=0.34 sys=0.02, real=0.12 secs]

    J Wed Aug 13 10:49:44 2014
    J  39.791: [GC 39.791: [ParNew: 381696K->38144K(381696K), 0.1104638 secs] 584213K->264018K(2059008K), 0.1106449 secs] [Times: user=0.30 sys=0.05, real=0.11 secs]

    J Wed Aug 13 10:49:46 2014
    J  41.241: [GC 41.241: [ParNew: 381696K->38144K(381696K), 0.0858888 secs] 607728K->279353K(2059008K), 0.0860546 secs] [Times: user=0.22 sys=0.00, real=0.09 secs]

    J Wed Aug 13 10:49:47 2014
    J  42.977: [GC 42.977: [ParNewJ 
    J Wed Aug 13 10:49:48 2014
    : 381696K->38144K(381696K), 0.0981324 secs] 622984K->301177K(2059008K), 0.0982954 secs] [Times: user=0.25 sys=0.05, real=0.10 secs]

    J Wed Aug 13 10:49:51 2014
    J  46.854: [GC 46.854: [ParNewJ 
    J Wed Aug 13 10:49:52 2014
    : 381696K->38144K(381696K), 0.1648782 secs] 644786K->339134K(2059008K), 0.1650896 secs] [Times: user=0.42 sys=0.03, real=0.17 secs]

    J Wed Aug 13 10:49:55 2014
    J  50.798: [GC 50.798: [ParNew: 381696K->38144K(381696K), 0.0997711 secs] 682851K->358369K(2059008K), 0.0999877 secs] [Times: user=0.33 sys=0.00, real=0.10 secs]

    F [Thr 4704] Wed Aug 13 10:49:57 2014
    F  [Thr 4704] *** LOG => State changed from 2 (Starting framework) to 10 (Starting apps).
    F  [Thr 4704] *** LOG    state real time: 46.538 CPU time: 6.302 sys, 79.810 usr
    F  [Thr 4704] *** LOG    total real time: 53.768 CPU time: 7.144 sys, 84.240 usr
    F  [Thr 4704]

    J Wed Aug 13 10:49:58 2014
    J  53.859: [GC 53.859: [ParNew: 381675K->27304K(381696K), 0.0820436 secs] 702190K->368321K(2059008K), 0.0822255 secs] [Times: user=0.22 sys=0.03, real=0.08 secs]

    J Wed Aug 13 10:49:59 2014
    J  54.593: [GC 54.593: [ParNew: 370796K->30046K(381696K), 0.0356657 secs] 711861K->371111K(2059008K), 0.0358375 secs] [Times: user=0.14 sys=0.00, real=0.04 secs]

    J Wed Aug 13 10:50:00 2014
    J  55.192: [GC 55.193: [ParNew: 373594K->30730K(381696K), 0.0258616 secs] 714658K->371794K(2059008K), 0.0260706 secs] [Times: user=0.08 sys=0.00, real=0.03 secs]
    J  55.823: [GC 55.823: [ParNew: 374272K->33802K(381696K), 0.0299796 secs] 715337K->374867K(2059008K), 0.0301532 secs] [Times: user=0.11 sys=0.00, real=0.03 secs]

    J Wed Aug 13 10:50:01 2014
    J  56.442: [GC 56.442: [ParNew: 377335K->38144K(381696K), 0.0404834 secs] 718399K->384198K(2059008K), 0.0406513 secs] [Times: user=0.14 sys=0.00, real=0.04 secs]
    J  56.760: [GC 56.760: [ParNew: 381679K->31747K(381696K), 0.0536330 secs] 727734K->393582K(2059008K), 0.0538047 secs] [Times: user=0.19 sys=0.02, real=0.05 secs]
    J  56.960: [GC 56.960: [ParNewJ 
    J Wed Aug 13 10:50:02 2014
    : 375299K->32769K(381696K), 0.0215789 secs] 737134K->394604K(2059008K), 0.0217479 secs] [Times: user=0.08 sys=0.00, real=0.02 secs]
    J  57.116: [GC 57.116: [ParNew: 376282K->35165K(381696K), 0.0226774 secs] 738117K->397000K(2059008K), 0.0228445 secs] [Times: user=0.12 sys=0.00, real=0.02 secs]
    J  57.298: [GC 57.298: [ParNew: 378667K->25542K(381696K), 0.0176353 secs] 740502K->387377K(2059008K), 0.0178030 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
    J  57.952: [GC 57.952: [ParNewJ 
    J Wed Aug 13 10:50:03 2014
    : 369055K->25609K(381696K), 0.0200687 secs] 730890K->387444K(2059008K), 0.0202358 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
    J  58.556: [GC 58.556: [ParNew: 369161K->29706K(381696K), 0.0219467 secs] 731184K->391729K(2059008K), 0.0221159 secs] [Times: user=0.13 sys=0.00, real=0.02 secs]

    J Wed Aug 13 10:50:04 2014
    J  59.099: [GC 59.099: [ParNew: 373258K->33868K(381696K), 0.0272136 secs] 735369K->395979K(2059008K), 0.0273974 secs] [Times: user=0.13 sys=0.00, real=0.03 secs]
    J  59.680: [GC 59.680: [ParNew: 377420K->34825K(381696K), 0.0259786 secs] 739531K->396936K(2059008K), 0.0261687 secs] [Times: user=0.06 sys=0.02, real=0.03 secs]

    J Wed Aug 13 10:50:05 2014
    J  60.374: [GC 60.374: [ParNew: 378375K->36874K(381696K), 0.0302984 secs] 740486K->398985K(2059008K), 0.0304678 secs] [Times: user=0.13 sys=0.00, real=0.03 secs]

    J Wed Aug 13 10:50:06 2014
    J  60.967: [GC 60.967: [ParNew: 380426K->35850K(381696K), 0.0365359 secs] 742537K->402617K(2059008K), 0.0367110 secs] [Times: user=0.12 sys=0.00, real=0.04 secs]
    J  61.538: [GC 61.539: [ParNew: 379371K->36873K(381696K), 0.0278477 secs] 746137K->403639K(2059008K), 0.0280496 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]

    J Wed Aug 13 10:50:07 2014
    J  62.134: [GC 62.134: [ParNew: 380425K->35849K(381696K), 0.0351756 secs] 747191K->405862K(2059008K), 0.0353448 secs] [Times: user=0.13 sys=0.00, real=0.04 secs]
    J  62.838: [GC 62.838: [ParNew: 379401K->36010K(381696K), 0.0308404 secs] 749414K->407507K(2059008K), 0.0310537 secs] [Times: user=0.13 sys=0.00, real=0.03 secs]

    F [Thr 2264] Wed Aug 13 10:50:09 2014
    F  [Thr 2264] *** WARNING => ShmComponent_findAlias: Cannot find alias for URL '/' (rc = 4 object not found). [sfxxjshm.c   2141]

    J Wed Aug 13 10:50:09 2014
    J  64.756: [GC 64.756: [ParNew: 379562K->38144K(381696K), 0.0320298 secs] 751059K->411260K(2059008K), 0.0322031 secs] [Times: user=0.13 sys=0.00, real=0.03 secs]

    J Wed Aug 13 10:50:10 2014
    J  65.094: [GC 65.094: [ParNew: 381696K->35840K(381696K), 0.0322410 secs] 754812K->411975K(2059008K), 0.0324455 secs] [Times: user=0.13 sys=0.00, real=0.03 secs]
    J  65.421: [GC 65.422: [ParNew: 379392K->35840K(381696K), 0.0288936 secs] 755527K->411975K(2059008K), 0.0290622 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]

    J Wed Aug 13 10:50:13 2014
    J  68.078: [GC 68.078: [ParNew: 379392K->38144K(381696K), 0.0665893 secs] 755617K->425283K(2059008K), 0.0667646 secs] [Times: user=0.20 sys=0.03, real=0.07 secs]

    J Wed Aug 13 10:50:16 2014
    J  71.438: [GC 71.438: [ParNew: 381696K->38144K(381696K), 0.0932214 secs] 769080K->449195K(2059008K), 0.0933975 secs] [Times: user=0.30 sys=0.00, real=0.09 secs]

    J Wed Aug 13 10:50:19 2014
    J  74.760: [GC 74.760: [ParNew: 380892K->38144K(381696K), 0.1215723 secs] 792334K->477546K(2059008K), 0.1217688 secs] [Times: user=0.36 sys=0.05, real=0.12 secs]

    J Wed Aug 13 10:50:22 2014
    J  77.119: [GC 77.119: [ParNew: 381696K->38144K(381696K), 0.1395760 secs] 822442K->510048K(2059008K), 0.1397643 secs] [Times: user=0.44 sys=0.02, real=0.14 secs]

    J Wed Aug 13 10:50:26 2014
    J  81.788: [GC 81.788: [ParNewJ 
    J Wed Aug 13 10:50:27 2014
    : 381696K->38144K(381696K), 0.0973212 secs] 854255K->529177K(2059008K), 0.0975087 secs] [Times: user=0.30 sys=0.03, real=0.10 secs]

    J Wed Aug 13 10:50:30 2014
    J  85.066: [GC 85.066: [ParNew: 381696K->38144K(381696K), 0.1079331 secs] 872880K->554405K(2059008K), 0.1081130 secs] [Times: user=0.33 sys=0.02, real=0.11 secs]

    J Wed Aug 13 10:50:32 2014
    J  87.365: [GC 87.365: [ParNew: 381696K->38144K(381696K), 0.1150576 secs] 898125K->576973K(2059008K), 0.1152570 secs] [Times: user=0.36 sys=0.01, real=0.12 secs]

    J Wed Aug 13 10:50:38 2014
    J  92.979: [GC 92.979: [ParNew: 381696K->38144K(381696K), 0.1163222 secs] 922696K->601135K(2059008K), 0.1165078 secs] [Times: user=0.39 sys=0.00, real=0.12 secs]

    J Wed Aug 13 10:50:40 2014
    J  95.237: [GC 95.237: [ParNew: 381512K->38144K(381696K), 0.1529282 secs] 944763K->653296K(2059008K), 0.1531081 secs] [Times: user=0.42 sys=0.03, real=0.15 secs]

    J Wed Aug 13 10:50:42 2014
    J  97.178: [GC 97.178: [ParNew: 381687K->38144K(381696K), 0.0974450 secs] 997172K->766960K(2059008K), 0.0976405 secs] [Times: user=0.30 sys=0.08, real=0.10 secs]

    J Wed Aug 13 10:50:43 2014
    J  98.313: [GC 98.313: [ParNew: 381676K->38144K(381696K), 0.0732400 secs] 1110604K->846500K(2059008K), 0.0734242 secs] [Times: user=0.17 sys=0.09, real=0.07 secs]

    J Wed Aug 13 10:50:44 2014
    J  99.587: [GC 99.588: [ParNew: 381696K->38144K(381696K), 0.0753849 secs] 1190093K->908044K(2059008K), 0.0755849 secs] [Times: user=0.16 sys=0.11, real=0.08 secs]
    J  99.671: [GC [1 CMS-initial-mark: 869900K(1677312K)] 909812K(2059008K), 0.0247344 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]

    J Wed Aug 13 10:50:44 2014
    J  99.697: [CMS-concurrent-mark-start]

    J Wed Aug 13 10:50:46 2014
    J  100.908: [GC 100.908: [ParNew: 381696K->38144K(381696K), 0.0917262 secs] 1251676K->998042K(2059008K), 0.0919131 secs] [Times: user=0.23 sys=0.09, real=0.09 secs]

    J Wed Aug 13 10:50:47 2014
    J  102.126: [GC 102.126: [ParNew: 381696K->38144K(381696K), 0.1243224 secs] 1341775K->1085661K(2059008K), 0.1245167 secs] [Times: user=0.20 sys=0.25, real=0.13 secs]

    J Wed Aug 13 10:50:47 2014
    J  102.292: [CMS-concurrent-mark: 1.963/2.595 secs] [Times: user=7.71 sys=2.03, real=2.60 secs]
    J  102.292: [CMS-concurrent-preclean-start]
    J  102.488: [CMS-concurrent-preclean: 0.148/0.195 secs] [Times: user=0.61 sys=0.13, real=0.20 secs]
    J  102.488: [CMS-concurrent-abortable-preclean-start]

    J Wed Aug 13 10:50:48 2014
    J  103.579: [CMS-concurrent-abortable-preclean: 0.771/1.091 secs] [Times: user=3.12 sys=0.62, real=1.10 secs]

    J Wed Aug 13 10:50:48 2014
    J  103.582: [GC[YG occupancy: 237047 K (381696 K)]103.583: [Rescan (parallel) , 0.0362884 secs]103.620: [weak refs processing, 0.0384832 secs]103.658: [class unloading, 0.0505195 secs]103.709: [scrub symbol & string tables, 0.0776361 secs]J 
    J Wed Aug 13 10:50:49 2014
    [1 CMS-remark: 1047892K(1677312K)] 1284939K(2059008K), 0.2482807 secs] [Times: user=0.34 sys=0.00, real=0.25 secs]

    J Wed Aug 13 10:50:49 2014
    J  103.830: [CMS-concurrent-sweep-start]
    J  104.714: [CMS-concurrent-sweep: 0.768/0.884 secs] [Times: user=2.73 sys=0.47, real=0.89 secs]
    J  104.715: [CMS-concurrent-reset-start]
    J  104.728: [CMS-concurrent-reset: 0.014/0.014 secs] [Times: user=0.05 sys=0.00, real=0.01 secs]

    J Wed Aug 13 10:50:50 2014
    J  104.828: [GC 104.828: [ParNew: 381696K->38144K(381696K), 0.0671613 secs] 1236693K->918437K(2059008K), 0.0673483 secs] [Times: user=0.19 sys=0.02, real=0.07 secs]

    J Wed Aug 13 10:50:52 2014
    J  107.545: [GC 107.545: [ParNew: 381661K->38144K(381696K), 0.2107511 secs] 1262005K->1077781K(2059008K), 0.2109489 secs] [Times: user=0.39 sys=0.28, real=0.21 secs]

    J Wed Aug 13 10:50:57 2014
    J  112.296: [GC 112.296: [ParNew: 381680K->38144K(381696K), 0.2150438 secs] 1421318K->1251267K(2059008K), 0.2152338 secs] [Times: user=0.25 sys=0.42, real=0.22 secs]

    J Wed Aug 13 10:51:02 2014
    J  117.461: [GC 117.461: [ParNew: 381583K->4140K(381696K), 0.0469289 secs] 1594706K->1254559K(2059008K), 0.0471146 secs] [Times: user=0.11 sys=0.05, real=0.05 secs]

    J Wed Aug 13 10:51:15 2014
    J  130.205: [GC 130.205: [ParNew: 347692K->38144K(381696K), 0.0584412 secs] 1598245K->1290061K(2059008K), 0.0586428 secs] [Times: user=0.22 sys=0.00, real=0.06 secs]

    J Wed Aug 13 10:51:24 2014
    J  139.253: [GC 139.253: [ParNew: 381696K->38144K(381696K), 0.2258658 secs] 1633613K->1373856K(2059008K), 0.2260866 secs] [Times: user=0.61 sys=0.02, real=0.23 secs]

    J Wed Aug 13 10:51:30 2014
    J  145.501: [GC 145.501: [ParNew: 381696K->38144K(381696K), 0.1258713 secs] 1718123K->1422493K(2059008K), 0.1261312 secs] [Times: user=0.39 sys=0.02, real=0.13 secs]
    J  145.636: [GCJ 
    J Wed Aug 13 10:51:31 2014
    [1 CMS-initial-mark: 1384349K(1677312K)] 1427189K(2059008K), 0.0535896 secs] [Times: user=0.06 sys=0.00, real=0.05 secs]

    J Wed Aug 13 10:51:31 2014
    J  145.690: [CMS-concurrent-mark-start]

    J Wed Aug 13 10:51:32 2014
    J  147.302: [CMS-concurrent-mark: 1.569/1.612 secs] [Times: user=2.70 sys=0.28, real=1.62 secs]
    J  147.303: [CMS-concurrent-preclean-start]
    J  147.330: [CMS-concurrent-preclean: 0.024/0.028 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
    J  147.330: [CMS-concurrent-abortable-preclean-start]

    F [Thr 2264] Wed Aug 13 10:51:36 2014
    F  [Thr 2264] *** LOG => State changed from 10 (Starting apps) to 3 (Running).
    F  [Thr 2264] *** LOG    state real time: 98.580 CPU time: 20.670 sys, 143.988 usr
    F  [Thr 2264] *** LOG    total real time: 152.349 CPU time: 27.814 sys, 228.229 usr
    F  [Thr 2264]

    J Wed Aug 13 10:51:37 2014
    J   CMS: abort preclean due to time 152.391: [CMS-concurrent-abortable-preclean: 2.924/5.060 secs] [Times: user=4.04 sys=0.58, real=5.08 secs]

    J Wed Aug 13 10:51:37 2014
    J  152.400: [GC[YG occupancy: 246680 K (381696 K)]152.400: [Rescan (parallel) , 0.1940158 secs]152.594: [weak refs processing, 0.0143033 secs]152.609: [class unloadingJ 
    J Wed Aug 13 10:51:38 2014
    , 0.0556606 secs]152.665: [scrub symbol & string tables, 0.0852505 secs] [1 CMS-remark: 1385469K(1677312K)] 1632149K(2059008K), 0.3894964 secs] [Times: user=0.42 sys=0.00, real=0.39 secs]

    J Wed Aug 13 10:51:38 2014
    J  152.790: [CMS-concurrent-sweep-start]
    J  153.421: [CMS-concurrent-sweep: 0.631/0.631 secs] [Times: user=0.83 sys=0.00, real=0.63 secs]
    J  153.421: [CMS-concurrent-reset-start]
    J  153.435: [CMS-concurrent-reset: 0.014/0.014 secs] [Times: user=0.00 sys=0.00, real=0.01 secs]

  • NPE creating a new session on WebLogic Server 9.2

    We're getting the following stack trace from WebLogic Server 9.2 when a page gets hit.
    It appears to be a clustering error when creating a new session.
    When there is only a single server left running, the pages are served correctly.
    Any thoughts appreciated.
    2009-01-27 11:13:47,423 [ExecuteThread: '12' for queue: 'weblogic.kernel.Default'] ERROR com.vignette.portal.website.enduser.filters - java.lang.NullPointerException:
    java.lang.NullPointerException:
    at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:211)
    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:224)
    at weblogic.cluster.replication.ReplicationManager_922_WLStub.create(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at weblogic.cluster.replication.SecureReplicationInvocationHandler$ReplicationServicesInvocationAction.run(SecureReplicationInvocationHandler.java:184)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.cluster.replication.SecureReplicationInvocationHandler.invoke(SecureReplicationInvocationHandler.java:154)
    at $Proxy46.create(Unknown Source)
    at weblogic.cluster.replication.ReplicationManager.trySecondary(ReplicationManager.java:666)
    at weblogic.cluster.replication.ReplicationManager.createSecondary(ReplicationManager.java:638)
    at weblogic.cluster.replication.ReplicationManager.add(ReplicationManager.java:359)
    at weblogic.cluster.replication.ReplicationManager.register(ReplicationManager.java:352)
    at weblogic.servlet.internal.session.ReplicatedSessionData.registerOrAdd(ReplicatedSessionData.java:108)
    at weblogic.servlet.internal.session.ReplicatedSessionData.<init>(ReplicatedSessionData.java:78)
    at weblogic.servlet.internal.session.ReplicatedSessionData.<init>(ReplicatedSessionData.java:64)
    at weblogic.servlet.internal.session.ReplicatedSessionContext.getNewSession(ReplicatedSessionContext.java:161)
    at weblogic.servlet.internal.ServletRequestImpl$SessionHelper.getNewSession(ServletRequestImpl.java:2526)
    at weblogic.servlet.internal.ServletRequestImpl$SessionHelper.getSessionInternal(ServletRequestImpl.java:2111)
    at weblogic.servlet.internal.ServletRequestImpl$SessionHelper.getSession(ServletRequestImpl.java:2075)
    at weblogic.servlet.internal.ServletRequestImpl.getSession(ServletRequestImpl.java:1207)
    at com.vignette.portal.website.internal.DefaultHttpRequestWrapper.getSession(DefaultHttpRequestWrapper.java:65)
    at com.vignette.portal.website.internal.DefaultHttpRequestWrapper.getSession(DefaultHttpRequestWrapper.java:41)
    at com.epicentric.common.website.InitUtils.initSession(InitUtils.java:73)
    at com.vignette.portal.website.enduser.filters.AuthenticationFilter.initSession(AuthenticationFilter.java:47)
    at com.vignette.portal.website.enduser.filters.AuthenticationFilter.doFilter(AuthenticationFilter.java:41)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.vignette.portal.website.admin.internal.control.InitFrameworkFilter.httpDoFilter(InitFrameworkFilter.java:35)
    at com.vignette.portal.website.admin.internal.control.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:61)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.vignette.portal.website.admin.internal.control.MultipartFilter.httpDoFilter(MultipartFilter.java:33)
    at com.vignette.portal.website.admin.internal.control.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:61)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.vignette.portal.website.internal.StartupProtectionFilter.doFilterSingleInvocation(StartupProtectionFilter.java:100)
    at com.vignette.portal.website.internal.SingleInvocationFilter.doFilter(SingleInvocationFilter.java:52)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.vignette.portal.website.internal.EnvironmentalWrapperFilter.doFilterSingleInvocation(EnvironmentalWrapperFilter.java:44)
    at com.vignette.portal.website.internal.SingleInvocationFilter.doFilter(SingleInvocationFilter.java:52)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3229)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2002)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1908)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1362)
    at weblogic.work.ExecuteRequestAdapter.execute(ExecuteRequestAdapter.java:21)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    Caused by: java.lang.NullPointerException:
    at weblogic.server.channels.ServerChannelImpl.equals(ServerChannelImpl.java:103)
    at weblogic.cluster.replication.ReplicationManagerServerRef.checkPriviledges(ReplicationManagerServerRef.java:102)
    at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:302)
    at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:877)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:1084)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:1001)
    at weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.java:240)
    at weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:881)
    at weblogic.rjvm.MsgAbbrevJVMConnection.dispatch(MsgAbbrevJVMConnection.java:446)
    at weblogic.rjvm.t3.MuxableSocketT3.dispatch(MuxableSocketT3.java:368)
    at weblogic.socket.AbstractMuxableSocket.dispatch(AbstractMuxableSocket.java:378)
    at weblogic.socket.SSLFilter.dispatch(SSLFilter.java:258)
    at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:856)
    at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:802)
    at weblogic.socket.EPollSocketMuxer.dataReceived(EPollSocketMuxer.java:192)
    at weblogic.socket.EPollSocketMuxer.processSockets(EPollSocketMuxer.java:174)
    at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
    ... 2 more

    Hi Scott,
    Did you get to the bottom of this?
    We're experiencing exactly the same symptoms, except we're upgrading 8.1 -> 10.3
    App works fine on a single server, as soon as a second server is brought into the cluster we get the same exception.
    I'm checking the configs now for anything suspicious...

  • PS2013 - Creating a new instance of Project Server does not run and hangs in "Waiting for Resource"

    Hi,
    In my Project Server 2013 environment I created an instance of Project Server which is running in a notebook Hyper-V Windows 2012 Server with 11 GB, 4 threds, 3 GHz, one box configuration with complete version of SQL Server 2012 with SP1, nothing trial.
    PS and SPS 2013 updated with Cumulative Update of Dec 2013.
    I want to create a new empty instance in the same port 80 with a different URL or in the port 90 creating a new web application.
    Whatever option I choose, when I try to create the instance of the Project Server it hangs in "Waiting for Resource" status. No Event Viewer, no hanged timer Jobs, all services running, all pools and sites started and I found out nothing in the
    SharePoint Logs. After every attempt I return the server snapshot to the former state.
    The Project Server and SharePoint continue to work normally.
    Any hints where should I look to solve this issue?
    Thank you.
    Best regards, Ricardo Segawa - Segawas Projetos / Microsoft Partner

    Ricardo,
    so, the only clue I can find in your posting is around the web application.
    if you want a 2nd PWA instance on the same web application (this presums you have one already, working, right?).
    all you really have to do is give it a different "pwa" name - like "Test" or some such and use a unique project database name : Test_ProjectServerData
    there is much more you could do, for isolation into a private content database for example.
    to use a different port, then you need to setup a web application on a different port and proceed as above, selecting that web app to start from.
    if the basic action of new pwa site provision is not working, then it may suggest there is something systemmically wrong with the setup.
    let us know,
    Thanks, Eric S. Pcubed

  • After creating a new login (bought computer used) and deleting the old one the 500gb hard drive only shows up as 320gb.

    So I've just purchased a mid 2011 Macbook Pro 13" used via eBay. Was advertised as having 500gb hard drive and 6gb ram. I checked the ram and it was all legit, checked the hd capacity and it was all correct as well. So I made a new login for myself and deleted the previous owner's. Now my hard drive shows up as 320gb. Even in disk utility and terminal.

    One more place to look is SYSTEM PROFILER>HARDWARE>SERIAL-ATA.  If it says 320, you have a 320GB HDD which I suspect it probably will.  They are easy to replace.
    Ciao.

  • Create a new mailbox in pop3 server

    I have create a pop3 server on windows 2003 server. I want to create new mailbox by java program . How can i done this by java program?
    Plz help me...

    Typo: Not AS, it should be AT
    EXEC ('CREATE LOGIN [INTERNET\Domain Admins]') AT Link

  • How are printer issues solved by creating a new login ID in ts?

     I have been having printing issues with one user on a terminal Server. I have been trying to figure this out for some time and decided to make a new TS login ID which fixed the issue....At lest appears to have fixed the issue....
    Can anyone explain to me how a user's key can leak and cause this types of issues? Or point me to a great article to educate myself...
    Thanks,
    Andrew
    Thanks, Andrew

    Hi Andrew,
    à
    I have been having printing issues with one user on a terminal Server.
    Would you please let me know more details of this printing issue? Did you get any error message? Please also
    check Event Viewer if can find some relevant events. When this one user has this printing issue, did other users encounter the same issue?
    Meanwhile, would you please let me know how deploy printer for the terminal server? Did you configure printer
    redirection settings for terminal server connections via Group Policy?
    à
    I have been trying to figure this out for some time and decided to make a new TS login ID which fixed the issue....At lest appears to have fixed the issue....
    Based on this description, this issue seems to be related to the user profile. Just my guess.
    If any update, please feel free to let me know. More details (error message, events or others) may help us
    to go further analyze and narrow down this issue.
    Hope this helps.
    Best regards,
    Justin Gu

  • SharePoint 2010 creates a new instance for SharePoint server.

    I have installed SP 2010.My env is Windows server 2008 R2 and SQL 2008 r2 (10.50.1600). When I install the SP 2010,
    configuration wizard (Start the SharePoint Products Configuration Wizard) directly goes to configuration wizard and installed SP 2010 server successfully.
    It skips the below Manual configuration.
    1. Specify Configuration DB settings
    2. Specify Farm Security settings.
    3. Configure CA Web Application settings. etc...
    So I get the new SQL instance with the name <MachineName>\sharepoint.
    This new Instance is looking SQL 2008 version(10.0.2531).
    Now I face the below issues,
    1. When I restore DB backup, i get the compatability issue 
    2. Unable to restore the SP2010 site which is backuped from SQL 2008 r2 (10.50.1600) has 9GB size.
    3. Unable to extend the DB size from 4096 MB. 
    How to avoid create new SQL instance with the name <MachineName>\sharepoint and install in SQL server default <MachineName> instance?
    Loganathan S

    Hi Paul
    stork,
    thanks for the help. Now I have another Two questions. I'm search service application in SP 2010. It works fine when I search data from home sites it works fine.
    1. When I search from within sub-sites i don't get any search results. What mistake I have done here?
    Second question from Restore spsite...
    2. When I restore the site in 80 port, the search service does not crawl and pick the new properties from the restore site. But when I restore the same site in another port<8080/8099/etc>  the search service does crawl and pick the new
    properties from the restore site. Why the service not working in 80 port.?
    Note: I have checked with 3 test env my bak file. but all the 3 env gives same result.... 80 port  does not crawl and pick the new properties.
    Loganathan S

  • Creating a new file in application server

    hai,
      please rectify this, how to create a file in application server ?
       can any one forward a sample code for creating a file in application server.
                           hazam

    Hi Hazam,
      Please check the below code.
    Data :   P_UFILE(60)                   " Unix File name
             TYPE C
             value '/emn_R3/hr/ben_age25_dep'.
        CLEAR GD_SUBRC.
        <b>OPEN DATASET</b> GD_FILE FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
        IF SY-SUBRC <> 0.
          GD_SUBRC = SY-SUBRC.
          gs_error-pernr = gs_0021-pernr.
          gs_error-ename = gd_ename.
          gs_error-mess
               = 'Can not open File:'(017) + gd_file.
          append gs_error to gt_error.
          clear gs_error.
    *      CLEAR GD_MSG1.
    *      CONCATENATE 'Can not open File:'(017)
    *                   GD_FILE
    *        INTO GD_MSG1.
    *      WRITE : / GD_MSG1.
        ELSE.
          LOOP AT GT_BODY INTO GS_BODY.
            <b>TRANSFER</b> GS_BODY TO GD_FILE.
          ENDLOOP.
          <b>CLOSE DATASET</b> GD_FILE.
        ENDIF.
    Hope this will help you.
    Thanks&Regards,
    Siri.
    Message was edited by: Srilatha T

  • Error creating a new VM on OVM Server using 'xm create'

    Hi,
    I'm trying to create VM using an existing config file bundled with the OVM distribution, like "xmexample1". I've also ensured that all the entries in it, such as, reference to the kernel image, etc. are correct. However, when I run the command
    xm create xmexample1
    it fails with the following error
    Error(<domain-uuid>, "VM_Metrics")
    I noticed that another user had a similar issue, but he was running into it occassionally. However, I'm running into it consistently. Any suggestions on how to solve this?
    Thanks,
    - Nitin

    Do you have ULN access? If so, you should run up2date on your Oracle VM server to get the latest version of ovs-agent. That has far more sensible error messages instead of the "vm_metrics" thing. Otherwise, check /var/log/ovs-agent/ovs_operation.log or xend.log to see if you can find anything more specific.

  • Creating a new folder containing links to files or applications

    I am creating a portable workstation for a group of people using a Macbook. To make their job easier to find relevant tutorials, I wanted to give them a way to access the tutorials grouped in different ways.
    I was planning on adding a number of folders each containing a mix of tutorials (video files), but don't want to have copies of these as this would take up unnecessary hard disc space.
    In the PC world, I would add a folder to the desktop, and drag shortcuts to the folder, pointing to the videos of interest. The shortcut is essentially a link to the file on the drive, and is of negligible size. What is the complimentary way to accomplish this on the Mac? I thought of using the automator but unsure if there would be a solution - I'll invest the time to learn it if this is a possible solution, but my quick try only showed my lack of knowledge :~).
    Anyone know of a good way to accomplish this on a Mac?

    There is an equivalent to the PC "shortcut", it's called an "alias" on a mac. There are several ways to make an alias, two of them are (1) control clicking on the file of interest, (2) from the File menu in the Finder once you've selected the file you want to point to.
    charlie

  • Create a New Login for Developer Support in Azure Portal

    I'm a developer supporting a client using Azure.  Can they create an account for me to manage endpoints etc. in Azure?  Or do I have to ask them for their admin login credentials.
    Thanks

    Hi,
    Co-administrators with an organizational account (for example [email protected] or [email protected]) sign in to the portal using a password that they receive in email or that is provided by the system administrator. 
    Co-administrators with a Microsoft account (@Live.com, @Hotmail.com, or @Outlook.com) sign in to the portal using the password for that account.
    Hope this helps !
    Regards,
    Sowmya

Maybe you are looking for