i`ve facing a problem with terminal services in my vb6 application.
My program can print reports with Printer.print in remote printers \\ip\printer. But when i try to print some report in my application, i receive a error message 'printer error 482'.
I don`t know what can i do to solve this issue...
any idea?
Probably you don't have a printer installed from at specific user profile.
In the user profile, add a printter and its driver in the control panel / printers.
Related
I have installed IBM watson studio but when i attempt to open it, I am getting an error stating " Watson is already running. Second session cannot be started"
This problem is a result of Watson Studio being logged on two devices at the same time.
Please take the following steps:
You will need to log out from one device to use on another.
You can perform this on myibm.ibm.com
Login in to https://myibm.ibm.com/dashboard/
Click 'Manage' on IBM Watson Studio Desktop
Click on head next to 'Manage devices'
Manage Devices is a way to help the you remotely log out of one device in order to log in from another (and has the same effect as Sign out and Exit from within the SPSS Client). You simply click here 'Deactivate' and you should be able to use software on another computer.
Please let me know about further issues.
It happened to me after I updated to the new version. I had to kill the process from the task manager and now the studio doesn't start up and actually 'show' unless it was Run As Administrator. Try that out, kill the process and re-run it but as admin.
I am developing an iOS chat app by using XMPP. I have successfully installed ejabbered on my MAC with the help of below Tutorial :
"http://shubhank101.github.io/iOSAndroidChaosOverFlow/2016/08/Chat-Application-Using-XMPP-Swift-Tutorial".
But I am unable to access admin panel.
Whenever I am trying to hit "http://localhost.com:5280/admin/" found an error "failed to open page" and also it takes lot of time to open. I researched a lot but could not find solution.
You are trying to access http://localhost.com
It should be either http://localhost:5280/admin or http://127.0.0.1/admin
(Note, I believe this is different than the previous questions I've seen on this because those all appear to apply to earlier versions or are doing something different process-wise. So, thos answers haven't helped me in this case.)
I have an application that connects to QB running fine on one machine. However, when I moved it to another machine, and I try to connect when QB IS NOT running, I get an error that "This application is not allowed to log into this QuickBooks company data file automatically. The QuickBooks administrator can grant permission for an automatic login through the Integrated Application preferences."
Ordinarily when that happens, I run the program and I'm prompted to add the application, and I do. However, on this machine I'm getting "QuickBooks can't start because it is already running. Only QB Accountant, QuickBooks bookkeeper and QuickBooks enterprise can open more than one company file" whenever I try that. I also don't see a way to manually add the application.
This is QB Desktop 2014 (350-569) and SDK13. The chain is an executable to a helper dll to the QB dll to QB.
Does anyone have any ideas as to what the issue may be?
Does anyone have any ideas as to what the issue may be?
Yep.
This is your answer:
However, on this machine I'm getting "QuickBooks can't start because it is already running. Only QB Accountant, QuickBooks bookkeeper and QuickBooks enterprise can open more than one company file
QuickBooks is already running on this computer. The other computer has nothing to do with this issue.
Your first step should be to reboot, and try again.
You can also check Windows Task Manager (taskmgr.exe) and look for the QBW32.exe process. If it's running, kill it, and then try to start QuickBooks again.
You can also check that QuickBooks is not set stay running in the background (Edit > Preferences > General > Keep QuickBooks running for faster start-ups).
You might also check to make sure your app, and QuickBooks are both running with the same user privileges. e.g. if QuickBooks is set to start as Administrator, and your app isn't, it can cause these errors. Try to run both as the Windows Administrator and see if you have better luck.
I'm using JvMail component to send e-mails by outlook in my application.
When sending e-mails by outlook 2013 and the outlook is closed, the new e-mail window opens normally, but when JvMail tries to send e-mail while outlook 2013 is running, I get the error: MAPI Error: (2) General MAPI Failure.
I'm using windows 8 and outlook 2013. I have tested this situation with outlook 2007 and Windows XP and works fine with the outlook 2007 open or closed.
How can I fix this? I'm working with Delphi XE3.
Obs:
There is no need to post my code, because the error happens even if I create JvMail and call JvMail.SendMail(True).
After some time without seeing this, I have figured out that the problem only happens when I try to open outlook with the Delphi opened.
If I use the JvMail to open outlook when executing my application without being by delphi, the problem doesn't happen.
I have also tested trying to open outlook using report builder, Indy and JvMail. All of them don't open outlook when running my application by delphi but they work perfectly when running my application directly by the exe file.
I launch Blackberry ESS in standalone mode. However I don't have Outlook Express on my computer. Instead I have Outlook 2007 on my computer. I set up an email account in Outlook 2007 which uses 'localhost' as its pop3/smtp server. The port numbers I used are the same as those in http://www.blackberryforums.com/developer-forum/5590-sending-receiving-email-device-simulator.html. However I got the following exception. 'UnknownHostException:pop3.server'. I am wondering if Outlook 2007 works with ESS.
I found the cause of the issue. I forgot to fill the following fields.
Name
The name to display in outgoing messages from the device simulator
Email
The email address to display in outgoing messages from the device simulator
But it is quite weird that the error message is UnknowHostException.