Slave Domain connection

Hi All,
We have two node servers, UBB and DM confile file info as follows.
UBB :
# MULTI DOMAIN template
*RESOURCES
IPCKEY 0xabe7
DOMAINID ARS
MASTER ARS_A,ARS_B
MAXACCESSERS 6000
MAXSERVERS 500
MAXSERVICES 6000
MODEL MP
OPTIONS LAN,MIGRATE
SCANUNIT 10
SANITYSCAN 12
LDBAL Y
DBBLWAIT 2
BBLQUERY 30
BLOCKTIME 12
NOTIFY DIPIN
*MACHINES
hostgls025 LMID=ARS_A
MAXWSCLIENTS=1500
CMPLIMIT="50000,MAXLONG"
APPDIR="/opt/apps/ARS/ARS/bin"
TUXCONFIG="/opt/apps/ARS/ARS/config/TUXCONFIG"
ENVFILE="/opt/apps/ARS/USI/usienv"
TUXDIR="/opt/tuxedo/tuxedo9.1"
ULOGPFX="/opt/apps/ARS/ARS/logs/ULOG"
hostbry025 LMID=ARS_B
MAXWSCLIENTS=1500
CMPLIMIT="50000,MAXLONG"
APPDIR="/opt/apps/ARS/ARS/bin"
TUXCONFIG="/opt/apps/ARS/ARS/config/TUXCONFIG"
ENVFILE="/opt/apps/ARS/USI/usienv"
TUXDIR="/opt/tuxedo/tuxedo9.1"
ULOGPFX="/opt/apps/ARS/ARS/logs/ULOG"
*GROUPS
ADM1 LMID=ARS_A,ARS_B GRPNO=1 OPENINFO=NONE
ADM2 LMID=ARS_B,ARS_A GRPNO=2 OPENINFO=NONE
DMGRP1 LMID=ARS_A,ARS_B GRPNO=3 OPENINFO=NONE
DMGRP2 LMID=ARS_B,ARS_A GRPNO=4 OPENINFO=NONE
GWYGRP1 LMID=ARS_A,ARS_B GRPNO=5 OPENINFO=NONE
GWYGRP2 LMID=ARS_B,ARS_A GRPNO=6 OPENINFO=NONE
*NETWORK
ARS_A
NADDR="//hostgls025:16003"
NLSADDR="//hostgls025:16002"
ARS_B
NADDR="//hostbry025:16003"
NLSADDR="//hostbry025:16002"
*SERVERS
DEFAULT: RESTART=Y REPLYQ=Y GRACE=0 MAXGEN=100
################# NODE A TUXEDO SERVERS ################
WSL
SRVGRP=ADM1
SRVID=100
MAXGEN=10
REPLYQ=N
CLOPT="-A -- -n //hostgls025:16000 -p 10000 -T 30 -x 25 -m 5 -M 60 -c 2048"
DMADM
SRVGRP=DMGRP1
SRVID=125
MAXGEN=5
REPLYQ=N
GWADM
SRVGRP=GWYGRP1
SRVID=150
MAXGEN=5
RQADDR="GWADM1"
GWTDOMAIN
SRVGRP=GWYGRP1
SRVID=175
MAXGEN=5
REPLYQ=N
GRACE=3600
################# NODE B TUXEDO SERVERS ################
WSL
SRVGRP=ADM2
SRVID=200
MAXGEN=10
CLOPT="-A -- -n //hostbry025:16000 -p 10000 -T 30 -x 25 -m 5 -M 60 -c 2048"
DMADM
SRVGRP=DMGRP2
SRVID=225
MAXGEN=5
REPLYQ=N
GWADM
SRVGRP=GWYGRP2
SRVID=250
MAXGEN=5
RQADDR="GWADM2"
GWTDOMAIN
SRVGRP=GWYGRP2
SRVID=275
MAXGEN=5
REPLYQ=N
GRACE=3600
DM node A
# MULTI DOMAIN template
*DM_LOCAL
ARS_A
GWGRP=GWYGRP1
TYPE=TDOMAIN
ACCESSPOINTID=ARS_A
SECURITY=NONE
CONNECTION_POLICY=ON_STARTUP
MAXRETRY=MAXLONG
RETRY_INTERVAL=10
BLOCKTIME=30
AUDITLOG="/opt/apps/ARS/ARS/logs/audit.log"
ARS_B
GWGRP=GWYGRP2
TYPE=TDOMAIN
ACCESSPOINTID=ARS_B
SECURITY=NONE
CONNECTION_POLICY=ON_STARTUP
MAXRETRY=MAXLONG
RETRY_INTERVAL=10
BLOCKTIME=30
AUDITLOG="/opt/apps/ARS/ARS/logs/audit.log"
*DM_REMOTE
CSS_A
TYPE=TDOMAIN ACCESSPOINTID=CSS_A
CSS_B
TYPE=TDOMAIN ACCESSPOINTID=CSS_B
CSS_C
TYPE=TDOMAIN ACCESSPOINTID=CSS_C
*DM_EXPORT
*DM_IMPORT
GETCUSBYIDSVC RACCESSPOINT=CSS_A,CSS_B,CSS_C
GETCUSBYNAMESVC RACCESSPOINT=CSS_A,CSS_B,CSS_C
GETCONBYCUSTSVC RACCESSPOINT=CSS_A,CSS_B,CSS_C
REFDATAREAD RACCESSPOINT=CSS_A,CSS_B,CSS_C
*DM_TDOMAIN
DEFAULT: TCPKEEPALIVE=YES DMKEEPALIVE=30000 DMKEEPALIVEWAIT=60000
ARS_A
NWADDR="//hostgls025:16001"
NWDEVICE = "/dev/tcp"
ARS_B
NWADDR="//hostbry025:16001"
NWDEVICE = "/dev/tcp"
CSS_A
NWADDR="//hostgls024:15001"
NWDEVICE = "/dev/tcp"
CONNECTION_POLICY=LOCAL
CSS_B
NWADDR="//hostgls023:15001"
NWDEVICE = "/dev/tcp"
CONNECTION_POLICY=LOCAL
CSS_C
NWADDR="//hostgls022:15001"
NWDEVICE = "/dev/tcp"
CONNECTION_POLICY=LOCAL
DM node B
# MULTI DOMAIN template
*DM_LOCAL
ARS_B
GWGRP=GWYGRP1
TYPE=TDOMAIN
ACCESSPOINTID=ARS_B
SECURITY=NONE
CONNECTION_POLICY=ON_STARTUP
MAXRETRY=MAXLONG
RETRY_INTERVAL=10
BLOCKTIME=30
AUDITLOG="/opt/apps/ARS/ARS/logs/audit.log"
ARS_A
GWGRP=GWYGRP2
TYPE=TDOMAIN
ACCESSPOINTID=ARS_A
SECURITY=NONE
CONNECTION_POLICY=ON_STARTUP
MAXRETRY=MAXLONG
RETRY_INTERVAL=10
BLOCKTIME=30
AUDITLOG="/opt/apps/ARS/ARS/logs/audit.log"
*DM_REMOTE
CSS_B
TYPE=TDOMAIN ACCESSPOINTID=CSS_B
CSS_A
TYPE=TDOMAIN ACCESSPOINTID=CSS_A
CSS_C
TYPE=TDOMAIN ACCESSPOINTID=CSS_C
*DM_EXPORT
*DM_IMPORT
GETCUSBYIDSVC RACCESSPOINT=CSS_B,CSS_A,CSS_C
GETCUSBYNAMESVC RACCESSPOINT=CSS_B,CSS_A,CSS_C
GETCONBYCUSTSVC RACCESSPOINT=CSS_B,CSS_A,CSS_C
REFDATAREAD RACCESSPOINT=CSS_B,CSS_A,CSS_C
*DM_TDOMAIN
DEFAULT: TCPKEEPALIVE=YES DMKEEPALIVE=30000 DMKEEPALIVEWAIT=60000
ARS_B
NWADDR="//hostbry025:16001"
NWDEVICE = "/dev/tcp"
ARS_A
NWADDR="//hostgls025:16001"
NWDEVICE = "/dev/tcp"
CSS_B
NWADDR="//hostgls023:15001"
NWDEVICE = "/dev/tcp"
CONNECTION_POLICY=LOCAL
CSS_A
NWADDR="//hostgls024:15001"
NWDEVICE = "/dev/tcp"
CONNECTION_POLICY=LOCAL
CSS_C
NWADDR="//hostgls022:15001"
NWDEVICE = "/dev/tcp"
CONNECTION_POLICY=LOCAL
I booting application from node A and I saw after booting TUXCONFIG propogated to node B but not BDMCONFIG.
If any reason my Node A down and only node B is UP. In this scenario the issue is I can not see (pd -d ARS_B) any external domain (CSS_A, CSS_B, CSS_C) informaion from live Node B.
I able to create BDMCONFIG file in B node and tried to restart GWYGRP2 and DMGRP2 server also but no luck.
Can you please suggest how can get external domain (CSS_A, CSS_B, CSS_C) from node B (UP) when Node A down any reason.
Regards,
Prasenjit

