Error message regarding permission for web site

Asked By 50 points N/A Posted on -
qa-featured

I am getting an error message for a specific object in my web site. The object accesses the queues in the network. The problem starts when I make the user as admin of the site. Error# -1072824300 :The queue path name is invalid. How can I solve this problem?

SHARE
Answered By 0 points N/A #140648

Error message regarding permission for web site

qa-featured

The error is self explanatory; it is saying that the queue that you are using is not valid and that you need to change it in order to get it working.

  1. First make sure that the queue that you are using is not getting any null statement or passing out any null statement.
  2. Eliminating the above factor will cause few things to change so bear this in mind that you need to change few other things too.
  3. After that, use a try catch block on the queue that is causing the problem. This will detect the exact location of the part of the queue that is causing the problem.

Related Questions