I have the sample amqsbcgb.vbp (Browse example) working in development. When I move the sample to a server (IBMMQ Server and Client are installed), the application cannot connect. The return is compcode 2, reason 2059 (Queue manager not available for connection). This makes no sense, I have a PowerBuilder application on the same server and it connects to MQSeries without fail(that's about all I can get with PB and MQAPI). Obviously, I have declared a server connection and the appropriate environmental variables. I am new to Visual Basic, do I need to move more than the vb exe to the server?