Posts

SSRS report printing issue - Prints thumb nail image from second page onwords.

Image
we have developed smart client application. , trying access application via citrix. when try print ssrs report our application, first page prints ok, second page onwards prints thumb image (small image)  please let know need setting(s) or need tweak code. thanks in advance. regards -shiv       hi pm-shiv, can use print preview function check report layout before printing. if report layout ok in print preview mode issue still persists, can try re-install printer driver. more information printing reports reportviewer, please see: http://technet.microsoft.com/en-us/library/ms251693(v=vs.100).aspx regards, bin long bin long technet community support SQL Server  >  SQL Server Reporting Services, Power View ...

Table Analysis Tools tab missing in Excel

hi, after installed data mining add-in (for sql 2005 , using sql 2005), saw normal, data mining tab, table analysis tools tab appeared on excel sample sheet. however, the next day when open excel, see data mining tab not table analysis tools tab. please me on need this tab learning. please note after installation, have sample spreadsheet 'introduction', 'forecasting' sheets etc. situation happened in home machine well. thanks, howard.  analyze ribbon (for table analysis tools) shows when click inside excel table. to convert range table, need select data range , use format table main ribbon (or ctrl+l keyboard shortcut) bogdan crivat [sql server data mining] / http://www.bogdancrivat.net/dm SQL Server  >  Data Mining ...

RDWeb cannot connect connect, remote desktop gatewayserver temporarily not available

i trying connect rdweb running applications outside domain. if try run application on rds-server works fine, when try connect outside domain have problem. can connect rdweb, when starting application gives error: computer cannot connect external computer because remote desktop external gatewayserver temporarily not available. try connect again later or ask administrator help. when checking services, gatewayserver online. locally when logged in rds-server works fine. hi, have forward tcp port 443 internal ip address of server? did purchase certificate form trusted authority? this, recommend purchase ssl certificate fqdn trusted public authority to use rd web access, client computers must running @ least internet explorer 6.0 , version of remote desktop connection (rdc) supports @ least remote desktop protocol (rdp) 6.1. when want rdweb outside domain, must configure rd cap, rd rap. after creating rd rap, can add user group defined in rd cap. can create rd gateway-manag...

New 2012R2 DC is not replicating DNS

i in process of replacing 2008 r2 dc 2012 r2  dc. dcpromo of old server complete.  promoted replacement.  repadmin /showrepl returns happy report.  all connections report last attempt successful.i seeing problems dns not replicating.  changes not replicating , new dc. ran dcdiag /test:dns , dc in question fails connectivity test glaring error: starting test: connectivity * active directory ldap services check          the host e2fdf070-0ae5-4798-9787-cbd4ececcf4e._msdcs.domainname.org could not resolved ip address. check dns server, dhcp, server name, etc. got error while checking ldap , rpc connectivity. please check your firewall settings. ......................... servername failed test connectivity is can safely manually edit?  thoughts on best course of action? hi, thanks post. according research, due bad or non-existent dns records on ad server. here steps run through make sure activ...

The host 234xxx-xxxx-... could not be resolved to an IP address

i need reconfiguring dns server remove subject error.  dns server removed on sbs2003 box , have tried re-configure it.  have foward lookup zone me.local account however, when run dcdiag continually subject error.  under server name in dns have forward looup zone , reverse lookup zone.  not have _msdcs entry. you need resolve missing _msdcs issue first. i'd suggest posting question on sbs forum hth marcin Windows Server  >  Directory Services

Delete default database in exchange 2010

deal all, finding lot of posts in google, how delete exchange default database. why should delete default database in exchange 2010. there logic or reason behind this. becaz r going implement exchange 2010 in our org. hi, there is no "best practice" on this. can keep it, delete or move , rename it. it's want. if want delete it, you'll have move arbitration mailboxes first. regards, Windows Server  >  Directory Services

Running VBS wscript.shell command in PowerShell

hello all, i have encountered vbs script calls homemade executable (which did not write , have no documentation on) that has parameters executable reads. i'm trying migrate vbs script powershell, , have run bit of trouble following 2 lines of vbs code (i've left variable references in here accuracy): set wshshell=wscript.createobject("wscript.shell") wshshell.run("createticket.exe ;3;"&string&" account "&stringarray(0)&" has been removed following group(s);resolved ad;resolved;"&strsubmitter&";"&strsamaccountname&"",0,true) in powershell, can create similar com object, having trouble executing second line above (i've replaced variables above strings be): $wshell = new-object -comobject wscript.shell -erroraction stop $wshell.run("createticket.exe ;3;account testuser has been removed following group(s);resolved ad;resolved;teststring;testuser",0,$true) i ...