Sunday 31 May 2015

Deploying a report local URL not working

It's always tough to try and troubleshoot these general "it's not working" errors, but here's a rough idea of what I'd try looking at:
  1. Is the service running? If you can connect through Reporting Services Configuration Managerthen the answer is probably yes, but it's always the first thing to check!
  2. Are the URLs correct? You may need to check you're using the correct URLs - these can be confirmed through Reporting Services Configuration Manager; by default Named Instances will have URLs like http://admin-pc/ReportServer_InstanceName and http://admin-pc/Reports_InstanceName.
  3. Can I connect out of BIDS? What happens when you connect to http://admin-pc/ReportServer through Internet Explorer? What about http://admin-pc/Reports?
  4. Are there permission issues? By default the only users that can access SSRS are those in theBUILTIN\Administrators group. Is your user in this group?
  5. Is UAC mucking me up? As above, only Administrators will have default access, but if UAC is enabled you still won't connect as an admin even if you're in this group. Try running BIDS or Internet Explorer with Run As Administrator and see if it makes any difference.
  6. Is the URL being registered successfully? The URLs won't work if the port is already in use, but Reporting Services Configuration Manager will quite happily allow you to set this without an error even if the port's in use; it's especially when using port 80. Check the log file at Program Files\Microsoft SQL Server\<SSRSInstance>\Reporting Services\LogFiles; this will have an error logged if it can't register the URL on the port specified. If you see an error here try a different port.
  7. Any other errors in the log? Failing this, check the log for any more errors.

Sunday 24 May 2015

PIVOT Transformation - SSIS 2012 - Complete Tutorial

PIVOT Transformation - SSIS 2012 - Complete Tutorial

Wednesday 20 May 2015

QlikView String Functions - Substring

QlikView String Functions - Substring

left( s , n )


Substring of the string s. The result is a string consisting of the first n characters of s.

Examples:
left( 'abcdef',3 ) returns 'abc'.


left( Date, 4 ) where Date = 1997-07-14 returns 1997.
For a more complicated example, see the index function below.


right( s , n )

Substring of the string s. The result is a string consisting of the last n characters of s.

Examples:
right('abcdef',3 ) returns 'def'.

right( Date,2 ) where Date = 1997-07-14 returns 14.


mid( s , n1 [ , n2 ] )n1: where to start postion 
n2:Number of characters

Substring of the string s. The result is the string starting at character n1 with the length of n2 characters. If n2 is omitted, the function returns the rightmost part of the string starting at character n1. The positions in the string are numbered from 1 and up.

Examples:
mid('abcdef',3 ) returns 'cdef'.
mid('abcdef',3, 2 ) returns 'cd'.
mid( Date,3 ) where Date = 970714 returns 0714
mid( Date,3,2 ) where Date = 970714 returns 07
For a more complicated example, see the index function below.

index( s1 , s2 [ , n ] )

Position of a substring. This function gives the starting position of the n:th occurrence of substring s2 in string s1. If n is omitted, the first occurrence is assumed. If n is negative, the search is made starting from the end of string s1. The result is an integer. The positions in the string are numbered from 1 and up.

Examples:
index( 'abcdefg', 'cd' ) returns 3
index( 'abcdabcd', 'b', 2 ) returns 6




index( 'abcdabcd', 'b', -2 ) returns 2
left( Date, index( Date,'-') -1 ) where Date = 1997-07-14 returns 1997
mid( Date, index( Date, '-', 2 ) -2, 2 ) where Date = 1997-07-14 returns 07








MSBI(SSRS,SSAS,SSIS), QlickView,Tableau Online Training

Visit us - www.BuddhaiSoft.com

BuddhaISoft Development & Training
 Hyderabad
 Mobile: +91 - 7799895236 / +91 - 7207401404

ContactUs@BuddhaiSoft.com

BuddhaiSoft@gmail.com

Friday 15 May 2015

MSBI(SSRS,SSAS,SSIS), QlickView,Tableau Online Training

MSBI(SSRS,SSAS,SSIS), QlickView,Tableau Online Training

BuddhaiSoft Provides Online Training in various courses. Current Hot Courses MSBI 2012(SSRS,SSIS,SSAS), Tabelau, QlickView  Training you can receive across the globe. You will learn complete from Real Time experience and get 360 degree overview about the technology.

Key Features of BuddhaiSoft Online Training:

1. In-depth high quality interactiveLive sessions
2. Multiple assignment, project work and lab exercises for practice
3. On-demand training support
4. Job assistance - US, UK, and Indian Clients and partners by providing FAQ.
5. Sample resumes preparation along with mock up interview session
6. Guidance for  Certification at the end of the course
7. Professional faculty with more than 11+ years of experience in the industry With Real Time

BuddhaiSoft had trained participants across globe on MSBI(SSRS,SSAS,SSIS), QlickView,Tableau Training from different regions like Europe,US,Spain,Germany, Singapore, Malaysia , Australia, UK, Saudi Arabia,Egypt, Bay Area, Chicago and MA. BuddhaiSoft provide online  Training to make professional to get started with career enhancement.

MSBI(SSRS,SSAS,SSIS), QlickView,Tableau Online Training
Visit us - www.BuddhaiSoft.com

BuddhaISoft SoftWare Development
 Hyderabad
Mobile: +91 - 7799895236 / +91 - 7207401404

www.BuddhaiSoft.com
ContactUs@BuddhaiSoft.com
BuddhaiSoft@gmail.com