Perhaps you are running into the problem described at http://www.petri.co.il/working-with-domain-member-virtual-machines-and-snapshots.htm
Geoff

Similar Messages

  • Error Installing Cisco VPN CLIENT 5.0.02.0090 on Domain Connected Client

    When installing the Cisco Client version 5.0.02.0090 I get an error when installing it on a Windows XP PC that's connected to a Windows Server Domain.
    More INFO:
    Windows XP Dutch SP2
    Connected to Windows 2000 Domain
    Works on another Dutch Windows XP SP2 system that is NOT connected to a domain!
    Last lines of the setup logfile:
    Property(S): CURRENTDIRECTORY = C:\DOCUME~1\J6299~1.HIE\LOCALS~1\Temp\RarSFX0
    Property(S): CLIENTUILEVEL = 2
    Property(S): CLIENTPROCESSID = 4232
    Property(S): VersionDatabase = 200
    Property(S): VersionMsi = 3.01
    Property(S): WindowsBuild = 2600
    Property(S): ServicePackLevel = 2
    Property(S): ServicePackLevelMinor = 0
    Property(S): MsiNTProductType = 1
    Property(S): WindowsVolume = C:\
    Property(S): RemoteAdminTS = 1
    Property(S): GPTSupport = 1
    Property(S): OLEAdvtSupport = 1
    Property(S): ShellAdvtSupport = 1
    Property(S): Intel = 15
    Property(S): PhysicalMemory = 2046
    Property(S): VirtualMemory = 3448
    Property(S): AdminUser = 1
    Property(S): LogonUser = j.hiemstra
    Property(S): UserSID = S-1-5-21-3206282357-3970063792-383977586-1104
    Property(S): UserLanguageID = 1043
    Property(S): ComputerName = FMGPCHIEMSTRA
    Property(S): SystemLanguageID = 1043
    Property(S): ScreenX = 1280
    Property(S): ScreenY = 1024
    Property(S): CaptionHeight = 19
    Property(S): BorderTop = 1
    Property(S): BorderSide = 1
    Property(S): TextHeight = 16
    Property(S): ColorBits = 32
    Property(S): TTCSupport = 1
    Property(S): Time = 15:09:38
    Property(S): Date = 3-1-2008
    Property(S): MsiNetAssemblySupport = 2.0.50727.1433
    Property(S): MsiWin32AssemblySupport = 5.1.2600.3019
    Property(S): RedirectedDllSupport = 2
    Property(S): DATABASE = C:\WINDOWS\Installer\42637aeb.msi
    Property(S): OriginalDatabase = C:\DOCUME~1\J6299~1.HIE\LOCALS~1\Temp\RarSFX0\vpnclient_setup.msi
    Property(S): UILevel = 3
    Property(S): ACTION = INSTALL
    Property(S): CsProp_CopyInstHelperDll = 1
    Property(S): CsProp_LogViewer = Non-Existant
    Property(S): CsProp_VPNClient = Non-Existant
    Property(S): CSPROP_MSTCPIP = 1
    Property(S): CsProp_RebootNeeded = 2
    Property(S): ROOTDRIVE = C:\
    Property(S): CostingComplete = 1
    Property(S): OutOfDiskSpace = 0
    Property(S): OutOfNoRbDiskSpace = 0
    Property(S): PrimaryVolumeSpaceAvailable = 24732144
    Property(S): PrimaryVolumeSpaceRequired = 43556
    Property(S): PrimaryVolumeSpaceRemaining = 24688588
    Property(S): PrimaryVolumePath = C:
    Property(S): SourcedirProduct = {871DF2BE-41D2-4334-AC33-839AF16FC8FE}
    Property(S): CsProp_GetDriveType = 3
    Property(S): GROUP_USERS = Users
    Property(S): GROUP_INTERACTIVE = INTERACTIEF
    Property(S): GROUP_LOCAL_SYSTEM = SYSTEM
    Property(S): GROUP_ADMINISTRATORS = Administrators
    MSI (s) (9C:78) [15:09:38:041]: Note: 1: 1708
    MSI (s) (9C:78) [15:09:38:041]: Product: Cisco Systems VPN Client 5.0.02.0090 -- Installation operation failed.
    MSI (s) (9C:78) [15:09:38:041]: Cleaning up uninstalled install packages, if any exist
    MSI (s) (9C:78) [15:09:38:041]: MainEngineThread is returning 1602
    MSI (s) (9C:30) [15:09:38:056]: Destroying RemoteAPI object.
    MSI (s) (9C:50) [15:09:38:056]: Custom Action Manager thread ending.
    === Logging stopped: 3-1-2008 15:09:38 ===
    MSI (c) (88:68) [15:09:38:072]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
    MSI (c) (88:68) [15:09:38:072]: MainEngineThread is returning 1602
    === Verbose logging stopped: 3-1-2008 15:09:38 ===
    See attachemend for Error.
    I get the error after the 'next' when the setup is 'ready to install', so after selecting the destination folder.
    It happens in the Screen 'Updating system'
    Oh yeah, I just install it from the C:\ Drive and not from a network path. Tried extracting the exe manualy also, nothing seems to help..

    I'm seeing the same error on our domain connected machines (Windows XP - German).
    Adding the Users and INTERACTIVE accounts fixes the install issue, but the install process takes a few minutes to complete and the there are a lot of queries to the DCs.
    Is there a fix?

  • Cross Domain Connection Issues with Test Controller

    I am having trouble resolving a problem I have connecting a build agent with the test controller in a cross domain environment.  I have purged out the actual machine names, domain names, and IP addresses just in case that is a security concern. 
    Situation is this:
    All machines are running Visual Studio 2013
    Test controller/agents are on Windows Server 2012 R2
    Test controller is installed as stand-alone in order to be able to do load testing, as well as API and CodedUI.
    Build definition in TFS kicks off the automation using testsettings file to point to build controller
    Application under test uses resources in the ABC.XYZ domain.  Test agents need to be in ABC.XYZ in order to test application E2E.
    TFS is in Main.corp.company.com domain.
    Test controller is a dual-homed box in corp.company.com and ABC.XYZ domains.  It are accessible from Main using the corp.company.com NIC.
    All our dual homed boxes are set up this way.  Dual homed with Main and ABC directly is considered a security violation.
    From the dual homed box, logged in with my ABC credentials, I can access TFS in Main using my Main credentials.
    Manually, I can successfully kick off a test run from a command line from a VM in ABC.
    Build controller and build agents are in Main.corp.company.com.
    Build controller can successfully connect to build agent, and build agent successfully builds the automation.
    Build agent fails to connect to build controller:
    Failed to queue test run 'buildagent@MachineOne 2014-08-12 12:35:34_Any CPU_Debug': No such host is known
    I can ping the build controller from the test agent, and I can successfully query port 6901:
    Querying target system called:
    testcontroller.corp.company.com
    Attempting to resolve name to IP address...
    Name resolved to 10.10.10.111
    TCP port 6901 (unknown service): LISTENING
    Firewall is turned off on the test controller.  Even if it wasn’t, the relevant rules allowing port 6901 and File and Printer Sharing are created.
    Local Security Policy | Security Options | Network access: Sharing & security model = classic
    NETBIOS names of the test agents and build agent are set in the test controller’s hosts file (they were pingable without this anyway)
    NETBIOS name of the test controller is set in the test agent’s hosts file (it was pingable without this anyway)
    Tried both simple NETBIOS name and FSDN for test controller in testsettings file
    Considering installing a build agent on the same machine as the test controller, but suspect that would just move my communication problem to build controller : build agent
    Considering moving test controller to Main and making the four test agents dual-homed, but there is a concern to limit the number of dual-homed boxes, and also suspect that would again just move the communication problem.
    I can use netstat to verify that the service is listening to port 6901 on both NICs:
    TCP    0.0.0.0:6901           0.0.0.0:0              LISTENING       6536
    TCP    [::]:6901              [::]:0                 LISTENING      
    6536
    (PID 6536 is the QTController.exe)
    However the VSTTController.log only mentions listening to the ABC NIC.  Since the connection to the ABC test agents works, that makes sense.
    When I open the testsettings file on my laptop in the Main domain and examine the server name, there is a warning that the host cannot be found.  When I open it on a VM in the ABC domain I am able to manage the test controller and view all the test
    agents.  However, if I try to restart the build controller I get an access denied error.  Not sure if that is related in some way.
    I am using a ABC domain service account to run the test agent sevice.  There is a Main domain service account running the build.  Both service accounts are administrators on the test controller and in the TeatTestControllerAdmins and TeatTestControllerUsers
    groups.  The test agent service account is also in the TeamTestAgentService group.
    I tried to create a port proxy to forward requests from the Main facing NIC to the port on the ABC facing NIC:
    netsh interface portproxy add v4tov4 listenport=6901 listenaddress=10.10.10.111 connectport=6901 connectaddress=10.20.20.222
    This almost worked.  I could see with netstat commands that the port was opened and a connection was established with the build agent,  however after a long wait it hit an error that it couldn’t find the ABC NIC:
    A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 10.20.20.222:6901
    So apparently the ABC IP is getting forwarded back to the test agent, which then of course can’t use it.
    I am running out of ideas to try.  Not sure where the problem is:
    Cross-domain issue between Main.corp.company.com and corp.company.com?  Or,
    Problem with the test controller not being able to listen on more than one NIC?
    I know I am not the first person to try to set up something cross domain.  Most of the troubleshooting suggestions I have been able to bing have been about fixing connections between test controller and test agents, which isn’t the problem here. 
    Is this set up just so far from standard that VS can’t handle it?
    Thanks in advance,
    Gary

    Hi Gary,
    Thank you for posting in the MSDN forum.
    >> Build agent fails to connect to build controller: Failed to queue test run 'buildagent@MachineOne 2014-08-12 12:35:34_Any CPU_Debug': No such host is known
    >> I know I am not the first person to try to set up something cross domain.  Most of the troubleshooting suggestions I have been able to bing have been about fixing connections between test controller and test
    agents, which isn’t the problem here. 
    Just to make this issue clearly, you mean that it is not the Test Controller and Test Agent issue, am I right?
    As you said that it is related to the Build controller and build Agent, am I right?
    If it is related to the Build Controller and Build Agent, I suggest you post this issue to the TFS forum, there you would get dedicated support.
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?category=vstfs&filter=alltypes&sort=lastpostdesc
    If there's any concern, please feel free to let me know.
    Sincerely,
    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. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • Server 2012 Essentials Connector Software fails to properly configure a Win8.1 Pro for domain connection

    I'm having problems getting the connector setup software to properly install and configure a machine for connecting to a domain running on a Windows Server 2012 r2 Essentials machine. The machine is a Windows 8.1 Pro laptop. I've successfully setup two other
    machines that connect to the domain.
    The software runs and prompts for admin user name and password. It then asks about server backup and then completes the setup (successfully according to the setup). The whole process takes less than two minutes and never reboots the machine. The next time
    I login into the machine, I'm prompted for my hotmail password (not Ctrl-Alt-Del and domain login). I can access the server and all of the files, but the launchpad and dashboard are not installed. I've searched the Internet for a solution and found nothing.
    I downloaded the connector install files from the Microsoft Download Center, but that ran as an update in less than a minute and did nothing.
    Anyone run into this? Anyone know of a solution? Help would be much appreciated!

    Can you share the log files from the client?
    Should be under: c:\programdata\microsoft\windows server\logs
    Robert Pearman SBS MVP
    itauthority.co.uk |
    Title(Required)
    Facebook |
    Twitter |
    Linked in |
    Google+

  • Memeber server in a domain connected with external trust. The agent operation failed, DPM could not communicate with the DPM agent. Error ID 270

    I manually installed the agent on a member server in a domain (domainB) that has an external trust with the domain the DPM 2010 server, mydpmserver.domainA.int,  is in.
    I pointed the agent on myprotectedserver with setdpmserver -dpmservername mydpmserver.domainA.int
    I successfully ran attach-productionserver.ps1 in DPM Management Shell.
    When I click refresh in DPM 2010 Administrator Console/Management/Agents I get error id: 270
    The agent operation failed on myprotectedserver.domainB.int because DPM could not communicate with the DPM protection agent. The computer may be protected by another DPM server, or the protection agent may have been uninstalled on the protected computer.
    If myprotectedserver.domainB.int is a workgroup server, the password for the DPM user account could have been changed or may have expired.
    I can ping myprotectedserver.domainB.int from mydpmserver.domainA.int
    DPM 2010 backup of the domain_controller.domainB.int works fine.
    The application log on myprotectedserver.domainB.int does not show any DPMRA related event logged.
    The firewall on myprotectedserver is off.
    Computers in domainA and domainB use their own networks connected through a router.
    from mydpmserver
    net view \\myprotectedserver.domainB.int /all - successfull
    sc \\myprotectedserver.domainB.int query  OpenSCManager FAILED 5, Access is denied
    wmic /node:myprotectedserver.domainB.int OS list brief Error 0x80070005, Access is denied
    from domaincontroller.domainB.int:
    sc \\myprotectedserver.domainB.int query  successfull
    wmic /node:myprotectedserver.domainB.int OS list successfull
    Any suggestions on how can I fix this?

    Hi
    I know this is old but are you still having a problem?

  • Problem Domain Connect BPC 7.5

    Hi
    i had an little tricky problem.
    I had a DEV and a PRD BPC 7.5 with the same configuration.
    With both systems i could connect to the 3 Domains A,B and C to get the Users.
    1 Domain Named D i couldn't reach from the PRD System. From the DEV System i could read out Users from the Domain D.
    I couldn`t get any information out of the BPC Log.
    In windows syslog sometimes i get the Message LSASRV. Kerberos authentifcation Problem.
    But with the DEV System there is no Problem with the Domain D.
    To anybody know this Problem.

    Is there Nobody how knows the Problem.
    Thats the Error Message i get from Windows Event Viewer:
    The Security System detected an authentication error for the server ldap/TEST.TEST.local/TEST.local"@"TEST.LOCAL.  The failure code from authentication protocol Kerberos was "There are currently no logon servers available to service the logon request.
    (0xc000005e)".

  • Domain Connection Lost after Snapshot Rollback

    Using Windows XP with both VBox and Vmware backends I've run into an issue where the desktop looses connection to the domain after being rolled back to a snapshot. The error is this:
    Windows cannot connect to the domain, either because the domain controller is down or otherwise unavailable, or because your computer account was not found. Please try again later.
    The computer account is still in AD. Rejoining the domain fixes the issue but this is not ideal when you have a large amount of desktops.
    Any idea what's going on here?

    Perhaps you are running into the problem described at http://www.petri.co.il/working-with-domain-member-virtual-machines-and-snapshots.htm
    Geoff

  • Tuxedo Multipler-domain connected on two subnets ?

    I have the following problem:
    > I have 2 TUXEDO domains installed on 2 different nodes.
    The node 1 has 2 net-interfaces (2 subnets).
    From the first net-interface it has to receive the requests from the TUXEDO clients,
    and then it has to forward the requests to other domain (node 2) connected on
    the other net-interface.
    Is it possbile to do it ?
    Can you help me ?
    Thanks in advance.
    Regards
    Tony

    I'm not sure why yoiu have RIP enabled...you shouldn't need it, but you will still need the static route on Router 1 192.168.1.0/255.255.255.0 to LAN 192.168.15.124. All you should need on router 2 is the default route that sends any traffic not in router 2 LAN subnet to router 1.
    I'm not sure why this  route 192.168.1.0/255.255.255.0 to 0.0.0.0 WAN is there, but I suspect it may be causing some of the issues....
    Tomato 1.25vpn3.4 (SgtPepperKSU MOD) on a Buffalo WHR-HP-G54
    D-Link DSM-320 (Wired)
    Wii (Wireless) - PS3 (Wired), PSP (Wireless) - XBox360 (Wired)
    SonyBDP-S360 (Wired)
    Linksys NSLU2 Firmware Unslung 6.10 Beta unslung to a 2Gb thumb, w/1 Maxtor OneTouch III 200Gb
    IOmega StorCenter ix2 1TB NAS
    Linksys WVC54G w/FW V2.12EU
    and assorted wired and wireless PCs and laptops

  • How can i send email from a custom domain connected to gmail on iphone?

    Hi there,
    I am trying to add a gmail account to my iphone 5S which i have added a custom godaddy email to through pop3 but when i add the gmail account i cant send from the custom domain email.
    lets say the account is [email protected] with a [email protected] email attached to it, is there a way of sending emails from my iphone from this address?
    I have tried to find other guides but cannot seem to.
    thanks in advance

    Look in the JavaMail forum on how to create Mime format emails. This allows you to use HTML instead of plain text.
    Anthony

  • Can't use voice/video functionality with external domain connected users through federation

    Hello All,
    Hope you keeping well..!!
    We are communicating with external customers lync server through federation option setup on our corporate lync server.  We have received the federation setting from the customer with SIP address which has been setup on our corporate lync servers after
    that we were able to browse the customer contact through corporate lync account.
    We were also able to chat with external customer but however voice/video functionality are not working through same session.  Whenever we try to dial out external customer lync account it ended with error message "call ended due to network issue".
    We have checked the setting from corporate lync servers and network point of view but doesn't find any issue which cause the disconnection to voice/video over lync.  Could you pl help or guide with the way to resolve the issue.
    Thanks, MK

    Thanks for your reply.<o:p></o:p>
    Audio/Video works fine within corporate when dial any lync contact.  We only have issue while trying to use the same functionality with any other
    external lync contact configured over federation option.<o:p></o:p>
    We already checked the security rules and all required ports are open, as confirmed by local resolver group.<o:p></o:p>
    We have checked with external parties and according to them their systems are hosted by Microsoft as part of office 365 suite and they already have
    federation option for 17 different customers which works fine.  Which means issue must be your local end.<o:p></o:p>
    Is there any tool available to identify the issue from client end?<o:p></o:p>
    Also I have a question here....In my corporate environment...client is sitting in India and lync servers are hosted in UK and users connect to it
    over MPLS route.  In Client lync configuration we have  internal/external servers configured .....so when i tried to make a voice call with external lync users then I see from netstat -a command that traffic hitting to multiple public IP addresses
    directly from my machine..<o:p></o:p>
    Does it mean that client required internet connectivity with specific open media ports to connect with external parties for video/voice? or in ideal
    case all request should handle by corporate internal server which should took UK internet path to connect with external lync contact?
    Thanks, MK

  • Mac G4 won't boot with slave drive connected

    I have two G4 boxes. 1-Dual 867 Leopard and 1 -Dual 1.25 Tiger.
    I have been trying to clone the system drive of the Dual 867. Everytime I add the second drive to the 867 box and try to boot i get the "Flashing ?." I have tried various reformatted drives and the result is the same. I have even tried to accomplish this by using the 1.25 box. Same result.
    if i unhook the 2nd drive (ie backup drive) both computers will boot as usual.
    What is the problem?

    Hi larbok, and a warm welcome to the forums!
    I think it's the Jumper settings on the Hard drive.
    Older G4s should be set to Master on the end cable & Slave for the Middle of the cable.
    MDD usually use the Cable Select jumper settings on both drives.
    Jumper settings are generally shown on the HDs themselves.

  • Applocker policies are not refreshed when client is not connected to the domain

    Hello all,
    We have a customized solution where a domain gpo applies applocker rules to block almost all applications. We have a software to enable some features on the client computer's (Win8.1) local policy, whenever it is needed. The enabling process is executed
    through powershell commandlets. So far there is no problem we can manage these points very well.
    The problem is, when this software enables access to a software on the client, if the user disables the network connection, our software cannot switch the local applocker policy back to the blocked state. Actually the local policy will not be re-evaluated
    by Applocker services on the client, so the application cannot be blocked again until client is connected back to the domain.
    Is this the designed behaviour of Applocker? Do we always need to have a domain connection, even to apply the modified local security policies on the client?

    http://technet.microsoft.com/zh-cn/library/ee449480(v=ws.10).aspx
    We don't need to have a domain connection, even to apply the modified local security policies on the client.
    Please check event view to se if ther is any erros in it.

  • Non-domain computer cannot connect to server

    I have a unique issue. 
    I have a Windows 2008 server running Exchange 2010 (all roles on single server )
    I have a Windows 7 Pro client that is not a member of the domain.
    When setting up Outlook 2010 I enter user's name, email address and password.  The system starts configuring, it successfully searches for [email protected] settings.  It then prompts for credentials.  I cannot get it to take them.
    However, If I user the domain admin account I can successfully setup the domain admin email in Outlook.  I just cannot do it with a standard user.
    Also, I noticed that this non-domain computer can access domain member server if I provide credentials (domain\username). This does not work with this or any of my other Windows 2008 servers.
    I have been fighting this with no relief in sight...
    Thanks
    Wayne 

    Let me be clear about my symptoms.
    Exchange with domain joined computers autodiscover/Outlookworks fine....
    DC's and exchange server all have same time/date otherwise nobody would be able to authenticate.
    The problem only exists with non-domain computers (both within the network and outside of the network)
    The autodiscover tests fine with exchange connectivity tester.  I cannot test outlook as I have a certificate from an untrusted root that is installed manually on the non-domain computers.
    The non-domain computers can connect to windows 2003 member server (with appropriate domain credentials) but not to this 2008 (or the other 2 2008 member servers)
    Update-  If I configure the domain administrator account on that same non-domain connected machine, it retrieves the domain admin email just fine.....

  • Cross domain SSAS connection - NT Authority\Anonymous

    Hi Friends,
    We have a web service which is consumed by a web application. Two instances of the same web service (Same application pool) is deployed in the same box and one webservice connects to SSAS 2008 and another one connects to SSAS 2012.  The application
    pool uses a XYZ domain user name and password. SSAS 2008 connection works just fine, but when it tries to hit SSAS 2012 it errors out and it shows NT Authority\Anonymous logon in flightrecorder. SSAS 2008 and SSAS 2012 are in ABC domain. We are able to connect
    to SSAS 2012 database from the same webservice deployed in ABC domain. The user permissions are same for SSAS 2008 and SSAS 2012. This has been an issue for sometime now and need to close it as soon as possible. Is it any kerberos related issue? I have searched
    through many of the blogs but didn't get anything helpful till now. Any help would be appreciated.
    Regards,
    Kishore

    Hi Kishore,
    According to your description, you want to connect SQL Server Analysis Services cube in another domain, right?
    In AS, if you have logged in to different domain (Domain XYZ) than the SSAS Server (Domain ABC) belong to (For Ex. SSAS server is member of Domain ABC and user normally log in to Domain XYZ, there is no trust exist between these domains) connecting to SSAS
    from the work station using various presentation tools (Ex. Excel, Power Pivot) is a big challenge. Here is an blog which describe how to do it, please see:
    http://blogs.technet.com/b/nraja/archive/2011/09/19/connecting-to-sql-server-analysis-services-using-a-different-domain-account-that-the-user-currently-log-on-ssas-on-different-domain-and-the-user-logon-to-another-domain.aspx
    If I have anything misunderstand, please point it out.
    Regards,
    Charlie Liao
    TechNet Community Support

  • There appears to be a persistent connection limit of 2 for cross domain requests

    I am building a service that allows anybody to add real-time push updates to their website or web application. To do this I'm using the Access-Control-Allow-Origin header response from a cloud hosted server.
    When establishing a connection we create one persistently connected HTTP connection and use a second connection to send requests (subscriptions/commands).
    The problem I'm seeing looks very similar to the old 2 socket to a server connection limit (related to about:config "network.http.max-persistent-connections-per-server").
    Is there a limitation on the number of persistent cross domain connections that can be established from a single Firefox process? If so, where is the configuration options to override this?
    This problem can be easily duplicated by going to the following page in two tabs within the same Firefox process:
    http://kwwika.com/Standalone/Demos/WorldCup2010/
    You will notice that one page connects and starts to receive updates. The second will not connect until you close the first tab/page.
    I'd like to be able to provide feedback to the users of Kwwika about this problem so any information you can provide me with would be very much appreciated.
    == URL of affected sites ==
    http://kwwika.com/Standalone/Demos/WorldCup2010/
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.70 Safari/533.4

    [bump]

Maybe you are looking for

  • Reason Code for MI07

    Hi MM Guru, I have created a inventory count document no: 100025069, When i try to post the difference in MI07 i need to have a reason code for the transaction. This is scrapping and movement type is 702. When i search for the code it does not apear

  • Web Item - Table

    Hi all, Can anyone tell me how I can increase the cell padding ie the cell size and also the font size inside the cell for table web item.  There is no property to achieve this, we can change the static html code but that doesn't solve my problem.  D

  • Omwb : error while running bcp_extract.bat

    hello i am trying to migrate the northwind database from sqlserver 2000 runnin on XP to oracle 10gR2 on rhel4 using omwb as tool. (my training mission) the steps i performed are: 1)capturing source model 2)create the oracle model 3)migrate tablespace

  • Itouch will not complete step 1 of sync process

    iTunes comes up and it recongizes the iTouch and starts the sync process but never completes (not even overnight) step 1 (backing up) of the sync process. We have this set for a manual manage music and videos. The other iTouch we have (same model and

  • I've just purchased CC and can't download the creative cloud app? Help would be appreciated! :)

    I can't download the Creative Cloud App? After purchasing CC Complete, it says to click here to download the app and it just takes me to a white page with the four loading squares that just keep circling. If necessary to know, I have a MacBook Pro an