printing pdf in oracle apex 5.1 using bi publisher 11g trial edition - bi-publisher

i already installed web logic server and bi publisher but when i open the localhost:7001/xmlpserver/
this was the result
how to fix this? i need to generate a pdf report from oracle apex 5.1
the oracle web logic server is opening
this was the result when i start the startWebLogic.cmd
and this was the result when i start the oracle bi publisher from my desktop shortcut
how to solve my problem and start generating pdf reports and forms from my oracle apex 5.1?

hi you need to open internal apex page
manage instance -> instance settings - > report printing
print server = oracle BI publisher -- print server protocol = htt --print server host address = youraddress --> print server port = 7001 --> print server script = /xmlserver/convert --> print timeout = 300

Related

Consolibyte QuickBooks PHP Library - How Do You Start Your Connection From the QB Server?

I've been following this guide - http://www.consolibyte.com/docs/index.php/PHP_DevKit_for_QuickBooks_-_Quick-Start - to get my QuickBooks 18 Enterprise edition to connect to my LAMP stack server. I've setup all the necessary software installations and updated config files. I am on the step:
Load the .QWC file into the QuickBooks Web Connector by clicking the 'Add Application' button
What does the Web Connector look like and how do you get to it? I am assuming it's the SDKTestPlus application that is referenced on Intuit's setup website which looks like:
but I don't see an "Add Application" button on this GUI. I followed the start menu procedure found in this Stack answer to try to open the Web Connector, but this does not bring up any results on Windows Server 2016.
Does anyone know how to proceed with the setup here?
I am assuming it's the SDKTestPlus application that is referenced on Intuit's setup website which looks like:
The SDKTestPlus thing is something totally different from the Web Connector.
First link on Google:
https://quickbooks.intuit.com/community/Help-Articles/Set-up-QuickBooks-Web-Connector/m-p/185852#InstallQBWC
You can also run the Web Connector by choosing, from within QuickBooks:
File > Update Web Services
Or from your "Start" menu:
Start > Programs > QuickBooks > Web Connector
Start > Programs > Startup > QuickBooks Web Connector

can't print from remote desktop on Windows Server 2003 R2

We have a c# document designer project. We can print documents with this program for most of the customers.
But we faced a problem for the customers which has Windows Server 2003 R2 OS.
I connect to customer pc via remote desktop connection,
Once I try to print from program it doesn't give any errors but it doesn't print any page either!
But when I send test page from the printer it sends the document without problem.
We did similar problem for Windows server 2008 r2 ,
and it was about group policy settings and the problem is solved,
I wonder if it is similar to that problem.

SharePoint list- Export to excel error in SharePoint 2007

I have a SharePoint(2007) list which has around 3500 rows each with aroudn 40 fields.
We have a load balancing environment for our SharePoint portal, where we have 2 servers for eg
Server A and Server B. The both servers have same type of configurations.
When I do Export to Excel in SharePoint list, when the portal is pointing to Server A, I get the below error.
"An operation that uses the database driver could not be completed. If the driver is a Microsoft driver, make sure the driver file isn't damaged, and it it is, reinstall the driver by reinstalling Microsoft Query."
But when I point to the other server B, the error is not coming and the data is exported to excel.
Anyhelp why I am not able to perform Export to Excel in the server A.
Thanks in Advance
Padma
You can do one thing,
Increase number of "List View Threshold" in Web application General setting.
Central Admin –> Manage Web Applications –> Select your web app & click –> General Settings > Resource Throttling.
I changed the value to 10000. The Excel works perfectly.
Thanks again for your support & Have a nice day,
Hai
The problem is resolved. Root cause is the piece of code I am accessing the logfile do not included RuWithElevatedPrivileges. So, when I addde this code while opening the config file, the issue is resolved.

TFS Absolute beginner: TF249051: No URL can be found that corresponds to the following server

This is an absolute beginner question in TFS SDK:
I am trying to connect to TFS server using the code
TeamFoundationServer teamFoundationServer =
TeamFoundationServerFactory.GetServer(X);
X is server name
I am getting an error like
TF249051: No URL can be found that corresponds to the following server name: X
Verify that the server name is correct.
However I am able to connect to the TFS server from VS2010 using Team->Connect to TFserver menu option
The TeamFoundation Server Factory is deprecated. You should use TeamFoundationProjectCollection.
And, yes, under TFS 2010, you'll need the folder.

Sharepoint SPSite

I am trying to create a spsite of object for sharepoint search but i am getting exception in production as website not found
SPSite site = new SPSite("sitename");
ServerContext scon = ServerContext.GetContext(site);
SearchContext srchcontext = SearchContext.GetContext(scon);
Scopes sc = new Scopes(srchcontext);
It throws exception site not found i have checked the name of site it exixts.
Any Help??
Check that you are building against the correct target. I.e. x86 vs x64.
I get this error when I build against x86 and try and run against x64.
Do you have your permissions set up correctly? Check out this conversation...
http://social.msdn.microsoft.com/Forums/ja-JP/sharepointdevelopment/thread/4d923b6a-d423-4c42-82dd-3315872db9cc
You need to ensure (taken from the above) that:
The user is a server farm
administrator.
The user has Read and Write permissions on the content database.
The user is a site collection administrator.
The user has permissions to access the Windows SharePoint Services site or the SharePoint Server 2007 site through which the code iterates.
You should also ensure that you are using an ip address you can hit from both your local box, and the server that you are running the program on.
Before executing the program, ping the webaddress from the cmd prompt.
Another way to test it is to open up the exact webaddress in a browser from the box that you are executing the program.
It's possible you are trying to hit an internal site from a server which is not on the same domain.
And finally, as it says in the MSDN Documentation you shouldn't be using "SiteName" but rather ensure that you are using "SiteAbsoluteUrl".
If you create a console application and try the same code there, the same code works. You have to add application to IIS and change the app pool identity. I did the same and it worked for me.

Resources